@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;1,400&family=DM+Mono:wght@400;500&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;1,9..40,300&family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,700;0,9..144,900;1,9..144,300;1,9..144,700&family=Geist:wght@300;400;500;600;700&family=Montserrat:wght@500;600;700;800&display=swap";:root{font-family:Cormorant Garamond,Georgia,serif;line-height:1.5;font-weight:400;--hero-wordmark-size: clamp(28px, 6vw, 52px);--hero-wordmark-x: 0;--hero-wordmark-y: 0;--hero-a-size: 1em;--hero-a-x: 0;--hero-a-y: 0}html{overflow:hidden;height:100%;scroll-behavior:smooth}html.scroll-unlocked{overflow:auto;height:auto}body{margin:0;min-height:100vh;height:100%;background-color:#f7f4ef;overflow:hidden;position:fixed;width:100%}h1,.h1{font-family:Fraunces,serif}body.scroll-unlocked{overflow:auto;height:auto;position:static}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;margin-left:0;box-sizing:border-box}.hero--clickable{cursor:pointer}.hero-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:1rem}.hero-box{position:absolute;padding:20px 40px;background:#213c4e;top:100px;left:50px;width:240vw;height:350px;display:flex;flex-direction:column;justify-content:center}.hero-logo-group{display:flex;flex-direction:column;object-position:center}.hero-logo-split-cell{gap:10px}.hero-logo-spacer{min-height:4rem}.hero-logo-morph-wrap{display:inline-flex;align-items:center;justify-content:center;transition:opacity .35s ease}.split-a-ball-wrap{flex-shrink:0;line-height:1}.split-a-ball-wrap .split-a{line-height:1}.hero-logo-mark{flex-shrink:0}.hero-logo-placeholder,.hero-logo-img{width:min(520px,80vw);height:auto;object-fit:contain;z-index:1}.hero-logo-split{font-size:var(--hero-wordmark-size);transform:translate(var(--hero-wordmark-x),var(--hero-wordmark-y))}.logo-split{font-family:Montserrat,sans-serif;display:flex;align-items:baseline;text-transform:uppercase;white-space:nowrap;line-height:1}.hero-logo-split .split-rest{font-size:1em}.split-a{font-size:var(--hero-a-size);font-weight:600;letter-spacing:.04em;color:#f4a96a;transform:translate(var(--hero-a-x),var(--hero-a-y))}.split-rest{font-weight:200;letter-spacing:.22em;color:#0a0a0b}.hero-tagline{margin:350px 0 0;font-size:clamp(.75rem,2vw,1rem);font-weight:500;letter-spacing:.25em;text-transform:uppercase;color:#7f7f7f;transition:opacity .25s ease}.hero-tagline.tg{margin-top:0;object-fit:center;font-family:DM Mono,monospace;font-weight:300;font-size:clamp(7px,1.5vw,10px);letter-spacing:.2em;color:#96918b}.hero-cta{position:absolute;object-position:center;top:400px;left:-42px;width:400px;font-family:DM Mono,monospace;font-weight:300;font-size:clamp(7px,1.5vw,10px);letter-spacing:.2em;color:#96918b}.logo-morph{position:fixed;top:50%;left:50%;z-index:60;transition:transform .5s ease-out}.logo-morph-img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:min(520px,80vw);height:auto;object-fit:contain;transition:opacity .4s ease}.logo-morph-ball{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:block;text-decoration:none;cursor:pointer;color:inherit}.logo-morph-ball:hover{opacity:.9}.logo-morph-logo-content .split-a{transform:none}.navbar{position:fixed;top:28px;left:0;width:280px;z-index:50;opacity:0;visibility:hidden;pointer-events:none;transform:translate(-10px);transition:opacity .35s ease,visibility .35s ease,transform .35s ease}.navbar.scrolled{opacity:1;visibility:visible;pointer-events:auto;transform:translate(0)}.navbar .logo{margin-left:24px;margin-top:12px}.navbar-rail{height:100%;width:280px;display:flex;justify-content:flex-start;flex-direction:column;gap:5px}.navbar-stack{display:flex;flex-direction:column;align-items:flex-start;gap:0;margin-left:10px}.navbar-mark{flex-shrink:0;display:block;color:#0a0a0b}.navbar.scrolled .navbar-mark{width:58px;height:58px;position:absolute;top:5px;left:28px}.nav-bar{position:fixed;top:20px;left:50%;transform:translate(-50%) translateY(-120%);z-index:50;width:calc(100% - 2rem);max-width:630px;background:#2c2c2c;border-radius:12px;padding:.5rem 1rem .5rem .75rem;box-shadow:0 4px 24px #00000026;opacity:0;visibility:hidden;transition:transform .4s cubic-bezier(.25,.46,.45,.94),opacity .35s ease,visibility .35s ease}.nav-bar--visible{transform:translate(-50%) translateY(0);opacity:1;visibility:visible}.nav-bar__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}.nav-bar__links{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:.25rem;flex:1;justify-content:center}.nav-bar__link{font-family:Montserrat,sans-serif;font-size:.8125rem;font-weight:500;letter-spacing:.04em;color:#ffffffe6;text-decoration:none;padding:.5rem .75rem;border-radius:8px;transition:color .2s ease,background .2s ease}.nav-bar__link:hover{color:#fff;background:#ffffff14}.nav-bar__login{font-family:Montserrat,sans-serif;font-size:.8125rem;font-weight:600;letter-spacing:.04em;color:#2c2c2c;background:#fff;border:none;padding:.5rem 1rem;border-radius:8px;flex-shrink:0;cursor:pointer;transition:background .2s ease,color .2s ease}.nav-bar__login:hover{background:#f7f4ef;color:#0a0a0b}.site-body{max-width:1100px;margin:0 auto;padding:0 2rem;position:relative}.site-body-lines{position:relative;min-height:100vh}.clients{padding:2rem 0 1.5rem;width:100vw;margin-left:calc(-50vw + 50%);box-sizing:border-box;margin-top:-1rem}.partners{width:100vw;margin-left:calc(-50vw + 50%);box-sizing:border-box;position:relative;z-index:1;margin-top:-1.25rem;margin-bottom:-.35rem;padding:.25rem 0 0}.clients__title{margin:0;font-family:Fraunces,serif;font-size:clamp(28px,4.2vw,42px);color:#f0eef5;text-align:center;line-height:1.1}.clients__subtitle{font-family:Geist,sans-serif;font-size:15px;font-weight:400;color:var(--t3, #998b78);text-align:center;margin-bottom:1.5rem;letter-spacing:.01em;line-height:1.5;white-space:nowrap}.logo-showcase{margin:1rem 0 0;position:relative}@media(min-width:690px){.logo-showcase{margin:1.5rem 0 0}}.partners-showcase{margin-top:0;margin-bottom:1.75rem;height:350px}.clients-showcase{margin-top:1.5rem;margin-bottom:1.5rem}.clients-showcase__inner{position:relative;border:1px solid rgba(196,184,232,.2);padding:.95rem .85rem .01rem;background:radial-gradient(120% 180% at 0% 0%,rgba(244,169,106,.12) 0%,transparent 48%),radial-gradient(90% 140% at 100% 100%,rgba(196,184,232,.14) 0%,transparent 52%),linear-gradient(145deg,#ffffffdb,#ffffffb8);box-shadow:0 6px 20px #c4b8e81f,inset 0 1px #ffffff73,inset 0 -12px 30px #c4b8e81a;overflow:hidden;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.clients-showcase__inner:before{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(90deg,rgba(0,0,0,.025) 0,rgba(0,0,0,.025) 1px,transparent 1px,transparent 20px),repeating-linear-gradient(0deg,rgba(0,0,0,.018) 0,rgba(0,0,0,.018) 1px,transparent 1px,transparent 20px);opacity:.45;pointer-events:none}.clients-showcase .clients__title,.clients-showcase .clients__subtitle{position:relative;z-index:2}.clients-showcase .clients__subtitle{white-space:normal;max-width:740px;font-size:13px;margin-bottom:.75rem;margin-inline:auto}.clients-showcase .marquee{position:relative;z-index:2;height:142px}.clients-showcase .marquee-item{padding:0 .65rem}.clients-showcase .marquee-item img{max-height:56px}.partners-showcase__inner{position:relative;border:1px solid rgba(196,184,232,.2);padding:.95rem .85rem .4rem;background:radial-gradient(120% 180% at 0% 0%,rgba(244,169,106,.12) 0%,transparent 48%),radial-gradient(90% 140% at 100% 100%,rgba(196,184,232,.14) 0%,transparent 52%),linear-gradient(145deg,#ffffffdb,#ffffffb8);box-shadow:0 6px 20px #c4b8e81f,inset 0 1px #ffffff73,inset 0 -12px 30px #c4b8e81a;overflow:hidden;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transform:translateY(12px)}.partners-showcase__inner:before{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(90deg,rgba(0,0,0,.025) 0,rgba(0,0,0,.025) 1px,transparent 1px,transparent 20px),repeating-linear-gradient(0deg,rgba(0,0,0,.018) 0,rgba(0,0,0,.018) 1px,transparent 1px,transparent 20px);opacity:.45;pointer-events:none}.partners-showcase .clients__title,.partners-showcase .clients__subtitle{position:relative;z-index:2}.partners-showcase .clients__subtitle{white-space:normal;max-width:740px;font-size:13px;margin-bottom:.75rem;margin-inline:auto}.partners-showcase .marquee{position:relative;z-index:2;height:142px}.partners-showcase .marquee-item{padding:0 .65rem}.partners-showcase .marquee-item img{max-height:56px}.clients .logo-showcase .marquee,.partners .logo-showcase .marquee{overflow:hidden;height:140px}.clients .logo-showcase .marquee-box,.partners .logo-showcase .marquee-box{display:flex;gap:1.25rem;animation:marquee 30s linear infinite;width:max-content}.clients .logo-showcase .marquee-item,.partners .logo-showcase .marquee-item{flex:0 0 auto;display:flex;align-items:center;justify-content:center;padding:0 1rem}.clients .logo-showcase .marquee-item img,.partners .logo-showcase .marquee-item img{max-height:80px;width:auto;object-fit:contain;filter:grayscale(.1);opacity:.7;transition:opacity .3s ease,filter .3s ease}.clients .logo-showcase .marquee-item img:hover,.partners .logo-showcase .marquee-item img:hover{opacity:1;filter:grayscale(0)}.clients .logo-showcase .gradient-edge,.partners .logo-showcase .gradient-edge{position:absolute;top:0;bottom:0;width:100px;pointer-events:none;z-index:1}.clients .logo-showcase .gradient-edge:first-child,.partners .logo-showcase .gradient-edge:first-child{left:0;background:linear-gradient(to right,#f7f4ef,transparent)}.clients .logo-showcase .gradient-edge:nth-child(2),.partners .logo-showcase .gradient-edge:nth-child(2){right:0;background:linear-gradient(to left,#f7f4ef,transparent)}html.theme-dark .clients .logo-showcase .marquee-item img,html.theme-dark .partners .logo-showcase .marquee-item img{filter:grayscale(1) brightness(0) invert(1);opacity:.6}html.theme-dark .clients .logo-showcase .marquee-item img:hover,html.theme-dark .partners .logo-showcase .marquee-item img:hover{opacity:.9;filter:grayscale(.5) brightness(0) invert(1)}html.theme-dark .clients .logo-showcase .gradient-edge:first-child,html.theme-dark .partners .logo-showcase .gradient-edge:first-child{background:linear-gradient(to right,#14121e,transparent)}html.theme-dark .clients .logo-showcase .gradient-edge:nth-child(2),html.theme-dark .partners .logo-showcase .gradient-edge:nth-child(2){background:linear-gradient(to left,#14121e,transparent)}html.theme-dark .partners-showcase__inner,html.theme-dark .clients-showcase__inner{border-color:#c4b8e833;background:radial-gradient(120% 180% at 0% 0%,rgba(244,169,106,.14) 0%,transparent 48%),radial-gradient(90% 140% at 100% 100%,rgba(196,184,232,.2) 0%,transparent 52%),linear-gradient(145deg,#1e1a2ceb,#14121ee0);box-shadow:0 8px 24px #00000061,inset 0 1px #ffffff0f,inset 0 -12px 30px #00000052}html.theme-dark .clients-showcase__inner:before{background-image:repeating-linear-gradient(90deg,rgba(255,255,255,.03) 0,rgba(255,255,255,.03) 1px,transparent 1px,transparent 20px),repeating-linear-gradient(0deg,rgba(255,255,255,.02) 0,rgba(255,255,255,.02) 1px,transparent 1px,transparent 20px)}html.theme-dark .clients-showcase .gradient-edge:first-child{background:linear-gradient(to right,rgba(27,22,39,1),transparent)}html.theme-dark .clients-showcase .gradient-edge:nth-child(2){background:linear-gradient(to left,rgba(27,22,39,1),transparent)}html.theme-dark .partners-showcase__inner:before{background-image:repeating-linear-gradient(90deg,rgba(255,255,255,.03) 0,rgba(255,255,255,.03) 1px,transparent 1px,transparent 20px),repeating-linear-gradient(0deg,rgba(255,255,255,.02) 0,rgba(255,255,255,.02) 1px,transparent 1px,transparent 20px)}html.theme-dark .partners-showcase .gradient-edge:first-child{background:linear-gradient(to right,rgba(27,22,39,1),transparent)}html.theme-dark .partners-showcase .gradient-edge:nth-child(2){background:linear-gradient(to left,rgba(27,22,39,1),transparent)}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(min-width:768px){.clients .logo-showcase .marquee-box{gap:3rem}}.footer{display:flex;justify-content:center;width:100vw;margin-left:calc(-50vw + 50%);padding:0 24px 40px;box-sizing:border-box;background:#14121e;border-top:none}.footer-card{display:flex;flex-direction:column;align-items:center;gap:12px;margin-top:-32px;padding:40px 56px 36px;background:#c4b8e80a;border:1px solid rgba(196,184,232,.06);border-radius:16px;max-width:640px;width:100%}.footer-hero-logo{display:inline-flex;align-items:baseline;text-decoration:none;font-family:Montserrat,sans-serif;font-size:clamp(24px,3.5vw,36px);line-height:1}.footer-hero-a{display:inline-flex;align-items:center;justify-content:center;font-weight:600;letter-spacing:.04em;color:#14121e;background:#c4b8e8;width:1.1em;height:1.1em;border-radius:4px}.footer-hero-rest{font-weight:200;letter-spacing:.22em;color:#f0eef5e6;margin-left:.08em}.footer-tagline{font-family:DM Mono,monospace;font-size:10px;font-weight:300;text-transform:uppercase;color:#c4b8e880;letter-spacing:.25em;margin:0}.footer-row{display:flex;align-items:center;gap:16px;margin-top:8px}.footer-dot{color:#c4b8e84d;font-size:12px;-webkit-user-select:none;user-select:none}.footer-copyright{font-family:Geist,sans-serif;color:#c4b8e866;font-size:11px;margin:0}.footer-links{display:flex;gap:18px}.footer-links a{font-family:Geist,sans-serif;color:#c4b8e873;text-decoration:none;font-size:11px;letter-spacing:.02em;transition:color .2s ease}.footer-links a:hover{color:#c4b8e8}.footer-social{display:flex;gap:8px}.footer-social a{color:#c4b8e866;display:inline-flex;transition:color .2s ease}.footer-social a:hover{color:#c4b8e8}.footer-social svg{width:14px;height:14px}html:not(.theme-dark) .footer{background:#f7f4ef}html:not(.theme-dark) .footer-card{background:#1e140a08;border-color:#1e140a0f}html:not(.theme-dark) .footer-hero-a{background:#e8935a;color:#f7f4ef}html:not(.theme-dark) .footer-hero-rest{color:#1e140ad9}html:not(.theme-dark) .footer-tagline{color:#1e140a66}html:not(.theme-dark) .footer-dot{color:#1e140a33}html:not(.theme-dark) .footer-copyright{color:#1e140a59}html:not(.theme-dark) .footer-links a{color:#1e140a66}html:not(.theme-dark) .footer-links a:hover{color:#e8935a}html:not(.theme-dark) .footer-social a{color:#1e140a59}html:not(.theme-dark) .footer-social a:hover{color:#e8935a}@media(max-width:600px){.footer{padding:0 16px 32px}.footer-card{padding:32px 24px 28px;margin-top:-24px}.footer-row{flex-wrap:wrap;justify-content:center;gap:10px}.footer-dot{display:none}}.animated-counters-row{display:flex;flex-direction:row;justify-content:space-between;align-items:stretch;gap:1.5rem;min-height:auto;margin-top:0;padding:2rem max(42px,env(safe-area-inset-right)) 1rem max(42px,env(safe-area-inset-left));width:100vw;max-width:100vw;margin-left:calc(-50vw + 50%);box-sizing:border-box;position:relative;z-index:3}.animated-counter-dsp,.animated-counter-agent{flex:0 1 280px;min-width:0;scroll-margin-top:150px;display:flex;flex-direction:column;align-items:stretch;position:relative}.animated-counter-dsp__block,.animated-counter-agent__block{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;background:#ffffff80;border:1px solid rgba(229,225,218,.45);border-radius:14px;padding:2rem 1.75rem 1.75rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:border-color .3s ease,transform .35s ease}.animated-counter-dsp__block:hover,.animated-counter-agent__block:hover{border-color:#e8935a40;transform:translateY(-3px)}.animated-counter-dsp__subtitle,.animated-counter-agent__subtitle{font-family:Cormorant Garamond,Georgia,serif;font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#fff;margin:0 0 1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(229,225,218,.5);width:100%}.animated-counter-dsp__inner,.animated-counter-agent__inner{display:flex;flex-direction:column;gap:0;width:100%}.animated-counter-dsp__item,.animated-counter-agent__item{padding:.9rem 0;background:transparent;border:none;border-bottom:1px solid rgba(229,225,218,.35)}.animated-counter-dsp__item:last-child,.animated-counter-agent__item:last-child{border-bottom:none;padding-bottom:0}.animated-counter-dsp__number,.animated-counter-agent__number{font-family:Georgia,Times New Roman,serif;font-size:1.75rem;font-weight:700;color:#0a0a0b;letter-spacing:-.02em;line-height:1.15}.animated-counter-dsp__label,.animated-counter-agent__label{font-family:Cormorant Garamond,Georgia,serif;font-size:.78rem;font-weight:600;color:#19191ceb;line-height:1.4;letter-spacing:.01em;margin-top:.3rem}html.theme-dark .animated-counter-dsp__block,html.theme-dark .animated-counter-agent__block{background:#1e1a2c66;border-color:#c4b8e81a}html.theme-dark .animated-counter-dsp__block:hover,html.theme-dark .animated-counter-agent__block:hover{border-color:#c4b8e840}html.theme-dark .animated-counter-dsp__subtitle,html.theme-dark .animated-counter-agent__subtitle{color:#fff;border-bottom-color:#c4b8e81f}html.theme-dark .animated-counter-dsp__item,html.theme-dark .animated-counter-agent__item{border-bottom-color:#c4b8e814}html.theme-dark .animated-counter-dsp__number,html.theme-dark .animated-counter-agent__number{color:#f0eef5}html.theme-dark .animated-counter-dsp__label,html.theme-dark .animated-counter-agent__label{color:#f0eef5e6}@media(max-width:900px){.animated-counters-row{gap:1rem;padding:3rem 1.5rem 2rem}.animated-counter-dsp,.animated-counter-agent{flex:0 1 240px}}@media(max-width:767px){.animated-counters-row{flex-direction:column;align-items:center;padding:3rem 1rem;gap:1.25rem}.animated-counter-dsp,.animated-counter-agent{flex:none;width:100%;max-width:360px}.animated-counter-dsp__number,.animated-counter-agent__number{font-size:1.4rem}}@media(min-width:768px)and (max-width:1024px){html,body{overflow-x:hidden}:root{--hero-wordmark-size: clamp(24px, 5vw, 44px)}.hero{padding:1.5rem;margin-left:0;min-height:100svh}.hero-content{width:100%;min-height:calc(100svh - 3rem)}.hero-logo-group.hero-logo-split-cell{width:100%;min-height:calc(100svh - 3rem);display:grid;grid-template-rows:1fr auto auto 1fr auto;justify-items:center;gap:0}.hero-logo-split{grid-row:2;justify-self:center;margin:0}.hero-logo-spacer{display:none}.hero-tagline.tg{grid-row:3;font-size:clamp(8px,2vw,10px);text-align:center;margin:.35rem 0 0}.hero-cta{grid-row:5;position:static;font-size:clamp(8px,2vw,10px);width:auto;max-width:min(90vw,460px);margin:.6rem auto max(20px,env(safe-area-inset-bottom));text-align:center;left:auto;transform:none}.logo-morph{transform-origin:center center}.navbar{width:120px}.nav-bar{top:max(16px,env(safe-area-inset-top));width:calc(100% - 1.5rem);max-width:640px;padding:.45rem .65rem}.nav-bar__inner{gap:.4rem}.nav-bar__links{gap:.1rem}.nav-bar__link{font-size:.75rem;padding:.5rem .6rem}.nav-bar__login{font-size:.75rem;padding:.5rem .8rem}.theme-toggle{top:max(16px,env(safe-area-inset-top));right:max(16px,env(safe-area-inset-right))}.site-body{padding:0 clamp(1rem,3vw,1.5rem)}.site-body-lines{overflow-x:clip}.solution-section{padding:3rem 1.5rem}.solution-section .solutions-title{font-size:clamp(1.75rem,4.5vw,2.5rem)}.solution-card{padding:1.5rem 1.5rem 1.75rem}.solution-headline{font-size:clamp(1.25rem,3.5vw,1.875rem)}.solutions-section{display:block;padding:132px 0 44px;min-height:auto;height:auto}.sol-header{text-align:center;padding:0 24px 56px;position:relative;top:auto}.sol-subtitle{margin:18px auto 0}.sol-nav{position:static;transform:none;width:auto;max-width:none;justify-content:center;padding:0 16px;margin-bottom:50px;border:0;box-shadow:none;background:transparent;opacity:1;visibility:visible;pointer-events:auto}.sol-divider{margin-bottom:52px}.slide{flex-direction:column;align-items:center;padding:0 clamp(16px,6vw,72px) 82px}.info-col{max-width:100%}.animated-counters-row{flex-wrap:wrap;justify-content:center;gap:1rem;padding:2.5rem 1rem 1.25rem}.dashboard-preview-card{flex:1 1 100%;width:100%;margin-top:.75rem}.dashboard-preview-card__block{width:min(100%,760px);margin-inline:auto;padding:clamp(24px,4vw,42px) clamp(20px,4.8vw,54px)}.animated-counter-dsp,.animated-counter-agent{flex:1 1 min(280px,46%);max-width:360px}.contact-section{padding:clamp(56px,8vw,92px) 16px}.contact-map-canvas{height:min(48vw,320px)}}@media(min-width:768px)and (max-width:1024px)and (hover:none)and (pointer:coarse){.dashboard-preview-card__block:hover{transform:none;box-shadow:0 8px 40px #c4b8e833}.sol-cta:hover{transform:none}}@media(max-width:767px){html,body{overflow:auto!important;height:auto!important;position:static!important}:root{--hero-wordmark-size: clamp(20px, 8vw, 36px)}.hero{padding:1rem;margin-left:0;min-height:100svh}.hero-content{width:100%;min-height:calc(100svh - 2rem);gap:.75rem}.hero-logo-spacer{display:none}.hero-logo-group.hero-logo-split-cell{width:100%;min-height:calc(100svh - 2rem);display:grid;grid-template-rows:1fr auto auto 1fr auto;justify-items:center}.hero-logo-split{grid-row:2;justify-self:center;margin:0}.hero-tagline.tg{grid-row:3;font-size:9px;letter-spacing:.18em;text-align:center;margin:.35rem 0 0}.hero-cta{grid-row:5;position:static;width:auto;max-width:320px;margin:.45rem auto max(18px,env(safe-area-inset-bottom));text-align:center;font-size:9px;letter-spacing:.16em}.nav-bar{top:max(12px,env(safe-area-inset-top));width:calc(100% - 1rem);padding:.4rem .5rem}.nav-bar__inner{gap:.35rem}.nav-bar__links{gap:0}.nav-bar__link{font-size:.7rem;padding:.4rem .5rem}.nav-bar__login{font-size:.7rem;padding:.4rem .65rem}.theme-toggle{top:max(12px,env(safe-area-inset-top));right:max(12px,env(safe-area-inset-right))}.theme-toggle-track{width:32px;height:18px}.theme-toggle-thumb{width:14px;height:14px}.theme-toggle-track--dark .theme-toggle-thumb{transform:translate(14px)}.theme-toggle--scrolled .theme-toggle-icon{padding:5px}.site-body{padding:0 1rem}.solution-section{padding:2.5rem 1rem}.solution-section .solutions-title{font-size:clamp(1.5rem,8vw,2rem);padding-top:1.5rem}.solution-intro{font-size:.875rem}.solution-stack{margin-top:1.5rem;min-height:380px}.solution-stack__card{height:380px;margin-top:-380px;padding:1rem 1.25rem}.solution-stack__card:first-child{margin-top:0}.solution-stack__card--tab{padding:1rem 1.25rem}.solution-stack__card--tab .solution-stack__card-title{font-size:.875rem}.solution-stack__card--active .solution-stack__card-body{max-height:300px}.solution-stack__card-title{font-size:.9375rem}.solution-stack__card-focus{font-size:.6875rem}.solution-stack__card-headline{font-size:.9375rem}.solution-stack__card-desc{font-size:.8125rem}.solution-stack__card-features{font-size:.75rem;padding-left:1rem}.solution-stack__icon{width:18px;height:18px}.solution-card{padding:1.25rem 1rem 1.5rem}.solution-header{padding-right:2rem}.solution-title{font-size:.875rem;letter-spacing:.1em}.solution-headline{font-size:clamp(1.25rem,6vw,1.5rem)}.solution-body{font-size:.875rem}.solution-feature{font-size:.8125rem;margin-bottom:.5rem}.solution-slide{padding:1rem}.solution-slide .solution-card{max-width:100%}}.theme-toggle{position:fixed;top:28px;right:28px;z-index:100;display:flex;align-items:center;justify-content:center;padding:0;border:none;background:transparent;cursor:pointer;transition:transform .25s ease,opacity .25s ease}.theme-toggle:hover{opacity:.9}.theme-toggle:focus-visible{outline:2px solid #f4a96a;outline-offset:4px}.theme-toggle-slider{display:flex;align-items:center;gap:6px}.theme-toggle-icons{display:flex;align-items:center;gap:4px}.theme-toggle-sun,.theme-toggle-moon{display:flex;align-items:center;justify-content:center;transition:color .3s ease}.theme-toggle-track{width:36px;height:20px;border-radius:10px;background:#0a0a0b1f;position:relative;transition:background .3s ease}.theme-toggle-track--dark{background:#c4b8e859}.theme-toggle-thumb{position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:#f4a96a;transition:transform .3s cubic-bezier(.25,.46,.45,.94)}.theme-toggle-track--dark .theme-toggle-thumb{transform:translate(16px);background:#c4b8e8}.theme-toggle--scrolled .theme-toggle-icon{display:flex;align-items:center;justify-content:center;padding:6px;border-radius:50%;background:#fff9;transition:background .25s ease}html.theme-dark .theme-toggle--scrolled .theme-toggle-icon{background:#14121eb3}html.theme-dark{color-scheme:dark}html.theme-dark body,html.theme-dark .hero{background-color:#14121e}html.theme-dark .split-rest{color:#f0eef5}html.theme-dark .hero-tagline.tg,html.theme-dark .hero-cta{color:#f0eef5b3}html.theme-dark .navbar-mark{color:#f0eef5}html.theme-dark .solutions-title-wrap:before{border-color:#c4b8e840}html.theme-dark .solution-card{background:#1e1a2ce6;border-color:#c4b8e833}html.theme-dark .solution-card:before{background:linear-gradient(180deg,#c4b8e8,#a89ed6)}html.theme-dark .solution-title,html.theme-dark .solution-headline,html.theme-dark .solution-body,html.theme-dark .solution-feature,html.theme-dark .solution-feature strong{color:#f0eef5}html.theme-dark .solution-focus{color:#c4b8e8cc}html.theme-dark .solution-number{color:#c4b8e8b3}html.theme-dark .solution-feature:before{background:#c4b8e8}html.theme-dark .solutions-title{color:#f0eef5}html.theme-dark .solution-stack__card{background:#1e1a2ce6;border-color:#c4b8e833;box-shadow:0 1px 3px #0003}html.theme-dark .solution-stack__card:hover{box-shadow:0 8px 24px #0000004d}html.theme-dark .solution-stack__card--active:hover{box-shadow:0 12px 32px #00000059}html.theme-dark .solution-stack__card-title{color:#f0eef5}html.theme-dark .solution-stack__card-focus{color:#c4b8e8e6}html.theme-dark .solution-stack__card-headline{color:#f0eef5}html.theme-dark .solution-stack__card-desc,html.theme-dark .solution-stack__card-features{color:#f0eef5bf}html.theme-dark .solution-stack__card-features strong{color:#f0eef5}html.theme-dark .solution-stack__icon{color:#c4b8e8e6}html.theme-dark .nav-bar{background:#1e1a2cf2;border:1px solid rgba(196,184,232,.2);box-shadow:0 4px 24px #0006}html.theme-dark .nav-bar__link{color:#f0eef5e6}html.theme-dark .nav-bar__link:hover{color:#f0eef5;background:#c4b8e826}html.theme-dark .nav-bar__login{color:#14121e;background:#c4b8e8}html.theme-dark .nav-bar__login:hover{background:#a89ed6;color:#0a0a0b}html.theme-dark .clients__title{color:#f0eef5}html.theme-dark .clients__subtitle{color:#f0eef580}.dashboard-preview-card{flex:4 1 0;min-width:0;display:flex;flex-direction:column;align-items:center;gap:30px;overflow:visible;margin-top:24px}.dashboard-preview-card__title{text-align:center;display:flex;flex-direction:column;align-items:center;gap:0;width:100%;max-width:min(92vw,1100px);margin-inline:auto}.dashboard-preview-card__title-main{margin:0;font-family:Fraunces,serif;font-size:clamp(28px,3.2vw,42px);color:#fff;line-height:1.1;text-wrap:balance;overflow-wrap:anywhere}.dashboard-preview-card__title-sub{font-family:Geist,sans-serif;font-size:15px;font-weight:400;color:var(--t3, #998b78);letter-spacing:.01em;line-height:1.5;max-width:72ch;margin:0 auto}@media(max-width:1024px){.dashboard-preview-card__title-main{font-size:clamp(24px,4.6vw,34px);line-height:1.15}.dashboard-preview-card__title-sub{font-size:14px;max-width:60ch}}.dashboard-preview-card__block{flex:0 0 auto;display:flex;flex-direction:column;position:relative;background:#ffffffe0;border:1px solid rgba(196,184,232,.26);border-radius:18px;box-shadow:0 8px 40px #c4b8e833;padding:56px 120px;cursor:pointer;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);overflow:hidden;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s ease,backdrop-filter .3s ease}.dashboard-preview-card__block:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#c4b8e817,#f4a96a0a);pointer-events:none;transition:background .3s ease,backdrop-filter .3s ease}.dashboard-preview-card__block:hover{transform:translateY(-4px) scale(1.015);box-shadow:0 18px 52px #c4b8e842}.dashboard-preview-card__block:hover:before{background:#ffffff52;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.dashboard-preview-card__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;transition:filter .25s ease,opacity .25s ease}.dashboard-preview-card__brand{display:flex;align-items:center;gap:12px}.dashboard-preview-card__logo{width:36px;height:36px;background:linear-gradient(135deg,#f4a96a,#e8935a);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dashboard-preview-card__logo-a{font-family:Montserrat,sans-serif;font-size:14px;font-weight:400;letter-spacing:.04em;line-height:1;color:#fff;display:inline-block;position:relative}.dashboard-preview-card__logo-a:before{content:"";position:absolute;width:3px;height:-3px;border-radius:50%;background:#f4a96a;top:-1px;left:50%;transform:translate(-50%)}.dashboard-preview-card__name{font-family:"Instrument Serif",serif;font-size:20px;color:var(--t1, #1a1410);letter-spacing:-.01em}.dashboard-preview-card__date{font-size:12px;letter-spacing:1.2px;text-transform:uppercase;color:var(--t3, #998b78);background:var(--bg2, #f2ebe0);border:1px solid rgba(196,184,232,.13);border-radius:6px;padding:4px 12px}.dashboard-preview-card__sub{font-size:13px;color:var(--t3, #998b78);margin-bottom:16px;transition:filter .25s ease,opacity .25s ease}.dashboard-preview-card__chart-wrap{margin-bottom:18px;transition:filter .25s ease,opacity .25s ease}.dashboard-preview-card__chart{width:100%;height:56px;display:block}.dashboard-preview-card__metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:18px;transition:filter .25s ease,opacity .25s ease}.dashboard-preview-card__m{background:var(--bg2, #f2ebe0);border-radius:10px;padding:14px 16px 12px;border:1px solid rgba(196,184,232,.13)}.dashboard-preview-card__m-v{font-family:"Instrument Serif",serif;font-size:22px;color:var(--t1, #1a1410)}.dashboard-preview-card__m-l{font-size:10px;text-transform:uppercase;letter-spacing:1.4px;color:var(--t3, #998b78);margin-top:4px;display:block}.dashboard-preview-card__live{display:flex;align-items:center;gap:8px;margin-bottom:16px;transition:filter .25s ease,opacity .25s ease}.dashboard-preview-card__live-dot{width:7px;height:7px;border-radius:50%;background:#2e9e6e;animation:dp-pulse 2s ease infinite;flex-shrink:0}.dashboard-preview-card__live-text{font-size:13px;color:var(--t3, #998b78)}.dashboard-preview-card__btn{width:max-content;min-width:220px;background:linear-gradient(135deg,#f4a96a,#e8935a);border:none;border-radius:12px;padding:14px;font-family:Geist,sans-serif;font-size:16px;font-weight:500;color:#fff;cursor:pointer;position:absolute;left:50%;bottom:18px;transform:translate(-50%);z-index:2;transition:opacity .25s ease,transform .3s cubic-bezier(.34,1.56,.64,1),bottom .3s ease,filter .25s ease}.dashboard-preview-card__btn:hover{opacity:.86;transform:translateY(-2px)}.dashboard-preview-card__block:hover .dashboard-preview-card__header,.dashboard-preview-card__block:hover .dashboard-preview-card__sub,.dashboard-preview-card__block:hover .dashboard-preview-card__chart-wrap,.dashboard-preview-card__block:hover .dashboard-preview-card__metrics,.dashboard-preview-card__block:hover .dashboard-preview-card__live{filter:blur(4px);opacity:.22}.dashboard-preview-card__block:hover .dashboard-preview-card__btn{filter:none;opacity:1;bottom:50%;transform:translate(-50%,50%)}@keyframes dp-pulse{0%,to{opacity:1}50%{opacity:.4}}html.theme-dark .dashboard-preview-card__block{background:#1e1a2ceb;border-color:#c4b8e824;box-shadow:0 8px 44px #00000094}html.theme-dark .dashboard-preview-card__block:before{background:linear-gradient(135deg,#c4b8e80f,#c4b8e808)}html.theme-dark .dashboard-preview-card__block:hover{box-shadow:0 18px 52px #0009}html.theme-dark .dashboard-preview-card__block:hover:before{background:#1e1a2c66}html.theme-dark .dashboard-preview-card__title-main{color:#f0eef5}html.theme-dark .dashboard-preview-card__title-sub{color:#f0eef580}html.theme-dark .dashboard-preview-card__name{color:#f0eef5}html.theme-dark .dashboard-preview-card__date{color:#6e6580;background:#1e1a2c;border-color:#c4b8e812}html.theme-dark .dashboard-preview-card__sub,html.theme-dark .dashboard-preview-card__live-text{color:#6e6580}html.theme-dark .dashboard-preview-card__m{background:#1e1a2c;border-color:#c4b8e812}html.theme-dark .dashboard-preview-card__m-v{color:#f0eef5}html.theme-dark .dashboard-preview-card__m-l{color:#6e6580}html.theme-dark .dashboard-preview-card__logo,html.theme-dark .dashboard-preview-card__btn{background:linear-gradient(135deg,#c4b8e8,#a99ad8)}html.theme-dark .dashboard-preview-card__block:hover{border-color:#c4b8e859}.dashboard-modal-overlay{position:fixed;inset:0;z-index:9999;background:#0a0a0beb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:stretch;justify-content:stretch;animation:dp-fade-in .35s cubic-bezier(.25,.46,.45,.94)}@keyframes dp-fade-in{0%{opacity:0}to{opacity:1}}.dashboard-modal-close{position:fixed;top:1.25rem;right:1.25rem;z-index:10001;width:44px;height:44px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#f7f4efe6;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:12px;cursor:pointer;transition:all .25s ease}.dashboard-modal-close:hover{background:#c4b8e833;color:#c4b8e8;border-color:#c4b8e84d}.dashboard-modal-iframe{flex:1;width:100%;height:100%;border:none;background:#f7f4ef}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--font-serif:"Fraunces",serif;--font-wordmark:"Montserrat","Geist","DM Sans",sans-serif;--font-ui:"Geist","DM Sans",sans-serif;--font-mono:"DM Mono",ui-monospace,SFMono-Regular,Menlo,monospace;--font-legacy-serif:"Cormorant Garamond","Fraunces",serif}html.theme-dark,[data-theme=dark]{--ink:#14121e;--cream:#f0eef5;--amber:#d4820a;--amber-l:#f4a96a;--gold:#a88a3a;--rust:#b84c1e;--sage:#4a6650;--sky:#2a5f8f;--lav:#c4b8e8;--peach:#e8935a;--line:rgba(240,238,245,.12);--line2:rgba(240,238,245,.06);--body-bg:#14121e;--sol-title-color:#f0eef5;--sol-subtitle-color:rgba(240,238,245,.58);--sol-pill-color:rgba(240,238,245,.58);--sol-pill-hover-border:rgba(240,238,245,.24);--sol-pill-hover-color:rgba(240,238,245,.78);--sol-number-color:rgba(240,238,245,.05);--sol-heading-color:#f0eef5;--sol-body-color:rgba(240,238,245,.62);--sol-cta-bg:#c4b8e8;--sol-cta-hover:#d9cff1;--sol-cta-text:#14121e;--sf-name-color:#f0eef5;--sf-desc-color:rgba(240,238,245,.52);--sf-icon-bg:rgba(30,26,44,.42);--sf-icon-border:rgba(196,184,232,.26);--counter-color:rgba(240,238,245,.26);--card-bg:rgba(30,26,44,.46);--card-border:rgba(196,184,232,.22);--card-hover-border:rgba(196,184,232,.38);--card-hover-bg:rgba(196,184,232,.09);--dot-bg:rgba(240,238,245,.14);--nav-bg:rgba(30,26,44,.5);--nav-border:rgba(196,184,232,.25);--nav-color:rgba(240,238,245,.56)}html:not(.theme-dark),[data-theme=light]{--ink:#f7f4ef;--cream:#1a1410;--amber:#d4820a;--amber-l:#e8935a;--lav:#c4b8e8;--peach:#e8935a;--line:rgba(26,20,16,.08);--line2:rgba(26,20,16,.04);--body-bg:#f7f4ef;--sol-title-color:#1a1410;--sol-subtitle-color:#998b78;--sol-pill-color:rgba(26,20,16,.48);--sol-pill-hover-border:rgba(26,20,16,.22);--sol-pill-hover-color:rgba(26,20,16,.72);--sol-number-color:rgba(26,20,16,.04);--sol-heading-color:#1a1410;--sol-body-color:#998b78;--sol-cta-bg:#b9aae3;--sol-cta-hover:#a893df;--sol-cta-text:#14121e;--sf-name-color:#1a1410;--sf-desc-color:rgba(26,20,16,.54);--sf-icon-bg:rgba(26,20,16,.04);--sf-icon-border:rgba(26,20,16,.1);--counter-color:rgba(26,20,16,.18);--card-bg:rgba(255,255,255,.42);--card-border:rgba(26,20,16,.1);--card-hover-border:rgba(212,130,10,.34);--card-hover-bg:rgba(212,130,10,.07);--dot-bg:rgba(26,20,16,.14);--nav-bg:rgba(255,255,255,.4);--nav-border:rgba(26,20,16,.1);--nav-color:rgba(26,20,16,.42)}html{scroll-behavior:smooth}body{font-family:var(--font-ui);background:var(--body-bg);color:var(--cream);overflow-x:hidden;-webkit-font-smoothing:antialiased;transition:background .35s cubic-bezier(.4,0,.2,1),color .35s cubic-bezier(.4,0,.2,1)}.grain,.amb{display:none}.amb-1{width:700px;height:700px;top:-250px;right:-200px;background:#d4820a12}.amb-2{width:500px;height:500px;bottom:100px;left:-150px;background:#2a5f8f0d}.solutions-section{position:relative;width:100vw;margin-left:calc(-50vw + 50%);box-sizing:border-box;padding:84px clamp(16px,4vw,56px) 72px;min-height:24vh;overflow-x:hidden;overflow-y:visible;display:grid;grid-template-columns:clamp(260px,28vw,420px) minmax(0,1fr);gap:clamp(28px,4vw,72px);align-items:start}.sol-header{text-align:left;padding:0;position:sticky;top:32px;z-index:10;grid-column:1}.sol-eyebrow{font-family:Fraunces,serif;font-size:clamp(28px,4.2vw,42px);font-weight:900;line-height:1.1;letter-spacing:0;color:#f4a96a;margin-bottom:12px;text-transform:none}.sol-title{font-family:Fraunces,serif;font-size:clamp(36px,6vw,72px);font-weight:900;line-height:.96;letter-spacing:-.03em;color:var(--sol-title-color)}.sol-title em{font-style:italic;font-weight:300;color:var(--lav)}.sol-subtitle{font-size:15px;color:var(--sol-subtitle-color);max-width:420px;margin:18px 0 0;line-height:1.65;font-weight:300}.sol-nav{display:flex;justify-content:flex-start;gap:6px;margin-bottom:4px;flex-wrap:wrap;padding:0;position:relative;z-index:10;grid-column:2}.sol-pill{padding:7px 18px;border-radius:100px;font-size:11.5px;font-weight:500;letter-spacing:.3px;border:1px solid var(--line);background:var(--nav-bg);color:var(--sol-pill-color);cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);font-family:var(--font-ui);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.sol-pill:hover{border-color:var(--sol-pill-hover-border);color:var(--sol-pill-hover-color)}.sol-pill.active{background:var(--lav);border-color:var(--lav);color:var(--ink);font-weight:600}.sol-divider{width:100%;height:1px;background:linear-gradient(90deg,transparent,var(--line),transparent);margin-bottom:2px;grid-column:2}.stage{position:relative;z-index:10;overflow-x:hidden;overflow-y:visible;touch-action:pan-y;cursor:grab;-webkit-user-select:none;user-select:none;grid-column:2;margin-top:0}.stage:active{cursor:grabbing}.track{display:flex;transition:transform .7s cubic-bezier(.77,0,.18,1);will-change:transform}.slide-counter{position:absolute;top:-8px;right:clamp(16px,6vw,80px);font-family:var(--font-mono);font-size:11px;color:var(--counter-color);font-weight:400;letter-spacing:2px;z-index:20}.slide-counter{display:none}.slide{min-width:100%;display:flex;align-items:center;justify-content:center;gap:clamp(28px,5vw,80px);padding:0 clamp(12px,3vw,36px) 54px 0;flex-shrink:0;margin-top:0}.info-col{max-width:420px;padding-top:0;flex:1;min-width:260px}.sol-number{font-family:Fraunces,serif;font-size:80px;font-weight:900;color:var(--sol-number-color);line-height:1;margin-bottom:-20px;letter-spacing:-.04em;-webkit-user-select:none;user-select:none}.sol-number{display:none}.sol-tag{display:inline-block;font-size:9px;letter-spacing:3px;text-transform:uppercase;color:var(--lav);margin-bottom:14px;font-weight:500;font-family:var(--font-mono)}.sol-heading{font-family:Fraunces,serif;font-size:clamp(26px,3.2vw,42px);font-weight:900;line-height:1.02;color:var(--sol-heading-color);letter-spacing:-.03em;margin-bottom:14px}.sol-heading em{font-style:italic;font-weight:300;color:var(--lav)}.sol-body{font-size:13.5px;color:var(--sol-body-color);line-height:1.74;margin-bottom:24px;font-weight:300}.sol-features{display:flex;flex-direction:column;gap:9px;margin-bottom:28px}.sf{display:flex;align-items:flex-start;gap:11px}.sf-icon{width:28px;height:32px;border-radius:7px;border:1px solid var(--sf-icon-border);background:var(--sf-icon-bg);display:flex;align-items:center;justify-content:center;font-size:12px;flex-shrink:0;margin-top:1px}.sf-name{font-size:11.5px;font-weight:500;color:var(--sf-name-color);margin-bottom:2px}.sf-desc{font-size:10.5px;color:var(--sf-desc-color);line-height:1.5}.sol-cta{display:inline-flex;align-items:center;gap:8px;padding:11px 22px;background:var(--sol-cta-bg);color:var(--sol-cta-text);border-radius:100px;font-size:12px;font-weight:700;letter-spacing:.3px;cursor:pointer;border:none;font-family:var(--font-ui);transition:all .22s cubic-bezier(.4,0,.2,1)}.sol-cta:hover{background:var(--sol-cta-hover);transform:translateY(-1px)}.sol-cta svg{transition:transform .2s}.sol-cta:hover svg{transform:translate(3px)}.iphone-wrap{position:relative;display:flex;align-items:center;justify-content:center}.iphone{width:260px;height:530px;background:linear-gradient(160deg,#231d34,#161326);border-radius:50px;position:relative;box-shadow:0 0 0 1px #ffffff14,0 0 0 2px #000000e6,inset 0 0 0 1px #ffffff0f,0 40px 80px #000c,0 0 80px #c4b8e829}.iphone:before{content:"";position:absolute;inset:0;border-radius:50px;background:linear-gradient(145deg,rgba(255,255,255,.09) 0%,transparent 40%,rgba(255,255,255,.04) 100%);pointer-events:none}.ip-btn{position:absolute;background:linear-gradient(to right,#332b48,#1b162b);border-radius:2px}.ip-btn.vol1{width:3px;height:30px;left:-2px;top:108px}.ip-btn.vol2{width:3px;height:30px;left:-2px;top:148px}.ip-btn.silent{width:3px;height:20px;left:-2px;top:80px}.ip-btn.pwr{width:3px;height:46px;right:-2px;top:128px}.iphone-screen{position:absolute;inset:10px;border-radius:42px;overflow:hidden;background:linear-gradient(165deg,#100f18,#1a1323 46%,#24140f)}.dynamic-island{position:absolute;top:12px;left:50%;transform:translate(-50%);width:88px;height:28px;background:#09080d;border-radius:14px;z-index:10;display:flex;align-items:center;justify-content:center;gap:6px}.di-camera{width:8px;height:8px;border-radius:50%;background:#14121e;border:1px solid rgba(196,184,232,.18)}.di-sensor{width:4px;height:4px;border-radius:50%;background:#c4b8e8}.ip-status{display:flex;justify-content:space-between;align-items:center;padding:50px 18px 6px;font-size:10.5px;font-weight:600;color:#fff;letter-spacing:.2px}.ip-status-right{display:flex;align-items:center;gap:4px}.app-header{display:flex;align-items:center;gap:9px;padding:6px 14px 10px;border-bottom:1px solid rgba(196,184,232,.14);background:#14121e52}.app-icon-sq{width:32px;height:32px;border-radius:9px;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.app-info-name{font-size:11.5px;font-weight:700;color:#fff}.app-info-sub{font-size:9.5px;color:#f0eef57a;max-width:128px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-state-pill{margin-left:auto;font-size:8.5px;color:#d8cff2f2;background:#c4b8e833;padding:2px 6px;border-radius:4px;letter-spacing:.5px;font-weight:600;border:1px solid rgba(196,184,232,.42)}.app-game-area{padding:8px 14px 6px;position:relative}.game-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-bottom:8px}.gs{background:#c4b8e81a;border-radius:7px;padding:6px 8px;border:1px solid rgba(196,184,232,.22)}.gs-v{font-size:12px;font-weight:700;color:#fff}.gs-l{font-size:8px;text-transform:uppercase;letter-spacing:1px;color:#f0eef56b}.xp-bar{height:3.5px;background:#c4b8e82e;border-radius:2px;margin-bottom:10px;overflow:hidden}.xp-fill{height:100%;width:68%;background:linear-gradient(90deg,#d9cff1,#c4b8e8);border-radius:2px}.promo-overlay{background:linear-gradient(160deg,#1a1424f5,#140e1cfa);border:1px solid rgba(196,184,232,.36);border-radius:14px;overflow:hidden;margin:0}.promo-top-strip{height:2px;background:linear-gradient(90deg,#c4b8e8,#d9cff1,#9a84d6)}.promo-inner{padding:11px 13px}.promo-header-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.promo-label{font-size:8px;letter-spacing:1.5px;text-transform:uppercase;color:#f0eef56b;background:#f0eef514;border-radius:3px;padding:2px 6px}.promo-reward-pill{display:flex;align-items:center;gap:4px;background:#c4b8e833;border:1px solid rgba(196,184,232,.38);border-radius:20px;padding:2px 8px;font-size:9px;color:#d9cff1;font-weight:600}.promo-brand-row{display:flex;align-items:center;gap:6px;margin-bottom:8px}.promo-brand-icon{width:24px;height:24px;border-radius:6px;background:linear-gradient(135deg,#c4b8e8,#8f76cf);display:flex;align-items:center;justify-content:center}.promo-brand-name{font-size:10px;font-weight:600;color:#f0eef5c2}.promo-headline{font-size:14px;font-weight:700;color:#fff;line-height:1.25;margin-bottom:9px}.promo-video{width:100%;height:68px;border-radius:9px;background:linear-gradient(135deg,#c4b8e847,#8f76cf38);position:relative;overflow:hidden;margin-bottom:9px;display:flex;align-items:center;justify-content:center}.promo-video:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(45deg,transparent,transparent 10px,rgba(255,255,255,.02) 10px,rgba(255,255,255,.02) 11px)}.play-circle{width:36px;height:36px;border-radius:50%;background:#c4b8e8eb;display:flex;align-items:center;justify-content:center;box-shadow:0 0 20px #c4b8e86b;z-index:1}.promo-timer{position:absolute;top:6px;right:8px;font-size:9px;font-weight:700;color:#ffffff80;z-index:1;background:#0006;padding:2px 6px;border-radius:4px}.promo-cta-btn{width:100%;padding:9px;background:linear-gradient(135deg,#c4b8e8,#8f76cf);border-radius:9px;font-size:12px;font-weight:700;color:#fff;text-align:center;border:none;cursor:pointer;font-family:DM Sans,sans-serif;letter-spacing:.3px}.promo-bottom{display:flex;align-items:center;justify-content:space-between;padding:7px 13px;background:#c4b8e81f;border-top:1px solid rgba(196,184,232,.28)}.promo-bottom-l{font-size:9px;color:#f0eef580}.promo-bottom-r{font-size:9px;color:#d9cff1;font-weight:600}.ip-home{position:absolute;bottom:6px;left:50%;transform:translate(-50%);width:100px;height:4px;background:#ffffff4d;border-radius:3px}.dooh-scene{position:relative;display:flex;flex-direction:column;align-items:center}.dooh-billboard{width:440px;border-radius:6px;overflow:hidden;position:relative;box-shadow:0 0 0 3px #f0eef50f,0 0 0 5px #0009,0 40px 80px #000000b3,0 0 80px #c4b8e81f}.dooh-frame{position:absolute;inset:0;border:2px solid rgba(245,240,232,.07);border-radius:6px;pointer-events:none;z-index:5}.dooh-scan{position:absolute;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,rgba(196,184,232,.65),transparent);animation:scan 3.5s linear infinite;pointer-events:none;z-index:4}@keyframes scan{0%{top:-2px}to{top:102%}}.dooh-top-bar{height:5px;background:linear-gradient(90deg,#8f76cf,#c4b8e8,#d9cff1)}.dooh-screen{padding:28px 32px 24px;background:linear-gradient(160deg,#090d1c,#151022,#251734);min-height:220px;position:relative;overflow:hidden}.dooh-grid-bg{position:absolute;inset:0;background-image:linear-gradient(rgba(245,240,232,.015) 1px,transparent 1px),linear-gradient(90deg,rgba(245,240,232,.015) 1px,transparent 1px);background-size:32px 32px}.dooh-glow{position:absolute;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(196,184,232,.16),transparent 70%);bottom:-180px;right:-100px;pointer-events:none}.dooh-city{position:absolute;bottom:0;left:0;right:0;height:70px;opacity:.15}.dooh-live-row{display:flex;align-items:center;gap:8px;margin-bottom:14px;position:relative;z-index:2}.dooh-live-dot{width:5px;height:5px;border-radius:50%;background:#d9cff1;animation:pulse 2s ease infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}.dooh-live-text{font-size:9px;letter-spacing:2px;text-transform:uppercase;color:#c4b8e8;font-weight:500;font-family:var(--font-mono)}.dooh-location{font-size:9px;color:#ffffff4d;margin-left:auto}.dooh-pre{font-size:9.5px;letter-spacing:2px;text-transform:uppercase;color:#ffffff4d;margin-bottom:8px;position:relative;z-index:2}.dooh-headline{font-family:Fraunces,serif;font-size:36px;font-weight:900;line-height:.96;color:#fff;letter-spacing:-.03em;margin-bottom:10px;position:relative;z-index:2}.dooh-headline em{font-style:italic;font-weight:300;color:#d9cff1}.dooh-sub{font-size:11px;color:#fff6;margin-bottom:18px;line-height:1.5;position:relative;z-index:2}.dooh-stats{display:flex;gap:22px;position:relative;z-index:2}.dooh-stat-v{font-family:Fraunces,serif;font-size:20px;font-weight:700;color:#d9cff1}.dooh-stat-l{font-size:8px;letter-spacing:1.5px;text-transform:uppercase;color:#ffffff47}.dooh-footer{padding:9px 32px;background:#0006;border-top:1px solid rgba(255,255,255,.05);display:flex;align-items:center;justify-content:space-between}.dooh-footer-brand{font-size:9px;letter-spacing:1.5px;text-transform:uppercase;color:#fff3}.dooh-indicator{display:flex;gap:3px}.dooh-ind{width:4px;height:4px;border-radius:50%;background:#ffffff2e}.dooh-ind.a{background:#c4b8e8;width:14px;border-radius:2px}.dooh-legs{display:flex;justify-content:center;gap:88px;margin-top:-1px}.dooh-leg{width:7px;height:52px;background:linear-gradient(to bottom,#f5f0e812,#f5f0e805);border-radius:0 0 3px 3px}.dooh-context{display:flex;gap:6px;margin-top:14px}.dooh-ctx-tag{font-size:10.5px;padding:5px 11px;border-radius:6px;background:#c4b8e824;border:1px solid rgba(196,184,232,.34);color:#f0eef5e0;font-weight:500;letter-spacing:.2px;line-height:1.3}.tablet-wrap{position:relative}.tablet{width:380px;background:linear-gradient(160deg,#1a1a1c,#111113);border-radius:20px;padding:14px;box-shadow:0 0 0 1px #ffffff12,0 0 0 2px #000c,0 40px 80px #000000b3;position:relative}.tablet:before{content:"";position:absolute;inset:0;border-radius:20px;background:linear-gradient(145deg,rgba(255,255,255,.07) 0%,transparent 50%);pointer-events:none}.tablet-cam{width:7px;height:7px;border-radius:50%;background:#111;border:1px solid rgba(255,255,255,.06);margin:0 auto 10px;display:block}.tablet-screen{background:linear-gradient(135deg,#120f1f,#1a1230,#22163a);border-radius:10px;overflow:hidden}.brand-grid-bg{position:absolute;inset:0;background-image:linear-gradient(rgba(196,184,232,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(196,184,232,.06) 1px,transparent 1px);background-size:24px 24px}.brand-screen-inner{padding:28px 26px;position:relative;display:flex;flex-direction:column;gap:16px}.brand-eyebrow{font-size:8.5px;letter-spacing:3px;text-transform:uppercase;color:var(--lav);font-weight:500;font-family:var(--font-mono)}.brand-wordmark{font-family:var(--font-wordmark);font-size:42px;font-weight:700;line-height:.92;color:#fff;letter-spacing:.14em;text-transform:uppercase}.brand-wordmark em{font-style:normal;font-weight:500;color:#c4b8e8b3}.brand-type-sample{font-family:Fraunces,serif;font-size:22px;font-style:italic;font-weight:300;color:#c4b8e847}.brand-palette-row{display:flex;gap:7px;align-items:center}.bp-swatch{width:26px;height:26px;border-radius:6px}.bp-label{font-size:8.5px;color:#c4b8e89e;letter-spacing:.5px}.brand-metrics-row{display:flex;gap:18px}.bmet{display:flex;flex-direction:column;gap:2px}.bmet-v{font-family:Fraunces,serif;font-size:22px;font-weight:700;color:#d9cff1}.bmet-l{font-size:8px;letter-spacing:1.5px;text-transform:uppercase;color:#f5f0e847}.brand-testimonial{border-left:2px solid rgba(196,184,232,.46);padding-left:12px}.brand-quote{font-size:11px;font-style:italic;color:#f0eef59e;line-height:1.55}.brand-attr{font-size:9px;color:#f5f0e838;margin-top:5px}.tablet-home{width:80px;height:4px;background:#fff3;border-radius:3px;margin:10px auto 0}.macbook-base{width:520px;height:18px;background:linear-gradient(to bottom,#1c1c1e,#131315);border-radius:10 10 4px 4px;position:relative;margin-top:-6px;z-index:3}.macbook-base:after{content:"";display:block;width:140px;height:4px;background:#ffffff0d;border-radius:0 0 10px 10px;margin:0 auto}.macbook-wrap{position:relative;display:flex;flex-direction:column;align-items:center}.macbook-lid{width:500px;background:linear-gradient(160deg,#1c1c1e,#131315);border-radius:12px 12px 0 0;padding:10px 10px 0;box-shadow:0 0 0 1px #ffffff12,0 0 0 2px #000c,0 -20px 60px #00000080,0 0 80px #c4b8e80a;position:relative}.macbook-lid:before{content:"";position:absolute;inset:0;border-radius:12px 12px 0 0;background:linear-gradient(145deg,rgba(255,255,255,.07) 0%,transparent 40%);pointer-events:none}.macbook-notch{width:8px;height:8px;border-radius:50%;background:#111;border:1px solid rgba(255,255,255,.06);margin:0 auto 6px}.macbook-screen{background:#0a0907;border-radius:6px;overflow:hidden;border:1px solid rgba(255,255,255,.04);height:300px;position:relative}.dsp-tb{height:32px;background:#c4b8e80d;border-bottom:1px solid rgba(196,184,232,.07);display:flex;align-items:center;padding:0 12px;gap:8px}.dsp-tb-dots{display:flex;gap:4px}.dsp-tb-dot{width:7px;height:7px;border-radius:50%}.dsp-tb-url{flex:1;background:#f5f0e80a;border-radius:4px;height:18px;display:flex;align-items:center;justify-content:center;font-size:9px;color:#f5f0e838}.dsp-tb-btns{display:flex;gap:5px}.dsp-tb-btn{height:18px;padding:0 8px;background:linear-gradient(135deg,#c4b8e83d,#8f76cf29);border-radius:3px;font-size:8.5px;color:#d8cff2db;display:flex;align-items:center}.dsp-layout{display:flex;height:calc(100% - 32px)}.dsp-sb{width:120px;border-right:1px solid rgba(196,184,232,.07);background:#c4b8e808;padding:10px 8px;display:flex;flex-direction:column;gap:3px;flex-shrink:0}.dsp-sb-logo{display:flex;align-items:center;gap:5px;padding:4px 6px;margin-bottom:6px}.dsp-sb-logo-icon{width:16px;height:16px;background:linear-gradient(135deg,#d9cff1,#8f76cf);border-radius:4px;display:flex;align-items:center;justify-content:center}.dsp-sb-logo-name{font-family:Fraunces,serif;font-size:11px;color:#f5f0e8b3;font-style:italic}.dsp-ni{display:flex;align-items:center;gap:5px;padding:5px 6px;border-radius:5px;font-size:9.5px;color:#f5f0e859}.dsp-ni.a{background:#c4b8e82e;color:#d8cff2f0;font-weight:500}.dsp-main{flex:1;padding:10px 12px;overflow:hidden}.dsp-kpi-row{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-bottom:9px}.dsp-kpi{background:var(--card-bg);border:1px solid var(--card-border);border-radius:8px;padding:6px 8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .22s cubic-bezier(.4,0,.2,1),border-color .22s cubic-bezier(.4,0,.2,1)}.dsp-kpi.ac{background:linear-gradient(135deg,#c4b8e838,#8f76cf29);border-color:#c4b8e857}.dsp-kpi-v{font-family:Fraunces,serif;font-size:14px;color:#f5f0e8e6;font-style:italic}.dsp-kpi.ac .dsp-kpi-v{color:#fff}.dsp-kpi-l{font-size:7.5px;letter-spacing:1px;text-transform:uppercase;color:#f0eef585;font-family:var(--font-mono)}.dsp-chart-box{background:#f5f0e805;border:1px solid rgba(245,240,232,.05);border-radius:6px;height:50px;position:relative;overflow:hidden;margin-bottom:8px}.dsp-chart-box svg{position:absolute;inset:0;width:100%;height:100%}.dsp-camp-list{display:flex;flex-direction:column;gap:4px}.dsp-camp-row{display:flex;align-items:center;gap:6px;padding:5px 7px;background:#f5f0e808;border-radius:4px;border:1px solid rgba(245,240,232,.04)}.dsp-camp-dot{width:4px;height:4px;border-radius:50%;flex-shrink:0}.dsp-camp-n{font-size:9px;color:#f5f0e880;flex:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.dsp-camp-bar{width:50px;height:2.5px;background:#f5f0e812;border-radius:2px;overflow:hidden}.dsp-camp-fill{height:100%;border-radius:2px}.dsp-camp-v{font-size:8.5px;color:#f5f0e859;width:28px;text-align:right}.dsp-alert{display:flex;align-items:center;gap:5px;padding:5px 8px;background:#c4b8e829;border:1px solid rgba(196,184,232,.34);border-radius:5px;font-size:8.5px;color:#d8cff2e6}.consult-wrap{width:360px;display:flex;flex-direction:column;gap:8px}.consult-card{padding:14px;border-radius:11px;border:1px solid var(--card-border);background:var(--card-bg);transition:border-color .22s cubic-bezier(.4,0,.2,1),background .22s cubic-bezier(.4,0,.2,1),transform .22s cubic-bezier(.4,0,.2,1);cursor:default;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 8px 30px #0c08141f}.consult-card:hover{border-color:var(--card-hover-border);background:var(--card-hover-bg)}.cc-icon{width:30px;height:30px;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:7px;font-size:14px}.cc-name{font-size:12px;font-weight:600;color:var(--cream);margin-bottom:2px}.cc-desc{font-size:10.5px;color:#f5f0e85c;line-height:1.5}.consult-stat{padding:12px 16px;border-radius:11px;border:1px solid rgba(196,184,232,.34);background:#c4b8e81f;display:flex;align-items:center;justify-content:space-between}.consult-stat-l{font-size:11px;color:var(--sol-body-color);background:#c4b8e824;border:1px solid rgba(196,184,232,.28);padding:3px 8px;border-radius:999px}.consult-stat-v{font-family:Fraunces,serif;font-size:26px;font-weight:900;color:var(--lav)}.infl-wrap{width:380px}.infl-top{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;background:var(--card-bg);border:1px solid var(--card-border);border-radius:11px;margin-bottom:10px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.infl-title{font-size:12px;font-weight:600;color:var(--cream)}.infl-badge{font-size:9px;background:#c4b8e838;color:var(--lav);padding:3px 8px;border-radius:20px;font-weight:500;border:1px solid rgba(196,184,232,.34)}.creator-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:8px}.creator-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:10px;padding:11px;transition:border-color .22s cubic-bezier(.4,0,.2,1),transform .22s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.creator-card:hover{border-color:#c4b8e866}.creator-card:hover,.consult-card:hover,.dsp-kpi:hover{transform:translateY(-2px)}.cr-av{width:30px;height:30px;border-radius:50%;margin-bottom:6px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:var(--ink)}.cr-name{font-size:10.5px;font-weight:600;color:var(--cream)}.cr-handle{font-size:9px;color:var(--sf-desc-color);margin-bottom:5px}.cr-mrow{display:flex;gap:7px}.cr-m{font-size:9px;color:var(--sol-pill-color)}.cr-m span{color:var(--lav);font-weight:600}.cr-match-bar{width:100%;height:2px;background:var(--dot-bg);border-radius:2px;margin-top:6px}.cr-match-fill{height:100%;border-radius:2px;background:linear-gradient(90deg,#8f76cf,#d9cff1)}.cr-match-pct{font-size:8.5px;color:var(--lav);margin-top:3px;font-weight:500}.infl-footer{display:flex;gap:10px;padding:11px 13px;background:var(--card-bg);border:1px solid var(--card-border);border-radius:10px}.if-stat{display:flex;flex-direction:column;gap:2px;flex:1}.if-v{font-family:Fraunces,serif;font-size:18px;font-weight:700;color:var(--cream)}.if-l{font-size:8.5px;letter-spacing:1.2px;text-transform:uppercase;color:var(--sf-desc-color)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.cursor-blink{display:inline-block;width:1.5px;height:9px;background:#f5f0e880;animation:blink 1s step-end infinite;margin-left:1px;vertical-align:middle}[data-theme=light] .iphone{background:linear-gradient(160deg,#f0ebe4,#ddd4c8);box-shadow:0 0 0 1px #0000000f,0 0 0 2px #00000014,inset 0 0 0 1px #ffffff80,0 40px 80px #0000001f}[data-theme=light] .iphone:before{background:linear-gradient(145deg,rgba(255,255,255,.3) 0%,transparent 40%,rgba(255,255,255,.1) 100%)}[data-theme=light] .ip-btn{background:linear-gradient(to right,#d1c6b8,#e2d9cd)}[data-theme=light] .iphone-screen{background:linear-gradient(165deg,#231924,#2a1c26 46%,#3a2219)}[data-theme=light] .dooh-billboard{box-shadow:0 0 0 3px #0000000a,0 0 0 5px #00000014,0 40px 80px #0000001f}[data-theme=light] .dooh-frame{border-color:#0000000f}[data-theme=light] .dooh-legs .dooh-leg{background:linear-gradient(to bottom,#1a141014,#1a141005)}[data-theme=light] .tablet{background:linear-gradient(160deg,#e0ddd8,#ccc9c4);box-shadow:0 0 0 1px #0000000f,0 0 0 2px #00000014,0 40px 80px #0000001f}[data-theme=light] .tablet:before{background:linear-gradient(145deg,rgba(255,255,255,.3) 0%,transparent 50%)}[data-theme=light] .tablet-cam{background:#d0cdc8;border-color:#0000000f}[data-theme=light] .tablet-home{background:#0000001f}[data-theme=light] .macbook-lid{background:linear-gradient(160deg,#e0ddd8,#ccc9c4);box-shadow:0 0 0 1px #0000000f,0 0 0 2px #00000014,0 -20px 60px #0000000f}[data-theme=light] .macbook-lid:before{background:linear-gradient(145deg,rgba(255,255,255,.3) 0%,transparent 40%)}[data-theme=light] .macbook-notch{background:#d0cdc8;border-color:#0000000f}[data-theme=light] .macbook-base{background:linear-gradient(to bottom,#e0ddd8,#ccc9c4)}[data-theme=light] .macbook-base:after{background:#0000000f}@media(max-width:1000px){.solutions-section{display:block;padding:142px 0 44px;min-height:auto;height:auto}.sol-header{text-align:center;padding:0 24px 60px;position:relative;top:auto}.sol-subtitle{margin:18px auto 0}.sol-nav{justify-content:center;padding:0 16px;margin-bottom:50px}.sol-divider{margin-bottom:60px}.slide{flex-direction:column;align-items:center;padding:0 clamp(16px,6vw,80px) 90px;margin-top:0}.info-col{max-width:100%}.macbook-lid{width:360px}.macbook-base{width:380px}.dooh-billboard{width:340px}.iphone{transform:scale(.9);transform-origin:top center}.tablet{width:320px}}@media(min-width:1001px){.sol-header{top:20px}.sol-nav{position:fixed;top:66px;left:50%;transform:translate(-50%) translateY(-8px);width:calc(100% - 2rem);max-width:630px;box-sizing:border-box;z-index:49;margin-bottom:0;padding:8px 10px;border-radius:12px;background:#2c2c2c;border:1px solid rgba(255,255,255,.08);box-shadow:0 10px 24px #00000038;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;transition:opacity .2s ease,border-radius .22s cubic-bezier(.4,0,.2,1),box-shadow .22s cubic-bezier(.4,0,.2,1),background-color .22s cubic-bezier(.4,0,.2,1),border-color .22s cubic-bezier(.4,0,.2,1);will-change:opacity;opacity:0;visibility:hidden;pointer-events:none;transform:translate(-50%)}.sol-nav::-webkit-scrollbar{display:none}.sol-pill{white-space:nowrap;background:#ffffff0f;border-color:#ffffff24;color:#ffffffd1}.sol-pill:hover{border-color:#ffffff3d;color:#fff}.sol-pill.active{color:#14121e}.solutions-nav-docked .nav-bar.nav-bar--visible{border-bottom-left-radius:0;border-bottom-right-radius:0}.solutions-nav-docked .solutions-section .sol-nav{transform:translate(-50%);border-top-left-radius:0;border-top-right-radius:0;opacity:1;visibility:visible;pointer-events:auto}.sol-divider{margin-top:84px;margin-bottom:14px}.stage{margin-top:-395px}.slide{gap:clamp(18px,2.6vw,42px);padding:0 10px 14px 0}.slide[data-index="4"]{padding-bottom:22px}.info-col{max-width:360px;padding-top:4px}.sol-number{font-size:64px;margin-bottom:-10px}.sol-tag{margin-bottom:10px}.sol-heading{font-size:clamp(22px,2.2vw,34px);margin-bottom:10px}.sol-body{font-size:12px;line-height:1.55;margin-bottom:14px}.sol-features{gap:7px;margin-bottom:14px}.sf-name{font-size:10.5px}.sf-desc{font-size:9.5px;line-height:1.35}.sol-cta{padding:9px 18px;font-size:11px}.iphone{width:220px;height:450px}.iphone-screen{inset:8px;border-radius:36px}.dynamic-island{top:10px}.app-header{padding:6px 10px 8px;gap:7px}.app-icon-sq{width:28px;height:28px;font-size:14px}.app-info-name{font-size:10.5px}.app-info-sub{font-size:8px;max-width:106px}.app-state-pill{font-size:7.5px;padding:2px 5px}.app-game-area{padding:7px 10px 5px}.gs{padding:5px 6px}.gs-v{font-size:10.5px}.gs-l{font-size:7px;letter-spacing:.8px}.promo-inner{padding:9px 10px}.promo-headline{font-size:12px;line-height:1.2;margin-bottom:7px}.promo-video{height:58px;margin-bottom:7px}.play-circle{width:30px;height:30px}.promo-cta-btn{padding:7px;font-size:10px;letter-spacing:.2px}.promo-bottom{padding:6px 10px}.promo-bottom-l,.promo-bottom-r{font-size:8px}.dooh-billboard{width:360px}.dooh-screen{padding:18px 22px 16px;min-height:180px}.dooh-headline{font-size:30px}.tablet{width:320px;padding:10px}.brand-screen-inner{padding:18px;gap:12px}.brand-wordmark{font-size:34px}.macbook-lid{width:390px}.macbook-screen{height:250px}.macbook-base{width:450px}.infl-wrap{width:340px}.consult-wrap{width:310px}.slide[data-index="5"]{display:grid;grid-template-columns:340px minmax(380px,430px);align-items:start;justify-content:center;gap:44px;padding:0 10px 18px 0}.slide[data-index="5"]>div:first-child{width:340px;padding-top:16px}.slide[data-index="5"] .consult-wrap{width:340px}.slide[data-index="5"] .info-col{max-width:430px;min-width:380px;padding-top:8px}.slide[data-index="5"] .sol-heading{font-size:clamp(28px,2.8vw,50px);line-height:.98}.slide[data-index="5"] .sol-body{font-size:13.5px;line-height:1.62}}@media(max-width:600px){.macbook-lid{width:300px}.macbook-screen{height:220px}.dooh-billboard{width:280px}.dooh-headline{font-size:26px}.infl-wrap{width:100%;max-width:340px}.consult-wrap{width:100%}.tablet{width:280px}}.contact-section{padding:clamp(72px,9vw,120px) 24px}.contact-shell{max-width:1040px;margin:0 auto;padding:clamp(20px,3vw,36px);border-radius:22px;background:linear-gradient(160deg,#ffffffe6,#f1ece3eb);border:1px solid rgba(33,60,78,.12);box-shadow:0 18px 50px #213c4e1f;display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(20px,3vw,42px)}.contact-intro h2{margin:0;font-family:Fraunces,serif;font-size:clamp(28px,4.2vw,42px);line-height:1.1;color:#1e3544}.contact-kicker{margin:0 0 10px;font-family:DM Mono,monospace;font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:#6f7f89}.contact-copy{margin:16px 0 0;max-width:36ch;color:#5f6c74}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:14px}.contact-form label{display:flex;flex-direction:column;gap:8px;font-family:DM Mono,monospace;font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:#4e5f69}.contact-form label input,.contact-form label textarea{width:100%;border:1px solid rgba(33,60,78,.16);background:#ffffffc7;color:#213c4e;border-radius:10px;padding:12px 13px;box-sizing:border-box;font-family:DM Mono,monospace;font-size:12px;letter-spacing:.03em;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.contact-form label input::placeholder,.contact-form label textarea::placeholder{color:#85929a}.contact-form label input:focus,.contact-form label textarea:focus{outline:none;border-color:#213c4e66;box-shadow:0 0 0 4px #213c4e14;background:#fff}.contact-message{grid-column:1 / -1}.contact-message textarea{resize:vertical;min-height:120px}.contact-form button{grid-column:1 / -1;margin-top:4px;border:none;border-radius:12px;padding:13px 18px;background:linear-gradient(120deg,#1f3d4f,#2c5268);color:#f7f4ef;font-family:DM Mono,monospace;font-size:12px;letter-spacing:.16em;text-transform:uppercase;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.contact-form button:hover{filter:brightness(1.02);transform:translateY(-1px);box-shadow:0 8px 18px #213c4e42}.contact-form button:active{transform:translateY(0)}.contact-success{grid-column:1 / -1;margin:2px 0 0;color:#335263;font-family:DM Mono,monospace;font-size:11px;letter-spacing:.08em;text-transform:uppercase}.contact-map{grid-column:1 / -1;margin-top:6px;padding:16px;border-radius:16px;border:1px solid rgba(33,60,78,.16);background:#ffffffc2;box-shadow:inset 0 1px #ffffff4d}.contact-map-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.contact-map-label{margin:0 0 6px;font-family:DM Mono,monospace;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#4e5f69}.contact-map-address{margin:0;color:#213c4e;max-width:52ch}.contact-map-link{display:inline-block;white-space:nowrap;padding:9px 12px;border-radius:10px;border:1px solid rgba(33,60,78,.2);background:#ffffffe6;color:#1f3d4f;text-decoration:none;font-family:DM Mono,monospace;font-size:11px;letter-spacing:.06em;text-transform:uppercase}.contact-map-canvas{position:relative;margin-top:12px;border-radius:12px;overflow:hidden;border:1px solid rgba(33,60,78,.16);height:min(44vw,320px);min-height:220px}.contact-map-canvas iframe{width:100%;height:100%;border:0}.contact-map-pin{position:absolute;top:50%;left:50%;transform:translate(-50%,calc(-100% + 6px));width:22px;height:22px;border-radius:999px 999px 999px 0;transform-origin:center;rotate:-45deg;background:#c13f4d;box-shadow:0 8px 18px #0000004d;pointer-events:none}.contact-map-pin-dot{position:absolute;top:6px;left:6px;width:10px;height:10px;border-radius:50%;background:#fff;box-shadow:0 0 #c13f4d73;animation:contact-pin-pulse 2.2s ease-out infinite}@keyframes contact-pin-pulse{0%{box-shadow:0 0 #c13f4d73}70%{box-shadow:0 0 0 10px #c13f4d00}to{box-shadow:0 0 #c13f4d00}}html.theme-dark .contact-shell{background:linear-gradient(160deg,#1e1a2cf0,#181524f5);border:1px solid rgba(196,184,232,.24);box-shadow:0 24px 54px #00000073}html.theme-dark .contact-intro h2{color:#f0eef5}html.theme-dark .contact-kicker{color:#c4b8e8d1}html.theme-dark .contact-copy{color:#f0eef5b8}html.theme-dark .contact-form label{color:#f0eef5bd}html.theme-dark .contact-form label input,html.theme-dark .contact-form label textarea{border:1px solid rgba(196,184,232,.28);background:#f0eef50f;color:#f0eef5}html.theme-dark .contact-form label input::placeholder,html.theme-dark .contact-form label textarea::placeholder{color:#f0eef573}html.theme-dark .contact-form label input:focus,html.theme-dark .contact-form label textarea:focus{border-color:#c4b8e8a6;box-shadow:0 0 0 4px #c4b8e829;background:#f0eef51a}html.theme-dark .contact-form button{background:linear-gradient(120deg,#c4b8e8,#a89ed6);color:#14121e}html.theme-dark .contact-form button:hover{box-shadow:0 10px 22px #0000006b}html.theme-dark .contact-success{color:#c4b8e8eb}html.theme-dark .contact-map{border:1px solid rgba(196,184,232,.28);background:#f0eef50f;box-shadow:none}html.theme-dark .contact-map-label{color:#f0eef5bd}html.theme-dark .contact-map-address{color:#f0eef5}html.theme-dark .contact-map-link{color:#f0eef5;border:1px solid rgba(196,184,232,.3);background:#f0eef514}html.theme-dark .contact-map-canvas{border:1px solid rgba(196,184,232,.25)}@media(max-width:920px){.contact-shell{grid-template-columns:1fr}.contact-copy{max-width:none}}@media(max-width:640px){.contact-form{grid-template-columns:1fr}.contact-map-head{flex-direction:column;align-items:flex-start}.contact-map-link{white-space:normal}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:32px 16px;background:#100c18;color:#f5f3ff}.login-card{width:min(100%,440px);border:1px solid #32274a;border-radius:12px;padding:30px 28px;background:#191327;box-shadow:0 10px 26px #0000004d}.login-brand{display:flex;justify-content:center;margin-bottom:10px}.login-wordmark{transform:none;align-items:baseline}.login-wordmark .split-a{font-size:1.9rem;color:#f4a96a;transform:none}.login-wordmark .split-rest{font-size:1.7rem;font-weight:400;letter-spacing:.16em;color:#f5f3ff}.login-kicker{margin:0 0 6px;font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:#b9acd6;text-align:center}.login-card h1{margin:0 0 10px;font-size:1.7rem;line-height:1.2;text-align:center;color:#f5f3ff}.login-copy{margin:0 0 20px;color:#b3a7c7;line-height:1.5;font-size:.95rem;text-align:center}.login-form{display:grid;gap:12px}.login-form label{display:grid;gap:6px;font-size:.9rem;color:#d6cfea}.login-form input{border-radius:8px;border:1px solid #46385f;background:#140f20;color:#f5f3ff;padding:10px 12px;font-size:.95rem}.login-form input::placeholder{color:#8f83a6}.login-form input:focus{outline:none;border-color:#9f84f5;box-shadow:0 0 0 2px #9f84f53d}.login-actions{display:flex;align-items:center;justify-content:space-between;gap:10px}.remember-me{display:inline-flex;align-items:center;gap:8px;font-size:.9rem;color:#b3a7c7}.remember-me input{width:16px;height:16px}.forgot-link{color:#cbb9ff;text-decoration:none;font-size:.9rem}.forgot-link:hover{text-decoration:underline}.login-form button{margin-top:4px;border:1px solid #5d3fc6;border-radius:8px;padding:11px 16px;background:#6d28d9;color:#fff;font-weight:600;cursor:pointer;transition:background-color .2s ease}.login-form button:hover{background:#7b3bf0}.login-form button:active{background:#5d21b8}.login-message{margin:14px 0 0;padding:10px 12px;border-radius:8px;font-size:.9rem;border:1px solid #534177;background:#201832;color:#d8cdf3}.register-note{margin:16px 0 0;color:#b3a7c7;font-size:.92rem;text-align:center}.register-note a{color:#cbb9ff}@media(max-width:520px){.login-card{padding:24px 18px}.login-card h1{font-size:1.55rem}.login-actions{flex-direction:column;align-items:flex-start}}
