:root{color-scheme:dark;--bg: #07110f;--bg-soft: #0d1916;--ink: #f5f7f4;--muted: #a8b5ae;--line: rgba(255, 255, 255, .12);--line-strong: rgba(255, 255, 255, .22);--primary: #05c3b6;--primary-soft: rgba(5, 195, 182, .18);--amber: #d39b20;--green: #58d68d;--panel: rgba(11, 22, 19, .86);--shadow: 0 26px 80px rgba(0, 0, 0, .42);font-family:Satoshi,Avenir Next,Segoe UI,sans-serif}:root[data-theme=light]{color-scheme:light;--bg: #f5f7f2;--bg-soft: #edf3ee;--ink: #10201c;--muted: #52645d;--line: rgba(12, 38, 32, .14);--line-strong: rgba(12, 38, 32, .24);--primary: #05a99f;--primary-soft: rgba(5, 169, 159, .14);--amber: #b87a12;--green: #248c55;--panel: rgba(255, 255, 255, .82);--shadow: 0 26px 80px rgba(9, 39, 32, .14)}*{box-sizing:border-box}html{background:var(--bg);scroll-behavior:smooth}body{margin:0;background:linear-gradient(180deg,#07110f61,#07110f 85%),radial-gradient(circle at 20% 0%,rgba(5,195,182,.15),transparent 35%),var(--bg);color:var(--ink);min-width:320px}:root[data-theme=light] body{background:linear-gradient(180deg,#ffffffc2,#f5f7f2 74%),radial-gradient(circle at 18% 0%,rgba(5,169,159,.16),transparent 34%),#f5f7f2}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}@keyframes fadeLift{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes imageReveal{0%{opacity:0;transform:scale(1.06);filter:saturate(.6) blur(8px)}to{opacity:.62;transform:scale(1);filter:saturate(1) blur(0)}}@keyframes visualFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes lineSweep{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes dotPulse{0%,to{box-shadow:0 0 #05c3b65c}50%{box-shadow:0 0 0 10px #05c3b600}}@keyframes dotDrift{0%{background-position:0 0,0 0}to{background-position:44px 44px,0 0}}@keyframes routeGlow{0%,to{opacity:.42;transform:scaleX(.35)}50%{opacity:.95;transform:scaleX(1)}}@keyframes orbitSpin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes routeDash{to{stroke-dashoffset:-540}}@keyframes nodeBreathe{0%,to{transform:scale(1);opacity:.92}50%{transform:scale(1.035);opacity:1}}@keyframes floatCard{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes connectorPulse{0%,to{opacity:.34;stroke-dashoffset:0}50%{opacity:.92}to{stroke-dashoffset:-180}}@keyframes ctaTrace{0%{background-position:0 0,0 0,0 0}to{background-position:160px 0,-120px 90px,0 0}}@keyframes ctaBeam{0%,to{opacity:.2;transform:translate(-22%) scaleX(.7)}50%{opacity:.78;transform:translate(18%) scaleX(1)}}.shell{width:min(1180px,calc(100% - 40px));margin:0 auto}.site-header{position:fixed;z-index:20;top:0;left:0;right:0;border-bottom:1px solid rgba(255,255,255,.08);background:#050c0bb8;backdrop-filter:blur(18px)}:root[data-theme=light] .site-header{background:#f6faf7e6;box-shadow:0 16px 44px #0f2a2314}.nav{height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px;font-weight:800}.brand-mark{width:34px;height:34px;border-radius:8px;background:linear-gradient(135deg,#07c8bc,#068f87);display:grid;place-items:center;box-shadow:0 14px 34px #05c3b647}.brand-mark svg{width:25px;height:25px}.nav-links{display:flex;align-items:center;gap:22px;color:var(--muted);font-size:14px}.nav-links a:hover{color:var(--ink)}.theme-toggle{display:inline-flex;align-items:center;gap:9px;border:1px solid var(--line-strong);border-radius:999px;padding:7px 10px;background:#ffffff0f;color:var(--ink);font:inherit;font-size:13px;font-weight:800;cursor:pointer}.theme-toggle:hover{border-color:#05c3b680}.theme-toggle-track{width:38px;height:20px;padding:2px;border-radius:999px;background:#05c3b638;display:flex;align-items:center}.theme-toggle-thumb{width:16px;height:16px;border-radius:50%;background:var(--primary);box-shadow:0 0 16px #05c3b66b;transform:translate(0);transition:transform .18s ease,background .18s ease}:root[data-theme=light] .theme-toggle{background:#ffffffb8}:root[data-theme=light] .theme-toggle-thumb{transform:translate(18px)}.hero{position:relative;min-height:78vh;display:grid;align-items:center;overflow:hidden;isolation:isolate}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#050c0beb,#050c0bad 40%,#050c0b3d),linear-gradient(180deg,#050c0b1a,#07110f);z-index:-1}:root[data-theme=light] .hero:before{background:linear-gradient(90deg,#f8fbf6f5,#f8fbf6d1 44%,#f8fbf65c),linear-gradient(180deg,#f8fbf633,#f5f7f2)}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:left top;opacity:.62;z-index:-2;animation:imageReveal 1.2s cubic-bezier(.16,1,.3,1) both}.hero-content{padding:132px 0 74px;max-width:760px}.hero-content>*{animation:fadeLift .78s cubic-bezier(.16,1,.3,1) both}.hero-content>*:nth-child(2){animation-delay:80ms}.hero-content>*:nth-child(3){animation-delay:.16s}.hero-content>*:nth-child(4){animation-delay:.24s}.eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--primary);text-transform:uppercase;font-size:12px;letter-spacing:0;font-weight:800}.eyebrow:before{content:"";width:28px;height:2px;background:var(--primary);transform-origin:left;animation:lineSweep .76s cubic-bezier(.16,1,.3,1) both}h1,h2,h3,p{margin:0}h1{margin-top:20px;max-width:720px;font-size:clamp(44px,5.8vw,78px);line-height:.94;letter-spacing:0}.hero-copy{margin-top:24px;max-width:620px;color:#d6dfd9;font-size:clamp(18px,2vw,22px);line-height:1.6}:root[data-theme=light] .hero-copy{color:#394c45}.hero-actions{margin-top:34px;display:flex;gap:14px;flex-wrap:wrap}.home-hero{min-height:86vh;padding-top:72px;background:radial-gradient(circle at 52% 48%,rgba(5,195,182,.2),transparent 24%),radial-gradient(circle at 85% 22%,rgba(211,155,32,.1),transparent 22%),linear-gradient(180deg,#06110f,#07110f)}:root[data-theme=light] .home-hero{background:radial-gradient(circle at 52% 48%,rgba(5,169,159,.14),transparent 24%),radial-gradient(circle at 85% 22%,rgba(184,122,18,.08),transparent 22%),linear-gradient(180deg,#eff7f3,#f5f7f2)}.home-hero:before{background:linear-gradient(180deg,#06110f14,#07110f),radial-gradient(circle,rgba(255,255,255,.06) 1px,transparent 1.5px);background-size:100% 100%,28px 28px;opacity:1}:root[data-theme=light] .home-hero:before{background:linear-gradient(180deg,#f5f7f214,#f5f7f2),radial-gradient(circle,rgba(5,169,159,.16) 1px,transparent 1.5px);background-size:100% 100%,28px 28px}.home-hero-orbit{position:absolute;left:50%;top:54%;width:min(860px,84vw);aspect-ratio:1;border:1px solid rgba(5,195,182,.12);border-radius:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:-1}.home-hero-orbit:before,.home-hero-orbit:after{content:"";position:absolute;inset:12%;border:1px solid rgba(255,255,255,.07);border-radius:inherit}.home-hero-orbit:after{inset:28%;border-color:#05c3b624;animation:orbitSpin 26s linear infinite}:root[data-theme=light] .home-hero-orbit{border-color:#05a99f29}:root[data-theme=light] .home-hero-orbit:before{border-color:#0c262014}.home-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.92fr) minmax(440px,1fr);gap:56px;align-items:center;padding:86px 0 80px}.home-hero-copy{max-width:720px}.home-hero-copy>*{animation:fadeLift .78s cubic-bezier(.16,1,.3,1) both}.home-hero-copy>*:nth-child(2){animation-delay:70ms}.home-hero-copy>*:nth-child(3){animation-delay:.14s}.home-hero-copy>*:nth-child(4){animation-delay:.21s}.home-hero-copy>*:nth-child(5){animation-delay:.28s}.hero-pill{display:inline-flex;align-items:center;gap:10px;min-height:42px;margin-bottom:26px;padding:0 18px;border:1px solid rgba(5,195,182,.22);border-radius:999px;background:#ffffff0b;color:#d8e6e1;font-size:14px;font-weight:800;box-shadow:0 16px 54px #0000002e}.hero-pill svg{width:18px;color:var(--primary)}:root[data-theme=light] .hero-pill{background:#ffffffb8;color:#203c35;box-shadow:0 16px 54px #0927201a}.home-hero h1{max-width:780px;font-size:clamp(54px,7vw,104px);line-height:.86}.home-hero h1:after{content:".";color:var(--primary)}.home-hero .hero-copy{max-width:680px}.home-hero-visual{position:relative;min-height:560px;display:grid;place-items:center;animation:fadeLift .9s cubic-bezier(.16,1,.3,1) .18s both}.workflow-map{width:min(100%,640px);overflow:visible}.map-panel{fill:#ffffff09;stroke:#ffffff1f;stroke-width:1}:root[data-theme=light] .map-panel{fill:#ffffff9e;stroke:#0c26201f}.map-grid-line{stroke:#ffffff0e;stroke-width:1}:root[data-theme=light] .map-grid-line{stroke:#0c262011}.connector{fill:none;stroke:url(#routeGradient);stroke-width:3.5;stroke-linecap:round;stroke-dasharray:14 14;opacity:.62;animation:connectorPulse 5s ease-in-out infinite}.connector-flow,.connector-insights{animation-delay:.7s}.connector-template{animation-delay:1.2s}.hub-node{transform-origin:320px 260px;animation:nodeBreathe 3.4s ease-in-out infinite}.hub-brand-mark path{fill:none;stroke:#eafffb;stroke-width:10;stroke-linecap:round;stroke-linejoin:round}.hub-brand-mark circle{fill:#eafffb}.hero-feature-node{position:absolute;z-index:2;width:210px;min-height:86px;display:flex;align-items:center;gap:14px;padding:15px;border:1px solid rgba(5,195,182,.26);border-radius:22px;background:linear-gradient(135deg,#05c3b61f,#ffffff06),#07110fdb;box-shadow:0 22px 48px #00000042;backdrop-filter:blur(16px);animation:floatCard 6s ease-in-out infinite}:root[data-theme=light] .hero-feature-node{background:linear-gradient(135deg,#05a99f1a,#ffffff8f),#ffffffd6;box-shadow:0 22px 48px #0927201f}.feature-node-icon{flex:0 0 auto;width:48px;height:48px;display:grid;place-items:center;border-radius:16px;color:var(--primary);background:#05c3b624;box-shadow:inset 0 0 0 1px #05c3b62e}:root[data-theme=light] .feature-node-icon{background:#05a99f1f}.feature-node-copy{min-width:0}.feature-node-copy small{display:block;color:var(--primary);font-size:11px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.feature-node-copy strong{display:block;margin-top:5px;color:var(--ink);font-size:16px;line-height:1.2}.node-inbox{left:22px;top:74px}.node-flow{right:20px;top:74px;animation-delay:.45s}.node-template{left:22px;bottom:78px;animation-delay:.8s}.node-insights{right:20px;bottom:78px;animation-delay:1.15s}.button{min-height:46px;display:inline-flex;align-items:center;gap:10px;border:1px solid var(--line-strong);border-radius:7px;padding:0 18px;font-weight:800;background:#ffffff0f}:root[data-theme=light] .button{background:#ffffffc2}.button.primary{background:var(--primary);color:#04100f;border-color:var(--primary)}.stats-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#0a1815b8}:root[data-theme=light] .stats-strip{background:#ffffff9e}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr)}.stat{padding:28px 26px;border-left:1px solid var(--line);animation:fadeLift .7s cubic-bezier(.16,1,.3,1) both}.stat:nth-child(2){animation-delay:80ms}.stat:nth-child(3){animation-delay:.16s}.stat:nth-child(4){animation-delay:.24s}.stat:first-child{border-left:0}.stat strong{display:block;font-size:28px}.stat span{display:block;margin-top:8px;color:var(--muted);line-height:1.45}section{padding:96px 0}.section-head{display:grid;grid-template-columns:minmax(0,.9fr) minmax(280px,.7fr);gap:48px;align-items:end;margin-bottom:42px}.section-head h2{font-size:clamp(34px,4vw,58px);line-height:1;letter-spacing:0}.section-head p{color:var(--muted);line-height:1.7;font-size:17px}.visual-frame{border:1px solid var(--line);background:var(--bg-soft);box-shadow:var(--shadow);overflow:hidden;animation:fadeLift .76s cubic-bezier(.16,1,.3,1) both}.visual-frame img{width:100%}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.feature-card{border:1px solid var(--line);border-radius:8px;background:#ffffff09;padding:26px;min-height:220px;animation:fadeLift .76s cubic-bezier(.16,1,.3,1) both;animation-delay:var(--delay, 0ms);transition:transform .18s ease,border-color .18s ease,background .18s ease}:root[data-theme=light] .feature-card,:root[data-theme=light] .product-feature,:root[data-theme=light] .journey-card,:root[data-theme=light] .case-card,:root[data-theme=light] .value-card,:root[data-theme=light] .industry-card{background:linear-gradient(145deg,#ffffffe6,#f0f7f3c2),#ffffffd1}.feature-card:hover{transform:translateY(-4px);border-color:#05c3b66b;background:#ffffff0e}:root[data-theme=light] .feature-card:hover,:root[data-theme=light] .product-feature:hover,:root[data-theme=light] .journey-card:hover,:root[data-theme=light] .case-card:hover,:root[data-theme=light] .value-card:hover,:root[data-theme=light] .industry-card:hover{background:linear-gradient(145deg,#fffffff5,#e5f7f3e6),#ffffffeb}.feature-card .icon{width:42px;height:42px;border-radius:8px;display:grid;place-items:center;color:var(--primary);background:var(--primary-soft);margin-bottom:28px}.feature-card h3{font-size:22px;margin-bottom:14px}.feature-card p{color:var(--muted);line-height:1.65}.product-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-feature-grid-text{align-items:stretch}.product-feature{display:flex;min-height:100%;flex-direction:column;border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#ffffff09;animation:fadeLift .76s cubic-bezier(.16,1,.3,1) both;transition:transform .18s ease,border-color .18s ease,background .18s ease}.product-feature-text{position:relative;min-height:260px;background:radial-gradient(circle at 18% 10%,rgba(5,195,182,.12),transparent 32%),#ffffff09}.product-feature-text:before{content:"";position:absolute;left:22px;top:24px;width:42px;height:4px;border-radius:999px;background:var(--primary)}:root[data-theme=light] .product-feature-text{background:radial-gradient(circle at 18% 10%,rgba(5,169,159,.12),transparent 32%),#ffffffd1}.product-feature:nth-child(2){animation-delay:70ms}.product-feature:nth-child(3){animation-delay:.14s}.product-feature:nth-child(4){animation-delay:.21s}.product-feature:nth-child(5){animation-delay:.28s}.product-feature:nth-child(6){animation-delay:.35s}.product-feature:hover{transform:translateY(-3px);border-color:#05c3b673;background:#ffffff0e}.product-feature img{width:100%;aspect-ratio:16 / 9;object-fit:cover;border-bottom:1px solid var(--line)}.product-feature-body{padding:22px}.product-feature-text .product-feature-body{display:grid;align-content:start;min-height:220px;padding:58px 26px 26px}.product-feature-body span{color:var(--primary);text-transform:uppercase;font-size:11px;letter-spacing:0;font-weight:900}.product-feature-body h3{margin-top:12px;margin-bottom:12px;font-size:21px}.product-feature-body p{color:var(--muted);line-height:1.6}.journey-grid,.case-grid,.value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.case-study-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.journey-card,.case-card,.value-card,.industry-card{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:16px;background:linear-gradient(145deg,#ffffff0f,#ffffff05),#050e0cd1;padding:24px;animation:fadeLift .76s cubic-bezier(.16,1,.3,1) both;animation-delay:var(--delay, 0ms);transition:transform .18s ease,border-color .18s ease,background .18s ease}.journey-card:hover,.case-card:hover,.value-card:hover,.industry-card:hover{transform:translateY(-4px);border-color:#05c3b661;background:linear-gradient(145deg,#05c3b61a,#ffffff06),#050e0ce0}.journey-card:before,.case-card:before,.value-card:before,.industry-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 0%,rgba(5,195,182,.16),transparent 34%);pointer-events:none}.journey-card>*,.case-card>*,.value-card>*,.industry-card>*{position:relative;z-index:1}.journey-card span,.case-card span,.industry-card span{display:inline-flex;color:var(--primary);font-size:12px;font-weight:900;text-transform:uppercase}.journey-card h3,.case-card h3,.value-card h3,.industry-card h3{margin-top:16px;margin-bottom:12px;font-size:24px;line-height:1.12}.journey-card p,.case-card p,.value-card p,.industry-card p{color:var(--muted);line-height:1.62}.use-case-pill,.case-outcome{margin-top:18px;padding:12px 14px;border:1px solid rgba(5,195,182,.2);border-radius:12px;background:#05c3b614;color:#dff7f4;line-height:1.55;font-size:14px}:root[data-theme=light] .use-case-pill,:root[data-theme=light] .case-outcome,:root[data-theme=light] .step-example{color:#123d37!important;background:#05a99f1a}.industry-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.industry-card{min-height:100%}.industry-index,.value-mark{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:var(--primary-soft);color:var(--primary);font-weight:900}.industry-card p+p{margin-top:12px}.industry-card strong{color:var(--ink)}.industry-card span{margin-top:18px;padding:8px 10px;border-radius:999px;background:#05c3b61a}.card-button{display:inline-flex;width:max-content;margin-top:18px;min-height:40px;align-items:center;justify-content:center;border:1px solid rgba(5,195,182,.34);border-radius:999px;padding:0 16px;color:var(--primary);background:#05c3b614;font-weight:900;transition:transform .18s ease,background .18s ease,border-color .18s ease}.card-button:hover{transform:translateY(-2px);border-color:var(--primary);background:#05c3b629}.value-card{min-height:230px}.case-study-card{display:flex;min-height:100%;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:#ffffff09;animation:fadeLift .76s cubic-bezier(.16,1,.3,1) both;animation-delay:var(--delay, 0ms);transition:transform .18s ease,border-color .18s ease,background .18s ease}.case-study-card:hover{transform:translateY(-4px);border-color:#05c3b66b;background:#ffffff0e}:root[data-theme=light] .case-study-card{background:#ffffffd1}.case-study-body{padding:22px}.case-study-body span{color:var(--primary);font-size:12px;font-weight:900;text-transform:uppercase}.case-study-body h3{margin-top:12px;margin-bottom:12px;font-size:24px;line-height:1.12}.case-study-body p{color:var(--muted);line-height:1.62}.case-study-body strong{display:inline-flex;margin-top:18px;color:var(--primary)}.case-visual{position:relative;min-height:340px;overflow:hidden;padding:34px;border:1px solid var(--line);border-radius:18px;background:radial-gradient(circle at 20% 20%,rgba(5,195,182,.14),transparent 30%),radial-gradient(circle at 82% 28%,rgba(211,155,32,.08),transparent 26%),linear-gradient(135deg,#07110f,#0e241f);box-shadow:var(--shadow);animation:fadeLift .9s cubic-bezier(.16,1,.3,1) .18s both}:root[data-theme=light] .case-visual{background:radial-gradient(circle at 20% 20%,rgba(5,169,159,.1),transparent 30%),radial-gradient(circle at 82% 28%,rgba(184,122,18,.06),transparent 26%),linear-gradient(135deg,#fff,#eaf5f1)}.case-visual:before{content:"";position:absolute;inset:0;background:radial-gradient(circle,rgba(255,255,255,.09) 1px,transparent 1.4px);background-size:22px 22px;opacity:.34}:root[data-theme=light] .case-visual:before{background:radial-gradient(circle,rgba(5,169,159,.14) 1px,transparent 1.4px)}.case-visual.mini{min-height:220px;padding:24px;border-radius:0;border-width:0 0 1px;box-shadow:none}.case-visual-hero{min-height:380px}.case-visual.hero-card{min-height:440px}.case-phone{position:absolute;z-index:1;left:50%;top:50%;width:min(calc(100% - 96px),360px);padding:22px;border:1px solid rgba(255,255,255,.14);border-radius:26px;background:#030c0ac2;backdrop-filter:blur(16px);transform:translate(-50%,-50%) rotate(-2deg);box-shadow:0 30px 80px #00000047}:root[data-theme=light] .case-phone{background:#ffffffc7;border-color:#0c262024}.case-phone span{display:block;width:46px;height:6px;margin:0 auto 22px;border-radius:999px;background:#ffffff3d}:root[data-theme=light] .case-phone span{background:#0c26202e}.case-phone strong,.case-phone em{display:block;margin-top:10px;border-radius:12px;padding:12px 14px;color:var(--ink);background:#05c3b624;font-style:normal;font-weight:900}.case-phone em{margin-left:34px;color:var(--muted);background:#ffffff14;font-weight:800}:root[data-theme=light] .case-phone em{background:#0c26200f}.case-orbit,.case-signal{position:absolute;z-index:1;border-radius:999px;border:1px solid rgba(5,195,182,.32)}.case-orbit.one{width:110px;height:110px;right:8%;top:12%;background:#05c3b629}.case-orbit.two{width:72px;height:72px;left:9%;bottom:12%;background:#d39b2024}.case-signal{width:18px;height:18px;right:22%;bottom:22%;background:var(--primary);box-shadow:0 0 0 14px #05c3b61f}.case-icon{position:absolute;z-index:1;left:28px;top:28px;width:54px;height:54px;display:grid;place-items:center;border-radius:18px;background:#05c3b6db;color:#03110f;font-size:28px;font-weight:900}.case-bubble{position:absolute;z-index:1;right:24px;top:42px;max-width:190px;padding:12px 14px;border-radius:14px;background:#ffffff14;color:var(--ink);font-weight:900}:root[data-theme=light] .case-bubble{background:#ffffff94}.case-bubble.small{top:auto;right:54px;bottom:34px;color:var(--primary)}.case-story-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.case-story-block{border:1px solid var(--line);border-radius:18px;padding:28px;background:#ffffff09}.case-story-block.accent{grid-column:1 / -1;background:linear-gradient(135deg,#05c3b629,#d39b2014),#ffffff0a}:root[data-theme=light] .case-story-block{background:#ffffffc7}.case-story-block span{color:var(--primary);font-size:12px;font-weight:900;text-transform:uppercase}.case-story-block h2{margin-top:18px;margin-bottom:14px;font-size:clamp(28px,3vw,42px);line-height:1.05}.case-story-block p{color:var(--muted);font-size:17px;line-height:1.7}.timeline{display:grid;grid-template-columns:minmax(280px,.82fr) minmax(460px,1.2fr);gap:34px;align-items:start;position:relative;overflow:hidden;border:1px solid var(--line);border-radius:18px;padding:34px;background:radial-gradient(circle,rgba(5,195,182,.16) 1px,transparent 1.4px),linear-gradient(135deg,#ffffff0b,#ffffff04);background-size:22px 22px,100% 100%;box-shadow:var(--shadow);animation:fadeLift .76s cubic-bezier(.16,1,.3,1) both,dotDrift 18s linear infinite}:root[data-theme=light] .timeline{background:radial-gradient(circle,rgba(5,169,159,.2) 1px,transparent 1.4px),linear-gradient(135deg,#ffffffdb,#ecf7f3b8)}.timeline:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 12% 20%,rgba(5,195,182,.18),transparent 28%),radial-gradient(circle at 86% 75%,rgba(211,155,32,.1),transparent 28%);pointer-events:none}.timeline>*{position:relative;z-index:1}.timeline-panel{position:sticky;top:104px;min-height:520px;display:flex;flex-direction:column;justify-content:space-between;gap:28px}.scenario-card{position:relative;overflow:hidden;border:1px solid rgba(5,195,182,.22);border-radius:18px;padding:22px;background:linear-gradient(145deg,#05c3b621,#040c0ac7),#040c0ab8;box-shadow:0 20px 58px #00000047;animation:fadeLift .76s cubic-bezier(.16,1,.3,1) .14s both}:root[data-theme=light] .scenario-card{background:linear-gradient(145deg,#05a99f1f,#ffffffe6),#ffffffe0}.scenario-card:before{content:"";position:absolute;inset:-1px;background:radial-gradient(circle at 18% 10%,rgba(5,195,182,.32),transparent 28%),linear-gradient(120deg,transparent,rgba(255,255,255,.08),transparent);opacity:.7;pointer-events:none}.scenario-card>*{position:relative;z-index:1}.scenario-kicker{display:inline-flex;margin-bottom:14px;color:var(--primary);font-size:12px;font-weight:900;text-transform:uppercase}.scenario-card h3{font-size:24px;line-height:1.15;margin-bottom:12px}.scenario-card p{color:#d2dfda;line-height:1.6}:root[data-theme=light] .scenario-card p{color:#43564f}.scenario-card strong{color:var(--ink)}.scenario-route{position:relative;display:grid;gap:10px;margin-top:22px}.scenario-route:before{content:"";position:absolute;left:13px;top:16px;bottom:16px;width:2px;background:#05c3b63d}.scenario-route:after{content:"";position:absolute;left:13px;top:16px;width:2px;height:calc(100% - 32px);transform-origin:top;background:var(--primary);animation:routeGlow 3s ease-in-out infinite}.scenario-route span{position:relative;display:flex;align-items:center;gap:10px;min-height:34px;padding:7px 12px 7px 38px;border:1px solid rgba(255,255,255,.09);border-radius:999px;background:#020b099e;color:#dff7f4;font-size:13px;font-weight:800}:root[data-theme=light] .scenario-route span{background:#ffffffc7;color:#123d37}.scenario-route span:before{content:"";position:absolute;left:8px;width:12px;height:12px;border:3px solid rgba(5,195,182,.28);border-radius:50%;background:var(--primary);box-shadow:0 0 18px #05c3b673}.steps{position:relative;display:grid;gap:14px;border-top:0}.steps:before{content:"";position:absolute;left:23px;top:18px;bottom:18px;width:1px;background:linear-gradient(180deg,#05c3b600,#05c3b68c,#05c3b600);opacity:.68}.step{display:grid;grid-template-columns:48px 1fr;gap:16px;padding:16px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:#040c0ab8;backdrop-filter:blur(10px);animation:fadeLift .72s cubic-bezier(.16,1,.3,1) both;animation-delay:var(--delay, 0ms);transition:transform .18s ease,border-color .18s ease,background .18s ease}:root[data-theme=light] .step{background:#ffffffbd}.step:hover{transform:translate(4px);border-color:#05c3b657;background:#061411db}:root[data-theme=light] .step:hover{background:#ffffffeb}.step-num{position:relative;z-index:1;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at 35% 30%,#13e1d3,#078f86);color:#03110f;font-weight:900;font-size:14px;animation:dotPulse 2.6s ease-in-out infinite}.step h3{font-size:18px;margin-bottom:6px}.step p{color:var(--muted);line-height:1.55}.step-example{margin-top:12px;padding:10px 12px;border-left:2px solid var(--primary);border-radius:0 10px 10px 0;background:#05c3b614;color:#d7f5f1!important;font-size:14px}.showcase-split{display:grid;grid-template-columns:1fr 1fr;gap:18px}.showcase-split-wide{grid-template-columns:repeat(2,minmax(0,1fr))}.motion-card{animation-delay:var(--delay, 0ms)}.feature-hero{position:relative;padding:142px 0 82px;overflow:hidden;border-bottom:1px solid var(--line);background:radial-gradient(circle at 80% 12%,rgba(5,195,182,.2),transparent 34%),linear-gradient(180deg,#07110fdb,#07110f)}:root[data-theme=light] .feature-hero{background:radial-gradient(circle at 84% 12%,rgba(5,169,159,.18),transparent 32%),linear-gradient(180deg,#eef6f2,#f7faf5)}.feature-hero:before{content:"";position:absolute;inset:auto 0 0;height:260px;background:linear-gradient(180deg,transparent,rgba(5,195,182,.08));pointer-events:none}:root[data-theme=light] .feature-hero:before{inset:0;height:auto;background:linear-gradient(90deg,#f7faf5fa,#f7faf5e0 40%,#f7faf542),radial-gradient(circle at 18% 18%,rgba(5,169,159,.12),transparent 34%)}.feature-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.78fr) minmax(420px,1fr);gap:46px;align-items:center}.feature-hero-copy>*{animation:fadeLift .78s cubic-bezier(.16,1,.3,1) both}.feature-hero-copy>*:nth-child(2){animation-delay:70ms}.feature-hero-copy>*:nth-child(3){animation-delay:.14s}.feature-hero-copy>*:nth-child(4){animation-delay:.21s}.feature-hero-copy>*:nth-child(5){animation-delay:.28s}.feature-hero h1{font-size:clamp(44px,5.6vw,78px)}:root[data-theme=light] .feature-hero h1{color:#10201c}.feature-hero-visual{position:relative;border:1px solid rgba(255,255,255,.16);border-radius:16px;overflow:hidden;background:#ffffff0d;box-shadow:var(--shadow);animation:fadeLift .9s cubic-bezier(.16,1,.3,1) .18s both}:root[data-theme=light] .feature-hero-visual{border-color:#0c26202e;box-shadow:0 26px 80px #0927202e}.feature-hero-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.18),transparent 36%);pointer-events:none}:root[data-theme=light] .feature-hero-visual:after{background:linear-gradient(135deg,rgba(255,255,255,.28),transparent 40%)}.feature-hero-visual img{width:100%;aspect-ratio:16 / 10;object-fit:cover;object-position:left top}.back-link{display:inline-flex;width:max-content;margin-bottom:24px;color:var(--muted);font-weight:800;font-size:14px}.back-link:hover{color:var(--primary)}.caption{padding:14px 16px 16px;color:var(--muted);border-top:1px solid var(--line);font-size:14px;line-height:1.5}.proof{background:#08120f;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}:root[data-theme=light] .proof{background:#edf4ef}.cta-band{position:relative;overflow:hidden;padding:86px 0;background:radial-gradient(circle at 16% 18%,rgba(5,195,182,.2),transparent 30%),radial-gradient(circle at 82% 60%,rgba(211,155,32,.1),transparent 28%),linear-gradient(120deg,#062f28,#102114);box-shadow:inset 0 1px #ffffff14,inset 0 -1px #ffffff14,inset 0 38px 90px #ffffff06,inset 0 -62px 120px #00000047}.cta-band:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0 18%,rgba(5,195,182,.16) 18% 18.2%,transparent 18.2% 82%,rgba(5,195,182,.12) 82% 82.2%,transparent 82.2% 100%),linear-gradient(0deg,transparent 0 28%,rgba(255,255,255,.08) 28% 28.2%,transparent 28.2% 72%,rgba(255,255,255,.06) 72% 72.2%,transparent 72.2% 100%),radial-gradient(circle,rgba(255,255,255,.09) 1px,transparent 1.5px);background-size:160px 100%,100% 90px,24px 24px;mask-image:linear-gradient(90deg,transparent,#000 18%,#000 82%,transparent);opacity:.54;animation:ctaTrace 18s linear infinite;pointer-events:none}.cta-band:after{content:"";position:absolute;left:12%;right:12%;bottom:0;height:2px;border-radius:999px;background:linear-gradient(90deg,transparent,var(--primary),rgba(211,155,32,.8),transparent);transform-origin:center;animation:ctaBeam 4.4s ease-in-out infinite;pointer-events:none}:root[data-theme=light] .cta-band{background:radial-gradient(circle at 12% 10%,rgba(5,169,159,.18),transparent 34%),radial-gradient(circle at 90% 82%,rgba(184,122,18,.08),transparent 32%),linear-gradient(120deg,#eff8f4,#f3f5e9);box-shadow:inset 0 1px #ffffffc7,inset 0 -1px #0c262014,inset 0 36px 88px #ffffff6b,inset 0 -54px 110px #0927200b}:root[data-theme=light] .cta-band:before{background:radial-gradient(circle at 10% 18%,rgba(5,169,159,.16),transparent 28%),radial-gradient(circle at 88% 74%,rgba(184,122,18,.08),transparent 28%),radial-gradient(circle,rgba(5,169,159,.12) 1px,transparent 1.4px);background-size:100% 100%,100% 100%,28px 28px;mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent);opacity:.42}.cta-content{position:relative;z-index:1;display:grid;grid-template-columns:1fr auto;gap:36px;align-items:center}.cta-content:before{content:"";position:absolute;inset:-28px;z-index:-1;border:1px solid rgba(255,255,255,.08);border-radius:26px;background:linear-gradient(135deg,rgba(255,255,255,.055),transparent 48%),#030d0b1f;box-shadow:inset 0 0 42px #05c3b60d,0 24px 90px #00000029}:root[data-theme=light] .cta-content:before{border-color:#0c262014;background:linear-gradient(135deg,rgba(255,255,255,.78),rgba(255,255,255,.28) 62%,transparent),#fff3;box-shadow:inset 0 0 42px #05a99f14,0 24px 90px #0927200e}.cta-content h2{font-size:clamp(34px,4vw,56px);line-height:1.05}.cta-content p{margin-top:16px;color:#d3ded8;max-width:660px;line-height:1.7}:root[data-theme=light] .cta-content p{color:#43564f}.site-footer{padding:58px 0 28px;color:var(--muted);border-top:1px solid var(--line);background:radial-gradient(circle at 12% 0%,rgba(255,255,255,.06),transparent 28%),#040c0ad1}:root[data-theme=light] .site-footer{background:radial-gradient(circle at 12% 0%,rgba(12,38,32,.08),transparent 28%),#f7faf5}.footer-grid{display:grid;grid-template-columns:1.35fr .7fr .7fr .9fr;gap:42px;padding:0 0 36px}.footer-brand p{margin-top:18px;max-width:380px;line-height:1.7}.footer-column{display:grid;align-content:start;gap:13px}.footer-column h3{color:var(--ink);font-size:16px;margin-bottom:8px}.footer-column a,.footer-column span{color:var(--muted);line-height:1.5}.footer-column a:hover{color:var(--primary)}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:22px;border-top:1px solid var(--line);font-size:14px}.chatbot-widget{position:fixed;z-index:40;right:24px;bottom:24px}.chatbot-launcher{width:58px;height:58px;display:grid;place-items:center;border:1px solid rgba(5,195,182,.42);border-radius:18px;background:linear-gradient(135deg,#09cfc2,#078b84);color:#03110f;box-shadow:0 22px 52px #05c3b63d;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.chatbot-launcher:hover{transform:translateY(-3px);box-shadow:0 26px 60px #05c3b657}.chatbot-panel{position:absolute;right:0;bottom:72px;width:min(390px,calc(100vw - 32px));max-height:min(720px,calc(100vh - 110px));display:grid;grid-template-rows:auto minmax(0,1fr) auto auto;overflow:hidden;padding:0;border:1px solid rgba(5,195,182,.24);border-radius:22px;background:radial-gradient(circle at 18% 0%,rgba(5,195,182,.14),transparent 32%),#06100ef5;box-shadow:0 30px 90px #0000006b;backdrop-filter:blur(18px);opacity:0;pointer-events:none;transform:translateY(14px) scale(.98);transition:opacity .18s ease,transform .18s ease}:root[data-theme=light] .chatbot-panel{background:radial-gradient(circle at 18% 0%,rgba(5,169,159,.12),transparent 32%),#fffffff5;box-shadow:0 30px 90px #0927202e}.chatbot-widget.is-open .chatbot-panel{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.chatbot-header{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px;border-bottom:1px solid var(--line);background:#ffffff05}.chatbot-title{display:flex;align-items:center;gap:12px}.chatbot-title>span{width:36px;height:36px;display:grid;place-items:center;border-radius:12px;color:var(--primary);background:var(--primary-soft)}.chatbot-title strong,.chatbot-title small{display:block}.chatbot-title small{margin-top:2px;color:var(--muted);font-size:12px}.chatbot-header button{width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--line);border-radius:10px;background:#ffffff0a;color:var(--ink);cursor:pointer}.chatbot-messages{min-height:180px;max-height:none;display:flex;flex-direction:column;gap:10px;overflow-y:auto;padding:14px;overscroll-behavior:contain}.chat-message{max-width:86%;padding:11px 13px;border-radius:14px;color:var(--ink);line-height:1.5;font-size:14px}.chat-message p{white-space:pre-wrap}.chat-message p+p,.chat-message ul,.chat-message ol{margin-top:10px}.chat-message ul,.chat-message ol{padding-left:20px}.chat-message li+li{margin-top:6px}.chat-message a{color:var(--primary);font-weight:800;text-decoration:underline;text-underline-offset:3px}.chat-message code{padding:2px 5px;border-radius:6px;background:#05c3b61f;color:var(--ink)}.chat-message strong{font-weight:900;color:var(--ink)}.chat-message p br{display:block;content:"";margin-top:7px}.chat-line-marker{font-weight:900;color:var(--primary)}.chat-message.bot{align-self:flex-start;background:#fff1;border:1px solid var(--line)}:root[data-theme=light] .chat-message.bot{background:#0c26200e}.chat-message.user{align-self:flex-end;background:var(--primary);color:#03110f;font-weight:700}.chat-message.loading p{opacity:.68}.chatbot-suggestions{display:flex;flex-wrap:wrap;gap:8px;max-height:104px;overflow-y:auto;padding:10px 14px 12px;border-top:1px solid var(--line);background:#ffffff05}.chatbot-suggestions button{white-space:nowrap;border:1px solid rgba(5,195,182,.24);border-radius:999px;padding:8px 10px;background:#05c3b614;color:var(--primary);font:inherit;font-size:12px;font-weight:800;cursor:pointer}.chatbot-form{display:grid;grid-template-columns:1fr 42px;gap:10px;padding:12px 14px;border-top:1px solid var(--line);background:#ffffff06}.chatbot-form input{height:42px;width:100%;min-width:0;border:1px solid var(--line);border-radius:12px;padding:0 13px;background:#00000038;color:var(--ink);font:inherit;outline:none}:root[data-theme=light] .chatbot-form input{background:#ffffffd1}.chatbot-form input:focus{border-color:#05c3b699}.chatbot-form button{height:42px;display:grid;place-items:center;border:0;border-radius:12px;background:var(--primary);color:#03110f;cursor:pointer}.chatbot-form button:disabled,.chatbot-form input:disabled{cursor:wait;opacity:.72}@media(max-width:900px){.nav-links{display:none}.stats-grid,.feature-grid,.product-feature-grid,.case-study-grid,.case-story-grid,.journey-grid,.case-grid,.value-grid,.industry-grid,.timeline,.showcase-split,.showcase-split-wide,.section-head,.cta-content,.feature-hero-grid,.home-hero-grid{grid-template-columns:1fr}.stat{border-left:0;border-top:1px solid var(--line)}.stat:first-child{border-top:0}section{padding:70px 0}.hero{min-height:74vh}.hero-content{padding:112px 0 58px}.home-hero{min-height:auto}.home-hero-grid{padding:72px 0 58px;gap:26px}.home-hero h1{font-size:clamp(48px,13vw,76px)}.home-hero-visual{min-height:460px}.feature-hero{padding:118px 0 64px}.timeline-panel{position:relative;top:auto;min-height:0}.footer-grid{grid-template-columns:1fr}.case-story-block.accent{grid-column:auto}.cta-content:before{inset:-20px -14px;border-radius:20px}}@media(max-width:560px){.shell{width:min(100% - 28px,1180px)}.hero-copy{font-size:17px}h1{font-size:44px}.button{width:100%;justify-content:center}.hero-pill{width:100%;justify-content:center;text-align:center}.home-hero-visual{min-height:390px;margin-inline:-12px}.workflow-map{width:118%}.hero-feature-node{width:158px;min-height:70px;gap:10px;padding:11px;border-radius:16px}.feature-node-icon{width:38px;height:38px;border-radius:12px}.feature-node-icon svg{width:22px;height:22px}.feature-node-copy strong{font-size:13px}.node-inbox{left:18px;top:58px}.node-flow{right:18px;top:58px}.node-template{left:18px;bottom:56px}.node-insights{right:18px;bottom:56px}.feature-card{padding:22px}.footer-bottom{flex-direction:column}.theme-toggle-text{display:none}.chatbot-widget{right:14px;bottom:14px}.chatbot-panel{bottom:68px;max-height:min(640px,calc(100vh - 92px))}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:1ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:1ms!important}}
