*{
    box-sizing:border-box
}
html{
    scroll-behavior:smooth
}
body{
    margin:0;
    font-family:Arial,sans-serif;
    color:#182230;
    background:#fff
}
a{
    text-decoration:none;
    color:inherit
}
.top{
    position:sticky;
    top:0;
    z-index:20;
    background:rgba(10,13,18,.92);
    backdrop-filter:blur(8px)
}
.top-inner{
    max-width:1180px;
    margin:0 auto;
    padding:14px 20px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px
}
.brand{
    font-weight:800;
    color:#fff;
    font-size:20px;
    letter-spacing:0
}
.brand img{
    height:40px;
    width:auto;
    display:block;
}
.nav{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
    align-items:center
}
.nav a{
    color:#d0d5dd;
    padding:8px 10px;
    border-radius:8px;
    font-size:14px
}
.nav a:hover{
    background:rgba(255,255,255,.08);
    color:#fff
}
.btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:8px;
    padding:12px 16px;
    font-weight:700;
    border:1px solid transparent;
    cursor:pointer
}
.btn.primary{
    background:#111827;
    color:#fff
}
.btn.primary {
    background: #05bca9;
}
a.primary{
    color: #05bca9;
}
.btn.light{
    background:#fff;
    color:#111827
}
.btn.outline{
    border-color:#d0d5dd;
    color:#fff;
    background:transparent
}
.hero{
    min-height:88vh;
    background-image:linear-gradient(rgba(10,13,18,.55),rgba(10,13,18,.6)),url('https://images.unsplash.com/photo-1516321497487-e288fb19713f?auto=format&fit=crop&w=1600&q=80');
    background-size:cover;
    background-position:center;
    display:flex;
    align-items:center
}
.hero-inner{
    max-width:1180px;
    margin:0 auto;
    padding:72px 20px 96px;
    width:100%
}
.eyebrow{
    display:inline-block;
    color:#d5d7da;
    font-size:13px;
    font-weight:700;
    margin-bottom:14px
}
.hero h1{
    margin:0;
    max-width:760px;
    color:#fff;
    font-size:clamp(38px,6vw,64px);
    line-height:1.02
}
.hero p{
    max-width:650px;
    color:#f2f4f7;
    font-size:18px;
    line-height:1.6;
    margin:18px 0 0
}
.hero-actions{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
    margin-top:26px
}
.hero-strip{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(170px,1fr));
    gap:12px;
    max-width:900px;
    margin-top:48px
}
.hero-stat{
    background:rgba(255,255,255,.1);
    border:1px solid rgba(255,255,255,.18);
    border-radius:8px;
    padding:16px;
    color:#fff
}
.hero-stat strong{
    display:block;
    font-size:22px;
    margin-bottom:6px
}
.section{
    padding:72px 20px
}
.section.alt{
    background:#f8fafc
}
.section-inner{
    max-width:1180px;
    margin:0 auto
}
.section-kicker{
    font-size:13px;
    font-weight:800;
    color:#475467;
    text-transform:uppercase;
    margin-bottom:10px
}
.section h2{
    margin:0 0 12px;
    font-size:clamp(28px,4vw,42px);
    line-height:1.1;
    color:#111827
}
.section-lead{
    max-width:760px;
    color:#475467;
    font-size:17px;
    line-height:1.6;
    margin-bottom:32px
}
.steps,.features,.pricing,.faq{
    display:grid;
    gap:16px
}
.steps{
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr))
}
.step,.feature,.price-card,.faq-item{
    background:#fff;
    border:1px solid #e4e7ec;
    border-radius:8px;
    padding:20px
}
.step-no{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:34px;
    height:34px;
    border-radius:8px;
    background:#111827;
    color:#fff;
    font-weight:800;
    margin-bottom:14px
}
.feature h3,.step h3,.price-card h3,.faq-item h3{
    margin:0 0 10px;
    font-size:20px;
    color:#111827
}
.feature p,.step p,.price-card p,.faq-item p{
    margin:0;
    color:#475467;
    line-height:1.6
}
.features{
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr))
}
.pricing{
    grid-template-columns:repeat(auto-fit,minmax(240px,1fr))
}
.price-card{
    display:flex;
    flex-direction:column;
    gap:14px
}
.price-card .price{
    font-size:34px;
    font-weight:800;
    color:#111827
}
.price-card .meta{
    color:#667085;
    font-size:14px
}
.faq{
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr))
}
.cta{
    background:#111827;
    color:#fff
}
.cta-inner{
    max-width:1180px;
    margin:0 auto;
    padding:72px 20px;
    display:flex;
    justify-content:space-between;
    gap:20px;
    align-items:center;
    flex-wrap:wrap
}
.cta h2{
    margin:0;
    font-size:clamp(30px,4vw,46px)
}
.cta p{
    margin:10px 0 0;
    color:#d0d5dd;
    max-width:620px;
    line-height:1.6
}
.footer{
    background:#0c111d;
    color:#d0d5dd
}
.footer-inner{
    max-width:1180px;
    margin:0 auto;
    padding:28px 20px;
    display:flex;
    justify-content:space-between;
    gap:16px;
    flex-wrap:wrap
}
.muted{
    color:#98a2b3
}
@media(max-width:820px){
    .top-inner{
        align-items:flex-start;
        flex-direction:column
    }
    .hero{
        min-height:auto
    }
    .hero-inner{
        padding:56px 20px 80px
    }

}



