:root{
    --hero-accent:#a8d83f;
    --hero-right-bg:#a7cf45;

    --dark:#1c262c;
    --dark-2:#11181d;

    --text:#111827;
    --muted:#6b7280;

    --white:#ffffff;

    --shadow:
        0 20px 45px rgba(15,23,42,.08);

    --radius:28px;
}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:Arial, Helvetica, sans-serif;
    background:#f7f7f7;
    color:var(--text);
    overflow-x:hidden;
}

img{
    max-width:100%;
    display:block;
}

a{
    text-decoration:none;
    color:inherit;
}

.container{
    width:min(1320px,94%);
    margin:auto;
}

/* =========================================================
HEADER
========================================================= */

.site-header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:1000;

    background:#f4f4f4;
    border-bottom:1px solid #e7e7e7;
}

.nav{
    height:96px;

    display:flex;
    align-items:center;
    justify-content:space-between;

    gap:34px;
}

.brand{
    display:flex;
    align-items:center;
    flex-shrink:0;
}

.brand img{
    max-height:68px;
}

.brand-text{
    display:flex;
    align-items:center;
    gap:10px;

    font-size:58px;
    font-weight:900;
    line-height:1;

    letter-spacing:-3px;
}

.brand-text strong{
    color:#666666;
}

.brand-text span{
    color:var(--hero-accent);
}

.desktop-menu{
    flex:1;

    display:flex;
    align-items:center;
    justify-content:center;

    gap:18px;
}

.desktop-menu a{
    font-size:14px;
    font-weight:900;

    color:#2e2e2e;

    text-transform:uppercase;

    transition:.2s;
}

.desktop-menu a:hover{
    color:var(--hero-accent);
}

.desktop-menu span{
    color:var(--hero-accent);
    font-weight:900;
}

.header-cta{
    height:44px;
    padding:0 34px;

    border-radius:999px;

    background:linear-gradient(
        135deg,
        #14992a,
        #38c84d
    );

    color:#fff;

    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;

    font-size:14px;
    font-weight:900;

    text-transform:uppercase;
    white-space:nowrap;

    box-shadow:
        0 0 0 8px rgba(56,200,77,.10),
        0 10px 30px rgba(56,200,77,.20);

    transition:.2s;
}

.header-cta:hover{
    transform:translateY(-2px);
}

.header-cta i{
    font-size:18px;
}

.mobile-menu-btn{
    display:none;
}

.mobile-menu{
    display:none;
}

/* =========================================================
HERO
========================================================= */

.hero-sms{
    position:relative;

    min-height:780px;

    display:grid;
    grid-template-columns:54% 46%;

    overflow:hidden;

    padding-top:96px;

    background:#1d272d;
}

.hero-sms::before{
    content:"";

    position:absolute;
    inset:96px 0 0 0;

    background-image:
        linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);

    background-size:265px 265px;

    opacity:.55;
}

.hero-left-block{
    position:relative;
    z-index:2;

    display:flex;
    align-items:center;
    justify-content:flex-end;

    padding:
        70px
        90px
        90px
        30px;

    background:
        linear-gradient(
            135deg,
            #1d272d,
            #182229
        );
}

.hero-content-sms{
    width:min(720px,100%);
}

.hero-kicker{
    display:block;

    color:var(--hero-accent);

    font-size:24px;
    font-weight:900;

    margin-bottom:22px;
}

.hero-content-sms h1{
    color:#f3f4f6;

    font-size:clamp(44px,4.6vw,72px);

    line-height:1.08;

    letter-spacing:-3px;

    font-weight:900;
}

.hero-line{
    width:165px;
    height:2px;

    background:var(--hero-accent);

    margin:
        28px
        0
        32px;
}

.hero-content-sms p{
    color:#d1d5db;

    font-size:21px;

    line-height:1.65;

    max-width:650px;
}

.hero-content-sms p strong{
    color:#fff;
}

.hero-main-btn{
    margin-top:36px;

    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;

    min-width:390px;
    height:60px;

    border-radius:999px;

    border:2px solid var(--hero-accent);

    background:#1b252b;

    color:var(--hero-accent);

    font-size:17px;
    font-weight:900;

    text-transform:uppercase;

    box-shadow:
        0 0 0 1px rgba(168,216,63,.18),
        0 0 30px rgba(168,216,63,.28),
        inset 0 -18px 30px rgba(0,0,0,.16);

    transition:.2s;
}

.hero-main-btn:hover{
    transform:translateY(-2px);
    background:#202c33;
}

.hero-right-block{
    position:relative;
    z-index:2;

    display:flex;
    align-items:flex-end;
    justify-content:center;

    overflow:visible;

    min-height:660px;

    border-bottom-left-radius:120px;

    background:
        linear-gradient(
            135deg,
            var(--hero-right-bg),
            #8fba28
        );
}

.hero-right-block::after{
    content:"";

    position:absolute;
    inset:auto 0 0 0;

    height:160px;

    background:
        linear-gradient(
            to top,
            rgba(0,0,0,.18),
            transparent
        );
}

.hero-art{
    position:relative;
    z-index:3;

    width:min(720px,92%);

    display:flex;
    align-items:flex-end;
    justify-content:center;
}

.hero-art img{
    width:auto;
    max-width:100%;
    max-height:650px;
    object-fit:contain;
}

    object-fit:contain;

    filter:
        drop-shadow(0 28px 50px rgba(0,0,0,.22));
}

.hero-stamp{
    position:absolute;

    top:74px;
    left:-74px;

    z-index:5;

    width:150px;
    height:150px;

    border-radius:50%;

    background:#20242a;

    border:9px solid #dfa63a;

    box-shadow:
        0 0 0 7px rgba(32,36,42,.35),
        0 18px 35px rgba(0,0,0,.28);

    display:grid;
    place-items:center;

    color:#fff;

    text-align:center;
}

.hero-stamp::before,
.hero-stamp::after{
    content:"";

    position:absolute;

    bottom:-64px;

    width:34px;
    height:78px;

    background:#d9992f;

    clip-path:polygon(
        0 0,
        100% 0,
        75% 100%,
        50% 72%,
        25% 100%
    );
}

.hero-stamp::before{
    left:34px;
    transform:rotate(7deg);
}

.hero-stamp::after{
    right:34px;
    transform:rotate(-7deg);
}

.hero-stamp small{
    display:block;

    color:#ffd96b;

    font-size:13px;

    letter-spacing:2px;
}

.hero-stamp span{
    display:block;
    font-size:12px;
}

.hero-stamp strong{
    display:block;

    font-size:22px;

    line-height:.95;
}

.hero-down{
    position:absolute;

    left:50%;
    bottom:-1px;

    transform:translateX(-50%);

    width:220px;
    height:60px;

    border-radius:120px 120px 0 0;

    background:var(--hero-right-bg);

    color:#fff;

    display:grid;
    place-items:center;

    z-index:10;

    font-size:28px;
}

/* =========================================================
SECTIONS
========================================================= */

.section{
    padding:95px 0;
}

.section-title{
    max-width:860px;

    margin:
        0 auto 56px;

    text-align:center;
}

.section-title span{
    display:block;

    color:var(--hero-accent);

    font-weight:900;

    text-transform:uppercase;

    margin-bottom:14px;
}

.section-title h2{
    font-size:clamp(36px,4vw,58px);

    line-height:1.05;

    letter-spacing:-2px;

    color:#1f2937;

    margin-bottom:18px;
}

.section-title p{
    color:var(--muted);

    font-size:20px;

    line-height:1.7;
}

/* =========================================================
SERVICES
========================================================= */

.service-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);

    gap:24px;
}

.service-card{
    background:#fff;

    border-radius:30px;

    padding:34px;

    text-align:center;

    border:1px solid #ededed;

    box-shadow:var(--shadow);

    transition:.25s;
}

.service-card:hover{
    transform:translateY(-6px);

    box-shadow:
        0 28px 65px rgba(15,23,42,.12);
}

.service-card img{
    width:100%;
    height:180px;

    object-fit:cover;

    border-radius:22px;

    margin-bottom:22px;
}

.service-icon{
    width:86px;
    height:86px;

    border-radius:50%;

    background:#edf7ea;

    color:#2f9f2f;

    display:grid;
    place-items:center;

    font-size:40px;

    margin:
        0 auto 24px;
}

.service-card h3{
    font-size:28px;

    margin-bottom:16px;

    color:#111827;
}

.service-card p{
    color:var(--muted);

    line-height:1.8;

    font-size:17px;
}

/* =========================================================
PROCESS
========================================================= */

.process-section{
    background:#f8fafc;
}

.process-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);

    gap:20px;
}

.process-card{
    background:#fff;

    border-radius:28px;

    padding:32px;

    border:1px solid #e5e7eb;

    box-shadow:var(--shadow);
}

.process-card strong{
    color:#22a637;

    font-size:38px;
}

.process-card h3{
    font-size:24px;

    margin:
        20px 0 12px;
}

.process-card p{
    color:#64748b;

    line-height:1.75;
}

/* =========================================================
DIFFERENTIALS
========================================================= */

.dark-section{
    background:#071013;
    color:#fff;
}

.diff-grid{
    display:grid;
    grid-template-columns:1fr 1fr;

    gap:60px;

    align-items:center;
}

.diff-grid h2{
    font-size:clamp(38px,4vw,58px);

    line-height:1;

    letter-spacing:-2px;

    margin:
        24px 0;
}

.diff-grid p{
    color:#cbd5e1;

    font-size:19px;

    line-height:1.85;
}

.diff-list{
    display:grid;
    gap:18px;
}

.diff-list div{
    background:rgba(255,255,255,.08);

    border:1px solid rgba(255,255,255,.12);

    padding:22px;

    border-radius:22px;

    font-weight:900;
}

.diff-list i{
    color:var(--hero-accent);

    margin-right:10px;
}

/* =========================================================
FAQ
========================================================= */

.faq-list{
    max-width:920px;

    margin:auto;

    display:grid;
    gap:16px;
}

.faq-list details{
    background:#fff;

    border-radius:22px;

    padding:24px;

    border:1px solid #e5e7eb;

    box-shadow:
        0 12px 35px rgba(15,23,42,.05);
}

.faq-list summary{
    cursor:pointer;

    font-size:18px;
    font-weight:900;
}

.faq-list p{
    color:#64748b;

    line-height:1.75;

    margin-top:14px;
}

/* =========================================================
CONTACT
========================================================= */

.contact-section{
    background:#f8fafc;
}

.contact-grid{
    display:grid;
    grid-template-columns:.9fr 1.1fr;

    gap:55px;

    align-items:start;
}

.contact-grid h2{
    font-size:clamp(36px,4vw,56px);

    line-height:1.05;

    letter-spacing:-2px;

    margin:
        22px 0;
}

.contact-grid p{
    color:#64748b;

    font-size:18px;

    line-height:1.8;
}

.contact-form{
    background:#fff;

    padding:36px;

    border-radius:32px;

    border:1px solid #e5e7eb;

    box-shadow:var(--shadow);
}

.contact-form input,
.contact-form textarea{
    width:100%;

    padding:17px;

    border-radius:16px;

    border:1px solid #cbd5e1;

    font-size:15px;

    margin-bottom:16px;

    outline:none;
}

.contact-form input:focus,
.contact-form textarea:focus{
    border-color:#39c54a;

    box-shadow:
        0 0 0 4px rgba(57,197,74,.12);
}

.contact-form textarea{
    min-height:150px;

    resize:vertical;
}

.contact-form button{
    width:100%;
    height:58px;

    border:0;

    border-radius:16px;

    background:
        linear-gradient(
            135deg,
            #14992a,
            #38c84d
        );

    color:#fff;

    font-size:16px;
    font-weight:900;

    cursor:pointer;
}

/* =========================================================
FOOTER
========================================================= */

.footer{
    background:#020617;

    color:#cbd5e1;

    padding:42px 0;
}

.footer-grid{
    display:flex;
    align-items:center;
    justify-content:space-between;

    gap:20px;
}

.footer strong{
    color:#fff;

    font-size:26px;
}

.footer p{
    color:#94a3b8;

    margin-top:10px;
}

.social{
    display:flex;
    gap:12px;
}

.social a{
    width:46px;
    height:46px;

    border-radius:14px;

    background:#1e293b;

    display:grid;
    place-items:center;

    color:#fff;

    font-size:20px;

    transition:.2s;
}

.social a:hover{
    background:#22c55e;
}

.whatsapp-float{
    position:fixed;

    right:24px;
    bottom:24px;

    width:64px;
    height:64px;

    border-radius:50%;

    background:#22c55e;

    color:#fff;

    display:grid;
    place-items:center;

    font-size:34px;

    box-shadow:
        0 18px 40px rgba(34,197,94,.35);

    z-index:999;
}

/* =========================================================
RESPONSIVE
========================================================= */

@media(max-width:1150px){

    .desktop-menu,
    .header-cta{
        display:none;
    }

    .mobile-menu-btn{
        display:flex;

        width:48px;
        height:48px;

        border:0;

        border-radius:14px;

        background:#111827;

        color:#fff;

        align-items:center;
        justify-content:center;

        font-size:24px;
    }

    .nav{
        height:82px;
    }

    .brand img{
        max-height:54px;
    }

    .brand-text{
        font-size:44px;
    }

    .mobile-menu{
        display:none;

        flex-direction:column;

        gap:14px;

        padding:24px;

        background:#fff;

        border-top:1px solid #e5e7eb;
    }

    .mobile-menu.open{
        display:flex;
    }

    .mobile-menu a{
        color:#111827;

        font-weight:800;
    }

    .mobile-cta{
        background:#22c55e;

        color:#fff!important;

        padding:14px;

        border-radius:14px;

        text-align:center;

        font-weight:900;
    }

    .hero-sms{
        grid-template-columns:1fr;

        padding-top:82px;
    }

    .hero-left-block{
        justify-content:flex-start;

        padding:60px 28px;
    }

    .hero-right-block{
        min-height:520px;

        border-bottom-left-radius:70px;
    }

    .hero-stamp{
        left:26px;
        top:32px;

        width:120px;
        height:120px;
    }

    .hero-stamp strong{
        font-size:17px;
    }

    .service-grid,
    .process-grid,
    .diff-grid,
    .contact-grid{
        grid-template-columns:1fr;
    }
}

@media(max-width:600px){

    .container{
        width:min(100% - 32px,1320px);
    }

    .hero-content-sms h1{
        font-size:38px;

        letter-spacing:-1.5px;
    }

    .hero-kicker{
        font-size:18px;
    }

    .hero-content-sms p{
        font-size:17px;
    }

    .hero-main-btn{
        width:100%;

        min-width:0;

        font-size:14px;

        padding:0 18px;
    }

    .hero-right-block{
        min-height:430px;
    }

    .hero-art img{
        max-height:430px;
    }

    .hero-down{
        width:150px;
    }

    .screen-features{
        grid-template-columns:1fr;
    }

    .service-card,
    .process-card,
    .contact-form{
        padding:24px;
    }

    .footer-grid{
        flex-direction:column;
        align-items:flex-start;
    }
}
.problem-section{
    position:relative;
    overflow:hidden;
    padding:115px 0 125px;
    background:
        radial-gradient(circle at 50% 48%, rgba(168,216,63,.08), transparent 28%),
        radial-gradient(circle at 0% 85%, rgba(0,180,200,.13), transparent 20%),
        linear-gradient(135deg,#08151b,#111b21 55%,#071116);
    color:#fff;
}

.problem-section::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
    background-size:260px 260px;
    opacity:.7;
    pointer-events:none;
}

.problem-section::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:90px;
    background:#fff;
    clip-path:polygon(0 100%,100% 70%,100% 100%);
    z-index:1;
}

.problem-section .container{
    position:relative;
    z-index:3;
}

.problem-top-shape{
    position:absolute;
    top:-1px;
    left:50%;
    transform:translateX(-50%);
    width:270px;
    height:64px;
    background:var(--hero-accent,#a8d83f);
    color:#fff;
    border-radius:0 0 150px 150px;
    display:grid;
    place-items:center;
    z-index:4;
    font-size:30px;
}

.problem-title{
    max-width:1180px;
    margin:0 auto 58px;
    text-align:center;
}

.problem-title span{
    display:block;
    color:var(--hero-accent,#a8d83f);
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:1px;
    font-size:18px;
    margin-bottom:14px;
}

.problem-title h2{
    margin:0 0 20px;
    font-size:clamp(36px,4.8vw,62px);
    line-height:1.05;
    letter-spacing:-2.5px;
    color:#f8fafc;
    font-weight:900;
    text-shadow:0 5px 0 rgba(0,0,0,.18);
}

.problem-title p{
    max-width:1240px;
    margin:0 auto;
    color:#f4f4f5;
    font-size:24px;
    line-height:1.45;
}

.problem-title p strong{
    color:var(--hero-accent,#a8d83f);
    font-weight:900;
}

.problem-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:32px;
    margin-top:48px;
}

.problem-card{
    min-height:390px;
    background:rgba(255,255,255,.055);
    border:1px solid rgba(255,255,255,.04);
    border-radius:10px;
    padding:54px 36px 38px;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.03),
        0 28px 70px rgba(0,0,0,.22);
    backdrop-filter:blur(6px);
}

.problem-icon{
    width:86px;
    height:86px;
    border-radius:50%;
    background:linear-gradient(135deg,var(--hero-accent,#a8d83f),#8fc92f);
    display:grid;
    place-items:center;
    color:#fff;
    font-size:44px;
    margin-bottom:38px;
    box-shadow:
        inset 0 0 0 4px rgba(255,255,255,.25),
        0 12px 24px rgba(168,216,63,.20);
}

.problem-card h3{
    color:#f8fafc;
    font-size:42px;
    line-height:1.12;
    letter-spacing:-1.6px;
    font-weight:900;
    margin:0 0 26px;
    text-shadow:0 4px 0 rgba(0,0,0,.18);
}

.problem-card p{
    color:#f3f4f6;
    font-size:19px;
    line-height:1.45;
    margin:0;
}

.problem-card p strong{
    color:#fff;
    font-weight:900;
}

.problem-action{
    display:flex;
    justify-content:center;
    margin-top:40px;
    position:relative;
    z-index:5;
}

.problem-btn{
    position:relative;
    min-width:330px;
    height:58px;
    border-radius:999px;
    border:2px solid var(--hero-accent,#a8d83f);
    background:#172228;
    color:var(--hero-accent,#a8d83f);
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    font-size:18px;
    font-weight:900;
    text-transform:uppercase;
    box-shadow:
        0 0 34px rgba(168,216,63,.34),
        inset 0 -17px 25px rgba(0,0,0,.18);
}

.problem-btn::after{
    content:"";
    position:absolute;
    bottom:-3px;
    left:50%;
    transform:translateX(-50%);
    width:94px;
    height:3px;
    background:var(--hero-accent,#a8d83f);
}



@media(max-width:1150px){
    .problem-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .problem-title p{
        font-size:20px;
    }
}

@media(max-width:700px){
    .problem-section{
        padding:100px 0 105px;
    }

    .problem-top-shape{
        width:200px;
        height:50px;
        font-size:24px;
    }

    .problem-grid{
        grid-template-columns:1fr;
        gap:18px;
    }

    .problem-card{
        min-height:auto;
        padding:34px 26px;
    }

    .problem-card h3{
        font-size:34px;
    }

    .problem-card p{
        font-size:17px;
    }

    .problem-title h2{
        font-size:34px;
    }

    .problem-title p{
        font-size:17px;
    }

    .problem-btn{
        width:100%;
        min-width:0;
        font-size:15px;
    }

}
.problem-title-card{
    color:#f8fafc;
    font-size:42px;
    line-height:1.12;
    letter-spacing:-1.6px;
    font-weight:900;
    margin:0 0 26px;
    text-shadow:0 4px 0 rgba(0,0,0,.18);
}

.problem-description-card{
    color:#f3f4f6;
    font-size:19px;
    line-height:1.55;
}

.problem-description-card strong{
    color:var(--hero-accent,#a8d83f);
    font-weight:900;
}

.problem-description-card b{
    color:var(--hero-accent,#a8d83f);
    font-weight:900;
}

.problem-description-card span.destaque{
    color:var(--hero-accent,#a8d83f);
    font-weight:900;
}
.icon-preview{
    margin-top:12px;
    width:54px;
    height:54px;
    border-radius:16px;
    display:grid;
    place-items:center;
    background:#e0f2fe;
    color:#0284c7;
    font-size:28px;
}

.form-group small{
    color:#64748b;
    font-size:13px;
}
.problem-card strong,
.problem-card b,
.problem-card .destaque{
    color:var(--service-color,#a8d83f) !important;
    font-weight:900;
}

.problem-description-card strong,
.problem-description-card b,
.problem-description-card .destaque{
    color:var(--service-color,#a8d83f) !important;
    font-weight:900;
}

.services-premium{
    position:relative;
    overflow:hidden;

    padding:120px 0;

    background:
    radial-gradient(circle at top right,
    rgba(168,216,63,.15),
    transparent 30%),

    linear-gradient(
    135deg,
    #08151b,
    #101b22 50%,
    #071116);

    color:#fff;
}

.services-top-wave{
    position:absolute;
    top:0;
    left:0;
    right:0;

    height:120px;

    background:
    linear-gradient(
    180deg,
    rgba(255,255,255,.04),
    transparent);
}

.services-header{
    max-width:1200px;
    margin:auto;
    text-align:center;
}

.services-tag{
    display:inline-flex;

    background:
    rgba(168,216,63,.12);

    color:#a8d83f;

    padding:12px 18px;

    border-radius:999px;

    font-weight:900;
    text-transform:uppercase;
    font-size:13px;
    letter-spacing:1px;
}

.services-header h2{
    margin:24px 0;

    font-size:
    clamp(42px,4vw,68px);

    line-height:1.05;

    font-weight:900;

    letter-spacing:-2px;
}

.services-description{
    max-width:1100px;

    margin:auto;

    font-size:22px;

    color:#e5e7eb;

    line-height:1.7;
}

.services-description strong{
    color:#a8d83f;
}

.services-grid{
    margin-top:70px;

    display:grid;

    grid-template-columns:
    repeat(4,1fr);

    gap:26px;
}

.service-premium-card{
    background:
    rgba(255,255,255,.04);

    border:
    1px solid rgba(255,255,255,.05);

    border-radius:26px;

    padding:38px;

    backdrop-filter:blur(8px);

    transition:.25s;

    box-shadow:
    0 25px 60px rgba(0,0,0,.22);
}

.service-premium-card:hover{
    transform:translateY(-8px);
}

.service-premium-icon{
    width:86px;
    height:86px;

    border-radius:50%;

    background:
    linear-gradient(
    135deg,
    var(--service-color),
    color-mix(in srgb,var(--service-color) 70%, white));

    display:grid;
    place-items:center;

    font-size:40px;

    color:#fff;

    margin-bottom:26px;
}

.service-premium-card h3{
    font-size:34px;

    line-height:1.1;

    margin-bottom:20px;

    font-weight:900;
}

.service-premium-description{
    font-size:18px;

    line-height:1.7;

    color:#f1f5f9;
}

.service-premium-description strong{
    color:var(--service-color);
    font-weight:900;
}

.services-footer{
    margin-top:60px;

    display:flex;
    justify-content:center;
}

.services-btn{
    min-width:350px;
    height:62px;

    border-radius:999px;

    background:
    linear-gradient(
    135deg,
    #169c27,
    #38c84d);

    color:#fff;

    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;

    font-size:17px;
    font-weight:900;

    text-transform:uppercase;

    box-shadow:
    0 15px 35px rgba(56,200,77,.25);
}

.services-btn:hover{
    transform:translateY(-2px);
}

@media(max-width:1100px){

    .services-grid{
        grid-template-columns:
        repeat(2,1fr);
    }

}

@media(max-width:700px){

    .services-grid{
        grid-template-columns:1fr;
    }

    .services-header h2{
        font-size:38px;
    }

    .services-description{
        font-size:18px;
    }

    .services-btn{
        width:100%;
        min-width:0;
    }

}
.diff-premium-section{
    padding:110px 0;
    background:#f8fafc;
}

.diff-premium-header{
    max-width:850px;
    margin:0 auto 55px;
    text-align:center;
}

.diff-premium-header span{
    color:#65a30d;
    font-weight:900;
    text-transform:uppercase;
}

.diff-premium-header h2{
    font-size:clamp(36px,4vw,58px);
    line-height:1.05;
    letter-spacing:-2px;
    margin:18px 0;
}

.diff-premium-header p{
    color:#64748b;
    font-size:20px;
    line-height:1.7;
}

.diff-premium-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}

.diff-premium-card{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:30px;
    padding:34px;
    box-shadow:0 20px 45px rgba(15,23,42,.07);
    transition:.25s;
}

.diff-premium-card:hover{
    transform:translateY(-6px);
}

.diff-premium-icon{
    width:72px;
    height:72px;
    border-radius:22px;
    background:color-mix(in srgb,var(--diff-color) 16%, white);
    color:var(--diff-color);
    display:grid;
    place-items:center;
    font-size:34px;
    margin-bottom:24px;
}

.diff-premium-card h3{
    font-size:26px;
    margin:0 0 14px;
    color:#111827;
}

.diff-premium-text{
    color:#64748b;
    font-size:17px;
    line-height:1.7;
}

.diff-premium-text strong{
    color:var(--diff-color);
    font-weight:900;
}

@media(max-width:900px){
    .diff-premium-grid{
        grid-template-columns:1fr;
    }
}
.testimonials-section{
    padding:110px 0;
    background:#071013;
    color:#fff;
    overflow:hidden;
}

.testimonials-header{
    max-width:850px;
    margin:0 auto 55px;
    text-align:center;
}

.testimonials-header span{
    color:#a8d83f;
    font-weight:900;
    text-transform:uppercase;
}

.testimonials-header h2{
    font-size:clamp(36px,4vw,58px);
    line-height:1.05;
    letter-spacing:-2px;
    margin:18px 0;
}

.testimonials-header p{
    color:#cbd5e1;
    font-size:20px;
    line-height:1.7;
}

.testimonials-slider{
    overflow:hidden;
}

.testimonials-track{
    display:flex;
    gap:24px;
    transition:transform .5s ease;
}

.testimonial-card{
    min-width:calc((100% - 48px) / 3);
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.10);
    border-radius:30px;
    padding:34px;
    box-shadow:0 25px 60px rgba(0,0,0,.22);
}

.testimonial-stars{
    color:#fbbf24;
    font-size:22px;
    margin-bottom:20px;
}

.testimonial-card p{
    color:#f8fafc;
    font-size:19px;
    line-height:1.7;
    margin-bottom:28px;
}

.testimonial-client{
    display:flex;
    align-items:center;
    gap:14px;
}

.testimonial-client img,
.testimonial-avatar{
    width:58px;
    height:58px;
    border-radius:50%;
    object-fit:cover;
}

.testimonial-avatar{
    background:#a8d83f;
    color:#111827;
    display:grid;
    place-items:center;
    font-weight:900;
    font-size:22px;
}

.testimonial-client strong{
    display:block;
    font-size:17px;
}

.testimonial-client span{
    display:block;
    color:#94a3b8;
    font-size:14px;
    margin-top:4px;
}

.testimonial-controls{
    display:flex;
    justify-content:center;
    gap:14px;
    margin-top:34px;
}

.testimonial-controls button{
    width:52px;
    height:52px;
    border:0;
    border-radius:50%;
    background:#a8d83f;
    color:#111827;
    font-size:20px;
    cursor:pointer;
}

@media(max-width:900px){
    .testimonial-card{
        min-width:100%;
    }
}
.portfolio-section{
    padding:110px 0;
    background:#f8fafc;
}

.portfolio-header{
    max-width:850px;
    margin:0 auto 55px;
    text-align:center;
}

.portfolio-header span{
    color:#65a30d;
    font-weight:900;
    text-transform:uppercase;
}

.portfolio-header h2{
    font-size:clamp(36px,4vw,58px);
    line-height:1.05;
    letter-spacing:-2px;
    margin:18px 0;
}

.portfolio-header p{
    color:#64748b;
    font-size:20px;
    line-height:1.7;
}

.portfolio-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:26px;
}

.portfolio-card{
    background:#fff;
    border-radius:30px;
    overflow:hidden;
    border:1px solid #e5e7eb;
    box-shadow:0 20px 45px rgba(15,23,42,.07);
    transition:.25s;
}

.portfolio-card:hover{
    transform:translateY(-6px);
}

.portfolio-image{
    height:240px;
    overflow:hidden;
}

.portfolio-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.4s;
}

.portfolio-card:hover .portfolio-image img{
    transform:scale(1.06);
}

.portfolio-content{
    padding:28px;
}

.portfolio-content span{
    display:inline-flex;
    background:#ecfccb;
    color:#65a30d;
    padding:7px 12px;
    border-radius:999px;
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
    margin-bottom:16px;
}

.portfolio-content h3{
    font-size:26px;
    margin:0 0 12px;
}

.portfolio-content p{
    color:#64748b;
    line-height:1.7;
    margin-bottom:20px;
}

.portfolio-content a{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#16a34a;
    font-weight:900;
}

@media(max-width:900px){
    .portfolio-grid{
        grid-template-columns:1fr;
    }
}
.portfolio-filters{
    display:flex;
    justify-content:center;
    gap:12px;
    flex-wrap:wrap;
    margin-bottom:38px;
}

.portfolio-filter{
    border:1px solid #d9f99d;
    background:#fff;
    color:#365314;
    padding:12px 18px;
    border-radius:999px;
    font-weight:900;
    cursor:pointer;
    transition:.2s;
}

.portfolio-filter:hover,
.portfolio-filter.active{
    background:#a8d83f;
    color:#111827;
    border-color:#a8d83f;
}

.portfolio-card.hide{
    display:none;
}
.portfolio-card.initial-hidden{
    display:none;
}
.portfolio-page-hero{
    padding:170px 0 90px;
    background:
        radial-gradient(circle at 80% 30%, rgba(168,216,63,.22), transparent 28%),
        linear-gradient(135deg,#071013,#111827);
    color:#fff;
    text-align:center;
}

.portfolio-page-hero span,
.portfolio-form-section span{
    color:#a8d83f;
    font-weight:900;
    text-transform:uppercase;
}

.portfolio-page-hero h1{
    max-width:950px;
    margin:18px auto;
    font-size:clamp(42px,5vw,72px);
    line-height:1.02;
    letter-spacing:-3px;
}

.portfolio-page-hero p{
    max-width:760px;
    margin:auto;
    color:#cbd5e1;
    font-size:20px;
    line-height:1.7;
}

.portfolio-home-action{
    display:flex;
    justify-content:center;
    margin-top:42px;
}

.portfolio-more-btn{
    height:58px;
    padding:0 30px;
    border-radius:999px;
    background:linear-gradient(135deg,#169c27,#a8d83f);
    color:#071013;
    font-weight:900;
    display:inline-flex;
    align-items:center;
    gap:10px;
}

.portfolio-form-section{
    padding:100px 0;
    background:#071013;
    color:#fff;
}

.portfolio-form-grid{
    display:grid;
    grid-template-columns:.85fr 1.15fr;
    gap:55px;
    align-items:start;
}

.portfolio-form-section h2{
    font-size:clamp(36px,4vw,58px);
    line-height:1.05;
    letter-spacing:-2px;
    margin:18px 0;
}

.portfolio-form-section p{
    color:#cbd5e1;
    font-size:19px;
    line-height:1.7;
}

.portfolio-card.hide{
    display:none;
}

@media(max-width:900px){
    .portfolio-form-grid{
        grid-template-columns:1fr;
    }
}
.thank-modal{
    position:fixed;
    inset:0;
    background:rgba(2,6,23,.72);
    backdrop-filter:blur(8px);
    display:none;
    align-items:center;
    justify-content:center;
    z-index:9999;
    padding:24px;
}

.thank-modal.show{
    display:flex;
}

.thank-modal-box{
    width:min(460px,100%);
    background:#fff;
    border-radius:32px;
    padding:42px;
    text-align:center;
    position:relative;
    box-shadow:0 35px 100px rgba(0,0,0,.35);
    animation:modalShow .25s ease;
}

@keyframes modalShow{
    from{
        opacity:0;
        transform:translateY(20px) scale(.96);
    }
    to{
        opacity:1;
        transform:translateY(0) scale(1);
    }
}

.thank-modal-close{
    position:absolute;
    top:18px;
    right:18px;
    width:42px;
    height:42px;
    border:0;
    border-radius:50%;
    background:#f1f5f9;
    color:#0f172a;
    cursor:pointer;
    display:grid;
    place-items:center;
}

.thank-icon{
    width:82px;
    height:82px;
    margin:0 auto 22px;
    border-radius:50%;
    background:#dcfce7;
    color:#16a34a;
    display:grid;
    place-items:center;
    font-size:46px;
}

.thank-modal-box h2{
    font-size:30px;
    margin:0 0 14px;
    color:#111827;
    letter-spacing:-1px;
}

.thank-modal-box p{
    color:#64748b;
    font-size:17px;
    line-height:1.6;
    margin-bottom:28px;
}

.thank-button{
    width:100%;
    height:54px;
    border:0;
    border-radius:16px;
    background:linear-gradient(135deg,#169c27,#a8d83f);
    color:#071013;
    font-weight:900;
    font-size:16px;
    cursor:pointer;
}
.banners-section{
    padding:90px 0;
    background:#f8fafc;
}

.banners-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:26px;
}

.banner-card{
    position:relative;
    min-height:320px;
    overflow:hidden;
    border-radius:34px;
    background:#071013;
    box-shadow:0 20px 45px rgba(15,23,42,.10);
}

.banner-card img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    opacity:.5;
}

.banner-card::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(90deg,rgba(7,16,19,.92),rgba(7,16,19,.35));
}

.banner-content{
    position:relative;
    z-index:2;
    padding:42px;
    max-width:520px;
    color:#fff;
}

.banner-content h3{
    font-size:clamp(30px,3vw,44px);
    line-height:1.05;
    letter-spacing:-1.5px;
    margin-bottom:16px;
}

.banner-content p{
    color:#e5e7eb;
    font-size:18px;
    line-height:1.7;
    margin-bottom:24px;
}

.banner-content a{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:#a8d83f;
    color:#071013;
    padding:14px 20px;
    border-radius:999px;
    font-weight:900;
}

@media(max-width:900px){
    .banners-grid{
        grid-template-columns:1fr;
    }
}
.portfolio-premium-section{
    position:relative;
    overflow:hidden;
    padding:115px 0;
    background:
        radial-gradient(circle at 15% 20%, rgba(168,216,63,.18), transparent 28%),
        radial-gradient(circle at 85% 70%, rgba(56,189,248,.14), transparent 26%),
        linear-gradient(135deg,#f8fafc,#eef2f7);
}

.portfolio-premium-header{
    max-width:920px;
    margin:0 auto 38px;
    text-align:center;
}

.portfolio-premium-header span{
    display:inline-flex;
    padding:10px 16px;
    border-radius:999px;
    background:#ecfccb;
    color:#65a30d;
    font-size:13px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:1px;
}

.portfolio-premium-header h2{
    margin:22px 0 18px;
    font-size:clamp(36px,4.4vw,64px);
    line-height:1.02;
    letter-spacing:-2.6px;
    color:#0f172a;
}

.portfolio-premium-header p{
    max-width:760px;
    margin:auto;
    color:#64748b;
    font-size:20px;
    line-height:1.7;
}

.portfolio-premium-filters{
    display:flex;
    justify-content:center;
    gap:12px;
    flex-wrap:wrap;
    margin:38px 0 44px;
}

.portfolio-premium-filters .portfolio-filter{
    border:1px solid #d9f99d;
    background:#fff;
    color:#365314;
    padding:12px 18px;
    border-radius:999px;
    font-weight:900;
    cursor:pointer;
    transition:.2s;
}

.portfolio-premium-filters .portfolio-filter:hover,
.portfolio-premium-filters .portfolio-filter.active{
    background:#a8d83f;
    color:#111827;
    border-color:#a8d83f;
    box-shadow:0 12px 26px rgba(168,216,63,.22);
}

.portfolio-premium-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
}

.portfolio-premium-card{
    background:#fff;
    border:1px solid rgba(15,23,42,.08);
    border-radius:34px;
    overflow:hidden;
    box-shadow:0 24px 60px rgba(15,23,42,.09);
    transition:.25s;
}

.portfolio-premium-card:hover{
    transform:translateY(-8px);
    box-shadow:0 34px 85px rgba(15,23,42,.14);
}

.portfolio-premium-image{
    position:relative;
    height:265px;
    overflow:hidden;
    background:#071013;
}

.portfolio-premium-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.45s;
}

.portfolio-premium-card:hover .portfolio-premium-image img{
    transform:scale(1.07);
}

.portfolio-premium-image::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(to top,rgba(7,16,19,.55),transparent 55%);
}

.portfolio-category{
    position:absolute;
    left:22px;
    bottom:20px;
    z-index:2;
    display:inline-flex;
    padding:8px 13px;
    border-radius:999px;
    background:#a8d83f;
    color:#071013;
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
}

.portfolio-placeholder{
    height:100%;
    display:grid;
    place-items:center;
    color:#a8d83f;
    font-size:58px;
    background:
        radial-gradient(circle at center, rgba(168,216,63,.18), transparent 32%),
        linear-gradient(135deg,#071013,#111827);
}

.portfolio-premium-content{
    padding:30px;
}

.portfolio-premium-content h3{
    font-size:27px;
    line-height:1.15;
    letter-spacing:-1px;
    color:#0f172a;
    margin:0 0 14px;
}

.portfolio-premium-content p{
    color:#64748b;
    line-height:1.7;
    margin:0 0 24px;
}

.portfolio-card-footer{
    border-top:1px solid #e5e7eb;
    padding-top:18px;
}

.portfolio-card-footer a,
.portfolio-card-footer span{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#16a34a;
    font-weight:900;
}

.portfolio-home-action{
    display:flex;
    justify-content:center;
    margin-top:50px;
}

.portfolio-more-btn{
    height:60px;
    padding:0 32px;
    border-radius:999px;
    background:linear-gradient(135deg,#169c27,#a8d83f);
    color:#071013;
    font-weight:900;
    display:inline-flex;
    align-items:center;
    gap:10px;
    box-shadow:0 16px 34px rgba(168,216,63,.24);
    transition:.2s;
}

.portfolio-more-btn:hover{
    transform:translateY(-2px);
}

.portfolio-premium-card.hide,
.portfolio-premium-card.initial-hidden{
    display:none;
}

@media(max-width:1050px){
    .portfolio-premium-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:700px){
    .portfolio-premium-section{
        padding:80px 0;
    }

    .portfolio-premium-grid{
        grid-template-columns:1fr;
    }

    .portfolio-premium-image{
        height:230px;
    }

    .portfolio-premium-content{
        padding:24px;
    }
}

.hero-final{
    position:relative;
    overflow:hidden;
    padding-top:96px;
    min-height:760px;
    background:#1d272d;
}

.hero-final::before{
    content:"";
    position:absolute;
    inset:96px 0 0;
    background-image:
        linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
    background-size:240px 240px;
    opacity:.45;
    pointer-events:none;
}

.hero-final-inner{
    display:grid;
    grid-template-columns:54% 46%;
    min-height:664px;
    position:relative;
    z-index:2;
}

.hero-final-left{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    padding:70px 88px 90px 24px;
    background:linear-gradient(135deg,#1d272d,#182229);
}

.hero-final-content{
    width:min(720px,100%);
}

.hero-final-kicker{
    display:block;
    color:var(--hero-accent);
    font-size:23px;
    font-weight:900;
    margin-bottom:22px;
}

.hero-final-content h1{
    margin:0;
    color:#f8fafc;
    font-size:clamp(42px,4.6vw,68px);
    line-height:1.12;
    letter-spacing:-2.5px;
    font-weight:900;
}

.hero-final-line{
    width:170px;
    height:2px;
    background:var(--hero-accent);
    margin:28px 0 30px;
}

.hero-final-content p{
    color:#d1d5db;
    font-size:20px;
    line-height:1.65;
    max-width:650px;
}

.hero-final-btn{
    margin-top:34px;
    min-width:390px;
    height:60px;
    border-radius:999px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    border:2px solid var(--hero-accent);
    background:#1b252b;
    color:var(--hero-accent);
    font-size:16px;
    font-weight:900;
    text-transform:uppercase;
    box-shadow:0 0 25px rgba(168,216,63,.25);
    transition:.2s;
}

.hero-final-btn:hover{
    transform:translateY(-2px);
    background:#202c33;
}

.hero-final-right{
    position:relative;
    display:flex;
    align-items:flex-end;
    justify-content:center;
    min-height:664px;
    background:linear-gradient(135deg,var(--hero-right),#8fba28);
    border-bottom-left-radius:120px;
    overflow:visible;
}

.hero-final-right::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:150px;
    background:linear-gradient(to top,rgba(0,0,0,.16),transparent);
    pointer-events:none;
}

.hero-final-image{
    position:relative;
    z-index:3;
    width:min(720px,94%);
    display:flex;
    justify-content:center;
    align-items:flex-end;
}

.hero-final-image img{
    width:auto;
    max-width:100%;
    max-height:650px;
    object-fit:contain;
}

.hero-final-proposal{
    position:absolute;
    top:74px;
    left:-82px;
    z-index:6;
    width:260px;
    border-radius:24px;
    padding:18px;
    background:#111827;
    color:#fff;
    border:1px solid rgba(255,255,255,.10);
    box-shadow:0 22px 45px rgba(0,0,0,.26);
    display:flex;
    align-items:center;
    gap:14px;
}

.hero-final-proposal-icon{
    width:52px;
    height:52px;
    flex:0 0 52px;
    border-radius:16px;
    background:var(--hero-accent);
    color:#111827;
    display:grid;
    place-items:center;
    font-size:24px;
}

.hero-final-proposal span{
    display:block;
    color:var(--hero-accent);
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
    line-height:1.1;
}

.hero-final-proposal strong{
    display:block;
    color:#fff;
    font-size:18px;
    line-height:1.15;
    margin:4px 0;
}

.hero-final-proposal small{
    color:#cbd5e1;
    font-size:12px;
    line-height:1.2;
}

.hero-final-down{
    position:absolute;
    left:50%;
    bottom:0;
    transform:translateX(-50%);
    width:180px;
    height:54px;
    border-radius:100px 100px 0 0;
    background:var(--hero-accent);
    color:#fff;
    display:grid;
    place-items:center;
    font-size:26px;
    z-index:8;
}

/* RESPONSIVO */
@media(max-width:980px){
    .hero-final{
        padding-top:82px;
        min-height:auto;
    }

    .hero-final-inner{
        display:block;
        min-height:auto;
    }

    .hero-final-left{
        justify-content:flex-start;
        padding:50px 24px 32px;
    }

    .hero-final-content{
        width:100%;
    }

    .hero-final-kicker{
        font-size:17px;
    }

    .hero-final-content h1{
        font-size:38px;
        line-height:1.12;
        letter-spacing:-1.4px;
    }

    .hero-final-content p{
        font-size:17px;
    }

    .hero-final-btn{
        width:100%;
        min-width:0;
        height:56px;
        font-size:13px;
        padding:0 18px;
    }

    .hero-final-right{
        min-height:auto;
        border-bottom-left-radius:60px;
        padding:22px 20px 0;
        flex-direction:column;
        align-items:center;
    }

    .hero-final-proposal{
        position:relative;
        top:auto;
        left:auto;
        width:100%;
        max-width:360px;
        margin:0 auto 20px;
        display:flex;
    }

    .hero-final-image{
        width:100%;
    }

    .hero-final-image img{
        max-height:420px;
    }

    .hero-final-down{
        display:none;
    }
}

@media(max-width:520px){
    .hero-final-left{
        padding:42px 20px 28px;
    }

    .hero-final-content h1{
        font-size:34px;
    }

    .hero-final-content p{
        font-size:16px;
    }

    .hero-final-proposal{
        padding:15px;
        border-radius:20px;
    }

    .hero-final-proposal strong{
        font-size:16px;
    }

    .hero-final-image img{
        max-height:380px;
    }
}
.result-preview-section{
    padding:110px 0;
    background:
        radial-gradient(circle at 80% 20%, rgba(168,216,63,.18), transparent 28%),
        linear-gradient(135deg,#071013,#111827);
    color:#fff;
}

.result-preview-grid{
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    gap:60px;
    align-items:center;
}

.result-preview-content span{
    display:inline-flex;
    background:rgba(168,216,63,.12);
    color:#a8d83f;
    padding:10px 16px;
    border-radius:999px;
    font-weight:900;
    text-transform:uppercase;
    font-size:13px;
}

.result-preview-content h2{
    font-size:clamp(36px,4vw,58px);
    line-height:1.05;
    letter-spacing:-2px;
    margin:24px 0;
}

.result-preview-content h2 strong{
    color:#a8d83f;
}

.result-preview-content p{
    color:#cbd5e1;
    font-size:19px;
    line-height:1.7;
}

.result-scores{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:16px;
    margin:34px 0;
}

.result-scores div{
    background:rgba(255,255,255,.07);
    border:1px solid rgba(255,255,255,.10);
    border-radius:20px;
    padding:22px;
}

.result-scores strong{
    display:block;
    color:#a8d83f;
    font-size:34px;
}

.result-scores small{
    color:#e5e7eb;
    font-weight:800;
}

.result-preview-btn{
    height:58px;
    padding:0 28px;
    border-radius:999px;
    background:linear-gradient(135deg,#169c27,#a8d83f);
    color:#071013;
    display:inline-flex;
    align-items:center;
    gap:10px;
    font-weight:900;
}

.result-preview-card{
    background:#fff;
    color:#111827;
    border-radius:34px;
    padding:34px;
    box-shadow:0 35px 90px rgba(0,0,0,.35);
}

.lighthouse-top{
    display:flex;
    gap:8px;
    margin-bottom:28px;
}

.lighthouse-top span{
    width:12px;
    height:12px;
    border-radius:50%;
    background:#cbd5e1;
}

.score-row{
    display:flex;
    align-items:center;
    gap:26px;
    margin-bottom:28px;
}

.score-circle{
    width:120px;
    height:120px;
    border-radius:50%;
    border:10px solid #08c45f;
    background:#dcfce7;
    display:grid;
    place-items:center;
}

.score-circle strong{
    font-size:38px;
    color:#08c45f;
}

.score-row h3{
    font-size:30px;
    margin:0 0 8px;
}

.score-row p{
    color:#64748b;
}

.mini-scores{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:14px;
    margin-bottom:24px;
}

.mini-scores div{
    background:#f8fafc;
    border:1px solid #e2e8f0;
    border-radius:18px;
    padding:18px;
    text-align:center;
}

.mini-scores strong{
    display:block;
    color:#16a34a;
    font-size:28px;
}

.mini-scores span{
    color:#64748b;
    font-size:13px;
    font-weight:800;
}

.metric-list{
    display:grid;
    gap:12px;
}

.metric-list div{
    display:flex;
    justify-content:space-between;
    gap:16px;
    background:#f8fafc;
    border-radius:16px;
    padding:14px 16px;
}

.metric-list span{
    color:#475569;
    font-weight:800;
}

.metric-list strong{
    color:#16a34a;
}

@media(max-width:900px){
    .result-preview-grid,
    .result-scores,
    .mini-scores{
        grid-template-columns:1fr;
    }

    .result-preview-section{
        padding:80px 0;
    }

    .score-row{
        flex-direction:column;
        text-align:center;
    }
}
.site-footer{
    background:#071013;
    color:#fff;
    padding:90px 0 0;
}

.footer-top{
    display:grid;
    grid-template-columns:1.4fr 1fr 1fr 1.2fr;
    gap:50px;
    padding-bottom:60px;
}

.footer-brand img{
    max-width:220px;
    margin-bottom:20px;
}

.footer-brand p{
    color:#cbd5e1;
    line-height:1.8;
    margin-bottom:25px;
}

.footer-social{
    display:flex;
    gap:12px;
}

.footer-social a{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#111827;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#a8d83f;
    transition:.3s;
}

.footer-social a:hover{
    background:#a8d83f;
    color:#071013;
}

.footer-links h4,
.footer-contact h4{
    color:#fff;
    margin-bottom:20px;
    font-size:18px;
}

.footer-links a{
    display:block;
    color:#cbd5e1;
    margin-bottom:12px;
    transition:.3s;
}

.footer-links a:hover{
    color:#a8d83f;
    padding-left:5px;
}

.footer-contact div{
    display:flex;
    gap:12px;
    margin-bottom:16px;
    color:#cbd5e1;
}

.footer-contact i{
    color:#a8d83f;
}

.footer-cta{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-top:20px;
    padding:14px 24px;
    border-radius:999px;
    background:linear-gradient(135deg,#169c27,#a8d83f);
    color:#071013;
    font-weight:900;
}

.footer-seals{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
    padding:35px 0;
    border-top:1px solid rgba(255,255,255,.08);
    border-bottom:1px solid rgba(255,255,255,.08);
}

.seal-item{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    color:#cbd5e1;
    text-align:center;
}

.seal-item i{
    font-size:22px;
    color:#a8d83f;
}

.footer-bottom{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:30px 0;
    color:#94a3b8;
    font-size:14px;
}

@media(max-width:992px){

    .footer-top{
        grid-template-columns:1fr;
    }

    .footer-seals{
        grid-template-columns:1fr 1fr;
    }

    .footer-bottom{
        flex-direction:column;
        gap:10px;
        text-align:center;
    }

}

@media(max-width:576px){

    .footer-seals{
        grid-template-columns:1fr;
    }

}
.footer-premium{
    background:#071013;
    color:#fff;
    padding:90px 0 30px;
}

.footer-grid{
    display:grid;
    grid-template-columns:1.6fr 1fr 1fr 1.2fr;
    gap:50px;
    padding-bottom:50px;
}

.footer-logo{
    max-width:220px;
    margin-bottom:20px;
}

.footer-brand p{
    color:#cbd5e1;
    line-height:1.8;
    margin-bottom:25px;
}

.footer-social{
    display:flex;
    gap:12px;
}

.footer-social a{
    width:44px;
    height:44px;
    border-radius:50%;
    background:#111827;
    color:#a8d83f;
    display:flex;
    align-items:center;
    justify-content:center;
}

.footer-premium h4{
    margin-bottom:18px;
    font-size:18px;
}

.footer-links{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-links li{
    margin-bottom:12px;
}

.footer-links a{
    color:#cbd5e1;
}

.footer-contact div{
    display:flex;
    gap:10px;
    margin-bottom:14px;
}

.footer-contact i{
    color:#a8d83f;
}

.footer-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:14px 24px;
    border-radius:999px;
    margin-top:15px;
    background:linear-gradient(135deg,#169c27,#a8d83f);
    color:#071013;
    font-weight:900;
}

.footer-seals{
    border-top:1px solid rgba(255,255,255,.08);
    border-bottom:1px solid rgba(255,255,255,.08);
    padding:30px 0;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.seal{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:10px;
    color:#cbd5e1;
}

.seal i{
    color:#a8d83f;
}

.footer-legal{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding-top:25px;
    color:#94a3b8;
    font-size:14px;
}

.footer-legal-links{
    display:flex;
    gap:20px;
}

.footer-legal-links a{
    color:#94a3b8;
}

@media(max-width:992px){

    .footer-grid{
        grid-template-columns:1fr;
        gap:35px;
    }

    .footer-seals{
        grid-template-columns:1fr 1fr;
    }

    .footer-legal{
        flex-direction:column;
        gap:15px;
        text-align:center;
    }

}

@media(max-width:576px){

    .footer-seals{
        grid-template-columns:1fr;
    }

}
.footer-premium{
    background:#071013;
    color:#fff;
    padding:90px 0 30px;
}

.footer-grid{
    display:grid;
    grid-template-columns:1.6fr 1fr 1fr 1.2fr;
    gap:50px;
    padding-bottom:50px;
}

.footer-logo{
    max-width:220px;
    margin-bottom:20px;
}

.footer-brand p{
    color:#cbd5e1;
    line-height:1.8;
    margin-bottom:25px;
}

.footer-social{
    display:flex;
    gap:12px;
}

.footer-social a{
    width:44px;
    height:44px;
    border-radius:50%;
    background:#111827;
    color:#a8d83f;
    display:flex;
    align-items:center;
    justify-content:center;
}

.footer-premium h4{
    margin-bottom:18px;
    font-size:18px;
}

.footer-links{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-links li{
    margin-bottom:12px;
}

.footer-links a{
    color:#cbd5e1;
}

.footer-contact div{
    display:flex;
    gap:10px;
    margin-bottom:14px;
}

.footer-contact i{
    color:#a8d83f;
}

.footer-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:14px 24px;
    border-radius:999px;
    margin-top:15px;
    background:linear-gradient(135deg,#169c27,#a8d83f);
    color:#071013;
    font-weight:900;
}

.footer-seals{
    border-top:1px solid rgba(255,255,255,.08);
    border-bottom:1px solid rgba(255,255,255,.08);
    padding:30px 0;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.seal{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:10px;
    color:#cbd5e1;
}

.seal i{
    color:#a8d83f;
}

.footer-legal{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding-top:25px;
    color:#94a3b8;
    font-size:14px;
}

.footer-legal-links{
    display:flex;
    gap:20px;
}

.footer-legal-links a{
    color:#94a3b8;
}

@media(max-width:992px){

    .footer-grid{
        grid-template-columns:1fr;
        gap:35px;
    }

    .footer-seals{
        grid-template-columns:1fr 1fr;
    }

    .footer-legal{
        flex-direction:column;
        gap:15px;
        text-align:center;
    }

}

@media(max-width:576px){

    .footer-seals{
        grid-template-columns:1fr;
    }

}
.legal-page{
    padding:170px 0 90px;
    background:#f8fafc;
}

.legal-container{
    max-width:920px;
    background:#fff;
    padding:50px;
    border-radius:30px;
    box-shadow:0 20px 50px rgba(15,23,42,.08);
}

.legal-container span{
    display:inline-flex;
    background:#ecfccb;
    color:#65a30d;
    padding:9px 14px;
    border-radius:999px;
    font-weight:900;
    text-transform:uppercase;
    font-size:13px;
    margin-bottom:18px;
}

.legal-container h1{
    font-size:clamp(36px,4vw,58px);
    line-height:1.05;
    letter-spacing:-2px;
    color:#0f172a;
    margin-bottom:24px;
}

.legal-container h2{
    font-size:24px;
    color:#0f172a;
    margin:34px 0 12px;
}

.legal-container p,
.legal-container li{
    color:#475569;
    font-size:17px;
    line-height:1.8;
}

.legal-container ul{
    padding-left:22px;
    margin-top:14px;
}

.legal-container strong{
    color:#111827;
}

.legal-updated{
    margin-top:38px;
    padding-top:22px;
    border-top:1px solid #e2e8f0;
    font-weight:900;
}

@media(max-width:700px){
    .legal-page{
        padding:130px 0 60px;
    }

    .legal-container{
        padding:28px;
        border-radius:24px;
    }
}
.cookie-banner{
    position:fixed;
    left:20px;
    right:20px;
    bottom:20px;
    z-index:999999;
}

.cookie-content{
    background:#071013;
    color:#fff;
    border-radius:18px;
    padding:20px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    box-shadow:0 20px 50px rgba(0,0,0,.35);
}

.cookie-content h4{
    color:#fff;
    margin:0 0 8px;
    font-size:18px;
}

.cookie-content p{
    color:#cbd5e1;
    margin:0;
}

.cookie-actions{
    display:flex;
    align-items:center;
    gap:12px;
}

.cookie-actions a{
    color:#a8d83f;
    text-decoration:none;
    font-weight:700;
}

.cookie-actions button{
    border:none;
    background:#a8d83f;
    color:#071013;
    padding:12px 22px;
    border-radius:999px;
    font-weight:800;
    cursor:pointer;
}

@media(max-width:768px){

    .cookie-content{
        flex-direction:column;
        text-align:center;
    }

    .cookie-actions{
        width:100%;
        justify-content:center;
    }

}