:root{
    --navy:#2e3191;
    --blue:#0c4bcf;
    --light:#e0f2fe;
    --soft:#f5f9ff;
    --dark:#071a33;
}

*{
    scroll-behavior:smooth;
}

body{
    font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    background:var(--soft);
    color:var(--dark);
}

.custom-navbar{
    background:rgba(6,27,58,.88);
    backdrop-filter:blur(14px);
    box-shadow:0 10px 30px rgba(0,0,0,.12);
}

.navbar-brand,
.custom-navbar .nav-link{
    color:#fff !important;
}

.brand-icon{
    display:inline-flex;
    width:38px;
    height:38px;
    border-radius:12px;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,#38bdf8,#e0f2fe);
    color:var(--navy);
    margin-right:8px;
}

.hero-section{
    min-height:100vh;
    padding:130px 0 80px;
    background:
        radial-gradient(circle at top right,rgba(56,189,248,.35),transparent 35%),
        linear-gradient(135deg,#04152f,#2e3191 55%,#0c4bcf);
    color:#fff;
    overflow:hidden;
}

.hero-badge{
    display:inline-flex;
    padding:8px 14px;
    border-radius:999px;
    background:rgba(255,255,255,.14);
    border:1px solid rgba(255,255,255,.25);
    color:#e0f2fe;
    margin-bottom:20px;
}

.hero-title{
    font-size:clamp(38px,6vw,72px);
    font-weight:900;
    line-height:1.05;
}

.hero-text{
    font-size:18px;
    color:rgba(255,255,255,.78);
    max-width:620px;
}

.hero-card{
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.2);
    border-radius:32px;
    padding:24px;
    backdrop-filter:blur(16px);
    box-shadow:0 30px 80px rgba(0,0,0,.25);
}

.mockup-card{
    background:#fff;
    color:#0f172a;
    border-radius:26px;
    padding:22px;
}

.stat-box{
    background:#f8fafc;
    border-radius:20px;
    padding:16px;
}

.section-padding{
    padding:90px 0;
}

.section-title{
    font-weight:900;
    font-size:clamp(30px,4vw,48px);
}

.section-subtitle{
    color:#64748b;
    max-width:680px;
    margin:auto;
}

.feature-card,
.step-card,
.price-card,
.testimonial-card,
.faq-card{
    background:#fff;
    border:0;
    border-radius:28px;
    box-shadow:0 16px 40px rgba(15,23,42,.08);
    height:100%;
}

.icon-box{
    width:58px;
    height:58px;
    border-radius:18px;
    background:linear-gradient(135deg,#0c4bcf,#2e3191);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#ffffff;
    font-size:26px;
    margin-bottom:16px;
}

.gradient-section{
    background:linear-gradient(135deg,#061b3a,#2e3191,#0c4bcf);
    color:#fff;
}

.price-card.featured{
    background:linear-gradient(180deg,#ffffff,#e0f2fe);
    border:2px solid #0c4bcf;
    transform:translateY(-10px);
}

.price{
    font-size:44px;
    font-weight:900;
    color:#061b3a;
}

.price small{
    font-size:15px;
    color:#64748b;
}

.homepage-annual-price{
    margin-top:12px;
    padding:12px 14px;
    border:1px solid #cbd5e1;
    border-radius:8px;
    background:#f8fafc;
    color:#0f172a;
}

.homepage-annual-heading{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    margin-bottom:6px;
    color:#475569;
    font-size:12px;
    font-weight:800;
    text-transform:uppercase;
}

.homepage-annual-saving{
    flex:0 0 auto;
    padding:4px 8px;
    border-radius:999px;
    background:#dcfce7;
    color:#166534;
    font-size:11px;
    line-height:1;
    text-transform:none;
}

.homepage-annual-total{
    display:flex;
    align-items:baseline;
    gap:5px;
}

.homepage-annual-total strong{
    color:#075985;
    font-size:22px;
    font-weight:900;
    line-height:1.2;
}

.homepage-annual-total span{
    color:#64748b;
    font-size:13px;
    font-weight:700;
}

.homepage-annual-price small{
    display:block;
    margin-top:3px;
    color:#64748b;
    font-size:12px;
}

.homepage-annual-price s{color:#94a3b8}

.homepage-plan-note{
    margin:-4px 0 18px;
    padding:10px 0;
    border-top:1px solid #e2e8f0;
    color:#64748b;
    font-size:13px;
    line-height:1.5;
}

.feature-list{
    list-style:none;
    padding:0;
    margin:24px 0;
}

.feature-list li{
    margin-bottom:12px;
    color:#475569;
}

.feature-list i{
    color:#0ea5e9;
    margin-right:8px;
}

.cta-box{
    background:linear-gradient(135deg,#0c4bcf,#2e3191);
    color:#fff;
    border-radius:34px;
    padding:50px;
    box-shadow:0 24px 70px rgba(14,165,233,.25);
}

.footer-section{
    background:#04152f;
    color:#fff;
    padding:70px 0 30px;
}

.footer-section a{
    display:block;
    color:rgba(255,255,255,.62);
    text-decoration:none;
    margin-bottom:10px;
}

.footer-section a:hover{
    color:#fff;
}

.btn-primary-custom{
    background:linear-gradient(135deg,#0c4bcf,#2e3191);
    border:0;
    color:#ffffff;
    font-weight:800;
    border-radius:999px;
    padding:13px 26px;
}

.btn-glass{
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.25);
    color:#fff;
    font-weight:700;
    border-radius:999px;
    padding:13px 26px;
}

.btn-glass:hover{
    background:#fff;
    color:#061b3a;
}

@media(max-width:768px){
    .hero-section{
        padding-top:110px;
        text-align:center;
    }

    .hero-text{
        margin:auto;
    }

    .hero-card{
        margin-top:30px;
    }

    .section-padding{
        padding:65px 0;
    }

    .cta-box{
        padding:30px;
        text-align:center;
    }

    .price-card.featured{
        transform:none;
    }
}

.whatsapp-float{
    position:fixed;
    right:20px;
    bottom:20px;
    width:60px;
    height:60px;
    border-radius:50%;
    background:#25D366;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    text-decoration:none;
    box-shadow:0 10px 25px rgba(0,0,0,.25);
    z-index:9999;
}

.whatsapp-float:hover{
    color:#fff;
    transform:scale(1.05);
}

.logo-wrapper{
    width:48px;
    height:48px;
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:8px;
}

.logo-icon,
.logo-svg{
    width:42px;
    height:42px;
    object-fit:contain;
}

.brand-name{
    font-size:1.5rem;
    font-weight:800;
    line-height:1;
    color:#fff;
}

.brand-tagline{
    font-size:.68rem;
    opacity:.75;
    display:block;
    letter-spacing:.3px;
}

.navbar-brand{
    transition:.3s ease;
}

.navbar-brand:hover{
    transform:translateY(-1px);
}

@media(max-width:768px){

    .brand-tagline{
        display:none;
    }

    .logo-wrapper{
        width:42px;
        height:42px;
    }

    .brand-name{
        font-size:1.5rem;
    }
}
