html.dark,html[data-theme=dark]{--radius:1rem;--bg-deep:#0f172a;--bg-elevated:#1e293b;--text:#f8fafc;--text-muted:#94a3b8;--accent:#3b82f6;--accent-soft:#60a5fa;--accent-hot:#93c5fd;--card:rgba(255,255,255,0.06);--card-border:rgba(148,163,184,0.2);--header-bg:rgba(15,23,42,0.98);--accent-fill-soft:rgba(59,130,246,0.12);--consent-banner-bg:rgba(15,23,42,0.96);--consent-inner-bg:rgba(30,41,59,0.98);--btn-primary-text:#ffffff;--platform-hover-border:rgba(96,165,250,0.55);--platform-icon-bg:rgba(59,130,246,0.12);--platform-card-shadow:rgba(0,0,0,0.25);--hero-dot-inactive:rgba(248,250,252,0.28);--link-color:var(--accent-hot)}html.light,html[data-theme=light]{--radius:1rem;--bg-deep:#f3f4f6;--bg-elevated:#ffffff;--text:#111827;--text-muted:#4b5563;--accent:#2563eb;--accent-soft:#3b82f6;--accent-hot:#1d4ed8;--card:#ffffff;--card-border:rgba(17,24,39,0.1);--header-bg:rgba(243,244,246,0.94);--accent-fill-soft:rgba(37,99,235,0.1);--consent-banner-bg:rgba(243,244,246,0.97);--consent-inner-bg:#ffffff;--btn-primary-text:#ffffff;--platform-hover-border:rgba(37,99,235,0.45);--platform-icon-bg:rgba(37,99,235,0.1);--platform-card-shadow:rgba(17,24,39,0.08);--hero-dot-inactive:rgba(17,24,39,0.22);--link-color:var(--accent-hot)}*{box-sizing:border-box}html{scroll-behavior:smooth;color-scheme:light dark}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body,html{margin:0;padding:0;min-height:100%}body{font-family:var(--font-body);background:var(--bg-deep);color:var(--text);line-height:1.65;-webkit-font-smoothing:antialiased}a{color:var(--link-color);text-decoration:none}a:hover{text-decoration:underline}.site-main{padding:0}.site-header{position:fixed;top:0;left:0;right:0;z-index:40;border-bottom:1px solid var(--card-border);background:var(--header-bg);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.site-header-inner{max-width:72rem;margin:0 auto;padding:1rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.logo{font-family:var(--font-display);font-weight:700;font-size:1.15rem;letter-spacing:-.03em;color:var(--text);text-decoration:none!important}.logo-mark{display:inline-flex;align-items:center;line-height:0;position:relative}.logo-img{height:3.25rem;width:auto;max-width:min(58vw,20rem);object-fit:contain}.logo-img--light,html.light .logo-img--dark,html[data-theme=light] .logo-img--dark{display:none}html.dark .logo-img--dark,html.light .logo-img--light,html[data-theme=dark] .logo-img--dark,html[data-theme=light] .logo-img--light{display:block}html.dark .logo-img--light,html[data-theme=dark] .logo-img--light{display:none}.nav{display:flex;flex-wrap:wrap;gap:.35rem 1.1rem;align-items:center;font-size:.9rem}.nav-link{color:var(--text);opacity:.92;text-decoration:none!important;transition:color .2s,opacity .2s}.nav-link:hover{color:var(--accent-hot);opacity:1}.hero-wrap{position:relative;min-height:min(92vh,52rem);display:flex;align-items:center;justify-content:center;padding:6.5rem 1.25rem 4rem;background:var(--bg-deep)}.hero-inner{position:relative;z-index:1;width:100%;max-width:52rem;text-align:center}.hero-slide{min-height:16rem}.hero-title{font-family:var(--font-display);font-weight:700;font-size:clamp(1.85rem,4.5vw,3.35rem);line-height:1.08;letter-spacing:-.04em;text-transform:uppercase;margin:0 0 1.5rem}.hero-title-line{display:block;color:var(--text)}.hero-body{font-size:clamp(1.05rem,2vw,1.25rem);color:var(--text-muted);max-width:40rem;margin:0 auto 2rem;line-height:1.55}.hero-ctas{flex-wrap:wrap;gap:.75rem}.hero-controls,.hero-ctas{display:flex;justify-content:center}.hero-controls{align-items:center;gap:1rem;margin-top:2.5rem}.hero-arrow{width:2.5rem;height:2.5rem;border-radius:999px;border:1px solid var(--card-border);background:var(--card);color:var(--text);font-size:1.25rem;line-height:1;cursor:pointer;transition:background .2s,border-color .2s}.hero-arrow:hover{border-color:var(--accent);background:var(--accent-fill-soft)}.hero-dots{display:flex;gap:.45rem}.hero-dot{width:.5rem;height:.5rem;border-radius:999px;border:none;padding:0;background:var(--hero-dot-inactive);cursor:pointer;transition:transform .2s,background .2s}.hero-dot.is-active{background:var(--accent);transform:scale(1.25)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.35rem;border-radius:999px;font-weight:600;font-size:.95rem;border:1px solid transparent;cursor:pointer;text-decoration:none!important;transition:filter .2s,transform .2s}.btn-primary{background:var(--accent);color:var(--btn-primary-text)!important}.btn-primary:hover{filter:brightness(1.05);transform:translateY(-1px)}.btn-ghost{background:transparent;color:var(--text)!important;border-color:var(--card-border)}.btn-ghost:hover{border-color:var(--accent);background:var(--accent-fill-soft)}.section{padding:clamp(3.5rem,8vw,6rem) 1.25rem;position:relative}.section-inner{max-width:72rem;margin:0 auto}.section-title{font-family:var(--font-display);font-weight:700;font-size:clamp(1.75rem,3.5vw,2.75rem);line-height:1.12;letter-spacing:-.03em;margin:0 0 1.25rem;color:var(--text)}.section-title.center{text-align:center;margin-left:auto;margin-right:auto;max-width:48rem}.section-lead{font-size:1.15rem;color:var(--text-muted);max-width:48rem;margin:0 0 2rem}.section-prose{font-size:1.05rem;color:var(--text-muted);line-height:1.7;margin:0 0 1rem}.section-prose.center{text-align:center;max-width:44rem;margin-left:auto;margin-right:auto}.text-muted{color:var(--text-muted);font-weight:500}.gradient-text{color:var(--accent)}.section-problem{background:var(--bg-elevated)}.split{display:grid;grid-gap:2.5rem;gap:2.5rem;align-items:start}@media (min-width:900px){.split{grid-template-columns:1fr 1.1fr;gap:4rem}}.problem-list{border-left:2px solid var(--accent);padding-left:1.5rem}.problem-line{margin:0 0 .35rem;color:var(--text-muted);font-size:1.05rem}.problem-line-accent{color:var(--accent-soft);font-weight:600}.problem-spacer{height:.75rem}.section-perspective{background:var(--bg-deep)}.section-platform{background:var(--bg-elevated)}.platform-grid{display:grid;grid-gap:1rem;gap:1rem;margin-bottom:2.5rem}@media (min-width:640px){.platform-grid{grid-template-columns:repeat(2,1fr)}}.platform-card{padding:1.5rem 1.35rem;border-radius:var(--radius);background:var(--card);border:1px solid var(--card-border);transition:border-color .25s,box-shadow .25s}.platform-card:hover{border-color:var(--platform-hover-border);box-shadow:0 8px 24px var(--platform-card-shadow)}.platform-icon{width:2.75rem;height:2.75rem;border-radius:.75rem;background:var(--platform-icon-bg);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:var(--accent-soft)}.platform-icon-svg{width:1.45rem;height:1.45rem}.platform-card-title{font-family:var(--font-display);font-size:1.1rem;font-weight:600;margin:0;line-height:1.35}.platform-closing{font-size:1.2rem;font-weight:600;color:var(--accent-soft);text-align:center;margin:0}.section-products{background:var(--bg-deep)}.products-grid{display:grid;grid-gap:1.25rem;gap:1.25rem}@media (min-width:1024px){.products-grid{grid-template-columns:repeat(3,1fr);align-items:stretch}}.product-card-motion{height:100%}.product-card-link{display:block;height:100%;text-decoration:none!important;color:inherit;border-radius:var(--radius)}.product-card-link:active,.product-card-link:focus,.product-card-link:focus-visible,.product-card-link:hover{text-decoration:none!important}.product-card-link .product-bullets,.product-card-link .product-bullets li,.product-card-link .product-card-more,.product-card-link .product-title{text-decoration:none!important}.product-card-link:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.product-card{display:flex;flex-direction:column;height:100%;padding:1.5rem 1.35rem;border-radius:var(--radius);background:var(--card);border:1px solid var(--card-border);transition:border-color .25s,box-shadow .25s}.product-card-link:hover .product-card{border-color:var(--platform-hover-border);box-shadow:0 8px 24px var(--platform-card-shadow)}.product-card-more{margin:1rem 0 0;font-size:.9rem;font-weight:600;color:var(--accent-soft)}.product-icon{width:2.75rem;height:2.75rem;border-radius:.75rem;background:var(--platform-icon-bg);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:var(--accent-soft);flex-shrink:0}.product-icon-svg{width:1.45rem;height:1.45rem}.product-title{font-family:var(--font-display);font-size:1.15rem;font-weight:600;margin:0 0 1rem;line-height:1.3;color:var(--text)}.product-bullets{margin:0;padding-left:1.15rem;color:var(--text-muted);font-size:.95rem;line-height:1.6;flex:1 1}.product-bullets li{margin-bottom:.5rem}.product-bullets li:last-child{margin-bottom:0}.section-delivers{background:var(--bg-deep);border-top:1px solid var(--card-border)}.delivers-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.delivers-arrows{display:flex;gap:.35rem}.delivers-scroller{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:.5rem;margin:0 -1.25rem;padding-left:1.25rem;padding-right:1.25rem;scrollbar-width:thin}.delivers-scroller::-webkit-scrollbar{height:6px}.delivers-scroller::-webkit-scrollbar-thumb{background:var(--card-border);border-radius:99px}.deliver-card{flex:0 0 min(100%,320px);scroll-snap-align:start;padding:1.75rem 1.5rem;border-radius:var(--radius);background:var(--card);border:1px solid var(--card-border)}.deliver-role{font-size:.8rem;text-transform:uppercase;letter-spacing:.12em;color:var(--accent-soft);margin:0 0 .75rem}.deliver-headline{font-family:var(--font-display);font-size:1.25rem;margin:0 0 1rem;line-height:1.3}.deliver-bullets{margin:0;padding-left:1.1rem;color:var(--text-muted);font-size:.98rem}.section-insight{background:var(--bg-elevated)}.insight-layout{display:grid;grid-gap:2rem;gap:2rem}@media (min-width:800px){.insight-layout{grid-template-columns:1fr 1.1fr;align-items:start}}.insight-quote{margin:0;padding:0;border:none;font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;line-height:1.2;color:var(--accent-soft)}.insight-quote-line{display:block}.section-team{background:var(--bg-deep)}.team-grid{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.team-card{display:flex;flex-direction:column;gap:.75rem;padding:1.35rem 1.25rem;border-radius:var(--radius);background:var(--card);border:1px solid var(--card-border);text-decoration:none!important;color:inherit;transition:border-color .2s,box-shadow .2s}.team-card:hover{border-color:var(--accent);box-shadow:0 8px 24px var(--platform-card-shadow)}.team-photo-wrap{display:block;width:100%;aspect-ratio:1;border-radius:calc(var(--radius) - 2px);overflow:hidden;background:var(--bg-elevated);border:1px solid var(--card-border)}.team-photo{display:block;width:100%;height:100%;object-fit:cover;object-position:center top}.team-name{font-family:var(--font-display);font-weight:700;font-size:1.1rem;color:var(--text)}.team-role{font-size:.9rem;color:var(--text-muted)}.team-link{font-size:.85rem;color:var(--accent-hot);margin-top:.35rem}.section-contact{padding-bottom:5rem;background:var(--bg-elevated)}.contact-inner{text-align:center}.contact-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-top:.5rem}.site-footer{border-top:1px solid var(--card-border);padding:2rem 1.25rem;color:var(--text-muted);font-size:.9rem;background:var(--bg-deep)}.site-footer-inner{max-width:72rem;margin:0 auto;display:flex;flex-wrap:wrap;gap:.75rem 1rem;justify-content:space-between;align-items:center}.footer-nav{margin:0;font-size:.9rem;line-height:1.5}.footer-nav a{color:var(--text-muted);text-decoration:none}.footer-nav a:hover{color:var(--text);text-decoration:underline}.consent-banner{position:fixed;bottom:0;left:0;right:0;z-index:50;padding:1rem;background:var(--consent-banner-bg)}.consent-inner{max-width:40rem;margin:0 auto;background:var(--consent-inner-bg);border:1px solid var(--card-border);border-radius:var(--radius);padding:1.25rem 1.5rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.consent-title{margin:0 0 .5rem;font-size:1.05rem;font-family:var(--font-display)}.consent-desc{margin:0 0 1rem;color:var(--text-muted);font-size:.92rem}.consent-actions{display:flex;flex-wrap:wrap;gap:.75rem}.prose{max-width:42rem;margin:0 auto;padding:5rem 1.25rem 4rem}.prose h1{font-family:var(--font-display);margin-top:0}.product-hub-cards{list-style:none;padding:0;margin:2rem 0;display:flex;flex-direction:column;gap:1rem}.product-hub-card{margin:0}.product-hub-card-link{display:flex;flex-direction:column;gap:.5rem;padding:1.25rem 1.35rem;border-radius:var(--radius);background:var(--card);border:1px solid var(--card-border);text-decoration:none!important;color:inherit;transition:border-color .25s,box-shadow .25s}.product-hub-card-link:active,.product-hub-card-link:focus,.product-hub-card-link:focus-visible{text-decoration:none!important}.product-hub-card-link .product-hub-card-cta,.product-hub-card-link .product-hub-card-desc,.product-hub-card-link .product-hub-card-title,.product-hub-card-link:hover{text-decoration:none!important}.product-hub-card-link:hover{border-color:var(--platform-hover-border);box-shadow:0 8px 24px var(--platform-card-shadow)}.product-hub-card-title{font-family:var(--font-display);font-size:1.25rem;font-weight:600}.product-hub-card-desc{font-size:.95rem;color:var(--text-muted);line-height:1.5}.product-hub-card-cta{font-size:.9rem;font-weight:600;color:var(--accent-soft)}.product-detail-nav{font-size:.9rem;color:var(--text-muted);margin-bottom:1.5rem}.product-detail-nav a{color:var(--accent-soft);text-decoration:none}.product-detail-nav a:hover{text-decoration:underline}.product-detail-nav-current{color:var(--text-muted)}.product-detail-footer-links a{color:var(--accent-soft);text-decoration:none}.product-detail-footer-links a:hover{text-decoration:underline}.not-found{text-align:center;padding:6rem 1.25rem}.not-found h1{font-family:var(--font-display);font-size:2rem}.locale-switcher{display:inline-flex;align-items:center}.locale-trigger .MuiButton-startIcon{margin-right:.25rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.platform-soon-page{min-height:calc(100vh - 5rem);display:flex;align-items:center;justify-content:center;padding:2.5rem 1.25rem 4rem;box-sizing:border-box}.platform-soon-card{width:100%;max-width:28rem;padding:2.25rem 2rem 2.5rem;text-align:center;background:var(--card);border:1px solid var(--card-border);border-radius:var(--radius);box-shadow:0 20px 48px var(--platform-card-shadow)}.platform-soon-badge{display:inline-block;margin:0 0 1.25rem;padding:.35rem .85rem;font-size:.72rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--accent-hot);background:var(--accent-fill-soft);border-radius:999px;border:1px solid var(--platform-hover-border)}.platform-soon-title{margin:0 0 1rem;font-family:var(--font-display);font-size:clamp(1.45rem,4vw,1.85rem);font-weight:600;line-height:1.25}.platform-soon-body{margin:0 0 1.75rem;color:var(--text-muted);font-size:1.02rem;line-height:1.6}.platform-soon-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}