
:root{
  --yellow:#F4A300;
  --yellow2:#FFB800;
  --yellowSoft:#FFF1C9;
  --yellowWash:#FFF9EC;
  --black:#20201F;
  --charcoal:#363634;
  --grey:#686662;
  --light:#FAF7F1;
  --line:#E9E4DA;
  --white:#fff;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--black);background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.55}
a{color:inherit;text-decoration:none}
.wrap{width:min(var(--max),calc(100% - 48px));margin:auto}
h1{font-size:clamp(44px,5.45vw,74px);line-height:1;letter-spacing:-.058em;margin:12px 0 22px}
h2{font-size:clamp(34px,4vw,56px);line-height:1.04;letter-spacing:-.045em;margin:12px 0 20px}
h3{font-size:27px;line-height:1.16;letter-spacing:-.03em;margin:0 0 11px}
.lead{font-size:19px;line-height:1.48;color:var(--grey);max-width:680px}
.micro{font-size:13px;color:#817E78}
.eyebrow{font-size:12px;letter-spacing:.15em;text-transform:uppercase;color:#966000;font-weight:900}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 21px;border-radius:999px;background:var(--yellow2);border:1px solid var(--yellow2);font-weight:900;color:#171716;box-shadow:0 8px 24px rgba(244,163,0,.13);transition:.18s ease}
.btn:hover{transform:translateY(-1px)}
.btn.outline{background:#fff;border-color:#CFC9BF;box-shadow:none}
section{padding:110px 0;border-top:1px solid var(--line)}

/* HERO: intentionally compact enough to show primary CTA on standard 16:9 laptop screens */
.hero{min-height:100vh;background:radial-gradient(circle at 83% 15%,rgba(244,163,0,.11),transparent 25%),linear-gradient(#fff,#fffdf8);border:0;padding:0}
.hero-top{height:70px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.hero-logo img{height:45px;width:auto;display:block}
.hero-nav{display:flex;align-items:center;gap:17px;font-size:14px}
.hero-main{min-height:calc(100vh - 70px);display:grid;grid-template-columns:1.08fr .92fr;gap:72px;align-items:center;padding:10px 0 34px}
.actions{display:flex;gap:16px;align-items:center;flex-wrap:wrap;margin-top:27px}
.benefits{display:flex;gap:22px;flex-wrap:wrap;margin-top:23px;font-size:13px;color:#5E5B56}
.benefits span::before{content:"✓";font-weight:950;color:#9B6200;margin-right:7px}
.hero-visual{position:relative;min-height:530px;display:flex;align-items:center;justify-content:center}
.halo{position:absolute;width:420px;height:420px;border-radius:50%;background:#FFF2CD;border:1px solid #FFE1A1}
.phone-shell{width:min(315px,72vw);background:#111A22;border-radius:42px;padding:9px;box-shadow:0 28px 78px rgba(32,32,31,.2);z-index:2}
.phone-screen{position:relative;overflow:hidden;border-radius:33px;background:white;aspect-ratio:945/2048}
.phone-screen img{width:100%;height:100%;display:block;object-fit:cover}

/* Original Maya vector mascot. No third-party artwork/assets used. */
.maya-fly{position:absolute;right:-1%;top:9%;width:116px;height:96px;z-index:4;animation:flyIn .9s cubic-bezier(.2,.75,.22,1) .25s both, hoverBee 5s ease-in-out 1.2s infinite}
.maya-fly .wing{transform-box:fill-box;transform-origin:center;animation:wingBeat .32s ease-in-out 1.15s 6 alternate}
.trail{position:absolute;right:0;top:18%;width:180px;height:125px;opacity:.65}
@keyframes flyIn{from{opacity:0;transform:translate(150px,-55px) rotate(12deg)}to{opacity:1;transform:translate(0,0) rotate(-2deg)}}
@keyframes hoverBee{0%,100%{transform:translate(0,0) rotate(-2deg)}50%{transform:translate(-7px,6px) rotate(2deg)}}
@keyframes wingBeat{from{transform:rotate(-7deg) scaleY(.92)}to{transform:rotate(10deg) scaleY(1.08)}}
@media(prefers-reduced-motion:reduce){.maya-fly,.maya-fly .wing{animation:none}}

/* Floating CTA appears after hero */
.float-cta{position:fixed;right:24px;bottom:22px;z-index:90;opacity:0;transform:translateY(12px);pointer-events:none;transition:.22s ease}
.float-cta.show{opacity:1;transform:none;pointer-events:auto}
.float-cta .btn{box-shadow:0 12px 36px rgba(32,32,31,.22)}

/* Recognition */
.problem{background:var(--black);color:#fff}
.center{max-width:870px;margin:auto;text-align:center}
.problem .eyebrow{color:#FFC65B}
.problem .lead{color:#CAC8C3;margin-left:auto;margin-right:auto}
.problem strong{color:#FFC24A}

/* Sticky product scroller */
.app-story{background:var(--light);overflow:visible;padding-bottom:0}
.story-head{padding-bottom:38px}
.story-head .lead{margin:auto}
.story-layout{display:grid;grid-template-columns:minmax(0,1fr) 350px minmax(0,1fr);column-gap:64px;align-items:start;position:relative}
.phone-sticky{grid-column:2;grid-row:1;position:sticky;top:calc(50vh - 298px);height:596px;display:flex;align-items:center;justify-content:center;z-index:6;pointer-events:none}
.phone-sticky .phone-shell{width:308px}
.steps{grid-column:1/4;grid-row:1;display:grid;grid-template-columns:minmax(0,1fr) 350px minmax(0,1fr);column-gap:64px;position:relative;z-index:2}
.story-step{min-height:56vh;display:flex;align-items:center}
.story-step.left{grid-column:1} .story-step.right{grid-column:3}
.story-step[data-n="1"]{grid-row:1} .story-step[data-n="2"]{grid-row:2} .story-step[data-n="3"]{grid-row:3} .story-step[data-n="4"]{grid-row:4} .story-step[data-n="5"]{grid-row:5}
.story-copy{opacity:.24;transform:translateY(10px);transition:.25s ease}
.story-step.active .story-copy{opacity:1;transform:none}
.num{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:var(--yellowSoft);color:#825100;font-weight:900;margin-bottom:17px}
.badge{display:inline-block;padding:6px 10px;border-radius:999px;background:#fff;border:1px solid #E2DACD;color:#695C4E;font-size:12px;font-weight:850;margin-bottom:13px}
.story-step p{font-size:18px;color:var(--grey)}
.kicker{font-weight:900!important;color:var(--black)!important}
.story-tail{height:14vh;grid-column:1/4;grid-row:6}

/* focus moved another ~5mm lower and centred on actual button rows */
.focus{position:absolute;left:1.45%;right:1.45%;height:4.8340%;border:4px solid var(--yellow2);border-radius:14px;background:rgba(255,184,0,.05);box-shadow:0 0 0 2px rgba(255,255,255,.94),0 6px 18px rgba(39,36,31,.13);opacity:0;transition:opacity .16s ease}
.focus::after{content:"";position:absolute;right:-22px;top:50%;width:12px;height:12px;border-top:3px solid var(--yellow2);border-right:3px solid var(--yellow2);transform:translateY(-50%) rotate(45deg)}
.f1{top:14.0137%} .f2{top:19.8730%} .f3{top:25.7812%} .f4{top:31.6895%} .f5{top:37.5977%}
.phone-screen[data-active="1"] .f1,.phone-screen[data-active="2"] .f2,.phone-screen[data-active="3"] .f3,.phone-screen[data-active="4"] .f4,.phone-screen[data-active="5"] .f5{opacity:1}


.phone-screen[data-active="5"] .f5{
  border-color:#20201F;
  background:rgba(32,32,31,.035);
  box-shadow:0 0 0 2px rgba(255,255,255,.96),0 6px 18px rgba(39,36,31,.16);
}
.phone-screen[data-active="5"] .f5::after{
  border-top-color:#20201F;
  border-right-color:#20201F;
}

/* Maya independent section */
.maya-section{background:white;padding-top:126px}
.maya-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}
.maya-title{display:flex;gap:18px;align-items:flex-start}
.maya-inline{width:82px;height:70px;flex:0 0 auto;animation:hoverBee 6s ease-in-out infinite}
.maya-card{background:linear-gradient(145deg,#FFF3D4,#fff 61%);border:1px solid #F0DEC0;border-radius:29px;padding:44px}
.call{background:#fff;border:1px solid var(--line);border-radius:21px;padding:27px;box-shadow:0 18px 48px rgba(35,34,31,.08)}
.calltop{display:flex;align-items:center;gap:13px;margin-bottom:19px}
.avatar{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:var(--yellow2);font-size:23px}
.bubble{padding:16px 18px;border-radius:15px;background:#F3F2EF;color:#4F4C47;margin-top:11px}
.answer{background:var(--yellowSoft);color:#5E4314}

/* trust */
.trust-section{background:#F7F5F0}
.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:34px}
.trust-card{background:#fff;border:1px solid #E3DED5;border-radius:19px;padding:25px}
.trust-icon{width:44px;height:44px;border-radius:13px;background:var(--yellowSoft);display:grid;place-items:center;margin-bottom:16px;font-size:22px}

/* pricing/conversion */
.price{background:var(--black);color:white}
.pricegrid{display:grid;grid-template-columns:1.08fr .92fr;gap:78px;align-items:center}
.price .lead,.price .micro{color:#CAC8C3}
.amount{font-size:68px;font-weight:950;letter-spacing:-.06em}
.mid-cta{background:var(--yellowWash);padding:54px 0}
.mid-cta-row{display:flex;justify-content:space-between;align-items:center;gap:28px}
.faq{max-width:920px;margin:auto}
details{padding:22px 0;border-bottom:1px solid var(--line)}
.faq summary{font-size:20px;font-weight:850;cursor:pointer}
details p{color:var(--grey);max-width:800px}
footer{padding:50px 0 65px;border-top:1px solid var(--line);background:#fffdf8}
.foot{display:flex;justify-content:space-between;gap:28px;flex-wrap:wrap;color:#77736D;font-size:14px}
.foot img{height:45px;width:auto}


/* v11.7 removed legacy max-width media block */


/* v13b product demo modal */
.demo-modal{position:fixed;inset:0;z-index:9999;background:rgba(8,22,33,.58);display:none;align-items:center;justify-content:center;padding:28px;backdrop-filter:blur(5px)}
.demo-modal.open{display:flex}
.demo-panel{position:relative;width:min(1040px,94vw);max-height:88vh;overflow:hidden;background:#fff;border-radius:28px;box-shadow:0 24px 80px rgba(0,0,0,.24);display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.75fr)}
.demo-close{position:absolute;right:18px;top:14px;z-index:3;width:42px;height:42px;border:0;border-radius:50%;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.13);font-size:30px;line-height:1;cursor:pointer;color:#162534}
.demo-visual{min-height:560px;max-height:88vh;background:#f2f5f6;display:flex;align-items:center;justify-content:center;padding:26px;overflow:hidden}
.demo-visual>img{display:block;max-width:100%;max-height:78vh;width:auto;height:auto;object-fit:contain;border-radius:20px;box-shadow:0 14px 34px rgba(14,32,43,.12)}
.demo-copy{padding:58px 48px 42px;display:flex;flex-direction:column;min-width:0}
.demo-kicker{font-size:13px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:#168f58;margin-bottom:10px}
.demo-copy h3{font-size:34px;line-height:1.08;margin:0 0 16px;color:#102436}
.demo-copy p{font-size:18px;line-height:1.6;color:#647482;margin:0 0 22px}
.demo-progress{font-size:14px;color:#86939b;margin-top:auto;padding-top:20px}
.demo-nav{display:flex;gap:10px;margin-top:12px}
.demo-nav button{border:1px solid #d5ded9;background:#fff;color:#173044;border-radius:12px;padding:12px 16px;font-weight:750;cursor:pointer}
.demo-nav .next{background:#168f58;color:#fff;border-color:#168f58;margin-left:auto}
.demo-link{border:0;background:none;padding:0;color:#168f58;font:inherit;font-weight:800;cursor:pointer;text-decoration:none;margin-top:4px}
.demo-link:hover{text-decoration:underline}
.maya-demo{width:100%;display:grid;gap:14px}
.maya-row{background:#fff;border-radius:18px;padding:18px 20px;box-shadow:0 8px 24px rgba(14,32,43,.08);display:grid;gap:6px}
.maya-row b{color:#102436}
.maya-row span{color:#62737f;line-height:1.45}
.maya-end{margin-top:10px;padding:20px;border-radius:18px;background:#fff3c4;color:#192c39;font-weight:850;font-size:20px}

/* v11.7 removed legacy max-width media block */


/* ===== v14 master refinements: conversion, accessibility and mobile-first story ===== */
:focus-visible{outline:3px solid #1F2933;outline-offset:4px}
button,a{touch-action:manipulation}
.audience-strip{padding:22px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}
.audience-row{display:flex;gap:12px 18px;align-items:center;flex-wrap:wrap;font-size:13px;color:#6A665F}
.audience-row strong{color:var(--black);margin-right:6px}.audience-row span{padding:6px 10px;border:1px solid #E7E1D7;border-radius:999px;background:#FFFDF8}
.demo-link{color:#855400}.demo-link::after{content:" →"}.demo-nav .next{background:var(--yellow2);color:#171716;border-color:var(--yellow2)}
.demo-kicker{color:#855400}.demo-nav button{min-height:44px}.demo-close{min-width:44px;min-height:44px}
.mobile-story-phone{display:none}
/* screenshot-free, anonymised demo UI: removes PII and stays sharp at every size */
.demo-app{width:min(360px,100%);background:#F6F7FA;border-radius:28px;overflow:hidden;box-shadow:0 16px 38px rgba(14,32,43,.14);border:1px solid #E2E6EA;color:#263340;font-family:inherit}
.demo-app-head{background:#102536;color:#fff;text-align:center;font-weight:850;font-size:21px;padding:20px 16px;border-radius:0 0 24px 24px}
.demo-app-body{padding:18px}.demo-field{background:#fff;border:1px solid #D8DEE4;border-radius:14px;padding:13px 14px;margin:10px 0;box-shadow:0 4px 12px rgba(14,32,43,.035)}
.demo-label{font-size:12px;color:#6A7784;margin-bottom:5px}.demo-value{font-size:16px;color:#202B34;font-weight:650}.demo-muted{font-weight:500;color:#697783}
.demo-chiprow{display:flex;gap:7px;flex-wrap:wrap;margin:9px 0 14px}.demo-chip{font-size:12px;padding:7px 9px;border-radius:9px;background:#ECEFF2;color:#4C5964}
.demo-save{display:inline-flex;margin-top:9px;background:#188F58;color:#fff;border-radius:10px;padding:10px 16px;font-weight:800}.demo-history{display:grid;gap:10px}.demo-history .demo-field{margin:0}.demo-check{color:#188F58;font-weight:900}
.demo-anon-note{font-size:11px;color:#77838C;text-align:center;margin-top:10px}


/* v11.7 removed legacy max-width media block */


/* v11.7 removed legacy max-width media block */



/* ===== v15 conversion + mobile polish ===== */
.secondary-cta{display:inline-flex;align-items:center;gap:8px;padding:11px 15px;border:1px solid #D8D1C6;border-radius:999px;background:#fff;font-weight:800;color:#5E4A28;box-shadow:0 3px 12px rgba(32,32,31,.04)}
.secondary-cta:hover{border-color:#B98A31;background:#FFFDF7}
.byok-note{font-size:12px!important;line-height:1.45;color:#817E78!important;margin:13px 0 0}
.price-mainline{font-weight:800;margin-top:-4px}.price-qualifier{margin-top:5px}.price-alt{margin-top:13px;color:#E1DED8!important}
.faq-intro{margin-bottom:8px}.faq-more{margin-top:28px}.final-cta{background:#FFF8E8;text-align:center}.final-cta .lead{margin-left:auto;margin-right:auto}.final-cta .btn{margin-top:12px}.final-cta .micro{margin-top:14px}
.foot-nav{display:flex;gap:8px 18px;flex-wrap:wrap}.foot-nav a{text-decoration:underline;text-decoration-color:transparent;text-underline-offset:4px}.foot-nav a:hover{text-decoration-color:#B36C00}
.avatar{overflow:hidden;padding:4px}.avatar img{width:100%;height:100%;object-fit:contain;display:block}

/* v11.7 removed legacy max-width media block */


.report-scroll-demo{position:relative;width:min(330px,86vw);height:min(570px,70vh);overflow:hidden;border-radius:28px;background:#eef1f5;box-shadow:0 16px 38px rgba(14,32,43,.14)}.report-scroll-track{height:100%;overflow:hidden}.report-scroll-track img{width:100%;height:auto;display:block;animation:reportScroll 9s ease-in-out infinite alternate}.scroll-hint{position:absolute;left:10px;right:10px;bottom:10px;background:rgba(16,37,54,.88);color:#fff;border-radius:999px;padding:7px 10px;text-align:center;font-size:11px}@keyframes reportScroll{0%,15%{transform:translateY(0)}85%,100%{transform:translateY(calc(-100% + 570px))}}
.scanner-demo{width:min(340px,88vw);background:#f6f7fa;border-radius:28px;padding:0 18px 18px;overflow:hidden;box-shadow:0 16px 38px rgba(14,32,43,.14);text-align:center}.scanner-head{margin:0 -18px 16px;padding:18px;background:#102536;color:#fff;font-size:20px;font-weight:850}.booth-photo{height:260px;background:#e7eaed;position:relative;overflow:hidden;border-radius:16px;border:1px solid #d6dce1}.booth-sign{position:absolute;top:18px;left:18px;right:18px;background:#20201f;color:#fff;padding:13px;font-weight:900;letter-spacing:.08em}.booth-wall{position:absolute;top:78px;bottom:30px;width:38%;background:#d3d8dc;border:6px solid #30363a}.booth-wall.a{left:12%}.booth-wall.b{right:12%;background:#f1c75c}.booth-counter{position:absolute;left:34%;right:34%;bottom:12px;height:72px;background:#fff;border:4px solid #30363a;display:grid;place-items:center;font-weight:900}.scanner-caption{font-size:11px;color:#77838c;margin-top:9px}.scanner-send,.scanner-ok{display:inline-flex;margin-top:12px;padding:10px 18px;border-radius:10px;background:#188f58;color:#fff;font-weight:850}.scanner-demo.sent{padding-bottom:24px}.sent-check{width:68px;height:68px;border-radius:50%;background:#e5f4ec;color:#188f58;display:grid;place-items:center;font-size:38px;font-weight:900;margin:34px auto 12px}.scanner-demo.sent h4{font-size:25px;margin:0 0 8px}.scanner-demo.sent p{color:#647482;line-height:1.5}.scanner-ok{background:#ffb800;color:#171716}

/* v11.7 removed legacy max-width media block */

@media(prefers-reduced-motion:reduce){.report-scroll-track img{animation:none}.report-scroll-track{overflow-y:auto}}

.register-modal{position:fixed;inset:0;background:rgba(20,24,27,.62);display:none;align-items:center;justify-content:center;z-index:10000;padding:22px}.register-modal.open{display:flex}.register-panel{width:min(760px,100%);background:#fff;border-radius:16px;box-shadow:0 24px 80px rgba(0,0,0,.24);overflow:hidden;position:relative}.register-head{padding:24px 28px 16px;border-bottom:1px solid #ece9e1}.register-head h3{margin:0;font-size:28px}.register-close{position:absolute;right:18px;top:14px;border:0;background:transparent;font-size:34px;line-height:1;cursor:pointer;color:#666}.register-body{padding:22px 28px 28px}.register-body p{margin:0 0 18px;color:#66717a;line-height:1.55}.register-grid{display:grid;gap:14px}.register-grid input{width:100%;box-sizing:border-box;padding:16px;border:1px solid #d8dde2;border-radius:10px;font:inherit}.register-consent{display:flex;gap:10px;align-items:flex-start;margin:16px 0;color:#5f6870;font-size:14px}.register-consent input{margin-top:3px}.register-consent a{color:#9a5b00}.register-submit{border:0;cursor:pointer}.register-note{font-size:12px;color:#8a9298;margin-top:10px}.register-status{display:none;margin-top:14px;padding:12px 14px;border-radius:10px;background:#fff5d8;color:#6e4d00;font-size:14px}.register-status.show{display:block}
/* v11.7 removed legacy max-width media block */




/* v15b — mobile product story: keep the real phone geometry and crop it, rather than shrinking it. */

/* v11.7 removed legacy max-width media block */




/* v6: the homepage leads; navigation becomes available after the visitor starts exploring. */
.v6-mobile-menu,.v6-mobile-panel{display:none}
@media(min-width:981px){#homeNav>a:not(.btn){opacity:0;pointer-events:none;transform:translateY(-4px);transition:.22s ease}body.v6-nav-revealed #homeNav>a:not(.btn){opacity:1;pointer-events:auto;transform:none}}

/* v11.7 removed legacy max-width media block */




@media(min-width:981px){
  .home-page .hero{padding-top:70px}
  .home-page .hero-top{
    position:fixed;top:0;left:50%;transform:translateX(-50%);
    width:min(var(--max),calc(100% - 48px));height:70px;z-index:120;
    transition:background .22s ease,box-shadow .22s ease,border-color .22s ease;
  }
  body.v6-nav-revealed .hero-top{
    background:rgba(255,255,255,.96);
    box-shadow:0 8px 24px rgba(28,24,18,.06);
    border-bottom:1px solid rgba(225,216,202,.75);
  }
}



@media(min-width:981px){
 .home-page .hero-top{width:100%;max-width:none;left:0;transform:none;padding-left:max(48px,calc((100vw - var(--max))/2));padding-right:max(48px,calc((100vw - var(--max))/2));box-sizing:border-box}
 #homeNav>details,#homeNav>a:not(.btn){opacity:0;pointer-events:none;transform:translateY(-4px);transition:.22s ease}
 body.v6-nav-revealed #homeNav>details,body.v6-nav-revealed #homeNav>a:not(.btn){opacity:1;pointer-events:auto;transform:none}
 body.v6-nav-revealed .hero-top{background:#fff;box-shadow:none;border-bottom:1px solid #e9e1d5}
 #homeNav{align-items:center}
 #homeNav .home-drop{position:relative}
 #homeNav .home-drop summary{list-style:none;cursor:pointer;font-family:inherit;font-size:14px;font-weight:500;line-height:1.25;letter-spacing:0;padding:22px 0}
 #homeNav .home-drop summary::-webkit-details-marker{display:none}
 #homeNav .home-drop summary:after{content:'⌄';font-size:11px;margin-left:6px}
 #homeNav .home-drop .nav-menu{position:absolute;top:58px;left:50%;transform:translateX(-50%);width:210px;background:#fff;border:1px solid #e7ddd0;border-radius:16px;padding:10px;box-shadow:0 14px 32px rgba(25,20,14,.09);display:grid;z-index:160}
 #homeNav .home-drop .nav-menu a{padding:10px 12px;text-decoration:none;font-weight:700;border-radius:9px;white-space:nowrap}
 #homeNav .home-drop .nav-menu a:hover{background:#fff8e8}
}


.audience-strip .pill,.audience-strip span{border:0!important;background:transparent!important;padding:0!important;border-radius:0!important}.audience-strip .pill+.pill:before,.audience-strip span+span:before{content:" · ";color:#aaa;margin:0 8px}
/* v11.7 removed legacy max-width media block */


/* v11.7 — consolidated responsive rules. This replaces the stacked legacy mobile overrides. */

/* v11.8.1 — ONE canonical mobile ruleset. No stacked mobile overrides. */
@media (max-width:980px){
  .home-page{padding-top:64px}
  .home-page section{scroll-margin-top:72px}
  .home-page .hero{min-height:auto;padding:0}
  .home-page .hero-top{position:fixed;top:0;left:0;right:0;width:100%;height:64px;z-index:120;background:rgba(255,255,255,.98);border-bottom:1px solid var(--line);padding:0 16px;display:flex;align-items:center;gap:10px}
  .v6-mobile-menu{display:block!important;order:1;border:0;background:transparent;font-size:25px;line-height:1;padding:8px 6px 8px 0;cursor:pointer}
  .hero-logo{order:2;display:flex;align-items:center}.hero-logo img{height:38px!important;width:auto!important;max-width:146px;object-fit:contain}
  .hero-nav{order:3;margin-left:auto;display:flex;align-items:center;gap:4px}.hero-nav>a,.hero-nav>.home-drop,.hero-nav>.btn{display:none!important}.hero-nav>.lang-dropdown{display:block!important}
  .v6-mobile-panel{position:fixed!important;top:64px!important;left:0;right:0;z-index:119;background:#fff;border-bottom:1px solid #e8dfd2;padding:12px 18px 18px;box-shadow:0 16px 30px rgba(0,0,0,.08);max-height:calc(100dvh - 64px);overflow:auto}
  .v6-mobile-panel.open{display:grid!important;gap:2px}.v6-mobile-panel a{padding:10px 4px;border-bottom:1px solid #eee;font-weight:750}.v6-mobile-panel .btn{margin-top:8px;border-bottom:0}
  .v6-mobile-submenu{border-bottom:1px solid #eee}.v6-mobile-submenu>summary{list-style:none;cursor:pointer;padding:11px 4px;font-weight:800;display:flex;justify-content:space-between;align-items:center}.v6-mobile-submenu>summary::-webkit-details-marker{display:none}.v6-mobile-submenu>summary:after{content:'+';font-size:20px;font-weight:500}.v6-mobile-submenu[open]>summary:after{content:'−'}.v6-mobile-submenu-links{display:grid;padding:0 0 8px 14px}.v6-mobile-submenu-links a{border:0!important;padding:9px 4px!important;font-weight:650!important}

  .hero-main{min-height:auto;grid-template-columns:1fr;gap:26px;padding:38px 0 48px}.hero-visual{min-height:400px}.halo{width:325px;height:325px}.phone-shell{width:min(265px,72vw)}
  h1{font-size:clamp(36px,9vw,48px);line-height:1.04}h2{font-size:30px;line-height:1.12}h3{font-size:23px;line-height:1.2}.lead{font-size:17px}
  section{padding:68px 0}

  /* Dark problem section: separate lines, never overlap. */
  .problem{padding:58px 0!important}.problem h2{font-size:28px!important;line-height:1.16!important;margin:12px 0 22px!important}.problem h2 br{display:none!important}.problem h2 strong{display:block!important;line-height:1.16!important;margin-top:8px!important}.problem .lead{font-size:16px!important;line-height:1.6!important}

  /* Product story: natural document flow only; no vh/min-height on mobile. */
  .app-story{padding:52px 0 34px!important;overflow:visible!important}.story-head{padding:0!important;margin:0 auto 10px!important}.story-head .eyebrow{margin-bottom:9px!important}.story-head h2{font-size:28px!important;line-height:1.12!important;margin:4px 0 12px!important}.story-head h2 br{display:none!important}.story-head .lead{font-size:16px!important;line-height:1.5!important;margin:0 auto!important}
  .story-layout,.steps{display:block!important;margin:0!important;padding:0!important;min-height:0!important;height:auto!important}.phone-sticky{display:none!important}.story-tail{display:none!important;height:0!important}
  .story-step,.story-step.left,.story-step.right{display:block!important;min-height:0!important;height:auto!important;padding:24px 0 26px!important;margin:0!important;border-bottom:1px solid var(--line);align-items:initial!important}.story-step:last-of-type{border-bottom:0}.story-copy{opacity:1!important;transform:none!important;margin:0!important;padding:0!important}.story-copy .num{margin-bottom:10px!important}.story-copy .badge{margin-bottom:10px!important}.story-copy h3{font-size:23px!important;line-height:1.2!important;margin:8px 0 10px!important}.story-step p{font-size:16px!important;line-height:1.5!important;margin:0 0 8px!important}
  .mobile-story-phone{display:flex!important;justify-content:center!important;align-items:flex-start!important;width:100%!important;height:auto!important;min-height:0!important;margin:16px auto 0!important;padding:0!important;overflow:visible!important;-webkit-mask-image:none!important;mask-image:none!important}
  .mobile-story-phone>img{display:block!important;width:148px!important;height:auto!important;max-height:312px!important;object-fit:contain!important;border-radius:20px!important;box-shadow:0 12px 28px rgba(32,32,31,.15)!important;background:#fff!important}

  .maya-section{padding-top:68px}.maya-grid,.pricegrid{grid-template-columns:1fr;gap:34px}.trust-grid{grid-template-columns:1fr}.mid-cta-row{align-items:flex-start;flex-direction:column}.amount{font-size:56px}.float-cta{display:none!important}
  .demo-panel{width:min(96vw,680px)!important;max-height:92dvh!important;grid-template-columns:1fr!important;overflow:auto!important;border-radius:20px!important}.demo-visual{min-height:0!important;max-height:none!important;padding:18px!important}.demo-visual>img{max-height:48dvh!important;width:auto!important}.demo-copy{padding:18px 20px 22px!important;min-height:0!important}.demo-nav{position:static!important;padding:14px 0 0!important;border:0!important}.demo-progress{position:static!important;transform:none!important;background:none!important;padding:0!important}
}
@media (max-width:600px){
  .wrap{width:min(var(--max),calc(100% - 32px))}.home-page .hero-top{padding:0 12px}.hero-logo img{height:35px!important;max-width:132px}.hero-main{padding:28px 0 38px}.hero-visual{min-height:355px}.halo{width:285px;height:285px}
  h1{font-size:34px!important;line-height:1.08!important}h2{font-size:27px!important;line-height:1.14!important}h3{font-size:22px!important;line-height:1.22!important}section{padding:54px 0!important}.problem{padding:52px 0!important}.problem h2{font-size:27px!important;line-height:1.18!important}.problem h2 strong{line-height:1.18!important;margin-top:7px!important}
  .app-story{padding:48px 0 28px!important}.story-head h2{font-size:27px!important}.story-step,.story-step.left,.story-step.right{padding:22px 0 24px!important}.story-copy h3{font-size:22px!important;line-height:1.22!important}.mobile-story-phone>img{width:138px!important;max-height:292px!important}
  .actions{gap:10px;margin-top:20px}.actions .btn{width:100%}.benefits{gap:8px 16px}.maya-title{gap:12px}.maya-inline{width:64px;height:auto}.maya-card{padding:24px}.call{padding:20px}.price{padding-bottom:70px}
}
@media(min-width:981px){
  .home-page section h2{font-size:clamp(34px,3.4vw,46px)!important;line-height:1.08!important}
  .home-page .story-copy h3{font-size:30px!important;line-height:1.15!important}
}

/* v11.8.2 final homepage polish */
@media(min-width:981px){
  .home-page .hero-copy h1{font-size:clamp(50px,4.55vw,68px)!important;line-height:1.01!important;letter-spacing:-.045em!important;margin-bottom:30px!important}
  .home-page .hero-copy{padding-top:10px!important;padding-bottom:8px!important}
  .home-page .hero-copy .actions{margin-top:28px!important}
  .home-page .hero-copy .benefits{margin-top:28px!important}
}
@media(max-width:980px){
  .home-page .story-layout{width:min(var(--max),calc(100% - 32px))!important;margin:0 auto!important}
  .home-page .steps{width:100%!important}
  .home-page .story-step,.home-page .story-step.left,.home-page .story-step.right{padding:26px 0 32px!important;margin:0!important;min-height:0!important;height:auto!important;overflow:visible!important}
  .home-page .story-copy{padding:0!important;margin:0!important;width:100%!important;max-width:none!important}
  .home-page .mobile-story-phone{display:flex!important;width:100%!important;height:auto!important;min-height:0!important;margin:0 0 18px!important;padding:0!important;justify-content:center!important;overflow:visible!important}
  .home-page .mobile-story-phone .phone-shell{width:164px!important;padding:5px!important;border-radius:24px!important;box-shadow:0 12px 30px rgba(32,32,31,.13)!important}
  .home-page .mobile-story-phone .phone-screen{border-radius:20px!important;aspect-ratio:945/2048!important;position:relative!important;overflow:hidden!important}
  .home-page .mobile-story-phone .phone-screen img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}
  .home-page .mobile-story-phone .focus{display:block!important;position:absolute!important;left:5.8%!important;right:5.8%!important;height:4.85%!important;border:3px solid #f5ab00!important;border-radius:7px!important;box-shadow:0 0 0 3px rgba(255,255,255,.72),0 0 18px rgba(245,171,0,.35)!important;opacity:0!important;z-index:4!important}
  .home-page .mobile-story-phone .f1{top:14.0%!important}.home-page .mobile-story-phone .f2{top:19.9%!important}.home-page .mobile-story-phone .f3{top:25.8%!important}.home-page .mobile-story-phone .f4{top:31.7%!important}.home-page .mobile-story-phone .f5{top:37.6%!important;border-color:#9b6900!important}
  .home-page .mobile-story-phone .phone-screen[data-active="1"] .f1,.home-page .mobile-story-phone .phone-screen[data-active="2"] .f2,.home-page .mobile-story-phone .phone-screen[data-active="3"] .f3,.home-page .mobile-story-phone .phone-screen[data-active="4"] .f4,.home-page .mobile-story-phone .phone-screen[data-active="5"] .f5{opacity:1!important}
  .home-page .story-copy h3{font-size:23px!important;line-height:1.18!important;margin:8px 0 10px!important}
  .home-page .story-step p{font-size:16px!important;line-height:1.52!important}
  .home-page .story-head{margin-bottom:4px!important}
}
@media(max-width:600px){
  .home-page .story-layout{width:calc(100% - 32px)!important}
  .home-page .story-step,.home-page .story-step.left,.home-page .story-step.right{padding:22px 0 28px!important}
  .home-page .mobile-story-phone .phone-shell{width:154px!important}
  .home-page .story-copy h3{font-size:22px!important;line-height:1.2!important}
}

/* v11.8.3 final regression fixes */
@media(min-width:981px){
  .home-page .hero-main{min-height:calc(100vh - 70px)!important;align-items:center!important}
  .home-page .hero-copy{min-height:650px!important;display:flex!important;flex-direction:column!important;justify-content:center!important}
  .home-page .hero-copy h1{font-size:clamp(47px,4.15vw,62px)!important;line-height:1.01!important;max-width:690px!important;margin-bottom:30px!important}
  .home-page .problem{padding:72px 0!important}
  .home-page .problem h2{margin-bottom:20px!important}
  .home-page .problem .lead{margin-bottom:0!important}
}
.demo-visual.scanner-photo>img{width:min(94%,620px)!important;max-width:620px!important;max-height:68vh!important;object-fit:contain!important}
@media(max-width:980px){
  .home-page .app-story{padding-top:42px!important}
  .home-page .story-step,.home-page .story-step.left,.home-page .story-step.right{padding:18px 0 20px!important}
  .home-page .mobile-story-phone{margin:0 0 10px!important}
  .home-page .story-copy{padding-left:2px!important;padding-right:2px!important}
}
@media(max-width:600px){
  .home-page .story-layout{width:calc(100% - 40px)!important}
  .home-page .story-step,.home-page .story-step.left,.home-page .story-step.right{padding:16px 0 18px!important}
  .home-page .mobile-story-phone{margin-bottom:8px!important}
  .home-page .story-copy h3{margin-top:6px!important}
}

/* v11.8.4 locked regression fixes */
@media(min-width:981px){
  .home-page .hero-main{grid-template-columns:minmax(620px,1.12fr) minmax(430px,.88fr)!important;gap:44px!important}
  .home-page .hero-copy{min-height:650px!important}
  .home-page .hero-copy h1{font-size:clamp(45px,3.8vw,58px)!important;max-width:760px!important;white-space:normal!important}
  .home-page .problem{padding:54px 0!important}
  .home-page .problem .eyebrow{font-size:13px!important;margin-bottom:13px!important}
}
@media(max-width:980px){
  .home-page .app-story{padding:34px 0 24px!important}
  .home-page .story-layout,.home-page .steps{display:block!important;height:auto!important;min-height:0!important;max-height:none!important;position:static!important}
  .home-page .story-step,.home-page .story-step.left,.home-page .story-step.right{display:flex!important;flex-direction:column!important;min-height:0!important;height:auto!important;max-height:none!important;grid-row:auto!important;grid-column:auto!important;position:static!important;padding:12px 0 16px!important}
  .home-page .mobile-story-phone{order:1!important;position:static!important;margin:0 auto 8px!important;height:auto!important;min-height:0!important;max-height:none!important}
  .home-page .story-copy{order:2!important;position:static!important}
  .home-page .story-tail,.home-page .phone-sticky{display:none!important;height:0!important;min-height:0!important}
}
@media(max-width:600px){
  .home-page .story-layout{width:calc(100% - 28px)!important}
  .home-page .story-step,.home-page .story-step.left,.home-page .story-step.right{padding:10px 0 14px!important}
  .home-page .mobile-story-phone{margin-bottom:6px!important}
}

/* v11.8.5 targeted fixes — no layout redesign */
@media(min-width:981px){
  .home-page .hero-main{grid-template-columns:minmax(680px,1.16fr) minmax(410px,.84fr)!important;gap:38px!important}
  .home-page .hero-copy h1{font-size:clamp(44px,3.55vw,55px)!important;max-width:800px!important}
  .home-page .hero-copy h1 span{white-space:nowrap!important}
}
@media(max-width:980px){
  .home-page .story-step::before{display:none!important;content:none!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important}
  .home-page .story-step,.home-page .story-step.left,.home-page .story-step.right{padding:8px 0 12px!important}
  .home-page .mobile-story-phone{margin:0 auto 5px!important}
}
@media(max-width:600px){
  .home-page .story-step,.home-page .story-step.left,.home-page .story-step.right{padding:6px 0 10px!important}
}
.demo-visual.scanner-photo{padding-bottom:0!important}
.demo-visual.scanner-photo>img{margin-bottom:0!important}


/* v11.8.7 final homepage/mobile corrections */
.demo-visual.scanner-photo{padding:0!important;background:#f2f5f6!important}
.demo-visual.scanner-photo>img{width:100%!important;max-width:none!important;max-height:72vh!important;border-radius:0!important;box-shadow:none!important;object-fit:contain!important}
@media(max-width:600px){
 .home-page .intro h2{font-size:30px!important;line-height:1.12!important;letter-spacing:-.025em!important}
 .home-page .intro h2 br{display:block!important}
}
@media(max-width:600px){
  .home-page .story-head h2{font-size:27px!important;line-height:1.12!important}
  .home-page .story-head h2 br{display:block!important}
}

/* v11.8.8 responsive typography guard */
@media(max-width:980px){
 .home-page .story-intro h2{display:block!important;white-space:normal!important;word-spacing:normal!important}
 .home-page .story-intro h2 br{display:block!important;content:''!important}
}

/* v11.9.7 final demo corrections — targeted only; approved NL/mobile spacing remains locked */
@media(min-width:981px){
  /* EN screenshot is slightly taller than NL: align the Maya focus ring to the actual yellow button. */
  html[lang="en"] .home-page .phone-screen[data-active="5"] .f5{top:38.20%!important}
  /* Approved dark block geometry stays unchanged; only the eyebrow is one step larger. */
  .home-page .problem .eyebrow{font-size:14px!important}
}
@media(max-width:980px){
  /* Keep all approved copy spacing intact; only reclaim image height so modal navigation is visible immediately. */
  .home-page .demo-visual{max-height:41dvh!important}
  .home-page .demo-visual>img{max-height:38dvh!important}
}

/* v11.9.8 final two-fix pass — no other approved layout changes. */
@media(max-width:980px){
  /* Only demo 1 (Capture what matters): reclaim enough image height to keep navigation in the initial viewport. */
  .home-page .demo-modal[data-demo="1"] .demo-visual{max-height:31dvh!important}
  .home-page .demo-modal[data-demo="1"] .demo-visual>img{max-height:28dvh!important}
}


/* v11.10.0 release correction: target the actual EN hero DOM. Desktop only. */
@media(min-width:981px){
  html[lang="en"] body.home-page .hero-main > div:first-child h1{font-size:43px!important;line-height:1.04!important;max-width:none!important;letter-spacing:-.045em!important}
  html[lang="en"] body.home-page .hero-main > div:first-child h1 span{display:inline!important;white-space:nowrap!important}
}
