:root{
  --petrol:#0f3b36;
  --petrol-2:#0a2f2b;
  --petrol-3:#1d5a51;
  --sage:#dce9e4;
  --sage-2:#c9ddd5;
  --cream:#f4f0e6;
  --cream-2:#ebe5d7;
  --paper:#fbfaf7;
  --white:#fff;
  --ink:#17302d;
  --muted:#66726f;
  --line:rgba(23,48,45,.12);
  --shadow:0 24px 70px rgba(15,59,54,.11);
  --radius:28px;
  --container:1180px;
}

*{box-sizing:border-box}
html{
  scroll-behavior:smooth;
  width:100%;
  max-width:100%;
  overflow-x:hidden;
  overscroll-behavior-x:none;
}
body{
  margin:0;
  width:100%;
  max-width:100%;
  overflow-x:hidden;
  overscroll-behavior-x:none;
  touch-action:pan-y;
  background:var(--paper);
  color:var(--ink);
  font-family:"DM Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
main,
header,
footer,
section {
  width: 100%;
  max-width: 100%;
}
img,video{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
::selection{background:var(--petrol);color:#fff}
.container{width:min(var(--container),calc(100% - 40px));margin:0 auto;min-width:0}
.section{padding:104px 0;position:relative}
.section-heading{max-width:800px;margin-bottom:44px}
.section-heading.centered{text-align:center;margin-left:auto;margin-right:auto}
.section-heading h2,
.product-copy h2,
.preview-copy h2,
.offer-copy h2,
.faq-copy h2,
.final-copy h2,
.media-copy h2{
  font-family:"Manrope",sans-serif;
  margin:10px 0 16px;
  font-size:clamp(34px,5vw,62px);
  line-height:1.02;
  letter-spacing:-.05em;
}
.section-heading p,
.product-copy p,
.preview-copy p,
.offer-copy p,
.faq-copy p,
.final-copy p,
.media-copy p{
  color:var(--muted);
  font-size:18px;
  line-height:1.7;
}
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:9px;
  font-weight:800;
  font-size:11px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--petrol-3);
}
.eyebrow::before{content:"";width:22px;height:1px;background:currentColor}
.eyebrow-light{color:#cbe1d9}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  padding:16px 23px;
  font-weight:800;
  font-size:15px;
  transition:.25s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn-light{background:#e7f3ef;color:var(--petrol-2);box-shadow:0 16px 35px rgba(0,0,0,.15)}
.btn-light:hover{background:#fff}
.btn-dark{background:var(--petrol);color:#fff}
.btn-full{width:100%}

/* header */
.site-header{
  position:fixed;top:0;left:0;z-index:1000;
  border-bottom:1px solid rgba(255,255,255,.08);
  transition:.3s ease;
}
.site-header.scrolled{
  background:rgba(10,47,43,.86);
  backdrop-filter:blur(16px);
  box-shadow:0 12px 30px rgba(0,0,0,.08);
}
.header-inner{height:78px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.brand{display:flex;align-items:center;gap:10px;color:#fff;min-width:0}
.brand-icon{
  flex:0 0 auto;width:40px;height:40px;border-radius:12px;display:grid;place-items:center;
  background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.15);
  font-family:"Manrope";font-weight:800;font-size:20px;
}
.brand-copy{display:flex;flex-direction:column;font-size:12px;line-height:1.05;text-transform:uppercase;letter-spacing:.07em}
.brand-copy strong{font-size:13px}
.desktop-nav{display:flex;gap:26px;color:rgba(255,255,255,.72);font-size:14px}
.desktop-nav a:hover{color:#fff}
.header-cta{padding:10px 16px;border-radius:999px;border:1px solid rgba(255,255,255,.23);background:rgba(255,255,255,.07);color:#fff;font-weight:700;font-size:13px}

/* hero */
.hero{
  position:relative;
  min-height:100vh;
  padding:142px 0 70px;
  color:#fff;
  background:
    radial-gradient(circle at 80% 22%,rgba(191,222,211,.14),transparent 28%),
    radial-gradient(circle at 15% 84%,rgba(255,255,255,.06),transparent 32%),
    linear-gradient(145deg,#082b28 0%,#0f3b36 54%,#174d46 100%);
}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:64px;align-items:center;min-width:0}
.hero-copy,.hero-media{min-width:0}
.hero h1{
  font-family:"Manrope";margin:18px 0 20px;
  font-size:clamp(48px,6.6vw,86px);
  line-height:.95;letter-spacing:-.065em;
}
.hero h1 em{font-style:normal;color:#d9e9e3}
.hero-sub{max-width:650px;color:rgba(255,255,255,.74);font-size:18px;line-height:1.7}
.hero-pills{display:flex;flex-wrap:wrap;gap:9px;margin:25px 0 32px}
.hero-pills span{
  border:1px solid rgba(255,255,255,.11);background:rgba(255,255,255,.05);
  color:rgba(255,255,255,.82);padding:9px 12px;border-radius:999px;font-size:12px;
}
.hero-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.hero-price{display:flex;flex-direction:column;color:rgba(255,255,255,.55)}
.hero-price strong{color:#fff;font-size:25px}
.microcopy{font-size:11px;color:rgba(255,255,255,.43);margin-top:14px}
.hero-media{position:relative;min-height:565px;display:grid;place-items:center}
.hero-media-frame{position:relative;width:min(520px,100%);height:520px}
.hero-mockup-image{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;z-index:4}
.hero-mockup-image.media-missing{display:none}
.hero-placeholder{position:absolute;inset:0}
.fake-tablet{
  position:absolute;right:30px;top:10px;width:355px;height:470px;padding:12px;border-radius:34px;
  background:#10231f;border:1px solid rgba(255,255,255,.13);box-shadow:0 36px 90px rgba(0,0,0,.34);transform:rotate(5deg)
}
.fake-cover{
  height:100%;border-radius:23px;padding:44px 28px;display:flex;flex-direction:column;justify-content:flex-end;
  color:var(--petrol);background:linear-gradient(160deg,#e8f0ec,#f4efe4 50%,#d5e6de)
}
.fake-cover span{font-size:10px;letter-spacing:.18em;font-weight:800}
.fake-cover h3{font-family:"Manrope";font-size:37px;line-height:.95;letter-spacing:-.05em;margin:10px 0}
.fake-cover i{height:1px;background:rgba(15,59,54,.2);margin:8px 0 10px}
.fake-cover small{color:#63756f}
.fake-phone{
  position:absolute;left:14px;bottom:0;width:180px;height:365px;padding:8px;border-radius:34px;
  background:#071b19;border:1px solid rgba(255,255,255,.1);box-shadow:0 30px 70px rgba(0,0,0,.32);transform:rotate(-8deg)
}
.fake-phone-inner{height:100%;border-radius:27px;background:#f7f5ef;padding:50px 14px 16px;color:var(--ink)}
.fake-phone-inner>span{font-size:9px;letter-spacing:.15em;color:#83938e;font-weight:800}
.fake-phone-inner b{display:block;background:#e3ece8;border-radius:14px;padding:14px;margin:12px 0;font-size:12px}
.fake-phone-inner small{display:block;padding:9px;border:1px solid #e7e4db;background:#fff;border-radius:11px;margin:7px 0;font-size:9px}
.fake-bar{height:7px;background:#e2e1dc;border-radius:99px;margin:14px 0;overflow:hidden}
.fake-bar i{display:block;width:72%;height:100%;background:var(--petrol)}
.float-tag{
  position:absolute;z-index:6;padding:9px 13px;border-radius:999px;
  border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.1);backdrop-filter:blur(12px);
  font-size:11px;font-weight:800;animation:float 5s ease-in-out infinite
}
.tag-1{top:60px;left:5px}
.tag-2{right:0;bottom:100px;animation-delay:-1.6s}
.tag-3{left:80px;bottom:16px;animation-delay:-3s}
@keyframes float{50%{transform:translateY(-9px)}}
.hero-glow{position:absolute;border-radius:50%;filter:blur(12px);pointer-events:none}
.hero-glow-a{width:430px;height:430px;right:-150px;top:100px;background:rgba(211,235,227,.09)}
.hero-glow-b{width:300px;height:300px;left:-160px;bottom:-50px;background:rgba(255,255,255,.05)}
.stats-row{
  margin-top:45px;display:grid;grid-template-columns:repeat(4,1fr);
  border:1px solid rgba(255,255,255,.09);border-radius:20px;background:rgba(255,255,255,.04);backdrop-filter:blur(10px)
}
.stat{padding:20px 23px;display:flex;gap:8px;align-items:baseline;border-right:1px solid rgba(255,255,255,.08)}
.stat:last-child{border-right:0}
.stat strong{font-family:"Manrope";font-size:34px}
.stat span{font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.46)}

/* media breaks */
.media-break{padding:28px 0;background:var(--paper)}
.media-break-dark{background:var(--petrol)}
.media-break-card{
  display:grid;grid-template-columns:1.08fr .92fr;min-height:420px;border-radius:30px;overflow:hidden;
  background:#123f3a;color:#fff;box-shadow:var(--shadow)
}
.media-break-card.reverse{grid-template-columns:.92fr 1.08fr}
.media-break-card.reverse .media-side{order:2}
.media-break-card.light-card{background:var(--cream);color:var(--ink)}
.media-side{position:relative;min-width:0;min-height:420px;overflow:hidden;background:linear-gradient(145deg,#dce9e4,#bcd5cc)}
.media-side img,.media-side video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:2}
.media-side img.media-missing{display:none}
.media-fallback{
  position:absolute;inset:0;z-index:1;display:grid;place-content:center;text-align:center;gap:6px;
  background:linear-gradient(145deg,#1b554d,#0f3b36);color:#d7e8e1
}
.media-fallback span{font-family:"Manrope";font-size:24px;font-weight:800}
.media-fallback small{opacity:.65}
.dark-fallback{background:linear-gradient(145deg,#dfeae5,#f2ede2);color:var(--petrol)}
.media-copy{padding:clamp(34px,6vw,72px);display:flex;flex-direction:column;justify-content:center;min-width:0}
.media-copy p{margin-bottom:0}
.light-card .media-copy p{color:var(--muted)}

/* identification */
.identification{background:#fbfaf7}
.question-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.question-card{
  min-height:170px;padding:24px;border-radius:20px;border:1px solid var(--line);
  background:#fff;box-shadow:0 10px 32px rgba(23,48,45,.04)
}
.question-card b{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:var(--sage);font-family:"Manrope";font-size:12px}
.question-card p{font-family:"Manrope";font-weight:700;font-size:19px;line-height:1.35;margin:22px 0 0}
.statement-card{margin-top:48px;padding:46px;border-radius:28px;background:var(--petrol);color:#fff}
.statement-card small{color:rgba(255,255,255,.5);letter-spacing:.12em;font-weight:800}
.statement-card h3,.statement-card strong{display:block;font-family:"Manrope";font-size:clamp(28px,4.4vw,54px);line-height:1.03;letter-spacing:-.045em;margin:8px 0}
.statement-card strong{color:#cce1da}

/* product */
.product-section{background:var(--cream)}
.product-grid{display:grid;grid-template-columns:.86fr 1.14fr;gap:78px;align-items:start}
.product-copy{position:sticky;top:120px;min-width:0}
.product-copy em{font-style:normal;color:var(--petrol-3)}
.text-link{display:inline-block;margin-top:10px;color:var(--petrol-3);font-weight:800}
.use-case-list{display:grid;gap:14px;min-width:0}
.use-case{
  display:grid;grid-template-columns:58px 1fr;gap:18px;align-items:center;padding:25px;border-radius:20px;
  background:#fff;border:1px solid var(--line);box-shadow:0 10px 30px rgba(23,48,45,.04)
}
.use-case b{font-family:"Manrope";font-size:29px;color:#b4c8c0}
.use-case small{font-weight:800;letter-spacing:.11em;color:#78908a}
.use-case h3{font-family:"Manrope";font-size:20px;margin:5px 0 0}

/* modules */
.modules-section{background:#fbfaf7}
.module-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.module-card{
  display:grid;grid-template-columns:52px 1fr;gap:17px;padding:25px;border-radius:19px;border:1px solid var(--line);background:#fff
}
.module-card b{width:52px;height:52px;border-radius:14px;background:var(--cream);display:grid;place-items:center;font-family:"Manrope"}
.module-card h3{font-family:"Manrope";font-size:18px;margin:2px 0 6px}
.module-card p{color:var(--muted);font-size:14px;line-height:1.55;margin:0}
.module-featured{background:var(--sage)}

/* tools */
.tools-section{background:var(--petrol);color:#fff}
.tools-section .section-heading p{color:rgba(255,255,255,.65)}
.tools-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}
.tool-card{
  min-height:250px;padding:25px;border-radius:20px;border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.05)
}
.tool-card>span{font-family:"Manrope";font-size:34px;color:#abc9bf}
.tool-card small{display:block;margin-top:24px;color:#9bb9b0;font-weight:800;letter-spacing:.11em}
.tool-card h3{font-family:"Manrope";font-size:21px;margin:7px 0 9px}
.tool-card p{color:rgba(255,255,255,.6);line-height:1.55;margin:0}

/* preview */
.preview-section{background:#fbfaf7}
.preview-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}
.preview-tags{display:flex;flex-wrap:wrap;gap:9px;margin-top:24px}
.preview-tags span{padding:10px 12px;border-radius:999px;background:var(--cream);font-size:12px}
.mockup-gallery{position:relative;min-height:480px;min-width:0}
.mockup-tile{
  position:absolute;width:250px;height:350px;border-radius:24px;overflow:hidden;
  background:linear-gradient(150deg,#dce9e4,#f2ede2);border:1px solid var(--line);box-shadow:0 25px 60px rgba(23,48,45,.12)
}
.mockup-tile img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.mockup-tile img.media-missing{display:none}
.mockup-tile span{position:absolute;left:18px;right:18px;bottom:16px;padding:9px 10px;border-radius:10px;background:rgba(255,255,255,.72);backdrop-filter:blur(8px);font-size:10px;font-weight:800;text-align:center}
.tile-a{left:3%;top:30px;transform:rotate(-8deg)}
.tile-b{left:32%;top:60px;transform:rotate(3deg)}
.tile-c{left:60%;top:95px;transform:rotate(9deg)}

/* audience */
.audience-section{background:var(--cream)}
.audience-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.audience-card{padding:30px;border-radius:23px;background:#fff;border:1px solid var(--line)}
.audience-card>strong{font-size:12px;letter-spacing:.12em}
.audience-card ul{list-style:none;padding:0;margin:20px 0 0;display:grid;gap:12px}
.audience-card li{position:relative;padding-left:25px;line-height:1.55;color:#485956}
.audience-card li::before{position:absolute;left:0;font-weight:900}
.audience-card.yes li::before{content:"✓";color:#478873}
.audience-card.no li::before{content:"×";color:#968f81}

/* compare */
.compare-section{background:#fbfaf7}
.compare-box{display:grid;grid-template-columns:1fr 70px 1fr;border:1px solid var(--line);border-radius:26px;overflow:hidden;background:#fff}
.compare-side{padding:34px;display:grid;gap:10px}
.compare-side>strong{font-family:"Manrope";font-size:17px;margin-bottom:4px}
.compare-side span{padding:11px 13px;border-radius:11px;background:#f5f3ee}
.compare-good{background:var(--sage)}
.compare-good span{background:rgba(255,255,255,.65)}
.compare-arrow{display:grid;place-items:center;font-size:32px;color:#90a29c}

/* offer */
.offer-section{background:var(--petrol);color:#fff}
.offer-grid{display:grid;grid-template-columns:1fr .82fr;gap:70px;align-items:center}
.offer-copy p{color:rgba(255,255,255,.65)}
.value-list{margin-top:26px;border-top:1px solid rgba(255,255,255,.11)}
.value-list div{display:flex;justify-content:space-between;gap:16px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.09);color:rgba(255,255,255,.7)}
.value-list strong{color:#fff}
.price-card{padding:32px;border-radius:27px;background:#f7f5ef;color:var(--ink);box-shadow:0 35px 80px rgba(0,0,0,.22)}
.price-card>small{font-weight:800;letter-spacing:.1em;color:#71807c}
.striked{font-family:"Manrope";font-size:28px;text-decoration:line-through;color:#8b9592;margin-top:5px}
.price-card hr{border:0;border-top:1px solid #dedbd2;margin:22px 0}
.price{font-family:"Manrope";font-size:82px;line-height:.95;font-weight:800;letter-spacing:-.06em}
.price i{font-style:normal;font-size:26px}
.price-card>span{color:#737d79}
.price-card .btn{margin-top:20px}
.secure{text-align:center;font-size:10px;color:#818986}
.guarantee{display:flex;align-items:center;gap:12px;margin-top:22px;padding-top:20px;border-top:1px solid #dedbd2}
.guarantee>b{width:52px;height:57px;display:grid;place-items:center;background:var(--sage);clip-path:polygon(50% 0,100% 18%,90% 78%,50% 100%,10% 78%,0 18%);font-family:"Manrope";font-size:22px}
.guarantee div{display:flex;flex-direction:column}
.guarantee span{font-size:11px;color:#7d8582;margin-top:3px}

/* access */
.access-section{background:#fbfaf7}
.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.step-card{padding:24px;border-radius:19px;border:1px solid var(--line);background:#fff}
.step-card b{font-family:"Manrope";font-size:36px;color:#b8cbc4}
.step-card h3{font-family:"Manrope";font-size:18px;margin:12px 0 8px}
.step-card p{font-size:14px;color:var(--muted);line-height:1.55}

/* FAQ */
.faq-section{background:var(--cream)}
.faq-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:62px;align-items:start}
.faq-copy{position:sticky;top:120px}
.faq-list{display:grid;gap:9px}
.faq-item{background:#fff;border:1px solid var(--line);border-radius:15px;padding:0 19px}
.faq-item summary{cursor:pointer;list-style:none;padding:18px 34px 18px 0;font-family:"Manrope";font-weight:700;position:relative}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:"+";position:absolute;right:0;top:14px;font-size:23px;color:#6b7b76;transition:.2s}
.faq-item[open] summary::after{transform:rotate(45deg)}
.faq-item p{margin:0 0 18px;color:var(--muted);font-size:14px;line-height:1.6}

/* final */
.final-section{background:#fbfaf7;padding-top:70px}
.final-card{
  display:grid;grid-template-columns:1.3fr .7fr;gap:60px;align-items:center;
  padding:48px;border-radius:30px;background:linear-gradient(135deg,#dce9e4,#f2ede2);border:1px solid var(--line)
}
.final-copy em{font-style:normal;color:var(--petrol-3)}
.final-price{padding:27px;border-radius:22px;background:#fff;box-shadow:0 18px 50px rgba(23,48,45,.08);display:flex;flex-direction:column}
.final-price small{font-weight:800;letter-spacing:.11em;color:#74817d}
.final-price strong{font-family:"Manrope";font-size:52px;letter-spacing:-.05em}
.final-price span{color:#78817e;margin-bottom:17px}

/* legal/footer */
.legal-section{padding:24px 0 65px;background:#fbfaf7}
.legal-card{padding:22px;border-radius:16px;background:#fff;border:1px solid var(--line)}
.legal-card p{margin:8px 0 0;font-size:11px;line-height:1.7;color:#7a8581}
.footer{padding:43px 0 105px;background:#0a2d29;color:#d0ddd8}
.footer-top{display:flex;justify-content:space-between;gap:24px;align-items:flex-start}
.footer-top>div{display:flex;flex-direction:column;gap:4px}
.footer-top span{font-size:11px;color:#819892}
.footer-top nav{display:flex;gap:17px;flex-wrap:wrap;font-size:11px;color:#9db0ab}
.footer-note{margin-top:26px;padding-top:20px;border-top:1px solid rgba(255,255,255,.08);font-size:10px;color:#748d86;line-height:1.6}

/* mobile sticky */
.mobile-cta{display:none}

/* reveal */
.reveal{opacity:0;transform:translateY(22px);transition:opacity .72s ease,transform .72s ease}
.reveal.visible{opacity:1;transform:none}
.reveal-delay-1{transition-delay:.08s}
.reveal-delay-2{transition-delay:.16s}
.reveal-delay-3{transition-delay:.24s}

/* tablet */
@media(max-width:980px){
  .desktop-nav{display:none}
  .hero-grid,.product-grid,.preview-grid,.offer-grid,.faq-grid,.final-card{grid-template-columns:1fr}
  .product-copy,.faq-copy{position:static}
  .hero{padding-top:120px}
  .hero-media{min-height:520px}
  .question-grid,.tools-grid{grid-template-columns:repeat(2,1fr)}
  .steps-grid{grid-template-columns:repeat(2,1fr)}
  .media-break-card,.media-break-card.reverse{grid-template-columns:1fr 1fr}
  .offer-grid{gap:40px}
  .final-card{gap:28px}
}

/* mobile */
@media(max-width:700px){
  .container{width:calc(100% - 28px);max-width:calc(100% - 28px);margin-left:14px;margin-right:14px}
  .section{padding:76px 0}
  .header-inner{height:66px}
  .header-cta{display:none}
  .brand-icon{width:37px;height:37px}
  .hero{min-height:auto;padding:104px 0 44px}
  .hero-grid{gap:28px}
  .hero h1{font-size:clamp(44px,14vw,62px)}
  .hero-sub{font-size:16px}
  .hero-pills{display:grid}
  .hero-actions{align-items:stretch}
  .hero-actions .btn{width:100%}
  .hero-price{width:100%;flex-direction:row;justify-content:space-between;align-items:baseline}
  .hero-media{min-height:420px}
  .hero-media-frame{height:410px;max-width:100%}
  .fake-tablet{width:265px;height:350px;right:10px;border-radius:25px}
  .fake-cover{padding:30px 20px}
  .fake-cover h3{font-size:27px}
  .fake-phone{width:132px;height:270px;left:0;border-radius:27px}
  .fake-phone-inner{padding:42px 10px 10px}
  .tag-1{top:35px;left:0}.tag-2{right:0;bottom:68px}.tag-3{left:38px;bottom:2px}
  .stats-row{grid-template-columns:repeat(2,1fr)}
  .stat{padding:14px;border-right:0;border-bottom:1px solid rgba(255,255,255,.07)}
  .stat:nth-child(odd){border-right:1px solid rgba(255,255,255,.07)}
  .stat:nth-child(n+3){border-bottom:0}
  .stat strong{font-size:27px}
  .stat span{font-size:9px}

  .media-break{padding:13px 0}
  .media-break-card,
  .media-break-card.reverse{grid-template-columns:1fr;min-height:0;border-radius:22px}
  .media-break-card.reverse .media-side{order:0}
  .media-side{min-height:255px;height:255px}
  .media-copy{padding:30px 22px 34px}
  .media-copy h2{font-size:34px}
  .media-copy p{font-size:15px}

  .section-heading{margin-bottom:28px}
  .section-heading h2,
  .product-copy h2,
  .preview-copy h2,
  .offer-copy h2,
  .faq-copy h2,
  .final-copy h2{font-size:37px}
  .section-heading p,
  .product-copy p,
  .preview-copy p,
  .offer-copy p,
  .faq-copy p,
  .final-copy p{font-size:16px}

  .question-grid,.module-grid,.tools-grid,.audience-grid,.steps-grid{grid-template-columns:1fr}
  .statement-card{padding:31px 23px}
  .use-case{grid-template-columns:45px 1fr;padding:19px}
  .use-case b{font-size:24px}

  .preview-grid{gap:28px}
  .mockup-gallery{min-height:360px;overflow:hidden}
  .mockup-tile{width:175px;height:255px}
  .tile-a{left:0;top:20px}
  .tile-b{left:23%;top:50px}
  .tile-c{left:46%;top:82px}

  .compare-box{grid-template-columns:1fr}
  .compare-arrow{padding:10px;transform:rotate(90deg)}
  .compare-side{padding:22px}

  .price-card{padding:23px}
  .price{font-size:68px}
  .final-card{padding:27px}
  .footer-top{flex-direction:column}
  .footer-top nav{display:grid;gap:9px}

  .mobile-cta{
    display:flex;position:fixed;z-index:1100;left:14px;right:14px;bottom:12px;
    justify-content:center;align-items:center;padding:14px 18px;border-radius:999px;
    background:#e7f3ef;color:var(--petrol-2);font-weight:800;box-shadow:0 16px 40px rgba(10,40,36,.28)
  }
  .footer{padding-bottom:118px}
}

/* hard mobile overflow lock */
@media(max-width:700px){
  html,body{width:100%!important;max-width:100vw!important;overflow-x:hidden!important;overscroll-behavior-x:none!important}
  body{position:relative;touch-action:pan-y}
  main,header,footer,section,.container,
  .hero-grid,.hero-copy,.hero-media,.hero-media-frame,
  .product-grid,.preview-grid,.offer-grid,.faq-grid,.final-card,
  .question-grid,.module-grid,.tools-grid,.audience-grid,.steps-grid,
  .media-break-card,.media-side,.media-copy,.mockup-gallery{
    min-width:0!important;
    max-width:100%!important;
  }
  @supports(overflow:clip){
    html,body{overflow-x:clip!important}
  }
}

@media(prefers-reduced-motion:reduce){
  *{animation:none!important;transition:none!important;scroll-behavior:auto!important}
  .reveal{opacity:1!important;transform:none!important}
}
.banner-stats-title {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.banner-stats-title span {
  display: block;
}

@media (max-width: 700px) {
  .banner-stats-title {
    font-size: 27px !important;
    line-height: 1.08 !important;
    gap: 4px;
  }
}
/* Corrige Hero em monitores verticais */
@media (min-width: 701px) and (orientation: portrait) {
  .hero {
    min-height: auto !important;
  }
}