@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/ibm-plex-sans-latin-400-normal-CDDApCn2.woff2)format("woff2"),url(/assets/ibm-plex-sans-latin-400-normal-CYLoc0-x.woff)format("woff")}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/ibm-plex-sans-latin-600-normal-CuJfVYMP.woff2)format("woff2"),url(/assets/ibm-plex-sans-latin-600-normal-Cu4Hd6ag.woff)format("woff")}@font-face{font-family:IBM Plex Mono;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/ibm-plex-mono-latin-600-normal-BgSNZQsw.woff2)format("woff2"),url(/assets/ibm-plex-mono-latin-600-normal-DWFSQ4vo.woff)format("woff")}:root{--font-display:"IBM Plex Sans", system-ui, sans-serif;--font-body:"IBM Plex Sans", system-ui, sans-serif;--font-mono:"IBM Plex Mono", monospace;--text-xs:.6875rem;--text-label:.75rem;--text-sm:.8125rem;--text-body:.9375rem;--text-base:1rem;--text-card:1rem;--font-normal:400;--font-medium:600;--font-semibold:600;--font-bold:600;--leading-tight:1.2;--leading-normal:1.55;--leading-relaxed:1.65;--ink:#102d24;--ink-soft:#415d54;--night:#020d0a;--green:#0b5d3b;--green-bright:#8edb1f;--green-soft:#e8f5ed;--yellow:#ffd11a;--yellow-deep:#896400;--brand-gold:var(--yellow-deep);--brand-gold-on-dark:var(--yellow);--text-on-dark:#ffffffd6;--text-on-dark-secondary:#ffffffc2;--text-on-dark-muted:#ffffffad;--paper:#f7f9f6;--paper-green:#eff5f0;--white:#fff;--line:#102d241f;--line-dark:#ffffff1c;--shadow:0 16px 44px #09251c14;--radius-sm:12px;--radius-md:18px;--radius-lg:24px;--motion-fast:.18s;--motion-normal:.52s;--motion-slow:.76s;--motion-ease:cubic-bezier(.22,1,.36,1);color:var(--ink);font-family:var(--font-body);font-synthesis:none;text-rendering:optimizelegibility}*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-padding-top:84px}body{background:var(--paper);min-width:0;min-height:100vh;color:var(--ink);font-weight:var(--font-normal);line-height:var(--leading-normal);margin:0}body,button,a{font-family:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{color:inherit}:focus-visible{outline:3px solid var(--yellow);outline-offset:3px}img,svg{display:block}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:var(--font-display);font-weight:var(--font-semibold);letter-spacing:-.018em}strong{font-weight:var(--font-semibold)}.container{width:min(1180px,100% - 48px);margin:0 auto}.section{padding:96px 0;position:relative}.section--light{background:var(--white)}.skip-link{z-index:200;background:var(--yellow);color:#102319;font-size:var(--text-sm);font-weight:var(--font-semibold);transition:transform var(--motion-fast) ease;border-radius:9px;padding:10px 14px;position:fixed;top:10px;left:14px;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.motion-enabled [data-reveal]{--reveal-y:18px;opacity:0;transform:translate3d(0,var(--reveal-y),0);transition:opacity var(--motion-normal) var(--motion-ease),transform var(--motion-normal) var(--motion-ease)}.motion-enabled [data-reveal].is-revealed{--reveal-y:0px;opacity:1;transform:none}.motion-enabled [data-reveal-child]{opacity:0;transform:translateY(12px)}.motion-enabled .is-revealed [data-reveal-child]{opacity:1;transition:opacity var(--motion-normal) var(--motion-ease),transform var(--motion-normal) var(--motion-ease);transition-delay:calc(90ms + var(--child-order,0) * 90ms);transform:none}.site-header{z-index:100;min-height:68px;color:var(--white);background:#020d0af7;border-bottom:1px solid #ffffff14;grid-template-columns:auto 1fr auto;align-items:center;gap:32px;padding:0 max(24px,50vw - 590px);display:grid;position:fixed;top:0;left:0;right:0}.site-header__logo{z-index:2;position:relative}.site-header__nav{justify-content:center;align-items:center;gap:24px;display:flex}.site-header__nav a{color:var(--text-on-dark-secondary);font-size:var(--text-label);font-weight:var(--font-semibold);padding:24px 0;position:relative}.site-header__nav a:after{background:var(--yellow);content:"";opacity:0;height:2px;transition:all .18s;position:absolute;bottom:17px;left:0;right:0;transform:scaleX(.4)}.site-header__nav a:hover,.site-header__nav a:focus-visible{color:var(--white)}.site-header__nav a:hover:after,.site-header__nav a:focus-visible:after{opacity:1;transform:scaleX(1)}.company-mark{color:var(--ink);white-space:nowrap;align-items:center;gap:11px;display:inline-flex}.company-mark>img{-o-object-fit:contain;object-fit:contain;width:52px;height:52px}.company-mark>span{font-size:1.55rem;font-weight:var(--font-bold);letter-spacing:-.04em}.company-mark strong{color:var(--brand-gold);font-weight:inherit}.company-mark--dark{color:var(--white)}.company-mark--dark strong{color:var(--brand-gold-on-dark)}.company-mark--compact{gap:8px}.company-mark--compact>img{width:38px;height:38px}.company-mark--compact>span{font-size:1.12rem}.button{min-height:50px;font-size:var(--text-body);font-weight:var(--font-semibold);border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:10px;padding:0 24px;transition:all .18s;display:inline-flex}.button svg{width:18px;transition:transform var(--motion-fast) var(--motion-ease)}.button:hover,.button:focus-visible{transform:translateY(-2px)}.button:hover svg,.button:focus-visible svg{transform:translate(3px)}.button--primary{background:var(--yellow);color:#102218;box-shadow:0 14px 32px #ffd11a2e}.button--primary:hover,.button--primary:focus-visible{background:#ffdc3f}.button--ghost,.button--outline{color:var(--white);border-color:#ffffff38}.button--ghost:hover,.button--ghost:focus-visible,.button--outline:hover,.button--outline:focus-visible{background:#ffd11a12;border-color:#ffd11ab8}.button--small{min-height:40px;font-size:var(--text-label);padding:0 18px}.menu-toggle{border-radius:var(--radius-sm);background:0 0;border:1px solid #ffffff29;justify-content:center;align-items:center;width:44px;height:44px;display:none}.menu-toggle svg{width:20px}.mobile-menu{display:none}.hero{min-height:720px;color:var(--white);background:radial-gradient(circle at 72% 36%,#1977492e,#0000 34%),linear-gradient(135deg,#020b09 0%,#04150f 58%,#061b13 100%);padding:122px 0 72px;position:relative;overflow:hidden}.hero:before{content:"";background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:64px 64px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#0000 4%,#000 45% 92%,#0000);mask-image:linear-gradient(90deg,#0000 4%,#000 45% 92%,#0000)}.hero__content{z-index:2;grid-template-columns:minmax(0,.84fr) minmax(560px,1.16fr);align-items:center;gap:54px;display:grid;position:relative}.eyebrow{color:var(--green-bright);font-family:var(--font-mono);font-size:var(--text-label);font-weight:var(--font-semibold);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:10px;margin-bottom:22px;display:inline-flex}.eyebrow>span{background:currentColor;width:28px;height:1px}.hero h1{max-width:560px;color:var(--white);margin-bottom:24px;font-size:clamp(2.75rem,4vw,3.45rem);line-height:1.05}.hero h1 em{color:var(--yellow);font-style:normal;display:block}.hero__lead{max-width:580px;color:var(--text-on-dark);margin-bottom:28px;font-size:1rem;line-height:1.7}.hero__actions{align-items:center;gap:16px;display:flex}.hero__signals{color:var(--text-on-dark-muted);font-size:.75rem;font-weight:var(--font-semibold);flex-wrap:wrap;gap:16px 20px;margin-top:32px;display:flex}.hero__signals span{align-items:center;gap:7px;display:inline-flex}.hero__signals svg{width:15px;color:var(--yellow)}.motion-enabled .hero [data-hero-step]{opacity:0;transform:translateY(14px)}.motion-enabled .hero.is-initialized [data-hero-step]{opacity:1;transition:opacity var(--motion-normal) var(--motion-ease),transform var(--motion-normal) var(--motion-ease);transition-delay:calc(70ms + var(--hero-step,0) * 90ms);transform:none}.motion-enabled .hero [data-hero-panel]{opacity:0;transform:translateY(14px)scale(.992)}.motion-enabled .hero.is-initialized [data-hero-panel]{opacity:1;transition:opacity var(--motion-slow) var(--motion-ease) .19s,transform var(--motion-slow) var(--motion-ease) .19s;transform:none}.motion-enabled .hero [data-map-step]{opacity:0;transform:translateY(8px)}.motion-enabled .hero.is-initialized [data-map-step]{opacity:1;transition:opacity var(--motion-normal) var(--motion-ease),transform var(--motion-normal) var(--motion-ease);transition-delay:calc(.36s + var(--map-step,0) * 75ms);transform:none}.ecosystem-visual{background:radial-gradient(circle at 50% 48%,#14764829,#0000 31%),linear-gradient(145deg,#09241af5,#020e0afa);border:1px solid #ffffff1f;border-radius:26px;padding:18px 20px 16px;position:relative;overflow:hidden;box-shadow:0 34px 86px #00000057}.ecosystem-visual:before{content:"";pointer-events:none;background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:34px 34px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle,#000 18%,#0000 78%);mask-image:radial-gradient(circle,#000 18%,#0000 78%)}.ecosystem-visual__header{z-index:5;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:16px;min-height:42px;padding-bottom:12px;display:flex;position:relative}.ecosystem-visual__header p,.ecosystem-visual__status{color:var(--text-on-dark-muted);font-family:var(--font-mono);font-size:var(--text-label);font-weight:var(--font-semibold);letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:8px;margin:0;display:inline-flex}.ecosystem-visual__header p>span{background:var(--green-bright);width:22px;height:1px}.ecosystem-visual__status{color:var(--text-on-dark);letter-spacing:.03em;text-transform:none;border:1px solid #8edb1f33;border-radius:999px;padding:6px 9px}.ecosystem-visual__status i{background:var(--green-bright);border-radius:50%;width:6px;height:6px;box-shadow:0 0 10px #8edb1fa6}.ecosystem-visual__canvas{height:420px;position:relative}.ecosystem-ring{z-index:0;border:1px solid #ffffff12;border-radius:50%;display:block;position:absolute;top:50%;left:50%;translate:-50% -50%}.ecosystem-ring--outer{border-color:#ffd11a1c;width:346px;height:346px}.ecosystem-ring--inner{border-color:#8edb1f1f;width:232px;height:232px}.ecosystem-ring i{background:#092319;border:1px solid #ffffff80;border-radius:50%;width:8px;height:8px;position:absolute;top:-4px;left:50%;box-shadow:0 0 12px #8edb1f6b}.ecosystem-ring--outer i{background:var(--yellow);box-shadow:0 0 12px #ffd11a80}.ecosystem-link{--link-angle:0deg;--link-length:160px;z-index:1;width:var(--link-length);height:1px;rotate:var(--link-angle);transform-origin:0;background:linear-gradient(90deg,#8edb1f29,#ffd11a38);display:block;position:absolute;top:50%;left:50%}.ecosystem-link span{background:var(--yellow);opacity:0;border-radius:50%;width:5px;height:5px;position:absolute;top:-2px;left:0;box-shadow:0 0 10px #ffd11acc}.ecosystem-link--top{--link-angle:-90deg;--link-length:158px}.ecosystem-link--right-top{--link-angle:-20deg;--link-length:220px}.ecosystem-link--right-bottom{--link-angle:24deg;--link-length:220px}.ecosystem-link--bottom{--link-angle:90deg;--link-length:158px}.ecosystem-link--left-bottom{--link-angle:156deg;--link-length:220px}.ecosystem-link--left-top{--link-angle:200deg;--link-length:220px}.ecosystem-core{z-index:3;background:radial-gradient(circle at 50% 36%,#ffd11a1f,#051b13fa 64%);border:1px solid #ffd11a3d;border-radius:50%;align-content:center;justify-items:center;width:142px;height:142px;display:grid;position:absolute;top:50%;left:50%;translate:-50% -50%;box-shadow:0 0 0 12px #8edb1f06,0 24px 50px #00000057}.ecosystem-core:after{border-radius:inherit;content:"";border:1px solid #8edb1f21;position:absolute;inset:-13px}.ecosystem-core__mark{place-items:center;width:58px;height:58px;margin-bottom:4px;display:grid}.ecosystem-core__mark img{-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 6px 14px #0000004d);width:100%;height:100%}.ecosystem-core strong{color:var(--white);letter-spacing:-.02em;font-size:.95rem}.ecosystem-core small{color:var(--text-on-dark-muted);margin-top:2px;font-size:.7rem}.ecosystem-node{z-index:4;width:148px;min-height:72px;transition:border-color var(--motion-fast) ease,background var(--motion-fast) ease,box-shadow var(--motion-fast) ease,scale var(--motion-fast) var(--motion-ease);background:#051d15f0;border:1px solid #ffffff1c;border-radius:15px;align-content:center;gap:3px;padding:9px 11px;display:grid;position:absolute;box-shadow:0 14px 34px #00000038}.ecosystem-node:before{background:var(--node-accent);content:"";opacity:.74;border-radius:2px;width:2px;position:absolute;top:9px;bottom:9px;left:-1px}.ecosystem-node--product{--node-accent:var(--yellow);background:linear-gradient(145deg,#ffd11a0e,#051d15f5 54%);border-color:#ffd11a29}.ecosystem-node--capability{--node-accent:var(--green-bright);border-color:#8edb1f21}.ecosystem-node .product-identity{min-width:0}.ecosystem-node .product-mark{border-radius:9px;width:34px;height:34px}.ecosystem-node .product-identity__name{font-size:.76rem}.ecosystem-node p{color:var(--text-on-dark-muted);margin:0;font-size:.7rem;line-height:1.35}.ecosystem-node--top{top:10px;left:50%;translate:-50%}.ecosystem-node--right-top{top:90px;right:0}.ecosystem-node--right-bottom{bottom:68px;right:0}.ecosystem-node--bottom{bottom:0;left:50%;translate:-50%}.ecosystem-node--left-bottom{bottom:68px;left:0}.ecosystem-node--left-top{top:90px;left:0}.ecosystem-node:hover{border-color:color-mix(in srgb,var(--node-accent) 42%,transparent);box-shadow:0 18px 42px #0000004d,0 0 0 4px color-mix(in srgb,var(--node-accent) 5%,transparent);background-color:#0a2b1ffa;scale:1.025}.ecosystem-visual__legend{z-index:5;border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px 17px;padding-top:13px;display:flex;position:relative}.ecosystem-visual__legend span{color:var(--text-on-dark-muted);align-items:center;gap:6px;font-size:.7rem;display:inline-flex}.ecosystem-visual__legend span>i{border-radius:2px;width:8px;height:8px}.ecosystem-visual__legend-product{background:var(--yellow)}.ecosystem-visual__legend-capability{background:var(--green-bright)}.ecosystem-visual__legend svg{width:13px;color:var(--yellow)}.motion-enabled .hero.is-initialized .ecosystem-ring--outer{animation:34s linear infinite ecosystem-ring-spin}.motion-enabled .hero.is-initialized .ecosystem-ring--inner{animation:25s linear infinite reverse ecosystem-ring-spin}.motion-enabled .hero.is-initialized .ecosystem-link span{animation:3.8s linear infinite ecosystem-signal;animation-delay:var(--signal-delay)}.motion-enabled .hero.is-initialized .ecosystem-core:after{animation:3.6s ease-in-out infinite ecosystem-core-breathe}.motion-enabled .hero.is-initialized .ecosystem-node:before{animation:7s ease-in-out infinite ecosystem-node-light;animation-delay:calc(var(--map-step,0) * -620ms)}@keyframes ecosystem-ring-spin{to{rotate:360deg}}@keyframes ecosystem-signal{0%{opacity:0;left:0}14%,74%{opacity:.9}to{opacity:0;left:100%}}@keyframes ecosystem-core-breathe{0%,to{opacity:.42;scale:.96}50%{opacity:.9;scale:1.04}}@keyframes ecosystem-node-light{0%,to{opacity:.42}50%{opacity:.9}}.product-mark{--mark-accent:var(--green);--mark-node:var(--yellow-deep);border:1px solid color-mix(in srgb,var(--mark-accent) 30%,transparent);background:linear-gradient(145deg,var(--white),color-mix(in srgb,var(--mark-accent) 7%,var(--white)));border-radius:14px;flex:none;place-items:center;display:grid;position:relative;overflow:hidden;box-shadow:0 8px 24px #0b1f1b12}.product-mark__symbol{width:91%;height:91%;color:var(--mark-accent);position:absolute;overflow:visible}.product-mark__lines path{stroke:currentColor;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round}.product-mark__nodes circle{fill:var(--mark-node);stroke:var(--white);stroke-width:1.25px}.product-mark .product-mark__emblem{z-index:2;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 2px 3px #05211a24);width:42%;height:42%;position:relative}.product-mark--medium{width:56px;height:56px}.product-mark--small{border-radius:10px;width:38px;height:38px}.product-mark--tiny{border-radius:8px;width:28px;height:28px}.product-mark--approved{background:var(--white)}.product-mark--approved .product-mark__asset{-o-object-fit:contain;object-fit:contain;width:91%;height:91%}.product-mark--approved.product-mark--soloncore .product-mark__asset{width:140%;max-width:none;height:140%;position:absolute;top:50%;left:50%;transform:translate(-50%,-46%)}.product-mark--solonchat{--mark-accent:#006b46;background:var(--white)}.product-mark--solonchat img{-o-object-fit:contain;object-fit:contain;width:91%;height:91%}.product-mark--soloncore{--mark-accent:#087f66;--mark-node:#55ba8f}.product-mark--solonia{--mark-accent:#4b9b32;--mark-node:#d8ad00}.product-mark--solonia .product-mark__emblem{width:50%;height:50%}.product-mark--soloncloud{--mark-accent:#087449;--mark-node:#4fa3d0}.product-mark--soloncloud .product-mark__emblem{transform:translateY(7%)}.product-identity{--identity-accent:var(--brand-gold);align-items:center;gap:10px;display:inline-flex}.product-identity__name{color:var(--ink);font-family:var(--font-display);font-size:1.08rem;font-weight:var(--font-bold);letter-spacing:-.02em}.product-identity__name strong{color:var(--identity-accent);font-weight:inherit}.product-identity--dark{--identity-accent:var(--brand-gold-on-dark)}.product-identity--dark .product-identity__name{color:var(--white)}.product-identity--compact{gap:7px}.product-identity--compact .product-identity__name{font-size:.78rem}.status{width:max-content;min-height:26px;font-size:var(--text-xs);font-weight:var(--font-semibold);letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;border:1px solid #0000;border-radius:999px;flex:none;align-items:center;padding:5px 10px;line-height:1;display:inline-flex}.status--progress{background:var(--green-soft);color:var(--green);border-color:#0b5d3b2e}.status--live{color:var(--green-bright);background:#8edb1f14;border-color:#8edb1f38}.status--conditional{color:#ffe270;background:#ffd11a14;border-color:#ffd11a40}.status--planned{color:#ffffff9e;background:#ffffff0d;border-color:#ffffff21}.section-heading{max-width:760px;margin-bottom:48px}.section-heading--center{text-align:center;margin-left:auto;margin-right:auto}.section-heading__eyebrow{color:var(--green);font-size:var(--text-label);font-weight:var(--font-semibold);letter-spacing:.1em;text-transform:uppercase;margin-bottom:16px}.section-heading h2{color:var(--ink);margin-bottom:16px;font-size:clamp(2rem,3.4vw,2.7rem);line-height:1.12}.section-heading__text{max-width:680px;color:var(--ink-soft);margin-bottom:0;font-size:1rem;line-height:1.65}.section-heading--center .section-heading__text{margin-left:auto;margin-right:auto}.section-heading--dark .section-heading__eyebrow{color:var(--green-bright)}.section-heading--dark h2{color:var(--white)}.section-heading--dark .section-heading__text{color:#ffffff9e}.product-showcase{background:var(--paper);padding:96px 0 104px}.product-showcase .section-heading{margin-bottom:40px}.product-showcase__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.product-tile{--product-accent:var(--green);border:1px solid var(--line);background:var(--white);min-width:0;box-shadow:var(--shadow);transition:opacity var(--motion-normal) var(--motion-ease),transform .26s var(--motion-ease),border-color .26s ease,box-shadow .26s ease;border-radius:22px;flex-direction:column;display:flex;position:relative;overflow:hidden}.product-tile:hover{border-color:color-mix(in srgb,var(--product-accent) 30%,var(--line));transform:translateY(-4px);box-shadow:0 24px 54px #09251c1f}.product-tile:before{background:var(--product-accent);content:"";height:4px;display:block}.product-tile--pay{--product-accent:var(--yellow-deep)}.product-tile--chat{--product-accent:var(--green)}.product-tile--store{--product-accent:#f2b705}.product-tile__header,.product-tile__copy,.product-tile__link{margin-left:24px;margin-right:24px}.product-tile__header{justify-content:space-between;align-items:center;gap:12px;min-height:92px;display:flex}.product-tile__header .status{font-size:.7rem}.product-tile__copy{min-height:190px;padding:4px 0 24px}.product-tile__copy>p{color:var(--product-accent);font-size:var(--text-label);font-weight:var(--font-semibold);letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px}.product-tile__copy h3{color:#19342c;font-family:var(--font-display);font-size:var(--text-card);font-weight:var(--font-semibold);letter-spacing:-.01em;margin-bottom:16px;line-height:1.5}.product-tile__copy>span{color:var(--ink-soft);font-size:var(--text-body);line-height:var(--leading-normal);align-items:flex-start;gap:8px;display:flex}.product-tile__copy svg{width:15px;color:var(--product-accent);flex:none}.product-surface{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#f1f4f1;height:252px;position:relative;overflow:hidden}.product-surface--pay{background:linear-gradient(145deg,#f5f4ee,#eef3ef);place-items:center;display:grid}.product-surface--pay img{-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%;height:100%}.product-tile__link{color:var(--green);font-size:var(--text-body);font-weight:var(--font-semibold);align-self:flex-start;align-items:center;gap:7px;margin-top:18px;margin-bottom:20px;display:inline-flex}.product-tile__link svg{width:15px;transition:transform .18s}.product-tile__link:hover svg,.product-tile__link:focus-visible svg{transform:translate(3px)}.ecosystem-status{border:1px solid var(--line);background:var(--white);border-radius:22px;margin-top:24px;overflow:hidden;box-shadow:0 16px 42px #09251c0d}.ecosystem-status__intro{border-bottom:1px solid var(--line);background:linear-gradient(120deg,#edf5ef,#fff 64%);grid-template-columns:auto minmax(0,1fr) minmax(230px,.55fr);align-items:center;gap:16px;padding:20px 22px;display:grid}.ecosystem-status__intro>span{background:var(--green);width:42px;height:42px;color:var(--white);border-radius:12px;place-items:center;display:grid;box-shadow:0 9px 24px #0b5d3b2b}.ecosystem-status__intro svg{width:21px}.ecosystem-status__intro p{color:var(--green);font-family:var(--font-mono);font-size:var(--text-xs);font-weight:var(--font-semibold);letter-spacing:.08em;text-transform:uppercase;margin:0 0 3px}.ecosystem-status__intro h3{margin:0;font-size:1.08rem;line-height:1.35}.ecosystem-status__intro small{color:var(--ink-soft);font-size:var(--text-sm);line-height:1.55}.ecosystem-status__row{border-bottom:1px solid var(--line);grid-template-columns:minmax(180px,1.15fr) repeat(3,minmax(135px,1fr));align-items:center;min-height:64px;display:grid}.ecosystem-status__row:last-child{border-bottom:0}.ecosystem-status__row>span{min-width:0;color:var(--ink-soft);font-size:var(--text-sm);padding:11px 18px}.ecosystem-status__row>span+span{border-left:1px solid var(--line)}.ecosystem-status__row--head{background:var(--paper);min-height:38px}.ecosystem-status__row--head>span{color:#506a61;font-family:var(--font-mono);font-size:var(--text-xs);font-weight:var(--font-semibold);letter-spacing:.05em;text-transform:uppercase}.ecosystem-status__identity .product-identity__name{font-size:.84rem}.stage-pill{min-height:25px;font-size:var(--text-xs);font-style:normal;font-weight:var(--font-semibold);border-radius:999px;align-items:center;padding:5px 9px;line-height:1.2;display:inline-flex}.stage-pill--progress{background:var(--green-soft);color:var(--green);border:1px solid #0b5d3b29}.stage-pill--planned{color:#745700;background:#fff8dc;border:1px solid #89640033}.ecosystem-status__link{color:var(--green);font-weight:var(--font-semibold);text-underline-offset:3px;-webkit-text-decoration:underline #0b5d3b52;text-decoration:underline #0b5d3b52}.ecosystem-status__link:after{content:"↗";margin-left:5px}.ecosystem-status__link:hover,.ecosystem-status__link:focus-visible{color:var(--yellow-deep);text-decoration-color:currentColor}.channel-panel{color:var(--white);background:radial-gradient(circle at 12% 20%,#24975b33,#0000 32%),linear-gradient(135deg,#04160f,#020c09);border:1px solid #ffffff1f;border-radius:22px;grid-template-columns:minmax(260px,.78fr) minmax(0,1.42fr);gap:28px;margin-top:24px;padding:28px;display:grid;box-shadow:0 24px 64px #05251b24}.channel-panel__intro{align-content:start;display:grid}.channel-panel__intro>.product-identity{margin-bottom:22px}.channel-panel__eyebrow{color:var(--green-bright);font-family:var(--font-mono);font-size:var(--text-label);font-weight:var(--font-semibold);letter-spacing:.08em;text-transform:uppercase;margin:0 0 8px}.channel-panel__intro h3{max-width:390px;color:var(--white);margin-bottom:12px;font-size:1.35rem;line-height:1.25}.channel-panel__intro>p:last-child{max-width:430px;color:var(--text-on-dark);font-size:var(--text-body);margin:0;line-height:1.65}.channel-panel__options{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.channel-option{background:#ffffff0a;border:1px solid #ffffff1c;border-radius:16px;grid-template-columns:56px 1fr;align-items:start;gap:14px;min-width:0;padding:18px;display:grid}.channel-option__icon{background:#ffffff12;border:1px solid #ffffff1a;border-radius:15px;place-items:center;width:56px;height:56px;display:grid;position:relative}.channel-option__icon>svg:first-child{fill:currentColor;width:28px;height:28px}.channel-option__icon>svg:last-child{background:var(--yellow);color:#14261c;border:3px solid #071912;border-radius:7px;width:22px;height:22px;padding:2px;position:absolute;bottom:-4px;right:-4px}.channel-option--meta .channel-option__icon>svg:last-child{color:#0467df;background:#dfeaff;border-radius:50%}.channel-option .status{font-size:11px;font-weight:var(--font-semibold);letter-spacing:.06em;margin-bottom:12px;line-height:1}.channel-option h4{color:var(--white);font-size:var(--text-card);font-weight:var(--font-semibold);letter-spacing:-.01em;margin:0 0 8px;line-height:1.35}.channel-option p{color:var(--text-on-dark-secondary);font-size:var(--text-body);font-weight:var(--font-normal);margin:0;line-height:1.6}.channel-option{transition:border-color var(--motion-fast) ease,background var(--motion-fast) ease,transform var(--motion-fast) var(--motion-ease)}.channel-option:hover{background:#fff1;border-color:#8edb1f3d;transform:translateY(-2px)}.channel-option__icon{transition:transform var(--motion-fast) var(--motion-ease)}.channel-option:hover .channel-option__icon{transform:translateY(-2px)}.product-surface--chat{color:#17382c;background:#f6faf8;grid-template-columns:42px 39% 1fr;display:grid}.chat-surface__rail{background:#063524;flex-direction:column;align-items:center;gap:14px;padding-top:16px;display:flex}.chat-surface__rail img{width:26px;height:26px;margin-bottom:7px}.chat-surface__rail i{background:#ffffff3d;border-radius:5px;width:16px;height:5px}.chat-surface__rail i.is-active{background:var(--yellow)}.chat-surface__list{background:var(--white);border-right:1px solid #dce8e1;padding:18px 10px}.chat-surface__list>strong{margin-bottom:10px;font-size:.73rem;display:block}.chat-surface__search,.chat-surface__composer{color:#789088;border:1px solid #e3ebe7;border-radius:7px;padding:7px;font-size:.5rem;display:block}.chat-surface__contact{border-radius:8px;grid-template-columns:24px 1fr;align-items:center;gap:7px;margin-top:9px;padding:7px 5px;display:grid}.chat-surface__contact.is-active{background:#e6f1eb}.chat-surface__contact>b{background:var(--green);width:24px;height:24px;color:var(--white);border-radius:50%;place-items:center;font-size:.45rem;display:grid}.chat-surface__contact>span,.chat-surface__thread header>span{min-width:0;display:grid}.chat-surface__contact strong{text-overflow:ellipsis;white-space:nowrap;font-size:.53rem;overflow:hidden}.chat-surface__contact small{color:#789088;text-overflow:ellipsis;white-space:nowrap;font-size:.43rem;overflow:hidden}.chat-surface__thread{background-image:radial-gradient(#dfe9e4 .7px,#0000 .7px);background-size:12px 12px;grid-template-rows:auto 1fr auto;min-width:0;padding:16px 12px 12px;display:grid}.chat-surface__thread header{border-bottom:1px solid #dce8e1;justify-content:space-between;padding-bottom:10px;display:flex}.chat-surface__thread header b{font-size:.58rem}.chat-surface__thread header small{color:#0b8a55;font-size:.44rem}.chat-surface__messages{align-content:center;gap:8px;display:grid}.chat-surface__messages p{background:var(--white);border-radius:8px 8px 8px 2px;width:80%;margin:0;padding:8px;font-size:.5rem;line-height:1.35;box-shadow:0 4px 12px #06352412}.chat-surface__messages .from-agent{background:#dff2e7;border-radius:8px 8px 2px;margin-left:auto}.product-surface--store{color:#0d1c2e;background:#f7f9fb;grid-template-columns:48px 1fr;display:grid}.store-surface__rail{background:linear-gradient(#0d1c2e,#092a22);flex-direction:column;align-items:center;gap:14px;padding-top:16px;display:flex}.store-surface__rail>.product-mark{border-color:#ffd11a4d;margin-bottom:4px;box-shadow:0 6px 16px #00000038}.store-surface__rail i{background:#fff3;border-radius:4px;width:18px;height:5px}.store-surface__rail i.is-active{background:#f2b705}.store-surface__content{min-width:0;padding:18px 14px}.store-surface__content header{justify-content:space-between;align-items:center;margin-bottom:13px;display:flex}.store-surface__content header div{display:grid}.store-surface__content header small{color:#708091;font-size:.48rem}.store-surface__content header strong{font-size:.77rem}.store-surface__content header>span{color:var(--green);font-size:.47rem;font-weight:var(--font-semibold);background:#e8f8ef;border-radius:999px;padding:5px 8px}.store-surface__metrics{grid-template-columns:repeat(3,1fr);gap:6px;margin-bottom:12px;display:grid}.store-surface__metrics>span{background:var(--white);border:1px solid #e1e7e4;border-radius:7px;gap:3px;padding:7px;display:grid}.store-surface__metrics small{color:#708091;font-size:.42rem}.store-surface__metrics strong{color:var(--green);font-size:.68rem}.store-surface__items{gap:5px;display:grid}.store-surface__items>div{border-bottom:1px solid #e5e9e7;grid-template-columns:23px 1fr auto;align-items:center;gap:7px;padding:5px 0;display:grid}.store-surface__items i{background:linear-gradient(145deg,var(--green),#f2b705);opacity:.75;border-radius:6px;width:23px;height:23px}.store-surface__items span{min-width:0;display:grid}.store-surface__items strong{text-overflow:ellipsis;white-space:nowrap;font-size:.5rem;overflow:hidden}.store-surface__items small{color:#708091;font-size:.42rem}.store-surface__items b{color:var(--green);font-size:.43rem}.motion-enabled .product-tile--pay:not(.is-revealed) .product-surface img{opacity:0;transform:translateY(8px)scale(1.015)}.motion-enabled .product-tile--pay.is-revealed .product-surface img{opacity:1;transition:opacity var(--motion-slow) var(--motion-ease) .24s,transform .95s var(--motion-ease) .24s;transform:none}.motion-enabled .product-tile:not(.is-revealed) .chat-surface__messages p,.motion-enabled .product-tile:not(.is-revealed) .store-surface__metrics>span,.motion-enabled .product-tile:not(.is-revealed) .store-surface__items>div{opacity:0;transform:translateY(8px)}.motion-enabled .product-tile.is-revealed .chat-surface__messages p,.motion-enabled .product-tile.is-revealed .store-surface__metrics>span,.motion-enabled .product-tile.is-revealed .store-surface__items>div{opacity:1;transition:opacity var(--motion-normal) var(--motion-ease),transform var(--motion-normal) var(--motion-ease);transform:none}.motion-enabled .product-tile.is-revealed .chat-surface__messages p:first-child,.motion-enabled .product-tile.is-revealed .store-surface__metrics>span:first-child{transition-delay:.22s}.motion-enabled .product-tile.is-revealed .chat-surface__messages p:nth-child(2),.motion-enabled .product-tile.is-revealed .store-surface__metrics>span:nth-child(2),.motion-enabled .product-tile.is-revealed .store-surface__items>div:first-child{transition-delay:.3s}.motion-enabled .product-tile.is-revealed .store-surface__metrics>span:nth-child(3),.motion-enabled .product-tile.is-revealed .store-surface__items>div:nth-child(2){transition-delay:.38s}.motion-enabled .product-tile.is-revealed .store-surface__items>div:nth-child(3){transition-delay:.46s}.conversation-experiences{color:var(--white);background:radial-gradient(circle at 16% 30%,#19774933,#0000 32%),linear-gradient(145deg,#03130e,#041c14 58%,#02100c);border-top:1px solid #ffffff14;overflow:hidden}.conversation-experiences:before{content:"";pointer-events:none;background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#000,#0000 82%);mask-image:linear-gradient(90deg,#000,#0000 82%)}.conversation-experiences>.container{z-index:1;position:relative}.conversation-experiences__heading{text-align:center;max-width:760px;margin:0 auto 34px}.conversation-experiences__heading .eyebrow{justify-content:center;margin-bottom:16px}.conversation-experiences__heading h2{color:var(--white);margin-bottom:13px;font-size:clamp(2rem,4vw,3.35rem);line-height:1.08}.conversation-experiences__heading>p:last-child{max-width:620px;color:var(--text-on-dark-muted);font-size:var(--text-base);margin:0 auto;line-height:1.6}.conversation-experiences__tabs{background:#0000002e;border:1px solid #ffffff1a;border-radius:999px;gap:8px;width:max-content;max-width:100%;margin:0 auto 12px;padding:6px;display:flex}.conversation-experience-tab{min-height:46px;color:var(--text-on-dark-muted);font-size:var(--text-sm);font-weight:var(--font-semibold);cursor:pointer;transition:background var(--motion-fast) ease,color var(--motion-fast) ease,transform var(--motion-fast) ease;background:0 0;border:0;border-radius:999px;align-items:center;gap:8px;padding:0 16px;display:inline-flex}.conversation-experience-tab:hover{color:var(--white);transform:translateY(-1px)}.conversation-experience-tab.is-active{background:var(--yellow);color:#102319}.conversation-experience-tab svg{width:17px;height:17px}.conversation-experiences__panel{min-height:390px;animation:conversation-panel-enter .32s var(--motion-ease) both;background:linear-gradient(135deg,#083b29eb,#031b13f0);border:1px solid #ffffff1f;border-radius:28px;grid-template-columns:minmax(0,.88fr) minmax(360px,1.12fr);align-items:center;gap:clamp(28px,5vw,70px);padding:clamp(28px,4vw,54px);display:grid;overflow:hidden;box-shadow:0 28px 80px #00000047}.conversation-experiences__meta{flex-wrap:wrap;align-items:center;gap:8px 12px;margin-bottom:12px;display:flex}.conversation-experiences__meta span{color:#f2d94f;font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;border:1px solid #ffd60047;border-radius:999px;padding:5px 9px;font-size:.62rem}.conversation-experiences__question h3{max-width:520px;color:var(--white);margin-bottom:18px;font-size:clamp(1.5rem,2.4vw,2.15rem);line-height:1.18}.conversation-experiences__question p{max-width:510px;color:var(--text-on-dark-secondary);font-size:var(--text-base);margin-bottom:26px;line-height:1.65}.conversation-experiences__question .button{min-height:46px;font-size:var(--text-sm);padding:0 20px}.conversation-impact-preview{color:#173c30;background:#efeae2;border:1px solid #ffffff1f;border-radius:24px;grid-template-rows:auto minmax(0,1fr) auto;min-height:430px;display:grid;overflow:hidden;box-shadow:0 22px 55px #0003}.conversation-impact-preview__header{min-height:62px;color:var(--white);background:#075e54;grid-template-columns:auto auto minmax(0,1fr) auto;align-items:center;gap:8px;padding:8px 11px;display:grid}.conversation-impact-preview__back{width:18px}.conversation-impact-preview__avatar{background:var(--white);border-radius:50%;place-items:center;width:39px;height:39px;display:grid;overflow:hidden}.conversation-impact-preview__avatar .technology-icon{width:31px;height:31px}.conversation-impact-preview__header svg{width:18px}.conversation-impact-preview__header>div{gap:1px;min-width:0;display:grid}.conversation-impact-preview__header strong{text-overflow:ellipsis;white-space:nowrap;font-size:.76rem;overflow:hidden}.conversation-impact-preview__header small{color:#ffffffb8;text-overflow:ellipsis;white-space:nowrap;font-size:.58rem;overflow:hidden}.conversation-impact-preview__actions{color:#ffffffe6;align-items:center;gap:12px;display:flex}.conversation-impact-preview__actions svg{width:17px}.conversation-impact-preview__messages{background-color:#efeae2;background-image:radial-gradient(circle at 20% 30%,#654f370e 0 1px,#0000 1.5px),linear-gradient(45deg,#0000 47%,#654f3707 48% 52%,#0000 53%);background-size:14px 14px,34px 34px;flex-direction:column;gap:7px;min-height:0;padding:11px 12px 8px;display:flex;position:relative;overflow:hidden}.conversation-impact-date{color:#667b74;background:#ffffffd1;border-radius:7px;align-self:center;padding:4px 9px;font-size:.54rem;box-shadow:0 1px 2px #10372a14}.conversation-impact-message{opacity:0;width:min(88%,410px);transition:opacity .26s ease,transform .32s var(--motion-ease);border-radius:8px;gap:4px;padding:8px 10px 6px;display:grid;position:relative;transform:translateY(8px)scale(.98);box-shadow:0 1px 2px #10372a24}.conversation-impact-message:not(.is-visible),.conversation-impact-status:not(.is-visible){display:none}.conversation-impact-message.is-visible,.conversation-impact-status.is-visible{opacity:1;transform:none}.conversation-impact-message--sent{background:#d9fdd3;align-self:flex-end}.conversation-impact-message--received{background:#fff;align-self:flex-start}.conversation-impact-message:before{content:"";border-style:solid;width:0;height:0;position:absolute;top:0}.conversation-impact-message--received:before{border-width:0 9px 9px 0;border-color:#0000 #fff #0000 #0000;left:-7px}.conversation-impact-message--sent:before{border-width:0 0 9px 9px;border-color:#0000 #0000 #0000 #d9fdd3;right:-7px}.conversation-impact-message small{color:#08704d;font-size:.6rem;font-weight:var(--font-semibold);align-items:center;gap:5px;display:inline-flex}.conversation-impact-message small svg{width:12px}.conversation-impact-message p{margin:0;font-size:.72rem;line-height:1.4}.conversation-impact-message ul{border-top:1px solid #10372a1a;gap:2px;margin:2px 0 0;padding:7px 0 0;list-style:none;display:grid}.conversation-impact-message li{color:#385b50;font-size:.63rem;line-height:1.4}.conversation-impact-message li:before{color:#0a7651;content:"•";margin-right:5px}.conversation-impact-message footer{color:#72857f;justify-content:flex-end;align-items:center;gap:2px;min-height:10px;display:flex}.conversation-impact-message footer time{font-size:.47rem}.conversation-impact-message footer svg{color:#53bdeb;width:13px;height:11px}.conversation-impact-status{opacity:0;color:#316052;text-align:center;width:max-content;max-width:94%;min-height:30px;transition:opacity .26s ease,transform .32s var(--motion-ease);background:#e5f2f8;border-radius:7px;align-self:center;align-items:center;gap:6px;margin:1px 0;padding:6px 10px;font-size:.6rem;display:inline-flex;transform:translateY(8px)}.conversation-impact-status svg{color:#0a7651;flex:none;width:13px}.conversation-impact-typing{background:#fff;border-radius:8px;justify-content:center;align-self:flex-start;align-items:center;gap:3px;width:46px;min-height:28px;animation:.22s both conversation-typing-enter;display:inline-flex;box-shadow:0 1px 2px #10372a24}.conversation-impact-typing i{background:#80928c;border-radius:50%;width:5px;height:5px;animation:.78s ease-in-out infinite conversation-typing-dot}.conversation-impact-typing i:nth-child(2){animation-delay:.13s}.conversation-impact-typing i:nth-child(3){animation-delay:.26s}.conversation-impact-composer{background:#efeae2;grid-template-columns:minmax(0,1fr) 38px;align-items:center;gap:7px;min-height:50px;padding:6px 8px 8px;display:grid}.conversation-impact-composer>div{color:#7b8b86;background:#fff;border-radius:999px;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:8px;min-width:0;height:38px;padding:0 11px;display:grid}.conversation-impact-composer>div span{font-size:.64rem}.conversation-impact-composer svg{width:16px}.conversation-impact-composer>svg{color:#fff;background:#008069;border-radius:50%;width:38px;height:38px;padding:10px}.conversation-audio__wave{align-items:center;gap:3px;height:20px;display:flex}.conversation-audio__wave i{width:3px;height:calc(5px + (var(--wave-index) % 5) * 3px);transform-origin:50%;animation:1.1s ease-in-out infinite alternate conversation-wave;animation-delay:calc(var(--wave-index) * -70ms);background:#0a7651;border-radius:3px}.conversation-experiences__truth{color:var(--text-on-dark-muted);font-size:var(--text-sm);text-align:center;justify-content:center;align-items:center;gap:9px;margin:20px 0 0;display:flex}.conversation-experiences__truth svg{width:17px;color:var(--green-bright);flex:none}@keyframes conversation-panel-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes conversation-wave{0%{opacity:.56;scale:1 .55}to{opacity:1;scale:1}}@keyframes conversation-typing-enter{0%{opacity:0;transform:translateY(5px)}}@keyframes conversation-typing-dot{0%,60%,to{opacity:.45;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}@media (width<=760px){.conversation-experiences__heading{margin-bottom:26px}.conversation-experiences__tabs{scrollbar-width:none;border-radius:16px;justify-content:flex-start;width:100%;overflow-x:auto}.conversation-experiences__tabs::-webkit-scrollbar{display:none}.conversation-experience-tab{flex:none}.conversation-experiences__panel{border-radius:22px;grid-template-columns:1fr;gap:28px;min-height:0;padding:24px 18px}.conversation-experiences__question{text-align:center}.conversation-experiences__meta{justify-content:center}.conversation-experiences__question p{margin-left:auto;margin-right:auto}.conversation-impact-preview{min-height:390px}}@media (width<=380px){.conversation-experience-tab{padding:0 13px}.conversation-experiences__panel{padding:22px 14px 16px}.conversation-impact-preview__messages{padding:11px 9px}.conversation-impact-message{width:94%;padding:8px 9px}}@media (hover:none){.conversation-experience-tab:hover{transform:none}}@media (prefers-reduced-motion:reduce){.conversation-experiences__panel,.conversation-audio__wave i,.conversation-impact-typing,.conversation-impact-typing i{animation:none!important}.conversation-impact-message{opacity:1;transform:none;display:grid!important}.conversation-impact-status{opacity:1;transform:none;display:inline-flex!important}}.ecosystem-flow{background:radial-gradient(circle at 50% 13%,#14673f3b,transparent 32%),var(--night);color:var(--white);overflow:hidden}.ecosystem-flow .section-heading{margin-bottom:28px}@keyframes ecosystem-story-enter{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:none}}.journey-legend{color:var(--text-on-dark-muted);font-size:var(--text-xs);flex-wrap:wrap;justify-content:center;align-items:center;gap:10px 20px;margin:-6px auto 26px;display:flex}.journey-legend span{align-items:center;gap:7px;display:inline-flex}.journey-legend i{background:var(--green-bright);border-radius:50%;width:8px;height:8px;box-shadow:0 0 12px #8edb1f73}.journey-legend i.is-development{background:var(--yellow);box-shadow:0 0 12px #ffd11a6b}.journey-legend i.is-vision{box-shadow:none;background:0 0;border:1px solid #ffffff6b}.journey-status{width:max-content;max-width:100%;color:var(--text-on-dark);font-family:var(--font-mono);font-size:.59rem;font-style:normal;font-weight:var(--font-semibold);letter-spacing:.025em;text-transform:uppercase;border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:6px;padding:5px 9px;line-height:1.25;display:inline-flex}.journey-status i{background:currentColor;border-radius:50%;flex:none;width:6px;height:6px}.journey-status--current{color:var(--green-bright);background:#8edb1f12;border-color:#8edb1f3d}.journey-status--development{color:var(--yellow);background:#ffd11a14;border-color:#ffd11a47}.journey-status--vision{color:var(--text-on-dark);background:#ffffff0b;border-color:#ffffff2b}.journey-preparation{border:1px solid var(--line-dark);background:#ffffff06;border-radius:22px;margin-bottom:18px;overflow:hidden}.journey-preparation>header{border-bottom:1px solid var(--line-dark);justify-content:space-between;align-items:center;gap:16px;min-height:58px;padding:12px 18px;display:flex}.journey-preparation>header span{color:var(--green-bright);font-family:var(--font-mono);font-size:var(--text-xs);letter-spacing:.06em;text-transform:uppercase}.journey-preparation>header strong{color:var(--white);font-size:var(--text-sm)}.journey-preparation>div{grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.journey-prep-card{min-width:0;min-height:138px;color:var(--text-on-dark);text-align:left;cursor:pointer;transition:background var(--motion-fast) ease,transform var(--motion-fast) var(--motion-ease);background:0 0;border:0;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:9px;padding:16px 13px;display:grid;position:relative}.journey-prep-card+.journey-prep-card{border-left:1px solid var(--line-dark)}.journey-prep-card:hover{z-index:1;background:#ffffff0b;transform:translateY(-2px)}.journey-prep-card__number{color:#ffffff2e;font-family:var(--font-mono);font-size:.64rem;position:absolute;top:10px;right:11px}.journey-prep-card__mark{background:#ffffff0e;border-radius:10px;place-items:center;width:36px;height:36px;display:grid}.journey-prep-card__mark .product-mark,.journey-prep-card__mark .journey-node__whatsapp{width:31px;height:31px}.journey-prep-card__copy{gap:5px;min-width:0;padding-top:1px;display:grid}.journey-prep-card__copy strong{color:var(--white);font-size:.79rem}.journey-prep-card__copy em{color:var(--text-on-dark-muted);font-size:.68rem;font-style:normal;line-height:1.48}.journey-prep-card>svg{width:15px;color:var(--yellow);opacity:.65;align-self:center}.journey-perspectives{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:10px;display:grid}.journey-perspective{border:1px solid var(--line-dark);min-height:126px;color:var(--text-on-dark);text-align:left;cursor:pointer;transition:border-color var(--motion-fast) ease,background var(--motion-fast) ease,transform var(--motion-fast) var(--motion-ease);background:#ffffff06;border-radius:18px 18px 10px 10px;align-content:start;gap:4px;padding:15px 17px;display:grid}.journey-perspective:hover{background:#ffffff0a;border-color:#fff3;transform:translateY(-2px)}.journey-perspective.is-active{background:linear-gradient(145deg,#ffd11a1a,#0a402a73);border-color:#ffd11a7a;box-shadow:inset 0 2px #ffd11acc}.journey-perspective small{color:var(--green-bright);font-family:var(--font-mono);letter-spacing:.05em;text-transform:uppercase;font-size:.58rem}.journey-perspective strong{color:var(--white);font-size:.92rem}.journey-perspective span{color:var(--text-on-dark-muted);font-size:.69rem;line-height:1.5}.journey-shell{border:1px solid var(--line-dark);background:radial-gradient(circle at 52% 18%,#0f5c3a2e,#0000 38%),linear-gradient(145deg,#071f17fc,#02100cfc);border-radius:26px;overflow:hidden;box-shadow:0 34px 90px #00000052}.journey-shell__header{border-bottom:1px solid var(--line-dark);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:20px;min-height:88px;padding:17px 22px;display:grid}.journey-shell__header>div{min-width:0}.journey-shell__header small{color:var(--green-bright);font-family:var(--font-mono);font-size:var(--text-xs);letter-spacing:.055em;text-transform:uppercase;margin-bottom:4px;display:block}.journey-shell__header h3{color:var(--white);margin:0;font-size:clamp(1.15rem,2vw,1.45rem);line-height:1.25}.journey-modes{border-bottom:1px solid var(--line-dark);scrollbar-width:thin;background:#ffffff05;gap:5px;padding:8px 14px;display:flex;overflow-x:auto}.journey-modes button{min-height:44px;color:var(--text-on-dark-muted);font-size:var(--text-label);font-weight:var(--font-semibold);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:999px;flex:none;padding:0 13px}.journey-modes button:hover{color:var(--white)}.journey-modes button.is-active{background:var(--yellow);color:#102319;border-color:#ffd11a59}.journey-workspace{grid-template-columns:minmax(220px,.72fr) minmax(235px,.8fr) minmax(340px,1.3fr);align-items:stretch;gap:14px;min-height:500px;padding:18px;display:grid}.journey-phone{background:#e7eee9;border:5px solid #142a22;border-radius:28px;grid-template-rows:auto 1fr auto;min-width:0;min-height:454px;display:grid;overflow:hidden;box-shadow:0 16px 42px #0000004d}.journey-phone__top{min-height:62px;color:var(--white);background:#0a5c3d;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;padding:9px 12px;display:grid}.journey-phone__top>span{background:var(--white);border-radius:50%;place-items:center;width:36px;height:36px;display:grid}.journey-phone__top svg{width:20px;height:20px}.journey-phone__top>div{gap:1px;min-width:0;display:grid}.journey-phone__top strong{text-overflow:ellipsis;white-space:nowrap;font-size:.72rem;overflow:hidden}.journey-phone__top small{color:#ffffffad;text-overflow:ellipsis;white-space:nowrap;font-size:.57rem;overflow:hidden}.journey-phone__top>i{background:var(--green-bright);border-radius:50%;width:7px;height:7px;box-shadow:0 0 9px #8edb1fb8}.journey-phone__messages{background-color:#dfe9e3;background-image:radial-gradient(#08422c14 .7px,#0000 .7px);background-size:8px 8px;flex-direction:column;gap:7px;min-height:0;padding:12px 9px;display:flex;overflow-y:auto}.journey-phone__messages>time{color:#4d655c;background:#ffffffb3;border-radius:999px;align-self:center;padding:3px 8px;font-size:.53rem}.journey-message{width:89%;animation:journey-message-enter .25s var(--motion-ease) backwards;border-radius:9px;padding:7px 8px 12px;position:relative;box-shadow:0 1px 3px #00000014}.journey-message--in{background:var(--white);color:#17352b;align-self:flex-start}.journey-message--out{color:#17352b;background:#d8f7c8;align-self:flex-end}.journey-message small{color:#267653;font-size:.53rem;font-weight:var(--font-semibold);margin-bottom:2px;display:block}.journey-message p{margin:0;font-size:.67rem;line-height:1.4}.journey-message__fake-link{color:#156b9d;min-width:0;font-size:.52rem;font-weight:var(--font-semibold);text-overflow:ellipsis;white-space:nowrap;background:#e8f4ff;border-radius:6px;align-items:center;gap:4px;margin-top:7px;padding:5px 6px;display:flex;overflow:hidden}.journey-message__fake-link svg{flex:none;width:12px;height:12px}.journey-message time{color:#71827b;font-size:.47rem;position:absolute;bottom:3px;right:6px}.journey-phone>footer{background:#f3f5f3;align-items:center;gap:7px;min-height:48px;padding:7px 8px;display:flex}.journey-phone>footer>span{background:var(--white);color:#8a9b94;border-radius:999px;flex:1;align-items:center;min-width:0;min-height:32px;padding:0 10px;font-size:.6rem;display:flex}.journey-phone>footer button{width:32px;height:32px;color:var(--white);background:#0a7650;border:0;border-radius:50%;flex:none;place-items:center;display:grid}.journey-phone>footer button:disabled{cursor:default;opacity:.65}.journey-phone>footer svg{width:14px}.journey-activation{background:linear-gradient(155deg,#084930d1,#031f16f5);border:1px solid #ffffff1f;border-radius:24px;grid-template-rows:auto 1fr auto;min-width:0;min-height:454px;display:grid;overflow:hidden;box-shadow:0 16px 42px #00000038}.journey-activation>header{border-bottom:1px solid var(--line-dark);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;min-height:66px;padding:10px 12px;display:grid}.journey-activation>header>span{width:36px;height:36px;color:var(--green-bright);background:#8edb1f14;border:1px solid #8edb1f38;border-radius:11px;place-items:center;display:grid}.journey-activation>header svg{width:18px}.journey-activation>header>div{gap:2px;min-width:0;display:grid}.journey-activation>header small{color:var(--green-bright);font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;font-size:.52rem}.journey-activation>header strong{color:var(--white);font-size:.75rem}.journey-activation>header em{color:var(--yellow);font-family:var(--font-mono);border:1px solid #ffd11a3d;border-radius:999px;padding:4px 7px;font-size:.55rem;font-style:normal}.journey-activation ol{align-content:center;gap:7px;margin:0;padding:12px;list-style:none;display:grid}.journey-activation li{position:relative}.journey-activation li+li:before{z-index:0;content:"";background:#8edb1f3b;width:1px;height:7px;position:absolute;top:-7px;left:17px}.journey-activation li button{z-index:1;width:100%;min-height:70px;color:var(--text-on-dark);text-align:left;cursor:pointer;transition:border-color var(--motion-fast) ease,background var(--motion-fast) ease,transform var(--motion-fast) var(--motion-ease);background:#ffffff06;border:1px solid #ffffff14;border-radius:14px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:9px;padding:8px 9px;display:grid;position:relative}.journey-activation li button:hover{border-color:#ffffff2e;transform:translate(2px)}.journey-activation li.is-current button{background:linear-gradient(135deg,#ffd11a1f,#0c462ea6);border-color:#ffd11ab8;box-shadow:0 0 0 3px #ffd11a0d}.journey-activation li.is-complete button{background:#8edb1f0b;border-color:#8edb1f33}.journey-activation li button>span{width:32px;height:32px;color:var(--text-on-dark-muted);font-family:var(--font-mono);border:1px solid #ffffff1f;border-radius:50%;place-items:center;font-size:.54rem;display:grid}.journey-activation li.is-current button>span{border-color:var(--yellow);background:var(--yellow);color:#102319;font-weight:var(--font-bold)}.journey-activation li.is-complete button>span{border-color:var(--green-bright);background:var(--green-bright);color:#0c2c20}.journey-activation li button>span svg{width:14px}.journey-activation li button>div{gap:2px;min-width:0;display:grid}.journey-activation li small{color:var(--green-bright);font-family:var(--font-mono);letter-spacing:.035em;text-transform:uppercase;font-size:.49rem}.journey-activation li strong{color:var(--white);font-size:.69rem}.journey-activation li p{color:var(--text-on-dark-muted);margin:0;font-size:.56rem;line-height:1.35}.journey-activation>footer{border-top:1px solid var(--line-dark);background:#0000001f;align-items:center;gap:9px;min-height:58px;padding:9px 12px;display:flex}.journey-activation>footer>svg{color:#25d366;flex:none;width:22px;height:22px}.journey-activation>footer span{gap:2px;min-width:0;display:grid}.journey-activation>footer strong{color:var(--white);font-size:.66rem}.journey-activation>footer small{color:var(--text-on-dark-muted);font-size:.54rem;line-height:1.35}.journey-route{background:#ffffff05;border:1px solid #ffffff17;border-radius:20px;grid-template-rows:auto minmax(0,1fr);align-content:start;gap:10px;min-width:0;min-height:454px;padding:14px;display:grid;overflow:hidden}.journey-route>header{border-bottom:1px solid var(--line-dark);align-items:center;gap:9px;padding:0 2px 11px;display:flex}.journey-route>header svg{width:17px;color:var(--green-bright)}.journey-route>header span{gap:1px;display:grid}.journey-route>header small{color:var(--text-on-dark-muted);font-family:var(--font-mono);text-transform:uppercase;font-size:.55rem}.journey-route>header strong{color:var(--white);font-size:.72rem}.journey-route__nodes{scrollbar-color:#8edb1f3d transparent;scrollbar-width:thin;align-content:start;min-height:0;padding-right:3px;display:grid;overflow-y:auto}.journey-route__segment{justify-items:stretch;display:grid}.journey-node{width:100%;min-height:58px;color:var(--text-on-dark);text-align:left;cursor:pointer;opacity:.62;transition:border-color var(--motion-fast) ease,background var(--motion-fast) ease,opacity var(--motion-fast) ease,transform var(--motion-fast) var(--motion-ease);background:#ffffff06;border:1px solid #ffffff17;border-radius:13px;grid-template-columns:22px auto minmax(0,1fr);align-items:center;gap:8px;padding:7px 8px;display:grid;position:relative}.journey-node:hover:not(:disabled){opacity:1;transform:translate(2px)}.journey-node:disabled{cursor:default;opacity:.25}.journey-node.is-complete{opacity:.82;border-color:#8edb1f29}.journey-node.is-current{opacity:1;background:linear-gradient(135deg,#ffd11a1f,#0c462ea6);border-color:#ffd11ab8;transform:translate(3px);box-shadow:0 0 0 3px #ffd11a0d}.journey-node__step-number{color:#ffffff5c;font-family:var(--font-mono);font-size:.53rem}.journey-node.is-current .journey-node__step-number{color:var(--yellow)}.journey-node .product-mark,.journey-node__whatsapp{border-radius:10px;place-items:center;width:34px;height:34px;display:grid}.journey-node__whatsapp{background:var(--white);border:1px solid #25d36633}.journey-node__whatsapp svg{width:20px;height:20px}.journey-node>span:last-child{gap:1px;min-width:0;display:grid}.journey-node small{color:var(--green-bright);font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;font-size:.53rem}.journey-node strong{color:var(--white);font-size:.72rem}.journey-node em{color:var(--text-on-dark-muted);font-size:.56rem;font-style:normal;line-height:1.32}.journey-route__connector{background:#ffffff1c;justify-self:center;width:2px;height:10px;position:relative}.journey-route__connector:after{content:"";border-bottom:1px solid #ffffff40;border-right:1px solid #ffffff40;width:6px;height:6px;position:absolute;bottom:0;right:-3px;transform:rotate(45deg)}.journey-shell[data-playing=true] .journey-route__connector i{background:var(--yellow);border-radius:50%;width:6px;height:6px;animation:1.25s linear infinite ecosystem-signal-down;position:absolute;top:0;left:-2px;box-shadow:0 0 10px #ffd11ab8}.journey-node__base{width:48px;height:38px;display:block;position:relative}.journey-node__base .product-mark{width:34px;height:34px;position:absolute}.journey-node__base .product-mark:first-child{top:0;left:0}.journey-node__base .product-mark:last-child{bottom:0;right:0;box-shadow:0 0 0 2px #09281d}.journey-preview{color:#17372d;min-width:0;min-height:454px;animation:journey-preview-enter .32s var(--motion-ease) backwards;background:#edf3f0;border:1px solid #ffffff1f;border-radius:20px;grid-template-rows:auto minmax(0,1fr) auto;margin:0;display:grid;overflow:hidden}.journey-state-preview__chrome{background:#f8faf9;border-bottom:1px solid #102d241a;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;min-height:46px;padding:8px 12px;display:grid}.journey-state-preview__chrome>span{gap:4px;display:flex}.journey-state-preview__chrome>span i{background:#c5d0cc;border-radius:50%;width:6px;height:6px}.journey-state-preview__chrome>span i:first-child{background:var(--yellow)}.journey-state-preview__chrome>small{color:#6b8078;font-family:var(--font-mono);text-align:center;text-transform:uppercase;font-size:.56rem}.journey-state-preview__chrome>svg{color:#0b6948;width:20px}.journey-state-preview__chrome .product-mark,.journey-state-preview__whatsapp{border-radius:9px;place-items:center;width:30px;height:30px;display:grid}.journey-state-preview__whatsapp{background:var(--white);border:1px solid #0b5d3b24}.journey-state-preview__whatsapp svg{width:17px}.journey-state{min-height:0;animation:journey-state-enter .3s var(--motion-ease) backwards;background:linear-gradient(145deg,#f6f9f7,#e9f0ed);padding:18px}.journey-state-preview__caption{background:var(--white);border-top:1px solid #102d241a;gap:4px;padding:13px 15px;display:grid}.journey-state-preview__caption>span{color:#08724c;align-items:center;gap:6px;display:flex}.journey-state-preview__caption svg{width:15px}.journey-state-preview__caption small{font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;font-size:.55rem}.journey-state-preview__caption strong{color:#14382d;font-size:.86rem;line-height:1.35}.journey-state-preview__caption p{color:#567068;margin:0;font-size:.65rem;line-height:1.42}.journey-state-preview__caption em{color:#4d6a08;width:max-content;max-width:100%;font-family:var(--font-mono);background:#eef6d9;border-radius:999px;padding:4px 8px;font-size:.52rem;font-style:normal}.journey-state__phone-head,.journey-state--solonia>header,.journey-state--base>header,.journey-state--solonstore>header{min-height:58px;color:var(--white);background:#0a6244;border-radius:13px 13px 0 0;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;padding:10px 12px;display:grid}.journey-state__phone-head>span{background:var(--white);border-radius:50%;place-items:center;width:34px;height:34px;display:grid}.journey-state__phone-head svg{width:18px}.journey-state__phone-head>div,.journey-state--solonia>header>span,.journey-state--base>header>span,.journey-state--solonstore>header>span{gap:2px;display:grid}.journey-state__phone-head small,.journey-state--solonia>header small,.journey-state--base>header small,.journey-state--solonstore>header small{color:#ffffffad;font-size:.56rem}.journey-state__phone-head strong,.journey-state--solonia>header strong,.journey-state--base>header strong,.journey-state--solonstore>header strong{font-size:.72rem}.journey-state__phone-head>i{background:var(--green-bright);border-radius:50%;width:7px;height:7px}.journey-state__conversation{background:#dfeae5;border:1px solid #102d241a;border-top:0;border-radius:0 0 13px 13px;align-content:start;gap:10px;min-height:250px;padding:12px;display:grid}.journey-state__conversation>time{color:#617870;background:#ffffffb3;border-radius:999px;justify-self:center;padding:3px 8px;font-size:.52rem}.journey-state__conversation article{background:#d8f7c8;border-radius:10px;justify-self:end;gap:4px;width:86%;padding:10px;display:grid;box-shadow:0 2px 5px #00000012}.journey-state__conversation article small{color:#13714d;font-size:.53rem}.journey-state__conversation article strong{color:#17372d;font-size:.72rem}.journey-state__conversation article p{color:#4c675e;margin:0;font-size:.61rem;line-height:1.4}.journey-state__selection{background:#ffffffc2;border-radius:9px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;margin-top:5px;padding:8px;display:grid}.journey-state__selection>svg:first-child{color:#8b5a00;width:21px}.journey-state__selection>svg:last-child{color:#08724c;width:16px}.journey-state__selection>span{gap:1px;min-width:0;display:grid}.journey-state__selection small{color:#668078;font-size:.46rem}.journey-state__selection strong{font-size:.57rem}.journey-state__selection em{color:#4c675e;font-size:.48rem;font-style:normal}.journey-state__conversation aside{background:#ffffffd1;border:1px solid #0b5d3b1f;border-radius:11px;align-items:center;gap:8px;padding:9px;display:flex}.journey-state__conversation aside.is-sensitive{background:#fff9dd;border-color:#89640033}.journey-state__conversation aside>svg{color:#08724c;width:17px}.journey-state__conversation aside>span{gap:1px;display:grid}.journey-state__conversation aside small{color:#607970;font-size:.52rem}.journey-state__conversation aside strong{color:#17372d;font-size:.66rem}.journey-state--solonchat{grid-template-columns:62px 1fr;gap:10px;display:grid}.journey-state__chat-list{background:#0a563e;border-radius:13px;align-content:start;gap:9px;padding:12px 9px;display:grid}.journey-state__chat-list span{background:#ffffff14;border-radius:9px;height:34px;display:block}.journey-state__chat-list span.is-active{border-left:3px solid var(--yellow);background:#ffffff2e}.journey-state__chat-main{background:var(--white);border:1px solid #102d241a;border-radius:13px;align-content:start;gap:12px;padding:13px;display:grid}.journey-state__chat-main>header{border-bottom:1px solid #102d241a;align-items:center;gap:9px;padding-bottom:10px;display:flex}.journey-state__chat-main>header>svg{color:#08724c;width:20px}.journey-state__chat-main>header span{gap:1px;display:grid}.journey-state__chat-main>header small{color:#6a8179;font-size:.53rem}.journey-state__chat-main>header strong{color:#17372d;font-size:.7rem}.journey-state__context-grid{gap:8px;display:grid}.journey-state__context-grid article{background:#f6f9f7;border:1px solid #102d241a;border-radius:11px;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;padding:9px;display:grid}.journey-state__context-grid svg{color:#08724c;width:16px}.journey-state__context-grid article>span{gap:1px;display:grid}.journey-state__context-grid small{color:#6a8179;font-size:.5rem}.journey-state__context-grid strong{color:#17372d;font-size:.62rem}.journey-state__chat-main>p{color:#315f50;background:#e8f5ed;border-radius:10px;align-items:center;gap:7px;margin:0;padding:9px;font-size:.6rem;display:flex}.journey-state__chat-main>p svg{color:#08724c;flex:none;width:15px}.journey-state--solonia>header{background:linear-gradient(135deg,#315f2c,#0a5d43)}.journey-state--solonia>header>svg,.journey-state--base>header>svg,.journey-state--solonstore>header>svg{width:22px}.journey-state--solonia>header em,.journey-state--base>header em,.journey-state--solonstore>header em{font-family:var(--font-mono);background:#ffffff1f;border-radius:999px;padding:4px 7px;font-size:.49rem;font-style:normal}.journey-state__intent{background:var(--white);border:1px solid #102d241a;border-radius:12px;gap:7px;margin-top:10px;padding:11px;display:grid}.journey-state__intent>span{color:#598075;font-family:var(--font-mono);font-size:.5rem}.journey-state__intent>div{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;display:grid}.journey-state__intent p{background:#f2f6f4;border-radius:8px;gap:1px;margin:0;padding:7px;display:grid}.journey-state__intent small{color:#789087;font-family:var(--font-mono);font-size:.46rem}.journey-state__intent strong{color:#17372d;text-overflow:ellipsis;white-space:nowrap;font-size:.58rem;overflow:hidden}.journey-state__tool{background:#edf6e8;border:1px solid #5a912b33;border-radius:11px;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;margin-top:8px;padding:9px;display:grid}.journey-state__tool>svg{color:#427c2d;width:16px}.journey-state__tool span{gap:1px;display:grid}.journey-state__tool small{color:#65815d;font-size:.49rem}.journey-state__tool strong{color:#234d25;font-family:var(--font-mono);font-size:.56rem}.journey-state__ai-note{color:#587168;align-items:flex-start;gap:7px;margin:8px 0 0;font-size:.55rem;line-height:1.4;display:flex}.journey-state__ai-note svg{color:#649f33;flex:none;width:14px}.journey-state--base>header{background:linear-gradient(135deg,#123f31,#082a20)}.journey-state__checks{gap:7px;margin-top:10px;display:grid}.journey-state__checks article{background:var(--white);border:1px solid #102d241a;border-radius:11px;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;min-height:52px;padding:8px 10px;display:grid}.journey-state__checks article>span{color:#08724c;background:#e8f5ed;border-radius:9px;place-items:center;width:30px;height:30px;display:grid}.journey-state__checks svg{width:15px}.journey-state__checks article>div{gap:1px;display:grid}.journey-state__checks small{color:#6a8179;font-size:.49rem}.journey-state__checks strong{color:#17372d;font-size:.6rem}.journey-state--base>p{color:#08724c;background:#eaf5ee;border-radius:11px;align-items:center;gap:8px;margin:9px 0 0;padding:9px;display:flex}.journey-state--base>p>svg{width:16px}.journey-state--base>p span{gap:1px;display:grid}.journey-state--base>p small{font-size:.48rem}.journey-state--base>p strong{color:#17372d;font-size:.62rem}.journey-state--solonstore>header{background:linear-gradient(135deg,#0b6747,#0b4d38)}.journey-state__agenda,.journey-state__catalog{gap:9px;margin-top:10px;display:grid}.journey-state__calendar,.journey-state__catalog article{background:var(--white);border:1px solid #102d241a;border-radius:11px;align-items:center;gap:8px;padding:9px;display:flex}.journey-state__calendar>svg,.journey-state__catalog article>span{color:#08724c;background:#e8f5ed;border-radius:8px;flex:none;place-items:center;width:28px;height:28px;display:grid}.journey-state__catalog article>span svg{width:14px}.journey-state__calendar>span,.journey-state__catalog article>div{gap:1px;display:grid}.journey-state__calendar small,.journey-state__catalog small{color:#6a8179;font-size:.49rem}.journey-state__calendar strong,.journey-state__catalog strong{color:#17372d;font-size:.6rem}.journey-state__slots{grid-template-columns:repeat(4,1fr);gap:5px;display:grid}.journey-state__slots span{background:var(--white);color:#5d756d;border:1px solid #102d241a;border-radius:8px;place-items:center;min-height:36px;font-size:.55rem;display:grid}.journey-state__slots span.is-active{color:#086443;font-weight:var(--font-semibold);background:#e5f5eb;border-color:#0b6a49}.journey-state__agenda article{color:var(--white);background:#0b6848;border-radius:10px;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;padding:9px;display:grid}.journey-state__agenda article>svg{width:17px}.journey-state__agenda article>span{gap:1px;display:grid}.journey-state__agenda article small{color:#ffffffad;font-size:.49rem}.journey-state__agenda article strong{font-size:.62rem}.journey-state__catalog>div{grid-template-columns:repeat(3,1fr);gap:6px;display:grid}.journey-state__catalog>div span{background:linear-gradient(145deg,#fff,#e9f1ed);border:1px solid #102d241a;border-radius:9px;height:70px}.journey-state__catalog>p{color:#5b746b;align-items:center;gap:7px;margin:0;font-size:.55rem;display:flex}.journey-state__catalog>p svg{color:#08724c;width:14px}.journey-storefront{color:#172d27;gap:8px;margin-top:8px;display:grid}.journey-storefront__nav{background:#fffffff5;border:1px solid #e2eae6;border-radius:10px;grid-template-columns:auto minmax(90px,1fr) auto;align-items:center;gap:8px;min-height:38px;padding:5px 7px;display:grid;box-shadow:0 5px 16px #16342a0f}.journey-storefront__brand{white-space:nowrap;align-items:center;gap:5px;display:flex}.journey-storefront__brand .product-mark{border-radius:7px;width:25px;height:25px}.journey-storefront__brand strong{color:#17372d;letter-spacing:-.02em;font-size:.58rem}.journey-storefront__brand strong span{color:#896400}.journey-storefront__search{color:#82948e;background:#fbfdfc;border:1px solid #dde7e2;border-radius:8px;align-items:center;gap:5px;min-width:0;height:25px;padding:0 7px;font-size:.46rem;display:flex}.journey-storefront__search svg{flex:none;width:10px}.journey-storefront__search span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.journey-storefront__cart{color:#086744;background:#eaf6ef;border-radius:8px;place-items:center;width:27px;height:27px;display:grid;position:relative}.journey-storefront__cart svg{width:13px}.journey-storefront__cart i{color:#17372d;background:#ffcf20;border-radius:50%;place-items:center;width:12px;height:12px;font-size:.38rem;font-style:normal;font-weight:800;display:grid;position:absolute;top:-3px;right:-3px}.journey-storefront__hero{background:linear-gradient(135deg,#eaf7f0,#f8fbf9);border-radius:10px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;padding:8px 9px;display:grid}.journey-storefront__store-icon{color:#fff;background:linear-gradient(145deg,#137a54,#07543a);border-radius:10px;place-items:center;width:34px;height:34px;display:grid;box-shadow:0 7px 16px #08674424}.journey-storefront__store-icon svg{width:19px}.journey-storefront__hero>div:nth-child(2){gap:1px;display:grid}.journey-storefront__hero small,.journey-storefront__section-title small{color:#08704b;font-family:var(--font-mono);letter-spacing:.06em;font-size:.4rem}.journey-storefront__hero strong{font-size:.66rem}.journey-storefront__hero p{color:#60766e;align-items:center;gap:3px;margin:0;font-size:.43rem;display:flex}.journey-storefront__hero p svg{width:9px}.journey-storefront__hero em{color:#08704b;background:#dff4e7;border-radius:999px;padding:4px 7px;font-size:.43rem;font-style:normal;font-weight:750}.journey-storefront__categories{gap:5px;padding:2px;display:flex;overflow:hidden}.journey-storefront__categories span{color:#687e76;background:#fff;border-radius:999px;padding:4px 9px;font-size:.44rem;box-shadow:inset 0 0 0 1px #e2eae6}.journey-storefront__categories .is-active{color:#fff;box-shadow:none;background:#0b6747}.journey-storefront__section-title{justify-content:space-between;align-items:end;padding:0 2px;display:flex}.journey-storefront__section-title>span{gap:1px;display:grid}.journey-storefront__section-title strong{font-size:.61rem}.journey-storefront__section-title>small:last-child{color:#70857d;letter-spacing:0}.journey-state__catalog>.journey-storefront__products,.journey-storefront__products{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;display:grid}.journey-storefront__product{background:#fffffffa;border:1px solid #e1e9e5;border-radius:10px;min-width:0;overflow:hidden;box-shadow:0 7px 18px #16342a12}.journey-storefront__media{color:#fff8e3;background:radial-gradient(circle at 50% 54%,#f7bf48 0 22%,#d96a2b 23% 31%,#f4d27d 32% 43%,#efe7d9 44%);place-items:center;height:54px;display:grid;position:relative;overflow:hidden}.journey-storefront__media:before,.journey-storefront__media:after{content:"";background:#b63b2f;border-radius:50%;width:7px;height:7px;position:absolute;box-shadow:15px 7px #b63b2f,-13px 8px #b63b2f}.journey-storefront__media:after{background:#278c50;border-radius:5px 0;width:5px;height:10px;transform:rotate(24deg);box-shadow:-17px -6px #278c50,14px -7px #278c50}.journey-storefront__media.is-gold{filter:saturate(.9)hue-rotate(-8deg)}.journey-storefront__media.is-green{filter:saturate(.85)hue-rotate(12deg)}.journey-storefront__media svg{z-index:1;filter:drop-shadow(0 1px 2px #50260840);width:20px;position:relative}.journey-storefront__product-copy{gap:2px;padding:6px;display:grid}.journey-storefront__product-copy>small{color:#08704b;font-family:var(--font-mono);letter-spacing:.05em;font-size:.34rem}.journey-storefront__product-copy>strong{color:#17372d;text-overflow:ellipsis;white-space:nowrap;font-size:.49rem;overflow:hidden}.journey-storefront__product-copy>p{color:#70857d;min-height:20px;margin:0;font-size:.36rem;line-height:1.35}.journey-storefront__product-copy footer{justify-content:space-between;align-items:center;margin-top:2px;display:flex}.journey-storefront__product-copy b{color:#075c3f;font-size:.48rem}.journey-storefront__product-copy footer i{color:#fff;background:#0b6747;border-radius:6px;place-items:center;width:17px;height:17px;display:grid}.journey-storefront__product-copy footer svg{width:9px}.journey-storefront__notice{color:#60766e;align-items:center;gap:5px;margin:0;font-size:.42rem;display:flex}.journey-storefront__notice svg{color:#08704b;width:11px}@keyframes journey-state-enter{0%{opacity:.45;transform:translateY(5px)}to{opacity:1;transform:none}}.journey-story{border-top:1px solid var(--line-dark);background:#00000024;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;min-height:150px;padding:21px 22px;display:grid}.journey-story__copy{min-width:0;animation:ecosystem-story-enter .3s var(--motion-ease) backwards;gap:6px;display:grid}.journey-story__copy>p{color:var(--green-bright);font-family:var(--font-mono);font-size:var(--text-xs);font-weight:var(--font-semibold);letter-spacing:.05em;text-transform:uppercase;margin:0}.journey-story__copy h4{color:var(--white);margin:0;font-size:clamp(1.15rem,2vw,1.5rem);line-height:1.25}.journey-story__copy>span{max-width:760px;color:var(--text-on-dark);font-size:.8rem;line-height:1.55}.journey-story__controls{justify-items:end;gap:12px;display:grid}.journey-step-dots{flex-wrap:wrap;justify-content:flex-end;gap:5px;display:flex}.journey-step-dots button{width:36px;height:36px;color:var(--text-on-dark-muted);font-family:var(--font-mono);cursor:pointer;background:#ffffff06;border:1px solid #ffffff1c;border-radius:50%;place-items:center;font-size:.52rem;display:grid}.journey-step-dots button.is-complete{color:var(--green-bright);border-color:#8edb1f38}.journey-step-dots button.is-active{border-color:var(--yellow);background:var(--yellow);color:#102319}.journey-controls{align-items:center;gap:7px;display:flex}.journey-control{min-height:44px;color:var(--text-on-dark);font-size:var(--text-label);font-weight:var(--font-semibold);cursor:pointer;background:#ffffff09;border:1px solid #ffffff1f;border-radius:999px;justify-content:center;align-items:center;gap:7px;padding:0 12px;display:inline-flex}.journey-control svg{width:15px}.journey-control:disabled{opacity:.35;cursor:not-allowed}.journey-control--quiet{width:44px;padding:0}.journey-control--play{border-color:var(--yellow);background:var(--yellow);color:#102319;min-width:145px}.journey-truth{border-top:1px solid var(--line-dark);background:#ffffff05;align-items:center;gap:11px;min-height:70px;padding:13px 22px;display:flex}.journey-truth>svg{width:18px;color:var(--yellow);flex:none}.journey-truth span{gap:2px;display:grid}.journey-truth strong{color:#ffffffe0;font-size:var(--text-sm)}.journey-truth small{color:var(--text-on-dark-muted);font-size:var(--text-xs);line-height:1.48}@keyframes journey-message-enter{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}@keyframes journey-preview-enter{0%{opacity:.55;transform:scale(1.015)}to{opacity:1;transform:none}}.security{background:var(--paper-green)}.security__intro{grid-template-columns:1fr auto;align-items:end;gap:48px;display:grid}.security__intro .section-heading{margin-bottom:40px}.security__seal{border-radius:var(--radius-md);background:var(--white);border:1px solid #0b5d3b29;align-items:center;gap:12px;margin-bottom:40px;padding:16px 20px;display:flex}.security__seal>svg{width:28px;color:var(--green)}.security__seal>span{gap:3px;display:grid}.security__seal strong{font-size:.75rem}.security__seal small{color:var(--ink-soft);font-size:.72rem}.security-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.security-grid article{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--white);transition:opacity var(--motion-normal) var(--motion-ease),transform var(--motion-normal) var(--motion-ease),border-color var(--motion-fast) ease,box-shadow var(--motion-fast) ease;padding:24px;box-shadow:0 10px 30px #09251c0a}.security-grid article:hover{border-color:#0b5d3b33;box-shadow:0 14px 34px #09251c12}.security-grid article>span{border-radius:var(--radius-sm);background:var(--green-soft);width:42px;height:42px;color:var(--green);transition:transform var(--motion-fast) var(--motion-ease),box-shadow var(--motion-fast) ease;place-items:center;margin-bottom:20px;display:grid}.security-pillar:hover>span{transform:translateY(-2px)}.security-pillar--identity:hover>span{box-shadow:0 0 0 5px #0b5d3b12}.security-pillar--least-privilege:hover>span{transform:translateY(-2px)rotate(-2deg)}.security-pillar--traceability:hover svg{stroke-dasharray:32;stroke-dashoffset:0;transition:stroke-dashoffset var(--motion-normal) var(--motion-ease)}.security-grid svg{width:20px}.security-grid h3{font-size:var(--text-card);margin-bottom:10px;line-height:1.35}.security-grid p{color:var(--ink-soft);font-size:var(--text-body);margin-bottom:0;line-height:1.65}.technologies{background:var(--white)}.technologies .section-heading{margin-bottom:40px}.technology-switcher{border:1px solid var(--line);background:var(--paper);border-radius:16px;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;max-width:760px;margin:0 auto 20px;padding:5px;display:grid}.technology-switch{min-height:58px;color:var(--ink-soft);font-size:var(--text-sm);font-weight:var(--font-semibold);text-align:left;cursor:pointer;transition:background var(--motion-fast) ease,color var(--motion-fast) ease,box-shadow var(--motion-fast) ease;background:0 0;border:0;border-radius:11px;grid-template-columns:auto 1fr;align-items:center;gap:9px;padding:0 14px;display:grid}.technology-switch>span{color:#506a61;font-family:var(--font-mono);font-size:var(--text-xs)}.technology-switch:hover{background:var(--white);color:var(--ink)}.technology-switch--active{background:var(--white);color:var(--ink);box-shadow:0 7px 20px #09251c14,inset 0 0 0 1px #0b5d3b1f}.technology-switch--active>span{color:var(--green)}.technology-panel{border:1px solid var(--line);animation:technology-panel-enter .3s var(--motion-ease) backwards;background:linear-gradient(145deg,#edf4ef,#f8faf7 42%,#fff);border-radius:24px;grid-template-columns:minmax(190px,.28fr) minmax(0,1fr);gap:20px;padding:22px;display:grid;box-shadow:0 18px 50px #09251c0f}.technology-panel__intro{border-right:1px solid var(--line);align-self:stretch;padding:16px 22px 16px 4px}.technology-panel__intro p{color:var(--green);font-family:var(--font-mono);font-size:var(--text-label);font-weight:var(--font-semibold);letter-spacing:.06em;text-transform:uppercase;margin-bottom:12px}.technology-panel__intro h3{margin-bottom:10px;font-size:1.4rem}.technology-panel__intro span{color:var(--ink-soft);font-size:.86rem;line-height:1.6}.technology-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:12px;display:grid}.technology-grid--foundation,.technology-grid--intelligence{grid-template-columns:repeat(2,minmax(0,1fr))}.technology-grid--target{grid-template-columns:1fr}.technology-card{border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:none;animation:technology-card-enter .36s var(--motion-ease) backwards;animation-delay:calc(var(--technology-order,0) * 70ms);background:#ffffffe6;flex-direction:column;align-self:stretch;padding:20px;transition:border-color .18s,box-shadow .18s,transform .18s;display:flex;position:relative;overflow:hidden}.technology-card:hover{border-color:#0b5d3b3d;transform:translateY(-3px);box-shadow:0 18px 42px #09251c17}.technology-card:focus-visible{outline-offset:3px;outline:3px solid #8edb1f59}.technology-card:before{background:var(--green);content:"";height:3px;position:absolute;top:0;left:0;right:0}.technology-card--ai-services:before{background:linear-gradient(90deg,var(--yellow),var(--green-bright))}.technology-card--ai:before{background:linear-gradient(90deg,var(--green),var(--green-bright))}.technology-card--channels:before{background:linear-gradient(90deg,#25d366,#0467df)}.technology-card--cloud{background:linear-gradient(120deg,#f3f7f3,#fff9e8)}.technology-card--cloud:before{background:linear-gradient(90deg,var(--green),var(--yellow))}.technology-card header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;display:flex}.technology-card__index{color:#506a61;font-family:var(--font-mono);font-size:var(--text-xs)}.technology-card h3{color:var(--ink);margin-bottom:8px;font-size:1.08rem}.technology-card>p{max-width:590px;min-height:6.6em;color:var(--ink-soft);font-size:var(--text-body);margin-bottom:20px;line-height:1.65}.technology-chip-carousel{min-width:0;margin-top:auto;overflow:hidden}.technology-chip-carousel__track{width:max-content;animation:technology-chip-loop var(--technology-chip-duration,20s) linear infinite;will-change:transform;flex-wrap:nowrap;gap:8px;margin-top:0;display:flex}.technology-card:hover .technology-chip-carousel__track,.technology-card:focus-within .technology-chip-carousel__track{animation-play-state:paused}.technology-chip-carousel--static{overflow:visible}.technology-chip-carousel--static .technology-chip-carousel__track{width:100%;animation:none}.technology-card__items{gap:8px;display:flex}.technology-chip{border:1px solid var(--line);background:var(--white);min-height:48px;color:var(--ink);transition:border-color var(--motion-fast) ease,box-shadow var(--motion-fast) ease,transform var(--motion-fast) var(--motion-ease);border-radius:12px;flex:none;align-items:center;gap:10px;padding:7px 11px 7px 8px;display:inline-flex}.technology-chip:hover{border-color:#0b5d3b38;transform:translateY(-1px);box-shadow:0 6px 16px #09251c12}.technology-chip>i{width:32px;height:32px;color:var(--green);background:#fff;border:1px solid #102d2414;border-radius:9px;flex:none;place-items:center;font-style:normal;display:grid;box-shadow:0 4px 12px #09251c0d}.technology-chip i>svg{fill:currentColor;stroke-width:1.7px;width:18px;height:18px}.technology-chip>span{font-size:var(--text-sm);font-weight:var(--font-semibold);gap:2px;line-height:1.2;display:grid}.technology-chip small{color:#506a61;font-family:var(--font-mono);font-size:var(--text-xs);font-weight:var(--font-medium);letter-spacing:0}.technology-card--cloud .technology-chip>i{background:#fffbec}.llm-mark{width:24px;height:24px;color:var(--white);font-family:IBM Plex Mono,monospace;font-size:.42rem;font-weight:var(--font-semibold);letter-spacing:-.04em;background:linear-gradient(135deg,#0b5d3b,#8edb1f);border-radius:7px;place-items:center;display:grid}.aws-mark{place-items:center;width:28px;height:24px;display:grid;position:relative}.aws-mark b{color:#232f3e;letter-spacing:-.04em;font-family:Arial,sans-serif;font-size:.72rem;font-weight:700}.aws-mark i{border-bottom:2px solid #f90;border-radius:50%;height:6px;position:absolute;bottom:2px;left:3px;right:2px;transform:rotate(-4deg)}.technology-evidence{border-left:3px solid var(--yellow);background:#f8faf7;align-items:flex-start;gap:14px;max-width:820px;margin:24px auto 0;padding:14px 16px;display:flex}.technology-evidence>span{background:var(--green-soft);width:34px;height:34px;color:var(--green);border-radius:9px;flex:none;place-items:center;display:grid}.technology-evidence svg{width:17px}.technology-evidence p{color:var(--ink-soft);font-size:var(--text-sm);margin:0;line-height:1.6}.technology-evidence strong{color:var(--ink)}@keyframes technology-panel-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes technology-card-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes technology-chip-loop{to{transform:translate(calc(-50% - 4px))}}.roadmap{background:var(--paper)}.roadmap .section-heading{margin-bottom:40px}.roadmap-list{border-top:1px solid var(--line);grid-template-columns:repeat(4,1fr);display:grid;position:relative}.roadmap-list:before{z-index:2;background:linear-gradient(90deg,var(--green),#6ba947,var(--yellow-deep));content:"";transform-origin:0;height:1px;position:absolute;top:-1px;left:0;right:0}.motion-enabled .roadmap-list:not(.is-revealed):before{transform:scaleX(0)}.motion-enabled .roadmap-list.is-revealed:before{transition:transform 1.15s var(--motion-ease) .12s;transform:scaleX(1)}.roadmap-list article{padding:32px 24px 0 0;position:relative}.motion-enabled .roadmap-list article{opacity:0;transform:translateY(10px)}.motion-enabled .roadmap-list.is-revealed article{opacity:1;transition:opacity var(--motion-normal) var(--motion-ease),transform var(--motion-normal) var(--motion-ease);transition-delay:calc(.26s + var(--roadmap-order,0) * .15s);transform:none}.roadmap-list__number{color:var(--yellow-deep);font-family:var(--font-mono);font-size:var(--text-label);font-weight:var(--font-semibold);margin-bottom:16px;display:block}.roadmap-list__line{height:7px;position:absolute;top:-4px;left:0;right:0}.roadmap-list__line:before{z-index:3;background:var(--yellow-deep);content:"";border-radius:50%;width:7px;height:7px;position:absolute;top:0;left:0;box-shadow:0 0 #d5a40000}.motion-enabled .roadmap-list:not(.is-revealed) .roadmap-list__line:before{opacity:0;transform:scale(.5)}.motion-enabled .roadmap-list.is-revealed .roadmap-list__line:before{opacity:1;transition:opacity var(--motion-fast) ease,transform var(--motion-normal) var(--motion-ease),box-shadow var(--motion-normal) ease;transition-delay:calc(.21s + var(--roadmap-order,0) * .15s);transform:scale(1);box-shadow:0 0 0 5px #d5a4001a}.roadmap-list__line i{background:var(--green);opacity:.42;transform-origin:0;width:100%;height:1px;margin-top:3px;display:block;transform:scaleX(0)}.roadmap-list__line i.active{transform:scaleX(1)}.roadmap-list .status{margin-bottom:12px}.roadmap-list .status--planned{border-color:var(--line);background:var(--white);color:var(--ink-soft)}.roadmap-list h3{font-size:var(--text-card);margin-bottom:10px;line-height:1.35}.roadmap-list p{color:var(--ink-soft);font-size:var(--text-body);margin-bottom:0;line-height:1.65}.faq{background:var(--white)}.faq__layout{grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);align-items:start;gap:72px;display:grid}.faq .section-heading{margin-bottom:0}.faq-list{border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-item summary{min-height:74px;color:var(--ink);font-size:var(--text-base);font-weight:var(--font-semibold);cursor:pointer;justify-content:space-between;align-items:center;gap:24px;padding:8px 2px;list-style:none;display:flex}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary svg{width:20px;color:var(--green);transition:transform var(--motion-fast) var(--motion-ease);flex:none}.faq-item[open] summary svg{transform:rotate(90deg)}.faq-item p{max-width:720px;color:var(--ink-soft);margin:-3px 42px 24px 2px;font-size:.9rem;line-height:1.65}.contact{color:var(--white);background:linear-gradient(135deg,#063524,#020d0a);padding:52px 0;position:relative;overflow:hidden}.contact:before,.contact:after{content:"";pointer-events:none;transition:transform 1.2s var(--motion-ease);border:1px solid #ffffff0e;border-radius:50%;position:absolute}.contact:before{width:420px;height:420px;top:-210px;right:3%}.contact:after{border-color:#ffd11a12;width:260px;height:260px;top:-126px;right:9%}.motion-enabled .contact:has(.contact__content.is-revealed):before{transform:translate(-6px,6px)}.motion-enabled .contact:has(.contact__content.is-revealed):after{transform:translate(5px,-4px)}.contact__glow{background:var(--yellow);filter:blur(100px);opacity:.08;border-radius:50%;width:300px;height:300px;position:absolute;top:-100px;right:8%}.contact__content{grid-template-columns:minmax(0,680px) auto;justify-content:space-between;align-items:center;gap:clamp(32px,5vw,64px);max-width:1040px;display:grid;position:relative}.contact__intro{min-width:0}.contact .eyebrow{margin-bottom:10px}.contact h2{max-width:680px;margin-bottom:9px;font-size:clamp(1.55rem,2.4vw,2rem);line-height:1.18}.contact__intro>p{max-width:680px;color:var(--text-on-dark);margin:0;line-height:1.6}.contact__action{justify-content:flex-end;display:flex}.contact__action .button{cursor:pointer;border:0}.access-modal{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000a07c7;place-items:center;padding:24px;animation:.18s both access-backdrop-enter;display:grid;position:fixed;inset:0;overflow-y:auto}.access-modal__dialog{width:min(100%,680px);max-height:calc(100dvh - 48px);color:var(--white);animation:access-dialog-enter .22s var(--motion-ease) both;background:radial-gradient(circle at 90% 0,#ffd11a17,#0000 28%),linear-gradient(145deg,#073223,#03140e);border:1px solid #ffffff24;border-radius:24px;padding:26px;overflow-y:auto;box-shadow:0 34px 100px #0000007a}.access-modal__header{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.access-modal__header p{color:var(--green-bright);font-family:var(--font-mono);font-size:var(--text-xs);font-weight:var(--font-semibold);letter-spacing:.07em;text-transform:uppercase;margin:0 0 5px}.access-modal__header h2{color:var(--white);margin:0;font-size:clamp(1.55rem,4vw,2.15rem);line-height:1.18}.access-modal__close{width:44px;height:44px;color:var(--white);cursor:pointer;background:#ffffff0e;border:1px solid #ffffff21;border-radius:50%;flex:none;place-items:center;display:grid}.access-modal__close:hover,.access-modal__close:focus-visible{color:var(--yellow);border-color:#ffd11a59}.access-modal__close svg{width:20px}.access-modal__description{max-width:560px;color:var(--text-on-dark-secondary);font-size:var(--text-sm);margin:13px 0 20px;line-height:1.6}.access-request{gap:14px;display:grid}.access-request__fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.access-request__field{gap:7px;display:grid}.access-request__field>span{color:var(--text-on-dark);font-size:var(--text-xs);font-weight:var(--font-semibold);align-items:center;gap:6px;display:flex}.access-request__field svg{width:15px;color:var(--green-bright)}.access-request input:not([type=checkbox]),.access-request select{width:100%;min-height:48px;color:var(--white);font:inherit;font-size:var(--text-sm);transition:border-color var(--motion-fast) ease,box-shadow var(--motion-fast) ease;background:#0003;border:1px solid #ffffff29;border-radius:12px;outline:0;padding:0 13px}.access-request input::placeholder{color:#dcebe47a}.access-request input:focus,.access-request select:focus{border-color:var(--green-bright);box-shadow:0 0 0 3px #8edb1f1f}.access-request select{appearance:auto}.access-request__consent{color:var(--text-on-dark-secondary);cursor:pointer;grid-template-columns:auto 1fr;align-items:start;gap:9px;font-size:.72rem;line-height:1.5;display:grid}.access-request__consent input{width:18px;height:18px;accent-color:var(--yellow);margin-top:1px}.access-request .button{cursor:pointer;border:0;justify-self:start;min-height:48px}.access-request>small{color:var(--text-on-dark-muted);font-size:.7rem;line-height:1.55}.access-request__feedback{color:#e8df87;min-height:1.2em;font-size:var(--text-xs);margin:-4px 0 0;line-height:1.45}@keyframes access-backdrop-enter{0%{opacity:0}}@keyframes access-dialog-enter{0%{opacity:0;transform:translateY(12px)scale(.985)}}.footer{color:var(--white);background:#010806;padding:64px 0 24px}.footer__top{grid-template-columns:1fr auto auto;gap:64px;padding-bottom:48px;display:grid}.footer__top>div:first-child>p{max-width:320px;color:var(--text-on-dark-muted);font-size:var(--text-sm);margin:14px 0 0}.footer__top>div:first-child>.footer__legal{color:var(--text-on-dark);font-size:var(--text-label);margin-top:20px;line-height:1.7}.footer__links{align-content:start;gap:9px;min-width:150px;display:grid}.footer__links p{color:var(--text-on-dark-muted);font-size:var(--text-xs);font-weight:var(--font-semibold);letter-spacing:.08em;text-transform:uppercase;margin-bottom:5px}.footer__links a,.footer__links span{color:var(--text-on-dark);font-size:var(--text-sm)}.footer__links a:hover,.footer__links a:focus-visible{color:var(--yellow)}.footer__bottom{border-top:1px solid var(--line-dark);color:var(--text-on-dark-muted);font-size:var(--text-label);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;display:flex}.cookie-notice{z-index:900;width:100%;color:var(--white);animation:cookie-notice-enter .26s var(--motion-ease) both;background:linear-gradient(145deg,#073223,#03140e);border-top:1px solid #ffffff29;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:12px max(24px,50vw - 590px);display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -16px 48px #0000003d}.cookie-notice__icon{width:40px;height:40px;color:var(--yellow);background:#ffd11a1f;border-radius:11px;place-items:center;display:grid}.cookie-notice__icon svg{width:22px}.cookie-notice__copy{flex-wrap:wrap;align-items:baseline;gap:2px 8px;min-width:0;display:flex}.cookie-notice__copy strong{font-size:var(--text-body)}.cookie-notice__copy p{color:var(--text-on-dark-secondary);font-size:var(--text-sm);margin:0;line-height:1.5}.cookie-notice__copy button{min-height:32px;color:var(--yellow);font:inherit;font-size:var(--text-xs);font-weight:var(--font-semibold);text-underline-offset:3px;cursor:pointer;background:0 0;border:0;padding:2px 0;text-decoration:underline}.cookie-notice__actions{gap:8px;display:flex}.cookie-notice__actions .button{white-space:nowrap;justify-content:center;min-width:112px;min-height:44px;padding:0 16px}.cookie-notice__actions .button--ghost{color:var(--white);background:#ffffff14;border-color:#ffffff57}.cookie-dialog{z-index:1100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000a07cc;place-items:center;padding:24px;animation:.18s both cookie-dialog-backdrop-enter;display:grid;position:fixed;inset:0;overflow-y:auto}.cookie-dialog__panel{width:min(100%,680px);max-height:calc(100dvh - 48px);color:var(--white);animation:cookie-dialog-enter .22s var(--motion-ease) both;background:radial-gradient(circle at 90% 0,#ffd11a17,#0000 28%),linear-gradient(145deg,#073223,#03140e);border:1px solid #ffffff24;border-radius:24px;padding:26px;overflow-y:auto;box-shadow:0 34px 100px #0000007a}.cookie-dialog__panel>header{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.cookie-dialog__panel>header p{color:var(--green-bright);font-family:var(--font-mono);font-size:var(--text-xs);font-weight:var(--font-semibold);letter-spacing:.07em;text-transform:uppercase;margin:0 0 5px}.cookie-dialog__panel>header h2{margin:0;font-size:clamp(1.55rem,4vw,2.15rem);line-height:1.18}.cookie-dialog__close{width:44px;height:44px;color:var(--white);cursor:pointer;background:#ffffff0e;border:1px solid #ffffff21;border-radius:50%;flex:none;place-items:center;display:grid}.cookie-dialog__close:hover,.cookie-dialog__close:focus-visible{color:var(--yellow);border-color:#ffd11a59}.cookie-dialog__close svg{width:20px}.cookie-dialog__intro{color:var(--text-on-dark-secondary);font-size:var(--text-sm);margin:14px 0 20px;line-height:1.6}.cookie-dialog__category{background:#ffffff0b;border:1px solid #ffffff1c;border-radius:16px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:13px;padding:15px;display:grid}.cookie-dialog__category+.cookie-dialog__category{margin-top:10px}.cookie-dialog__category>span{width:40px;height:40px;color:var(--green-bright);background:#8edb1f1a;border-radius:11px;place-items:center;display:grid}.cookie-dialog__category>span svg{width:20px}.cookie-dialog__category strong{font-size:var(--text-sm);margin-bottom:3px;display:block}.cookie-dialog__category p{color:var(--text-on-dark-secondary);font-size:var(--text-xs);margin:0;line-height:1.5}.cookie-dialog__category code{color:var(--yellow);font-family:var(--font-mono)}.cookie-dialog__category>b{color:var(--green-bright);white-space:nowrap;background:#8edb1f1a;border-radius:999px;padding:6px 9px;font-size:.66rem}.cookie-dialog__category--inactive{opacity:.72}.cookie-dialog__category--inactive>b{color:var(--text-on-dark);background:#ffffff14}.cookie-dialog__actions{flex-wrap:wrap;gap:10px;margin-top:20px;display:flex}.cookie-dialog__actions .button{border-color:#ffffff2e;justify-content:center;min-height:44px}.cookie-dialog__actions .button--ghost{color:var(--white)}.footer__links button{width:max-content;min-height:32px;color:var(--text-on-dark);font:inherit;font-size:var(--text-sm);text-align:left;cursor:pointer;background:0 0;border:0;padding:0}.footer__links button:hover,.footer__links button:focus-visible{color:var(--yellow)}@keyframes cookie-notice-enter{0%{opacity:0;transform:translateY(14px)}}@keyframes cookie-dialog-backdrop-enter{0%{opacity:0}}@keyframes cookie-dialog-enter{0%{opacity:0;transform:translateY(12px)scale(.985)}}@media (width<=760px){.cookie-notice{grid-template-columns:auto minmax(0,1fr);gap:10px 12px;width:100%;padding:12px 16px}.cookie-notice__actions{grid-column:1/-1;grid-template-columns:1fr 1fr;display:grid}.cookie-notice__actions .button{width:100%;min-width:0}}@media (width<=480px){.cookie-notice{grid-template-columns:1fr}.cookie-notice__icon{display:none}.cookie-notice__actions{grid-template-columns:1fr 1fr;display:grid}.cookie-dialog{align-items:end;padding:12px}.cookie-dialog__panel{border-radius:22px 22px 14px 14px;max-height:calc(100dvh - 24px);padding:20px 16px}.cookie-dialog__category{grid-template-columns:auto minmax(0,1fr)}.cookie-dialog__category>b{grid-column:2;justify-self:start}.cookie-dialog__actions{display:grid}}@media (prefers-reduced-motion:reduce){.cookie-notice,.cookie-dialog,.cookie-dialog__panel{animation:none}}@media (width<=1100px){.site-header__nav{gap:16px}.header-contact{display:none}.hero__content{grid-template-columns:1fr}.hero__copy{max-width:720px}.ecosystem-visual{width:min(100%,720px);margin:0 auto}.product-showcase__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-tile__copy{min-height:0}.product-surface{height:280px}.journey-preparation>div{grid-template-columns:repeat(2,minmax(0,1fr))}.journey-prep-card:nth-child(3){border-top:1px solid var(--line-dark);border-left:0}.journey-prep-card:nth-child(4){border-top:1px solid var(--line-dark)}.journey-workspace{grid-template-columns:minmax(210px,.7fr) minmax(220px,.75fr) minmax(310px,1.2fr)}.security-grid,.technology-grid{grid-template-columns:repeat(2,1fr)}.technology-card--cloud{grid-column:1/-1}.technology-grid--target,.technology-panel{grid-template-columns:1fr}.technology-panel__intro{border-right:0;border-bottom:1px solid var(--line);padding:4px 4px 18px}}@media (width<=860px){.site-header{grid-template-columns:1fr auto}.site-header__nav{display:none}.menu-toggle{display:flex}.mobile-menu{visibility:hidden;border:1px solid var(--line-dark);border-radius:var(--radius-md);opacity:0;background:#020d0afa;gap:2px;padding:10px;transition:all .18s;display:grid;position:absolute;top:68px;left:16px;right:16px;transform:translateY(-8px);box-shadow:0 24px 60px #00000061}.mobile-menu--open{visibility:visible;opacity:1;transform:none}.mobile-menu a,.mobile-menu button{width:100%;min-height:46px;color:var(--text-on-dark-secondary);font:inherit;font-size:var(--text-sm);font-weight:var(--font-semibold);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;justify-content:space-between;align-items:center;padding:0 14px;display:flex}.mobile-menu a:hover,.mobile-menu a:focus-visible,.mobile-menu button:hover,.mobile-menu button:focus-visible{color:var(--white);background:#ffffff0f}.mobile-menu svg{width:17px}.journey-perspective{min-height:142px;padding:13px}.journey-workspace{grid-template-columns:minmax(250px,.72fr) minmax(0,1.28fr)}.journey-phone,.journey-activation{grid-area:1/1}.journey-preview{grid-area:1/2}.journey-route{grid-area:2/1/auto/-1;min-height:0}.journey-route__nodes,.journey-route--activation .journey-route__nodes{scroll-snap-type:x mandatory;gap:7px;padding:0 0 4px;display:flex;overflow:auto hidden}.journey-route__segment{scroll-snap-align:start;min-width:210px}.journey-route__connector{display:none}.journey-node{height:100%;min-height:72px}.journey-story{grid-template-columns:1fr}.journey-story__controls{grid-template-columns:minmax(0,1fr) auto;place-items:center start;width:100%}.journey-step-dots{justify-content:flex-start}.security__intro{grid-template-columns:1fr;gap:0}.security__seal{width:max-content;max-width:100%}.channel-panel{grid-template-columns:1fr}.roadmap-list{grid-template-columns:repeat(2,1fr);row-gap:32px}.roadmap-list article:nth-child(3),.roadmap-list article:nth-child(4){border-top:1px solid var(--line);padding-top:32px}.roadmap-list article:nth-child(n+3) .roadmap-list__line{top:-4px}.footer__top{grid-template-columns:1fr 1fr;gap:40px}.footer__top>div:first-child{grid-column:1/-1}}@media (width<=760px){.product-showcase__grid{grid-template-columns:1fr;max-width:620px;margin:0 auto}.product-surface{height:270px}}@media (width<=680px){.container{width:min(100% - 32px,1180px)}.section{padding:64px 0}.motion-enabled [data-reveal]{--reveal-y:10px}.motion-enabled .hero [data-hero-step],.motion-enabled .hero [data-map-step]{transform:translateY(7px)}.motion-enabled .hero.is-initialized [data-hero-step],.motion-enabled .hero.is-initialized [data-map-step]{transform:none}.motion-enabled .hero.is-initialized [data-map-step]{transition-delay:calc(.26s + var(--map-step,0) * 45ms)}.hero{min-height:auto;padding:98px 0 46px}.hero__content{gap:24px}.hero h1{margin-bottom:18px;font-size:clamp(2.05rem,10vw,2.4rem)}.hero__lead{margin-bottom:22px;font-size:.94rem;line-height:1.6}.hero__actions{align-items:stretch;gap:12px;display:grid}.hero__actions .button{min-height:46px}.hero__signals{display:none}.ecosystem-visual{border-radius:19px;padding:12px}.ecosystem-visual__header{min-height:38px;padding-bottom:9px}.ecosystem-visual__status{display:none}.ecosystem-visual__canvas{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;height:auto;padding-top:12px;display:grid}.ecosystem-ring,.ecosystem-link{display:none}.ecosystem-core{border-radius:20px;grid-column:1/-1;justify-self:center;width:158px;height:98px;margin-bottom:2px;position:relative;top:auto;left:auto;translate:none}.ecosystem-core:after{border-radius:26px;inset:-7px}.ecosystem-core__mark{width:40px;height:40px}.ecosystem-node,.ecosystem-node--top,.ecosystem-node--right-top,.ecosystem-node--right-bottom,.ecosystem-node--bottom,.ecosystem-node--left-bottom,.ecosystem-node--left-top{width:auto;min-height:68px;padding:8px;position:relative;inset:auto;translate:none}.ecosystem-node .product-mark{width:30px;height:30px}.ecosystem-node .product-identity{gap:6px}.ecosystem-node .product-identity__name{font-size:.75rem}.ecosystem-node p{font-size:.69rem}.ecosystem-visual__legend{justify-content:flex-start}.section-heading{margin-bottom:30px}.section-heading h2{font-size:clamp(1.75rem,7.6vw,2.08rem)}.section-heading__text{font-size:.92rem}.product-showcase{padding:64px 0 70px}.product-tile__header,.product-tile__copy,.product-tile__link{margin-left:18px;margin-right:18px}.product-tile__header{flex-wrap:wrap;min-height:78px;padding:11px 0}.product-tile__copy{min-height:0;padding-bottom:18px}.product-tile__copy h3{margin-bottom:12px;line-height:1.45}.product-surface{height:205px}.product-surface--chat{grid-template-columns:38px 41% 1fr}.chat-surface__contact:nth-child(5){display:none}.channel-panel{gap:18px;padding:18px}.channel-panel__intro>.product-identity{margin-bottom:16px}.channel-panel__options{grid-template-columns:1fr}.channel-option{grid-template-columns:50px 1fr;padding:15px}.channel-option__icon{width:50px;height:50px}.ecosystem-status__intro{grid-template-columns:auto minmax(0,1fr);padding:17px}.ecosystem-status__intro>small{grid-column:1/-1}.ecosystem-status__row--head{display:none}.ecosystem-status__row{grid-template-columns:repeat(3,minmax(0,1fr));padding:0 12px 12px}.ecosystem-status__identity{border-bottom:1px solid var(--line);grid-column:1/-1}.ecosystem-status__row>span{gap:5px;padding:12px 8px 0;display:grid}.ecosystem-status__row>span+span{border-left:0}.ecosystem-status__row>span[data-label]:before{color:#506a61;content:attr(data-label);font-family:var(--font-mono);font-size:.62rem;font-weight:var(--font-semibold);letter-spacing:.04em;text-transform:uppercase}.journey-legend{justify-content:flex-start;margin-bottom:18px}.journey-preparation>header{gap:3px;display:grid}.journey-prep-card{min-height:128px}.journey-perspectives{scroll-snap-type:x mandatory;display:flex;overflow-x:auto}.journey-perspective{scroll-snap-align:start;min-width:82%;min-height:132px}.journey-shell{border-radius:20px}.journey-shell__header{grid-template-columns:1fr;gap:10px;padding:16px}.journey-shell__header .journey-status{justify-self:start}.journey-workspace{grid-template-columns:1fr;padding:14px}.journey-phone,.journey-activation,.journey-preview,.journey-route{grid-area:auto}.journey-phone,.journey-activation{justify-self:center;width:min(100%,390px);min-height:470px}.journey-route__nodes,.journey-route--activation .journey-route__nodes{grid-template-columns:1fr;gap:0;padding:0;display:grid;overflow:visible}.journey-route__segment{min-width:0}.journey-route__connector{display:block}.journey-node{min-height:66px}.journey-preview{min-height:390px}.journey-story{min-height:0;padding:20px 16px}.journey-story__controls{grid-template-columns:1fr}.journey-controls{justify-content:center;width:100%}.journey-step-dots{justify-content:center}.journey-truth{align-items:flex-start;padding:15px 16px}.security-grid,.technology-grid,.roadmap-list{grid-template-columns:1fr}.security-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.security-grid article{padding:15px}.security-grid article>span{width:36px;height:36px;margin-bottom:14px}.security-grid h3{font-size:.9375rem}.security-grid p{font-size:var(--text-sm);line-height:1.55}.technology-card--cloud{grid-column:auto}.technology-switcher{gap:4px;padding:4px}.technology-switch{text-align:center;grid-template-columns:1fr;align-content:center;gap:3px;min-height:62px;padding:6px 8px}.technology-panel{border-radius:19px;gap:14px;padding:15px}.technology-panel__intro{padding:3px 2px 15px}.technology-panel__intro h3{margin-bottom:7px;font-size:1.2rem}.technology-card{padding:18px}.technology-card>p{min-height:0}.roadmap-list{border-top:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 14px}.roadmap-list article,.roadmap-list article:nth-child(n+3){border-top:1px solid var(--line);padding:20px 4px 4px}.roadmap-list .status{text-align:center;white-space:normal;justify-content:center;width:auto;max-width:100%}.roadmap-list__line{display:none}.faq__layout{grid-template-columns:1fr;gap:28px}.faq-item summary{min-height:66px;font-size:.94rem}.faq-item p{margin-right:28px;font-size:.86rem}.contact{padding:44px 0}.contact__content{grid-template-columns:1fr;align-items:start}.contact__action{justify-content:flex-start}.footer{padding-top:50px}.footer__top{grid-template-columns:1fr}.footer__top>div:first-child{grid-column:auto}.footer__bottom{flex-direction:column;align-items:flex-start}}@media (width<=480px){.security-grid,.roadmap-list{grid-template-columns:1fr}.security-grid article{padding:18px}.security-grid p{font-size:var(--text-body)}.roadmap-list{gap:16px}.ecosystem-status__row{grid-template-columns:1fr}.ecosystem-status__identity{grid-column:auto}.ecosystem-status__row>span[data-label]{grid-template-columns:minmax(112px,.9fr) 1.1fr;align-items:center;gap:10px}.access-modal{align-items:end;padding:12px}.access-modal__dialog{border-radius:22px 22px 14px 14px;max-height:calc(100dvh - 24px);padding:20px 16px}.access-request__fields{grid-template-columns:1fr}.access-request .button{justify-content:center;width:100%}.journey-preparation>div{grid-template-columns:1fr}.journey-prep-card{min-height:112px}.journey-prep-card+.journey-prep-card{border-top:1px solid var(--line-dark);border-left:0}.journey-perspective{min-width:91%}.journey-workspace{padding:10px}.journey-phone,.journey-activation{min-height:440px}.journey-preview{min-height:330px}.journey-state,.journey-state-preview__caption{padding:12px}.journey-control--play{min-width:138px}}@media (hover:none){.product-tile:hover,.channel-option:hover,.technology-card:hover,.technology-chip:hover{transform:none}.ecosystem-node:hover{scale:1}.journey-prep-card:hover,.journey-perspective:hover,.journey-node:hover:not(:disabled),.journey-activation li button:hover{transform:none}}@media (width<=380px){.company-mark--compact>img{width:34px;height:34px}.company-mark--compact>span{font-size:1rem}.ecosystem-visual{padding:11px 9px}.ecosystem-visual__canvas{gap:7px}.ecosystem-node{padding:8px 7px}.ecosystem-node .product-mark{width:28px;height:28px}.ecosystem-node .product-identity__name{font-size:.7rem}.ecosystem-visual__legend{gap:7px 12px}.product-tile__header .status{text-align:center;white-space:normal;justify-content:center;width:auto;max-width:126px}.channel-panel{padding:17px}.channel-option{grid-template-columns:44px 1fr;gap:11px;padding:13px}.channel-option__icon{width:44px;height:44px}}@keyframes ecosystem-signal-down{0%{opacity:0;top:0}18%,82%{opacity:1}to{opacity:0;top:calc(100% - 5px)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;transition-delay:0s!important;animation-duration:.01ms!important;animation-iteration-count:1!important;animation-delay:0s!important}.technology-chip-carousel{overflow-x:auto}.technology-chip-carousel__track{animation:none!important;transform:none!important}.technology-chip[data-duplicate=true]{display:none}}@media (pointer:coarse){button:not(:disabled),summary,a.button,.product-tile__link,.site-header__logo,.footer__links a{min-height:44px}.site-header__logo,.product-tile__link,.footer__links a{align-items:center;display:inline-flex}.footer__links a,.footer__links button{width:max-content;min-width:44px}.journey-step-dots button{width:44px;height:44px}}
