:root{
  --blue:#0B4EDB;
  --blue-dark:#083aab;
  --yellow:#FFC126;
  --graphite:#171A21;
  --ink:#1e2430;
  --muted:#647084;
  --line:#e8ebf0;
  --soft:#f4f6f8;
  --white:#fff;
  --green:#18a957;
  --shadow:0 24px 70px rgba(14,35,78,.13);
  --radius:24px;
  --container:min(1180px, calc(100% - 40px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.55;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
button,a{ -webkit-tap-highlight-color:transparent }
.container{width:var(--container);margin-inline:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(23,26,33,.07)}
.header-inner{height:78px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand img{width:154px;height:auto}
.desktop-nav{display:flex;align-items:center;gap:28px;margin-left:auto}
.desktop-nav a{font-size:14px;font-weight:700;color:#4b5565;transition:.2s}
.desktop-nav a:hover{color:var(--blue)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:12px;padding:13px 20px;font-weight:800;font-size:14px;transition:transform .18s ease,box-shadow .18s ease,background .18s ease;border:1px solid transparent;cursor:pointer}
.btn:hover{transform:translateY(-1px)}
.btn-header{background:var(--graphite);color:#fff;padding:11px 17px}

.mobile-menu-toggle{display:none;width:42px;height:42px;flex:0 0 42px;align-items:center;justify-content:center;flex-direction:column;gap:5px;border:0;background:transparent;border-radius:10px;padding:0;cursor:pointer;color:var(--graphite)}
.mobile-menu-toggle span{display:block;width:22px;height:2px;background:currentColor;border-radius:999px;transition:transform .2s ease,opacity .2s ease}
.mobile-nav-panel{display:none}
@media (max-width:1020px){
  .mobile-menu-toggle{display:flex}
  .mobile-nav-panel{display:block;position:absolute;left:0;right:0;top:100%;background:rgba(255,255,255,.98);border-top:1px solid var(--line);border-bottom:1px solid var(--line);box-shadow:0 18px 35px rgba(14,35,78,.12);opacity:0;visibility:hidden;transform:translateY(-8px);pointer-events:none;transition:opacity .2s ease,transform .2s ease,visibility .2s ease}
  .mobile-nav-inner{display:flex;flex-direction:column;padding-top:10px;padding-bottom:14px}
  .mobile-nav-panel a{display:flex;align-items:center;min-height:46px;padding:10px 4px;border-bottom:1px solid #eef1f5;font-size:14px;font-weight:700;color:#374151}
  .mobile-nav-panel a:last-child{border-bottom:0}
  .mobile-nav-panel .mobile-menu-cta{justify-content:center;margin-top:10px;min-height:46px;padding:11px 16px;border:0;border-radius:12px;background:var(--blue);color:#fff;font-weight:800}
  .site-header.menu-open .mobile-nav-panel{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}
  .site-header.menu-open .mobile-menu-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  .site-header.menu-open .mobile-menu-toggle span:nth-child(2){opacity:0}
  .site-header.menu-open .mobile-menu-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
}
@media (max-width:720px){
  .mobile-menu-toggle{width:40px;height:40px;flex-basis:40px;margin-left:auto}
}
.btn-primary{background:var(--blue);color:#fff;box-shadow:0 12px 28px rgba(11,78,219,.22)}
.btn-primary:hover{background:var(--blue-dark);box-shadow:0 16px 34px rgba(11,78,219,.28)}
.btn-light{background:#fff;color:var(--graphite)}
.btn-outline{border-color:#cdd3dd;background:#fff;color:var(--graphite)}
.btn-yellow{background:var(--yellow);color:var(--graphite);box-shadow:0 14px 30px rgba(255,193,38,.24)}
.btn-large{padding:16px 23px;font-size:15px}
.btn-full{width:100%}
.hero{position:relative;overflow:hidden;padding:92px 0 88px;background:linear-gradient(180deg,#fff 0%,#fbfcff 100%)}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:74px;align-items:center;position:relative;z-index:2}
.hero-glow{position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none}
.hero-glow-one{width:520px;height:520px;right:-180px;top:-160px;background:radial-gradient(circle,rgba(11,78,219,.10),rgba(11,78,219,0) 68%)}
.hero-glow-two{width:400px;height:400px;left:-200px;bottom:-190px;background:radial-gradient(circle,rgba(255,193,38,.14),rgba(255,193,38,0) 70%)}
.eyebrow,.section-kicker{font-family:Manrope,sans-serif;text-transform:uppercase;letter-spacing:.09em;font-size:12px;font-weight:800;color:var(--blue)}
.eyebrow{display:inline-flex;align-items:center;gap:9px;background:#eff4ff;padding:8px 11px;border-radius:999px;margin-bottom:22px}
.eyebrow-dot{width:7px;height:7px;background:var(--blue);border-radius:50%;box-shadow:0 0 0 4px rgba(11,78,219,.1)}
.hero h1,.section-heading h2,.process h2,.trust-copy h2,.faq-intro h2,.final-cta h2{font-family:Manrope,sans-serif;margin:0;color:var(--graphite);letter-spacing:-.045em;line-height:1.03}
.hero h1{font-size:clamp(44px,5.4vw,72px);max-width:760px}
.hero h1 span{color:var(--blue)}
.hero-lead{font-size:18px;color:#586579;max-width:690px;margin:26px 0 0;line-height:1.7}
.hero-actions{display:flex;align-items:center;gap:22px;margin-top:32px}
.text-link{font-weight:800;color:var(--blue);font-size:14px}
.text-link span{display:inline-block;transition:.18s}
.text-link:hover span{transform:translateX(4px)}
.hero-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:44px;padding-top:26px;border-top:1px solid var(--line)}
.hero-proof div{display:flex;flex-direction:column;gap:4px}
.hero-proof strong{font-family:Manrope,sans-serif;font-size:13px;color:var(--graphite)}
.hero-proof span{font-size:12px;color:#788396;line-height:1.45}
.hero-visual{position:relative;min-height:550px;display:flex;align-items:center;justify-content:center}
.browser-card{width:100%;max-width:500px;background:#fff;border:1px solid #e6e9ef;border-radius:20px;overflow:hidden;box-shadow:var(--shadow);transform:rotate(1.2deg)}
.browser-top{height:45px;background:#f6f7f9;border-bottom:1px solid #e8ebef;display:flex;align-items:center;gap:14px;padding:0 14px}
.browser-dots{display:flex;gap:5px}.browser-dots i{width:7px;height:7px;border-radius:50%;background:#c7ccd5}.browser-dots i:nth-child(1){background:#ff7d70}.browser-dots i:nth-child(2){background:#ffd458}.browser-dots i:nth-child(3){background:#66d486}
.browser-address{flex:1;max-width:250px;margin:auto;background:#fff;border:1px solid #e2e5ea;border-radius:7px;padding:6px 12px;font-size:9px;text-align:center;color:#8a93a1}
.demo-site{padding:0 0 22px;background:#fff}
.demo-nav{height:68px;padding:0 25px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f0f1f4}
.demo-logo{font-family:Manrope,sans-serif;font-size:12px;font-weight:800;line-height:1.05;color:var(--graphite)}
.demo-nav-lines{display:flex;gap:12px}.demo-nav-lines span{display:block;width:30px;height:4px;background:#d9dde5;border-radius:9px}.demo-nav-lines span:nth-child(2){width:42px}
.demo-hero{padding:38px 30px 26px;background:linear-gradient(120deg,#f7faff 20%,#edf3ff 100%)}
.demo-kicker{font-size:8px;font-weight:800;color:var(--blue);letter-spacing:.12em}
.demo-hero h3{font-family:Manrope,sans-serif;font-size:28px;letter-spacing:-.04em;max-width:330px;margin:9px 0 9px;line-height:1.08;color:#1a2230}
.demo-hero p{font-size:11px;max-width:320px;color:#667284;margin:0 0 17px}
.demo-buttons{display:flex;gap:8px}.demo-whatsapp,.demo-outline{font-size:8px;font-weight:800;padding:8px 10px;border-radius:7px}.demo-whatsapp{background:var(--green);color:#fff}.demo-outline{border:1px solid #cfd5df;background:#fff}
.demo-stats{display:grid;grid-template-columns:repeat(3,1fr);padding:20px 26px 16px;gap:8px}.demo-stats div{display:flex;flex-direction:column}.demo-stats b{font:800 12px Manrope;color:var(--graphite)}.demo-stats small{font-size:8px;color:#8b94a3}
.demo-services{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:0 26px}.demo-services div{background:#f6f7f9;border-radius:10px;padding:12px}.demo-services span{font-size:8px;color:var(--blue);font-weight:800}.demo-services b{display:block;font-size:9px;margin-top:14px}
.visual-badge{position:absolute;z-index:3;background:#fff;border:1px solid #e5e8ef;box-shadow:0 12px 34px rgba(30,45,77,.13);border-radius:12px;padding:11px 14px;font-size:11px;font-weight:800;color:var(--graphite)}
.top-badge{top:50px;right:-5px}.bottom-badge{left:-13px;bottom:54px;display:flex;align-items:center;gap:8px}.status-dot{width:8px;height:8px;border-radius:50%;background:#20b86a;box-shadow:0 0 0 4px rgba(32,184,106,.12)}
.audience-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}
.audience-inner{min-height:78px;display:flex;align-items:center;gap:26px}.audience-inner>span{font-size:12px;color:#7c8796;white-space:nowrap}.audience-tags{display:flex;align-items:center;gap:10px;overflow:auto;padding:12px 0}.audience-tags b{font-size:12px;white-space:nowrap;background:#f6f7f9;border-radius:999px;padding:8px 11px;color:#4d596b}
.section{padding:100px 0}
.problem{background:#fff}.section-heading{margin-bottom:44px}.split-heading{display:grid;grid-template-columns:1.05fr .7fr;gap:100px;align-items:end}.section-heading h2{font-size:clamp(36px,4.2vw,54px);margin-top:13px}.split-heading>p,.centered-heading>p{font-size:16px;color:#6b7688;line-height:1.75;margin:0}.centered-heading{text-align:center;max-width:790px;margin:0 auto 46px}.centered-heading p{margin:16px auto 0;max-width:650px}
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.feature-card{border:1px solid var(--line);border-radius:20px;padding:26px;background:#fff;min-height:245px;display:flex;flex-direction:column}.feature-icon{font:800 12px Manrope;color:var(--blue);margin-bottom:auto}.feature-card h3{font:800 20px Manrope;margin:34px 0 9px;letter-spacing:-.025em}.feature-card p{font-size:14px;color:#717c8c;margin:0;line-height:1.7}.accent-card{background:var(--graphite);border-color:var(--graphite);color:#fff}.accent-card .feature-icon{color:var(--yellow)}.accent-card h3{color:#fff}.accent-card p{color:#b9c0cb}
.process{background:var(--blue);color:#fff}.process-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:110px;align-items:center}.yellow-kicker{color:var(--yellow)}.process h2{color:#fff;font-size:clamp(40px,4.4vw,58px);margin-top:14px}.process-copy>p{color:#dce6ff;max-width:520px;font-size:16px;line-height:1.75;margin:22px 0 28px}.steps{display:flex;flex-direction:column}.step{display:grid;grid-template-columns:48px 1fr;gap:20px;padding:25px 0;border-bottom:1px solid rgba(255,255,255,.16)}.step:first-child{border-top:1px solid rgba(255,255,255,.16)}.step>span{width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.10);display:grid;place-items:center;color:var(--yellow);font:800 12px Manrope}.step h3{font:800 19px Manrope;margin:1px 0 6px}.step p{margin:0;color:#d4def5;font-size:13px;line-height:1.65}
.included{background:var(--soft)}.included-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.include-item{display:flex;gap:13px;background:#fff;border:1px solid #e8ebef;border-radius:15px;padding:20px;min-height:115px}.include-item>span{flex:0 0 24px;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#edf3ff;color:var(--blue);font-weight:900;font-size:12px}.include-item div{display:flex;flex-direction:column;gap:5px}.include-item b{font:800 14px Manrope}.include-item small{font-size:12px;color:#7a8492;line-height:1.45}
.pricing{background:#fff}.pricing-heading{margin-bottom:50px}.pricing-grid{max-width:980px;margin:0 auto;display:grid;grid-template-columns:1.07fr .93fr;gap:20px;align-items:stretch}.price-card{border:1px solid var(--line);border-radius:24px;padding:34px;background:#fff;position:relative}.featured-price{border:2px solid var(--blue);box-shadow:0 26px 60px rgba(11,78,219,.12)}.price-badge{position:absolute;top:-15px;right:26px;background:var(--yellow);color:var(--graphite);font:800 10px Manrope;letter-spacing:.06em;padding:8px 11px;border-radius:8px}.price-card h3{font:800 26px Manrope;margin:0;color:var(--graphite);letter-spacing:-.03em}.price-desc{font-size:13px;color:#748092;line-height:1.6;min-height:44px}.setup-price{display:grid;grid-template-columns:1fr auto;align-items:end;background:#f6f8fb;border-radius:14px;padding:15px 16px;margin:22px 0 10px}.setup-price span{font-size:12px;font-weight:700;color:#6e7989}.setup-price strong{grid-row:1/3;grid-column:2;font:800 26px Manrope;color:var(--graphite)}.setup-price small{font-size:9px;color:#9aa2ae}.monthly-price{padding:15px 3px 18px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:flex-end}.monthly-price>span{font-size:12px;color:#728093;font-weight:700}.monthly-price strong{font:800 58px Manrope;letter-spacing:-.05em;color:var(--blue);line-height:.9}.monthly-price strong small{font-size:18px;vertical-align:top;margin-right:2px}.monthly-price em{font:700 13px Inter;color:#738093;font-style:normal;letter-spacing:0;margin-left:5px}.price-list{list-style:none;padding:0;margin:24px 0 26px;display:grid;gap:12px}.price-list li{position:relative;padding-left:24px;font-size:13px;color:#566275}.price-list li:before{content:"✓";position:absolute;left:0;color:var(--blue);font-weight:900}.price-note{display:block;text-align:center;color:#9aa2ae;font-size:9px;margin-top:12px}.secondary-label{display:inline-block;font:800 10px Manrope;letter-spacing:.07em;color:#687385;margin-bottom:13px}.own-price{display:flex;align-items:flex-end;gap:11px;padding:25px 0 18px;border-bottom:1px solid var(--line)}.own-price strong{font:800 48px Manrope;letter-spacing:-.05em;color:var(--graphite);line-height:1}.own-price strong small{font-size:16px;margin-right:3px}.own-price span{font-size:10px;color:#8e97a5;padding-bottom:5px}.exit-card{max-width:980px;margin:22px auto 0;border-radius:19px;background:var(--graphite);color:#fff;display:grid;grid-template-columns:46px 1fr;gap:18px;padding:25px 28px}.exit-icon{width:42px;height:42px;border-radius:12px;background:var(--yellow);color:var(--graphite);display:grid;place-items:center;font-size:22px;font-weight:900}.exit-card h3{font:800 17px Manrope;margin:1px 0 6px}.exit-card p{margin:0;color:#c9ced7;font-size:12px;line-height:1.65}.exit-card p strong{color:#fff}
.trust-section{background:#f8f9fb}.trust-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:100px;align-items:center}.trust-copy h2{font-size:clamp(38px,4.5vw,55px);margin-top:13px}.trust-copy p{font-size:15px;color:#6e7989;line-height:1.75;margin:20px 0 0}.trust-points{border-top:1px solid #dfe3e9}.trust-points>div{display:grid;grid-template-columns:55px 1fr;gap:20px;padding:23px 0;border-bottom:1px solid #dfe3e9}.trust-points span{font:800 11px Manrope;color:var(--blue)}.trust-points p{margin:0;color:#687385;font-size:13px;line-height:1.6}.trust-points b{font:800 16px Manrope;color:var(--graphite)}
.faq{background:#fff}.faq-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:90px}.faq-intro h2{font-size:clamp(36px,4vw,48px);margin-top:13px}.faq-intro p{font-size:14px;color:#778292;line-height:1.7}.dark-link{color:var(--graphite)}.faq-list{border-top:1px solid var(--line)}details{border-bottom:1px solid var(--line);padding:0}summary{list-style:none;cursor:pointer;font:800 15px Manrope;padding:21px 34px 21px 0;position:relative;color:var(--graphite)}summary::-webkit-details-marker{display:none}summary:after{content:"+";position:absolute;right:2px;top:19px;font:500 22px Inter;color:#8993a1}details[open] summary:after{content:"−"}details p{margin:-4px 45px 21px 0;font-size:13px;color:#6d7888;line-height:1.7}
.final-cta{background:var(--graphite);color:#fff;padding:80px 0;position:relative;overflow:hidden}.final-cta:after{content:"JÁ";position:absolute;right:-25px;bottom:-95px;font:800 240px Manrope;color:rgba(255,255,255,.025);letter-spacing:-.08em;pointer-events:none}.final-cta-inner{display:grid;grid-template-columns:1fr auto;align-items:center;gap:80px;position:relative;z-index:2}.final-label{font:800 11px Manrope;color:var(--yellow);text-transform:uppercase;letter-spacing:.08em}.final-cta h2{color:#fff;font-size:clamp(38px,4.5vw,56px);max-width:700px;margin-top:12px}.final-cta p{color:#bcc3cf;max-width:720px;font-size:14px;line-height:1.7}
.site-footer{background:#11141a;color:#fff;border-top:1px solid rgba(255,255,255,.07);padding:32px 0}.footer-inner{display:grid;grid-template-columns:170px 1fr auto;align-items:center;gap:28px}.footer-inner>img{width:142px}.footer-copy{display:flex;flex-direction:column;gap:2px}.footer-copy b{font:800 12px Manrope}.footer-copy span,.footer-meta{font-size:10px;color:#858d9a}.footer-meta{display:flex;gap:20px}.footer-meta a:hover{color:#fff}.mobile-whatsapp{display:none}
@media (max-width:1020px){.desktop-nav{display:none}.hero{padding-top:72px}.hero-grid{grid-template-columns:1fr;gap:45px}.hero-copy{max-width:800px}.hero-visual{min-height:480px;max-width:620px;margin:auto;width:100%}.browser-card{max-width:540px}.hero-proof{max-width:760px}.feature-grid{grid-template-columns:repeat(2,1fr)}.included-grid{grid-template-columns:repeat(2,1fr)}.process-grid,.trust-grid,.faq-grid{grid-template-columns:1fr;gap:50px}.split-heading{grid-template-columns:1fr;gap:18px}.split-heading>p{max-width:720px}.pricing-grid{grid-template-columns:1fr;max-width:640px}.exit-card{max-width:640px}.final-cta-inner{grid-template-columns:1fr;gap:30px}.footer-inner{grid-template-columns:150px 1fr}.footer-meta{grid-column:2}}
@media (max-width:720px){:root{--container:min(100% - 28px,1180px)}.header-inner{height:68px}.brand img{width:132px}.btn-header{display:none}.hero{padding:55px 0 58px}.hero h1{font-size:42px;line-height:1.04}.hero-lead{font-size:16px}.hero-actions{align-items:stretch;flex-direction:column;gap:14px}.hero-actions .text-link{text-align:center}.hero-proof{grid-template-columns:1fr;gap:12px;margin-top:30px}.hero-proof div{padding:9px 0}.hero-visual{min-height:395px}.browser-card{transform:none}.top-badge{right:4px;top:10px}.bottom-badge{left:2px;bottom:10px}.visual-badge{font-size:9px}.demo-hero h3{font-size:22px}.audience-inner{align-items:flex-start;flex-direction:column;gap:2px;padding:14px 0}.audience-tags{width:100%}.section{padding:72px 0}.section-heading h2,.process h2,.trust-copy h2,.faq-intro h2,.final-cta h2{font-size:36px}.feature-grid,.included-grid{grid-template-columns:1fr}.feature-card{min-height:200px}.process-grid{gap:40px}.step{grid-template-columns:42px 1fr}.price-card{padding:27px 22px}.monthly-price strong{font-size:52px}.exit-card{grid-template-columns:1fr}.exit-icon{margin-bottom:2px}.final-cta{padding:66px 0}.final-cta-inner{gap:24px}.footer-inner{grid-template-columns:1fr;gap:16px}.footer-meta{grid-column:auto;flex-direction:column;gap:3px}.mobile-whatsapp{display:flex;position:fixed;z-index:60;left:14px;right:14px;bottom:12px;background:#18a957;color:#fff;border-radius:13px;padding:14px 16px;justify-content:center;align-items:center;font-weight:800;font-size:13px;box-shadow:0 10px 30px rgba(0,0,0,.22)}.site-footer{padding-bottom:90px}}
@media (max-width:430px){.hero h1{font-size:37px}.hero-visual{min-height:340px}.browser-card{border-radius:14px}.demo-nav{height:54px;padding:0 18px}.demo-hero{padding:27px 20px 20px}.demo-stats,.demo-services{padding-left:18px;padding-right:18px}.demo-services{grid-template-columns:1fr 1fr}.demo-services div:last-child{display:none}.visual-badge{padding:8px 10px}.top-badge{top:-2px}.bottom-badge{bottom:-4px}.section-heading h2,.process h2,.trust-copy h2,.faq-intro h2,.final-cta h2{font-size:32px}.pricing-heading{padding-inline:6px}.price-badge{right:18px}.own-price strong{font-size:43px}}

/* ===== V2: hero compacto, oferta em destaque e movimento ===== */
:root{
  --blue:#175CD3;
  --blue-dark:#1049ad;
  --yellow:#FFC83D;
}

/* Hero: pensado para caber inteiro em uma primeira tela desktop comum */
.hero{padding:46px 0 42px;min-height:calc(100svh - 78px);display:flex;align-items:center}
.hero-grid{grid-template-columns:1.08fr .92fr;gap:58px}
.hero h1{font-size:clamp(42px,4.7vw,64px);max-width:700px;line-height:1.01}
.hero-lead{font-size:16px;line-height:1.62;margin-top:20px;max-width:650px}
.eyebrow{margin-bottom:17px;padding:7px 11px}
.hero-actions{margin-top:22px}
.hero-proof{margin-top:28px;padding-top:20px;gap:15px}
.hero-visual{min-height:445px}
.browser-card{max-width:465px;transform:rotate(.6deg)}
.top-badge{top:24px;right:-2px}
.bottom-badge{bottom:27px;left:-8px}
.demo-nav{height:61px}
.demo-hero{padding:31px 27px 22px}
.demo-hero h3{font-size:25px}
.demo-stats{padding-top:16px;padding-bottom:13px}

.hero-offer-pill{margin-top:21px;display:flex;align-items:center;gap:11px;flex-wrap:wrap;width:max-content;max-width:100%;padding:10px 13px;border:1px solid #f0d37c;background:linear-gradient(90deg,#fff8de,#fffdf6);border-radius:13px;box-shadow:0 8px 24px rgba(113,83,0,.07)}
.hero-offer-pill>span{font:800 9px Manrope;text-transform:uppercase;letter-spacing:.08em;color:#725500;background:var(--yellow);padding:5px 7px;border-radius:6px}
.hero-offer-pill>div{font-size:12px;color:#5b6270;font-weight:600}
.hero-offer-pill strong{font:800 15px Manrope;color:var(--graphite)}
.hero-offer-pill b{color:var(--blue);padding:0 2px}
.hero-offer-pill small{font-size:10px;color:#8b7850}

/* Oferta: bloco principal impossível de passar despercebido */
.pricing{background:linear-gradient(180deg,#f7f9fe 0%,#fff 42%)}
.pricing-heading{margin-bottom:28px}
.launch-offer{max-width:980px;margin:0 auto 34px;padding:25px 30px;border-radius:24px;background:linear-gradient(120deg,#0f4fc3,#175cd3 58%,#2369e4);color:#fff;display:grid;grid-template-columns:.8fr auto 1.15fr;align-items:center;gap:27px;box-shadow:0 26px 65px rgba(23,92,211,.24);position:relative;overflow:hidden}
.launch-offer:after{content:"JÁ";position:absolute;right:-18px;bottom:-70px;font:800 160px Manrope;letter-spacing:-.08em;color:rgba(255,255,255,.055);pointer-events:none}
.launch-offer-label{font:800 11px Manrope;letter-spacing:.09em;color:var(--graphite);background:var(--yellow);padding:9px 11px;border-radius:9px;width:max-content;position:relative;z-index:1}
.launch-offer-prices{display:flex;align-items:center;gap:20px;position:relative;z-index:1}
.launch-offer-prices>div{display:grid;grid-template-columns:auto auto;column-gap:8px;align-items:baseline}
.launch-offer-prices small{grid-column:1/-1;font:700 10px Inter;color:#cfe0ff;text-transform:uppercase;letter-spacing:.05em}
.launch-offer-prices strong{font:800 38px Manrope;letter-spacing:-.045em;color:#fff;line-height:1}
.launch-offer-prices span{font-size:10px;color:#cfe0ff}
.launch-offer-prices>b{font:800 23px Manrope;color:var(--yellow)}
.launch-offer>p{position:relative;z-index:1;margin:0;font-size:12px;line-height:1.55;color:#e8f0ff;max-width:280px}
.featured-price{background:linear-gradient(180deg,#ffffff,#f9fbff);box-shadow:0 30px 75px rgba(23,92,211,.18);transform:translateY(-5px)}
.price-badge{background:var(--yellow);box-shadow:0 8px 18px rgba(255,200,61,.28)}
.monthly-price strong{color:var(--blue)}
.secondary-price{opacity:.92}

/* Movimento discreto e profissional */
@keyframes heroIn{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
@keyframes visualIn{from{opacity:0;transform:translateY(16px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}
@keyframes badgeFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}
@keyframes cardFloat{0%,100%{transform:translateY(0) rotate(.6deg)}50%{transform:translateY(-5px) rotate(.6deg)}}
@keyframes statusPulse{0%,100%{box-shadow:0 0 0 4px rgba(32,184,106,.12)}50%{box-shadow:0 0 0 8px rgba(32,184,106,.04)}}
@keyframes offerPulse{0%,100%{box-shadow:0 26px 65px rgba(23,92,211,.24)}50%{box-shadow:0 30px 78px rgba(23,92,211,.32)}}
.hero-enter{animation:heroIn .65s cubic-bezier(.2,.75,.2,1) both}
.hero-enter-delayed{animation:visualIn .8s .12s cubic-bezier(.2,.75,.2,1) both}
.browser-card{animation:cardFloat 5.5s 1.2s ease-in-out infinite}
.visual-badge{animation:badgeFloat 4s ease-in-out infinite}
.bottom-badge{animation-delay:.8s}
.status-dot{animation:statusPulse 2s ease-in-out infinite}
.launch-offer.in-view{animation:offerPulse 4s .5s ease-in-out infinite}
.audience-tags b{transition:transform .2s ease,background .2s ease,color .2s ease}
.audience-tags b:hover{transform:translateY(-2px);background:#eaf1ff;color:var(--blue)}
.feature-card,.include-item,.price-card,.step{transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.feature-card:hover,.include-item:hover{transform:translateY(-4px);box-shadow:0 14px 34px rgba(28,48,91,.08);border-color:#d9e2f4}
.featured-price:hover{transform:translateY(-9px)}

/* Scroll reveal; JS ativa apenas depois do carregamento */
.motion-ready .reveal,.motion-ready .reveal-item{opacity:0;transform:translateY(24px)}
.motion-ready .reveal.in-view,.motion-ready .reveal-item.in-view{opacity:1;transform:none;transition:opacity .65s ease,transform .65s cubic-bezier(.2,.75,.2,1)}
.motion-ready .reveal-group .reveal-item:nth-child(2){transition-delay:.07s}
.motion-ready .reveal-group .reveal-item:nth-child(3){transition-delay:.14s}
.motion-ready .reveal-group .reveal-item:nth-child(4){transition-delay:.21s}
.motion-ready .reveal-group .reveal-item:nth-child(5){transition-delay:.28s}
.motion-ready .reveal-group .reveal-item:nth-child(6){transition-delay:.35s}
.motion-ready .reveal-group .reveal-item:nth-child(7){transition-delay:.42s}
.motion-ready .reveal-group .reveal-item:nth-child(8){transition-delay:.49s}

/* Desktop baixo (notebooks): garante que a hero inteira caiba sem corte */
@media (min-width:1021px) and (max-height:900px){
  .hero{padding:28px 0 26px;min-height:calc(100svh - 78px)}
  .hero-grid{gap:50px}
  .hero h1{font-size:clamp(40px,4.1vw,58px)}
  .hero-lead{font-size:15px;line-height:1.55;margin-top:16px}
  .eyebrow{margin-bottom:13px}
  .hero-offer-pill{margin-top:15px;padding:8px 11px}
  .hero-actions{margin-top:16px}
  .hero-proof{margin-top:20px;padding-top:16px}
  .hero-proof span{font-size:11px}
  .hero-visual{min-height:390px}
  .browser-card{max-width:430px}
  .demo-nav{height:55px}
  .demo-hero{padding:25px 24px 18px}
  .demo-hero h3{font-size:23px}
  .demo-stats{padding:14px 23px 11px}
  .demo-services{padding:0 23px}
  .top-badge{top:9px}
  .bottom-badge{bottom:12px}
}

@media (max-width:1020px){
  .hero{min-height:auto;padding-top:64px}
  .hero-grid{gap:38px}
  .hero-visual{min-height:450px}
  .launch-offer{grid-template-columns:1fr;gap:18px;text-align:left;max-width:640px}
  .launch-offer>p{max-width:none}
}

@media (max-width:720px){
  .hero{padding:48px 0 52px}
  .hero h1{font-size:40px}
  .hero-offer-pill{width:100%;gap:7px 9px}
  .hero-offer-pill>span{width:max-content}
  .hero-offer-pill small{width:100%}
  .browser-card{animation:none}
  .visual-badge{animation:none}
  .launch-offer{padding:23px 21px;border-radius:20px}
  .launch-offer-prices{gap:13px}
  .launch-offer-prices strong{font-size:34px}
  .featured-price{transform:none}
  .featured-price:hover{transform:none}
}

@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}
  .motion-ready .reveal,.motion-ready .reveal-item{opacity:1;transform:none}
}
.motion-ready .featured-price.reveal-item.in-view{transform:translateY(-5px)}
@media (max-width:720px){.motion-ready .featured-price.reveal-item.in-view{transform:none}}

/* ===== V3: otimização mobile-first ===== */
body{overflow-x:clip}
section[id]{scroll-margin-top:84px}

@media (hover:none){
  .btn:hover,.feature-card:hover,.include-item:hover,.featured-price:hover,.audience-tags b:hover{transform:none;box-shadow:initial}
}

@media (max-width:720px){
  :root{
    --container:calc(100% - 32px);
    --radius:18px;
  }

  body{font-size:15px}
  .site-header{backdrop-filter:blur(10px);background:rgba(255,255,255,.96)}
  .header-inner{height:62px;gap:12px}
  .brand img{width:124px}

  /* Hero: promessa + oferta + CTA primeiro; mockup em seguida */
  .hero{padding:26px 0 36px;min-height:auto;overflow:hidden}
  .hero-grid{gap:24px}
  .hero-copy{min-width:0}
  .eyebrow{max-width:100%;margin-bottom:14px;padding:7px 10px;font-size:9px;line-height:1.3;letter-spacing:.075em;white-space:normal}
  .eyebrow-dot{flex:0 0 7px}
  .hero h1{font-size:clamp(34px,9.8vw,40px);line-height:1.02;letter-spacing:-.052em;max-width:100%}
  .hero h1 br{display:none}
  .hero-lead{font-size:14.5px;line-height:1.58;margin-top:16px;max-width:100%}

  .hero-offer-pill{width:100%;display:grid;grid-template-columns:auto 1fr;gap:7px 10px;align-items:center;margin-top:17px;padding:12px;border-radius:14px}
  .hero-offer-pill>span{font-size:8px;padding:5px 7px;white-space:nowrap}
  .hero-offer-pill>div{font-size:11px;line-height:1.3;text-align:right}
  .hero-offer-pill strong{font-size:16px}
  .hero-offer-pill small{grid-column:1/-1;width:auto;font-size:9.5px;padding-top:7px;border-top:1px solid rgba(114,85,0,.12)}

  .hero-actions{margin-top:16px;gap:10px}
  .hero-actions .btn{width:100%;min-height:48px;padding:13px 16px;font-size:14px;border-radius:12px}
  .hero-actions .text-link{font-size:12px;padding:4px 0}

  .hero-proof{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-top:18px;padding-top:14px}
  .hero-proof div{min-width:0;padding:0 3px}
  .hero-proof strong{font-size:10px;line-height:1.25}
  .hero-proof span{font-size:9px;line-height:1.35;margin-top:2px}

  .hero-visual{min-height:310px;margin-top:0;max-width:100%}
  .browser-card{width:calc(100% - 10px);max-width:390px;border-radius:16px;box-shadow:0 18px 48px rgba(14,35,78,.14)}
  .browser-top{height:34px;padding:0 10px;gap:8px}
  .browser-dots i{width:5px;height:5px}
  .browser-address{max-width:190px;padding:4px 8px;font-size:7px}
  .demo-nav{height:47px;padding:0 16px}
  .demo-logo{font-size:9px}
  .demo-nav-lines{gap:7px}
  .demo-nav-lines span{width:20px;height:3px}.demo-nav-lines span:nth-child(2){width:29px}
  .demo-hero{padding:22px 17px 16px}
  .demo-kicker{font-size:6px}
  .demo-hero h3{font-size:19px;max-width:245px;margin:7px 0;line-height:1.06}
  .demo-hero p{font-size:8px;max-width:250px;margin-bottom:12px;line-height:1.5}
  .demo-whatsapp,.demo-outline{font-size:6.5px;padding:6px 8px}
  .demo-stats{padding:13px 17px 10px}
  .demo-stats b{font-size:9px}.demo-stats small{font-size:6px}
  .demo-services{padding:0 17px;gap:6px}
  .demo-services div{padding:9px;border-radius:8px}
  .demo-services span{font-size:6px}.demo-services b{font-size:7px;margin-top:9px}
  .visual-badge{font-size:8px;border-radius:9px;padding:8px 9px;box-shadow:0 8px 24px rgba(30,45,77,.12)}
  .top-badge{top:0;right:0}
  .bottom-badge{left:0;bottom:0}
  .status-dot{width:6px;height:6px}

  /* Faixa de nichos horizontal, sem aumentar a altura da tela */
  .audience-inner{padding:13px 0 11px;gap:7px}
  .audience-inner>span{font-size:10px}
  .audience-tags{gap:7px;padding:0 0 3px;scroll-snap-type:x proximity;scrollbar-width:none;margin-right:-16px;padding-right:16px}
  .audience-tags::-webkit-scrollbar{display:none}
  .audience-tags b{scroll-snap-align:start;font-size:10px;padding:7px 9px}

  /* Ritmo de leitura */
  .section{padding:58px 0}
  .section-heading{margin-bottom:28px}
  .split-heading{gap:12px}
  .section-kicker{font-size:10px;letter-spacing:.075em}
  .section-heading h2,.process h2,.trust-copy h2,.faq-intro h2,.final-cta h2{font-size:clamp(29px,8.2vw,34px);line-height:1.06;letter-spacing:-.042em}
  .section-heading h2{margin-top:10px}
  .split-heading>p,.centered-heading>p{font-size:13.5px;line-height:1.65}
  .centered-heading{margin-bottom:30px}
  .centered-heading p{margin-top:12px}

  /* Cards mais compactos e fáceis de escanear */
  .feature-grid,.included-grid{gap:10px}
  .feature-card{min-height:0;padding:19px;border-radius:16px}
  .feature-icon{margin-bottom:20px;font-size:10px}
  .feature-card h3{font-size:17px;margin:0 0 6px}
  .feature-card p{font-size:12.5px;line-height:1.58}
  .include-item{min-height:0;padding:15px 16px;border-radius:13px;gap:11px}
  .include-item>span{width:22px;height:22px;flex-basis:22px;font-size:10px}
  .include-item b{font-size:13px}
  .include-item small{font-size:11px;line-height:1.4}

  /* Processo */
  .process-grid{gap:30px}
  .process-copy>p{font-size:13.5px;line-height:1.65;margin:16px 0 20px}
  .process-copy .btn{width:100%;min-height:46px}
  .step{grid-template-columns:36px 1fr;gap:12px;padding:17px 0}
  .step>span{width:32px;height:32px;font-size:10px}
  .step h3{font-size:16px;margin-top:0}
  .step p{font-size:11.5px;line-height:1.55}

  /* Oferta: preço dominante no mobile, sem quebrar em linhas estranhas */
  .pricing{background:linear-gradient(180deg,#f5f8ff 0%,#fff 34%)}
  .pricing-heading{margin-bottom:22px}
  .launch-offer{margin-bottom:22px;padding:20px 17px;border-radius:18px;gap:15px;text-align:center}
  .launch-offer-label{margin:0 auto;font-size:9px;padding:8px 9px}
  .launch-offer-prices{width:100%;display:grid;grid-template-columns:1fr auto 1fr;gap:9px;align-items:center}
  .launch-offer-prices>div{display:flex;flex-direction:column;align-items:center;gap:2px}
  .launch-offer-prices small{font-size:8px}
  .launch-offer-prices strong{font-size:32px;white-space:nowrap}
  .launch-offer-prices span{font-size:8px}
  .launch-offer-prices>b{font-size:18px}
  .launch-offer>p{font-size:11px;line-height:1.5;text-align:center}
  .launch-offer:after{font-size:120px;right:-18px;bottom:-49px}

  .pricing-grid{gap:14px}
  .price-card{padding:23px 18px;border-radius:18px}
  .price-badge{top:-12px;right:14px;font-size:8px;padding:7px 9px}
  .price-card h3{font-size:22px}
  .price-desc{font-size:12px;min-height:0;margin-bottom:17px}
  .setup-price{padding:13px 14px;margin:17px 0 8px}
  .setup-price strong{font-size:23px}
  .monthly-price{padding:13px 2px 16px}
  .monthly-price strong{font-size:48px}
  .monthly-price strong small{font-size:15px}
  .monthly-price em{font-size:11px}
  .price-list{gap:10px;margin:19px 0 21px}
  .price-list li{font-size:12px;padding-left:21px;line-height:1.45}
  .price-card .btn{min-height:48px;padding:12px 14px;font-size:13px}
  .price-note{font-size:8.5px;line-height:1.4}
  .secondary-price{margin-top:3px}
  .own-price{padding:20px 0 15px}
  .own-price strong{font-size:41px}

  .exit-card{margin-top:14px;padding:18px;border-radius:16px;gap:12px}
  .exit-icon{width:36px;height:36px;border-radius:10px;font-size:18px}
  .exit-card h3{font-size:15px;margin-top:0}
  .exit-card p{font-size:11.5px;line-height:1.6}

  /* Confiança e FAQ */
  .trust-grid,.faq-grid{gap:28px}
  .trust-copy p{font-size:13px;line-height:1.65;margin-top:14px}
  .trust-points>div{grid-template-columns:38px 1fr;gap:12px;padding:17px 0}
  .trust-points span{font-size:9px}
  .trust-points p{font-size:12px;line-height:1.5}
  .trust-points b{font-size:14px}
  .faq-intro p{font-size:12.5px;line-height:1.6}
  .faq-intro .text-link{display:inline-block;margin-top:3px;font-size:12px}
  summary{min-height:52px;display:flex;align-items:center;font-size:13.5px;line-height:1.35;padding:15px 32px 15px 0}
  summary:after{top:50%;transform:translateY(-50%);font-size:20px}
  details p{margin:-2px 28px 17px 0;font-size:12px;line-height:1.6}

  /* CTA final e rodapé */
  .final-cta{padding:54px 0 58px}
  .final-label{font-size:9px}
  .final-cta h2{margin-top:9px}
  .final-cta p{font-size:12.5px;line-height:1.6;margin-bottom:0}
  .final-cta-inner{gap:20px}
  .final-cta .btn{width:100%;min-height:49px}
  .final-cta:after{font-size:150px;bottom:-55px}
  .site-footer{padding:25px 0 calc(92px + env(safe-area-inset-bottom))}
  .footer-inner{gap:13px}
  .footer-inner>img{width:126px}
  .footer-copy b{font-size:11px}.footer-copy span,.footer-meta{font-size:9.5px}

  /* CTA fixo: grande o bastante para tocar, sem cobrir a interface do aparelho */
  .mobile-whatsapp{left:12px;right:12px;bottom:calc(10px + env(safe-area-inset-bottom));min-height:50px;padding:13px 15px;border-radius:14px;font-size:13px;box-shadow:0 12px 34px rgba(0,0,0,.22)}
}

@media (max-width:390px){
  :root{--container:calc(100% - 26px)}
  .hero{padding-top:22px}
  .hero h1{font-size:33px}
  .hero-lead{font-size:14px}
  .hero-offer-pill{grid-template-columns:1fr;padding:11px;text-align:left}
  .hero-offer-pill>div{text-align:left}
  .hero-offer-pill small{grid-column:auto}
  .hero-proof{gap:5px}
  .hero-proof span{display:none}
  .hero-proof div{padding:5px 2px}
  .hero-visual{min-height:285px}
  .visual-badge{font-size:7.5px}
  .launch-offer-prices strong{font-size:29px}
  .monthly-price strong{font-size:45px}
}

@media (max-width:340px){
  .hero h1{font-size:30px}
  .eyebrow{font-size:8px}
  .hero-proof{grid-template-columns:1fr}
  .hero-proof div{padding:4px 0}
  .hero-visual{min-height:265px}
  .launch-offer-prices{grid-template-columns:1fr}
  .launch-offer-prices>b{transform:rotate(90deg);line-height:1}
}

@media (max-width:720px){a,button,summary{touch-action:manipulation}}

/* ===== V4: mobile compacto e correção definitiva da hero ===== */
@media (max-width:720px){
  :root{--container:calc(100% - 30px)}
  body{font-size:14px}

  .header-inner{height:58px}
  .brand img{width:118px}

  /* Corrige a herança da grade V2: no celular a hero é sempre uma coluna. */
  .hero{padding:20px 0 28px}
  .hero-grid{grid-template-columns:minmax(0,1fr) !important;gap:18px;align-items:start}
  .hero-copy{width:100%;max-width:none}
  .eyebrow{margin-bottom:10px;padding:6px 9px;font-size:8px;line-height:1.25;gap:7px}
  .eyebrow-dot{width:6px;height:6px;box-shadow:0 0 0 3px rgba(23,92,211,.10)}
  .hero h1{font-size:clamp(28px,7.7vw,32px);line-height:1.01;letter-spacing:-.047em;max-width:360px}
  .hero-lead{font-size:13px;line-height:1.5;margin-top:12px;max-width:360px}

  .hero-offer-pill{margin-top:13px;padding:9px 10px;gap:5px 8px;border-radius:12px;grid-template-columns:auto 1fr}
  .hero-offer-pill>span{font-size:7px;padding:4px 6px;letter-spacing:.065em}
  .hero-offer-pill>div{font-size:10px;line-height:1.15}
  .hero-offer-pill strong{font-size:14px}
  .hero-offer-pill small{font-size:8.5px;padding-top:5px;line-height:1.3}

  .hero-actions{margin-top:12px;gap:7px}
  .hero-actions .btn{min-height:44px;padding:11px 14px;font-size:12.5px;border-radius:11px}
  .hero-actions .text-link{font-size:10.5px;padding:2px 0}

  .hero-proof{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;margin-top:13px;padding-top:11px}
  .hero-proof div{padding:0 2px;gap:2px}
  .hero-proof strong{font-size:9px;line-height:1.18}
  .hero-proof span{display:none}

  /* O mockup continua presente, mas deixa de dominar a primeira dobra. */
  .hero-visual{min-height:228px;height:228px;max-width:330px;width:100%;margin:2px auto 0;overflow:visible}
  .browser-card{width:270px;max-width:82vw;border-radius:13px;box-shadow:0 14px 34px rgba(14,35,78,.13)}
  .browser-top{height:26px;padding:0 8px;gap:6px}
  .browser-dots i{width:4px;height:4px}
  .browser-address{max-width:135px;padding:3px 6px;font-size:5.5px}
  .demo-nav{height:35px;padding:0 11px}
  .demo-logo{font-size:7px}
  .demo-nav-lines{gap:5px}
  .demo-nav-lines span{width:15px;height:2px}.demo-nav-lines span:nth-child(2){width:21px}
  .demo-hero{padding:14px 12px 11px}
  .demo-kicker{font-size:4.5px;letter-spacing:.10em}
  .demo-hero h3{font-size:14px;max-width:180px;margin:5px 0;line-height:1.02}
  .demo-hero p{font-size:6px;max-width:180px;margin-bottom:8px;line-height:1.35}
  .demo-buttons{gap:5px}
  .demo-whatsapp,.demo-outline{font-size:4.7px;padding:4px 5px;border-radius:5px}
  .demo-stats{padding:8px 12px 6px;gap:5px}
  .demo-stats b{font-size:6.5px}.demo-stats small{font-size:4.3px}
  .demo-services{padding:0 12px;gap:4px}
  .demo-services div{padding:6px;border-radius:6px}
  .demo-services span{font-size:4.5px}.demo-services b{font-size:5px;margin-top:6px}
  .demo-site{padding-bottom:12px}
  .visual-badge{font-size:6.5px;padding:6px 7px;border-radius:7px}
  .top-badge{top:2px;right:3px}
  .bottom-badge{left:3px;bottom:2px}
  .status-dot{width:5px;height:5px;box-shadow:0 0 0 3px rgba(32,184,106,.12)}

  .audience-inner{padding:10px 0 8px;gap:4px}
  .audience-inner>span{font-size:9px}
  .audience-tags{gap:5px}
  .audience-tags b{font-size:9px;padding:6px 8px}

  /* Reduz a altura geral da LP sem perder hierarquia. */
  .section{padding:46px 0}
  .section-heading{margin-bottom:22px}
  .section-kicker{font-size:8.5px}
  .section-heading h2,.process h2,.trust-copy h2,.faq-intro h2,.final-cta h2{font-size:clamp(25px,6.8vw,28px);line-height:1.04;letter-spacing:-.038em}
  .section-heading h2{margin-top:7px}
  .split-heading>p,.centered-heading>p{font-size:12.5px;line-height:1.55}
  .centered-heading{margin-bottom:22px}
  .centered-heading p{margin-top:9px}

  .feature-grid,.included-grid{gap:8px}
  .feature-card{padding:16px;border-radius:14px}
  .feature-icon{margin-bottom:14px;font-size:9px}
  .feature-card h3{font-size:15px;margin:0 0 5px}
  .feature-card p{font-size:11.5px;line-height:1.48}
  .include-item{padding:12px 13px;border-radius:12px;gap:9px}
  .include-item>span{width:20px;height:20px;flex-basis:20px;font-size:9px}
  .include-item b{font-size:12px}
  .include-item small{font-size:10px;line-height:1.35}

  .process-grid{gap:24px}
  .process-copy>p{font-size:12.5px;line-height:1.55;margin:12px 0 16px}
  .process-copy .btn{min-height:42px;font-size:12px}
  .step{grid-template-columns:31px 1fr;gap:9px;padding:13px 0}
  .step>span{width:28px;height:28px;font-size:9px}
  .step h3{font-size:14px;margin-bottom:3px}
  .step p{font-size:10.5px;line-height:1.42}

  .pricing-heading{margin-bottom:17px}
  .launch-offer{margin-bottom:17px;padding:16px 13px;border-radius:15px;gap:11px}
  .launch-offer-label{font-size:7.5px;padding:6px 7px}
  .launch-offer-prices{gap:6px}
  .launch-offer-prices small{font-size:6.5px}
  .launch-offer-prices strong{font-size:27px}
  .launch-offer-prices span{font-size:7px}
  .launch-offer-prices>b{font-size:15px}
  .launch-offer>p{font-size:10px;line-height:1.4}
  .launch-offer:after{font-size:96px;bottom:-39px}

  .pricing-grid{gap:11px}
  .price-card{padding:19px 15px;border-radius:16px}
  .price-card h3{font-size:19px}
  .price-desc{font-size:11px;margin-bottom:13px;line-height:1.45}
  .setup-price{padding:11px 12px;margin:13px 0 6px}
  .setup-price span{font-size:10px}.setup-price small{font-size:7.5px}.setup-price strong{font-size:20px}
  .monthly-price{padding:10px 2px 12px}
  .monthly-price>span{font-size:10px}
  .monthly-price strong{font-size:40px}
  .monthly-price strong small{font-size:13px}.monthly-price em{font-size:9px}
  .price-list{gap:8px;margin:15px 0 17px}
  .price-list li{font-size:10.8px;padding-left:18px;line-height:1.4}
  .price-card .btn{min-height:43px;padding:10px 12px;font-size:11.5px}
  .price-note{font-size:7.5px}
  .own-price{padding:15px 0 12px}.own-price strong{font-size:35px}

  .exit-card{margin-top:11px;padding:15px;border-radius:14px;gap:9px}
  .exit-icon{width:31px;height:31px;font-size:15px}
  .exit-card h3{font-size:13.5px}.exit-card p{font-size:10.5px;line-height:1.48}

  .trust-grid,.faq-grid{gap:22px}
  .trust-copy p{font-size:12px;line-height:1.55;margin-top:10px}
  .trust-points>div{grid-template-columns:33px 1fr;gap:9px;padding:13px 0}
  .trust-points span{font-size:8px}.trust-points b{font-size:12.5px}.trust-points p{font-size:10.5px;line-height:1.4}
  .faq-intro p{font-size:11.5px;line-height:1.5}
  summary{min-height:46px;font-size:12px;line-height:1.3;padding:12px 28px 12px 0}
  summary:after{font-size:18px}
  details p{margin:-1px 24px 14px 0;font-size:10.8px;line-height:1.5}

  .final-cta{padding:43px 0 47px}
  .final-label{font-size:8px}
  .final-cta p{font-size:11.5px;line-height:1.5}
  .final-cta .btn{min-height:44px;font-size:12px}
  .final-cta:after{font-size:120px;bottom:-42px}

  .mobile-whatsapp{min-height:46px;padding:11px 13px;font-size:12px;border-radius:12px}
}

@media (max-width:390px){
  :root{--container:calc(100% - 24px)}
  .hero h1{font-size:28px;max-width:330px}
  .hero-lead{font-size:12.5px}
  .hero-visual{height:214px;min-height:214px}
  .browser-card{width:250px}
  .hero-offer-pill{grid-template-columns:auto 1fr}
  .hero-offer-pill>div{text-align:right}
  .hero-offer-pill small{grid-column:1/-1}
}

@media (max-width:340px){
  .hero h1{font-size:26px}
  .hero-lead{font-size:12px}
  .hero-visual{height:198px;min-height:198px}
  .browser-card{width:230px}
  .hero-proof{grid-template-columns:repeat(3,minmax(0,1fr))}
  .launch-offer-prices{grid-template-columns:1fr auto 1fr}
  .launch-offer-prices>b{transform:none}
}

@media (max-width:720px){
  .mobile-whatsapp{opacity:0;pointer-events:none;transform:translateY(12px);transition:opacity .2s ease,transform .2s ease}
  .mobile-whatsapp.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}
}
