
:root{
  --black:#101010;--navy:#0D1017;--white:#FDFEFF;--off:#F4F4EF;--ink:#111;
  --lime:#B7FF48;--cyan:#37E3E8;--blue:#4B62FF;
  --grad:linear-gradient(100deg,var(--lime),var(--cyan) 48%,var(--blue));
  --max:1480px
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;background:var(--black);color:#fff;overflow-x:hidden}
a{color:inherit}button,textarea{font:inherit}.dark{background:var(--black);color:#fff}.light{background:var(--off);color:var(--ink)}.shell{width:min(var(--max),calc(100% - 64px));margin:auto;padding:140px 0}
.eyebrow{font-size:11px;letter-spacing:.22em;font-weight:900;opacity:.55;margin:0 0 18px}.section-head{max-width:950px;margin-bottom:65px}.section-head h2{font-size:clamp(46px,6vw,90px);line-height:.94;letter-spacing:-.055em;margin:0}.section-head p:last-child{font-size:clamp(17px,1.6vw,23px);line-height:1.55;color:#666}.dark-head p:last-child{color:#a7adb6}.section-head em,.hero-copy em,.tools-copy em,.comparison-section em{font-style:normal;color:transparent;background:var(--grad);-webkit-background-clip:text;background-clip:text}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 20px;border-radius:14px;text-decoration:none;font-weight:900;font-size:14px;border:1px solid transparent}.primary{background:var(--grad);color:#09130f}.ghost{background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.15)}.dark-btn{background:#111;color:#fff}

.loader{position:fixed;inset:0;z-index:999;display:grid;place-items:center;background:#101010;transition:.35s}.loader.hide{opacity:0;visibility:hidden}.loader-inner{text-align:center}.loader-logo{position:relative;width:100px;height:70px;margin:auto}.loader-logo i{position:absolute;width:30px;height:52px;background:var(--grad);clip-path:polygon(0 100%,55% 0,100% 40%,55% 100%);animation:lock .8s forwards}.loader-logo i:nth-child(1){left:0;transform:translateX(-22px)}.loader-logo i:nth-child(2){left:35px;top:-7px}.loader-logo i:nth-child(3){right:0;top:9px;transform:translateX(22px) scale(.72)}@keyframes lock{to{transform:translateX(0)}}.loader small{display:block;margin-top:18px;letter-spacing:.12em;color:#777}

.header{position:fixed;z-index:100;top:0;left:50%;transform:translateX(-50%);height:88px;width:100%;display:flex;align-items:center;gap:28px;padding:0 42px;transition:.3s}.header.scrolled{top:12px;width:min(1320px,calc(100% - 30px));height:64px;padding:0 18px;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:rgba(10,12,16,.8);backdrop-filter:blur(18px)}.brand{display:flex;align-items:center;gap:10px;text-decoration:none}.brand svg{width:42px}.brand b{display:block;font-size:14px;letter-spacing:.13em}.brand small{display:block;font-size:8px;letter-spacing:.24em;color:#7d838b;margin-top:2px}.header nav{margin-left:auto;display:flex;gap:24px}.header nav a{text-decoration:none;font-size:13px;color:#a9afb7;font-weight:700}.header-cta{text-decoration:none;padding:12px 15px;border:1px solid rgba(255,255,255,.12);border-radius:12px;font-size:13px;font-weight:900}.menu-btn{display:none}.mobile-menu{display:none}

.hero{height:150vh;background:radial-gradient(circle at 50% 20%,rgba(20,74,135,.22),transparent 32%),linear-gradient(180deg,#07111b 0%,#060b12 42%,#06080d 100%)}
.hero-pin{position:sticky;top:0;min-height:100vh;display:grid;place-items:center;overflow:hidden;isolation:isolate}
.hero-copy{width:min(980px,calc(100% - 64px));position:relative;z-index:8;padding-top:72px;text-align:center}
.hero-overline{margin:0 0 18px;font-size:12px;letter-spacing:.38em;font-weight:800;color:rgba(255,255,255,.62)}
.hero-copy h1{font-size:clamp(66px,8.7vw,150px);line-height:.84;letter-spacing:-.08em;margin:0 auto;max-width:980px}
.hero-copy .accent-line{display:block;color:transparent;background:var(--grad);-webkit-background-clip:text;background-clip:text}
.hero-copy h2{font-size:clamp(28px,3.8vw,60px);letter-spacing:-.048em;margin:20px 0 0;font-weight:600}
.hero-copy>p:last-of-type{font-size:clamp(18px,1.7vw,28px);line-height:1.45;color:#d7dde6;margin:22px auto 0;max-width:700px}
.actions{justify-content:center;margin-top:34px}.actions .btn{min-width:350px;font-size:15px;box-shadow:0 14px 54px rgba(55,227,232,.18)}
.hero-link{display:inline-block;margin-top:28px;color:#d7dde6;text-decoration:none;font-size:16px;font-weight:500}
.hero-link:hover{color:#fff}
.scroll-cue{display:grid;place-items:center;width:30px;height:56px;margin:18px auto 0;border:2px solid rgba(255,255,255,.72);border-radius:999px;text-decoration:none}
.scroll-cue span{width:6px;height:14px;border-radius:99px;background:#fff;animation:cue 1.4s ease-in-out infinite}
@keyframes cue{0%{transform:translateY(-8px);opacity:0}40%{opacity:1}100%{transform:translateY(8px);opacity:0}}

.hero-bg-logo{position:absolute;inset:auto auto -12vh 50%;transform:translateX(-50%);width:min(1180px,82vw);opacity:.07;z-index:0;filter:drop-shadow(0 0 25px rgba(55,227,232,.08))}
.hero-bg-logo svg{width:100%;height:auto}
.hero-bg-logo path{fill:none;stroke:url(#heroStroke);stroke-width:4}
.hero-bg-logo svg defs{display:block}
.hero-bg-logo svg{overflow:visible}
.hero-bg-logo svg::before{content:''}
.hero-bg-logo path:nth-child(1),.hero-bg-logo path:nth-child(2),.hero-bg-logo path:nth-child(3){stroke:rgba(71,138,255,.28)}

.hero-corner{position:absolute;z-index:1;filter:blur(18px);opacity:.72;pointer-events:none;mix-blend-mode:screen;will-change:transform,filter}
.hero-corner-left{left:-8vw;bottom:-16vh;width:36vw;height:52vh;background:radial-gradient(circle at 40% 25%,rgba(75,98,255,.45),transparent 36%),linear-gradient(130deg,rgba(183,255,72,.95),rgba(55,227,232,.65) 55%,rgba(75,98,255,.9));clip-path:polygon(0 32%,58% 0,100% 64%,26% 100%)}
.hero-corner-right{right:-10vw;top:34vh;width:34vw;height:48vh;background:radial-gradient(circle at 50% 40%,rgba(255,255,255,.12),transparent 20%),linear-gradient(135deg,rgba(183,255,72,.9),rgba(55,227,232,.68) 55%,rgba(75,98,255,.92));clip-path:polygon(18% 0,100% 22%,84% 100%,0 78%)}
.hero-floor{position:absolute;left:-8vw;right:-8vw;bottom:0;height:32vh;background:linear-gradient(180deg,transparent,rgba(2,8,15,.82) 70%),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(0deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:auto,8vw 100%,100% 7vh;opacity:.35;transform-origin:center bottom;transform:perspective(800px) rotateX(77deg)}
.hero-shape{position:absolute;z-index:2;background:linear-gradient(145deg,rgba(183,255,72,.18),rgba(55,227,232,.14),rgba(75,98,255,.17));border:1px solid rgba(255,255,255,.035);opacity:.58;pointer-events:none;filter:blur(14px);mix-blend-mode:screen;will-change:transform,filter}
.hero-shape-a{width:24vw;min-width:280px;height:44vh;left:26vw;top:4vh;transform:skewX(-28deg)}
.hero-shape-b{width:22vw;min-width:250px;height:34vh;right:18vw;top:7vh;transform:skewX(-28deg)}
.hero-shape-c{width:14vw;min-width:150px;height:18vh;right:23vw;top:20vh;transform:skewX(-28deg)}

.hero-chaos{position:absolute;inset:0;z-index:4;pointer-events:none}
.floating-card{position:absolute;left:var(--x,auto);top:var(--y,auto);padding:16px 18px;border-radius:18px;background:linear-gradient(145deg,rgba(34,55,73,.34),rgba(10,18,28,.26));border:1px solid rgba(151,205,255,.20);box-shadow:0 22px 70px rgba(0,0,0,.20),inset 0 1px 0 rgba(255,255,255,.09),inset 0 -1px 0 rgba(255,255,255,.025);backdrop-filter:blur(18px) saturate(145%);-webkit-backdrop-filter:blur(18px) saturate(145%);color:#fff;pointer-events:none;transition:opacity .16s linear;will-change:translate,opacity;animation:heroFloat 6s ease-in-out infinite alternate}
.floating-card strong{display:block;font-size:17px;font-weight:500;line-height:1.2;letter-spacing:-.01em}
.floating-card small{display:block;font-size:12px;opacity:.58;margin-top:7px}
.floating-card.wide{display:flex;align-items:center;gap:14px;min-width:280px}
.card-chat{left:18%;top:17%;transform:rotate(8deg)}
.card-chat.muted{left:19%;top:29%;transform:none}
.card-notif{left:10%;top:40%;transform:rotate(6deg)}
.card-file{left:16%;top:53%;transform:rotate(-9deg)}
.card-msg{right:12%;top:24%;transform:rotate(-1deg)}
.card-app{right:27%;top:36%;width:76px;height:76px;display:grid;place-items:center;padding:0;border-radius:22px;transform:rotate(-8deg)}
.card-chat.wide{right:7%;top:36%;left:auto;transform:rotate(-6deg)}
.card-file.wide{right:13%;top:49%;left:auto;transform:rotate(5deg)}
.card-mail{right:11%;top:64%;left:auto;transform:none}
.card-note{left:23%;top:72%;padding:22px 20px;background:linear-gradient(145deg,rgba(38,54,67,.42),rgba(9,16,24,.26));border-color:rgba(151,205,255,.20);color:#fff;transform:rotate(-8deg);box-shadow:0 22px 65px rgba(0,0,0,.22);backdrop-filter:blur(18px) saturate(145%)}
.card-note strong{font-family:"Comic Sans MS","Segoe Print",cursive;font-size:20px;font-weight:700;color:rgba(255,255,255,.92)}
.card-chat.dark-card{right:22%;top:78%;left:auto;background:rgba(15,18,25,.58);transform:rotate(3deg)}
.file-badge,.icon,.app-chip{display:grid;place-items:center;flex:0 0 auto}
.file-badge{width:46px;height:58px;border-radius:12px;background:linear-gradient(180deg,#39d879,#18804c);font-weight:900;color:#fff}
.icon{width:44px;height:44px;border-radius:14px;background:rgba(255,255,255,.12);font-size:18px}
.icon.green{background:linear-gradient(180deg,#35d695,#128a60)}
.icon.mail{background:rgba(23,188,255,.12);color:#4ed6ff;border:1px solid rgba(78,214,255,.26)}
.app-chip.instagram{width:44px;height:44px;border-radius:14px;background:radial-gradient(circle at 30% 30%,#ffd776,#f56040 35%,#c13584 62%,#833ab4 82%,#5851db 100%);box-shadow:inset 0 0 0 2px rgba(255,255,255,.12)}
.badge{position:absolute;top:-8px;right:-8px;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#ff544f;color:#fff;font-style:normal;font-weight:900;font-size:13px}

.hero .btn.primary{border-radius:999px;padding:0 34px}
.hero .btn.primary:hover{transform:translateY(-2px) scale(1.01)}

@keyframes heroFloat{
  0%{transform:translate3d(0,0,0) rotate(var(--idle-rot,0deg))}
  50%{transform:translate3d(var(--idle-x,7px),var(--idle-y,-8px),0) rotate(calc(var(--idle-rot,0deg) + .7deg))}
  100%{transform:translate3d(calc(var(--idle-x,7px) * -.5),calc(var(--idle-y,-8px) * -.45),0) rotate(calc(var(--idle-rot,0deg) - .5deg))}
}
.floating-card:nth-child(2n){animation-duration:7.4s;animation-direction:alternate-reverse}
.floating-card:nth-child(3n){animation-duration:5.8s}
.floating-card:nth-child(4n){animation-delay:-2.1s}
.hero-thesis,.hero-keep,.hero-fade{will-change:opacity,transform}
.hero-final .hero-fade{pointer-events:none}
.hero-final .hero-thesis{transform:translateY(-18px) scale(1.045)}
.hero-final .hero-keep{transform:translateY(-10px)}

.growth{height:170vh;background:linear-gradient(180deg,#06080d 0%,#090d13 70%,#101010 100%)}.growth-pin{position:sticky;top:0;min-height:100vh;display:grid;place-items:center;text-align:center;overflow:hidden;padding:90px 20px}.growth-bridge{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);margin:0;font-size:clamp(34px,4.3vw,68px);font-weight:650;letter-spacing:-.045em;opacity:1;transition:opacity .35s ease,transform .35s ease}.growth-bridge span{color:transparent;background:var(--grad);-webkit-background-clip:text;background-clip:text;font-weight:850}.growth-first{position:absolute;top:29%;font-size:clamp(25px,3vw,44px);font-weight:900;opacity:0;transform:translateY(20px);transition:.55s ease}.growth h2{font-size:clamp(58px,8vw,124px);line-height:.9;letter-spacing:-.06em;margin:0;opacity:0;transform:translateY(24px);transition:.65s ease}.growth h2 span{position:relative}.growth h2 span:after{content:"";position:absolute;left:0;right:0;bottom:-7px;height:6px;background:var(--grad);border-radius:99px;transform:scaleX(0);transform-origin:left;transition:.7s}.scribble{font-family:"Comic Sans MS","Segoe Print",cursive;opacity:.5}.growth .scribble{position:absolute;bottom:24%;opacity:0;transform:translateY(16px);transition:.55s ease}.wipe{position:absolute;width:150vw;height:120vh;left:-160vw;bottom:-48vh;background:var(--grad);transform:skewX(-22deg);z-index:-1}

.scanner{min-height:185vh}.scanner-runway{min-height:110vh}.business-ui{position:sticky;top:95px;width:min(1120px,100%);min-height:650px;margin:auto;border:1px solid #ddd;border-radius:28px;background:#fff;box-shadow:0 30px 100px rgba(16,16,16,.08);overflow:hidden}.browser{height:64px;display:flex;align-items:center;gap:8px;padding:0 20px;border-bottom:1px solid #ececec}.browser>i{width:10px;height:10px;border:1px solid #ccc;border-radius:50%}.browser span{margin-left:12px;flex:1;background:#f1f2ef;border-radius:9px;padding:11px 14px;font-size:11px;color:#999}.ui-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding:26px}.ui-grid article{min-height:205px;padding:22px;border:1px solid #e7e9e5;border-radius:18px;background:#f9faf8;transition:.2s}.ui-grid article.wide{grid-column:span 2}.ui-grid article.active{transform:translateY(-4px);box-shadow:0 20px 50px rgba(20,50,40,.11)}.ui-grid small{font-size:10px;letter-spacing:.16em;color:#8a8e89;font-weight:900}.ui-grid b{display:block;margin-top:12px;font-size:21px}.lines{height:60px;margin-top:25px;background:repeating-linear-gradient(to bottom,#daddd8 0 6px,transparent 6px 16px)}.lines.short{width:65%}.bubbles{display:grid;gap:8px;margin-top:28px}.bubbles i{height:20px;border-radius:99px;background:#e0e7e3}.bubbles i:nth-child(2){width:70%;margin-left:auto}.sheet{height:75px;margin-top:26px;background:linear-gradient(#ddd 1px,transparent 1px),linear-gradient(90deg,#ddd 1px,transparent 1px);background-size:25px 20px}.dots{display:flex;gap:12px;margin-top:40px}.dots i{width:22px;height:22px;border-radius:50%;background:#ddd}.scanner-ring{position:absolute;z-index:8;left:12%;top:22%;width:190px;height:190px;border:12px solid transparent;border-radius:50%;background:linear-gradient(#fff,#fff) padding-box,var(--grad) border-box;box-shadow:0 20px 70px rgba(75,98,255,.15);pointer-events:none;transition:left .18s linear,top .18s linear}.scanner-ring:after{content:"";position:absolute;width:86px;height:18px;right:-69px;bottom:-24px;border-radius:99px;background:var(--grad);transform:rotate(42deg)}.scan-caption{position:absolute;z-index:9;left:36px;bottom:30px;background:#101010;color:#fff;padding:15px 17px;border-radius:14px;max-width:370px}.scan-caption b,.scan-caption span{display:block}.scan-caption span{font-size:12px;color:#a5acb5;margin-top:5px}.scan-end{text-align:center;padding-top:42px}.scan-end p{color:#777}.scan-end h3{font-size:clamp(38px,5vw,68px);letter-spacing:-.045em;margin:7px 0 24px}

.positioning{min-height:155vh}.positioning-pin{position:sticky;top:0;min-height:100vh;width:min(1300px,calc(100% - 64px));margin:auto;display:flex;flex-direction:column;justify-content:center}.positioning h2{font-size:clamp(54px,7vw,112px);line-height:.92;letter-spacing:-.06em;margin:0 0 26px}.strike{color:#8d939c;position:relative}.strike:after{content:"";position:absolute;left:-2%;right:-2%;top:54%;height:7px;background:var(--grad);transform:scaleX(0) rotate(-2deg);transform-origin:left;transition:.8s}.positioning.active .strike:after{transform:scaleX(1) rotate(-2deg)}.muted-line{margin-top:36px!important;color:#3d4249;transition:.7s}.positioning.active .muted-line{color:#fff}.under{position:relative}.under:after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:5px;background:var(--grad)}

.build-grid{position:relative;min-height:900px;display:grid;grid-template-columns:1fr 1fr;gap:22px;align-content:center}.problem-core{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:220px;height:220px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle,rgba(55,227,232,.14),transparent 68%);border:1px solid rgba(255,255,255,.12);z-index:1}.problem-core small{position:absolute;top:78px;letter-spacing:.18em;color:#8d95a0}.problem-core b{font-size:23px}.build-grid article{position:relative;z-index:2;min-height:315px;padding:34px;border:1px solid rgba(255,255,255,.1);border-radius:24px;background:rgba(255,255,255,.035);transition:.65s}.build-grid article:nth-of-type(1){transform:translate(-110px,-50px) rotate(-4deg)}.build-grid article:nth-of-type(2){transform:translate(120px,-70px) rotate(5deg)}.build-grid article:nth-of-type(3){transform:translate(-90px,70px) rotate(3deg)}.build-grid article:nth-of-type(4){transform:translate(110px,55px) rotate(-5deg)}.build-grid.assembled article{transform:none}.build-grid article:hover{background:linear-gradient(145deg,rgba(183,255,72,.05),rgba(55,227,232,.06),rgba(75,98,255,.07));border-color:rgba(55,227,232,.25)}.build-grid article>small{font-size:10px;letter-spacing:.16em;color:#89919d;font-weight:900}.build-grid h3{font-size:clamp(32px,3vw,48px);letter-spacing:-.04em;margin:18px 0 10px}.build-grid article p{color:#a6adb6}.build-grid article em{position:absolute;left:34px;bottom:28px;font-style:normal;font-weight:700;font-size:13px}

.fix-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.fix-grid>a{min-height:340px;padding:32px;border:1px solid #ddd;border-radius:24px;background:#fff;color:#111;text-decoration:none;transition:.25s}.fix-grid>a:hover{transform:translateY(-6px);box-shadow:0 24px 70px rgba(16,16,16,.08)}.fix-grid small{font-size:10px;letter-spacing:.16em;font-weight:900;color:#777}.fix-grid h3{font-size:clamp(28px,3vw,44px);line-height:1.05;letter-spacing:-.04em}.featured{background:#101010!important;color:#fff!important;border-color:#101010!important}.featured b{display:block;margin-top:40px;color:transparent;background:var(--grad);-webkit-background-clip:text;background-clip:text}.mini-browser{height:75px;margin-top:45px;border:1px solid #ddd;border-radius:12px;background:linear-gradient(90deg,#efefef 30%,transparent 30% 33%,#efefef 33% 63%,transparent 63% 66%,#efefef 66%)}.mini-system{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:40px}.mini-system i{height:60px;border-radius:10px;background:#e7e9e6}.mini-system i:nth-child(2){background:linear-gradient(135deg,#d8ffa0,#b8efec)}.flow{margin-top:50px;padding:14px;border-radius:12px;background:#eee;font-weight:800;font-size:12px}

.tools{height:175vh}.tools-pin{position:sticky;top:0;min-height:100vh;display:grid;place-items:center;text-align:center;overflow:hidden;padding:70px 24px}.tool-cloud span{position:absolute;padding:12px 15px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:rgba(255,255,255,.05);color:#adb4bd;font-size:13px;font-weight:800;transition:.6s}.tool-cloud span:nth-child(1){left:10%;top:25%}.tool-cloud span:nth-child(2){left:24%;top:12%}.tool-cloud span:nth-child(3){right:18%;top:17%}.tool-cloud span:nth-child(4){right:8%;top:47%}.tool-cloud span:nth-child(5){left:12%;bottom:22%}.tool-cloud span:nth-child(6){left:34%;bottom:12%}.tool-cloud span:nth-child(7){right:29%;bottom:13%}.tool-cloud span:nth-child(8){right:8%;bottom:27%}.tools-pin.collapsed .tool-cloud span{transform:translate(0,0) scale(.35);left:50%;right:auto;top:50%;bottom:auto;opacity:0}.tools-copy{position:relative;z-index:3}.tools-copy h2{font-size:clamp(48px,6.8vw,105px);line-height:.95;letter-spacing:-.06em;margin:0}.tools-copy p{font-size:clamp(19px,2.3vw,33px);color:#aab1ba}.tools-copy h3{font-size:clamp(20px,2vw,30px)}.one-ui{width:min(620px,85vw);height:170px;margin:38px auto 0;padding:20px;border:1px solid rgba(255,255,255,.12);border-radius:22px;background:#151a22;display:grid;grid-template-columns:repeat(3,1fr);gap:12px;opacity:0;transform:scale(.88);transition:.6s}.one-ui i{height:76px;border-radius:12px;background:#222b36}.one-ui b{grid-column:1/-1;font-size:11px;letter-spacing:.18em;color:#8f98a3}.tools-pin.collapsed .one-ui{opacity:1;transform:none}

.process-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px}.sticky-head{position:sticky;top:115px;align-self:start}.steps article{min-height:350px;padding:42px 0;border-top:1px solid #d8dad6;display:grid;grid-template-columns:70px 1fr;gap:20px}.steps article>span{font-size:12px;letter-spacing:.16em;color:#888;font-weight:900}.steps h3{font-size:clamp(34px,4vw,62px);letter-spacing:-.045em;line-height:1;margin:0}.steps p{font-size:18px;color:#666}.steps small{font-family:"Comic Sans MS","Segoe Print",cursive}.steps b{display:inline-block;margin-top:20px;padding:10px 12px;background:#fff;border:1px solid #ddd;border-radius:9px;font-size:12px}

.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.product-grid article{min-height:500px;padding:34px;border:1px solid rgba(255,255,255,.1);border-radius:28px;background:#15171c;transition:.3s}.product-grid article:hover{transform:translateY(-7px)}.product-grid header{display:flex;justify-content:space-between}.product-grid h3{font-size:clamp(38px,4.3vw,66px);line-height:.96;letter-spacing:-.055em;margin:100px 0 45px}.product-grid p{color:#a5acb5}.product-grid .hcih:hover{background:linear-gradient(145deg,#ffe8e0,#ffd4dc);color:#532e31}.product-grid .ritremis:hover{background:linear-gradient(145deg,#e4f1eb,#d9ece3);color:#0d3a34}.product-grid article:hover p{color:currentColor}

.compare{position:relative;min-height:660px;border:1px solid #ddd;border-radius:28px;background:#fff;overflow:hidden;user-select:none}.compare>div{position:absolute;inset:0;padding:38px}.compare header{display:flex;justify-content:space-between}.compare header small{font-family:"Comic Sans MS","Segoe Print",cursive;opacity:.6}.compare .before{background:#f7f6f1}.compare .after{background:#101217;color:#fff;clip-path:inset(0 0 0 50%)}.compare p{position:absolute;left:50%;top:52%;transform:translate(-50%,-50%);margin:0;text-align:center;line-height:2.15;font-weight:800}.handle{position:absolute;z-index:5;top:0;bottom:0;left:50%;width:2px;border:0;background:var(--grad);cursor:ew-resize}.handle:after{content:"↔";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:var(--grad);color:#101010;font-weight:900}

.diagnostic-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;align-items:center}.diag-card{padding:28px;border:1px solid rgba(255,255,255,.12);border-radius:24px;background:#14171d}.diag-card header,.diag-card p{display:flex;justify-content:space-between;gap:20px}.diag-card header{padding-bottom:22px;border-bottom:1px solid rgba(255,255,255,.1)}.diag-card header span{color:var(--lime);font-size:10px}.diag-card p{padding:20px 0;border-bottom:1px solid rgba(255,255,255,.08);color:#aab1ba}.diag-card p b{color:#fff;text-align:right}.diag-end{grid-column:1/-1;text-align:center;margin-top:50px}.diag-end p{color:#9aa1aa}.diag-end h3{font-size:clamp(34px,4vw,58px);letter-spacing:-.045em;margin:6px 0 0}

.content-window{overflow:hidden}.content-track{display:flex;gap:18px;width:max-content}.content-track article{width:min(430px,80vw);min-height:480px;padding:30px;border:1px solid #ddd;border-radius:24px;background:#fff;display:flex;flex-direction:column;justify-content:flex-end}.content-track small{margin-bottom:auto}.content-track h3{font-size:clamp(36px,4vw,58px);line-height:.95;letter-spacing:-.05em;margin:0}.content-track p{color:#666}.content-track .dark-tile{background:#101010;color:#fff;border-color:#101010}.content-track .dark-tile p{color:#aaa}.content-track .gradient-tile{background:linear-gradient(145deg,#c8ff74,#52ece0,#6e78ff);border:0}.follow{color:#666;font-weight:800;font-size:13px}

.final-cta{min-height:115vh;display:grid;place-items:center}.cta-inner{width:min(1100px,calc(100% - 64px));text-align:center;padding:110px 0}.cta-inner h2{font-size:clamp(54px,7vw,112px);line-height:.92;letter-spacing:-.06em;margin:0}.cta-inner form{max-width:850px;margin:55px auto 0;text-align:left}.cta-inner label{display:block;margin-bottom:10px;font-size:12px;color:#9da4ac;font-weight:900}.cta-inner textarea{width:100%;min-height:180px;padding:22px;border:1px solid rgba(255,255,255,.13);border-radius:20px;background:#15181e;color:#fff;resize:vertical;outline:0}.chips{display:flex;gap:9px;flex-wrap:wrap;margin:16px 0 28px}.chips button{padding:11px 13px;border:1px solid rgba(255,255,255,.12);border-radius:99px;background:rgba(255,255,255,.04);color:#abb3bc;cursor:pointer}.chips button.active{background:#fff;color:#111}.submit{width:100%;border:0;cursor:pointer}.cta-inner form>small{display:block;text-align:center;color:#707782;margin-top:12px}

.brand-end{min-height:100vh;display:grid;place-items:center;text-align:center}.brand-end>div{padding:100px 20px}.brand-end-logo{display:block;width:min(300px,45vw);margin:36px auto 18px;filter:drop-shadow(0 14px 30px rgba(0,0,0,.22))}.brand-end h2{font-size:clamp(72px,10vw,160px);letter-spacing:-.07em;margin:0}.brand-end p{color:#9ca3ac}.brand-end p b{color:#fff}

footer{position:relative;overflow:hidden;background:#090a0d;color:#fff;padding:90px 42px 32px}.footer-grid{width:min(var(--max),100%);margin:auto;display:grid;grid-template-columns:2fr repeat(3,1fr);gap:50px;position:relative;z-index:2}.footer-brand-row{display:flex;align-items:center;gap:14px;margin-bottom:14px}.footer-logo{width:92px;height:auto;display:block}.footer-grid p,.footer-grid a,.footer-grid span{color:#969da6;font-size:13px;line-height:1.6}.footer-grid a,.footer-grid span{display:block;margin:8px 0;text-decoration:none}.footer-grid>div>b{display:block;margin-bottom:14px}.legal{width:min(var(--max),100%);margin:70px auto 0;padding-top:20px;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;color:#666;font-size:11px;position:relative;z-index:2}.footer-word{position:absolute;left:-1vw;bottom:-8vw;font-size:clamp(110px,20vw,320px);font-weight:950;letter-spacing:-.08em;color:rgba(255,255,255,.025);white-space:nowrap}

@media(max-width:1050px){
.header nav{display:none}.header-cta{margin-left:auto}.menu-btn{display:grid;place-items:center;width:42px;height:42px;border:1px solid rgba(255,255,255,.12);border-radius:11px;background:rgba(255,255,255,.04)}.menu-btn i{display:block;width:18px;height:1px;background:#fff}.mobile-menu{position:fixed;z-index:99;top:82px;left:16px;right:16px;padding:18px;background:rgba(10,12,16,.97);border:1px solid rgba(255,255,255,.08);border-radius:18px}.mobile-menu.open{display:grid}.mobile-menu a{text-decoration:none;padding:13px;border-bottom:1px solid rgba(255,255,255,.07)}.ui-grid{grid-template-columns:1fr 1fr}.process-layout,.diagnostic-grid{grid-template-columns:1fr}.sticky-head{position:relative;top:auto}.diag-end{grid-column:auto}
}
@media(max-width:760px){
.shell{width:calc(100% - 32px);padding:95px 0}.header{height:72px;padding:0 18px}.header.scrolled{height:60px}.brand span,.header-cta{display:none}.brand-logo{width:58px}.hero{height:128vh}.hero-copy{width:calc(100% - 30px);padding-top:36px}.hero-copy h1{font-size:clamp(56px,17vw,86px)}.hero-copy h2{font-size:clamp(30px,9vw,48px)}.hero-copy>p:last-of-type{font-size:18px}.actions{display:grid}.actions .btn{min-width:0;width:100%}.hero-link{font-size:15px}.hero-chaos{opacity:.92}.floating-card{padding:12px 14px;border-radius:14px}.floating-card strong{font-size:13px}.floating-card small{font-size:10px}.card-app{width:58px;height:58px}.file-badge,.icon,.app-chip{transform:scale(.88)}.growth{height:135vh}.growth h2{font-size:clamp(52px,15vw,78px)}.scanner{min-height:auto}.scanner-runway{min-height:auto}.business-ui{position:relative;top:auto}.ui-grid{grid-template-columns:1fr;padding:14px}.ui-grid article,.ui-grid article.wide{grid-column:auto;min-height:170px}.scanner-ring{width:130px;height:130px;border-width:9px}.scan-caption{left:18px;right:18px;max-width:none}.positioning{min-height:120vh}.positioning-pin{width:calc(100% - 32px)}.positioning h2{font-size:clamp(46px,14vw,74px)}.build-grid{min-height:auto;grid-template-columns:1fr}.problem-core{display:none}.build-grid article:nth-of-type(n){transform:none}.fix-grid,.product-grid{grid-template-columns:1fr}.tools{height:145vh}.process-layout{gap:20px}.steps article{grid-template-columns:50px 1fr}.product-grid article{min-height:450px}.compare{min-height:620px}.compare>div{padding:22px}.diagnostic-grid{gap:35px}.cta-inner{width:calc(100% - 32px)}.cta-inner h2{font-size:clamp(48px,14vw,75px)}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}
}
@media(max-width:480px){
.shell{width:calc(100% - 28px)}.brand-logo{width:52px}.loader-logo{width:min(180px,42vw)}.hero-copy{width:calc(100% - 24px)}.hero-overline{font-size:10px;letter-spacing:.24em}.hero-copy h1{font-size:clamp(50px,15vw,72px)}.hero-copy h2{font-size:clamp(26px,8vw,40px)}.hero-copy>p:last-of-type{font-size:16px}.hero-bg-logo{width:130vw;bottom:-10vh;opacity:.055}.hero-shape-b,.hero-shape-c,.card-msg,.card-file.wide,.card-mail,.card-chat.wide,.card-app{display:none}.card-chat{left:8%;top:18%}.card-notif{left:4%;top:37%}.card-file{left:7%;top:58%}.card-note{left:8%;top:74%}.card-chat.muted{left:auto;right:8%;top:27%}.card-chat.dark-card{right:8%;top:70%}.scanner-ring{display:none}.scan-caption{position:relative;left:auto;right:auto;bottom:auto;margin:0 14px 14px}.steps article{grid-template-columns:1fr}.compare header{display:grid;gap:8px}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}footer{padding-left:20px;padding-right:20px}
}
@media(prefers-reduced-motion:reduce){
html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.001ms!important;transition-duration:.001ms!important}.hero,.growth,.positioning,.tools{height:auto}.hero-pin,.growth-pin,.positioning-pin,.tools-pin,.business-ui{position:relative;top:auto}.hero-pin,.growth-pin,.positioning-pin,.tools-pin{min-height:100vh}.chaos span,.geo,.content-track{transform:none!important}
}
/* Beta parallax transition stacking fix */
.growth-pin{isolation:isolate}
.growth-first,.growth-pin>h2,.growth-pin>.scribble{z-index:2}
.growth-pin>h2{position:relative}
.wipe{z-index:1;pointer-events:none}

/* Hero section v2 inspired by approved peg */

/* Seamless hero → growth narrative */
.growth.bridge-out .growth-bridge{opacity:0;transform:translate(-50%,-58%) scale(.96)}
.growth.reveal-growth .growth-first{opacity:1;transform:none}
.growth.reveal-growth h2{opacity:1;transform:none}
.growth.reveal-growth .scribble{opacity:.5;transform:none}
.growth.reveal-growth h2 span:after{transform:scaleX(1)}

.hero-corner:after{content:"";position:absolute;inset:-20%;background:inherit;filter:blur(30px);opacity:.65;z-index:-1}


/* =========================================================
   REAL IT OFFICIAL LOGO — placement-specific sizing v2
   Based on the actual wide aspect ratio of the approved mark.
   ========================================================= */
.brand-logo{
  width:58px!important;
  height:auto!important;
  object-fit:contain;
  flex:0 0 auto;
  transition:width .28s ease,opacity .28s ease,filter .28s ease;
}
.header.scrolled .brand-logo{width:48px!important}
.brand{gap:11px!important}
.brand span{line-height:1}

.loader-logo{width:min(190px,30vw)!important}
.loader-logo img{width:100%;height:auto;display:block}

/* Keep the hero logo atmospheric: visible only as a soft environmental echo. */
.hero-bg-logo{
  width:min(900px,60vw)!important;
  bottom:3vh!important;
  opacity:.026!important;
  filter:blur(8px) saturate(.85) drop-shadow(0 0 65px rgba(55,227,232,.10))!important;
  mix-blend-mode:screen;
}
.hero-bg-logo img{width:100%;height:auto;opacity:.62!important}

.brand-end-logo{width:min(225px,32vw)!important;height:auto}
.footer-logo{width:68px!important;height:auto}

/* Softer, blurry environmental gradients like the approved hero peg. */
.hero-corner{
  filter:blur(24px) saturate(1.06)!important;
  opacity:.50!important;
}
.hero-shape{
  filter:blur(15px)!important;
  opacity:.34!important;
}
.hero-corner-left{left:-12vw!important;bottom:-20vh!important}
.hero-corner-right{right:-13vw!important;top:38vh!important}

.hero-pin::before,.hero-pin::after{
  content:"";
  position:absolute;
  z-index:1;
  pointer-events:none;
  border-radius:50%;
  filter:blur(95px);
  opacity:.18;
}
.hero-pin::before{
  width:36vw;height:36vw;min-width:340px;min-height:340px;
  left:-13vw;bottom:-10vw;
  background:linear-gradient(135deg,var(--lime),var(--cyan),var(--blue));
}
.hero-pin::after{
  width:32vw;height:32vw;min-width:300px;min-height:300px;
  right:-12vw;top:34vh;
  background:linear-gradient(135deg,var(--blue),var(--cyan),var(--lime));
}
.hero-copy,.hero-chaos{position:relative;z-index:5}

@media(max-width:1050px){
  .brand-logo{width:52px!important}.header.scrolled .brand-logo{width:45px!important}
}
@media(max-width:760px){
  .brand-logo{width:48px!important}.header.scrolled .brand-logo{width:42px!important}
  .loader-logo{width:min(160px,38vw)!important}
  .hero-bg-logo{width:108vw!important;bottom:8vh!important;opacity:.02!important;filter:blur(10px)!important}
  .brand-end-logo{width:min(205px,50vw)!important}.footer-logo{width:60px!important}
}
@media(max-width:480px){
  .brand-logo{width:44px!important}.header.scrolled .brand-logo{width:40px!important}
  .hero-bg-logo{width:122vw!important;bottom:10vh!important}
  .hero-pin::before,.hero-pin::after{opacity:.12}
}


/* =========================================================
   HERO V4 — composition cleanup from live beta review
   ========================================================= */

/* Critical: keep the chaos layer pinned to the hero viewport.
   A previous shared rule made it relative and caused all cards to bunch at the top. */
.hero-chaos{
  position:absolute!important;
  inset:0!important;
  width:100%;
  height:100%;
  z-index:4!important;
  pointer-events:none;
}
.hero-copy{
  position:relative!important;
  z-index:8!important;
  width:min(900px,calc(100% - 64px));
  padding-top:78px;
}

/* Give the headline more air so the floating UI can frame it. */
.hero-copy h1{
  font-size:clamp(62px,7.8vw,132px);
  max-width:900px;
}
.hero-copy h2{
  font-size:clamp(28px,3.45vw,54px);
}
.hero-copy>p:last-of-type{
  font-size:clamp(17px,1.5vw,24px);
  max-width:650px;
}
.hero-overline{
  font-size:11px;
  letter-spacing:.34em;
}

/* Glass cards — less opaque, cleaner border, stronger real backdrop blur. */
.floating-card{
  background:linear-gradient(145deg,rgba(38,66,88,.24),rgba(9,17,27,.18))!important;
  border:1px solid rgba(151,205,255,.16)!important;
  box-shadow:
    0 18px 58px rgba(0,0,0,.20),
    inset 0 1px 0 rgba(255,255,255,.08),
    inset 0 -1px 0 rgba(255,255,255,.02)!important;
  backdrop-filter:blur(20px) saturate(138%)!important;
  -webkit-backdrop-filter:blur(20px) saturate(138%)!important;
  color:rgba(255,255,255,.88)!important;
  padding:14px 17px;
  border-radius:16px;
}
.floating-card strong{font-size:15px!important;font-weight:520!important}
.floating-card small{font-size:10.5px!important;color:rgba(255,255,255,.60)!important;opacity:1!important}
.floating-card.wide{min-width:245px!important}

/* Desktop card choreography — frame the content, never cross the center column. */
.card-chat{
  left:17%!important;top:18%!important;
  --idle-rot:6deg;--idle-x:-7px;--idle-y:-8px;
  transform:none!important;
}
.card-chat.muted{
  left:18.5%!important;top:29.5%!important;
  --idle-rot:0deg;--idle-x:6px;--idle-y:-6px;
}
.card-notif{
  left:9.5%!important;top:41%!important;
  --idle-rot:5deg;--idle-x:-6px;--idle-y:8px;
  transform:none!important;
}
.card-file{
  left:14.5%!important;top:55%!important;
  --idle-rot:-7deg;--idle-x:7px;--idle-y:-8px;
  transform:none!important;
}
.card-note{
  left:22%!important;top:73%!important;
  --idle-rot:-6deg;--idle-x:-5px;--idle-y:7px;
  transform:none!important;
  max-width:190px;
}
.card-msg{
  right:11%!important;top:22%!important;
  --idle-rot:-1deg;--idle-x:7px;--idle-y:-7px;
  transform:none!important;
}
.card-app{
  right:27%!important;top:35%!important;
  --idle-rot:-7deg;--idle-x:-5px;--idle-y:7px;
  transform:none!important;
  width:64px!important;height:64px!important;
}
.card-chat.wide{
  left:auto!important;right:6.5%!important;top:36%!important;
  --idle-rot:-5deg;--idle-x:6px;--idle-y:-7px;
  transform:none!important;
}
.card-file.wide{
  left:auto!important;right:11.5%!important;top:50%!important;
  --idle-rot:4deg;--idle-x:-7px;--idle-y:8px;
  transform:none!important;
}
.card-mail{
  left:auto!important;right:8.5%!important;top:64%!important;
  --idle-rot:0deg;--idle-x:7px;--idle-y:-6px;
  transform:none!important;
}
.card-chat.dark-card{
  left:auto!important;right:21%!important;top:77%!important;
  --idle-rot:2deg;--idle-x:-6px;--idle-y:6px;
  transform:none!important;
}

/* Keep the central safe zone free of floating UI. */
.hero-copy::before{
  content:"";
  position:absolute;
  z-index:-1;
  inset:-35px -65px;
  background:radial-gradient(ellipse at center,rgba(6,10,16,.70) 0%,rgba(6,10,16,.30) 48%,transparent 74%);
  pointer-events:none;
}

/* Environmental geometry: much more out-of-focus and pushed off canvas. */
.hero-corner{
  filter:blur(42px) saturate(1.1)!important;
  opacity:.26!important;
  transform:scale(1.13);
}
.hero-corner-left{
  left:-17vw!important;
  bottom:-27vh!important;
}
.hero-corner-right{
  right:-18vw!important;
  top:39vh!important;
}
.hero-shape{
  filter:blur(32px)!important;
  opacity:.16!important;
}
.hero-shape-a{left:27vw!important;top:7vh!important}
.hero-shape-b{right:20vw!important;top:9vh!important}
.hero-shape-c{right:25vw!important;top:23vh!important}
.hero-pin::before,.hero-pin::after{
  filter:blur(125px)!important;
  opacity:.12!important;
}

/* Actual official mark in the far background: whisper, not billboard. */
.hero-bg-logo{
  width:min(760px,52vw)!important;
  bottom:7vh!important;
  opacity:.016!important;
  filter:blur(10px) saturate(.75)!important;
}
.hero-bg-logo img{opacity:.52!important}

/* Slightly smaller CTA to better match the reference composition. */
.actions .btn{
  min-width:320px!important;
  min-height:50px;
}
.hero-link{margin-top:25px!important;font-size:14px!important;color:rgba(255,255,255,.68)!important}
.scroll-cue{margin-top:15px!important;transform:scale(.88)}

@media(max-width:1500px){
  .card-chat{left:13%!important}.card-chat.muted{left:14%!important}
  .card-notif{left:6%!important}.card-file{left:10%!important}.card-note{left:16%!important}
  .card-msg{right:7%!important}.card-chat.wide{right:3%!important}.card-file.wide{right:7%!important}.card-mail{right:4%!important}.card-chat.dark-card{right:15%!important}
}
@media(max-width:1180px){
  .hero-copy{width:min(760px,calc(100% - 52px))}
  .hero-copy h1{font-size:clamp(58px,8vw,108px)}
  .floating-card{transform:scale(.88)!important}
  .card-chat{left:8%!important}.card-chat.muted{left:9%!important}.card-notif{left:2%!important}.card-file{left:5%!important}.card-note{left:10%!important}
  .card-msg{right:2%!important}.card-chat.wide{right:-2%!important}.card-file.wide{right:2%!important}.card-mail{right:-1%!important}.card-chat.dark-card{right:9%!important}
}
@media(max-width:760px){
  .hero-copy{width:calc(100% - 30px)!important;padding-top:42px!important}
  .hero-copy h1{font-size:clamp(54px,15vw,82px)!important}
  .hero-copy h2{font-size:clamp(26px,8vw,42px)!important}
  .hero-copy::before{inset:-25px -12px}
  .floating-card{transform:scale(.76)!important}
  .card-chat{left:-1%!important;top:17%!important}
  .card-chat.muted{left:auto!important;right:-4%!important;top:28%!important}
  .card-notif{left:-7%!important;top:43%!important}
  .card-file{left:-4%!important;top:61%!important}
  .card-note{left:-1%!important;top:77%!important}
  .card-chat.dark-card{right:-4%!important;top:73%!important}
  .hero-corner{opacity:.18!important;filter:blur(48px)!important}
}


/* =========================================================
   HERO V5 — line spacing, independent Excel cards,
   and a single pinned hero-to-growth transition
   ========================================================= */

/* One continuous scene eliminates the dead gap between two sticky sections. */
.hero{height:220vh!important}
.hero-pin{min-height:100vh!important}

/* Headline: keep the two lines deliberate and give p/q descenders room. */
.hero-copy h1{
  font-size:clamp(60px,7.25vw,122px)!important;
  line-height:1!important;
  letter-spacing:-.075em!important;
  max-width:880px!important;
  overflow:visible!important;
}
.hero-line{
  display:block;
  line-height:.94;
  white-space:nowrap;
}
.hero-copy .accent-line{
  display:block;
  line-height:.96;
  margin-top:.055em;
  padding:0 .02em .08em;
  overflow:visible;
}
.hero-copy h2{margin-top:14px!important}

/* Each spreadsheet card owns its own position.  Do not let .card-file.wide
   collapse both Excel cards onto the same coordinates. */
.card-file-left{
  left:13.5%!important;
  right:auto!important;
  top:54%!important;
  --idle-rot:-6deg;--idle-x:6px;--idle-y:-7px;
}
.card-file-right{
  left:auto!important;
  right:10%!important;
  top:49%!important;
  --idle-rot:3deg;--idle-x:-6px;--idle-y:7px;
}
.card-file-left,.card-file-right{
  min-width:300px!important;
  max-width:340px!important;
}
.card-file-left strong,.card-file-right strong{
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  max-width:240px;
  font-size:14px!important;
}
.card-file-left .file-badge,.card-file-right .file-badge{
  width:42px;height:52px;
}

/* Remove the obsolete generic placement that used to stack both Excel cards. */
.card-file.wide{left:auto!important}
.card-file-left{left:13.5%!important}
.card-file-right{right:10%!important}

/* Main hero copy exits as a group. */
.hero-copy{
  will-change:opacity,transform;
  transform-origin:center center;
}

/* Clean middle beat: only the positioning sentence remains. */
.hero-bridge{
  position:absolute;
  z-index:12;
  left:50%;top:50%;
  width:min(1000px,calc(100% - 48px));
  transform:translate(-50%,-46%) scale(.975);
  text-align:center;
  font-size:clamp(40px,5vw,78px);
  line-height:1;
  letter-spacing:-.05em;
  font-weight:650;
  opacity:0;
  pointer-events:none;
  will-change:opacity,transform;
}
.hero-bridge span{
  color:transparent;
  background:var(--grad);
  -webkit-background-clip:text;
  background-clip:text;
  font-weight:850;
}

/* Growth question appears in the SAME pinned viewport. */
.hero-growth-scene{
  position:absolute;
  z-index:13;
  left:50%;top:50%;
  width:min(1120px,calc(100% - 48px));
  transform:translate(-50%,-43%);
  text-align:center;
  opacity:0;
  pointer-events:none;
  will-change:opacity,transform;
}
.hero-growth-scene>p{
  margin:0 0 24px;
  font-size:clamp(18px,2vw,32px);
  font-weight:900;
  letter-spacing:.10em;
}
.hero-growth-scene h2{
  margin:0;
  font-size:clamp(58px,7.5vw,118px);
  line-height:.91;
  letter-spacing:-.06em;
}
.hero-growth-scene h2 span{position:relative}
.hero-growth-scene h2 span::after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:-8px;
  height:6px;border-radius:999px;
  background:var(--grad);
  transform:scaleX(var(--growth-underline,0));
  transform-origin:left center;
}
.hero-growth-scene small{
  display:block;
  margin-top:34px;
  color:rgba(255,255,255,.48);
  font-family:"Comic Sans MS","Segoe Print",cursive;
  font-size:15px;
}

/* The final wipe is an off-white slab with a narrow branded leading edge.
   When it finishes, the next section is already the same off-white. */
.hero-transition-wipe{
  position:absolute;
  z-index:30;
  left:-22vw;top:-16vh;
  width:165vw;height:135vh;
  background:linear-gradient(100deg,
    var(--lime) 0%,
    var(--cyan) 2.2%,
    var(--blue) 4.4%,
    var(--off) 4.7%,
    var(--off) 100%);
  transform:translateX(-115%) skewX(-12deg);
  transform-origin:center;
  pointer-events:none;
  will-change:transform;
}

/* The old standalone growth section is gone; these rules are intentionally
   left harmless above for backward compatibility with old cached HTML. */

@media(max-width:1500px){
  .card-file-left{left:9%!important}
  .card-file-right{right:6%!important}
}
@media(max-width:1180px){
  .hero-copy h1{font-size:clamp(56px,7.7vw,100px)!important}
  .card-file-left{left:3%!important}
  .card-file-right{right:1%!important}
  .card-file-left,.card-file-right{min-width:270px!important;max-width:300px!important}
}
@media(max-width:760px){
  .hero{height:185vh!important}
  .hero-copy h1{font-size:clamp(50px,14.5vw,76px)!important}
  .hero-line{white-space:normal}
  .hero-copy .accent-line{margin-top:.08em}
  .hero-bridge{font-size:clamp(36px,10vw,58px)}
  .hero-growth-scene h2{font-size:clamp(52px,14vw,76px)}
  .card-file-left{left:-8%!important;top:59%!important}
  .card-file-right{display:none!important}
}
@media(max-width:480px){
  .hero{height:175vh!important}
  .hero-copy h1{font-size:clamp(46px,14vw,66px)!important}
  .hero-growth-scene>p{font-size:16px;letter-spacing:.07em}
  .hero-growth-scene small{font-size:13px}
}
