:root{
  --navy:#10243a;
  --navy-2:#173149;
  --ink:#17283a;
  --muted:#60707f;
  --muted-2:#7d8b96;
  --teal:#0a8b86;
  --teal-dark:#066f6c;
  --teal-2:#14a49e;
  --mint:#e6f7f3;
  --mint-2:#f3fbf8;
  --sky:#edf7fb;
  --amber:#f3aa58;
  --amber-soft:#fff2df;
  --rose:#e86f72;
  --rose-soft:#fff0f1;
  --violet:#7767d8;
  --violet-soft:#f0edff;
  --paper:#ffffff;
  --surface:#f6f8f7;
  --surface-2:#eef3f1;
  --line:#dfe8e5;
  --line-strong:#cad8d4;
  --success:#17936f;
  --shadow:0 28px 80px rgba(18,48,61,.14);
  --shadow-soft:0 12px 34px rgba(18,48,61,.09);
  --shadow-card:0 16px 46px rgba(18,48,61,.08);
  --radius-xl:32px;
  --radius-lg:24px;
  --radius-md:18px;
  --radius-sm:13px;
  --shell:min(1240px, calc(100% - 40px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:96px}
body{
  margin:0;
  color:var(--ink);
  background:var(--surface);
  font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
  overflow-x:clip;
}
body.menu-open{overflow:hidden}
button,input{font:inherit}
button{color:inherit}
a{color:inherit;text-decoration:none}
img,svg{display:block;max-width:100%}
h1,h2,h3,h4,p{margin:0}
ul{margin:0;padding:0;list-style:none}
.shell{width:var(--shell);margin-inline:auto}
.section{padding:112px 0}
.section-sm{padding:76px 0}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:48px}
.section-head.center{display:block;text-align:center;max-width:830px;margin:0 auto 52px}
.section-head p{max-width:590px;color:var(--muted);font-size:17px;line-height:1.7}
.landing-v5 .section-head h2{color:var(--navy)}
.eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--teal-dark);font-size:12px;font-weight:850;letter-spacing:.12em;text-transform:uppercase;margin-bottom:16px}
.eyebrow::before{content:"";width:9px;height:9px;border-radius:50%;background:var(--amber);box-shadow:0 0 0 6px var(--amber-soft)}
.eyebrow.light{color:#a9eee7}
.eyebrow.light::before{background:#64d8cf;box-shadow:0 0 0 6px rgba(100,216,207,.14)}
h1{font-size:clamp(48px,6.1vw,84px);line-height:.98;letter-spacing:-.058em;font-weight:850}
h2{font-size:clamp(35px,4.1vw,58px);line-height:1.06;letter-spacing:-.045em;font-weight:835}
h3{font-size:23px;line-height:1.18;letter-spacing:-.025em;font-weight:810}
.lead{font-size:19px;line-height:1.7;color:var(--muted)}
.muted{color:var(--muted)}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.icon{width:20px;height:20px;stroke:currentColor;stroke-width:1.9;fill:none;stroke-linecap:round;stroke-linejoin:round;flex:none}
.icon-sm{width:17px;height:17px}
.icon-lg{width:25px;height:25px}

.prototype-note{
  position:relative;z-index:60;
  background:var(--navy);
  color:#e9f2f3;
  text-align:center;
  padding:9px 20px;
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.prototype-note strong{color:#7ee4db}
.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(246,248,247,.9);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(213,225,221,.82);
}
.header-row{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:11px;font-size:21px;font-weight:860;letter-spacing:-.03em;white-space:nowrap}
.brand-mark{width:38px;height:38px;position:relative;flex:none}
.brand-mark span{position:absolute;border:3px solid var(--teal);border-radius:11px;transform:rotate(45deg)}
.brand-mark span:first-child{width:23px;height:23px;left:1px;top:6px}
.brand-mark span:last-child{width:15px;height:15px;right:0;bottom:2px;background:var(--mint)}
.nav{display:flex;align-items:center;gap:27px;color:#42515f;font-size:14px;font-weight:650}
.nav a{position:relative;padding:12px 0}
.nav a::after{content:"";position:absolute;left:0;right:100%;bottom:7px;height:2px;border-radius:2px;background:var(--teal);transition:right .2s ease}
.nav a:hover::after,.nav a:focus-visible::after{right:0}
.header-actions{display:flex;align-items:center;gap:10px}
.btn{
  min-height:48px;
  display:inline-flex;align-items:center;justify-content:center;gap:9px;
  padding:13px 19px;
  border:1px solid transparent;
  border-radius:13px;
  font-weight:780;
  cursor:pointer;
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.btn:hover{transform:translateY(-1px)}
.btn:focus-visible,.chip:focus-visible,.segment-tab:focus-visible,.toggle-card:focus-visible,.filter-btn:focus-visible,.faq-question:focus-visible,.mobile-nav-btn:focus-visible{outline:3px solid rgba(10,139,134,.25);outline-offset:3px}
.btn-primary{background:var(--teal);color:#fff;box-shadow:0 12px 28px rgba(10,139,134,.22)}
.btn-primary:hover{background:var(--teal-dark);box-shadow:0 15px 34px rgba(10,139,134,.28)}
.btn-secondary{background:#fff;border-color:var(--line);box-shadow:0 4px 12px rgba(18,48,61,.04)}
.btn-secondary:hover{border-color:var(--line-strong);box-shadow:var(--shadow-soft)}
.btn-ghost{padding-inline:9px;background:transparent}
.menu-button{display:none;width:46px;height:46px;border:1px solid var(--line);border-radius:13px;background:#fff;cursor:pointer;place-items:center}

/* Hero */
.hero{position:relative;padding:82px 0 94px;overflow:hidden;background:linear-gradient(180deg,#f7faf9 0%,#f4f8f6 100%)}
.hero::before{content:"";position:absolute;width:760px;height:760px;border-radius:50%;right:-280px;top:-310px;background:radial-gradient(circle,rgba(72,198,187,.26),rgba(72,198,187,0) 67%);pointer-events:none}
.hero::after{content:"";position:absolute;width:420px;height:420px;border-radius:50%;left:-260px;bottom:-240px;background:radial-gradient(circle,rgba(243,170,88,.15),rgba(243,170,88,0) 70%);pointer-events:none}
.hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(500px,.92fr);align-items:center;gap:62px}
.hero-copy h1{max-width:760px;margin-bottom:24px}
.hero-copy .lead{max-width:690px;margin-bottom:25px}
.gradient-word{color:var(--teal);position:relative;white-space:nowrap}
.gradient-word::after{content:"";position:absolute;left:2%;right:0;bottom:0;height:8px;border-radius:999px;background:rgba(10,139,134,.14);z-index:-1}
.segment-tabs{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 26px}
.segment-tab{
  display:inline-flex;align-items:center;gap:8px;
  min-height:42px;padding:9px 13px;
  border-radius:999px;border:1px solid var(--line);
  background:#fff;color:#50606c;
  font-size:13px;font-weight:750;cursor:pointer;transition:.2s ease;
}
.segment-tab:hover{border-color:#b9d4ce}
.segment-tab.active{background:var(--mint);border-color:var(--teal);color:var(--teal-dark);box-shadow:inset 0 0 0 1px var(--teal)}
.hero-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:21px}
.hero-actions .btn{min-height:54px;padding:15px 22px}
.micro-proof{display:flex;align-items:center;gap:15px;flex-wrap:wrap;color:#566671;font-size:13px}
.micro-proof span{display:inline-flex;align-items:center;gap:7px}
.micro-proof .check-dot{width:21px;height:21px;border-radius:50%;display:grid;place-items:center;background:var(--mint);color:var(--teal-dark);font-size:12px;font-weight:900}

.product-stage{position:relative;min-height:600px}
.product-stage::before{content:"";position:absolute;inset:9% -8% 4% 9%;border-radius:50%;background:rgba(12,139,134,.18);filter:blur(58px)}
.browser{
  position:absolute;left:0;right:28px;top:22px;
  background:#fff;border:1px solid #d6e2df;border-radius:24px;box-shadow:var(--shadow);overflow:hidden;
  transform:rotateY(-2.5deg) rotateX(1deg);
}
.browser-bar{height:48px;display:flex;align-items:center;gap:7px;padding:0 17px;background:#f5f7f7;border-bottom:1px solid var(--line)}
.browser-dot{width:9px;height:9px;border-radius:50%;background:#c8d2cf}
.browser-url{height:25px;display:flex;align-items:center;gap:7px;margin-left:7px;padding:0 11px;border-radius:8px;background:#fff;border:1px solid #e5ecea;color:#8a979e;font-size:10px;flex:1}
.app-frame{display:grid;grid-template-columns:160px 1fr;min-height:405px}
.mini-sidebar{background:var(--navy);color:#c7d5dc;padding:20px 16px}
.mini-brand{display:flex;align-items:center;gap:8px;color:#fff;font-weight:800;font-size:12px;margin-bottom:25px}
.mini-logo{width:23px;height:23px;border:2px solid #65d7ce;border-radius:8px;transform:rotate(45deg)}
.mini-nav-item{height:31px;display:flex;align-items:center;gap:8px;padding:0 9px;border-radius:8px;font-size:9px;margin-bottom:5px}
.mini-nav-item.active{background:rgba(81,211,201,.15);color:#9ff0ea}
.mini-nav-item .mini-ico{width:15px;height:15px;border:1.5px solid currentColor;border-radius:5px;opacity:.8}
.mini-content{padding:22px;background:#f7f9f8}
.mini-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:17px}
.mini-title{font-size:17px;font-weight:820;letter-spacing:-.03em}
.mini-add{padding:7px 10px;border-radius:8px;background:var(--teal);color:#fff;font-size:8px;font-weight:800}
.metric-row{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-bottom:13px}
.metric{background:#fff;border:1px solid #e3ebe8;border-radius:12px;padding:12px;min-height:72px}
.metric-label{font-size:7px;color:#79878f;text-transform:uppercase;letter-spacing:.08em}
.metric-number{font-size:18px;font-weight:850;margin-top:6px}
.metric-trend{font-size:7px;color:var(--success);margin-top:3px}
.schedule-card{background:#fff;border:1px solid #e3ebe8;border-radius:15px;padding:14px}
.schedule-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}
.schedule-head strong{font-size:10px}
.schedule-head span{font-size:7px;color:#7b8990}
.appointment{display:grid;grid-template-columns:36px 1fr auto;align-items:center;gap:9px;padding:8px 0;border-top:1px solid #edf1f0}
.appointment:first-of-type{border-top:0}
.appointment-time{font-size:9px;font-weight:800}
.appointment-info strong{display:block;font-size:8px}
.appointment-info span{display:block;color:#839097;font-size:7px;margin-top:2px}
.status{padding:3px 7px;border-radius:999px;background:var(--mint);color:var(--teal-dark);font-size:6px;font-weight:800}

.phone{
  position:absolute;right:-10px;bottom:0;width:238px;height:478px;
  border:8px solid var(--navy);border-radius:37px;background:#fff;box-shadow:0 30px 80px rgba(16,36,58,.25);overflow:hidden;z-index:2;
}
.phone::before{content:"";position:absolute;left:50%;top:8px;transform:translateX(-50%);width:76px;height:19px;border-radius:999px;background:var(--navy);z-index:3}
.phone-screen{height:100%;overflow:hidden;background:#f8faf9}
.phone-hero{height:135px;padding:42px 18px 16px;color:#fff;background:linear-gradient(135deg,var(--teal-dark),var(--teal-2));position:relative}
.phone-hero::after{content:"";position:absolute;width:150px;height:150px;border-radius:50%;right:-65px;top:-55px;background:rgba(255,255,255,.11)}
.phone-kicker{font-size:8px;opacity:.78;text-transform:uppercase;letter-spacing:.11em}
.phone-name{font-size:18px;font-weight:850;line-height:1.1;margin-top:8px}
.phone-sub{font-size:8px;opacity:.84;margin-top:6px}
.phone-body{padding:14px}
.phone-pills{display:flex;gap:5px;overflow:hidden;margin-bottom:12px}
.phone-pill{font-size:7px;font-weight:780;white-space:nowrap;padding:6px 8px;border-radius:999px;background:#fff;border:1px solid #e3ebe8;color:#52626d}
.phone-pill.active{background:var(--mint);border-color:#a6d9d1;color:var(--teal-dark)}
.phone-card{background:#fff;border:1px solid #e3ebe8;border-radius:14px;padding:12px;margin-bottom:9px;box-shadow:0 5px 16px rgba(18,48,61,.05)}
.phone-card-head{display:flex;align-items:center;justify-content:space-between;gap:7px}
.phone-card strong{font-size:10px}
.phone-card small{font-size:7px;color:#7e8b92}
.phone-service{display:flex;align-items:center;gap:8px;margin-top:9px}
.service-visual{width:36px;height:36px;border-radius:10px;background:linear-gradient(145deg,var(--amber-soft),#fff);display:grid;place-items:center;color:#d77d2d}
.service-text{flex:1;min-width:0}
.service-text b{display:block;font-size:8px}
.service-text span{display:block;font-size:7px;color:#7b8991;margin-top:2px}
.service-price{font-size:8px;font-weight:850}
.phone-button{display:flex;justify-content:center;align-items:center;height:31px;border-radius:9px;background:var(--teal);color:#fff;font-size:8px;font-weight:830;margin-top:10px}
.floating-module{
  position:absolute;z-index:3;display:flex;align-items:center;gap:9px;
  padding:10px 13px;border-radius:13px;background:#fff;border:1px solid var(--line);
  box-shadow:var(--shadow-soft);font-size:11px;font-weight:780;animation:float 5s ease-in-out infinite;
}
.floating-module .bubble{width:28px;height:28px;border-radius:9px;display:grid;place-items:center}
.floating-module.one{left:-29px;bottom:104px}
.floating-module.two{right:33px;top:-8px;animation-delay:-1.8s}
.floating-module.three{left:125px;top:7px;animation-delay:-3s}
.floating-module.one .bubble{background:var(--amber-soft);color:#d57c2d}
.floating-module.two .bubble{background:var(--violet-soft);color:var(--violet)}
.floating-module.three .bubble{background:var(--mint);color:var(--teal-dark)}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}

.audience-strip{background:#fff;border-block:1px solid var(--line)}
.audience-row{display:grid;grid-template-columns:1.2fr repeat(5,1fr);align-items:center;min-height:104px;gap:14px}
.audience-label{font-size:13px;color:var(--muted);font-weight:700}
.audience-item{display:flex;align-items:center;gap:9px;color:#475864;font-size:13px;font-weight:720}
.audience-icon{width:33px;height:33px;border-radius:10px;background:var(--mint-2);color:var(--teal-dark);display:grid;place-items:center;border:1px solid #d9eee9}

/* modular promise */
.modular-intro{background:#fff}
.modular-grid{display:grid;grid-template-columns:1.07fr .93fr;gap:22px}
.feature-large{min-height:470px;padding:42px;border-radius:var(--radius-xl);background:var(--navy);color:#fff;position:relative;overflow:hidden}
.feature-large::after{content:"";position:absolute;width:430px;height:430px;border-radius:50%;right:-200px;bottom:-220px;background:radial-gradient(circle,rgba(78,220,209,.28),rgba(78,220,209,0) 70%)}
.feature-large h3{font-size:38px;max-width:530px;margin-bottom:16px;position:relative;z-index:1}
.feature-large p{color:#c1ced5;max-width:530px;font-size:17px;position:relative;z-index:1}
.module-orbit{position:absolute;left:42px;right:42px;bottom:36px;height:176px;z-index:1}
.orbit-core{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:102px;height:102px;border-radius:29px;background:linear-gradient(145deg,#0b8f89,#13aba4);display:grid;place-items:center;box-shadow:0 20px 50px rgba(0,0,0,.2);font-size:12px;font-weight:850;text-align:center}
.orbit-line{position:absolute;left:50%;top:50%;width:80%;height:1px;background:linear-gradient(90deg,transparent,rgba(124,227,218,.42),transparent);transform:translate(-50%,-50%)}
.orbit-line.v{transform:translate(-50%,-50%) rotate(90deg);width:58%}
.orbit-chip{position:absolute;display:flex;align-items:center;gap:8px;padding:9px 11px;border-radius:12px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.13);backdrop-filter:blur(8px);font-size:10px;font-weight:760;color:#e8f4f5}
.orbit-chip:nth-of-type(1){left:0;top:9px}
.orbit-chip:nth-of-type(2){right:0;top:12px}
.orbit-chip:nth-of-type(3){left:4%;bottom:0}
.orbit-chip:nth-of-type(4){right:4%;bottom:0}
.orbit-chip .icon{color:#6ee0d6}
.feature-stack{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.feature-card{padding:30px;border-radius:var(--radius-lg);background:#f4f8f6;border:1px solid var(--line);min-height:224px;position:relative;overflow:hidden}
.feature-card.accent{background:var(--mint)}
.feature-card.warm{background:var(--amber-soft);border-color:#f3dfc4}
.feature-card-icon{width:49px;height:49px;border-radius:15px;background:#fff;display:grid;place-items:center;color:var(--teal-dark);box-shadow:0 7px 20px rgba(18,48,61,.07);margin-bottom:26px}
.feature-card.warm .feature-card-icon{color:#d37c2c}
.feature-card h3{font-size:20px;margin-bottom:10px}
.feature-card p{font-size:14px;color:var(--muted);line-height:1.65}
.feature-card.wide{grid-column:1/-1;display:grid;grid-template-columns:1fr auto;align-items:center;gap:20px;min-height:200px}
.feature-card.wide .feature-card-icon{margin-bottom:0}
.feature-card.wide .copy{display:flex;align-items:center;gap:18px}
.growth-steps{display:flex;align-items:center;gap:6px}
.growth-node{width:40px;height:40px;border-radius:12px;background:#fff;border:1px solid #bddfd8;display:grid;place-items:center;color:var(--teal-dark);font-size:12px;font-weight:850}
.growth-arrow{color:#70a9a1}

/* Configurator */
.configurator-section{background:linear-gradient(180deg,#f4f8f6,#eef5f2)}
.configurator-wrap{background:#fff;border:1px solid var(--line);border-radius:34px;box-shadow:var(--shadow-card);overflow:hidden}
.config-head{padding:30px 32px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:20px;background:rgba(248,250,249,.8)}
.config-head h3{font-size:21px}
.config-head p{font-size:13px;color:var(--muted);margin-top:4px}
.config-count{display:flex;align-items:center;gap:9px;padding:9px 13px;border-radius:999px;background:var(--mint);color:var(--teal-dark);font-size:13px;font-weight:800;white-space:nowrap}
.config-layout{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(390px,.82fr)}
.config-controls{padding:32px;border-right:1px solid var(--line)}
.config-label{font-size:12px;font-weight:840;letter-spacing:.08em;text-transform:uppercase;color:#6b7a84;margin-bottom:12px}
.preset-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:30px}
.chip{display:inline-flex;align-items:center;gap:7px;padding:10px 12px;border:1px solid var(--line);border-radius:11px;background:#fff;font-size:13px;font-weight:730;cursor:pointer;transition:.2s}
.chip:hover{border-color:#b7d4ce}
.chip.active{border-color:var(--teal);background:var(--mint);color:var(--teal-dark);box-shadow:inset 0 0 0 1px var(--teal)}
.module-groups{display:grid;gap:24px}
.module-group-title{display:flex;width:100%;align-items:center;gap:9px;margin:0 0 10px;padding:0;border:0;background:transparent;font-size:13px;font-weight:820;color:#4e5d68;text-align:left}
.module-group-title__icon{width:27px;height:27px;flex:none;border-radius:8px;background:var(--surface-2);display:grid;place-items:center;color:var(--teal-dark)}
.module-group-title__label{min-width:0}
.module-group-title__count,.module-group-title__chevron{display:none}
.module-group-controls{display:none}
.toggle-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.toggle-card{
  display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:11px;
  padding:12px;border-radius:14px;border:1px solid var(--line);background:#fff;cursor:pointer;text-align:left;transition:.2s ease;
}
.toggle-card:hover{transform:translateY(-1px);border-color:#bdd8d2;box-shadow:0 8px 20px rgba(18,48,61,.05)}
.toggle-card.active{background:var(--mint-2);border-color:#9fd2c9;box-shadow:inset 0 0 0 1px #b1ded6}
.module-icon{width:38px;height:38px;border-radius:11px;background:#f1f5f4;display:grid;place-items:center;color:#63747e}
.toggle-card.active .module-icon{background:var(--mint);color:var(--teal-dark)}
.module-name{display:block;font-size:13px;font-weight:790;line-height:1.2}
.module-desc{display:block;font-size:10px;color:#839097;margin-top:4px;line-height:1.35}
.switch{width:35px;height:20px;border-radius:999px;background:#d7e0dd;padding:3px;transition:.2s}
.switch::after{content:"";display:block;width:14px;height:14px;border-radius:50%;background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.16);transition:transform .2s}
.toggle-card.active .switch{background:var(--teal)}
.toggle-card.active .switch::after{transform:translateX(15px)}
.config-preview{padding:32px;background:linear-gradient(180deg,#f4f8f6,#edf5f2);display:flex;flex-direction:column;align-items:center;justify-content:flex-start;position:relative}
.config-preview-sticky{position:sticky;top:122px;width:100%;display:flex;flex-direction:column;align-items:center}
.preview-toolbar{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}
.preview-toolbar strong{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#65747e}
.device-switch{display:flex;background:#e5ece9;border-radius:9px;padding:3px}
.device-btn{border:0;background:transparent;padding:6px 9px;border-radius:7px;cursor:pointer;color:#718089}
.device-btn.active{background:#fff;color:var(--teal-dark);box-shadow:0 3px 9px rgba(18,48,61,.08)}
.live-phone{width:260px;height:505px;background:#fff;border:8px solid var(--navy);border-radius:39px;box-shadow:0 24px 64px rgba(17,45,57,.22);overflow:hidden;position:relative;transition:.25s}
.live-phone::before{content:"";position:absolute;z-index:4;top:8px;left:50%;transform:translateX(-50%);width:82px;height:20px;border-radius:999px;background:var(--navy)}
.live-header{height:142px;padding:42px 18px 15px;background:linear-gradient(135deg,var(--teal-dark),var(--teal-2));color:#fff;position:relative;overflow:hidden}
.live-header::after{content:"";position:absolute;width:155px;height:155px;border:1px solid rgba(255,255,255,.16);border-radius:46px;right:-70px;top:-76px;transform:rotate(30deg)}
.live-avatar{width:30px;height:30px;border-radius:10px;background:rgba(255,255,255,.18);display:grid;place-items:center;margin-bottom:9px}
.live-name{font-size:17px;font-weight:850}
.live-tagline{font-size:8px;opacity:.82;margin-top:4px}
.live-body{padding:13px;background:#f8faf9;height:calc(100% - 142px);overflow:hidden}
.live-nav{display:flex;gap:5px;overflow:hidden;margin-bottom:10px;min-height:27px}
.live-nav-item{white-space:nowrap;padding:5px 7px;border-radius:999px;background:#fff;border:1px solid #dfe8e5;color:#566671;font-size:6.7px;font-weight:800}
.live-nav-item:first-child{background:var(--mint);color:var(--teal-dark);border-color:#b5ddd5}
.live-welcome{background:#fff;border:1px solid #e2eae8;border-radius:13px;padding:11px;margin-bottom:8px}
.live-welcome b{font-size:9px;display:block}
.live-welcome p{font-size:7px;color:#7a8991;line-height:1.45;margin-top:4px}
.live-card{background:#fff;border:1px solid #e2eae8;border-radius:13px;padding:10px;margin-bottom:7px;animation:appear .22s ease both}
.live-card-top{display:flex;justify-content:space-between;align-items:center;gap:7px}
.live-card-top b{font-size:8px}
.live-card-top span{font-size:6px;color:#7d8b93}
.live-lines{display:grid;gap:5px;margin-top:8px}
.live-line{height:7px;border-radius:999px;background:#edf2f0}
.live-line.short{width:60%}
.live-cta{height:27px;border-radius:8px;background:var(--teal);color:#fff;display:grid;place-items:center;font-size:7px;font-weight:850;margin-top:8px}
@keyframes appear{from{opacity:0;transform:translateY(3px)}to{opacity:1;transform:none}}
.preview-summary{width:100%;margin-top:20px;background:#fff;border:1px solid var(--line);border-radius:17px;padding:16px;box-shadow:0 10px 25px rgba(18,48,61,.07)}
.preview-summary-head{display:flex;align-items:center;justify-content:space-between;gap:8px}
.preview-summary-head strong{font-size:13px}
.preview-summary-head span{font-size:11px;color:var(--teal-dark);font-weight:800}
.selected-tags{display:flex;gap:6px;flex-wrap:wrap;margin-top:10px;max-height:88px;overflow:auto}
.selected-tag{display:inline-flex;align-items:center;gap:5px;padding:5px 7px;border-radius:8px;background:var(--surface-2);color:#4f606b;font-size:9px;font-weight:730}
.selected-tag svg{width:12px;height:12px;color:var(--teal-dark)}
.summary-action{margin-top:12px;width:100%;min-height:40px;border:0;border-radius:10px;background:var(--navy);color:#fff;font-size:11px;font-weight:800;cursor:pointer}

/* Scenarios */
.scenarios{background:#fff}
.scenario-layout{display:grid;grid-template-columns:340px 1fr;gap:24px;align-items:stretch}
.scenario-menu{display:grid;gap:9px;align-content:start}
.scenario-btn{display:grid;grid-template-columns:45px 1fr auto;gap:12px;align-items:center;padding:15px;border:1px solid var(--line);border-radius:16px;background:#fff;text-align:left;cursor:pointer;transition:.2s}
.scenario-btn:hover{border-color:#b9d5cf;transform:translateX(2px)}
.scenario-btn.active{background:var(--navy);border-color:var(--navy);color:#fff;box-shadow:var(--shadow-soft)}
.scenario-btn-icon{width:45px;height:45px;border-radius:13px;background:var(--mint);color:var(--teal-dark);display:grid;place-items:center}
.scenario-btn.active .scenario-btn-icon{background:rgba(116,226,216,.13);color:#8ce8df}
.scenario-btn b{display:block;font-size:14px}
.scenario-btn small{display:block;font-size:11px;color:#7a8891;margin-top:3px}
.scenario-btn.active small{color:#bac8ce}
.scenario-arrow{color:#98a4aa}
.scenario-btn.active .scenario-arrow{color:#77dcd3}
.scenario-stage{border-radius:var(--radius-xl);background:linear-gradient(145deg,#eff8f5,#e5f1ed);border:1px solid #d7e7e2;padding:34px;position:relative;overflow:hidden;min-height:0}
.scenario-stage::after{content:"";position:absolute;width:430px;height:430px;border-radius:50%;right:-180px;bottom:-240px;background:radial-gradient(circle,rgba(31,164,156,.18),rgba(31,164,156,0) 68%)}
.scenario-copy{max-width:610px;position:relative;z-index:2}
.scenario-copy h3{font-size:34px;margin-bottom:13px}
.scenario-copy p{color:var(--muted);font-size:15px;line-height:1.7;max-width:590px}
.scenario-outcome{display:flex;align-items:center;gap:7px;color:var(--teal-dark);font-size:13px;font-weight:780;margin-top:16px}
.scenario-ui{position:relative;height:260px;z-index:1;display:grid;grid-template-columns:1.2fr .8fr;gap:15px;margin-top:28px}
.scenario-panel{background:#fff;border:1px solid #dbe7e4;border-radius:19px;box-shadow:0 16px 34px rgba(18,48,61,.1);padding:17px;overflow:hidden}
.scenario-panel-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:13px}
.scenario-panel-top b{font-size:11px}
.scenario-panel-top span{font-size:8px;color:#79878f}
.scenario-calendar{display:grid;grid-template-columns:repeat(5,1fr);gap:6px}
.scenario-day{height:42px;border:1px solid #e7edeb;border-radius:9px;padding:6px;font-size:7px;color:#7a8890}
.scenario-day.active{background:var(--mint);border-color:#acd9d1;color:var(--teal-dark)}
.scenario-booking{margin-top:10px;padding:9px;border-radius:10px;background:#f6f8f7;display:flex;align-items:center;gap:8px}
.scenario-booking-time{font-size:9px;font-weight:850;color:var(--teal-dark)}
.scenario-booking div b{font-size:8px;display:block}
.scenario-booking div span{font-size:7px;color:#7e8b92;display:block;margin-top:2px}
.scenario-side-list{display:grid;gap:8px}
.scenario-side-item{display:flex;align-items:center;gap:9px;border:1px solid #e2e9e7;border-radius:11px;padding:9px}
.scenario-side-icon{width:31px;height:31px;border-radius:9px;background:var(--mint-2);color:var(--teal-dark);display:grid;place-items:center}
.scenario-side-item b{font-size:8px;display:block}
.scenario-side-item span{font-size:7px;color:#7f8c93;display:block;margin-top:2px}

/* Module library */
.module-library{background:var(--navy);color:#fff;position:relative;overflow:hidden}
.module-library::before{content:"";position:absolute;width:760px;height:760px;border-radius:50%;right:-380px;top:-370px;background:radial-gradient(circle,rgba(64,203,192,.18),rgba(64,203,192,0) 68%)}
.module-library .section-head p{color:#b7c6cd}
.landing-v5 .module-library .section-head h2{color:#fff}
.module-filter{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:28px;position:relative;z-index:1}
.filter-btn{border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.05);color:#c9d5da;border-radius:999px;padding:10px 13px;font-size:12px;font-weight:760;cursor:pointer}
.filter-btn.active{background:#fff;color:var(--navy);border-color:#fff}
.library-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;position:relative;z-index:1}
.library-card{min-height:220px;padding:22px;border-radius:20px;background:rgba(255,255,255,.065);border:1px solid rgba(255,255,255,.105);transition:.22s;display:flex;flex-direction:column}
.library-card:hover{transform:translateY(-3px);background:rgba(255,255,255,.09);border-color:rgba(112,225,215,.36)}
.library-card.hidden{display:none}
.library-icon{width:45px;height:45px;border-radius:14px;background:rgba(100,222,211,.13);color:#82e5dc;display:grid;place-items:center;margin-bottom:25px}
.library-card h3{font-size:17px;margin-bottom:8px}
.library-card p{color:#b7c5cc;font-size:12px;line-height:1.6;flex:1}
.library-card span{display:flex;align-items:center;gap:6px;color:#77ddd4;font-size:10px;font-weight:780;margin-top:15px}
.library-note{margin-top:22px;color:#97a9b2;font-size:12px;position:relative;z-index:1}

/* Two perspectives */
.perspectives{background:#fff}
.perspective-switch{display:flex;justify-content:center;margin-bottom:36px}
.perspective-tabs{display:flex;padding:5px;background:var(--surface-2);border-radius:14px}
.perspective-tab{border:0;background:transparent;padding:11px 17px;border-radius:10px;font-weight:760;color:#66757f;cursor:pointer;display:flex;align-items:center;gap:8px}
.perspective-tab.active{background:#fff;color:var(--navy);box-shadow:0 5px 14px rgba(18,48,61,.08)}
.perspective-stage{display:grid;grid-template-columns:.85fr 1.15fr;gap:46px;align-items:center;min-height:560px}
.perspective-copy .eyebrow{margin-bottom:13px}
.perspective-copy h3{font-size:38px;margin-bottom:16px}
.perspective-copy>p{color:var(--muted);font-size:16px;line-height:1.75;margin-bottom:24px}
.benefit-list{display:grid;gap:13px}
.benefit-item{display:grid;grid-template-columns:27px 1fr;gap:10px;align-items:start}
.benefit-check{width:27px;height:27px;border-radius:9px;background:var(--mint);color:var(--teal-dark);display:grid;place-items:center}
.benefit-item b{font-size:14px;display:block}
.benefit-item span{font-size:12px;color:var(--muted);display:block;margin-top:3px;line-height:1.55}
.perspective-visual{height:520px;background:linear-gradient(145deg,#eef7f4,#e1efea);border:1px solid #d8e7e2;border-radius:32px;position:relative;overflow:hidden}
.owner-dashboard{position:absolute;left:36px;right:-40px;top:52px;height:420px;background:#fff;border:1px solid #d7e3e0;border-radius:22px;box-shadow:var(--shadow);overflow:hidden;transform:rotate(-1deg)}
.owner-dashboard .mini-content{height:100%}
.client-view{position:absolute;left:50%;top:28px;transform:translateX(-50%);width:254px;height:480px;background:#fff;border:8px solid var(--navy);border-radius:40px;box-shadow:var(--shadow);overflow:hidden}
.client-view::before{content:"";position:absolute;z-index:3;top:8px;left:50%;transform:translateX(-50%);width:80px;height:19px;background:var(--navy);border-radius:999px}
.client-view .live-header{height:150px}
.perspective-pane{display:none}
.perspective-pane.active{display:grid}

/* steps */
.steps-section{background:linear-gradient(180deg,#f5f8f7,#eef4f2)}
.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;position:relative}
.steps-grid::before{content:"";position:absolute;left:8%;right:8%;top:34px;height:1px;background:#cbdad6}
.step-card{position:relative;padding-top:4px}
.step-no{width:62px;height:62px;border-radius:19px;background:#fff;border:1px solid #ceddd9;box-shadow:0 8px 22px rgba(18,48,61,.06);display:grid;place-items:center;color:var(--teal-dark);font-weight:850;margin-bottom:23px;position:relative;z-index:1}
.step-card h3{font-size:18px;margin-bottom:10px}
.step-card p{font-size:13px;color:var(--muted);line-height:1.65}

/* evidence */
.evidence{background:#fff}
.evidence-card{border-radius:34px;background:var(--navy);color:#fff;padding:48px;display:grid;grid-template-columns:1.1fr .9fr;gap:44px;align-items:center;position:relative;overflow:hidden}
.evidence-card::after{content:"";position:absolute;width:500px;height:500px;border-radius:50%;right:-230px;bottom:-300px;background:radial-gradient(circle,rgba(70,217,206,.25),rgba(70,217,206,0) 68%)}
.evidence-copy{position:relative;z-index:1}
.evidence-copy h2{font-size:44px;margin-bottom:17px;max-width:650px}
.evidence-copy p{color:#bfccd2;font-size:16px;line-height:1.7;max-width:620px}
.quote{margin-top:27px;padding-left:20px;border-left:3px solid #69ddd3;color:#e8f0f2;font-size:18px;font-weight:680;line-height:1.55}
.quote small{display:block;color:#94a7b0;font-size:11px;font-weight:600;margin-top:10px}
.evidence-metrics{display:grid;grid-template-columns:1fr 1fr;gap:13px;position:relative;z-index:1}
.evidence-metric{min-height:150px;padding:22px;border-radius:20px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.11)}
.evidence-metric strong{display:block;font-size:37px;letter-spacing:-.04em;color:#85e7de}
.evidence-metric span{display:block;color:#c0cdd3;font-size:12px;line-height:1.5;margin-top:8px}
.placeholder-label{display:inline-flex;align-items:center;gap:7px;margin-top:17px;padding:7px 10px;border-radius:9px;background:rgba(243,170,88,.12);border:1px solid rgba(243,170,88,.28);color:#ffd7a5;font-size:10px;font-weight:770}

/* pricing */
.pricing-section{background:var(--surface)}
.pricing-note{display:inline-flex;align-items:center;gap:8px;padding:8px 11px;border-radius:9px;background:var(--amber-soft);color:#a75c1e;font-size:11px;font-weight:780;margin-top:15px}
.pricing-shell{display:grid;grid-template-columns:.9fr 1.1fr;gap:22px}
.pricing-logic{padding:36px;border-radius:28px;background:#fff;border:1px solid var(--line)}
.pricing-logic h3{font-size:27px;margin-bottom:14px}
.pricing-logic>p{color:var(--muted);font-size:14px;line-height:1.7}
.formula{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:10px;margin:28px 0}
.formula-box{padding:16px 11px;border-radius:15px;background:var(--surface);border:1px solid var(--line);text-align:center}
.formula-box strong{font-size:12px;display:block}
.formula-box span{font-size:9px;color:var(--muted);display:block;margin-top:4px}
.formula-plus{color:var(--teal-dark);font-weight:900}
.pricing-points{display:grid;gap:11px}
.pricing-point{display:flex;align-items:center;gap:9px;color:#4f5f6b;font-size:13px}
.pricing-point svg{color:var(--teal-dark)}
.pricing-card{padding:36px;border-radius:28px;background:linear-gradient(145deg,var(--navy),#183851);color:#fff;position:relative;overflow:hidden;box-shadow:var(--shadow)}
.pricing-card::after{content:"";position:absolute;width:330px;height:330px;border-radius:50%;right:-150px;top:-170px;background:radial-gradient(circle,rgba(78,220,209,.25),rgba(78,220,209,0) 70%)}
.pricing-card>*{position:relative;z-index:1}
.pricing-card .plan-kicker{color:#8ce9e0;font-size:11px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
.pricing-card h3{font-size:29px;margin:10px 0 6px}
.price-row{display:flex;align-items:end;gap:8px;margin:22px 0}
.price-row strong{font-size:52px;line-height:1;letter-spacing:-.05em}
.price-row span{color:#b6c6cd;font-size:12px;padding-bottom:6px}
.price-list{display:grid;grid-template-columns:1fr 1fr;gap:11px 18px;margin-bottom:25px}
.price-list li{display:flex;gap:8px;align-items:start;color:#d2dde1;font-size:12px}
.price-list .icon{color:#72dfd5;margin-top:1px}
.pricing-card .btn{width:100%;background:#fff;color:var(--navy);box-shadow:none}
.pricing-card small{display:block;color:#91a6af;text-align:center;font-size:10px;margin-top:11px}

/* security */
.trust-section{background:#fff}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.trust-card{padding:26px;border:1px solid var(--line);border-radius:20px;background:#fff}
.trust-card .feature-card-icon{margin-bottom:20px}
.trust-card h3{font-size:17px;margin-bottom:8px}
.trust-card p{font-size:12px;color:var(--muted);line-height:1.62}

/* FAQ */
.faq-section{background:linear-gradient(180deg,#f5f8f7,#eef4f2)}
.faq-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:70px;align-items:start}
.faq-copy{position:sticky;top:120px}
.faq-copy p{font-size:15px;color:var(--muted);line-height:1.7;margin-top:17px}
.faq-list{display:grid;gap:10px}
.faq-item{background:#fff;border:1px solid var(--line);border-radius:17px;overflow:hidden}
.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 21px;border:0;background:transparent;text-align:left;font-weight:780;cursor:pointer}
.faq-plus{width:29px;height:29px;border-radius:9px;background:var(--surface-2);display:grid;place-items:center;transition:transform .22s;flex:none}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .25s ease}
.faq-answer p{padding:0 21px 20px;color:var(--muted);font-size:13px;line-height:1.7}
.faq-item.open .faq-plus{transform:rotate(45deg);background:var(--mint);color:var(--teal-dark)}
.faq-item.open .faq-answer{max-height:220px}

/* CTA / footer */
.final-cta{background:var(--teal);color:#fff;position:relative;overflow:hidden}
.final-cta::before,.final-cta::after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.12)}
.final-cta::before{width:480px;height:480px;left:-260px;top:-260px}
.final-cta::after{width:600px;height:600px;right:-350px;bottom:-360px}
.final-inner{min-height:430px;display:flex;align-items:center;justify-content:space-between;gap:55px;position:relative;z-index:1}
.final-copy{max-width:780px}
.final-copy h2{font-size:clamp(43px,5.1vw,70px);margin-bottom:19px}
.final-copy p{color:#d4f4f1;font-size:18px;max-width:700px}
.final-actions{display:flex;gap:11px;flex-wrap:wrap;margin-top:28px}
.final-actions .btn-primary{background:#fff;color:var(--teal-dark);box-shadow:0 14px 34px rgba(0,0,0,.14)}
.final-actions .btn-secondary{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.3);color:#fff}
.final-module-cloud{width:290px;height:240px;position:relative;flex:none}
.cloud-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:104px;height:104px;border-radius:30px;background:#fff;color:var(--teal-dark);display:grid;place-items:center;text-align:center;font-size:12px;font-weight:850;box-shadow:0 20px 50px rgba(0,0,0,.13)}
.cloud-item{position:absolute;width:47px;height:47px;border-radius:14px;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.22);display:grid;place-items:center;color:#fff}
.cloud-item:nth-child(2){left:4px;top:20px}
.cloud-item:nth-child(3){right:10px;top:3px}
.cloud-item:nth-child(4){left:0;bottom:14px}
.cloud-item:nth-child(5){right:0;bottom:24px}
.cloud-item:nth-child(6){left:50%;top:0;transform:translateX(-50%)}
.cloud-item:nth-child(7){left:50%;bottom:0;transform:translateX(-50%)}
footer{background:#0c1d2f;color:#aebec6;padding:58px 0 27px}
.footer-grid{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:38px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.09)}
.footer-brand .brand{color:#fff;margin-bottom:15px}
.footer-brand .brand-mark span:last-child{background:#0c1d2f}
.footer-brand p{font-size:12px;line-height:1.65;max-width:300px}
.footer-col h4{color:#fff;font-size:12px;margin-bottom:15px}
.footer-col a{display:block;font-size:12px;margin:10px 0;color:#9eb0b8}
.footer-col a:hover{color:#fff}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:23px;font-size:11px}
.footer-links{display:flex;gap:18px;flex-wrap:wrap}

.mobile-menu{display:none;position:fixed;inset:111px 0 0;background:rgba(246,248,247,.98);z-index:45;padding:27px 20px;overflow:auto}
.mobile-menu.open{display:block}
.mobile-menu a{display:flex;align-items:center;justify-content:space-between;padding:17px 2px;border-bottom:1px solid var(--line);font-size:17px;font-weight:760}
.mobile-menu-actions{display:grid;gap:10px;margin-top:25px}

.toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%,20px);opacity:0;z-index:100;background:var(--navy);color:#fff;border:1px solid rgba(255,255,255,.1);box-shadow:var(--shadow);border-radius:13px;padding:12px 16px;font-size:12px;font-weight:720;pointer-events:none;transition:.25s}
.toast.show{opacity:1;transform:translate(-50%,0)}

@media (max-width:1100px){
  :root{--shell:min(100% - 32px, 980px)}
  .nav{display:none}.header-actions .btn-ghost{display:none}.menu-button{display:grid}
  .hero-grid{grid-template-columns:1fr;gap:58px}.hero-copy{text-align:center;max-width:850px;margin-inline:auto}.hero-copy h1,.hero-copy .lead{margin-inline:auto}.segment-tabs,.hero-actions,.micro-proof{justify-content:center}.product-stage{width:min(720px,100%);margin-inline:auto}
  .audience-row{grid-template-columns:1.1fr repeat(3,1fr)}.audience-item:nth-last-child(-n+2){display:none}
  .modular-grid{grid-template-columns:1fr}.feature-large{min-height:460px}.feature-stack{grid-template-columns:repeat(3,1fr)}.feature-card.wide{grid-column:auto;display:block}.feature-card.wide .copy{display:block}.feature-card.wide .feature-card-icon{margin-bottom:26px}.growth-steps{margin-top:18px}
  .config-layout{grid-template-columns:1fr}.config-controls{border-right:0;border-bottom:1px solid var(--line)}.config-preview-sticky{position:static}.config-preview{padding-top:38px}.preview-summary{max-width:520px}
  .scenario-layout{grid-template-columns:280px 1fr}.scenario-stage{min-height:0}.scenario-ui{grid-template-columns:1fr}.scenario-ui .scenario-panel:last-child{display:none}
  .library-grid{grid-template-columns:repeat(3,1fr)}
  .perspective-stage{grid-template-columns:1fr;gap:25px}.perspective-copy{max-width:740px}.perspective-visual{height:500px}
  .pricing-shell{grid-template-columns:1fr}.formula{max-width:630px}
  .trust-grid{grid-template-columns:repeat(2,1fr)}
  .faq-layout{grid-template-columns:1fr;gap:34px}.faq-copy{position:static;max-width:700px}
  .final-module-cloud{display:none}.final-inner{min-height:390px}.footer-grid{grid-template-columns:1.3fr repeat(2,1fr)}.footer-col:nth-last-child(-n+2){display:none}
}
@media (max-width:820px){
  :root{--shell:calc(100% - 28px)}
  .prototype-note{font-size:9px;padding:8px 10px}.site-header{top:0}.header-row{height:68px}.header-actions>.btn{display:none}.section{padding:78px 0}.section-sm{padding:58px 0}.section-head{display:block;margin-bottom:35px}.section-head p{margin-top:16px;font-size:15px}.section-head.center{margin-bottom:38px}
  h1{font-size:46px;line-height:1.01}.hero{padding:54px 0 68px}.hero-copy .lead{font-size:16px}.hero-grid{gap:43px}.segment-tabs{display:grid;grid-template-columns:1fr 1fr}.segment-tab{justify-content:center}.segment-tab:last-child{grid-column:1/-1}.hero-actions{display:grid;grid-template-columns:1fr}.hero-actions .btn{width:100%}.micro-proof{gap:9px;font-size:11px}.product-stage{min-height:480px}.browser{right:0}.app-frame{grid-template-columns:100px 1fr;min-height:300px}.mini-sidebar{padding:15px 9px}.mini-content{padding:15px}.metric-row{grid-template-columns:1fr 1fr}.metric:last-child{display:none}.appointment:nth-last-child(-n+1){display:none}.phone{width:177px;height:365px;border-width:6px;border-radius:29px;right:-2px}.phone::before{width:58px;height:14px;top:6px}.phone-hero{height:106px;padding:31px 13px 11px}.phone-name{font-size:14px}.phone-body{padding:9px}.phone-card{padding:8px}.floating-module{font-size:8px;padding:7px 8px}.floating-module .bubble{width:22px;height:22px}.floating-module.one{left:-6px;bottom:44px}.floating-module.two{right:10px;top:-20px}.floating-module.three{display:none}
  .audience-row{grid-template-columns:1fr 1fr;padding:19px 0;min-height:0}.audience-label{grid-column:1/-1}.audience-item:nth-last-child(-n+2){display:flex}.audience-item{font-size:11px}.audience-icon{width:30px;height:30px}
  .modular-grid{gap:14px}.feature-large{padding:28px;min-height:455px}.feature-large h3{font-size:30px}.feature-large p{font-size:14px}.module-orbit{left:20px;right:20px;bottom:24px;height:178px}.orbit-core{width:92px;height:92px}.orbit-line{width:90%}.orbit-chip{font-size:8px}.feature-stack{grid-template-columns:1fr;gap:14px}.feature-card{min-height:0;padding:24px}.feature-card.wide{grid-column:auto}
  .configurator-wrap{border-radius:24px}.config-head{padding:22px;align-items:flex-start}.config-head p{max-width:240px}.config-count{font-size:11px}.config-controls{padding:22px}.preset-row{display:grid;grid-template-columns:1fr 1fr}.chip{justify-content:center}.toggle-grid{grid-template-columns:1fr}.config-preview{padding:24px 16px}.live-phone{width:246px;height:480px}.preview-toolbar{max-width:470px}.preview-summary{max-width:470px}
  .scenario-layout{grid-template-columns:1fr}.scenario-menu{grid-template-columns:1fr 1fr}.scenario-btn{grid-template-columns:35px 1fr;padding:11px}.scenario-btn-icon{width:35px;height:35px}.scenario-btn small,.scenario-arrow{display:none}.scenario-stage{padding:25px;min-height:0}.scenario-copy h3{font-size:28px}.scenario-ui{height:265px;margin-top:24px}
  .library-grid{grid-template-columns:1fr 1fr;gap:11px}.library-card{min-height:205px;padding:18px}.library-card h3{font-size:15px}.library-icon{margin-bottom:20px}
  .perspective-tabs{width:100%}.perspective-tab{flex:1;justify-content:center;font-size:12px}.perspective-copy h3{font-size:30px}.perspective-visual{height:420px}.owner-dashboard{left:14px;right:14px;top:33px;height:350px;transform:none}.client-view{height:403px;width:215px;border-width:7px}.client-view .live-header{height:128px}.perspective-pane.active{display:grid}
  .steps-grid{grid-template-columns:1fr 1fr;gap:27px 16px}.steps-grid::before{display:none}.step-no{width:52px;height:52px;border-radius:16px;margin-bottom:16px}
  .evidence-card{padding:30px 24px;grid-template-columns:1fr;gap:30px}.evidence-copy h2{font-size:34px}.evidence-metrics{gap:9px}.evidence-metric{min-height:130px;padding:17px}.evidence-metric strong{font-size:30px}
  .pricing-logic,.pricing-card{padding:26px 22px}.formula{grid-template-columns:1fr auto 1fr}.formula-box:nth-of-type(3),.formula-plus:nth-of-type(4){display:none}.price-list{grid-template-columns:1fr}.price-row strong{font-size:45px}
  .trust-grid{grid-template-columns:1fr}.trust-card{padding:23px}
  .faq-question{padding:18px;font-size:14px}.faq-answer p{padding-inline:18px}
  .final-inner{min-height:480px}.final-copy h2{font-size:44px}.final-copy p{font-size:16px}.final-actions{display:grid}.final-actions .btn{width:100%}
  .footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-col:nth-last-child(-n+2){display:block}.footer-bottom{align-items:flex-start;flex-direction:column}.mobile-menu{inset:102px 0 0}
}
@media (max-width:470px){
  .segment-tabs{grid-template-columns:1fr 1fr}.segment-tab:last-child{grid-column:1/-1}.scenario-menu{grid-template-columns:1fr}.library-grid{grid-template-columns:1fr}.steps-grid{grid-template-columns:1fr}.evidence-metrics{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-col{display:block!important}.formula{grid-template-columns:1fr}.formula-plus{display:none}.formula-box:nth-of-type(3){display:block}.browser{left:-25px;right:-60px}.phone{right:-3px}.floating-module.one{left:4px}.config-head{display:block}.config-count{display:inline-flex;margin-top:14px}.preset-row{grid-template-columns:1fr}.scenario-stage{min-height:0}.scenario-ui{height:275px}.module-orbit .orbit-chip{max-width:115px}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}



.mobile-preview-launch{display:none}
.preview-toolbar-actions{display:flex;align-items:center;gap:8px}
.preview-close{display:none}

/* =========================================================
   V2 — compact, layered mobile language
   ========================================================= */
.module-library-v2{padding-bottom:96px}
.module-studio{
  position:relative;z-index:1;
  display:grid;grid-template-columns:minmax(310px,.72fr) minmax(0,1.28fr);
  min-height:520px;border:1px solid rgba(255,255,255,.12);
  border-radius:30px;overflow:hidden;background:rgba(255,255,255,.045);
  box-shadow:0 28px 80px rgba(0,0,0,.16)
}
.module-browser{padding:22px;background:rgba(7,25,43,.54);border-right:1px solid rgba(255,255,255,.1)}
.module-browser-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px;color:#dce7eb;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.module-browser-head span:last-child{color:#7ee3da;font-size:10px;letter-spacing:0;text-transform:none}
.module-filter-row{display:flex;gap:7px;overflow:auto;padding:2px 1px 12px;scrollbar-width:none}
.module-filter-row::-webkit-scrollbar,.module-index::-webkit-scrollbar,.flow-nav::-webkit-scrollbar{display:none}
.module-filter-btn{flex:none;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.045);color:#aebdc4;padding:8px 10px;border-radius:999px;font-size:10px;font-weight:770;cursor:pointer;transition:.2s}
.module-filter-btn:hover{border-color:rgba(126,227,218,.42);color:#fff}
.module-filter-btn.active{background:#fff;color:var(--navy);border-color:#fff}
.module-index{display:grid;grid-template-columns:1fr 1fr;gap:8px;max-height:400px;overflow:auto;padding-right:4px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) transparent}
.module-index-btn{min-width:0;display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:9px;padding:9px;border:1px solid rgba(255,255,255,.08);border-radius:13px;background:rgba(255,255,255,.035);color:#c3d0d6;text-align:left;cursor:pointer;transition:.2s}
.module-index-btn:hover{background:rgba(255,255,255,.075);border-color:rgba(126,227,218,.22)}
.module-index-btn.active{background:rgba(100,222,211,.12);border-color:rgba(100,222,211,.34);color:#fff;box-shadow:inset 3px 0 0 #69ddd3}
.module-index-icon{width:34px;height:34px;border-radius:10px;background:rgba(100,222,211,.1);display:grid;place-items:center;color:#79ded5}
.module-index-btn b{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:11px}
.module-index-btn small{display:block;color:#80949e;font-size:8px;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.module-index-btn.active small{color:#9eb5bd}
.module-spotlight{position:relative;padding:34px 36px 22px;display:flex;flex-direction:column;min-width:0;background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018));overflow:hidden}
.module-spotlight::after{content:"";position:absolute;width:420px;height:420px;border-radius:50%;right:-210px;bottom:-260px;background:radial-gradient(circle,rgba(73,214,203,.18),rgba(73,214,203,0) 68%);pointer-events:none}
.spotlight-topline{display:flex;align-items:center;justify-content:space-between;gap:14px;position:relative;z-index:1}
.spotlight-position{font-size:10px;color:#78909b;font-weight:770;letter-spacing:.1em}
.spotlight-position b{color:#7fe2da;font-size:13px}
.spotlight-category{padding:7px 10px;border:1px solid rgba(255,255,255,.1);border-radius:999px;color:#b9c8ce;background:rgba(255,255,255,.045);font-size:9px;font-weight:780}
.spotlight-grid{display:grid;grid-template-columns:minmax(0,.88fr) minmax(330px,1.12fr);gap:38px;align-items:center;flex:1;position:relative;z-index:1;padding:20px 0 16px}
.spotlight-title-row{display:flex;align-items:center;gap:14px;margin-bottom:18px}
.spotlight-icon{width:52px;height:52px;border-radius:16px;background:rgba(100,222,211,.14);border:1px solid rgba(100,222,211,.22);display:grid;place-items:center;color:#83e8df;flex:none}
.spotlight-kicker{display:block;color:#7f969f;font-size:9px;font-weight:820;letter-spacing:.12em;text-transform:uppercase;margin-bottom:3px}
.spotlight-copy h3{font-size:30px;color:#fff}
.spotlight-copy>p{color:#b8c7cd;font-size:14px;line-height:1.72;max-width:500px}
.spotlight-outcome{display:flex;align-items:center;gap:8px;margin-top:20px;color:#76e1d7;font-size:12px;font-weight:800}
.spotlight-context{display:flex;flex-wrap:wrap;align-items:center;gap:7px;margin-top:22px;color:#7f929b;font-size:9px}
.spotlight-context b{padding:6px 8px;border-radius:8px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.07);color:#b8c7cd;font-weight:700}
.module-demo{position:relative;height:305px;border-radius:24px;background:#f4f7fa;border:1px solid rgba(105,221,211,.15);display:block;overflow:hidden}
.module-demo>.web-app-preview{width:100%;height:100%;border:0;border-radius:23px;box-shadow:none}
.demo-window{width:86%;height:78%;border-radius:17px;background:#f8fbfa;box-shadow:0 24px 55px rgba(0,0,0,.2);overflow:hidden;transform:rotate(-1deg);transition:transform .35s ease}
.module-demo[data-demo="booking"] .demo-window,.module-demo[data-demo="classes"] .demo-window{transform:rotate(1deg)}
.demo-window-bar{height:28px;background:#eef3f2;border-bottom:1px solid #dfe8e5;display:flex;align-items:center;gap:5px;padding:0 10px;color:#839097;font-size:7px}
.demo-window-bar i{width:5px;height:5px;border-radius:50%;background:#bdc9c5}.demo-window-bar span{margin-left:5px;flex:1;text-align:center}
.demo-canvas{height:calc(100% - 28px);display:grid;grid-template-columns:54px 1fr;background:#f7faf9}
.demo-side{background:#123047;padding:14px 10px;display:grid;align-content:start;gap:9px}.demo-side span{height:7px;border-radius:4px;background:rgba(255,255,255,.15)}.demo-side span:first-child{background:#65d8cf;width:70%}
.demo-main{padding:21px}.demo-label{color:var(--teal-dark);font-size:7px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.demo-heading{font-size:15px;font-weight:850;color:var(--navy);margin:5px 0 12px;letter-spacing:-.03em}.demo-line{height:5px;border-radius:5px;background:#dfe8e5;width:72%;margin-top:6px}.demo-line.long{width:92%}.demo-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:19px}.demo-cards i{height:47px;border-radius:9px;background:#fff;border:1px solid #dae5e2;box-shadow:0 5px 13px rgba(18,48,61,.05)}.demo-cards i:first-child{background:#e5f7f3;border-color:#a9d9d0}
.demo-pulse{position:absolute;border:1px solid rgba(113,226,216,.26);border-radius:50%;animation:modulePulse 3.6s ease-out infinite}.demo-pulse.one{width:170px;height:170px;right:-80px;bottom:-80px}.demo-pulse.two{width:90px;height:90px;left:-42px;top:-38px;animation-delay:-1.8s}
@keyframes modulePulse{0%{transform:scale(.72);opacity:0}35%{opacity:1}100%{transform:scale(1.18);opacity:0}}
.spotlight-controls{display:flex;align-items:center;justify-content:space-between;gap:20px;position:relative;z-index:1}
.spotlight-progress{height:3px;flex:1;background:rgba(255,255,255,.08);border-radius:999px;overflow:hidden;position:relative}
.spotlight-progress::after{content:"";position:absolute;left:0;top:0;bottom:0;width:var(--atlas-progress,8.33%);border-radius:inherit;background:#69ddd3;transition:width .3s ease}
.spotlight-buttons{display:flex;gap:7px}.spotlight-btn{width:39px;height:39px;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.055);color:#b9c9cf;display:grid;place-items:center;cursor:pointer}.spotlight-btn:hover{background:rgba(255,255,255,.1);color:#fff}.spotlight-btn:first-child .icon{transform:rotate(180deg)}

.steps-section-v2{background:linear-gradient(180deg,#f5f8f7,#edf4f1)}
.flow-shell{position:relative;display:grid;grid-template-columns:300px minmax(0,1fr);min-height:385px;border:1px solid var(--line);border-radius:28px;background:#fff;overflow:hidden;box-shadow:var(--shadow-card)}
.flow-nav{padding:14px;background:#f4f7f6;border-right:1px solid var(--line);display:grid;align-content:center;gap:7px}
.flow-tab{width:100%;display:grid;grid-template-columns:42px minmax(0,1fr) 18px;align-items:center;gap:10px;padding:11px;border:1px solid transparent;border-radius:15px;background:transparent;text-align:left;cursor:pointer;color:#667680;transition:.2s}
.flow-tab:hover{background:#fff;border-color:var(--line)}
.flow-tab.active{background:#fff;border-color:#c9ddd8;color:var(--navy);box-shadow:0 9px 24px rgba(18,48,61,.07)}
.flow-tab-no{width:42px;height:42px;border-radius:12px;background:#e7efed;display:grid;place-items:center;color:#678079;font-size:11px;font-weight:850}
.flow-tab.active .flow-tab-no{background:var(--mint);color:var(--teal-dark)}
.flow-tab b{display:block;font-size:13px}.flow-tab small{display:block;font-size:9px;color:#8a979e;margin-top:2px}.flow-tab>.icon{color:#a5b2b7}.flow-tab.active>.icon{color:var(--teal)}
.flow-stage{padding:34px 38px;display:grid;grid-template-columns:minmax(0,.88fr) minmax(340px,1.12fr);gap:42px;align-items:center;min-width:0}
.flow-title-row{display:flex;align-items:center;gap:14px;margin-bottom:18px}
.flow-icon{width:50px;height:50px;border-radius:15px;background:var(--mint);color:var(--teal-dark);display:grid;place-items:center;flex:none}
.flow-kicker{display:block;color:var(--teal-dark);font-size:9px;font-weight:850;letter-spacing:.1em;text-transform:uppercase;margin-bottom:3px}
.flow-copy h3{font-size:30px}.flow-copy>p{color:var(--muted);font-size:14px;line-height:1.72;max-width:520px}
.flow-result{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-top:22px;padding:10px 12px;border-radius:12px;background:var(--surface);border:1px solid var(--line);font-size:10px}.flow-result span{color:#849199;text-transform:uppercase;font-weight:820;letter-spacing:.08em}.flow-result b{color:var(--navy);font-size:11px}
.flow-mobile-controls{display:none}
.flow-visual{height:245px;border:1px solid #d3e3df;border-radius:22px;background:linear-gradient(145deg,#edf7f4,#e1efeb);padding:13px;position:relative;overflow:hidden;transition:.3s}
.flow-visual::after{content:"";position:absolute;width:180px;height:180px;border-radius:50%;right:-90px;bottom:-110px;background:radial-gradient(circle,rgba(10,139,134,.18),rgba(10,139,134,0) 70%)}
.flow-visual-top{height:28px;display:flex;align-items:center;gap:5px;padding:0 8px;border-radius:10px 10px 0 0;background:#eef3f2;border:1px solid #d9e4e1;border-bottom:0}.flow-visual-top span{width:5px;height:5px;border-radius:50%;background:#bdcac6}.flow-visual-top b{margin-left:auto;color:#6e7d85;font-size:7px}
.flow-board{height:170px;background:#fff;border:1px solid #d9e4e1;border-radius:0 0 14px 14px;display:grid;grid-template-columns:58px 1fr;overflow:hidden;box-shadow:0 14px 27px rgba(18,48,61,.08)}
.flow-board-side{background:var(--navy);padding:16px 10px;display:grid;align-content:start;gap:10px}.flow-board-side i{height:6px;border-radius:5px;background:rgba(255,255,255,.13)}.flow-board-side i:nth-child(2){background:#64d8cf;width:75%}
.flow-board-main{padding:17px}.flow-board-title{display:flex;align-items:center;gap:8px;margin-bottom:13px}.flow-board-title i{width:25px;height:25px;border-radius:8px;background:var(--mint)}.flow-board-title span{height:7px;width:43%;border-radius:5px;background:#cfdcd8}.flow-board-row{display:grid;grid-template-columns:29px 1fr 27px;align-items:center;gap:7px;padding:7px 0;border-top:1px solid #edf1f0}.flow-board-row i{width:29px;height:23px;border-radius:7px;background:#edf4f2}.flow-board-row span{height:5px;border-radius:5px;background:#d7e2df}.flow-board-row b{height:13px;border-radius:999px;background:#def3ef}
.flow-status{position:absolute;right:23px;bottom:8px;z-index:2;display:flex;align-items:center;gap:6px;padding:7px 9px;border-radius:10px;background:#fff;border:1px solid #cee0dc;box-shadow:0 8px 19px rgba(18,48,61,.08);color:var(--teal-dark);font-size:8px;font-weight:820}
.flow-visual[data-flow-visual="modules"] .flow-board-row:nth-child(3) i,.flow-visual[data-flow-visual="modules"] .flow-board-row:nth-child(4) i{background:#dff4f0}.flow-visual[data-flow-visual="content"] .flow-board-main{padding-top:12px}.flow-visual[data-flow-visual="content"] .flow-board-row{grid-template-columns:1fr 48px}.flow-visual[data-flow-visual="content"] .flow-board-row i{width:100%;height:6px}.flow-visual[data-flow-visual="publish"] .flow-board{grid-template-columns:1fr}.flow-visual[data-flow-visual="publish"] .flow-board-side{display:none}.flow-visual[data-flow-visual="publish"] .flow-board-main{display:grid;place-content:center}.flow-visual[data-flow-visual="publish"] .flow-board-title i{width:46px;height:46px;border-radius:15px}.flow-visual[data-flow-visual="publish"] .flow-board-title span{width:110px}
.flow-autobar{position:absolute;left:0;right:0;bottom:0;height:3px;background:#e8efed}.flow-autobar span{display:block;height:100%;width:0;background:var(--teal);animation:flowTimer 6s linear infinite;transform-origin:left}.flow-shell.is-paused .flow-autobar span{animation-play-state:paused}@keyframes flowTimer{from{width:0}to{width:100%}}

/* Compact repeated patterns on tablets and phones */
@media (max-width:1100px){
  .module-studio{grid-template-columns:330px 1fr}.spotlight-grid{grid-template-columns:1fr;gap:18px}.module-demo{height:220px}.module-index{grid-template-columns:1fr}.flow-shell{grid-template-columns:260px 1fr}.flow-stage{grid-template-columns:1fr;gap:22px}.flow-visual{height:210px}
}

@media (max-width:820px){
  .section{padding:66px 0}.section-head.center{margin-bottom:30px}.section-head h2{font-size:34px}.section-head p{line-height:1.62}

  /* Horizontal, not stacked, feature cards */
  .feature-stack{display:flex;gap:11px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-inline:14px;margin-inline:-14px;padding:2px 14px 12px;scrollbar-width:none}.feature-stack::-webkit-scrollbar{display:none}
  .feature-card{flex:0 0 min(82vw,330px);min-height:154px;padding:20px;display:grid;grid-template-columns:42px minmax(0,1fr);grid-template-rows:auto 1fr;column-gap:12px;row-gap:5px;scroll-snap-align:start;border-radius:20px}
  .feature-card .feature-card-icon{grid-column:1;grid-row:1 / span 2;width:42px;height:42px;border-radius:13px;margin:0}
  .feature-card h3{grid-column:2;font-size:18px;margin:1px 0 0}.feature-card p{grid-column:2;font-size:12px;line-height:1.55}
  .feature-card.wide{display:grid;grid-template-columns:1fr;grid-template-rows:auto auto;gap:9px}.feature-card.wide .copy{display:grid;grid-template-columns:42px 1fr;align-items:start;gap:12px}.feature-card.wide .feature-card-icon{grid-column:1;grid-row:1}.feature-card.wide .copy>div:last-child{grid-column:2}.feature-card.wide .copy h3,.feature-card.wide .copy p{grid-column:auto}.feature-card.wide .growth-steps{margin:6px 0 0 54px}

  /* Configurator becomes four swipeable module lanes */
  .preset-row{display:flex;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x proximity;margin-inline:-22px;padding:0 22px 9px;scrollbar-width:none}.preset-row::-webkit-scrollbar,.toggle-grid::-webkit-scrollbar{display:none}.preset-row .chip{flex:none;scroll-snap-align:start}
  .module-groups{gap:17px;min-width:0}.module-group{min-width:0;width:100%}.module-group-title{width:auto;margin-bottom:7px}.toggle-grid{display:flex;width:auto;max-width:none;gap:9px;overflow-x:auto;scroll-snap-type:x mandatory;margin-inline:-22px;padding:1px 22px 10px;scrollbar-width:none}
  .toggle-card{flex:0 0 min(76vw,276px);min-height:76px;padding:10px;grid-template-columns:36px minmax(0,1fr) auto;scroll-snap-align:start}.module-icon{width:36px;height:36px}.module-name{font-size:11px}.module-desc{font-size:9px;line-height:1.35;margin-top:2px}

  /* Scenario selector as a compact swipe rail */
  .scenario-menu{display:flex;grid-template-columns:none;gap:8px;overflow-x:auto;scroll-snap-type:x proximity;margin-inline:-14px;padding:1px 14px 10px;scrollbar-width:none}.scenario-menu::-webkit-scrollbar{display:none}.scenario-btn{flex:0 0 auto;min-width:148px;grid-template-columns:34px auto;padding:9px 11px;scroll-snap-align:start;border-radius:13px}.scenario-btn-icon{width:34px;height:34px}.scenario-btn b{font-size:11px}.scenario-btn small,.scenario-arrow{display:none}.scenario-stage{border-radius:26px}.scenario-copy h3{font-size:27px}

  /* Module atlas: one compact cyclic card instead of a 12-card wall */
  .module-library-v2{padding-bottom:68px}.module-library-v2 .section-head{margin-bottom:24px}
  .module-studio{display:block;min-height:0;border:0;border-radius:0;background:transparent;box-shadow:none;overflow:visible}
  .module-browser{padding:0;background:transparent;border:0}.module-browser-head{margin-bottom:10px}.module-filter-row{margin-inline:-14px;padding-inline:14px}.module-filter-btn{padding:8px 10px}
  .module-index{display:flex;grid-template-columns:none;max-height:none;gap:7px;overflow-x:auto;scroll-snap-type:x proximity;margin-inline:-14px;padding:0 14px 10px;scrollbar-width:none}
  .module-index-btn{flex:0 0 auto;min-width:auto;grid-template-columns:29px auto;padding:7px 9px;border-radius:11px;scroll-snap-align:start}.module-index-icon{width:29px;height:29px;border-radius:9px}.module-index-btn b{font-size:10px;max-width:116px}.module-index-btn small{display:none}.module-index-btn.active{box-shadow:inset 0 -2px 0 #69ddd3}
  .module-spotlight{margin-top:10px;padding:18px 18px 16px;min-height:416px;border:1px solid rgba(255,255,255,.11);border-radius:24px;background:rgba(255,255,255,.055)}
  .spotlight-topline{margin-bottom:12px}.spotlight-grid{display:flex;flex-direction:column;gap:14px;padding:0 0 14px}.spotlight-copy{width:100%}.spotlight-title-row{gap:10px;margin-bottom:12px}.spotlight-icon{width:42px;height:42px;border-radius:13px}.spotlight-copy h3{font-size:23px}.spotlight-copy>p{font-size:12px;line-height:1.58}.spotlight-outcome{margin-top:13px;font-size:10px}.spotlight-context{margin-top:12px;gap:5px}.spotlight-context b{padding:5px 7px;font-size:8px}
  .module-demo{width:100%;height:154px;border-radius:18px}.demo-window{height:80%;width:90%;border-radius:13px}.demo-window-bar{height:21px}.demo-canvas{height:calc(100% - 21px);grid-template-columns:42px 1fr}.demo-side{padding:10px 7px;gap:6px}.demo-main{padding:13px}.demo-heading{font-size:11px;margin:3px 0 8px}.demo-cards{margin-top:11px;gap:5px}.demo-cards i{height:28px}.spotlight-controls{gap:12px}.spotlight-btn{width:36px;height:36px;border-radius:11px}

  /* Steps: one active stage, tabs in a horizontal rail */
  .steps-section-v2 .section-head{margin-bottom:24px}.flow-shell{display:block;min-height:0;border-radius:23px;overflow:hidden}
  .flow-nav{display:flex;gap:7px;overflow-x:auto;scroll-snap-type:x proximity;align-content:unset;padding:9px;border-right:0;border-bottom:1px solid var(--line);scrollbar-width:none}
  .flow-tab{flex:0 0 auto;width:auto;min-width:118px;grid-template-columns:31px auto;padding:7px 9px;gap:8px;border:1px solid var(--line);background:#fff;scroll-snap-align:start;border-radius:12px}.flow-tab>.icon{display:none}.flow-tab-no{width:31px;height:31px;border-radius:9px;font-size:9px}.flow-tab b{font-size:11px}.flow-tab small{font-size:8px}.flow-tab.active{box-shadow:none;border-color:#9fd2c9;background:var(--mint-2)}
  .flow-stage{display:block;padding:20px 18px 18px}.flow-title-row{gap:10px;margin-bottom:11px}.flow-icon{width:42px;height:42px;border-radius:13px}.flow-kicker{font-size:8px}.flow-copy h3{font-size:23px}.flow-copy>p{font-size:12px;line-height:1.58}.flow-result{margin-top:13px;padding:8px 9px;gap:6px}.flow-result span{font-size:8px}.flow-result b{font-size:9px}
  .flow-mobile-controls{display:flex;align-items:center;justify-content:flex-start;gap:8px;margin-top:13px}.flow-mobile-controls button{width:32px;height:32px;border:1px solid var(--line);border-radius:10px;background:#fff;display:grid;place-items:center;color:var(--teal-dark)}.flow-mobile-controls button:first-child .icon{transform:rotate(180deg)}.flow-mobile-controls span{font-size:9px;color:#849199;font-weight:750}.flow-mobile-controls span b{color:var(--navy)}
  .flow-visual{height:151px;margin-top:15px;padding:9px;border-radius:17px}.flow-visual-top{height:20px}.flow-board{height:104px;grid-template-columns:40px 1fr}.flow-board-side{padding:10px 7px;gap:6px}.flow-board-main{padding:10px}.flow-board-title{margin-bottom:6px}.flow-board-title i{width:18px;height:18px}.flow-board-row{padding:4px 0;grid-template-columns:20px 1fr 20px}.flow-board-row i{width:20px;height:15px}.flow-status{right:13px;bottom:5px;padding:5px 7px;font-size:7px}.flow-autobar{height:2px}

  /* Trust cards and metrics use the same compact horizontal grammar */
  .trust-grid{display:flex;grid-template-columns:none;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;margin-inline:-14px;padding:1px 14px 10px;scrollbar-width:none}.trust-grid::-webkit-scrollbar,.evidence-metrics::-webkit-scrollbar{display:none}
  .trust-card{flex:0 0 min(82vw,326px);min-height:142px;padding:18px;display:grid;grid-template-columns:40px 1fr;align-content:start;gap:3px 11px;scroll-snap-align:start;border-radius:18px}.trust-card .feature-card-icon{grid-column:1;grid-row:1 / span 2;width:40px;height:40px;margin:0;border-radius:12px}.trust-card h3{grid-column:2;font-size:15px;margin:1px 0 3px}.trust-card p{grid-column:2;font-size:10px;line-height:1.5}
  .evidence-metrics{display:flex;grid-template-columns:none;gap:9px;overflow-x:auto;scroll-snap-type:x mandatory;margin-inline:-24px;padding:0 24px 8px}.evidence-metric{flex:0 0 174px;min-height:108px;scroll-snap-align:start;padding:15px}.evidence-metric strong{font-size:28px}.evidence-metric span{font-size:10px;margin-top:5px}

  .perspective-stage,.perspective-copy,.perspective-visual{min-width:0;width:100%}.perspective-copy{max-width:100%}
  .benefit-list{display:flex;width:auto;max-width:none;gap:8px;overflow-x:auto;scroll-snap-type:x mandatory;margin-inline:-14px;padding:1px 14px 9px;scrollbar-width:none}.benefit-list::-webkit-scrollbar,.pricing-shell::-webkit-scrollbar{display:none}
  .benefit-item{flex:0 0 min(78vw,300px);min-height:76px;grid-template-columns:25px 1fr;gap:8px;padding:10px;border:1px solid var(--line);border-radius:14px;background:var(--surface);scroll-snap-align:start}.benefit-check{width:25px;height:25px}.benefit-item b{font-size:11px}.benefit-item span{font-size:9px;line-height:1.42}
  .perspective-switch{margin-bottom:22px}.perspective-copy h3{font-size:28px}.perspective-copy>p{font-size:13px;line-height:1.62;margin-bottom:17px}.perspective-visual{height:345px;border-radius:25px}.owner-dashboard{left:12px;right:12px;top:26px;height:286px}.client-view{height:330px;width:190px;border-width:6px;border-radius:32px;top:10px}.client-view::before{width:64px;height:15px;top:6px}.client-view .live-header{height:108px}

  .scenario-stage{padding:21px;border-radius:23px}.scenario-copy h3{font-size:25px;line-height:1.12;margin-bottom:10px}.scenario-copy p{font-size:12px;line-height:1.58}.scenario-outcome{font-size:10px;line-height:1.45;margin-top:12px}.scenario-ui{height:220px;margin-top:18px}.scenario-panel{padding:14px}.scenario-calendar{gap:4px}.scenario-day{height:36px}.scenario-booking{padding:7px;margin-top:7px}

  .pricing-shell{display:flex;grid-template-columns:none;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;align-items:stretch;margin-inline:-14px;padding:1px 14px 13px;scrollbar-width:none}
  .pricing-logic,.pricing-card{flex:0 0 min(84vw,342px);scroll-snap-align:start;border-radius:24px}.pricing-logic{padding:24px 20px}.pricing-card{padding:26px 22px}.pricing-points{gap:8px}.pricing-point{font-size:11px}

  .config-layout,.config-controls,.config-preview,.config-preview-sticky{min-width:0;width:100%}
  .preset-row,.toggle-grid{max-width:100%}
  .mobile-preview-launch{position:sticky;bottom:12px;z-index:8;width:100%;margin-top:7px;padding:11px 13px;border:1px solid rgba(255,255,255,.14);border-radius:15px;background:var(--navy);color:#fff;box-shadow:0 16px 35px rgba(16,36,58,.2);display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;text-align:left}
  .mobile-preview-launch>span{display:flex;align-items:center;gap:10px}.mobile-preview-launch>span>.icon{width:37px;height:37px;padding:9px;border-radius:11px;background:rgba(112,225,215,.13);color:#79e0d7}.mobile-preview-launch b{display:block;font-size:11px}.mobile-preview-launch small{display:block;color:#9fb2bb;font-size:8px;margin-top:2px}.mobile-preview-launch>.icon{color:#70ddd4}
  .config-preview{position:fixed;inset:0;z-index:120;overflow-y:auto;overscroll-behavior:contain;padding:18px 14px 36px;background:linear-gradient(180deg,#f4f8f6,#eaf3ef);transform:translateY(102%);opacity:0;visibility:hidden;pointer-events:none;transition:transform .34s cubic-bezier(.22,.8,.25,1),opacity .22s,visibility 0s linear .34s}
  .config-preview.is-open{transform:translateY(0);opacity:1;visibility:visible;pointer-events:auto;transition-delay:0s}
  .config-preview-sticky{position:static;max-width:430px;margin-inline:auto}
  .preview-toolbar{position:sticky;top:-18px;z-index:5;width:calc(100% + 28px);max-width:none;margin:0 -14px 18px;padding:16px 14px 12px;background:rgba(244,248,246,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
  .preview-summary{width:100%;max-width:100%}
  .preview-close{width:34px;height:34px;border:1px solid var(--line);border-radius:10px;background:#fff;display:grid;place-items:center;color:var(--navy);font-size:22px;line-height:1;cursor:pointer}
  .live-phone{width:220px;height:428px;border-width:7px;border-radius:34px}
  .live-phone::before{width:70px;height:17px;top:7px}
  body.preview-open{overflow:hidden}
}

@media (max-width:470px){
  .module-spotlight{min-height:430px}.spotlight-context b:nth-last-child(1){display:none}
  .flow-tab{min-width:110px}.feature-card,.trust-card{flex-basis:86vw}
}

@media (prefers-reduced-motion:reduce){
  .flow-autobar span,.demo-pulse{animation:none}.module-demo,.demo-window{transition:none}
}



/* =========================================================
   V3 — scroll story, switchable tiles and mobile hardening
   ========================================================= */
:root{
  --header-live-offset:78px;
  --story-accent:#76e4da;
  --story-panel:#0f253a;
}
.page-progress{position:fixed;left:0;right:0;top:0;height:3px;z-index:160;background:transparent;pointer-events:none}
.page-progress span{display:block;width:100%;height:100%;background:linear-gradient(90deg,var(--teal),#59d8cf);transform:scaleX(0);transform-origin:left center;will-change:transform}

.hero{--hero-progress:0;min-height:calc(100svh - 115px);display:flex;align-items:center}
.hero-grid{min-width:0}
.hero-copy{transform:translate3d(0,calc(var(--hero-progress) * -16px),0);transition:transform .08s linear}
.product-stage{transform:translate3d(0,calc(var(--hero-progress) * 18px),0) scale(calc(1 - var(--hero-progress) * .018));transform-origin:center;transition:transform .08s linear}
.product-stage.is-refreshed .browser{animation:heroBrowserRefresh .46s cubic-bezier(.2,.75,.2,1)}
.product-stage.is-refreshed .phone{animation:heroPhoneRefresh .5s cubic-bezier(.2,.75,.2,1)}
.product-stage.is-refreshed .floating-module{animation:heroChipRefresh .48s cubic-bezier(.2,.75,.2,1)}
@keyframes heroBrowserRefresh{from{opacity:.45;transform:translateY(12px) rotateY(-2.5deg) rotateX(1deg) scale(.985)}to{opacity:1;transform:rotateY(-2.5deg) rotateX(1deg)}}
@keyframes heroPhoneRefresh{from{opacity:.35;transform:translateY(18px) scale(.97)}to{opacity:1;transform:none}}
@keyframes heroChipRefresh{from{opacity:0;transform:translateY(9px) scale(.94)}to{opacity:1;transform:none}}

/* Scroll-driven product story */
.story-section{position:relative;background:#fff;overflow:visible}
.story-section::before{content:"";position:absolute;width:760px;height:760px;border-radius:50%;left:-420px;top:12%;background:radial-gradient(circle,rgba(10,139,134,.09),rgba(10,139,134,0) 70%);pointer-events:none}
.story-head{position:sticky;top:var(--header-live-offset);z-index:12;margin-bottom:20px;padding:18px 0 16px;background:linear-gradient(180deg,#fff 0%,rgba(255,255,255,.98) 78%,rgba(255,255,255,0) 100%)}
.story-head>div{grid-column:1/-1;max-width:900px}.story-head p{max-width:470px}
.story-lead{position:relative;z-index:1;max-width:650px;margin:-8px 0 30px;color:var(--muted);font-size:15px;line-height:1.72}
.story-shell{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(330px,.62fr);gap:clamp(34px,5.6vw,86px);align-items:start}
.story-stage{position:sticky;top:calc(var(--header-live-offset) + var(--story-head-live-height,132px) + 12px);height:min(680px,calc(100svh - var(--header-live-offset) - var(--story-head-live-height,132px) - 28px));min-height:480px;display:flex;flex-direction:column;padding:22px;border-radius:38px;background:linear-gradient(145deg,#0b2034 0%,#122f47 62%,#143f50 100%);color:#fff;overflow:hidden;box-shadow:0 38px 100px rgba(12,37,55,.22);isolation:isolate}
.story-stage::before{content:"";position:absolute;inset:-40% -25%;z-index:-1;background:radial-gradient(circle at 72% 38%,rgba(64,217,205,.24),transparent 31%),radial-gradient(circle at 25% 84%,rgba(243,170,88,.13),transparent 28%);transform:rotate(-8deg)}
.story-stage-head,.story-stage-footer{position:relative;z-index:3;display:flex;align-items:center;justify-content:space-between;gap:16px}
.story-stage-head{min-height:34px;color:#91a9b3;font-size:10px;font-weight:760;letter-spacing:.08em;text-transform:uppercase}
.story-stage-head span{display:flex;align-items:center;gap:8px}.story-stage-head i{width:7px;height:7px;border-radius:50%;background:var(--story-accent);box-shadow:0 0 0 5px rgba(118,228,218,.11)}
.story-stage-head strong{color:#e8f4f5;font-size:10px;letter-spacing:0;text-transform:none;text-align:right}
.story-scenes{position:relative;flex:1;min-height:0;margin:17px 0}
.story-scene{position:absolute;inset:0;display:grid;place-items:center;opacity:0;filter:blur(10px);transform:translateY(20px) scale(.965);pointer-events:none;transition:opacity .48s ease,filter .48s ease,transform .58s cubic-bezier(.2,.72,.2,1)}
.story-scene.active{opacity:1;filter:none;transform:none;pointer-events:auto}
.story-stage-footer{min-height:38px}
.story-progress{height:3px;flex:1;max-width:380px;border-radius:999px;background:rgba(255,255,255,.09);overflow:hidden}
.story-progress span{display:block;width:25%;height:100%;border-radius:inherit;background:var(--story-accent);transition:width .45s cubic-bezier(.2,.75,.2,1)}
.story-dots{display:flex;gap:7px}.story-dots button{width:34px;height:34px;border:1px solid rgba(255,255,255,.11);border-radius:11px;background:rgba(255,255,255,.045);cursor:pointer;position:relative}.story-dots button::after{content:"";position:absolute;left:50%;top:50%;width:5px;height:5px;border-radius:50%;background:#667f8a;transform:translate(-50%,-50%);transition:.25s}.story-dots button.active{background:rgba(118,228,218,.12);border-color:rgba(118,228,218,.32)}.story-dots button.active::after{width:13px;border-radius:999px;background:var(--story-accent)}
.story-dots button:focus-visible{outline:3px solid rgba(118,228,218,.28);outline-offset:3px}

.story-steps{padding:8vh 0 18vh}
.story-step{min-height:72vh;display:flex;flex-direction:column;justify-content:center;position:relative;padding:52px 0 52px 42px;opacity:.28;transform:translateY(24px);transition:opacity .45s ease,transform .55s cubic-bezier(.2,.75,.2,1)}
.story-step::before{content:"";position:absolute;left:8px;top:0;bottom:0;width:1px;background:var(--line)}
.story-step::after{content:"";position:absolute;left:3px;top:50%;width:11px;height:11px;border-radius:50%;background:#d4dfdc;border:3px solid #fff;box-shadow:0 0 0 1px var(--line);transform:translateY(-50%);transition:.3s}
.story-step.active{opacity:1;transform:none}.story-step.active::after{background:var(--teal);box-shadow:0 0 0 6px var(--mint)}
.story-step-no{font-size:12px;font-weight:850;letter-spacing:.12em;color:#8b999f;margin-bottom:18px}
.story-step .eyebrow{margin-bottom:14px}.story-step h3{font-size:clamp(31px,3.1vw,47px);line-height:1.07;letter-spacing:-.045em;margin-bottom:18px}.story-step>p{color:var(--muted);font-size:16px;line-height:1.75;max-width:520px}
.story-result{display:flex;align-items:flex-start;gap:10px;margin-top:22px;padding:13px 14px;border:1px solid var(--line);border-radius:15px;background:var(--surface);color:#566671;font-size:12px;line-height:1.55}.story-result svg{color:var(--teal-dark);margin-top:1px}.story-result b{color:var(--navy)}

/* Scene 1 */
.story-module-map{position:relative;width:min(92%,620px);height:min(88%,500px);min-height:400px}
.story-map-ring{position:absolute;left:50%;top:50%;border:1px solid rgba(119,225,216,.12);border-radius:50%;transform:translate(-50%,-50%)}.story-map-ring.ring-one{width:72%;aspect-ratio:1}.story-map-ring.ring-two{width:95%;aspect-ratio:1}
.story-map-line{position:absolute;left:50%;top:50%;height:1px;width:86%;background:linear-gradient(90deg,transparent,rgba(118,228,218,.24),transparent);transform:translate(-50%,-50%)}.story-map-line.line-two{transform:translate(-50%,-50%) rotate(90deg);width:70%}
.story-core-tile{position:absolute;left:50%;top:50%;width:150px;height:150px;border-radius:40px;display:grid;place-items:center;align-content:center;gap:4px;background:linear-gradient(145deg,#f8fffd,#dff8f3);color:var(--navy);box-shadow:0 25px 65px rgba(0,0,0,.28);transform:translate(-50%,-50%)}
.story-core-tile .brand-mark{width:39px;height:39px;margin-bottom:4px}.story-core-tile .brand-mark span{border-color:var(--teal)}.story-core-tile .brand-mark span:last-child{background:#e2f7f3}.story-core-tile b{font-size:15px}.story-core-tile small{color:#6d7d85;font-size:8px}
.story-module-chip{position:absolute;display:grid;grid-template-columns:38px auto;align-items:center;gap:10px;padding:10px 13px;border:1px solid rgba(255,255,255,.13);border-radius:15px;background:rgba(255,255,255,.095);backdrop-filter:blur(12px);box-shadow:0 15px 35px rgba(0,0,0,.12)}
.story-module-chip>.icon{width:38px;height:38px;padding:10px;border-radius:12px;background:rgba(118,228,218,.13);color:var(--story-accent)}.story-module-chip b{font-size:11px}.story-module-chip small{display:block;color:#8299a3;font-size:8px;margin-top:2px}.story-module-chip.chip-one{left:1%;top:9%}.story-module-chip.chip-two{right:0;top:15%}.story-module-chip.chip-three{right:3%;bottom:8%}.story-module-chip.chip-four{left:4%;bottom:9%}.story-module-chip.chip-five{left:50%;top:0;transform:translateX(-50%)}

/* Scene 2 */
.story-dayboard{width:92%;height:82%;min-height:405px;border-radius:23px;background:#f7faf9;box-shadow:0 27px 70px rgba(0,0,0,.28);overflow:hidden;transform:rotate(-.6deg)}
.story-window-bar{height:39px;display:flex;align-items:center;gap:6px;padding:0 14px;background:#edf2f1;border-bottom:1px solid #dce6e3}.story-window-bar i{width:7px;height:7px;border-radius:50%;background:#c0ccc8}.story-window-bar span{flex:1;text-align:center;color:#7b898f;font-size:8px}
.story-dayboard-body{height:calc(100% - 39px);display:grid;grid-template-columns:112px 1fr}.story-dayboard-body aside{background:#102b41;padding:20px 15px;color:#fff}.story-dayboard-body aside b{font-size:11px}.story-dayboard-body aside span{display:block;height:23px;margin-top:9px;border-radius:7px;background:rgba(255,255,255,.08)}.story-dayboard-body aside span.active{margin-top:24px;background:rgba(92,216,207,.18);box-shadow:inset 3px 0 0 #69ddd3}
.story-dayboard-main{padding:23px}.story-board-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:17px}.story-board-title small{display:block;color:#8a979e;font-size:8px}.story-board-title b{display:block;color:var(--navy);font-size:18px;margin-top:3px}.story-board-title em{font-style:normal;padding:8px 10px;border-radius:8px;background:var(--teal);color:#fff;font-size:8px;font-weight:820}
.story-bento-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.story-bento-tile{min-height:102px;border:1px solid #dfe8e5;border-radius:15px;background:#fff;padding:14px;color:var(--navy);box-shadow:0 8px 22px rgba(18,48,61,.05)}.story-bento-tile small{color:#8b989e;font-size:7px;letter-spacing:.08em}.story-bento-tile strong{display:block;font-size:27px;line-height:1;margin:10px 0 5px}.story-bento-tile>span{font-size:8px;color:#6e7e86}.story-bento-tile.tile-focus{background:#e6f7f3;border-color:#aedbd3}.story-bento-tile.tile-wide{grid-column:1/-1;min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:12px}.story-bento-tile.tile-wide b{display:block;font-size:11px;margin-top:6px}.story-status{padding:6px 9px!important;border-radius:999px;background:var(--mint);color:var(--teal-dark)!important;font-weight:820}.story-bento-tile.tile-list{grid-column:1/-1;min-height:82px;display:grid;grid-template-columns:1fr repeat(3,auto);align-items:center;gap:10px}.story-bento-tile.tile-list p{font-size:8px;color:#596a74}.story-bento-tile.tile-list p i{display:inline-block;width:7px;height:7px;border-radius:3px;background:var(--teal);margin-right:4px}

/* Scene 3 */
.story-view-pair{position:relative;width:94%;height:88%;min-height:430px}.story-owner-view{position:absolute;left:0;top:8%;width:74%;height:76%;padding:19px;border-radius:22px;background:#f8faf9;border:1px solid rgba(255,255,255,.3);box-shadow:0 26px 68px rgba(0,0,0,.23);color:var(--navy);transform:rotate(-1.2deg)}
.story-view-label{display:inline-flex;align-items:center;gap:7px;padding:7px 9px;border-radius:9px;background:var(--navy);color:#fff;font-size:8px;font-weight:780}.story-owner-top{display:flex;justify-content:space-between;align-items:end;gap:10px;margin:18px 0}.story-owner-top small{display:block;color:#839097;font-size:8px}.story-owner-top b{display:block;font-size:16px;margin-top:3px}.story-owner-top em{font-style:normal;color:var(--teal-dark);font-size:8px;font-weight:820}.story-owner-row{display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:9px;padding:10px 0;border-top:1px solid #e4ebe9}.story-owner-row>i{width:34px;height:34px;border-radius:10px;background:var(--mint)}.story-owner-row b{display:block;font-size:9px}.story-owner-row small{display:block;color:#829096;font-size:7px;margin-top:2px}.story-owner-row u{text-decoration:none;padding:5px 7px;border-radius:7px;background:#edf4f2;color:var(--teal-dark);font-size:7px;font-weight:800}
.story-client-view{position:absolute;right:1%;bottom:0;width:212px;height:420px;border:7px solid #0c2237;border-radius:34px;background:#fff;box-shadow:0 28px 70px rgba(0,0,0,.32);overflow:hidden}.story-phone-notch{position:absolute;z-index:2;top:7px;left:50%;width:68px;height:16px;border-radius:999px;background:#0c2237;transform:translateX(-50%)}.story-client-hero{height:124px;padding:37px 14px 12px;background:linear-gradient(145deg,#067a76,#16a59e);color:#fff}.story-client-hero small{font-size:6px;letter-spacing:.1em;opacity:.78}.story-client-hero b{display:block;font-size:15px;margin-top:7px}.story-client-hero span{display:block;font-size:7px;opacity:.8;margin-top:3px}.story-client-body{padding:11px;background:#f7faf9;height:calc(100% - 124px)}.story-client-pills{display:flex;gap:5px;margin-bottom:9px}.story-client-pills i{width:34px;height:14px;border-radius:999px;background:#e5efec}.story-client-pills i:first-child{background:#bde6df}.story-client-card{padding:11px;border:1px solid #dee8e5;border-radius:13px;background:#fff;margin-bottom:8px}.story-client-card small{font-size:6px;color:#89969c}.story-client-card b{display:block;font-size:10px;margin-top:5px}.story-client-card span{display:grid;place-items:center;height:26px;border-radius:8px;background:var(--teal);color:#fff;font-size:7px;font-weight:820;margin-top:9px}.story-client-card.slim{padding-bottom:18px}

/* Scene 4 */
.story-growth-board{width:91%;padding:27px;border-radius:26px;background:rgba(255,255,255,.96);color:var(--navy);box-shadow:0 27px 70px rgba(0,0,0,.25)}
.story-growth-title{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.story-growth-title small{display:block;color:var(--teal-dark);font-size:8px;font-weight:850;letter-spacing:.1em}.story-growth-title b{display:block;font-size:21px;margin-top:5px}.story-growth-title em{font-style:normal;padding:7px 9px;border-radius:9px;background:var(--mint);color:var(--teal-dark);font-size:8px;font-weight:800}
.story-growth-track{display:grid;grid-template-columns:42px 1fr 42px 1fr 42px;align-items:center;margin:32px 10px 24px}.story-growth-track span{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:#edf2f0;color:#86949a;font-size:12px;font-weight:850}.story-growth-track span.active{background:var(--teal);color:#fff;box-shadow:0 8px 18px rgba(10,139,134,.22)}.story-growth-track i{height:2px;background:linear-gradient(90deg,var(--teal),#b7dad4)}
.story-growth-sets{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.story-growth-sets>div{min-height:123px;padding:12px;border-radius:15px;border:1px solid var(--line);background:#f7f9f8}.story-growth-sets>div.active{background:var(--mint);border-color:#addad2}.story-growth-sets small{font-size:7px;color:#88959b;letter-spacing:.08em}.story-growth-sets p{display:flex;flex-wrap:wrap;gap:4px;margin:13px 0}.story-growth-sets p i{width:13px;height:13px;border-radius:4px;background:#b8ded7}.story-growth-sets b{font-size:9px;line-height:1.35}.story-growth-note{display:flex;align-items:center;gap:8px;margin-top:17px;color:var(--teal-dark);font-size:9px;font-weight:800}.story-growth-note svg{width:18px;height:18px;padding:3px;border-radius:6px;background:var(--mint)}

/* Scenario tiles: switcher rather than left navigation */
.scenario-layout{display:block}
.scenario-menu{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-bottom:16px}
.scenario-btn{min-width:0;grid-template-columns:42px minmax(0,1fr);gap:10px;padding:13px;border-radius:17px;transform:none!important}
.scenario-btn-icon{width:42px;height:42px}.scenario-btn b{font-size:12px}.scenario-btn small{font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.scenario-arrow{display:none}
.scenario-btn.active{background:var(--navy);border-color:var(--navy);box-shadow:0 14px 32px rgba(16,36,58,.17)}
.scenario-stage{min-height:600px;padding:39px;border-radius:34px;transition:background .35s ease}
.scenario-stage.is-refreshed .scenario-copy{animation:scenarioCopyIn .46s cubic-bezier(.2,.75,.2,1)}
.scenario-stage.is-refreshed .scenario-ui{animation:scenarioUiIn .52s cubic-bezier(.2,.75,.2,1)}
@keyframes scenarioCopyIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
@keyframes scenarioUiIn{from{opacity:0;transform:translateY(18px) scale(.985)}to{opacity:1;transform:none}}
.scenario-stage-controls{position:absolute;right:24px;top:24px;z-index:4;display:flex;align-items:center;gap:10px}.scenario-stage-count{font-size:10px;color:#788a92;font-weight:770;letter-spacing:.08em}.scenario-stage-count b{color:var(--teal-dark);font-size:13px}.scenario-stage-buttons{display:flex;gap:6px}.scenario-stage-buttons button{width:38px;height:38px;border:1px solid #cfe0dc;border-radius:12px;background:rgba(255,255,255,.78);backdrop-filter:blur(10px);display:grid;place-items:center;color:var(--navy);cursor:pointer}.scenario-stage-buttons button:first-child svg{transform:rotate(180deg)}.scenario-stage-buttons button:hover{background:#fff;border-color:#a9d2ca}.scenario-stage-buttons button:focus-visible{outline:3px solid rgba(10,139,134,.22);outline-offset:2px}

/* A little motion where content switches */
.module-spotlight.is-refreshed .spotlight-grid{animation:switchPanelIn .45s cubic-bezier(.2,.75,.2,1)}
.flow-stage.is-refreshed>*{animation:switchPanelIn .42s cubic-bezier(.2,.75,.2,1)}
@keyframes switchPanelIn{from{opacity:.25;transform:translateY(12px)}to{opacity:1;transform:none}}

/* Global reveal — content remains visible without JS */
.reveal-item{opacity:0;transform:translateY(28px);transition:opacity .72s ease,transform .82s cubic-bezier(.2,.75,.2,1)}
.reveal-item.is-visible{opacity:1;transform:none}
.landing-v5 .section-head.reveal-item.is-visible{visibility:visible;opacity:1;transform:none}

/* Better horizontal rails and touch behavior */
.segment-tabs,.preset-row,.toggle-grid,.scenario-menu,.module-filter-row,.module-index,.flow-nav,.feature-stack,.trust-grid,.benefit-list,.pricing-shell{overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch}

@media (max-width:1100px){
  .story-shell{grid-template-columns:minmax(0,1fr) minmax(300px,.72fr);gap:34px}
  .story-stage{min-height:480px;border-radius:32px}
  .story-module-map{min-height:360px}.story-dayboard{min-height:370px}.story-view-pair{min-height:380px}.story-client-view{width:185px;height:370px}.story-owner-view{width:76%}
  .scenario-menu{grid-template-columns:repeat(3,1fr)}.scenario-btn:nth-last-child(-n+2){grid-column:auto}.scenario-stage{min-height:570px}
}

@media (max-width:820px){
  :root{--header-live-offset:68px}
  .prototype-note{display:none}
  .site-header{background:rgba(247,250,249,.92)}
  .mobile-menu{inset:var(--mobile-menu-top,68px) 0 0;padding-bottom:calc(28px + env(safe-area-inset-bottom))}
  .header-row{height:68px}.brand{font-size:19px}.brand-mark{width:35px;height:35px}
  .menu-button{min-width:46px;min-height:46px}
  .hero{min-height:auto;padding:42px 0 52px;display:block}
  .hero-grid{width:var(--shell);grid-template-columns:minmax(0,1fr)}
  .hero-copy{min-width:0;width:100%}
  .hero-copy,.product-stage{transform:none!important}
  h1{font-size:clamp(39px,11.2vw,50px);line-height:1.02}
  .hero-copy .lead{font-size:15px;line-height:1.66;margin-bottom:20px}
  .segment-tabs{display:flex;max-width:100%;flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none;margin-inline:-14px;padding:2px 14px 10px;gap:8px}.segment-tabs::-webkit-scrollbar{display:none}.segment-tab,.segment-tab:last-child{flex:0 0 auto;grid-column:auto;min-height:44px;padding-inline:14px;scroll-snap-align:start}
  .hero-actions{margin-top:2px;margin-bottom:16px}.hero-actions .btn{min-height:52px}
  .micro-proof{max-width:100%;justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;margin-inline:-14px;padding:0 14px 8px;scrollbar-width:none}.micro-proof::-webkit-scrollbar{display:none}.micro-proof span{flex:none}
  .product-stage{width:100%;min-height:425px;margin-top:8px;overflow:visible}
  .product-stage::before{inset:10% 2% 8%;filter:blur(45px)}
  .browser{left:10px;right:10px;top:38px;transform:scale(.9);transform-origin:top center;border-radius:20px}
  .browser-bar{height:39px}.app-frame{grid-template-columns:88px 1fr;min-height:286px}.mini-sidebar{padding:14px 9px}.mini-brand{margin-bottom:18px}.mini-nav-item{height:25px}.mini-content{padding:13px}.metric{min-height:61px;padding:9px}.metric-number{font-size:15px}.schedule-card{padding:10px}.appointment{grid-template-columns:31px 1fr auto;padding:6px 0}
  .phone{width:170px;height:350px;right:5px;bottom:0;border-width:6px;border-radius:29px}.floating-module.one{left:2px;bottom:38px}.floating-module.two{right:4px;top:10px}.floating-module.three{display:none}

  .story-head{position:relative;top:auto;margin-bottom:18px;padding:0;background:transparent}.story-head h2{font-size:34px}.story-head p{font-size:14px}.story-lead{margin:0 0 25px;font-size:13px;line-height:1.62}
  .story-shell{display:flex;flex-direction:column;gap:14px}
  .story-stage{position:relative;top:auto;order:1;width:100%;height:430px;min-height:0;padding:17px;border-radius:27px}
  .story-stage-head strong{max-width:46%;font-size:9px}.story-scenes{margin:10px 0}.story-stage-footer{min-height:34px}.story-progress{max-width:none}.story-dots button{width:31px;height:31px;border-radius:10px}
  .story-steps{order:2;display:flex;min-width:0;width:calc(100% + 28px);max-width:calc(100% + 28px);align-self:center;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;margin-inline:-14px;padding:1px 14px 12px;scrollbar-width:none}.story-steps::-webkit-scrollbar{display:none}
  .story-step{flex:0 0 min(86vw,340px);min-height:218px;justify-content:flex-start;padding:20px;border:1px solid var(--line);border-radius:21px;background:#fff;opacity:1;transform:none;scroll-snap-align:center;box-shadow:0 10px 26px rgba(18,48,61,.06)}.story-step::before,.story-step::after{display:none}.story-step.active{border-color:#a9d8d0;box-shadow:0 14px 34px rgba(10,139,134,.1)}.story-step-no{margin-bottom:10px}.story-step .eyebrow{font-size:9px;margin-bottom:9px}.story-step h3{font-size:24px;margin-bottom:10px}.story-step>p{font-size:12px;line-height:1.58}.story-result{margin-top:13px;padding:9px 10px;font-size:9px;border-radius:12px}
  .story-module-map{width:100%;height:100%;min-height:0}.story-core-tile{width:112px;height:112px;border-radius:31px}.story-core-tile .brand-mark{width:31px;height:31px}.story-module-chip{grid-template-columns:31px auto;padding:7px 9px;gap:7px;border-radius:12px}.story-module-chip>.icon{width:31px;height:31px;padding:8px;border-radius:10px}.story-module-chip b{font-size:9px}.story-module-chip small{font-size:6.5px}.story-module-chip.chip-one{left:0;top:13%}.story-module-chip.chip-two{right:0;top:18%}.story-module-chip.chip-three{right:0;bottom:10%}.story-module-chip.chip-four{left:0;bottom:10%}.story-module-chip.chip-five{top:0}
  .story-dayboard{width:100%;height:92%;min-height:0;border-radius:18px}.story-window-bar{height:30px}.story-dayboard-body{height:calc(100% - 30px);grid-template-columns:70px 1fr}.story-dayboard-body aside{padding:13px 9px}.story-dayboard-main{padding:13px}.story-board-title{margin-bottom:9px}.story-board-title b{font-size:13px}.story-board-title em{display:none}.story-bento-grid{gap:6px}.story-bento-tile{min-height:70px;padding:9px;border-radius:11px}.story-bento-tile strong{font-size:20px;margin:7px 0 3px}.story-bento-tile.tile-wide{min-height:51px}.story-bento-tile.tile-list{min-height:59px;grid-template-columns:1fr repeat(2,auto)}.story-bento-tile.tile-list p:last-child{display:none}
  .story-view-pair{width:100%;height:100%;min-height:0}.story-owner-view{left:0;top:8%;width:77%;height:70%;padding:12px;border-radius:16px}.story-view-label{padding:5px 7px}.story-owner-top{margin:11px 0}.story-owner-top b{font-size:11px}.story-owner-top em{display:none}.story-owner-row{grid-template-columns:26px 1fr auto;padding:7px 0}.story-owner-row>i{width:26px;height:26px}.story-client-view{right:0;width:148px;height:286px;border-width:5px;border-radius:25px}.story-phone-notch{width:49px;height:12px;top:5px}.story-client-hero{height:89px;padding:27px 9px 8px}.story-client-hero b{font-size:11px}.story-client-body{padding:7px;height:calc(100% - 89px)}.story-client-card{padding:7px;border-radius:9px}.story-client-card span{height:20px;margin-top:6px}
  .story-growth-board{width:100%;padding:18px;border-radius:20px}.story-growth-title b{font-size:16px}.story-growth-title em{display:none}.story-growth-track{margin:21px 4px 16px}.story-growth-track span{width:34px;height:34px;border-radius:10px}.story-growth-track{grid-template-columns:34px 1fr 34px 1fr 34px}.story-growth-sets{gap:6px}.story-growth-sets>div{min-height:96px;padding:8px}.story-growth-sets p{margin:9px 0;gap:3px}.story-growth-sets p i{width:9px;height:9px}.story-growth-sets b{font-size:7.5px}.story-growth-note{margin-top:10px}

  .scenario-menu{display:flex;grid-template-columns:none;gap:8px;overflow-x:auto;scroll-snap-type:x proximity;margin-inline:-14px;margin-bottom:12px;padding:1px 14px 10px;scrollbar-width:none}.scenario-menu::-webkit-scrollbar{display:none}.scenario-btn{flex:0 0 auto;min-width:158px;grid-template-columns:34px auto;padding:9px 11px;scroll-snap-align:start;border-radius:14px}.scenario-btn-icon{width:34px;height:34px}.scenario-btn b{font-size:11px}.scenario-btn small{display:none}.scenario-stage{min-height:0;padding:54px 20px 20px;border-radius:24px}.scenario-stage-controls{right:14px;top:12px}.scenario-stage-buttons button{width:34px;height:34px;border-radius:10px}.scenario-copy h3{font-size:25px}.scenario-ui{height:210px}.scenario-panel{border-radius:15px}

  .config-preview{inset:12px 0 0;height:calc(100dvh - 12px);border-radius:25px 25px 0 0;padding-bottom:calc(34px + env(safe-area-inset-bottom));box-shadow:0 -20px 70px rgba(16,36,58,.2)}
  .preview-toolbar{top:-18px;padding-top:18px}
  .mobile-preview-launch{bottom:calc(10px + env(safe-area-inset-bottom))}
  .btn,.segment-tab,.chip,.toggle-card,.scenario-btn,.filter-btn,.perspective-tab,.flow-tab,.faq-question{touch-action:manipulation}
  footer{padding-bottom:calc(27px + env(safe-area-inset-bottom))}
}

@media (max-width:470px){
  :root{--shell:calc(100% - 24px)}
  .hero{padding-top:34px}.hero-copy .eyebrow{font-size:10px}.hero-copy h1{margin-bottom:18px}.hero-actions .btn-secondary{display:none}
  .product-stage{min-height:382px}.browser{left:0;right:0;top:35px;transform:scale(.82);transform-origin:top center}.phone{width:158px;height:326px;right:1px}.floating-module.two{display:none}.floating-module.one{left:0;bottom:26px}
  .story-stage{height:382px;padding:14px}.story-stage-head span{font-size:8px}.story-stage-head strong{font-size:8px}.story-dots{gap:4px}.story-dots button{width:28px;height:28px}.story-module-chip.chip-three,.story-module-chip.chip-four{display:none}.story-module-chip.chip-one{top:21%}.story-module-chip.chip-two{top:25%}.story-core-tile{width:106px;height:106px}.story-map-ring.ring-two{width:108%}
  .story-dayboard-body{grid-template-columns:58px 1fr}.story-dayboard-body aside b{font-size:8px}.story-dayboard-main{padding:10px}.story-bento-tile.tile-list{grid-template-columns:1fr auto}.story-bento-tile.tile-list p:nth-last-child(-n+2){display:none}
  .story-owner-view{width:78%;height:66%}.story-client-view{width:136px;height:268px}.story-owner-row u{display:none}.story-growth-sets>div:first-child{display:none}.story-growth-sets{grid-template-columns:1fr 1fr}
  .story-step{flex-basis:88vw}.scenario-btn{min-width:148px}.scenario-ui{height:198px}
}

@media (prefers-reduced-motion:reduce){
  .hero-copy,.product-stage{transform:none!important}.story-scene,.story-step,.story-progress span,.reveal-item{transition:none!important}.product-stage.is-refreshed *,.scenario-stage.is-refreshed *,.module-spotlight.is-refreshed *,.flow-stage.is-refreshed *{animation:none!important}
}


/* =========================================================
   V4 — anchored mobile selectors and centered audience tiles
   ========================================================= */
.audience-row{
  grid-template-columns:minmax(230px,1.1fr) minmax(0,4.9fr);
  gap:24px;
}
.audience-items{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  align-items:center;
  gap:10px;
  min-width:0;
}
.audience-item{
  min-width:0;
  justify-content:center;
  text-align:center;
}
.audience-item:nth-last-child(-n+2){display:flex}

@media (max-width:820px){
  /* The strip is now a centered 3 + 2 tile cluster instead of a left-aligned list. */
  .audience-strip{
    padding:24px 0 26px;
    background:linear-gradient(180deg,#fff 0%,#f7fbfa 100%);
  }
  .audience-row{
    display:block;
    min-height:0;
    padding:0;
    text-align:center;
  }
  .audience-label{
    display:block;
    width:100%;
    max-width:330px;
    margin:0 auto 16px;
    color:#566773;
    font-size:12px;
    line-height:1.5;
  }
  .audience-items{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:9px;
    max-width:380px;
    margin-inline:auto;
  }
  .audience-item{
    flex:0 0 104px;
    min-height:78px;
    flex-direction:column;
    justify-content:center;
    gap:7px;
    padding:10px 7px;
    border:1px solid var(--line);
    border-radius:16px;
    background:#fff;
    box-shadow:0 8px 22px rgba(18,48,61,.055);
    color:#425462;
    font-size:11px;
    font-weight:780;
    line-height:1.2;
  }
  .audience-icon{
    width:34px;
    height:34px;
    border-radius:11px;
  }

  /* Selectors sit inside a deliberate shelf and snap the active choice to the centre. */
  .segment-tabs,
  .preset-row{
    width:100%;
    max-width:none;
    display:flex;
    flex-wrap:nowrap;
    justify-content:flex-start;
    overflow-x:auto;
    gap:6px;
    margin-inline:0;
    padding-block:6px;
    padding-inline:6px;
    border:1px solid var(--line);
    border-radius:18px;
    background:rgba(255,255,255,.86);
    box-shadow:0 10px 26px rgba(18,48,61,.065);
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
  }
  .segment-tabs{margin-bottom:22px}
  .preset-row{margin-bottom:26px}
  .segment-tabs::-webkit-scrollbar,
  .preset-row::-webkit-scrollbar{display:none}
  .segment-tab,
  .segment-tab:last-child,
  .preset-row .chip{
    flex:0 0 auto;
    min-height:44px;
    padding:10px 14px;
    border-color:transparent;
    border-radius:12px;
    background:transparent;
    box-shadow:none;
    scroll-snap-align:center;
  }
  .segment-tab.active,
  .preset-row .chip.active{
    border-color:#acd8d0;
    background:#fff;
    box-shadow:0 5px 14px rgba(18,48,61,.085);
  }
  .segment-tab.active{color:var(--teal-dark)}
  .preset-row .chip.active{background:var(--mint-2)}

  /* Configurator: remove the max-width + negative-margin combination that shortened rails. */
  .config-head{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:0;
    text-align:center;
  }
  .config-head p{
    max-width:340px;
    margin:5px auto 0;
  }
  .config-count{margin:14px auto 0}
  .config-label{
    margin-bottom:10px;
    text-align:center;
  }
  .config-layout,
  .config-controls,
  .module-groups,
  .module-group{
    min-width:0;
    width:100%;
  }
  .preset-row,
  .toggle-grid{
    max-width:none;
  }
  .toggle-grid{
    width:100%;
    margin-inline:0;
    padding:1px 0 10px;
    gap:10px;
    overflow-x:auto;
    scroll-padding-inline:0;
    scroll-snap-type:x mandatory;
  }
  .toggle-card{
    flex:0 0 min(320px,calc(100% - 46px));
    max-width:320px;
    scroll-snap-align:start;
  }
  .toggle-grid::after,
  .benefit-list::after,
  .scenario-menu::after{
    content:"";
    flex:0 0 28px;
  }

  /* The module picker is anchored in its own dark panel instead of bleeding off-screen. */
  .module-browser{
    width:100%;
    padding:14px;
    border:1px solid rgba(255,255,255,.11);
    border-radius:20px;
    background:rgba(7,25,43,.5);
    overflow:hidden;
  }
  .module-browser-head{
    padding-inline:2px;
    margin-bottom:10px;
  }
  .module-filter-row{
    width:100%;
    max-width:none;
    margin:0;
    padding:0 0 10px;
    gap:7px;
    overflow-x:auto;
    scroll-padding-inline:0;
    scroll-snap-type:x proximity;
  }
  .module-filter-btn{
    min-height:38px;
    scroll-snap-align:start;
  }
  .module-index{
    width:100%;
    max-width:none;
    margin:0;
    padding-block:2px 10px;
    padding-inline:6px;
    gap:8px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
  }
  .module-index-btn{
    min-width:132px;
    min-height:50px;
    padding:8px 10px;
    scroll-snap-align:center;
  }
  .module-index-btn b{max-width:150px}
  .module-spotlight{margin-top:12px}

  /* Benefit cards use an aligned peek rail: one complete card and a visible next step. */
  .benefit-list{
    width:100%;
    max-width:none;
    margin-inline:0;
    padding:1px 0 11px;
    gap:10px;
    overflow-x:auto;
    scroll-padding-inline:0;
    scroll-snap-type:x mandatory;
  }
  .benefit-item{
    flex:0 0 min(360px,calc(100% - 46px));
    max-width:360px;
    min-height:92px;
    padding:14px;
    border-radius:16px;
    background:#fff;
    box-shadow:0 8px 22px rgba(18,48,61,.055);
    scroll-snap-align:start;
  }


  /* Keep the story card rail on the same content edge and avoid a 2px document overflow. */
  .story-steps{
    width:100%;
    max-width:100%;
    align-self:stretch;
    margin-inline:0;
    padding:1px 0 12px;
    scroll-padding-inline:0;
  }
  .story-step{flex-basis:min(340px,calc(100% - 36px))}

  /* Content carousels use the same edge, so the document itself never becomes wider than the viewport. */
  .feature-stack,
  .trust-grid,
  .pricing-shell{
    width:100%;
    max-width:100%;
    margin-inline:0;
    padding-inline:0;
    scroll-padding-inline:0;
  }

  /* Other option rails follow the same content edge instead of starting outside the shell. */
  .scenario-menu{
    width:100%;
    margin-inline:0;
    padding:1px 0 10px;
    scroll-padding-inline:0;
  }
}

@media (max-width:470px){
  .audience-items{max-width:334px}
  .audience-item{flex-basis:100px}
  .config-controls{padding:20px 18px}
  .toggle-card{flex-basis:min(320px,calc(100% - 46px))}
  .module-browser{padding:12px}
  .benefit-item{flex-basis:min(360px,calc(100% - 46px))}
}

  

/* Module categories remain fully visible; mobile shows one card with explicit controls. */
@media (max-width:820px){
  .segment-tabs,.preset-row{padding-inline:6px;scroll-padding-inline:6px;scroll-snap-type:x proximity}
  .segment-tab,.segment-tab:last-child,.preset-row .chip,.module-index-btn{scroll-snap-align:start}
  .module-index{padding-inline:0;scroll-padding-inline:0;scroll-snap-type:x proximity}
  .module-groups{gap:19px}
  .module-group-title{width:100%;margin-bottom:8px}
  .module-group-title__label{flex:1;color:var(--navy);font-size:12px}
  .module-group-controls{display:flex;align-items:center;gap:6px;flex:none}
  .module-group-controls>span{min-width:30px;color:#819098;font-size:8px;font-weight:760;text-align:center}
  .module-group-controls>span b{color:var(--teal-dark);font-size:10px}
  .module-group-controls button{width:32px;height:32px;display:grid;place-items:center;padding:0;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--teal-dark);cursor:pointer;touch-action:manipulation}
  .module-group-controls button.previous .icon{transform:rotate(180deg)}
  .module-group-controls button:focus-visible{outline:3px solid rgba(10,139,134,.22);outline-offset:2px}
  .toggle-grid{display:block;width:100%;max-width:none;margin:0;padding:0;overflow:hidden;scroll-snap-type:none}
  .toggle-grid::after{content:none;display:none}
  .toggle-card{width:100%;max-width:none;min-height:78px;flex:none;padding:11px;grid-template-columns:38px minmax(0,1fr) auto;scroll-snap-align:none}
  .landing-v5[data-interactive-ready="true"] .module-group .toggle-card{display:none}
  .landing-v5[data-interactive-ready="true"] .module-group .toggle-card.is-mobile-current{display:grid;animation:moduleGroupCardIn .28s cubic-bezier(.2,.75,.2,1)}
  .module-demo{height:245px}
}

@keyframes moduleGroupCardIn{from{opacity:.2;transform:translateX(10px)}to{opacity:1;transform:none}}



/* Production integration: Public home, discover section and mobile navigation. */
.landing-v5 {
  min-height: 100vh;
  overflow: visible;
  background: var(--surface);
  --color-primary: var(--teal);
  --color-primary-light: var(--teal-2);
  --color-primary-dark: var(--teal-dark);
  --color-primary-soft: var(--mint);
  --color-surface: var(--paper);
  --color-surface-variant: var(--surface);
  --color-surface-hover: var(--mint-2);
  --color-border: var(--line);
  --color-text-heading: var(--navy);
  --color-text-primary: var(--ink);
  --color-text-muted: var(--muted);
  --color-text-secondary: var(--muted-2);
}

.landing-v5 .app-footer {
  margin: 0;
  padding: 24px 20px 18px;
  background: var(--paper);
  color: var(--ink);
}

.landing-v5 .app-footer .footer-branding {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.landing-v5 .discover-v5 {
  position: relative;
  padding: 104px 0 116px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 16%, rgba(243,170,88,.14), transparent 28%),
    radial-gradient(circle at 88% 78%, rgba(20,164,158,.14), transparent 30%),
    var(--mint-2);
}

.landing-v5 .discover-v5::before {
  content: "";
  position: absolute;
  inset: 28px max(20px, calc((100% - 1240px) / 2));
  border: 1px solid rgba(10,139,134,.14);
  border-radius: var(--radius-xl);
  pointer-events: none;
}

.landing-v5 .discover-v5 > .shell {
  position: relative;
  z-index: 1;
}

.landing-v5 .discover-v5 .estate-discover {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0;
  --color-primary: var(--teal);
  --color-primary-dark: var(--teal-dark);
  --color-primary-soft: var(--mint);
  --color-text-heading: var(--navy);
  --color-text-body: var(--ink);
  --color-text-muted: var(--muted);
  --color-border: var(--line);
  --color-surface: var(--paper);
}

.landing-v5 .discover-v5 .discover-header {
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}

.landing-v5 .discover-v5 .discover-header::before {
  content: "LOKALNIE I BLISKO";
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .12em;
}

.landing-v5 .discover-v5 .discover-header h2 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: clamp(35px,4.1vw,58px);
  font-weight: 835;
  letter-spacing: -.045em;
  line-height: 1.06;
  text-align: center;
}

.landing-v5 .discover-v5 .discover-header p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
  text-align: center;
}

.landing-v5 .discover-v5 .discover-search {
  max-width: 720px;
}

.landing-v5 .discover-v5 .search-input,
.landing-v5 .discover-v5 .search-btn,
.landing-v5 .discover-v5 .filter-toggle-btn {
  min-height: 52px;
  border-radius: 13px;
}

.landing-v5 .discover-v5 .discover-grid {
  gap: 16px;
}

.landing-v5 .summary-action {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 14px;
  text-decoration: none;
}

.landing-v5 .pricing-card .btn {
  text-decoration: none;
}

.landing-v5 #odkryj-strefy {
  scroll-margin-top: 84px;
}

.landing-v5 .bottom-nav {
  z-index: 90;
}

/* Product imagery is rendered by the shared Web UI preview component. */
.landing-v5 .browser > .web-app-preview {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.landing-v5 .story-web-preview {
  width: 94%;
  transform: rotate(-.6deg);
}

.landing-v5 .story-owner-web {
  position: absolute;
  left: 0;
  top: 7%;
  width: 79%;
  transform: rotate(-.8deg) scale(.82);
  transform-origin: top left;
}

.landing-v5 .scenario-ui--web {
  display: block;
  height: auto;
  margin-top: 28px;
}

.landing-v5 .scenario-ui--web > .web-app-preview {
  max-width: 920px;
  margin-inline: auto;
}

.landing-v5 .perspective-visual--web {
  display: grid;
  align-items: center;
  padding: 28px;
}

.landing-v5 .perspective-visual--web > .web-app-preview {
  transform: rotate(-1deg);
}

@media (max-width: 820px) {
  .landing-v5 .discover-v5 {
    padding: 76px 0 86px;
  }

  .landing-v5 .discover-v5::before {
    inset: 16px 10px;
    border-radius: 24px;
  }

  .landing-v5 .discover-v5 .discover-header {
    margin-bottom: 28px;
  }

  .landing-v5 .discover-v5 .discover-header h2 {
    font-size: clamp(34px,10vw,46px);
  }

  .landing-v5 .toast {
    bottom: calc(76px + env(safe-area-inset-bottom, 0px));
  }

  .landing-v5 .story-web-preview {
    width: 116%;
    transform: scale(.86) rotate(-.4deg);
    transform-origin: center;
  }

  .landing-v5 .story-owner-web {
    top: 5%;
    width: 112%;
    transform: scale(.62) rotate(-.6deg);
  }

  .landing-v5 .scenario-ui--web {
    min-height: 300px;
  }

  .landing-v5 .scenario-ui--web > .web-app-preview {
    width: 129%;
    transform: scale(.775);
    transform-origin: top left;
  }

  .landing-v5 .perspective-visual--web {
    padding: 16px;
  }

  .landing-v5 .app-footer {
    padding: 18px 16px calc(18px + 62px + env(safe-area-inset-bottom, 0px));
  }
}

@media (max-width: 560px) {
  .landing-v5 .discover-v5 .discover-search {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
  }

  .landing-v5 .discover-v5 .search-input {
    grid-column: 1 / -1;
  }

  .landing-v5 .discover-v5 .search-btn {
    justify-content: center;
  }
}
