
/* =========================================================
   ROOX FINANCE 6.8 - LANDING FINAL MODELO REFERÊNCIA
   ========================================================= */

*{box-sizing:border-box}
:root{
    --bg:#050d19;
    --bg2:#071426;
    --text:#f8fafc;
    --muted:#b7c8df;
    --green:#22e586;
    --blue:#1769ff;
    --border:rgba(255,255,255,.11);
    --card:rgba(255,255,255,.055);
    --shadow:0 30px 100px rgba(0,0,0,.44);
}

html{scroll-behavior:smooth}
body{
    margin:0;
    font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
    color:var(--text);
    background:
        radial-gradient(circle at 9% 42%,rgba(18,160,112,.34),transparent 24%),
        radial-gradient(circle at 82% 35%,rgba(23,105,255,.28),transparent 34%),
        linear-gradient(180deg,#050d19 0%,#061121 100%);
    overflow-x:hidden;
}
a{text-decoration:none;color:inherit}
.container{width:min(1510px,calc(100% - 96px));margin:0 auto}

.site-header{
    height:112px;
    background:rgba(5,13,25,.88);
    border-bottom:1px solid rgba(255,255,255,.08);
    backdrop-filter:blur(18px);
    position:sticky;
    top:0;
    z-index:50;
}
.nav{
    height:112px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:34px;
}
.brand.roox-brand{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
    gap:2px;
    min-width:300px;
}
.brand-logo-img{
    width:240px;
    height:auto;
    display:block;
    object-fit:contain;
    filter:drop-shadow(0 14px 30px rgba(23,105,255,.18));
}
.brand-slogan{
    color:#b8c4d3;
    font-size:15px;
    letter-spacing:.02em;
    margin-left:0;
    margin-top:0;
}
.nav-menu{
    display:flex;
    align-items:center;
    gap:32px;
    color:#f1f5f9;
    font-size:15px;
    font-weight:850;
}
.nav-menu a{opacity:.9}
.nav-menu a:hover{opacity:1;color:#fff}
.nav-login{
    min-width:92px;
    height:50px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border:1px solid rgba(255,255,255,.18);
    border-radius:22px;
    background:rgba(255,255,255,.02);
}
.nav-cta{
    min-width:132px;
    height:50px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:22px;
    color:#fff!important;
    background:linear-gradient(135deg,#29d989,#1769ff);
    box-shadow:0 18px 42px rgba(23,105,255,.22);
}
.menu-toggle{
    display:none;
    width:44px;
    height:44px;
    border-radius:14px;
    border:1px solid var(--border);
    background:rgba(255,255,255,.05);
    color:#fff;
    font-size:20px;
}

.hero-final{
    min-height:calc(100vh - 112px);
    display:flex;
    align-items:center;
    padding:64px 0 58px;
}
.hero-grid{
    display:grid;
    grid-template-columns:520px 1fr;
    gap:78px;
    align-items:center;
}
.eyebrow{
    display:inline-flex;
    align-items:center;
    gap:10px;
    color:#86f7b9;
    font-size:15px;
    font-weight:900;
    padding:10px 15px;
    border-radius:999px;
    background:rgba(34,229,134,.09);
    border:1px solid rgba(34,229,134,.23);
    margin-bottom:34px;
}
.eyebrow span{
    width:12px;
    height:12px;
    border-radius:50%;
    background:#22e586;
    box-shadow:0 0 0 6px rgba(34,229,134,.16);
}
.hero h1{
    margin:0;
    font-size:clamp(58px,4.85vw,84px);
    line-height:1.02;
    letter-spacing:-.075em;
    font-weight:950;
}
.hero h1 em{
    font-style:normal;
    color:#36ec8b;
}
.hero p{
    max-width:520px;
    margin:30px 0 0;
    color:#d3deed;
    font-size:19px;
    line-height:1.62;
}
.hero-actions{
    display:flex;
    align-items:center;
    gap:20px;
    margin-top:36px;
    flex-wrap:wrap;
}
.btn{
    min-height:60px;
    padding:0 30px;
    border-radius:14px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-weight:950;
    font-size:16px;
    transition:.22s ease;
}
.btn:hover{transform:translateY(-2px);filter:brightness(1.08)}
.btn-primary{
    color:#fff;
    background:linear-gradient(135deg,#29d989,#1769ff);
    box-shadow:0 20px 45px rgba(23,105,255,.24);
}
.btn-outline{
    color:#fff;
    border:1px solid rgba(255,255,255,.24);
    background:rgba(255,255,255,.035);
}
.btn.full{width:100%}
.trust-row{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:24px;
    margin-top:34px;
    color:#d8e3f2;
    font-size:14px;
    font-weight:800;
}
.trust-row span{white-space:nowrap}

.hero-panel-image{
    min-height:560px;
    display:flex;
    align-items:center;
    justify-content:flex-end;
}
.mockup-browser{
    width:100%;
    max-width:990px;
    border-radius:24px;
    overflow:hidden;
    border:1px solid rgba(23,105,255,.45);
    background:rgba(5,13,25,.5);
    box-shadow:
        0 0 0 1px rgba(23,105,255,.08),
        0 34px 120px rgba(23,105,255,.16),
        0 30px 100px rgba(0,0,0,.55);
}
.dashboard-real-img{
    width:100%;
    height:auto;
    display:block;
}

.section{padding:92px 0}
.section-head{text-align:center;width:min(780px,100%);margin:0 auto 46px}
.section-head span,.section-kicker,.trial-band span{color:#5cff9d;font-weight:950;text-transform:uppercase;letter-spacing:.09em;font-size:12px}
.section-head h2,.split-grid h2,.trial-band h2,.final-cta h2,.testimonial-grid h2{margin:12px 0 0;font-size:clamp(34px,3.2vw,52px);line-height:1.05;letter-spacing:-.055em}
.section-head p,.split-grid p,.trial-band p,.final-cta p,.testimonial-grid p{color:var(--muted);line-height:1.7;font-size:17px}
.light-section{background:#f8fafc;color:#08111f}
.light-section .section-head p,.light-section .feature-card p{color:#475569}
.features-grid,.pricing-grid,.audience-grid{display:grid;gap:18px}
.features-grid{grid-template-columns:repeat(3,1fr)}
.feature-card,.audience-card,.price-card,.faq-grid details,.testimonial-card{
    background:linear-gradient(180deg,rgba(255,255,255,.085),rgba(255,255,255,.04));
    border:1px solid var(--border);
    border-radius:24px;
    padding:24px;
}
.light-section .feature-card{background:#fff;border:1px solid #e2e8f0;box-shadow:0 18px 45px rgba(15,23,42,.08)}
.feature-icon{width:54px;height:54px;border-radius:18px;display:grid;place-items:center;background:rgba(34,197,94,.12);border:1px solid rgba(34,197,94,.24);font-size:23px;margin-bottom:18px}
.feature-card h3,.audience-card h3,.price-card h3{margin:0;font-size:21px;letter-spacing:-.03em}
.feature-card p,.audience-card p,.price-card p{color:var(--muted);line-height:1.65}

.split-section{background:rgba(255,255,255,.025);border-top:1px solid rgba(255,255,255,.07);border-bottom:1px solid rgba(255,255,255,.07)}
.split-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:54px;align-items:center}
.check-list{padding:0;list-style:none;display:grid;gap:14px;margin:28px 0 0}
.check-list li{color:#dce8f8;font-weight:850}
.check-list li:before{content:"✔";color:#86efac;margin-right:10px}
.device-preview{min-height:360px;display:grid;place-items:center}
.device-window{width:min(540px,100%);min-height:330px;border-radius:28px;border:1px solid var(--border);background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.045));padding:22px;box-shadow:var(--shadow)}
.window-dots{display:flex;gap:8px;margin-bottom:22px}
.window-dots span{width:12px;height:12px;border-radius:50%;background:rgba(255,255,255,.25)}
.mini-dashboard{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.mini-dashboard div{height:88px;border-radius:18px;background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.08)}
.mini-dashboard .wide{grid-column:span 3;height:120px}.mini-dashboard .small{height:72px}
.audience-grid{grid-template-columns:repeat(3,1fr)}
.audience-card.active{background:linear-gradient(135deg,rgba(16,185,129,.16),rgba(37,99,235,.16));border-color:rgba(34,197,94,.3)}
.pricing-section{background:radial-gradient(circle at center,rgba(16,185,129,.12),transparent 38%),rgba(255,255,255,.02)}
.pricing-grid{grid-template-columns:repeat(3,1fr);align-items:stretch}
.price-card{position:relative;padding:28px}
.price-card.popular{border-color:rgba(34,197,94,.5);transform:translateY(-12px);box-shadow:0 26px 80px rgba(16,185,129,.16)}
.popular-badge{position:absolute;top:18px;right:18px;background:linear-gradient(135deg,#22c55e,#2563eb);color:#fff;padding:8px 11px;border-radius:999px;font-size:12px;font-weight:950}
.price{margin:24px 0;font-size:50px;font-weight:950;letter-spacing:-.06em}
.price span{font-size:22px;color:#9fc6ff}.price small{font-size:14px;color:var(--muted);letter-spacing:0}.price.enterprise{font-size:34px;letter-spacing:-.04em}
.price-card ul{padding:0;list-style:none;display:grid;gap:11px;margin:0 0 28px;color:#dbeafe;font-weight:800}
.price-card li:before{content:"✔";color:#86efac;margin-right:9px}
.testimonials{background:#f8fafc;color:#07111f}
.testimonial-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:40px;align-items:center}
.testimonials .section-kicker{color:#049451}.testimonial-card{background:#fff;border:1px solid #e2e8f0;box-shadow:0 18px 45px rgba(15,23,42,.08)}
.stars{color:#f59e0b;font-size:22px}.testimonial-card p{color:#334155;font-size:19px;line-height:1.65}
.person{display:flex;gap:12px;align-items:center}.person span{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#22c55e,#2563eb);color:#fff;font-weight:950}.person small{display:block;color:#64748b}
.trial-band{padding:58px 0;background:linear-gradient(135deg,rgba(16,185,129,.18),rgba(37,99,235,.18));border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}
.trial-grid{display:flex;align-items:center;justify-content:space-between;gap:24px}
.faq-grid{width:min(900px,100%);margin:0 auto;display:grid;gap:14px}
.faq-grid details{padding:0;overflow:hidden}
.faq-grid summary{cursor:pointer;padding:20px 22px;font-weight:950;list-style:none}
.faq-grid summary:before{content:"▸";margin-right:9px}.faq-grid details[open] summary:before{content:"▾"}
.faq-grid p{margin:0;padding:0 22px 20px;color:var(--muted);line-height:1.65}
.final-cta{padding:96px 0;text-align:center;background:radial-gradient(circle at center,rgba(34,197,94,.14),transparent 40%)}
.final-cta h2{width:min(850px,100%);margin:0 auto}
.site-footer{border-top:1px solid rgba(255,255,255,.08);padding:54px 0 24px;background:rgba(0,0,0,.18)}
.footer-grid{display:grid;grid-template-columns:1.5fr .6fr .6fr .8fr;gap:32px}
.site-footer p,.site-footer a{color:var(--muted)}.site-footer h4{margin:0 0 13px}.site-footer a{display:block;margin:9px 0}
.copyright{margin-top:34px;padding-top:22px;border-top:1px solid rgba(255,255,255,.08);color:#708196;font-size:13px}
.whatsapp-float{
    position:fixed;
    right:34px;
    bottom:34px;
    z-index:60;
    width:58px;
    height:58px;
    border-radius:50%;
    background:#22c55e;
    display:grid;
    place-items:center;
    box-shadow:0 20px 42px rgba(34,197,94,.28);
    font-size:22px;
}
.reveal{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s ease}.reveal.show{opacity:1;transform:none}.delay-1{transition-delay:.12s}.delay-2{transition-delay:.22s}

@media(max-width:1280px){
    .container{width:min(1180px,calc(100% - 52px))}
    .hero-grid{grid-template-columns:1fr;gap:44px}
    .hero-panel-image{justify-content:center;min-height:auto}
    .mockup-browser{max-width:1000px}
}

@media(max-width:960px){
    .site-header,.nav{height:82px}
    .brand-logo-img{width:180px}.brand-slogan{font-size:12px}
    .menu-toggle{display:grid;place-items:center}
    .nav-menu{display:none;position:absolute;top:82px;left:20px;right:20px;padding:18px;border-radius:22px;background:rgba(7,17,31,.98);border:1px solid var(--border);box-shadow:var(--shadow);flex-direction:column;align-items:stretch}
    .nav-menu.open{display:flex}.nav-menu a{padding:12px}
    .features-grid,.pricing-grid,.audience-grid,.footer-grid,.testimonial-grid{grid-template-columns:1fr}
    .split-grid,.trial-grid{grid-template-columns:1fr;display:grid}
    .price-card.popular{transform:none}
}

@media(max-width:640px){
    .container{width:min(100% - 28px,1180px)}
    .hero-final{padding:42px 0 54px;min-height:auto}
    .hero h1{font-size:clamp(38px,12vw,52px);line-height:1.04}
    .hero p{font-size:16px}
    .hero-actions{gap:12px}.btn{width:100%;min-height:54px}
    .trust-row{gap:10px;align-items:flex-start;flex-direction:column}
    .brand-logo-img{width:158px}
    .brand-slogan{display:none}
    .mockup-browser{border-radius:16px}
    .section{padding:64px 0}
    .whatsapp-float{right:16px;bottom:16px;width:52px;height:52px}
}


/* =========================================================
   ROOX FINANCE 6.9 - HERO MAIS ORGANIZADO E ALINHADO
   ========================================================= */

.container{
    width:min(1440px,calc(100% - 120px)) !important;
}

.hero-final{
    min-height:calc(100vh - 112px) !important;
    padding:58px 0 70px !important;
}

.hero-grid{
    grid-template-columns:520px minmax(0,1fr) !important;
    gap:118px !important;
    align-items:center !important;
}

.hero-copy{
    max-width:520px !important;
}

.eyebrow{
    margin-bottom:30px !important;
}

.hero h1{
    max-width:520px !important;
    font-size:clamp(52px,4.35vw,74px) !important;
    line-height:1.075 !important;
    letter-spacing:-.065em !important;
}

.hero h1 br{
    display:block !important;
}

.hero p{
    max-width:500px !important;
    margin-top:28px !important;
    font-size:18px !important;
    line-height:1.72 !important;
    color:#d4deec !important;
}

.hero-actions{
    margin-top:34px !important;
    gap:18px !important;
}

.btn{
    min-height:56px !important;
    padding:0 28px !important;
}

.trust-row{
    margin-top:30px !important;
    gap:20px !important;
    font-size:13.5px !important;
}

.hero-panel-image{
    justify-content:flex-start !important;
    min-height:auto !important;
}

.mockup-browser{
    max-width:880px !important;
    width:100% !important;
    transform:translateX(0) !important;
}

.dashboard-real-img{
    width:100% !important;
    display:block !important;
}

/* Header mais alinhado */
.brand.roox-brand{
    min-width:300px !important;
}

.brand-logo-img{
    width:230px !important;
}

.brand-slogan{
    margin-top:-6px !important;
    font-size:14px !important;
    color:#aebbd0 !important;
}

/* Telas grandes */
@media(min-width:1600px){
    .container{
        width:min(1500px,calc(100% - 140px)) !important;
    }

    .hero-grid{
        grid-template-columns:540px minmax(0,1fr) !important;
        gap:130px !important;
    }

    .mockup-browser{
        max-width:930px !important;
    }
}

/* Notebook */
@media(max-width:1366px){
    .container{
        width:min(1180px,calc(100% - 70px)) !important;
    }

    .hero-grid{
        grid-template-columns:480px minmax(0,1fr) !important;
        gap:70px !important;
    }

    .hero h1{
        font-size:clamp(48px,4.6vw,64px) !important;
        max-width:480px !important;
    }

    .hero p{
        max-width:460px !important;
        font-size:17px !important;
    }

    .mockup-browser{
        max-width:720px !important;
    }
}

/* Tablet */
@media(max-width:1180px){
    .container{
        width:min(100% - 52px,1120px) !important;
    }

    .hero-grid{
        grid-template-columns:1fr !important;
        gap:44px !important;
    }

    .hero-copy{
        max-width:720px !important;
        text-align:left !important;
    }

    .hero h1{
        max-width:720px !important;
        font-size:clamp(46px,8vw,68px) !important;
    }

    .hero p{
        max-width:640px !important;
    }

    .hero-panel-image{
        justify-content:center !important;
    }

    .mockup-browser{
        max-width:960px !important;
    }
}

/* Mobile */
@media(max-width:640px){
    .container{
        width:min(100% - 28px,1180px) !important;
    }

    .hero-final{
        padding:36px 0 54px !important;
    }

    .hero-copy{
        max-width:100% !important;
    }

    .hero h1{
        max-width:100% !important;
        font-size:clamp(34px,10.8vw,46px) !important;
        line-height:1.08 !important;
        letter-spacing:-.055em !important;
    }

    .hero p{
        max-width:100% !important;
        font-size:16px !important;
        line-height:1.62 !important;
        margin-top:22px !important;
    }

    .hero-actions{
        margin-top:28px !important;
    }

    .trust-row{
        margin-top:24px !important;
    }

    .mockup-browser{
        max-width:100% !important;
        border-radius:16px !important;
    }
}


/* =========================================================
   ROOX FINANCE 7.0 - LANDING IGUAL À REFERÊNCIA FINAL
   ========================================================= */

/* HERO: texto e imagem dividindo melhor o espaço */
.container{
    width:min(1390px,calc(100% - 96px)) !important;
}

.hero-final{
    min-height:calc(100vh - 112px) !important;
    padding:44px 0 42px !important;
}

.hero-grid{
    grid-template-columns:minmax(390px,470px) minmax(0,1fr) !important;
    gap:72px !important;
    align-items:center !important;
}

.hero-copy{
    max-width:470px !important;
}

.eyebrow{
    margin-bottom:22px !important;
}

.hero h1{
    max-width:470px !important;
    font-size:clamp(42px,3.55vw,62px) !important;
    line-height:1.03 !important;
    letter-spacing:-.065em !important;
}

.hero h1 em{
    color:#32e985 !important;
}

.hero p{
    max-width:455px !important;
    margin-top:22px !important;
    font-size:16px !important;
    line-height:1.64 !important;
}

.hero-actions{
    margin-top:28px !important;
    gap:16px !important;
}

.btn{
    min-height:52px !important;
    padding:0 25px !important;
    border-radius:13px !important;
}

.trust-row{
    margin-top:24px !important;
    gap:18px !important;
    font-size:12.8px !important;
}

.mockup-browser{
    max-width:830px !important;
    border-radius:22px !important;
}

.hero-panel-image{
    justify-content:flex-start !important;
}

/* Seção com notebook + celular como na referência */
.device-showcase-section{
    padding:72px 0 56px !important;
    background:
        radial-gradient(circle at 12% 30%,rgba(18,160,112,.38),transparent 27%),
        radial-gradient(circle at 84% 36%,rgba(23,105,255,.34),transparent 36%),
        linear-gradient(180deg,#061121 0%,#071426 100%) !important;
    border-top:1px solid rgba(255,255,255,.08) !important;
    border-bottom:1px solid rgba(255,255,255,.08) !important;
}

.device-showcase-grid{
    grid-template-columns:minmax(390px,560px) minmax(0,1fr) !important;
    gap:70px !important;
    align-items:center !important;
}

.device-showcase-grid h2{
    max-width:620px !important;
    font-size:clamp(34px,3.1vw,52px) !important;
    line-height:1.05 !important;
}

.device-showcase-grid p{
    max-width:620px !important;
    color:#cfe0f5 !important;
}

.check-grid{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    column-gap:28px !important;
    row-gap:13px !important;
    max-width:660px !important;
}

.device-preview-final{
    position:relative !important;
    min-height:320px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
}

.laptop-mockup{
    width:min(620px,100%) !important;
    position:relative !important;
    z-index:2 !important;
    filter:drop-shadow(0 30px 60px rgba(0,0,0,.45)) !important;
}

.laptop-screen{
    aspect-ratio:16/9 !important;
    border:10px solid #111827 !important;
    border-bottom-width:18px !important;
    border-radius:18px 18px 10px 10px !important;
    overflow:hidden !important;
    background:#020817 !important;
    box-shadow:0 0 0 1px rgba(255,255,255,.12),0 0 45px rgba(23,105,255,.22) !important;
}

.laptop-screen img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    object-position:top left !important;
    display:block !important;
}

.laptop-base{
    width:78% !important;
    height:20px !important;
    margin:0 auto !important;
    border-radius:0 0 28px 28px !important;
    background:linear-gradient(180deg,#2b3441,#111827) !important;
    box-shadow:0 16px 34px rgba(0,0,0,.38) !important;
}

.phone-mockup-final{
    position:absolute !important;
    right:2% !important;
    bottom:8px !important;
    width:148px !important;
    height:268px !important;
    border:8px solid #111827 !important;
    border-radius:30px !important;
    background:#020817 !important;
    overflow:hidden !important;
    z-index:3 !important;
    box-shadow:0 20px 55px rgba(0,0,0,.52),0 0 30px rgba(23,105,255,.18) !important;
}

.phone-notch-final{
    position:absolute !important;
    top:8px !important;
    left:50% !important;
    transform:translateX(-50%) !important;
    width:54px !important;
    height:6px !important;
    border-radius:99px !important;
    background:rgba(255,255,255,.22) !important;
    z-index:4 !important;
}

.phone-mockup-final img{
    width:300% !important;
    height:100% !important;
    object-fit:cover !important;
    object-position:top left !important;
    display:block !important;
}

/* CTA final: botões centralizados */
.final-cta{
    padding:60px 0 72px !important;
}

.final-cta h2{
    max-width:780px !important;
    text-align:center !important;
}

.final-cta p{
    text-align:center !important;
}

.final-buttons,
.final-cta .hero-actions{
    justify-content:center !important;
    margin-left:auto !important;
    margin-right:auto !important;
}

/* Footer mais alinhado */
.site-footer .brand.roox-brand{
    min-width:0 !important;
}

.site-footer .brand-logo-img{
    width:190px !important;
}

.site-footer .brand-slogan{
    font-size:13px !important;
}

/* Notebook padrão */
@media(max-width:1366px){
    .container{
        width:min(1180px,calc(100% - 70px)) !important;
    }

    .hero-grid{
        grid-template-columns:420px minmax(0,1fr) !important;
        gap:54px !important;
    }

    .hero h1{
        font-size:clamp(40px,4.1vw,58px) !important;
        max-width:420px !important;
    }

    .hero p{
        max-width:420px !important;
    }

    .mockup-browser{
        max-width:690px !important;
    }

    .device-showcase-grid{
        grid-template-columns:1fr 1fr !important;
        gap:44px !important;
    }

    .laptop-mockup{
        width:min(520px,100%) !important;
    }

    .phone-mockup-final{
        width:124px !important;
        height:226px !important;
    }
}

/* Tablet */
@media(max-width:1100px){
    .hero-grid,
    .device-showcase-grid{
        grid-template-columns:1fr !important;
        gap:42px !important;
    }

    .hero-copy{
        max-width:720px !important;
    }

    .hero h1{
        max-width:720px !important;
        font-size:clamp(44px,7vw,68px) !important;
    }

    .hero p{
        max-width:640px !important;
    }

    .mockup-browser{
        max-width:100% !important;
    }

    .device-preview-final{
        min-height:360px !important;
    }
}

/* Mobile */
@media(max-width:640px){
    .container{
        width:min(100% - 28px,1180px) !important;
    }

    .hero-final{
        padding:34px 0 46px !important;
    }

    .hero h1{
        font-size:clamp(34px,10.5vw,46px) !important;
        line-height:1.06 !important;
        max-width:100% !important;
    }

    .hero p{
        max-width:100% !important;
        font-size:15.5px !important;
    }

    .btn{
        width:100% !important;
    }

    .trust-row{
        flex-direction:column !important;
        align-items:flex-start !important;
        gap:9px !important;
    }

    .device-showcase-section{
        padding:56px 0 46px !important;
    }

    .check-grid{
        grid-template-columns:1fr !important;
    }

    .device-preview-final{
        min-height:290px !important;
    }

    .laptop-mockup{
        width:100% !important;
    }

    .phone-mockup-final{
        width:92px !important;
        height:178px !important;
        right:0 !important;
        bottom:0 !important;
        border-width:6px !important;
        border-radius:22px !important;
    }

    .final-buttons{
        width:100% !important;
    }
}
