:root{
  --bg:#06090e;--bg2:#08101a;--panel:#0b1119;--panel2:#0d1621;--line:#1b2a38;--line2:#24384b;
  --text:#f6f9fc;--muted:#8ca0b3;--muted2:#617385;--blue:#8ecfff;--cyan:#42d7df;--teal:#03b995;--accent:#39b8ff;
  --max:1180px;--radius:18px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5;overflow-x:hidden}
a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{color:inherit}.site-shell{min-height:100vh;background:radial-gradient(circle at 50% -10%,rgba(43,133,180,.12),transparent 29%),var(--bg)}
.container{width:min(calc(100% - 40px),var(--max));margin-inline:auto}.grid-section{position:relative;border-bottom:1px solid rgba(255,255,255,.06)}
.grid-section:before,.grid-section:after{content:"";position:absolute;top:0;bottom:0;width:1px;background:rgba(255,255,255,.055);pointer-events:none}.grid-section:before{left:max(20px,calc((100% - var(--max))/2))}.grid-section:after{right:max(20px,calc((100% - var(--max))/2))}

/* Navigation */
.nav-wrap{position:sticky;top:0;z-index:80;background:rgba(6,9,14,.8);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.065)}.nav{height:78px;display:flex;align-items:center;gap:30px}.brand{display:inline-flex;align-items:center;gap:11px;font-weight:700}.brand-icon{width:44px;height:30px;display:grid;place-items:center}.brand-icon img{display:block;width:44px;height:30px;object-fit:contain}.brand-copy{display:grid;line-height:1}.brand-copy strong{font-size:14px;letter-spacing:-.02em}.brand-copy small{font-size:8px;text-transform:uppercase;letter-spacing:.2em;color:#65ccdf;margin-top:6px}.nav-links{display:flex;gap:27px;margin-left:auto}.nav-links a{font-size:13px;color:#a9b7c5;transition:.2s}.nav-links a:hover{color:white}.desktop-cta{margin-left:3px}.menu-btn,.mobile-menu{display:none}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:10px;padding:13px 18px;font-weight:650;font-size:13px;transition:transform .2s,border-color .2s,background .2s,box-shadow .2s}.btn:hover{transform:translateY(-1px)}.btn-primary{background:linear-gradient(120deg,#249fe4,#16c2b0);color:#fff;box-shadow:0 0 0 1px rgba(113,229,238,.13) inset,0 14px 38px rgba(21,148,203,.22)}.btn-primary:hover{box-shadow:0 0 0 1px rgba(113,229,238,.25) inset,0 18px 46px rgba(19,166,184,.28)}.btn-secondary,.btn-ghost{background:rgba(255,255,255,.035);border-color:rgba(255,255,255,.11);color:#d7e1e9}.btn-secondary:hover,.btn-ghost:hover{background:rgba(255,255,255,.065);border-color:rgba(255,255,255,.19)}.btn-small{padding:10px 14px;font-size:12px}

/* Shared */
.eyebrow,.section-kicker,.service-index,.price-label{font-size:10px;text-transform:uppercase;letter-spacing:.16em;font-weight:700;color:#84a4bc}.section-kicker.center{text-align:center}.pulse-dot,.status-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--teal);box-shadow:0 0 15px rgba(3,185,149,.8)}.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:7px 11px;border:1px solid rgba(255,255,255,.11);background:rgba(8,13,20,.62);border-radius:999px}.gradient-text{background:linear-gradient(105deg,#e8f6ff 6%,#8ecfff 42%,#42d7df 68%,#03b995 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.muted{color:#66798d}.text-link{display:inline-block;margin-top:24px;color:#70d8e6;font-size:13px;font-weight:600}.reveal{opacity:0;transform:translateY(20px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.12s}
.interactive-glow{--mx:50%;--my:50%;position:relative}.interactive-glow:after{content:"";position:absolute;inset:0;pointer-events:none;border-radius:inherit;background:radial-gradient(420px circle at var(--mx) var(--my),rgba(65,204,226,.07),transparent 42%);opacity:.9}

/* Hero */
.hero{padding:108px 0 78px;min-height:990px;overflow:hidden}.hero-glow{position:absolute;left:50%;top:20px;transform:translateX(-50%);width:860px;height:520px;background:radial-gradient(ellipse at center,rgba(48,169,220,.2),rgba(18,114,158,.1) 40%,transparent 72%);filter:blur(12px);pointer-events:none}.hero-watermark{position:absolute;left:50%;top:52px;transform:translateX(-50%);width:790px;opacity:.055;filter:blur(.2px);pointer-events:none}.hero-watermark img{width:100%}.hero-inner{text-align:center;position:relative;z-index:2}.hero h1{font-size:clamp(48px,6.4vw,84px);line-height:.98;letter-spacing:-.062em;margin:26px auto 22px;max-width:980px;font-weight:680}.hero-copy{max-width:760px;margin:0 auto;color:#9aaaba;font-size:17px;line-height:1.72}.hero-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:30px}.hero-proof{display:flex;justify-content:center;gap:22px;flex-wrap:wrap;margin-top:26px;color:#75899c;font-size:11px}.hero-proof span{display:flex;align-items:center;gap:7px}.hero-proof i{width:5px;height:5px;border-radius:50%;background:#58d5e6;box-shadow:0 0 10px rgba(88,213,230,.55)}
.hero-system-wrap{margin-top:64px;position:relative;z-index:4}.hero-system{border:1px solid #1d3142;border-radius:18px;background:linear-gradient(180deg,rgba(13,25,37,.96),rgba(7,14,22,.98));box-shadow:0 36px 100px rgba(0,0,0,.38),0 0 90px rgba(36,163,200,.055) inset;overflow:hidden}.system-topbar{height:52px;display:flex;align-items:center;justify-content:space-between;padding:0 17px;border-bottom:1px solid #1b2b39;color:#8293a4;font-size:11px}.system-topbar>span:first-child{display:flex;align-items:center;gap:8px}.live-badge{padding:6px 10px;border:1px solid rgba(3,185,149,.23);background:rgba(3,185,149,.075);color:#81dfc3;border-radius:999px;font-size:10px}.network-stage{height:430px;position:relative;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:48px 48px;overflow:hidden}.network-stage:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,rgba(53,196,211,.10),transparent 34%)}.network-lines{position:absolute;inset:0;width:100%;height:100%;z-index:1}.network-lines path{fill:none;stroke:url(#bridgeLine);stroke-width:1.4;stroke-dasharray:6 9;animation:dash 20s linear infinite}.system-node{position:absolute;z-index:3;width:180px;min-height:74px;padding:13px 14px;border:1px solid #284155;border-radius:12px;background:rgba(9,17,26,.96);box-shadow:0 12px 30px rgba(0,0,0,.28)}.system-node small,.system-node span{display:block}.system-node small{font-size:8px;text-transform:uppercase;letter-spacing:.12em;color:#5c7489}.system-node strong{display:block;margin:4px 0 2px;font-size:13px}.system-node span{font-size:9px;color:#73879a}.node-input-a{left:4%;top:70px}.node-input-b{left:4%;bottom:70px}.node-output-a{right:4%;top:57px}.node-output-b{right:4%;top:178px}.node-output-c{right:4%;bottom:57px}.bridge-core{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:5;width:230px;height:230px;border-radius:36px;border:1px solid rgba(77,200,217,.25);background:linear-gradient(180deg,rgba(11,22,31,.99),rgba(6,12,19,.98));display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 24px 60px rgba(0,0,0,.38),0 0 45px rgba(62,204,219,.10) inset}.core-halo{position:absolute;width:280px;height:280px;border-radius:50%;border:1px solid rgba(61,206,212,.08);box-shadow:0 0 70px rgba(52,195,208,.07)}.bridge-core img{width:150px;height:75px;object-fit:contain;filter:drop-shadow(0 10px 22px rgba(30,172,190,.16));animation:floatMark 5s ease-in-out infinite}.bridge-core small{text-transform:uppercase;letter-spacing:.16em;font-size:8px;color:#6c899d;margin-top:8px}.bridge-core strong{font-size:18px;letter-spacing:-.04em;margin-top:4px}.bridge-core>span{font-size:9px;color:#6b8092;margin-top:4px}.system-metric{position:absolute;z-index:4;padding:10px 12px;min-width:110px;border:1px solid #263b4d;border-radius:10px;background:#09111a;box-shadow:0 10px 30px rgba(0,0,0,.24)}.system-metric span{display:block;font-size:8px;text-transform:uppercase;letter-spacing:.1em;color:#5f7487}.system-metric strong{font-size:17px;color:#d9fbff}.metric-one{left:29%;top:96px}.metric-two{left:29%;bottom:94px}.packet{position:absolute;z-index:2;width:8px;height:8px;border-radius:50%;background:#54d7eb;box-shadow:0 0 18px #54d7eb}.packet-1{left:18%;top:99px;animation:packetOne 4.6s infinite ease-in-out}.packet-2{left:18%;bottom:99px;animation:packetTwo 5s infinite ease-in-out}.packet-3{left:61%;top:211px;background:#15c49f;box-shadow:0 0 18px #15c49f;animation:packetThree 4.2s infinite ease-in-out}

/* Industry */
.industry-strip{padding:78px 0 0}.marquee{overflow:hidden;margin:24px 0 52px;mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent)}.marquee-track{display:flex;width:max-content;gap:11px;animation:marquee 30s linear infinite}.marquee-track span{padding:9px 15px;border:1px solid #1d2d3b;background:#0a121a;color:#9fb0bf;border-radius:999px;font-size:11px}.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.benefit-grid article{min-height:206px;padding:27px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.012),transparent)}.benefit-grid .num{font-size:10px;letter-spacing:.12em;color:#4d6579}.benefit-grid h3{font-size:19px;margin:42px 0 9px;letter-spacing:-.03em}.benefit-grid p{font-size:12px;color:#7f92a4;margin:0;line-height:1.7}

/* Transform section */
.transform-section{padding:120px 0}.transform-layout{display:grid;grid-template-columns:.78fr 1.22fr;gap:70px;align-items:center}.transform-copy h2{font-size:clamp(38px,4.8vw,62px);line-height:1.03;letter-spacing:-.05em;margin:14px 0 20px}.transform-copy>p{color:#899aaa;line-height:1.75;max-width:470px}.transform-visual{display:grid;grid-template-columns:1fr 48px 1fr;gap:12px;align-items:center;border:1px solid #1d3040;border-radius:18px;padding:18px;background:linear-gradient(180deg,#0b141e,#080f17)}.state-panel{height:300px;position:relative;border:1px solid #1d2f3e;border-radius:14px;background:#08111a;overflow:hidden}.state-label{position:absolute;top:14px;left:14px;padding:5px 8px;border-radius:999px;background:#0e1923;border:1px solid #263a4b;color:#8295a5;font-size:9px;text-transform:uppercase;letter-spacing:.12em}.state-panel>small{position:absolute;left:15px;right:15px;bottom:14px;text-align:center;color:#5f7487;font-size:9px}.loose-tool,.connected-tool{position:absolute;display:grid;place-items:center;min-width:58px;height:36px;padding:0 10px;border-radius:10px;border:1px solid #263948;background:#0d1720;color:#a5b7c5;font-size:9px;box-shadow:0 8px 18px rgba(0,0,0,.22)}.t1{left:24px;top:77px}.t2{right:28px;top:64px}.t3{left:62px;top:150px}.t4{right:42px;bottom:65px}.t5{left:24px;bottom:55px}.transform-arrow{display:grid;place-items:center}.transform-arrow span{font-size:29px;color:#43d2df}.after-lines{position:absolute;inset:28px 10px 40px;width:calc(100% - 20px);height:210px}.after-lines path{fill:none;stroke:#3fcfd8;stroke-opacity:.42;stroke-width:1.4;stroke-dasharray:5 7}.after-core{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:105px;height:105px;border-radius:24px;border:1px solid rgba(63,205,215,.24);background:#0a151e;display:grid;place-items:center;padding:11px;z-index:2;box-shadow:0 0 35px rgba(55,198,210,.1)}.after-core img{width:88px}.after-core strong{font-size:10px;margin-top:-9px}.c1{left:18px;top:58px}.c2{left:20px;bottom:64px}.c3{right:18px;top:58px}.c4{right:12px;bottom:64px}

/* Services */
.services{padding:120px 0}.split-heading{display:grid;grid-template-columns:1.2fr .72fr;gap:86px;align-items:end;margin-bottom:72px}.split-heading h2,.process-intro h2,.cta-inner h2{font-size:clamp(40px,5vw,66px);line-height:1.02;letter-spacing:-.052em;margin:14px 0 0;max-width:770px}.split-heading>p,.process-intro>p{color:#8697a7;font-size:14px;line-height:1.75;margin:0;max-width:450px}
.integration-showcase{display:grid;grid-template-columns:.9fr 1.1fr;gap:34px;align-items:center;padding:0 0 74px;border-bottom:1px solid var(--line)}.integration-copy{padding-right:20px}.integration-copy h3{font-size:33px;line-height:1.08;letter-spacing:-.04em;margin:12px 0 15px}.integration-copy p{color:#8495a5;font-size:13px;line-height:1.8;max-width:500px}.integration-legend{display:flex;flex-wrap:wrap;gap:20px;margin-top:24px;color:#7b8d9e;font-size:11px}.integration-legend span{display:flex;align-items:center;gap:8px}.integration-legend i{width:6px;height:6px;border-radius:50%;background:#4fd6e5;box-shadow:0 0 10px rgba(79,214,229,.6)}
.integration-card{position:relative;min-height:380px;border:1px solid #1f3446;border-radius:18px;background:radial-gradient(circle at 50% 45%,rgba(58,187,207,.12),transparent 34%),linear-gradient(180deg,#0b151f,#080f17);overflow:hidden}.integration-card:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:42px 42px}.orbit-lines{position:absolute;inset:0;width:100%;height:100%;z-index:1}.orbit-lines path{fill:none;stroke:rgba(83,200,216,.24);stroke-width:1.2;stroke-dasharray:5 8}.integration-center-node{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:3;width:175px;height:175px;border-radius:27px;border:1px solid rgba(65,205,216,.24);background:#0a141d;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:0 18px 55px rgba(0,0,0,.32),0 0 36px rgba(65,205,216,.09) inset}.integration-center-node img{width:115px}.integration-center-node small{font-size:8px;text-transform:uppercase;letter-spacing:.14em;color:#7190a3}.integration-center-node strong{font-size:17px;letter-spacing:-.035em;max-width:120px;line-height:1.15;margin-top:4px}.orbit-tool{position:absolute;z-index:4;border:0;background:transparent;display:flex;flex-direction:column;align-items:center;gap:7px;cursor:default;padding:0;min-width:72px}.orbit-tool b{font-size:10px;color:#9eb0bf}.brand-logo{display:grid;place-items:center;width:44px;height:44px;border-radius:12px;border:1px solid #2a3c4c;background:#101a24;box-shadow:0 9px 24px rgba(0,0,0,.24);transition:.2s}.brand-logo img{display:block;width:23px;height:23px;object-fit:contain;filter:invert(1) brightness(1.17)}.orbit-tool:hover .brand-logo,.orbit-tool:focus-visible .brand-logo{transform:translateY(-2px);border-color:rgba(76,207,222,.45);box-shadow:0 10px 30px rgba(34,179,195,.12)}.orbit-tool:after{content:attr(data-detail);position:absolute;top:58px;width:170px;padding:9px 10px;border:1px solid #294050;border-radius:9px;background:#071019;color:#9bb0c0;font-size:9px;line-height:1.5;opacity:0;transform:translateY(-4px);pointer-events:none;transition:.18s;box-shadow:0 14px 30px rgba(0,0,0,.35)}.orbit-tool:hover:after,.orbit-tool:focus-visible:after{opacity:1;transform:none}.tool-pos-a{left:52px;top:46px}.tool-pos-b{left:54px;top:158px}.tool-pos-c{left:88px;bottom:44px}.tool-pos-d{left:50%;top:22px;transform:translateX(-50%)}.tool-pos-e{right:55px;top:55px}.tool-pos-f{right:48px;top:166px}.tool-pos-g{right:80px;bottom:44px}
.service-row{display:grid;grid-template-columns:.86fr 1.14fr;gap:68px;align-items:center;padding:82px 0;border-bottom:1px solid var(--line)}.service-row.reverse{grid-template-columns:1.14fr .86fr}.service-row.reverse .service-copy{order:2}.offering-card{cursor:pointer}.service-copy h3{font-size:31px;letter-spacing:-.04em;margin:10px 0 15px}.service-copy p{color:#8798a8;max-width:470px}.service-copy ul{list-style:none;padding:0;margin:24px 0 0;max-width:470px;color:#a0afbc;font-size:12px}.service-copy li{padding:10px 0 10px 20px;border-bottom:1px solid rgba(255,255,255,.055);position:relative}.service-copy li:before{content:"";position:absolute;left:1px;top:15px;width:6px;height:6px;border-radius:50%;background:#49d2e3;box-shadow:0 0 10px rgba(73,210,227,.55)}.service-cta{display:inline-flex;margin-top:25px;color:#70d9e8;font-size:13px;font-weight:650}.service-cta:hover{color:#c0f4fb}
.ui-panel{min-height:400px;border:1px solid #203446;border-radius:16px;background:linear-gradient(180deg,#0c1620,#081019);padding:18px;box-shadow:0 28px 80px rgba(0,0,0,.25),0 0 70px rgba(27,139,204,.04) inset;overflow:hidden}.ui-panel:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(to bottom,black,transparent 90%);pointer-events:none}.panel-head{position:relative;z-index:2;display:flex;justify-content:space-between;padding-bottom:15px;border-bottom:1px solid var(--line);font-size:10px;color:#7c90a2}.status-mini{color:#75dcb6}.lead-card{position:relative;z-index:2;margin-top:13px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:14px;border:1px solid #1f3140;border-radius:12px;background:#0a131c}.lead-card.hot{border-color:#27607b}.avatar{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#10253a;color:#7bd7ff;font-size:10px;font-weight:700}.lead-card strong,.lead-card small{display:block}.lead-card strong{font-size:11px}.lead-card small{font-size:8px;color:#5f7487;margin-top:4px}.score{padding:6px 8px;border:1px solid #20506a;border-radius:8px;color:#7bdbff;font-weight:700;background:#0b2432}.decision-line{position:relative;z-index:2;display:flex;justify-content:space-between;gap:20px;margin-top:17px;padding:13px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-size:9px;color:#64798c}.decision-line strong{color:#b7cad7;font-size:9px}
.kanban{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:18px}.kanban>div{border:1px solid #203342;border-radius:10px;padding:10px;min-height:215px}.kanban small{font-size:8px;text-transform:uppercase;letter-spacing:.1em;color:#536a7d}.deal{display:flex;flex-direction:column;gap:4px;margin-top:10px;padding:10px;border:1px solid #233747;border-radius:8px;background:#0c151f;font-size:9px}.deal b{color:#7890a3;font-size:8px}.deal.accent{border-color:#24617c}.deal.success{border-color:#225b4d}.automation-chip{position:relative;z-index:2;display:inline-flex;margin:15px 0 0;padding:7px 10px;border:1px solid rgba(57,184,255,.16);border-radius:999px;background:rgba(57,184,255,.05);color:#74bddb;font-size:8px}
.message-panel{padding:28px 34px}.message-step{position:relative;z-index:2;display:flex;align-items:center;gap:12px}.message-step>span{width:32px;height:32px;border-radius:9px;display:grid;place-items:center;border:1px solid #263849;background:#0f1923;color:#75889a;font-size:10px}.message-step.done>span,.message-step.active>span{color:#75ddec;border-color:rgba(60,192,255,.26);background:rgba(35,160,221,.08)}.message-step strong{font-size:11px}.message-step small{display:block;color:#617588;font-size:8px}.message-panel .line{height:32px;width:1px;background:#253746;margin-left:16px}.sms-bubble{position:relative;z-index:2;margin:28px 0 0 44px;padding:14px 16px;max-width:80%;background:linear-gradient(180deg,rgba(35,161,208,.13),rgba(15,84,105,.08));border:1px solid rgba(56,183,243,.19);border-radius:14px 14px 14px 4px;color:#b8cfdd;font-size:10px;line-height:1.6}
.stack-footer{position:relative;z-index:2;margin-top:20px;padding-top:17px;border-top:1px solid rgba(255,255,255,.06)}.stack-title{display:flex;justify-content:space-between;gap:12px;margin-bottom:10px}.stack-title span{font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:#8092a4}.stack-title small{font-size:9px;color:#5e7183}.tool-cluster,.mini-stack{display:flex;flex-wrap:wrap;gap:8px}.integration-pill{display:inline-flex;align-items:center;gap:8px;height:38px;max-width:155px;padding:0 11px 0 8px;border:1px solid rgba(255,255,255,.08);border-radius:999px;background:rgba(255,255,255,.025);color:#d6e1e9;overflow:hidden}.integration-pill img{display:block;width:18px;height:18px;min-width:18px;object-fit:contain;filter:invert(1) brightness(1.14)}.integration-pill b{font-size:10px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);border-left:1px solid var(--line);margin-top:18px}.mini-service{position:relative;min-height:430px;padding:28px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.012),transparent);overflow:hidden;transition:.2s}.mini-service:hover{background:linear-gradient(180deg,rgba(55,200,212,.035),transparent)}.mini-service h3{font-size:20px;margin:34px 0 9px}.mini-service p{font-size:12px;color:#7f91a1;line-height:1.72;max-width:300px}.mini-stack{margin-top:18px}.mini-stack .integration-pill{height:34px;padding:0 9px 0 7px;max-width:125px}.mini-stack .integration-pill img{width:16px;height:16px;min-width:16px}.mini-stack .integration-pill b{font-size:9px}.mini-visual{position:absolute;left:28px;right:28px;bottom:58px;height:74px}.mini-visual i{position:absolute;width:38px;height:38px;border:1px solid #263b4b;background:#0e1821;border-radius:9px;top:18px}.mini-visual i:nth-child(1){left:0}.mini-visual i:nth-child(2){left:28%}.mini-visual i:nth-child(3){left:56%}.mini-visual i:nth-child(4){right:0}.mini-visual:before{content:"";position:absolute;left:16px;right:16px;top:37px;height:1px;background:linear-gradient(90deg,#263646,#3ccbdd,#1dbb9e,#263646)}.mini-visual b{position:absolute;width:6px;height:6px;border-radius:50%;background:#55d7e4;box-shadow:0 0 12px #55d7e4;top:34px;left:20%;animation:slideMini 3.4s infinite ease-in-out}.chart-bars{height:100px;display:flex;align-items:end;gap:9px;position:absolute;left:28px;right:28px;bottom:58px}.chart-bars i{flex:1;height:var(--h);border-radius:5px 5px 2px 2px;background:linear-gradient(180deg,#44d8e2,#0b675f);border:1px solid rgba(85,203,255,.12)}.health-ring{position:absolute;left:28px;bottom:47px;width:114px;height:114px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:conic-gradient(#45d7e6 0 65%,#10bc9d 65% 98%,#1a2834 98%);box-shadow:0 0 35px rgba(59,196,255,.08)}.health-ring:after{content:"";position:absolute;inset:8px;border-radius:50%;background:#09131b}.health-ring strong,.health-ring span{position:relative;z-index:2}.health-ring strong{font-size:24px}.health-ring span{font-size:7px;color:#6f8496;text-transform:uppercase;letter-spacing:.08em}.mini-link{position:absolute;left:28px;bottom:20px;color:#6ad7e6;font-size:11px;font-weight:650}

/* Automation lab */
.automation-lab{padding:120px 0;background:linear-gradient(180deg,#070c12,#06090e)}.lab-heading{display:grid;grid-template-columns:1.1fr .65fr;gap:80px;align-items:end;margin-bottom:48px}.lab-heading h2{font-size:clamp(40px,5vw,64px);line-height:1.02;letter-spacing:-.052em;margin:14px 0 0}.lab-heading>p{margin:0;color:#8496a6;line-height:1.75}.lab-shell{border:1px solid #1e3344;border-radius:18px;background:linear-gradient(180deg,#0a141e,#071019);overflow:hidden}.lab-tabs{display:grid;grid-template-columns:repeat(6,1fr);border-bottom:1px solid #1d2f3e}.lab-tab{height:54px;border:0;border-right:1px solid #1d2f3e;background:#08111a;color:#718699;font-size:10px;cursor:pointer}.lab-tab:last-child{border-right:0}.lab-tab.active{background:linear-gradient(180deg,rgba(56,190,211,.08),rgba(56,190,211,.025));color:#d8f6f8;box-shadow:inset 0 -2px #3ed0db}.lab-body{display:grid;grid-template-columns:.76fr 1.24fr;min-height:390px}.flow-summary{padding:42px;border-right:1px solid #1d2f3e}.flow-summary>span{font-size:9px;text-transform:uppercase;letter-spacing:.14em;color:#6ad1df}.flow-summary h3{font-size:28px;line-height:1.1;letter-spacing:-.04em;margin:13px 0}.flow-summary p{color:#7f92a4;font-size:13px;line-height:1.75;max-width:380px}.flow-summary .btn{margin-top:20px}.flow-runner{position:relative;display:grid;grid-template-columns:repeat(5,1fr);align-items:center;gap:0;padding:55px 26px;background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:42px 42px}.flow-track{position:absolute;left:10%;right:10%;top:50%;height:1px;background:linear-gradient(90deg,#284252,#3ecfde,#0ebc9c,#284252)}.flow-step{position:relative;z-index:2;width:112px;min-height:104px;margin:auto;border:1px solid #243b4c;border-radius:14px;background:#0a141d;padding:14px;display:flex;flex-direction:column;justify-content:center;transition:.35s;opacity:.5}.flow-step span{font-size:8px;color:#5e7689}.flow-step strong{font-size:11px;margin:7px 0 3px}.flow-step small{font-size:8px;color:#627689}.flow-step.active,.flow-step.complete{opacity:1;border-color:rgba(67,208,220,.45);box-shadow:0 0 30px rgba(49,192,202,.09)}.flow-step.complete:after{content:"✓";position:absolute;right:8px;top:7px;color:#5ee1c2;font-size:10px}

/* Process and results */
.process{padding:120px 0}.process-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px}.process-intro{position:sticky;top:130px;align-self:start}.process-intro h2{font-size:clamp(38px,4.3vw,58px);margin-bottom:22px}.steps{border-top:1px solid var(--line)}.step{display:grid;grid-template-columns:70px 1fr;gap:22px;padding:40px 0;border-bottom:1px solid var(--line)}.step>span{font-size:10px;color:#50697c}.step h3{font-size:23px;margin:0 0 9px}.step p{margin:0;color:#8194a4;font-size:13px;max-width:570px;line-height:1.75}.results{padding:120px 0}.results-card{min-height:380px;padding:54px;border:1px solid var(--line);border-radius:18px;background:radial-gradient(circle at 72% 30%,rgba(36,177,190,.10),transparent 34%),#091119;position:relative;overflow:hidden}.results-card:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.022) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px);background-size:56px 56px}.brand-quote-mark{position:relative;z-index:2;width:150px}.brand-quote-mark img{width:100%}.big-quote{position:relative;z-index:2;font-size:clamp(26px,4vw,46px);line-height:1.14;letter-spacing:-.04em;max-width:900px;margin:12px 0 42px}.quote-source{position:relative;z-index:2;display:flex;align-items:center;gap:10px}.quote-source strong{font-size:12px}.quote-source small{font-size:10px;color:#6b7e90}.before-after{display:grid;grid-template-columns:repeat(3,1fr);margin-top:18px;border-left:1px solid var(--line);border-top:1px solid var(--line)}.before-after article{min-height:260px;padding:28px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.before-after small{font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:#526a7d}.before-after h3{font-size:19px;margin:8px 0}.before-after .arrow{font-size:27px;color:#3dccd9;margin:29px 0}

/* Pricing */
.pricing{padding:120px 0;background:linear-gradient(180deg,#070c12,#06090e)}.pricing-heading{display:grid;grid-template-columns:1.08fr .65fr;gap:78px;align-items:end;margin-bottom:50px}.pricing-heading h2{font-size:clamp(40px,5vw,66px);line-height:1.02;letter-spacing:-.052em;margin:14px 0 0}.pricing-heading>p{margin:0;color:#8295a6;line-height:1.72}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.price-card{position:relative;min-height:550px;padding:30px;border:1px solid var(--line);border-radius:16px;background:linear-gradient(180deg,rgba(255,255,255,.018),transparent);display:flex;flex-direction:column;overflow:hidden}.price-card:before{content:"";position:absolute;left:0;right:0;top:0;height:2px;background:linear-gradient(90deg,transparent,#59c9e8,#18bfa3,transparent);opacity:.25}.price-card.featured{border-color:rgba(56,202,215,.35);background:radial-gradient(circle at 50% 0%,rgba(56,202,215,.10),transparent 38%),linear-gradient(180deg,rgba(255,255,255,.025),transparent);box-shadow:0 24px 70px rgba(0,0,0,.24)}.price-card.featured:before{opacity:.95}.popular-flag{position:absolute;right:18px;top:18px;padding:5px 8px;border-radius:999px;background:rgba(58,207,215,.09);border:1px solid rgba(58,207,215,.22);font-size:8px;text-transform:uppercase;letter-spacing:.1em;color:#7fe0e7}.price-card h3{font-size:24px;letter-spacing:-.035em;margin:16px 0 10px}.price{font-size:36px;letter-spacing:-.05em;font-weight:670;margin-bottom:15px}.price small{font-size:9px;letter-spacing:.06em;text-transform:uppercase;color:#61768a;margin-left:4px}.price-card>p{color:#8194a4;font-size:13px;line-height:1.7;min-height:66px}.price-metrics{display:flex;flex-wrap:wrap;gap:7px;margin:8px 0 15px}.price-metrics span{padding:6px 8px;border:1px solid #25394a;border-radius:999px;color:#7f95a6;font-size:9px;background:#0a141d}.price-card ul{list-style:none;margin:4px 0 28px;padding:0;border-top:1px solid rgba(255,255,255,.055)}.price-card li{position:relative;padding:11px 0 11px 18px;border-bottom:1px solid rgba(255,255,255,.055);font-size:11px;color:#9aabba}.price-card li:before{content:"✓";position:absolute;left:0;color:#4ad9c1}.price-card .btn{margin-top:auto;width:100%}.blueprint-card{margin-top:16px;padding:32px;border:1px solid rgba(63,205,215,.18);border-radius:16px;background:radial-gradient(circle at 78% 30%,rgba(62,202,216,.08),transparent 30%),#091219;display:grid;grid-template-columns:1.2fr .8fr;gap:48px;align-items:center;overflow:hidden}.blueprint-card h3{font-size:27px;margin:9px 0 10px;letter-spacing:-.04em}.blueprint-card p{margin:0;color:#8194a4;line-height:1.7;font-size:13px;max-width:650px}.blueprint-deliverables{display:flex;flex-wrap:wrap;gap:7px;margin-top:17px}.blueprint-deliverables span{padding:6px 9px;border:1px solid #263b4b;border-radius:999px;color:#7590a2;font-size:9px}.blueprint-price{display:grid;grid-template-columns:auto 1fr;gap:6px 16px;align-items:center}.blueprint-price strong{font-size:38px;letter-spacing:-.05em}.blueprint-price span{font-size:11px;color:#708497;line-height:1.5}.blueprint-price .btn{grid-column:1/-1;margin-top:8px}

/* Audit */
.audit-section{padding:120px 0}.audit-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:70px;align-items:start}.audit-copy{position:sticky;top:120px}.audit-copy h2{font-size:clamp(38px,4.6vw,62px);line-height:1.03;letter-spacing:-.05em;margin:14px 0 22px}.audit-copy>p{color:#8496a6;font-size:14px;line-height:1.75;max-width:490px}.fit-check{margin-top:26px;padding:18px;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:rgba(255,255,255,.02);display:flex;flex-direction:column;gap:5px;max-width:490px}.fit-check strong{font-size:13px}.fit-check span{color:#708497;font-size:11px;line-height:1.6}.audit-form{border:1px solid #203446;border-radius:16px;padding:28px;background:linear-gradient(180deg,#0c1620,#081019);display:grid;gap:18px}.audit-form label{display:grid;gap:8px;font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#788da0;font-weight:700}.audit-form input,.audit-form select,.audit-form textarea{width:100%;border:1px solid #243949;background:#09131b;color:#edf5fa;border-radius:10px;padding:13px 14px;font:500 14px Inter,system-ui,sans-serif;outline:none;text-transform:none;letter-spacing:0}.audit-form input:focus,.audit-form select:focus,.audit-form textarea:focus{border-color:#42cfdc;box-shadow:0 0 0 3px rgba(66,207,220,.08)}.audit-form textarea{resize:vertical;min-height:118px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-note{color:#5e7285;font-size:9px;line-height:1.5}

/* CTA + footer */
.cta-section{padding:126px 0 132px;overflow:hidden}.cta-inner{text-align:center;position:relative;z-index:2}.cta-mark{width:185px;opacity:.92;margin-bottom:8px;filter:drop-shadow(0 12px 30px rgba(41,192,202,.12))}.cta-inner h2{font-size:clamp(50px,7vw,86px);margin:14px auto 19px}.cta-inner>p{max-width:650px;margin:auto;color:#91a2b0}.cta-glow{position:absolute;left:50%;bottom:-170px;transform:translateX(-50%);width:900px;height:540px;background:radial-gradient(ellipse at center,rgba(58,204,214,.19),rgba(18,129,153,.09) 40%,transparent 72%);filter:blur(10px)}.footer{padding:62px 0 24px}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:52px}.footer-grid>div{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.footer-grid p{max-width:320px;color:#64798c;font-size:11px;line-height:1.75}.footer-grid>div>strong{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#718598;margin-bottom:6px}.footer-grid a:not(.brand){font-size:11px;color:#96a7b5}.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:48px;padding-top:20px;border-top:1px solid var(--line);font-size:9px;color:#506477}

/* Motion */
@keyframes pulse{0%,100%{opacity:.65;transform:scale(.9)}50%{opacity:1;transform:scale(1.2)}}
@keyframes dash{to{stroke-dashoffset:-120}}
@keyframes floatMark{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}
@keyframes packetOne{0%,100%{transform:translate(0,0);opacity:.55}50%{transform:translate(310px,110px);opacity:1}}
@keyframes packetTwo{0%,100%{transform:translate(0,0);opacity:.55}50%{transform:translate(310px,-110px);opacity:1}}
@keyframes packetThree{0%,100%{transform:translate(0,0);opacity:.6}50%{transform:translate(305px,-115px);opacity:1}}
@keyframes marquee{to{transform:translateX(-50%)}}
@keyframes slideMini{0%,100%{left:18%}50%{left:72%}}
.pulse-dot,.status-dot{animation:pulse 1.8s infinite}

/* Responsive */
@media (max-width:1050px){
  .nav-links,.desktop-cta{display:none}.menu-btn{display:flex;margin-left:auto;width:42px;height:42px;background:#0b141d;border:1px solid #1e3040;border-radius:9px;align-items:center;justify-content:center;flex-direction:column;gap:5px}.menu-btn span{width:17px;height:1px;background:#d6e3eb}.mobile-menu{position:absolute;top:78px;left:0;right:0;padding:16px 20px 22px;background:rgba(7,11,16,.98);border-bottom:1px solid var(--line);flex-direction:column;gap:8px}.mobile-menu.open{display:flex}.mobile-menu>a:not(.btn){padding:12px 4px;color:#b1beca}
  .network-stage{height:560px}.network-lines,.packet,.system-metric{display:none}.bridge-core{width:190px;height:190px}.bridge-core img{width:130px}.system-node{width:calc(50% - 34px)}.node-input-a{left:18px;top:38px}.node-input-b{left:18px;bottom:38px}.node-output-a{right:18px;top:38px}.node-output-b{right:18px;top:244px}.node-output-c{right:18px;bottom:38px}.bridge-core{left:50%;top:50%}
  .transform-layout,.integration-showcase,.split-heading,.service-row,.service-row.reverse,.lab-heading,.process-layout,.pricing-heading,.audit-layout,.blueprint-card{grid-template-columns:1fr;gap:34px}.service-row.reverse .service-copy{order:initial}.transform-copy,.integration-copy{padding-right:0}.process-intro,.audit-copy{position:static}.service-grid{grid-template-columns:1fr}.mini-service{min-height:350px}.lab-body{grid-template-columns:1fr}.flow-summary{border-right:0;border-bottom:1px solid #1d2f3e}.pricing-grid{grid-template-columns:1fr}.price-card{min-height:auto}.price-card>p{min-height:0}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2/4}.benefit-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:720px){
  .container{width:min(calc(100% - 28px),var(--max))}.nav{height:68px}.mobile-menu{top:68px}.brand-copy small{display:none}.brand-icon{width:40px}.brand-icon img{width:40px}
  .hero{padding:72px 0 58px;min-height:auto}.hero h1{font-size:43px}.hero-copy{font-size:15px}.hero-watermark{width:520px;top:80px}.hero-actions{align-items:stretch}.hero-actions .btn{width:100%}.hero-system-wrap{margin-top:46px}.system-topbar{font-size:9px}.network-stage{height:590px}.bridge-core{width:150px;height:150px}.bridge-core img{width:106px}.bridge-core strong{font-size:15px}.core-halo{width:190px;height:190px}.system-node{width:calc(100% - 36px);left:18px!important;right:auto!important;min-height:60px}.node-input-a{top:20px}.node-input-b{top:108px;bottom:auto}.node-output-a{top:396px}.node-output-b{top:476px}.node-output-c{display:none}.bridge-core{top:50%;left:50%}
  .industry-strip{padding-top:58px}.benefit-grid{grid-template-columns:1fr}.benefit-grid article{min-height:165px}.benefit-grid h3{margin-top:26px}
  .transform-section,.services,.automation-lab,.process,.results,.pricing,.audit-section{padding:82px 0}.transform-visual{grid-template-columns:1fr;gap:12px}.transform-arrow{transform:rotate(90deg)}.state-panel{height:260px}
  .split-heading h2,.transform-copy h2,.lab-heading h2,.process-intro h2,.pricing-heading h2,.audit-copy h2{font-size:39px}.integration-card{min-height:500px}.integration-center-node{width:145px;height:145px}.integration-center-node img{width:92px}.orbit-tool b{display:none}.orbit-tool:after{display:none}.brand-logo{width:38px;height:38px}.brand-logo img{width:20px;height:20px}.tool-pos-a{left:26px;top:55px}.tool-pos-b{left:20px;top:185px}.tool-pos-c{left:42px;bottom:80px}.tool-pos-d{left:50%;top:18px}.tool-pos-e{right:26px;top:55px}.tool-pos-f{right:20px;top:185px}.tool-pos-g{right:42px;bottom:80px}
  .service-row{padding:58px 0;gap:30px}.ui-panel{min-height:360px}.message-panel{padding:24px 18px}.sms-bubble{max-width:88%;margin-left:20px}.stack-title{flex-direction:column;align-items:flex-start;gap:4px}.integration-pill{height:36px;max-width:130px}.integration-pill b{font-size:9px}.mini-service{min-height:390px}.mini-visual,.chart-bars,.health-ring{position:relative;left:auto;right:auto;bottom:auto;margin-top:30px}.mini-visual{height:75px}.chart-bars{height:95px}.health-ring{left:0}.mini-link{position:static;display:inline-block;margin-top:18px}
  .lab-tabs{display:flex;overflow-x:auto}.lab-tab{flex:0 0 130px}.flow-summary{padding:30px 22px}.flow-runner{display:grid;grid-template-columns:1fr;gap:12px;padding:26px 22px}.flow-track{left:48px;top:38px;bottom:38px;width:1px;height:auto;right:auto;background:linear-gradient(#284252,#3ecfde,#0ebc9c,#284252)}.flow-step{width:100%;min-height:74px;margin:0;padding-left:54px}.flow-step span{position:absolute;left:14px;top:50%;transform:translateY(-50%)}
  .results-card{padding:34px 24px}.big-quote{font-size:28px}.before-after{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.blueprint-price{grid-template-columns:1fr}.blueprint-price .btn{grid-column:auto}.cta-section{padding:90px 0}.cta-inner h2{font-size:52px}.cta-mark{width:150px}.footer-grid{grid-template-columns:1fr 1fr;gap:34px}.footer-grid>div:first-child{grid-column:1/-1}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{flex-direction:column;margin-top:34px}.grid-section:before,.grid-section:after{display:none}
}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}.interactive-glow:after{display:none}}

/* =========================================================
   V6 HERO / RESPONSIVE OPERATING LAYER / READABILITY PASS
   ========================================================= */

/* Bring the operating layer into the first viewport. */
.hero-v6{padding:52px 0 34px;min-height:760px;overflow:hidden}
.hero-v6 .hero-glow{top:-30px;width:980px;height:650px;opacity:.92}
.hero-v6 .hero-watermark{left:75%;top:6px;width:720px;opacity:.035}
.hero-layout-v6{display:grid;grid-template-columns:minmax(0,.84fr) minmax(540px,1.16fr);gap:44px;align-items:center;position:relative;z-index:2}
.hero-message{position:relative;z-index:3;text-align:left;padding:16px 0 18px}
.hero-v6 h1{font-size:clamp(50px,5.15vw,72px);line-height:.97;letter-spacing:-.058em;margin:23px 0 22px;max-width:610px}
.hero-v6 .hero-copy{max-width:590px;margin:0;color:#a7b7c5;font-size:18px;line-height:1.72}
.hero-actions-left{justify-content:flex-start;margin-top:29px}
.hero-proof-left{justify-content:flex-start;margin-top:24px;font-size:12px;gap:17px;color:#8499ab}
.hero-microproof{display:flex;flex-direction:column;gap:5px;margin-top:29px;padding-top:20px;border-top:1px solid rgba(255,255,255,.07);max-width:535px}
.hero-microproof strong{font-size:13px;color:#dfeaf2}
.hero-microproof span{font-size:12px;color:#647b8e}
.hero-scroll-cue{position:relative;z-index:3;margin-top:20px;display:flex;align-items:center;justify-content:flex-end;gap:10px;color:#587082;font-size:11px}
.hero-scroll-cue i{display:block;width:46px;height:1px;background:linear-gradient(90deg,#2f6a87,#48d6dc,#0fb995)}

.hero-live-card{position:relative;z-index:3;border:1px solid #234054;border-radius:22px;background:radial-gradient(circle at 50% 48%,rgba(52,200,214,.075),transparent 34%),linear-gradient(180deg,rgba(11,22,32,.98),rgba(6,13,20,.99));box-shadow:0 32px 90px rgba(0,0,0,.4),0 0 75px rgba(35,166,187,.07) inset;overflow:hidden;min-width:0}
.hero-live-topbar{height:50px;font-size:12px;padding:0 18px;background:rgba(8,18,27,.72)}
.hero-live-topbar .live-badge{font-size:11px;padding:6px 11px}
.hero-flow{position:relative}
.hero-flow-desktop{height:430px;background-image:linear-gradient(rgba(255,255,255,.024) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.024) 1px,transparent 1px);background-size:42px 42px}
.hero-flow-desktop:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 51% 49%,rgba(54,202,214,.105),transparent 33%)}
.hero-flow-lines{position:absolute;inset:0;width:100%;height:100%;z-index:1}
.hero-flow-lines path{fill:none;stroke:url(#heroLine);stroke-width:1.35;stroke-dasharray:6 8;animation:dash 17s linear infinite}
.hero-flow-node{position:absolute;z-index:3;width:156px;min-height:78px;padding:13px 14px;border:1px solid #28465b;border-radius:13px;background:rgba(8,17,26,.97);box-shadow:0 13px 34px rgba(0,0,0,.28);display:flex;flex-direction:column;justify-content:center}
.hero-flow-node small{font-size:10px;text-transform:uppercase;letter-spacing:.11em;color:#6e879a}
.hero-flow-node strong{font-size:15px;margin:4px 0 3px;letter-spacing:-.02em}
.hero-flow-node span{font-size:11px;color:#7e93a4}
.hf-lead{left:4.2%;top:58px}.hf-ai{left:4.2%;top:226px}.hf-crm{right:4.2%;top:40px}.hf-follow{right:4.2%;top:177px}.hf-report{right:4.2%;bottom:36px}
.hero-core-v6{position:absolute;z-index:5;left:51%;top:50%;transform:translate(-50%,-50%);width:190px;height:210px;padding:18px;border:1px solid rgba(70,205,215,.28);border-radius:34px;background:linear-gradient(180deg,rgba(11,25,34,.99),rgba(7,16,23,.99));box-shadow:0 24px 65px rgba(0,0,0,.4),0 0 42px rgba(54,202,213,.09) inset;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}
.hero-core-v6 .core-ring{position:absolute;width:245px;height:245px;border-radius:50%;border:1px solid rgba(61,204,211,.07);box-shadow:0 0 70px rgba(51,195,207,.065)}
.hero-core-v6 img{position:relative;z-index:2;width:122px;height:68px;object-fit:contain;animation:floatMark 5s ease-in-out infinite;filter:drop-shadow(0 10px 24px rgba(51,191,203,.16))}
.hero-core-v6 small{position:relative;z-index:2;font-size:9px;text-transform:uppercase;letter-spacing:.16em;color:#7493a7;margin-top:8px}
.hero-core-v6 strong{position:relative;z-index:2;font-size:20px;letter-spacing:-.045em;margin-top:4px}
.hero-core-v6 span{position:relative;z-index:2;font-size:11px;color:#718799;margin-top:4px}
.hero-packet{position:absolute;z-index:2;width:8px;height:8px;border-radius:50%;background:#52d7e7;box-shadow:0 0 17px #52d7e7}
.hero-packet-a{left:20%;top:100px;animation:heroPacketA 4.5s ease-in-out infinite}
.hero-packet-b{left:20%;top:267px;animation:heroPacketB 4.9s ease-in-out infinite .7s}
.hero-packet-c{left:59%;top:221px;background:#13c19d;box-shadow:0 0 17px #13c19d;animation:heroPacketC 4.3s ease-in-out infinite 1.1s}
.hero-live-footer{min-height:72px;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #1d3141;background:rgba(5,13,20,.74)}
.hero-live-footer>div{padding:13px 16px;border-right:1px solid #1d3141;display:flex;flex-direction:column;justify-content:center}
.hero-live-footer>div:last-child{border-right:0}
.hero-live-footer small{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#627d90}
.hero-live-footer strong{font-size:18px;letter-spacing:-.035em;margin-top:2px;color:#e8f8fa}
.hero-flow-tablet,.hero-flow-mobile{display:none}

@keyframes heroPacketA{0%,100%{transform:translate(0,0);opacity:.55}50%{transform:translate(160px,118px);opacity:1}}
@keyframes heroPacketB{0%,100%{transform:translate(0,0);opacity:.55}50%{transform:translate(164px,-36px);opacity:1}}
@keyframes heroPacketC{0%,100%{transform:translate(0,0);opacity:.55}50%{transform:translate(175px,-128px);opacity:1}}
@keyframes mobileSignal{0%,100%{transform:translateY(-5px);opacity:.3}50%{transform:translateY(22px);opacity:1}}
@keyframes mobileNodeGlow{0%,35%,100%{border-color:#294454;box-shadow:none}45%,65%{border-color:rgba(66,215,223,.52);box-shadow:0 0 28px rgba(60,204,214,.08)}}

/* Readability pass: body text stays readable while metadata remains restrained. */
.eyebrow,.section-kicker,.service-index,.price-label{font-size:11px}
.btn{font-size:14px}.btn-small{font-size:13px}
.text-link{font-size:14px}
.nav-links a{font-size:14px}
.marquee-track span{font-size:12px}
.benefit-grid p{font-size:14px}
.transform-copy>p{font-size:16px}
.integration-copy p{font-size:15px}
.service-copy p{font-size:15px;line-height:1.72}
.service-copy li{font-size:13px}
.mini-service p{font-size:14px;line-height:1.68}
.flow-summary p{font-size:15px}
.flow-step strong{font-size:12px}.flow-step small,.flow-step span{font-size:9px}
.step p{font-size:15px}
.pricing-heading>p{font-size:15px}
.price-card>p{font-size:14px}.price-card li{font-size:13px}
.blueprint-card p{font-size:14px}
.audit-copy>p{font-size:16px}
.fit-check strong{font-size:14px}.fit-check span{font-size:13px}
.footer-grid p,.footer-grid a:not(.brand){font-size:12px}
.footer-bottom{font-size:10px}

/* Mobile conversion affordance appears only after a little scroll. */
.mobile-sticky-cta{display:none}

/* Tablet: true reflow, not scaled desktop geometry. */
@media (max-width:1100px){
  .hero-v6{padding:46px 0 38px;min-height:auto}
  .hero-layout-v6{grid-template-columns:1fr;gap:34px}
  .hero-message{text-align:center;padding:8px 0 0}
  .hero-v6 h1{max-width:840px;margin-left:auto;margin-right:auto;font-size:clamp(48px,7vw,70px)}
  .hero-v6 .hero-copy{max-width:760px;margin-inline:auto}
  .hero-actions-left,.hero-proof-left{justify-content:center}
  .hero-microproof{margin:28px auto 0;align-items:center}
  .hero-scroll-cue{display:none}
  .hero-flow-desktop{display:none}
  .hero-flow-tablet{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:22px;background-image:linear-gradient(rgba(255,255,255,.022) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px);background-size:44px 44px}
  .tablet-node,.tablet-core{border:1px solid #294555;border-radius:14px;background:#09141d;min-height:95px;padding:16px;display:flex;flex-direction:column;justify-content:center}
  .tablet-node small{font-size:10px;color:#6b8496}.tablet-node strong{font-size:16px;margin:3px 0}.tablet-node span{font-size:12px;color:#74899a}
  .tablet-core{grid-column:1/-1;min-height:160px;align-items:center;text-align:center;border-color:rgba(64,207,216,.3);background:radial-gradient(circle at 50% 50%,rgba(62,202,214,.08),transparent 45%),#09141d}
  .tablet-core img{width:130px;height:65px;object-fit:contain}.tablet-core strong{font-size:20px;margin-top:8px}.tablet-core span{font-size:12px;color:#728798;margin-top:4px}
  .tablet-report{grid-column:1/-1}
}

/* Mobile: vertical journey instead of a squeezed network canvas. */
@media (max-width:720px){
  .hero-v6{padding:32px 0 34px}
  .hero-v6 .hero-watermark{width:430px;left:72%;top:110px;opacity:.025}
  .hero-layout-v6{gap:26px}
  .hero-message{text-align:left}
  .hero-v6 h1{font-size:clamp(40px,12.6vw,50px);line-height:.98;margin:20px 0 18px;max-width:none}
  .hero-v6 .hero-copy{font-size:17px;line-height:1.62;margin:0}
  .hero-actions-left{justify-content:stretch;margin-top:24px}
  .hero-actions-left .btn{width:100%;min-height:48px}
  .hero-proof-left{justify-content:flex-start;gap:11px 17px;font-size:12px;margin-top:20px}
  .hero-microproof{display:none}
  .hero-live-card{border-radius:17px}
  .hero-live-topbar{height:48px;font-size:12px;padding:0 14px}
  .hero-flow-tablet{display:none}
  .hero-flow-mobile{display:block;padding:18px 14px 16px;background-image:linear-gradient(rgba(255,255,255,.022) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px);background-size:38px 38px}
  .mobile-flow-node{position:relative;min-height:72px;border:1px solid #294555;border-radius:13px;background:rgba(8,18,26,.97);padding:13px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;animation:mobileNodeGlow 6.2s ease-in-out infinite}
  .mobile-flow-node:nth-of-type(3){animation-delay:1.5s}.mobile-flow-node:nth-of-type(7){animation-delay:4.2s}
  .mobile-flow-node small{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#678094;margin-bottom:3px}
  .mobile-flow-node strong{font-size:15px}
  .mobile-flow-meta{flex:0 0 auto;padding:6px 9px;border-radius:999px;border:1px solid rgba(96,190,233,.22);background:rgba(60,153,198,.07);font-size:10px;color:#9ac9e0}
  .mobile-flow-meta.teal{border-color:rgba(3,185,149,.24);background:rgba(3,185,149,.07);color:#7cddc0}
  .mobile-connector{height:34px;position:relative;display:grid;place-items:center}
  .mobile-connector:before{content:"";width:1px;height:100%;background:linear-gradient(#2e5669,#42d7df,#0c9c88)}
  .mobile-connector i{position:absolute;top:4px;width:6px;height:6px;border-radius:50%;background:#56d9e7;box-shadow:0 0 13px #56d9e7;animation:mobileSignal 2.1s ease-in-out infinite}
  .mobile-core-card{min-height:128px;padding:16px;border:1px solid rgba(67,208,218,.3);border-radius:18px;background:radial-gradient(circle at 18% 50%,rgba(58,204,214,.09),transparent 35%),#09151e;display:flex;align-items:center;gap:16px;box-shadow:0 16px 40px rgba(0,0,0,.24),0 0 40px rgba(53,198,208,.05) inset}
  .mobile-core-card img{width:104px;height:58px;object-fit:contain;flex:0 0 auto}
  .mobile-core-card small{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.14em;color:#7190a3}
  .mobile-core-card strong{display:block;font-size:19px;letter-spacing:-.035em;margin:4px 0}
  .mobile-core-card span{display:block;font-size:12px;color:#718696}
  .mobile-output-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
  .mobile-output{min-height:70px;border:1px solid #294555;border-radius:13px;background:#09141d;padding:13px 14px;display:flex;flex-direction:column;justify-content:center}
  .mobile-output small{font-size:10px;color:#688194}.mobile-output strong{font-size:15px;margin-top:3px}
  .hero-live-footer{min-height:66px}
  .hero-live-footer>div{padding:11px 10px}
  .hero-live-footer small{font-size:9px;letter-spacing:.07em}.hero-live-footer strong{font-size:16px}
  .mobile-sticky-cta{position:fixed;z-index:75;left:12px;right:12px;bottom:12px;min-height:54px;padding:10px 14px;border:1px solid rgba(68,210,216,.28);border-radius:14px;background:rgba(8,18,26,.94);backdrop-filter:blur(14px);box-shadow:0 18px 55px rgba(0,0,0,.38);display:flex;align-items:center;justify-content:space-between;gap:12px;transform:translateY(90px);opacity:0;pointer-events:none;transition:transform .28s ease,opacity .28s ease}
  .mobile-sticky-cta.visible{transform:translateY(0);opacity:1;pointer-events:auto}
  .mobile-sticky-cta span{font-size:12px;color:#9ab0c0}.mobile-sticky-cta strong{font-size:13px;color:#e9fbfc;white-space:nowrap}
  body{padding-bottom:0}

  /* Keep secondary sections readable instead of shrinking copy to fit. */
  .benefit-grid p,.mini-service p,.price-card>p,.blueprint-card p{font-size:15px}
  .service-copy p,.transform-copy>p,.flow-summary p,.step p,.audit-copy>p{font-size:16px}
  .service-copy li,.price-card li{font-size:14px}
  .state-panel>small,.loose-tool,.connected-tool{font-size:10px}
  .integration-pill b{font-size:10px}
  .footer-grid p,.footer-grid a:not(.brand){font-size:13px}
}

@media (prefers-reduced-motion:reduce){
  .hero-packet,.mobile-connector i,.mobile-flow-node{animation:none!important}
}

/* ========================================================================== 
   V7 conversion + outcomes pass
   ========================================================================== */
.outcomes-section{padding:118px 0;background:linear-gradient(180deg,#071019,#060b11)}
.outcomes-heading{display:grid;grid-template-columns:1.08fr .72fr;gap:78px;align-items:end;margin-bottom:46px}
.outcomes-heading h2{font-size:clamp(40px,5vw,66px);line-height:1.02;letter-spacing:-.052em;margin:14px 0 0;max-width:760px}
.outcomes-intro{display:grid;gap:18px;align-content:end}
.outcomes-intro p{margin:0;color:#8ca0af;font-size:16px;line-height:1.72;max-width:520px}
.outcome-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.outcome-card{position:relative;min-height:485px;padding:27px;border:1px solid #1d3141;border-radius:16px;background:radial-gradient(circle at var(--mx,50%) var(--my,0%),rgba(64,203,218,.08),transparent 28%),linear-gradient(180deg,#0a141d,#071018);overflow:hidden}
.outcome-card:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(to bottom,black,transparent 86%);pointer-events:none}
.outcome-number{position:relative;z-index:2;font-size:10px;letter-spacing:.13em;color:#547084}
.outcome-trigger{position:relative;z-index:2;margin-top:38px}
.outcome-trigger small,.outcome-steps small{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#5e788b;margin-bottom:7px}
.outcome-trigger strong{font-size:23px;letter-spacing:-.035em}
.outcome-flow{position:relative;z-index:2;display:grid;grid-template-columns:auto 1fr auto 1fr auto;align-items:center;margin:25px 0 22px}
.outcome-flow span{width:10px;height:10px;border-radius:50%;border:1px solid rgba(102,214,229,.42);background:#0c1a24;box-shadow:0 0 0 4px rgba(77,202,215,.04)}
.outcome-flow span:nth-of-type(2){background:#4bcddd;box-shadow:0 0 16px rgba(75,205,221,.38)}
.outcome-flow span:nth-of-type(3){background:#19bc9d;border-color:#43ddc0}
.outcome-flow i{height:1px;background:linear-gradient(90deg,#254354,#44c9dc,#1ebd9e);opacity:.68}
.outcome-steps{position:relative;z-index:2;display:grid;gap:0;border-top:1px solid rgba(255,255,255,.055)}
.outcome-steps>div{padding:15px 0;border-bottom:1px solid rgba(255,255,255,.055)}
.outcome-steps p{margin:0;color:#93a5b4;font-size:14px;line-height:1.62}
.outcome-steps .bridge-step{margin:0 -10px;padding:15px 10px;background:linear-gradient(90deg,rgba(67,200,217,.055),rgba(26,190,158,.025))}
.outcome-steps .bridge-step small{color:#66d5df}
.outcome-steps .bridge-step p{color:#c4d4de}
.outcomes-footer{margin-top:16px;padding:21px 24px;border:1px solid #1d3141;border-radius:14px;background:#08121a;display:flex;align-items:center;justify-content:space-between;gap:24px}
.outcomes-footer>div{display:flex;align-items:center;gap:16px;min-width:0}
.outcomes-footer img{width:92px;flex:none;filter:drop-shadow(0 8px 24px rgba(54,202,207,.10))}
.outcomes-footer span{font-size:14px;color:#8599a9;line-height:1.55}
.outcomes-footer strong{color:#eef7fa}
.outcomes-footer .btn{flex:none}

/* Conversion / native Typeform -> HubSpot -> Calendly */
.audit-section{padding:120px 0;background:linear-gradient(180deg,#070d13,#061019)}
.audit-layout{grid-template-columns:.74fr 1.26fr;gap:58px}
.audit-copy>p{font-size:16px;line-height:1.76;max-width:520px}
.intake-path{margin-top:28px;max-width:520px;display:grid;grid-template-columns:1fr 24px 1fr 24px 1fr;align-items:center}
.intake-path>div{min-width:0;padding:14px 10px 14px 0}
.intake-path>div span{display:block;font-size:9px;letter-spacing:.12em;color:#4bcfda;margin-bottom:6px}
.intake-path>div strong{display:block;font-size:12px;color:#dce8ef;line-height:1.35}
.intake-path>div small{display:block;font-size:10px;color:#60798c;margin-top:4px;line-height:1.35}
.intake-path>i{height:1px;background:linear-gradient(90deg,#294554,#42ced8);position:relative}
.intake-path>i:after{content:"";position:absolute;right:-1px;top:-2px;width:5px;height:5px;border-radius:50%;background:#42ced8;box-shadow:0 0 10px rgba(66,206,216,.55)}
.intake-contact{margin-top:18px;display:flex;align-items:center;gap:8px;color:#667e90;font-size:12px}
.intake-contact a{color:#a9dfe5;font-weight:600}

.intake-shell{position:relative;border:1px solid #213748;border-radius:18px;background:radial-gradient(circle at var(--mx,72%) var(--my,0%),rgba(48,195,209,.08),transparent 30%),linear-gradient(180deg,#0a151e,#071019);overflow:hidden;box-shadow:0 30px 90px rgba(0,0,0,.22)}
.intake-shell:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to bottom,black,transparent 64%);pointer-events:none}
.intake-shell-head{position:relative;z-index:2;min-height:56px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;gap:14px;border-bottom:1px solid #1d3141;background:rgba(8,18,26,.76)}
.intake-shell-head>div{display:flex;align-items:center;gap:9px;color:#8fa4b3;font-size:11px}
.intake-shell-head strong{font-size:11px;font-weight:600;color:#a8bbc8}
.intake-status-dot{width:7px;height:7px;border-radius:50%;background:#22c8ad;box-shadow:0 0 13px rgba(34,200,173,.7)}
.secure-chip{padding:6px 9px;border:1px solid rgba(66,207,220,.18);background:rgba(66,207,220,.06);color:#7fdce3;border-radius:999px;font-size:9px;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap}
.intent-bar{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr auto;align-items:center;gap:10px;padding:12px 16px;border-bottom:1px solid #1b2e3d;background:rgba(6,15,22,.78)}
.intent-bar>span{min-width:0;padding:9px 11px;border:1px solid rgba(255,255,255,.06);border-radius:10px;background:rgba(255,255,255,.018)}
.intent-bar small{display:block;font-size:8px;text-transform:uppercase;letter-spacing:.12em;color:#597287;margin-bottom:3px}
.intent-bar strong{display:block;font-size:11px;color:#cbd8e0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.intent-bar button{border:0;background:transparent;color:#647d90;font:600 10px Inter,system-ui,sans-serif;cursor:pointer;padding:10px 8px;border-radius:8px}
.intent-bar button:hover{color:#a8dfe4;background:rgba(255,255,255,.035)}
.intake-panel{position:relative;z-index:2;padding:0;background:rgba(4,11,17,.42)}
.embed-loading{position:absolute;z-index:3;inset:0;display:flex;align-items:center;justify-content:center;gap:12px;color:#8fa4b3;background:linear-gradient(180deg,#0b1720,#081119);transition:opacity .25s ease,visibility .25s ease}
.embed-loading.is-ready{opacity:0;visibility:hidden;pointer-events:none}
.embed-loading span{width:18px;height:18px;border:2px solid #254354;border-top-color:#46cbd7;border-radius:50%;animation:embedSpin .85s linear infinite}
.embed-loading strong{font-size:12px;font-weight:600}
.embed-fallback{margin:18px;padding:22px;border:1px solid #263b4a;border-radius:12px;background:#08131b;text-align:center}
.embed-fallback strong{font-size:15px}.embed-fallback p{font-size:12px;color:#7890a2}.embed-fallback .btn{margin-top:6px}
.calendar-panel{padding:20px}
.calendar-confirmation{display:flex;align-items:flex-start;gap:15px;padding:6px 4px 18px}
.confirmation-check{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:rgba(34,200,173,.09);border:1px solid rgba(34,200,173,.26);color:#6de1c9;font-size:17px;flex:none}
.calendar-confirmation small{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:#4dcfbe;margin-bottom:5px}
.calendar-confirmation h3{font-size:25px;letter-spacing:-.035em;margin:0 0 6px}
.calendar-confirmation p{margin:0;color:#8096a7;font-size:13px;line-height:1.6;max-width:650px}
.calendly-wrap{height:720px;min-width:320px;border:1px solid #213748;border-radius:14px;overflow:hidden;background:#fff}
.booking-complete{margin-top:14px;padding:14px 16px;border:1px solid rgba(34,200,173,.22);border-radius:11px;background:rgba(34,200,173,.055);display:flex;align-items:center;gap:10px;color:#cbece5}
.booking-complete>span{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:rgba(34,200,173,.12);color:#69dec5}
.booking-complete strong,.booking-complete small{display:block}.booking-complete strong{font-size:12px}.booking-complete small{font-size:10px;color:#779a92;margin-top:2px}
@keyframes embedSpin{to{transform:rotate(360deg)}}

/* Make conversion CTAs feel interactive without changing the base design language. */
.intake-link{cursor:pointer}
.price-card .intake-link,.blueprint-card .intake-link{position:relative;z-index:2}

@media (max-width:980px){
  .outcomes-heading{grid-template-columns:1fr;gap:18px}
  .outcome-grid{grid-template-columns:1fr}
  .outcome-card{min-height:auto}
  .outcomes-footer{align-items:flex-start;flex-direction:column}
  .audit-layout{grid-template-columns:1fr;gap:34px}
  .intake-path{max-width:none}
  .audit-copy{position:static}
}

@media (max-width:720px){
  .outcomes-section{padding:82px 0}
  .outcomes-heading h2{font-size:39px}
  .outcomes-intro p{font-size:16px}
  .outcome-card{padding:23px 20px}
  .outcome-trigger{margin-top:26px}
  .outcome-trigger strong{font-size:21px}
  .outcome-steps p{font-size:14px}
  .outcomes-footer{padding:19px}
  .outcomes-footer>div{align-items:flex-start}
  .outcomes-footer img{width:72px}
  .outcomes-footer .btn{width:100%}

  .intake-path{grid-template-columns:1fr;gap:0;border-left:1px solid #23404f;margin-left:8px;padding-left:17px}
  .intake-path>div{padding:8px 0 13px}
  .intake-path>i{width:1px;height:14px;background:#2b5360;margin-left:-18px}
  .intake-path>i:after{right:auto;left:-2px;top:auto;bottom:0}
  .intake-shell{border-radius:15px}
  .intake-shell-head{padding:0 13px;min-height:54px}
  .secure-chip{font-size:8px;padding:5px 7px}
  .intent-bar{grid-template-columns:1fr;gap:7px;padding:10px 12px}
  .intent-bar button{justify-self:start;padding:6px 4px}
.calendar-panel{padding:13px}
  .calendar-confirmation{gap:11px}
  .calendar-confirmation h3{font-size:22px}
  .calendly-wrap{height:760px;border-radius:11px}
}
/* V7 readability refinements */
.outcome-steps p{font-size:15px}
.intake-path>div strong{font-size:13px}
.intake-path>div small{font-size:11px}
.intake-shell-head strong{font-size:12px}
.secure-chip{font-size:10px}
.intent-bar strong{font-size:12px}
.calendar-confirmation p{font-size:14px}
@media (max-width:720px){
  .outcome-steps p{font-size:15px}
  .secure-chip{font-size:9px}
}

/* ===== V8 density + readability pass ===== */
:root{--max:1360px}
.container{width:min(calc(100% - 48px),var(--max))}

/* Fewer tiny labels. Keep important content at readable sizes. */
.nav-links a{font-size:14px}
.btn{font-size:14px;padding:14px 19px}
.btn-small{font-size:13px}
.eyebrow,.section-kicker,.service-index,.price-label{font-size:12px;letter-spacing:.14em}
.text-link{font-size:15px}
.brand-copy strong{font-size:15px}.brand-copy small{font-size:9px}

/* Use more of large displays and reduce dead vertical space. */
.hero-v6{padding:42px 0 26px;min-height:690px}
.hero-layout-v6{gap:34px;grid-template-columns:.92fr 1.08fr}
.hero-v6 h1{font-size:clamp(54px,5.8vw,86px)}
.hero-v6 .hero-copy{font-size:18px;line-height:1.62}
.hero-proof-left{font-size:13px}
.hero-live-card{min-height:520px}
.hero-scroll-cue{margin-top:16px}

.industry-strip{padding:52px 0 0}.marquee{margin:18px 0 36px}.marquee-track span{font-size:13px;padding:10px 17px}
.benefit-grid article{min-height:174px;padding:24px}.benefit-grid .num{font-size:12px}.benefit-grid h3{font-size:23px;margin:28px 0 8px}.benefit-grid p{font-size:15px}

.transform-section,.services,.automation-lab,.process,.pricing,.audit-section,.outcomes-section{padding:86px 0}
.transform-layout{gap:46px;grid-template-columns:.72fr 1.28fr}
.transform-copy>p,.split-heading>p,.lab-heading>p,.process-intro>p,.pricing-heading>p{font-size:17px;line-height:1.7}
.split-heading{gap:54px;margin-bottom:48px}.lab-heading{gap:54px;margin-bottom:34px}.pricing-heading{gap:52px;margin-bottom:36px}
.split-heading h2,.transform-copy h2,.lab-heading h2,.process-intro h2,.pricing-heading h2,.audit-copy h2{font-weight:760}

.service-row{padding:56px 0;gap:54px}.service-copy h3{font-size:34px;font-weight:760}.service-copy p{font-size:17px}.service-copy li{font-size:15px}.service-cta{font-size:15px;font-weight:700}
.ui-panel{min-height:360px}
.panel-head{font-size:13px}.lead-card strong,.deal{font-size:13px}.lead-card small{font-size:11px}.decision-line{font-size:12px}
.integration-pill b{font-size:12px}.integration-pill{height:40px}

/* Automation lab: make the interaction the focus, not a tiny island in empty space. */
.lab-shell{border-radius:16px}.lab-body{grid-template-columns:.68fr 1.32fr;min-height:330px}
.flow-summary{padding:32px}.flow-summary>span{font-size:11px}.flow-summary h3{font-size:31px}.flow-summary p{font-size:16px}
.lab-tab{height:58px;font-size:12px;font-weight:600}
.flow-runner{padding:42px 20px}.flow-step{width:132px;min-height:118px;padding:15px}.flow-step span{font-size:10px}.flow-step strong{font-size:13px}.flow-step small{font-size:10px}

.step{padding:30px 0}.step>span{font-size:12px}.step h3{font-size:26px}.step p{font-size:16px}

.outcomes-heading{gap:50px}.outcomes-intro p{font-size:17px}.outcome-card{min-height:430px}.outcome-number,.outcome-trigger small,.outcome-steps small{font-size:11px}.outcome-trigger strong{font-size:25px}.outcome-steps p{font-size:16px}.outcomes-footer span{font-size:16px}

.price-card{min-height:500px;padding:28px}.price-card h3{font-size:27px;font-weight:760}.price{font-size:43px}.price small{font-size:11px}.price-card>p{font-size:16px}.price-metrics span{font-size:11px}.price-card li{font-size:14px}.popular-flag{font-size:10px}.blueprint-card p{font-size:16px}.blueprint-deliverables span{font-size:11px}.blueprint-price span{font-size:13px}

/* Intake: tighter, better-proportioned frame with dynamic height from Typeform callbacks. */
.audit-layout{grid-template-columns:.74fr 1.26fr;gap:48px}
.audit-copy{top:100px}.audit-copy>p{font-size:17px;line-height:1.68}.fit-check strong{font-size:16px}.fit-check span{font-size:14px}.intake-contact{font-size:14px}
.intake-path>div strong{font-size:15px}.intake-path>div small{font-size:13px}.intake-path>div span{font-size:11px}
.intake-shell{overflow:hidden}.intake-shell-head{min-height:62px}.intake-shell-head strong{font-size:14px}.secure-chip{font-size:11px}.intent-bar small{font-size:10px}.intent-bar strong{font-size:14px}.intent-bar button{font-size:12px}
.embed-loading strong{font-size:14px}.embed-fallback strong{font-size:17px}.embed-fallback p{font-size:14px}
.calendar-confirmation small{font-size:11px}.calendar-confirmation h3{font-size:28px}.calendar-confirmation p{font-size:15px}

.cta-section{padding:92px 0 96px}.cta-inner>p{font-size:17px}.footer{padding:48px 0 20px}.footer-grid p,.footer-grid a:not(.brand){font-size:13px}.footer-grid>div>strong{font-size:11px}.footer-bottom{font-size:11px;margin-top:34px}

@media (min-width:1450px){
  .container{width:min(calc(100% - 72px),var(--max))}
  .hero-layout-v6{grid-template-columns:.86fr 1.14fr}
  .hero-live-card{min-height:550px}
}
@media (max-width:1050px){
  :root{--max:980px}
  .hero-layout-v6{grid-template-columns:1fr;gap:28px}
  .transform-layout,.integration-showcase,.split-heading,.service-row,.service-row.reverse,.lab-heading,.process-layout,.pricing-heading,.audit-layout,.blueprint-card{gap:28px}
  .audit-layout{grid-template-columns:1fr}.audit-copy{position:static}
}
@media (max-width:720px){
  .container{width:min(calc(100% - 28px),var(--max))}
  .transform-section,.services,.automation-lab,.process,.pricing,.audit-section,.outcomes-section{padding:64px 0}
  .hero-v6{padding:26px 0 24px}.hero-v6 h1{font-size:44px}.hero-v6 .hero-copy{font-size:17px}
  .section-kicker,.service-index,.price-label,.eyebrow{font-size:11px}
  .lab-tabs{grid-template-columns:repeat(3,1fr)}.lab-tab{height:52px}
  .flow-runner{grid-template-columns:1fr;gap:10px;padding:18px}.flow-track{display:none}.flow-step{width:100%;min-height:84px;margin:0}
.audit-copy>p{font-size:16px}.fit-check span{font-size:13px}
}

/* v10: keep Typeform's Live Embed mounted and give the current form enough vertical room. */
@media (max-width:980px){
.typeform-live-wrap [data-tf-live],
}
@media (max-width:720px){
.typeform-live-wrap [data-tf-live],
}

/* ===== V12 friction-reduction intake flow ===== */
.audit-section{padding:76px 0 82px}
.audit-layout{grid-template-columns:.78fr 1.22fr;gap:44px;align-items:start}
.audit-copy{position:static;top:auto;padding-top:8px}
.audit-copy h2{font-size:clamp(42px,4.4vw,66px);max-width:540px}
.audit-copy>p{max-width:560px;font-size:17px;line-height:1.7}
.intake-contact{margin-top:24px}
.intake-shell{overflow:hidden}
.intake-shell-head{min-height:60px;padding:0 20px}
.intake-shell-head strong{font-size:14px}
.secure-chip{font-size:10px;padding:7px 10px}

.identity-panel{padding:28px 28px 30px;background:linear-gradient(180deg,rgba(9,20,29,.9),rgba(7,16,24,.96))}
.identity-intro{max-width:650px;margin-bottom:22px}
.identity-intro>span{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.14em;color:#55ced2;font-weight:700;margin-bottom:7px}
.identity-intro h3{font-size:29px;line-height:1.08;letter-spacing:-.035em;margin:0 0 9px}
.identity-intro p{font-size:14px;line-height:1.6;color:#7f94a4;margin:0}
.identity-form{display:grid;gap:17px}
.identity-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.identity-form label{display:grid;gap:8px}
.identity-form label>span{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:#7f93a5;font-weight:700}
.identity-form input{width:100%;height:52px;border:1px solid #263c4c;border-radius:11px;background:#08141d;color:#edf7fb;padding:0 14px;font:600 15px Inter,system-ui,sans-serif;outline:none;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}
.identity-form input::placeholder{color:#526b7d}
.identity-form input:focus{border-color:#42cfdc;box-shadow:0 0 0 3px rgba(66,207,220,.09);background:#0a1721}
.identity-note{margin:0;color:#687f91;font-size:12px;line-height:1.55}
.identity-submit{justify-self:start;margin-top:2px;min-width:250px}
.embed-fallback{margin:18px}

.calendar-panel{padding:20px 20px 22px;background:linear-gradient(180deg,rgba(8,18,26,.92),rgba(6,14,21,.98))}
.calendar-confirmation{padding:4px 2px 18px}
.calendar-confirmation h3{font-size:27px}
.calendar-confirmation p{font-size:14px}
.calendly-wrap{height:680px;border-radius:13px}

.booking-success-panel{padding:42px 28px 46px;background:radial-gradient(circle at 50% 10%,rgba(36,198,177,.1),transparent 40%),linear-gradient(180deg,#091821,#071019)}
.booking-success-card{max-width:560px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center}
.booking-success-icon{width:68px;height:68px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(85,222,194,.34);background:rgba(42,204,176,.09);color:#67e0c7;font-size:27px;box-shadow:0 0 34px rgba(52,203,181,.1)}
.booking-success-card>span{margin-top:19px;font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:#55cfbe;font-weight:700}
.booking-success-card h3{font-size:38px;letter-spacing:-.045em;margin:8px 0 10px}
.booking-success-card p{font-size:15px;line-height:1.7;color:#869ba9;margin:0 0 22px;max-width:470px}
.booking-success-card p strong{color:#d9eef0;font-weight:650}

/* Legacy live-embed sizing no longer applies in v12. */
@media (max-width:1050px){
  .audit-layout{grid-template-columns:1fr;gap:28px}
  .audit-copy{max-width:760px}
  .audit-copy h2{max-width:680px}
  .audit-copy>p{max-width:720px}
  .intake-path{max-width:760px}
}
@media (max-width:720px){
  .audit-section{padding:58px 0 62px}
  .audit-copy h2{font-size:42px}
  .audit-copy>p{font-size:16px}
  .identity-panel{padding:22px 18px 24px}
  .identity-intro h3{font-size:25px}
  .identity-grid{grid-template-columns:1fr;gap:13px}
  .identity-form input{height:50px}
  .identity-submit{width:100%;justify-content:center;min-width:0}
  .intake-shell-head{padding:0 14px}
  .secure-chip{font-size:8px;padding:5px 7px}
.calendar-panel{padding:12px}
  .calendar-confirmation{padding:6px 2px 15px}
  .calendar-confirmation h3{font-size:23px}
  .calendly-wrap{height:720px}
  .booking-success-panel{padding:34px 18px 38px}
  .booking-success-card h3{font-size:32px}
}

/* =========================================================
   V13 INTAKE REBUILD — cache-safe, compact, non-sticky
   ========================================================= */
.audit-section{padding:78px 0 86px}
.audit-layout{grid-template-columns:minmax(340px,.72fr) minmax(620px,1.28fr);gap:44px;align-items:start}
.audit-copy{position:static!important;padding-top:10px}
.audit-copy h2{font-size:clamp(42px,4.2vw,64px);margin:12px 0 18px;max-width:520px}
.audit-copy>p{font-size:16px;line-height:1.68;max-width:520px}
.v13-intake-steps{display:flex;flex-wrap:wrap;gap:10px;margin:26px 0 0}
.v13-intake-steps span{display:inline-flex;align-items:center;gap:8px;padding:9px 11px;border:1px solid rgba(255,255,255,.08);border-radius:999px;background:rgba(255,255,255,.02);font-size:12px;color:#8fa2b1}
.v13-intake-steps b{color:#52d6d7;font-size:10px;letter-spacing:.08em}
.intake-contact{margin-top:22px}
.intake-shell{border-radius:18px;overflow:hidden}
.intake-shell-head{min-height:62px;padding:0 20px;background:#0a151e}
.v13-contact-panel{padding:0!important;background:linear-gradient(180deg,#0b1721,#08121a)!important}
.v13-contact-head{display:grid;grid-template-columns:1.08fr .92fr;gap:26px;padding:28px 30px 22px;border-bottom:1px solid rgba(255,255,255,.07)}
.v13-step-kicker{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.14em;color:#52d4d8;font-weight:800;margin-bottom:8px}
.v13-contact-head h3{font-size:30px;line-height:1.08;letter-spacing:-.04em;margin:0;max-width:440px}
.v13-contact-head p{margin:17px 0 0;color:#7e93a4;font-size:13px;line-height:1.65}
.v13-contact-form{padding:26px 30px 28px}
.v13-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px 18px}
.v13-field{display:flex!important;flex-direction:column!important;gap:8px!important;min-width:0}
.v13-field>span{display:block!important;font-size:10px!important;text-transform:uppercase!important;letter-spacing:.1em!important;color:#8296a7!important;font-weight:800!important}
.v13-field input{display:block!important;width:100%!important;box-sizing:border-box!important;height:54px!important;margin:0!important;padding:0 15px!important;border:1px solid #263c4c!important;border-radius:11px!important;background:#07121a!important;color:#eef7fb!important;font:600 15px/1 Inter,system-ui,sans-serif!important;outline:none!important;appearance:none!important;-webkit-appearance:none!important;box-shadow:none!important}
.v13-field input::placeholder{color:#496173!important;opacity:1}
.v13-field input:focus{border-color:#45cfd9!important;box-shadow:0 0 0 3px rgba(69,207,217,.09)!important;background:#091721!important}
.v13-contact-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:22px;padding-top:20px;border-top:1px solid rgba(255,255,255,.07)}
.v13-contact-footer p{margin:0;color:#667d8f;font-size:12px;line-height:1.55}
.v13-contact-submit{min-width:168px;justify-content:center}
.calendar-panel{padding:18px;background:#08131b}
.calendly-wrap{height:650px}
@media (max-width:1050px){
  .audit-layout{grid-template-columns:1fr;gap:28px}
  .audit-copy{max-width:760px}
  .v13-contact-head{grid-template-columns:1fr;gap:6px}
  .v13-contact-head p{margin-top:4px;max-width:640px}
}
@media (max-width:720px){
  .audit-section{padding:56px 0 64px}
  .v13-contact-head{padding:22px 18px 18px}
  .v13-contact-head h3{font-size:25px}
  .v13-contact-form{padding:20px 18px 22px}
  .v13-field-grid{grid-template-columns:1fr;gap:13px}
  .v13-field input{height:50px!important}
  .v13-contact-footer{align-items:flex-start;flex-direction:column}
  .v13-contact-submit{width:100%}
.calendly-wrap{height:700px}
}


/* ===== V14 intake fit + phone formatting ===== */
.v14-phone-help{display:block;margin-top:2px;color:#5f7789;font-size:11px;line-height:1.35;font-weight:500;text-transform:none;letter-spacing:0}
#typeformPanel{background:transparent!important}
@media (max-width:720px){
}


/* ===== V15 Typeform: SDK owns height, no forced iframe viewport ===== */
#typeformPanel{
  background:transparent!important;
  padding:0!important;
  overflow:visible!important;
}
#bridgeTypeform{
  width:100%;
  min-height:320px;
  background:#f7f7f6;
  border-radius:0 0 16px 16px;
  overflow:visible;
}
#bridgeTypeform iframe{
  display:block;
  width:100%!important;
  border:0!important;
  border-radius:0 0 16px 16px!important;
}
@media (max-width:720px){
  #bridgeTypeform{min-height:320px}
}


/* ===== V16 Typeform: fixed viewport per Typeform troubleshooting guidance ===== */
#typeformPanel{
  background:transparent!important;
  padding:0!important;
  overflow:hidden!important;
}
#bridgeTypeform{
  width:100%;
  height:560px!important;
  min-height:560px!important;
  max-height:560px!important;
  background:#f7f7f6;
  border-radius:0 0 16px 16px;
  overflow:hidden!important;
}
#bridgeTypeform iframe{
  display:block!important;
  width:100%!important;
  height:560px!important;
  min-height:560px!important;
  max-height:560px!important;
  border:0!important;
  border-radius:0 0 16px 16px!important;
}
@media (max-width:980px){
  #bridgeTypeform,#bridgeTypeform iframe{height:600px!important;min-height:600px!important;max-height:600px!important}
}
@media (max-width:720px){
  #bridgeTypeform,#bridgeTypeform iframe{height:640px!important;min-height:640px!important;max-height:640px!important}
}

/* ======================================================================
   V17 WIDE-DESKTOP SCALE PASS
   Goal: use modern desktop real estate, increase reading size, and make
   the product visuals feel like primary content instead of thumbnails.
   Mobile/tablet behavior remains unchanged below 1280px.
   ====================================================================== */
@media (min-width:1280px){
  :root{--max:1560px}
  .container{width:min(calc(100% - 64px),var(--max))}

  /* Navigation + shared UI */
  .nav{height:84px;gap:34px}
  .brand{gap:13px}.brand-icon{width:50px;height:34px}.brand-icon img{width:50px;height:34px}
  .brand-copy strong{font-size:16px}.brand-copy small{font-size:9px;margin-top:6px}
  .nav-links{gap:31px}.nav-links a{font-size:15px}
  .btn{font-size:15px;padding:15px 21px;border-radius:11px}.btn-small{font-size:14px;padding:11px 16px}
  .eyebrow,.section-kicker,.service-index,.price-label{font-size:13px;letter-spacing:.145em}
  .text-link,.service-cta{font-size:16px}

  /* Hero: let the live system own more of the first viewport. */
  .hero-v6{padding:46px 0 30px;min-height:790px}
  .hero-layout-v6{grid-template-columns:minmax(0,.76fr) minmax(700px,1.24fr);gap:58px}
  .hero-message{padding:12px 0 14px}
  .hero-v6 h1{font-size:clamp(60px,5.25vw,94px);max-width:720px;margin:24px 0 24px}
  .hero-v6 .hero-copy{font-size:20px;line-height:1.66;max-width:680px}
  .hero-proof-left{font-size:14px;gap:20px}.hero-microproof strong{font-size:15px}.hero-microproof span{font-size:14px}
  .hero-live-card{min-height:590px;border-radius:24px}
  .hero-live-topbar{height:58px;font-size:14px}.hero-live-topbar .live-badge{font-size:12px}
  .hero-flow-desktop{height:480px;background-size:48px 48px}
  .hero-flow-node{width:182px;min-height:90px;padding:16px 17px;border-radius:14px}
  .hero-flow-node small{font-size:11px}.hero-flow-node strong{font-size:17px}.hero-flow-node span{font-size:12px}
  .hero-core-v6{width:222px;height:242px;padding:20px;border-radius:38px}
  .hero-core-v6 .core-ring{width:286px;height:286px}.hero-core-v6 img{width:145px;height:78px}
  .hero-core-v6 small{font-size:10px}.hero-core-v6 strong{font-size:24px}.hero-core-v6 span{font-size:12px}
  .hero-live-footer{min-height:82px}.hero-live-footer>div{padding:15px 19px}.hero-live-footer small{font-size:11px}.hero-live-footer strong{font-size:21px}

  /* Industry proof */
  .industry-strip{padding-top:60px}.marquee{margin:20px 0 40px}.marquee-track span{font-size:14px;padding:11px 18px}
  .benefit-grid article{min-height:190px;padding:30px}.benefit-grid .num{font-size:13px}.benefit-grid h3{font-size:27px;margin:28px 0 10px}.benefit-grid p{font-size:16px;line-height:1.65}

  /* Bridge effect: substantially enlarge the before/after system diagram. */
  .transform-section{padding:100px 0}
  .transform-layout{grid-template-columns:minmax(390px,.63fr) minmax(760px,1.37fr);gap:72px}
  .transform-copy h2{font-size:clamp(56px,4.35vw,80px);max-width:650px;margin:16px 0 24px}
  .transform-copy>p{font-size:19px;line-height:1.72;max-width:600px}
  .transform-visual{grid-template-columns:1fr 62px 1fr;gap:16px;padding:24px;border-radius:20px}
  .state-panel{height:380px;border-radius:16px}
  .state-label{top:18px;left:18px;font-size:11px;padding:6px 10px}
  .state-panel>small{bottom:17px;font-size:11px}
  .loose-tool,.connected-tool{min-width:74px;height:44px;padding:0 13px;font-size:11px;border-radius:11px}
  .t1{left:32px;top:98px}.t2{right:35px;top:82px}.t3{left:82px;top:188px}.t4{right:52px;bottom:80px}.t5{left:32px;bottom:69px}
  .c1{left:26px;top:76px}.c2{left:28px;bottom:80px}.c3{right:26px;top:76px}.c4{right:20px;bottom:80px}
  .transform-arrow span{font-size:38px}
  .after-lines{inset:38px 14px 52px;width:calc(100% - 28px);height:278px}
  .after-core{width:138px;height:138px;border-radius:28px;padding:14px}.after-core img{width:108px}.after-core strong{font-size:12px;margin-top:-10px}

  /* What we build */
  .services{padding:100px 0}
  .split-heading{grid-template-columns:minmax(0,1.18fr) minmax(420px,.82fr);gap:76px;margin-bottom:62px}
  .split-heading h2{font-size:clamp(58px,4.65vw,84px);max-width:980px}
  .split-heading>p{font-size:19px;line-height:1.72;max-width:600px}
  .integration-showcase{grid-template-columns:minmax(420px,.76fr) minmax(760px,1.24fr);gap:72px;padding-bottom:86px}
  .integration-copy h3{font-size:42px;line-height:1.08;margin:14px 0 18px;max-width:590px}
  .integration-copy p{font-size:18px;line-height:1.75;max-width:620px}.integration-legend{font-size:13px;gap:24px}
  .integration-card{min-height:500px;border-radius:20px}
  .integration-center-node{width:220px;height:220px;border-radius:32px}.integration-center-node img{width:145px}.integration-center-node small{font-size:10px}.integration-center-node strong{font-size:21px;max-width:155px}
  .brand-logo{width:56px;height:56px;border-radius:14px}.brand-logo img{width:29px;height:29px}.orbit-tool{min-width:90px;gap:8px}.orbit-tool b{font-size:12px}.orbit-tool:after{top:70px;width:200px;font-size:11px}
  .tool-pos-a{left:74px;top:64px}.tool-pos-b{left:76px;top:208px}.tool-pos-c{left:112px;bottom:62px}.tool-pos-d{top:30px}.tool-pos-e{right:77px;top:72px}.tool-pos-f{right:70px;top:214px}.tool-pos-g{right:110px;bottom:62px}

  /* Service rows and product mockups. */
  .service-row{grid-template-columns:minmax(410px,.78fr) minmax(760px,1.22fr);gap:82px;padding:76px 0}
  .service-row.reverse{grid-template-columns:minmax(760px,1.22fr) minmax(410px,.78fr)}
  .service-copy h3{font-size:42px;margin:12px 0 18px}.service-copy p{font-size:18px;line-height:1.72;max-width:590px}.service-copy ul{max-width:590px}.service-copy li{font-size:16px;padding:13px 0 13px 22px}.service-copy li:before{top:19px}
  .ui-panel{min-height:455px;padding:24px;border-radius:18px}.panel-head{font-size:14px;padding-bottom:18px}.lead-card{padding:17px;margin-top:15px}.avatar{width:42px;height:42px;font-size:12px}.lead-card strong{font-size:14px}.lead-card small{font-size:11px}.score{font-size:16px;padding:7px 10px}.decision-line{font-size:12px;padding:15px 0}.decision-line strong{font-size:12px}.integration-pill{height:44px}.integration-pill b{font-size:12px}

  /* Use-case lab */
  .automation-lab{padding:100px 0}.lab-heading{gap:72px;margin-bottom:42px}.lab-heading h2{font-size:clamp(58px,4.55vw,80px)}.lab-heading>p{font-size:18px;line-height:1.72;max-width:600px}
  .lab-tab{height:64px;font-size:13px}.lab-body{grid-template-columns:.64fr 1.36fr;min-height:430px}.flow-summary{padding:40px}.flow-summary>span{font-size:12px}.flow-summary h3{font-size:36px}.flow-summary p{font-size:17px;max-width:460px}
  .flow-runner{padding:50px 26px}.flow-step{width:150px;min-height:132px;padding:17px}.flow-step span{font-size:11px}.flow-step strong{font-size:15px}.flow-step small{font-size:11px}

  /* How it works */
  .process{padding:100px 0}.process-layout{grid-template-columns:minmax(420px,.72fr) minmax(760px,1.28fr);gap:86px}.process-intro h2{font-size:clamp(54px,4vw,74px)}.process-intro>p{font-size:18px;line-height:1.72;max-width:600px}
  .step{grid-template-columns:84px 1fr;padding:35px 0}.step>span{font-size:13px}.step h3{font-size:29px}.step p{font-size:17px;max-width:760px}

  /* Outcomes */
  .outcomes-section{padding:100px 0}.outcomes-heading{grid-template-columns:1.12fr .88fr;gap:72px;margin-bottom:52px}.outcomes-heading h2{font-size:clamp(58px,4.55vw,82px);max-width:980px}.outcomes-intro p{font-size:18px;max-width:620px}
  .outcome-card{min-height:470px}.outcome-trigger strong{font-size:29px}.outcome-steps p{font-size:17px}.outcomes-footer span{font-size:17px}.outcomes-footer img{width:108px}

  /* Pricing */
  .pricing{padding:100px 0}.pricing-heading{grid-template-columns:1.08fr .78fr;gap:72px;margin-bottom:48px}.pricing-heading h2{font-size:clamp(58px,4.55vw,82px)}.pricing-heading>p{font-size:18px;max-width:620px}
  .pricing-grid{gap:20px}.price-card{min-height:560px;padding:34px}.price-card h3{font-size:31px}.price{font-size:49px}.price small{font-size:12px}.price-card>p{font-size:17px;line-height:1.68}.price-metrics span{font-size:12px;padding:7px 10px}.price-card li{font-size:15px;padding:13px 0 13px 20px}.popular-flag{font-size:11px}.blueprint-card{padding:38px;gap:58px}.blueprint-card h3{font-size:34px}.blueprint-card p{font-size:17px}.blueprint-deliverables span{font-size:12px}.blueprint-price strong{font-size:48px}.blueprint-price span{font-size:14px}

  /* Intake: scale copy but preserve the stable v16 Typeform viewport. */
  .audit-section{padding:92px 0}.audit-layout{grid-template-columns:minmax(430px,.72fr) minmax(760px,1.28fr);gap:68px}.audit-copy h2{font-size:clamp(56px,4.1vw,76px);max-width:640px}.audit-copy>p{font-size:18px;max-width:620px}.v13-intake-steps span{font-size:13px;padding:10px 13px}.intake-contact{font-size:15px}
  .intake-shell-head{min-height:68px}.intake-shell-head strong{font-size:15px}.secure-chip{font-size:11px}
  .v13-contact-head{padding:32px 34px 26px}.v13-contact-head h3{font-size:34px}.v13-contact-head p{font-size:15px}.v13-contact-form{padding:30px 34px 32px}.v13-field>span{font-size:11px!important}.v13-field input{height:58px!important;font-size:16px!important}.v13-contact-footer p{font-size:13px}

  /* Final CTA + footer */
  .cta-section{padding:110px 0}.cta-inner h2{font-size:clamp(62px,5vw,90px)}.cta-inner>p{font-size:19px;max-width:760px}
  .footer{padding:58px 0 24px}.footer-grid p,.footer-grid a:not(.brand){font-size:14px}.footer-grid>div>strong{font-size:12px}.footer-bottom{font-size:12px}
}

@media (min-width:1680px){
  :root{--max:1620px}
  .container{width:min(calc(100% - 80px),var(--max))}
  .transform-layout,.integration-showcase,.service-row,.process-layout,.audit-layout{gap:86px}
  .hero-layout-v6{gap:68px}
}


/* ===== V18 Bridge Effect: recognizable same-stack before/after comparison ===== */
.bridge-effect-tools .state-panel{background:
  radial-gradient(circle at 50% 48%,rgba(45,164,191,.055),transparent 36%),
  linear-gradient(180deg,#09141d,#081019)}
.bridge-effect-tools .state-panel:before{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:38px 38px;opacity:.55}
.effect-tool{position:absolute;z-index:4;width:92px;display:flex;flex-direction:column;align-items:center;gap:7px;text-align:center}
.effect-icon{display:grid;place-items:center;width:50px;height:50px;border-radius:13px;border:1px solid #293e4e;background:#101a24;box-shadow:0 10px 24px rgba(0,0,0,.26);transition:transform .2s,border-color .2s,box-shadow .2s}
.effect-icon img{width:26px;height:26px;display:block;object-fit:contain;filter:invert(1) brightness(1.16)}
.effect-tool b{font-size:11px;color:#9fb2c0;font-weight:650;line-height:1}
.state-before .effect-tool{filter:saturate(.72);opacity:.88}
.state-before .effect-icon{border-color:#233644;background:#0d1720;box-shadow:0 9px 20px rgba(0,0,0,.22)}
.state-after .effect-icon{border-color:rgba(68,205,218,.30);box-shadow:0 10px 26px rgba(0,0,0,.28),0 0 18px rgba(62,202,214,.035) inset}
.state-after .effect-tool b{color:#b4c5d0}
.effect-hubspot{left:22px;top:62px}.effect-calendly{right:22px;top:62px}.effect-gmail{left:8px;top:160px}.effect-typeform{right:8px;top:160px}.effect-sheets{left:56px;bottom:50px}.effect-make{right:56px;bottom:50px}
.bridge-effect-tools .after-core{width:142px;height:142px;border-radius:29px;padding:13px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 40%,rgba(67,210,220,.08),transparent 50%),#09161f;border-color:rgba(67,210,220,.34);box-shadow:0 18px 44px rgba(0,0,0,.28),0 0 42px rgba(57,198,210,.08)}
.bridge-effect-tools .after-core img{width:104px;height:60px;object-fit:contain}
.bridge-effect-tools .after-core strong{font-size:12px;margin:1px 0 0;color:#eef7fa}
.bridge-effect-tools .after-core span{font-size:8px;text-transform:uppercase;letter-spacing:.12em;color:#5f879a;margin-top:4px}
.bridge-effect-tools .effect-lines{inset:26px 16px 48px;width:calc(100% - 32px);height:calc(100% - 74px);z-index:1}
.bridge-effect-tools .effect-lines path{stroke:rgba(71,205,218,.42);stroke-width:1.5;stroke-dasharray:5 8}
.bridge-effect-tools .state-after:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:205px;height:205px;border-radius:50%;border:1px solid rgba(64,202,214,.05);box-shadow:0 0 60px rgba(62,198,211,.055);pointer-events:none}
.bridge-effect-tools .state-panel>small{z-index:4;font-size:11px;letter-spacing:.01em}

@media (min-width:1280px){
  .bridge-effect-tools .state-panel{height:420px}
  .effect-tool{width:100px;gap:8px}
  .effect-icon{width:56px;height:56px;border-radius:15px}.effect-icon img{width:29px;height:29px}.effect-tool b{font-size:12px}
  .effect-hubspot{left:28px;top:72px}.effect-calendly{right:28px;top:72px}.effect-gmail{left:12px;top:178px}.effect-typeform{right:12px;top:178px}.effect-sheets{left:66px;bottom:56px}.effect-make{right:66px;bottom:56px}
  .bridge-effect-tools .after-core{width:150px;height:150px}.bridge-effect-tools .after-core img{width:112px}.bridge-effect-tools .after-core strong{font-size:13px}.bridge-effect-tools .after-core span{font-size:9px}
}
@media (min-width:1450px){
  .bridge-effect-tools .state-panel{height:440px}
  .effect-icon{width:60px;height:60px}.effect-icon img{width:31px;height:31px}.effect-tool b{font-size:13px}
  .effect-hubspot{left:34px;top:76px}.effect-calendly{right:34px;top:76px}.effect-gmail{left:15px;top:186px}.effect-typeform{right:15px;top:186px}.effect-sheets{left:72px;bottom:62px}.effect-make{right:72px;bottom:62px}
  .bridge-effect-tools .after-core{width:158px;height:158px}.bridge-effect-tools .after-core img{width:118px}
}
@media (max-width:1050px){
  .bridge-effect-tools .state-panel{height:360px}
  .effect-tool{width:82px}.effect-icon{width:46px;height:46px}.effect-icon img{width:23px;height:23px}.effect-tool b{font-size:10px}
  .effect-hubspot{left:15px;top:58px}.effect-calendly{right:15px;top:58px}.effect-gmail{left:2px;top:150px}.effect-typeform{right:2px;top:150px}.effect-sheets{left:38px;bottom:49px}.effect-make{right:38px;bottom:49px}
  .bridge-effect-tools .after-core{width:122px;height:122px}.bridge-effect-tools .after-core img{width:92px}
}
@media (max-width:720px){
  .transform-visual{grid-template-columns:1fr;gap:14px}.transform-arrow{height:34px}.transform-arrow span{transform:rotate(90deg)}
  .bridge-effect-tools .state-panel{height:390px}
  .effect-hubspot{left:20px;top:65px}.effect-calendly{right:20px;top:65px}.effect-gmail{left:10px;top:162px}.effect-typeform{right:10px;top:162px}.effect-sheets{left:48px;bottom:54px}.effect-make{right:48px;bottom:54px}
  .bridge-effect-tools .effect-lines{height:calc(100% - 78px)}
}

/* ===== V19 laptop-height optimization =====
   Reference: 1920x1080 Galaxy Book 360 class display, browser viewport ~900-960px high.
   Keep the larger v17/v18 typography while reducing vertical travel and oversized panels. */
@media (min-width:1280px) and (max-height:1000px){
  .nav{height:68px}
  .nav-wrap{min-height:68px}
  section[id]{scroll-margin-top:76px}

  .hero{padding:68px 0 54px;min-height:auto}
  .hero-layout-v6{gap:44px}
  .hero-message h1{font-size:clamp(54px,4.7vw,76px);margin-top:20px;margin-bottom:18px}
  .hero-copy{font-size:17px;line-height:1.62}
  .hero-live-card{min-height:0}
  .hero-flow-desktop{height:430px}
  .hero-live-footer{min-height:64px}
  .hero-scroll-cue{margin-top:18px}

  .industry-strip{padding-top:42px}
  .marquee{margin:16px 0 28px}
  .benefit-grid article{min-height:170px;padding:22px 24px}
  .benefit-grid h3{margin-top:28px}

  .transform-section,.services,.automation-lab,.process,.outcomes-section,.pricing,.audit-section{padding:68px 0}

  .transform-layout{gap:54px}
  .transform-copy h2{font-size:clamp(52px,4.05vw,70px)}
  .transform-copy>p{font-size:17px;line-height:1.6}
  .transform-visual{padding:16px}
  .bridge-effect-tools .state-panel{height:350px}
  .effect-tool{gap:6px}
  .effect-icon{width:52px;height:52px}.effect-icon img{width:27px;height:27px}.effect-tool b{font-size:11px}
  .effect-hubspot{left:28px;top:58px}.effect-calendly{right:28px;top:58px}.effect-gmail{left:12px;top:146px}.effect-typeform{right:12px;top:146px}.effect-sheets{left:60px;bottom:46px}.effect-make{right:60px;bottom:46px}
  .bridge-effect-tools .after-core{width:138px;height:138px}.bridge-effect-tools .after-core img{width:103px}

  .split-heading{margin-bottom:42px;gap:56px}
  .split-heading h2{font-size:clamp(54px,4.15vw,72px)}
  .split-heading>p{font-size:17px;line-height:1.62}
  .integration-showcase{gap:58px;padding-bottom:58px}
  .integration-copy h3{font-size:38px}
  .integration-copy p{font-size:16px;line-height:1.65}
  .integration-card{min-height:410px}
  .integration-center-node{width:190px;height:190px}
  .integration-center-node img{width:125px}
  .brand-logo{width:50px;height:50px}.brand-logo img{width:26px;height:26px}
  .orbit-tool b{font-size:11px}

  .service-row{padding:54px 0;gap:64px}
  .service-copy h3{font-size:38px}
  .service-copy p{font-size:17px;line-height:1.62}
  .service-copy li{font-size:15px;padding:11px 0 11px 21px}
  .ui-panel{min-height:390px;padding:20px}
  .lead-card{padding:14px;margin-top:12px}
  .integration-pill{height:40px}

  .lab-heading{margin-bottom:30px;gap:58px}
  .lab-heading h2{font-size:clamp(54px,4.05vw,72px)}
  .lab-heading>p{font-size:17px;line-height:1.62}
  .lab-tab{height:52px}
  .lab-body{min-height:360px}
  .flow-summary{padding:30px}
  .flow-summary h3{font-size:31px}
  .flow-runner{padding:38px 22px}
  .flow-step{width:132px;min-height:112px;padding:14px}

  .process-layout{gap:64px}
  .process-intro{top:96px}
  .process-intro h2{font-size:clamp(50px,3.9vw,68px)}
  .process-intro>p{font-size:17px;line-height:1.62}
  .step{padding:27px 0}
  .step h3{font-size:26px}
  .step p{font-size:16px;line-height:1.62}

  .outcomes-heading{margin-bottom:36px;gap:58px}
  .outcomes-heading h2{font-size:clamp(54px,4.05vw,74px)}
  .outcomes-intro p{font-size:17px;line-height:1.62}
  .outcome-card{min-height:400px;padding:24px}
  .outcome-trigger strong{font-size:26px}
  .outcome-steps p{font-size:15px;line-height:1.55}
  .outcomes-footer{margin-top:22px;padding-top:22px}

  .pricing-heading{margin-bottom:32px;gap:58px}
  .pricing-heading h2{font-size:clamp(54px,4.05vw,74px)}
  .pricing-heading>p{font-size:17px;line-height:1.62}
  .pricing-grid{gap:18px}
  .price-card{min-height:470px;padding:26px 28px}
  .price-card h3{font-size:28px;margin:13px 0 8px}
  .price{font-size:43px;margin-bottom:11px}
  .price-card>p{font-size:15px;line-height:1.58;min-height:54px}
  .price-metrics{margin:6px 0 10px}
  .price-card li{font-size:13px;padding:9px 0 9px 18px}
  .price-card ul{margin-bottom:20px}
  .blueprint-card{margin-top:14px;padding:26px 30px;gap:42px}
  .blueprint-card h3{font-size:30px}.blueprint-card p{font-size:15px}.blueprint-price strong{font-size:42px}

  .audit-layout{gap:54px}
  .audit-copy{top:96px}
  .audit-copy h2{font-size:clamp(52px,3.9vw,70px)}
  .audit-copy>p{font-size:17px;line-height:1.62}
  .v13-contact-head{padding:26px 30px 20px}.v13-contact-head h3{font-size:30px}.v13-contact-form{padding:24px 30px 26px}

  .cta-section{padding:78px 0 82px}
  .cta-mark{width:160px}
  .cta-inner h2{font-size:clamp(58px,4.6vw,80px)}
  .cta-inner>p{font-size:18px}
  .footer{padding-top:44px}
}

@media (min-width:1280px) and (max-height:850px){
  .transform-section,.services,.automation-lab,.process,.outcomes-section,.pricing,.audit-section{padding:54px 0}
  .hero{padding-top:52px;padding-bottom:42px}
  .hero-flow-desktop{height:380px}
  .bridge-effect-tools .state-panel{height:320px}
  .integration-card{min-height:380px}
  .ui-panel{min-height:360px}
  .lab-body{min-height:330px}
  .outcome-card{min-height:365px}
  .price-card{min-height:440px}
  .price-card li{padding:8px 0 8px 18px}
  .blueprint-card{padding:22px 28px}
}

/* ===== V20 MOBILE-FIRST CORRECTION =====
   Purpose: make the live v19 design behave as a true mobile layout rather
   than a compressed desktop canvas. Desktop/tablet behavior is unchanged. */
@media (max-width:720px){
  html,body{max-width:100%;overflow-x:hidden}
  .container{width:min(calc(100% - 40px),var(--max));max-width:100%}

  /* Remove the persistent conversion bar on phones so it never covers forms. */
  .mobile-sticky-cta,.mobile-sticky-cta.visible{display:none!important;opacity:0!important;pointer-events:none!important;transform:none!important}

  /* Bridge Effect: copy first, then a full-width before/after story. */
  .transform-section{padding:58px 0 64px}
  .transform-layout{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:28px!important;align-items:start!important}
  .transform-copy{min-width:0;padding-right:0!important}
  .transform-copy h2{font-size:clamp(42px,12vw,52px)!important;line-height:1.01!important;letter-spacing:-.052em!important;margin:12px 0 18px!important;max-width:100%!important}
  .transform-copy>p{font-size:17px!important;line-height:1.62!important;max-width:100%!important}
  .transform-copy .text-link{margin-top:18px;font-size:15px}
  .transform-visual{width:100%;min-width:0;display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:14px!important;padding:14px!important;border-radius:16px!important}
  .transform-arrow{height:34px!important;transform:none!important}
  .transform-arrow span{display:inline-block;transform:rotate(90deg)!important;font-size:30px!important}

  .bridge-effect-tools .state-panel{width:100%;min-width:0;border-radius:15px!important;overflow:hidden!important}
  .bridge-effect-tools .state-before{height:440px!important}
  .bridge-effect-tools .state-after{height:565px!important}
  .bridge-effect-tools .state-label{top:16px;left:16px;font-size:10px;padding:6px 9px}
  .bridge-effect-tools .state-panel>small{left:16px;right:16px;bottom:16px;font-size:11px;line-height:1.35}

  .bridge-effect-tools .effect-tool{width:104px!important;gap:7px!important}
  .bridge-effect-tools .effect-icon{width:50px!important;height:50px!important;border-radius:13px!important}
  .bridge-effect-tools .effect-icon img{width:26px!important;height:26px!important}
  .bridge-effect-tools .effect-tool b{font-size:11px!important;line-height:1.15!important;white-space:nowrap}

  /* Before: three clean rows, two tools per row. */
  .state-before .effect-hubspot{left:18px!important;top:78px!important}
  .state-before .effect-calendly{right:18px!important;top:78px!important}
  .state-before .effect-gmail{left:18px!important;top:188px!important}
  .state-before .effect-typeform{right:18px!important;top:188px!important}
  .state-before .effect-sheets{left:18px!important;bottom:64px!important}
  .state-before .effect-make{right:18px!important;bottom:64px!important}

  /* After: Bridge is the focal point, then the same stack flows underneath. */
  .bridge-effect-tools .state-after .effect-lines{display:none!important}
  .bridge-effect-tools .after-core{left:50%!important;top:72px!important;transform:translateX(-50%)!important;width:128px!important;height:128px!important;border-radius:26px!important;padding:12px!important}
  .bridge-effect-tools .after-core img{width:94px!important;height:54px!important}
  .bridge-effect-tools .after-core strong{font-size:13px!important;margin-top:2px!important}
  .bridge-effect-tools .after-core span{font-size:8px!important}
  .state-after .effect-hubspot{left:18px!important;top:230px!important}
  .state-after .effect-calendly{right:18px!important;top:230px!important}
  .state-after .effect-gmail{left:18px!important;top:334px!important}
  .state-after .effect-typeform{right:18px!important;top:334px!important}
  .state-after .effect-sheets{left:18px!important;top:438px!important;bottom:auto!important}
  .state-after .effect-make{right:18px!important;top:438px!important;bottom:auto!important}
  .bridge-effect-tools .state-after:after{width:168px!important;height:168px!important;top:136px!important}

  /* Automation Lab: never keep the desktop split layout on a phone. */
  .automation-lab{padding:58px 0 64px}
  .lab-heading{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:16px!important;margin-bottom:24px!important}
  .lab-heading h2{font-size:clamp(40px,11.5vw,50px)!important;line-height:1.03!important}
  .lab-heading>p{font-size:16px!important;line-height:1.6!important}
  .lab-shell{border-radius:16px!important;overflow:hidden!important}
  .lab-tabs{display:flex!important;overflow-x:auto!important;overscroll-behavior-x:contain;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}
  .lab-tab{flex:0 0 132px!important;height:52px!important;scroll-snap-align:start;font-size:11px!important}
  .lab-body{display:grid!important;grid-template-columns:minmax(0,1fr)!important;min-height:0!important}
  .flow-summary{padding:26px 20px 24px!important;border-right:0!important;border-bottom:1px solid #1d2f3e!important}
  .flow-summary h3{font-size:30px!important;line-height:1.08!important;margin:11px 0 12px!important}
  .flow-summary p{font-size:16px!important;line-height:1.62!important;max-width:none!important}
  .flow-summary .btn{width:100%;min-height:48px;margin-top:18px}
  .flow-runner{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:12px!important;padding:24px 18px 26px!important;align-items:stretch!important}
  .flow-track{display:block!important;left:42px!important;right:auto!important;top:36px!important;bottom:36px!important;width:1px!important;height:auto!important;background:linear-gradient(#284252,#3ecfde,#0ebc9c,#284252)!important}
  .flow-step{width:100%!important;min-height:82px!important;margin:0!important;padding:15px 15px 15px 58px!important;border-radius:13px!important}
  .flow-step span{position:absolute!important;left:16px!important;top:50%!important;transform:translateY(-50%)!important;font-size:10px!important}
  .flow-step strong{font-size:15px!important;margin:3px 0!important}
  .flow-step small{font-size:11px!important}

  /* Intake: use nearly the full phone width and keep all controls unobscured. */
  .audit-section{padding:54px 0 62px!important}
  .audit-layout{grid-template-columns:minmax(0,1fr)!important;gap:24px!important}
  .audit-copy h2{font-size:clamp(40px,11vw,48px)!important;line-height:1.03!important}
  .audit-copy>p{font-size:16px!important;line-height:1.6!important}
  .intake-shell{width:100%;max-width:100%;border-radius:15px!important;overflow:hidden!important}
  .intake-shell-head{min-height:58px!important;padding:0 13px!important}
  .intake-shell-head strong{font-size:12px!important}
  .secure-chip{font-size:8px!important;padding:5px 7px!important;white-space:nowrap}
  #typeformPanel{width:100%!important;max-width:100%!important;overflow:hidden!important}
  #bridgeTypeform,#bridgeTypeform iframe{width:100%!important;height:680px!important;min-height:680px!important;max-height:680px!important;border-radius:0 0 14px 14px!important}
  .calendar-panel{padding:10px!important}
  .calendly-wrap{height:700px!important;max-width:100%!important}
}

@media (max-width:380px){
  .container{width:min(calc(100% - 32px),var(--max))}
  .transform-copy h2{font-size:42px!important}
  .bridge-effect-tools .effect-tool{width:92px!important}
  .state-before .effect-hubspot,.state-before .effect-gmail,.state-before .effect-sheets,
  .state-after .effect-hubspot,.state-after .effect-gmail,.state-after .effect-sheets{left:12px!important}
  .state-before .effect-calendly,.state-before .effect-typeform,.state-before .effect-make,
  .state-after .effect-calendly,.state-after .effect-typeform,.state-after .effect-make{right:12px!important}
  .flow-summary{padding-inline:17px!important}
  .flow-runner{padding-inline:14px!important}
}

/* v21: dedicated mobile Bridge Effect composition */
.mobile-bridge-effect{display:none}
@media (max-width: 640px){
  .bridge-effect-tools{display:none!important}
  .transform-copy .intake-link{display:none!important}
  .mobile-bridge-effect{display:block;margin-top:28px}
  .mobile-bridge-card{border:1px solid #203342;border-radius:18px;background:linear-gradient(180deg,#0b1720 0%,#09131b 100%);padding:20px;overflow:hidden;position:relative}
  .mobile-bridge-card:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:34px 34px;opacity:.45;pointer-events:none}
  .mobile-bridge-head{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}
  .mobile-bridge-label{display:inline-flex;align-items:center;border:1px solid #294454;border-radius:999px;padding:7px 11px;font-size:10px;letter-spacing:.13em;text-transform:uppercase;color:#8eabc0}
  .mobile-bridge-head strong{font-size:14px;color:#d9e7ef;font-weight:650}
  .mobile-tool-row{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
  .mobile-tool{display:flex;flex-direction:column;align-items:center;gap:7px;min-width:0;text-align:center}
  .mobile-tool .effect-icon{width:54px!important;height:54px!important;border-radius:14px!important;background:#101a24;border:1px solid #2a4050;display:grid;place-items:center}
  .mobile-tool .effect-icon img{width:28px!important;height:28px!important;object-fit:contain;filter:invert(1) brightness(1.16)}
  .mobile-tool b{font-size:11px;color:#aabdc9;white-space:nowrap}
  .mobile-bridge-note{position:relative;z-index:2;margin:18px 0 0;text-align:center;color:#5f87a1;font-size:11px;line-height:1.45}
  .mobile-bridge-transition{display:flex;align-items:center;justify-content:center;height:58px;color:#37d0df;font-size:30px;line-height:1}
  .mobile-bridge-core{position:relative;z-index:2;width:156px;height:142px;margin:0 auto 20px;border:1px solid rgba(68,205,218,.34);border-radius:28px;background:radial-gradient(circle at 50% 38%,rgba(67,210,220,.09),transparent 52%),#09161f;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 0 42px rgba(57,198,210,.08)}
  .mobile-bridge-core img{width:105px;height:60px;object-fit:contain}
  .mobile-bridge-core strong{font-size:17px;margin-top:2px;color:#eef7fa}
  .mobile-bridge-core span{font-size:9px;text-transform:uppercase;letter-spacing:.14em;color:#5f879a;margin-top:5px}
  .mobile-bridge-cta{display:inline-flex;margin-top:22px;font-weight:700;font-size:16px;color:#4ed7e6;text-decoration:none}
  .transform-section .transform-layout{display:block!important}
  .transform-copy h2{font-size:clamp(42px,13vw,52px)!important;line-height:1.04!important}
  .transform-copy>p:not(.section-kicker){font-size:18px!important;line-height:1.65!important}
}
@media (max-width: 360px){
  .mobile-bridge-card{padding:17px}
  .mobile-tool-row{gap:8px}
  .mobile-tool .effect-icon{width:50px!important;height:50px!important}
  .mobile-tool b{font-size:10px}
  .mobile-bridge-core{width:146px;height:134px}
}

/* ===== V22 MOBILE BRIDGE EFFECT: compact narrative, not a mini desktop ===== */
@media (max-width:640px){
  .mobile-bridge-effect{margin-top:24px!important}
  .mobile-bridge-compact{border:1px solid #203342;border-radius:18px;background:linear-gradient(180deg,#0b1720 0%,#08121a 100%);overflow:hidden;position:relative}
  .mobile-bridge-compact:before{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.017) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.017) 1px,transparent 1px);background-size:34px 34px;opacity:.4}
  .mobile-state-block{position:relative;z-index:1;padding:20px}
  .mobile-state-before{border-bottom:1px solid rgba(255,255,255,.05)}
  .mobile-state-after{padding-top:18px}
  .mobile-state-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}
  .mobile-state-title>span{display:inline-flex;align-items:center;padding:6px 9px;border-radius:999px;border:1px solid #294454;color:#8eabc0;font-size:9px;letter-spacing:.14em;text-transform:uppercase}
  .mobile-state-title>strong{font-size:13px;color:#d9e7ef;text-align:right}
  .mobile-tool-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}
  .mobile-tool-chip{min-width:0;border:1px solid #263b49;border-radius:13px;background:#0c1720;padding:12px 6px 10px;display:flex;flex-direction:column;align-items:center;gap:7px;text-align:center}
  .mobile-tool-chip .effect-icon{width:42px!important;height:42px!important;border:0!important;background:transparent!important}
  .mobile-tool-chip .effect-icon img{width:24px!important;height:24px!important;object-fit:contain;filter:invert(1) brightness(1.16)}
  .mobile-tool-chip b{font-size:10px;color:#b8c8d2;white-space:nowrap}
  .mobile-state-before>p{margin:14px 0 0;color:#6f8798;font-size:12px;line-height:1.55;text-align:center}
  .mobile-bridge-connector{position:relative;z-index:1;min-height:54px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#42d6e4;border-bottom:1px solid rgba(255,255,255,.04)}
  .mobile-bridge-connector span{font-size:26px;line-height:1}
  .mobile-bridge-connector em{font-style:normal;margin-top:4px;font-size:10px;letter-spacing:.05em;color:#68889a}
  .mobile-bridge-center{position:relative;z-index:1;margin:18px 20px 14px;min-height:112px;border:1px solid rgba(68,205,218,.34);border-radius:18px;background:radial-gradient(circle at 22% 50%,rgba(67,210,220,.09),transparent 38%),#09161f;display:flex;align-items:center;gap:14px;padding:16px;box-shadow:0 0 34px rgba(57,198,210,.06)}
  .mobile-bridge-center img{width:92px;height:54px;object-fit:contain;flex:0 0 auto}
  .mobile-bridge-center small{display:block;color:#6d8fa1;font-size:9px;text-transform:uppercase;letter-spacing:.14em}
  .mobile-bridge-center strong{display:block;margin-top:4px;font-size:17px;color:#f0f7fa;letter-spacing:-.025em}
  .mobile-bridge-center span{display:block;margin-top:4px;color:#708797;font-size:11px}
  .mobile-bridge-connector-after{min-height:30px;border-bottom:0}
  .mobile-bridge-connector-after span{font-size:22px}
  .mobile-outcome-list{display:grid;gap:9px}
  .mobile-outcome-list>div{display:grid;grid-template-columns:32px minmax(0,1fr);column-gap:10px;row-gap:2px;align-items:center;border:1px solid #263b49;border-radius:12px;background:#0b1620;padding:11px 12px}
  .mobile-outcome-list i{grid-row:1/3;width:28px;height:28px;border-radius:999px;background:rgba(65,206,217,.08);border:1px solid rgba(65,206,217,.2);display:grid;place-items:center;color:#5dd7e2;font-size:9px;font-style:normal}
  .mobile-outcome-list strong{font-size:12px;color:#dce8ee}
  .mobile-outcome-list span{font-size:10px;color:#6d8495;line-height:1.35}
  .mobile-bridge-cta{display:flex!important;align-items:center;justify-content:center;width:100%;min-height:48px;margin:16px 0 0!important;border:1px solid rgba(68,205,218,.28);border-radius:13px;background:rgba(43,194,210,.06);font-size:14px!important}
}
@media (max-width:360px){
  .mobile-state-block{padding:17px}
  .mobile-tool-strip{gap:7px}
  .mobile-tool-chip{padding-inline:4px}
  .mobile-tool-chip b{font-size:9px}
  .mobile-bridge-center{margin-inline:17px;padding:14px;gap:10px}
  .mobile-bridge-center img{width:78px;height:48px}
  .mobile-bridge-center strong{font-size:15px}
}
