@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap");:root{--navy-950:#05080f;--navy-900:#0a1020;--navy-850:#0e1730;--navy-800:#152044;--blue-700:#0b4fd9;--blue-600:#0b5cff;--blue-500:#2f7bff;--cyan:#33c1ff;--bg:#ffffff;--bg-soft:#f3f6fb;--bg-panel:#eef3fb;--text:#0f172a;--text-muted:#5b6b7c;--text-on-dark:#ffffff;--text-on-dark-muted:rgba(255,255,255,0.82);--accent:#0b5cff;--accent-hover:#0046d9;--accent-soft:rgba(11,92,255,0.12);--border:rgba(15,23,42,0.08);--border-strong:rgba(15,23,42,0.16);--radius:24px;--radius-sm:14px;--radius-pill:999px;--font:"Plus Jakarta Sans","Segoe UI",sans-serif;--font-display:"Plus Jakarta Sans","Segoe UI",sans-serif;--shadow:0 18px 50px rgba(8,20,50,0.18);--shadow-lg:0 28px 70px rgba(8,20,50,0.28);--header-h:72px;--purple:#7c5cff;--yellow:#f5b942;--red:#ff5a6a;--green:#22c55e}*,:after,:before{box-sizing:border-box}body,html{margin:0;padding:0;min-height:100%;background:var(--bg);color:var(--text);font-family:var(--font);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}img,svg{display:block;max-width:100%}.container{width:min(1180px,calc(100% - 2.5rem));margin-inline:auto}.site-shell{min-height:100vh;display:flex;flex-direction:column;background:var(--bg)}.site-main{flex:1 1}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:60;background:#0a1638;border-bottom:1px solid rgba(255,255,255,.08)}.site-header__inner{justify-content:space-between;min-height:64px;width:min(1280px,calc(100% - 2.5rem))}.header-left,.site-header__inner{display:flex;align-items:center;gap:2rem}.header-left{min-width:0}.brand{display:inline-flex;align-items:center;line-height:0;flex-shrink:0}.logo-lockup,.logo-mark{display:block;height:auto}.brand .logo-lockup{max-height:40px;width:auto;mix-blend-mode:normal;isolation:isolate}.nav{display:flex;align-items:center;gap:1.15rem;white-space:nowrap}.nav-primary{justify-content:flex-start}.nav-actions{justify-content:flex-end;gap:.85rem}.nav-status{display:inline-flex;align-items:center;gap:.45rem;color:rgba(255,255,255,.9);font-size:.84rem;font-weight:600;padding:.4rem .7rem;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);transition:background .15s ease,border-color .15s ease,color .15s ease}.nav-status--compact{display:none}.nav-status:hover{color:#fff;background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.22)}.status-indicator-dot{width:.55rem;height:.55rem;border-radius:50%;flex-shrink:0}.mobile-nav__status.is-ok .status-indicator-dot,.nav-status.is-ok .status-indicator-dot,.status-indicator-dot{background:#22c55e;box-shadow:0 0 0 3px rgba(34,197,94,.22)}.mobile-nav__status.is-warn .status-indicator-dot,.nav-status.is-warn .status-indicator-dot{background:#f5b942;box-shadow:0 0 0 3px rgba(245,185,66,.28)}.mobile-nav__status.is-bad .status-indicator-dot,.nav-status.is-bad .status-indicator-dot{background:#ff5a6a;box-shadow:0 0 0 3px rgba(255,90,106,.28)}.mobile-nav__status{display:flex;align-items:center;gap:.55rem}.mobile-nav__status-label{margin-left:auto;font-size:.75rem;font-weight:600;color:rgba(255,255,255,.55)}.nav-text{font-size:.84rem;font-weight:600;padding:.55rem 0;gap:.35rem;background:none;border:none;cursor:pointer}.nav-icon,.nav-text{color:rgba(255,255,255,.9);display:inline-flex;align-items:center}.nav-icon{justify-content:center;width:2.35rem;height:2.35rem;border-radius:10px;background:transparent;border:1px solid transparent;transition:background .15s ease,border-color .15s ease,color .15s ease}.nav-icon svg{width:1.2rem;height:1.2rem}.nav-icon:hover{color:#fff;background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.14)}.nav-text:hover,.nav-text[aria-expanded=true]{color:#fff}.nav-text__chevron{width:.55rem;height:.55rem;border-right:1.5px solid;border-bottom:1.5px solid;transform:rotate(45deg) translateY(-1px);opacity:.75}.nav-link{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:.45rem 1rem;border-radius:10px;font-size:.82rem;font-weight:700;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .15s ease}.nav-link--ghost{border:1px solid #fff;color:#0b1020;background:#fff}.nav-link--ghost:hover{background:#eef3fb;border-color:#eef3fb;transform:translateY(-1px)}.nav-link--solid{border:1px solid transparent;background:var(--blue-600);color:#fff}.nav-link--solid:hover{background:var(--blue-500);transform:translateY(-1px)}.nav-mega-wrap{position:relative}.nav-mega{position:absolute;top:calc(100% + .85rem);left:50%;transform:translateX(-35%);width:min(760px,calc(100vw - 2rem));background:#fff;color:var(--text);border-radius:28px;box-shadow:var(--shadow-lg);overflow:hidden;display:grid;grid-template-columns:200px 1fr;z-index:60;animation:mega-in .18s ease}@keyframes mega-in{0%{opacity:0;transform:translateX(-35%) translateY(6px)}to{opacity:1;transform:translateX(-35%) translateY(0)}}.nav-mega__side{background:#eef3fb;position:relative;overflow:hidden;min-height:100%}.nav-mega__side-mark{position:absolute;width:160px;height:160px;left:50%;top:50%;transform:translate(-50%,-50%);opacity:.12;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;object-fit:contain}.nav-mega__side-item{padding:.7rem .9rem;border-radius:12px;font-size:.92rem;font-weight:600;color:#334155}.nav-mega__side-item--active{background:#dce8ff;color:#0b4fd9}.nav-mega__main{padding:1.35rem 1.5rem 1.1rem}.nav-mega__main h3{margin:0;font-size:1.15rem;font-weight:700}.nav-mega__main>p{margin:.35rem 0 1.1rem;color:var(--text-muted);font-size:.92rem}.nav-mega__grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:.35rem 1rem;gap:.35rem 1rem}.nav-mega__link{display:flex;align-items:center;gap:.7rem;padding:.65rem .55rem;border-radius:12px;font-weight:600;font-size:.95rem}.nav-mega__link:hover{background:#f3f6fb}.nav-mega__icon{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;flex-shrink:0}.nav-mega__icon--purple{background:rgba(124,92,255,.15)}.nav-mega__icon--yellow{background:rgba(245,185,66,.2)}.nav-mega__icon--red{background:rgba(255,90,106,.15)}.nav-mega__icon--green{background:rgba(34,197,94,.15)}.nav-mega__icon--blue{background:rgba(11,92,255,.15)}.nav-mega__icon--teal{background:rgba(45,212,191,.18)}.nav-mega__icon--orange{background:rgba(251,146,60,.2)}.nav-mega__foot{grid-column:1/-1;background:#e8f0ff;padding:.85rem 1.35rem;display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;font-size:.88rem;font-weight:600;color:#0b4fd9}.nav-backdrop{position:fixed;inset:0;z-index:40;background:transparent}.nav-toggle{display:none;align-items:center;justify-content:center;width:44px;height:44px;margin:-.25rem -.35rem -.25rem 0;border:none;background:transparent;cursor:pointer;flex-shrink:0}.nav-toggle__bars,.nav-toggle__bars:after,.nav-toggle__bars:before{content:"";display:block;width:22px;height:2px;border-radius:2px;background:#fff;transition:transform .22s ease,opacity .18s ease}.nav-toggle__bars{position:relative}.nav-toggle__bars:before{position:absolute;top:-7px;left:0}.nav-toggle__bars:after{position:absolute;top:7px;left:0}.nav-toggle--open .nav-toggle__bars{background:transparent}.nav-toggle--open .nav-toggle__bars:before{transform:translateY(7px) rotate(45deg)}.nav-toggle--open .nav-toggle__bars:after{transform:translateY(-7px) rotate(-45deg)}.mobile-nav{display:none;position:fixed;left:0;right:0;top:60px;bottom:0;z-index:55;background:#0a1638;overflow-y:auto}.mobile-nav.mobile-nav--open{display:block;animation:mobile-nav-in .2s ease}.mobile-nav-backdrop{display:none;position:fixed;top:60px;right:0;bottom:0;left:0;z-index:54;margin:0;padding:0;border:none;background:rgba(0,0,0,.45);cursor:pointer}.mobile-nav-backdrop.is-open{display:block}body.nav-locked{overflow:hidden}@media (max-width:900px){.site-header__inner{gap:1rem;min-height:60px}.nav-actions,.nav-primary{display:none!important}.nav-status--compact{display:inline-flex;margin-left:auto}.nav-toggle{display:inline-flex;position:relative;z-index:60}.mobile-nav__panel{display:flex;flex-direction:column;align-items:stretch;gap:.15rem;padding:.75rem clamp(1rem,5vw,1.5rem) 2rem}.mobile-nav__link{display:block;padding:.95rem .25rem;font-size:1.05rem;font-weight:600;color:#fff;border-bottom:1px solid rgba(255,255,255,.08)}.mobile-nav__link--icon{display:flex;align-items:center;gap:.75rem;border-bottom:none}.mobile-nav__link--icon .nav-mega__icon{width:30px;height:30px;border-radius:9px}.mobile-nav__link--icon .status-indicator-dot{width:10px;height:10px;margin-inline:10px;flex-shrink:0}.mobile-nav__group{display:grid;grid-gap:.15rem;gap:.15rem;padding:.35rem 0 .6rem;border-bottom:1px solid rgba(255,255,255,.08)}.mobile-nav__section{display:grid;grid-gap:.15rem;gap:.15rem;margin-top:.85rem;padding-top:.85rem;border-top:1px solid rgba(255,255,255,.14)}.mobile-nav__sublink{display:flex;align-items:center;gap:.75rem;padding:.7rem .25rem;font-size:.98rem;font-weight:600;color:rgba(255,255,255,.85)}.mobile-nav__sublink .nav-mega__icon{width:30px;height:30px;border-radius:9px}.mobile-nav__actions{display:flex;flex-direction:column;gap:.65rem;margin-top:1.25rem}}@keyframes mobile-nav-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:48px;padding:.7rem 1.45rem;border-radius:var(--radius-pill);border:1px solid transparent;font-weight:700;font-size:.95rem;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .15s ease,box-shadow .2s ease}.btn:hover{transform:translateY(-1px)}.btn--primary{background:var(--blue-600);color:#fff;box-shadow:0 10px 24px rgba(11,92,255,.28)}.btn--primary:hover{background:var(--blue-500)}.btn--on-dark{background:var(--navy-950);color:#fff;border-color:rgba(255,255,255,.08)}.btn--on-dark:hover{background:#121a2e}.btn--light{background:#fff;color:var(--navy-900)}.btn--light:hover{background:#f3f6fb}.btn--ghost{background:transparent;border-color:rgba(255,255,255,.55);color:#fff}.btn--ghost:hover{background:rgba(255,255,255,.1)}.btn--ghost-dark{background:transparent;border-color:var(--border-strong);color:var(--text)}.btn--ghost-dark:hover{background:var(--bg-soft)}.btn--block{width:100%}.hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-top:1.6rem}.home-hero{position:relative;background:radial-gradient(ellipse 90% 70% at 50% -10%,rgba(47,123,255,.38),transparent 55%),#0a1638;color:var(--text-on-dark);padding:2.5rem 0 2.75rem;overflow:hidden}.home-hero--blend:after,.home-hero:after{content:none!important;display:none!important}.home-hero__mark{position:absolute;width:min(480px,65vw);height:auto;left:50%;top:36%;transform:translate(-50%,-50%);opacity:.06;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:0;object-fit:contain}.home-hero__stage{position:relative;z-index:1;display:flex;flex-direction:column;gap:1.5rem}.home-hero__intro{order:1}.home-feature{order:2}.home-chips{order:3}.home-hero__intro{text-align:center;max-width:38rem;margin-inline:auto;animation:home-intro-in .65s cubic-bezier(.22,1,.36,1) both}@keyframes home-intro-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.home-hero__eyebrow{margin:0 0 .55rem;font-size:.7rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.58)}.home-hero h1,.home-hero__headline{margin:0;font-size:clamp(1.65rem,3.8vw,2.45rem);font-weight:800;letter-spacing:-.035em;line-height:1.12;color:#fff}.home-hero__headline--static{max-width:none;margin-inline:auto}.home-hero__sub{margin:.75rem auto 0;max-width:32rem;font-size:clamp(.95rem,1.5vw,1.08rem);font-weight:500;line-height:1.5;color:rgba(255,255,255,.78)}.home-feature{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.15rem;gap:1.15rem;align-items:start;padding:1.2rem;border-radius:22px;color:#0f172a;background:rgba(255,255,255,.96);border:1px solid rgba(255,255,255,.2);box-shadow:0 24px 56px rgba(4,12,36,.32);animation:home-intro-in .7s cubic-bezier(.22,1,.36,1) .08s both}.home-feature--workspace{background:linear-gradient(165deg,#ffffff,#f4faf6)}.home-feature--hosting{background:linear-gradient(165deg,#ffffff,#f3f7ff)}.home-feature--domains{background:linear-gradient(165deg,#ffffff,#f0faf8)}.home-feature--phone{background:linear-gradient(165deg,#ffffff,#fff7f2)}.home-feature--apps{background:linear-gradient(165deg,#ffffff,#f7f3ff)}.home-feature__copy{min-width:0;padding:.35rem .25rem .35rem .45rem}.home-feature__eyebrow{margin:0 0 .4rem;font-size:.7rem;font-weight:750;letter-spacing:.12em;text-transform:uppercase;color:#15803d}.home-feature--hosting .home-feature__eyebrow{color:#1d4ed8}.home-feature--domains .home-feature__eyebrow{color:#0f766e}.home-feature--phone .home-feature__eyebrow{color:#c2410c}.home-feature--apps .home-feature__eyebrow{color:#7e22ce}.home-feature__title{margin:0;font-size:clamp(1.3rem,2.2vw,1.7rem);font-weight:800;letter-spacing:-.03em;line-height:1.15;color:#0a1638;max-width:16ch}.home-feature__body{margin:.55rem 0 0;color:#5b6b7c;font-size:.95rem;font-weight:500;line-height:1.5;max-width:34rem}.home-feature__points{list-style:none;margin:.85rem 0 0;padding:0;display:grid;grid-gap:.4rem;gap:.4rem}.home-feature__points li{position:relative;padding-left:1.15rem;color:#334155;font-size:.9rem;font-weight:550;line-height:1.4}.home-feature__points li:before{content:"";position:absolute;left:0;top:.45em;width:.45rem;height:.45rem;border-radius:50%;background:#16a34a}.home-feature--hosting .home-feature__points li:before{background:#2563eb}.home-feature--domains .home-feature__points li:before{background:#0d9488}.home-feature--phone .home-feature__points li:before{background:#ea580c}.home-feature--apps .home-feature__points li:before{background:#9333ea}.home-feature__actions{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1.15rem}.home-feature__preview{min-width:0}.home-feature__preview .showcase-shell{margin:0;max-width:100%;box-shadow:0 12px 32px rgba(8,20,50,.12)}.home-feature__preview .showcase-shell--compact .showcase-shell__stage{height:280px}.home-chips{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:.55rem;gap:.55rem;margin:0;padding:0;list-style:none}.home-chip{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.45rem;min-height:4.75rem;padding:.75rem .5rem;border-radius:16px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);color:#fff;text-align:center;cursor:pointer;text-decoration:none;transition:background .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}.home-chip:hover{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.28);transform:translateY(-2px)}.home-chip.is-active{background:rgba(255,255,255,.96);color:#0a1638;border-color:rgba(255,255,255,.95);box-shadow:0 12px 28px rgba(4,12,36,.28)}.home-chip__icon{width:2.15rem;height:2.15rem;border-radius:10px;display:grid;place-items:center;background:rgba(255,255,255,.12);flex-shrink:0}.home-chip__icon svg{width:1.15rem!important;height:1.15rem!important}.home-chip.is-active .home-chip__icon{background:rgba(11,92,255,.12)}.home-chip--green.is-active .home-chip__icon{background:rgba(22,163,74,.14)}.home-chip--blue.is-active .home-chip__icon{background:rgba(37,99,235,.14)}.home-chip--teal.is-active .home-chip__icon{background:rgba(13,148,136,.14)}.home-chip--orange.is-active .home-chip__icon{background:rgba(234,88,12,.14)}.home-chip--purple.is-active .home-chip__icon{background:rgba(147,51,234,.14)}.home-chip__label{font-size:.82rem;font-weight:700;letter-spacing:-.01em;line-height:1.2;white-space:nowrap}@media (max-width:900px){.home-feature{grid-template-columns:1fr;padding:1.05rem}.home-feature__preview .showcase-shell--compact .showcase-shell__stage{height:260px}.home-feature__title{max-width:none}}@media (max-width:420px){.home-chips{grid-template-columns:repeat(5,minmax(0,1fr));gap:.35rem}.home-chip__label{font-size:.62rem}}@media (prefers-reduced-motion:reduce){.home-feature,.home-hero__intro{animation:none}}.home-hero__headline-line{display:block}.home-hero__headline-line--lead{display:inline-flex;align-items:center;justify-content:center;gap:.28em}.home-hero__typed-wrap{display:inline-flex;align-items:center;gap:.14em;min-width:5.6ch;color:#9ec5ff}.home-hero__caret{width:.12em;min-width:2px;height:.78em;background:rgba(255,255,255,.9)}.home-hero__tiles,.home-products{display:none}.product-rail-wrap{position:relative;background:none}.product-rail-wrap--compact .product-rail__nav{width:2.1rem;height:2.1rem;box-shadow:0 6px 16px rgba(8,20,50,.12)}.product-rail{display:flex;gap:.85rem;overflow:visible;padding:0;margin:0;background:none;scrollbar-width:none}.product-rail--compact{gap:.7rem;align-items:stretch}.product-rail--compact .product-rail__item{display:flex}.product-rail::-webkit-scrollbar{display:none}.product-rail__item{flex:1 1;min-width:0;width:auto;animation:product-rail-in .55s cubic-bezier(.22,1,.36,1) both;animation-delay:calc(var(--rail-i, 0) * 70ms)}.product-rail__item .product-tile{width:100%;height:100%;min-height:260px}.product-rail--compact .product-rail__item .product-tile{min-height:0}.product-rail__nav{position:absolute;top:50%;z-index:3;width:2.5rem;height:2.5rem;border-radius:999px;border:1px solid rgba(15,23,42,.12);background:rgba(255,255,255,.95);box-shadow:0 8px 22px rgba(8,20,50,.16);transform:translateY(-50%);cursor:pointer;transition:opacity .2s ease,transform .2s ease,background .2s ease}.product-rail__nav:before{content:"";position:absolute;inset:0;margin:auto;width:.45rem;height:.45rem;border-left:2px solid #0f172a;border-bottom:2px solid #0f172a;transform:translateX(.12rem) rotate(45deg)}.product-rail__nav--next:before{transform:translateX(-.12rem) rotate(-135deg)}.product-rail__nav--prev{left:-.35rem}.product-rail__nav--next{right:-.35rem}.product-rail__nav:disabled{opacity:0;pointer-events:none}@media (max-width:980px){.product-rail{overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;background:none;-webkit-mask-image:none;mask-image:none}.product-rail__item{flex:0 0 min(58vw,220px);width:min(58vw,220px);scroll-snap-align:start}.product-rail__item .product-tile{min-height:250px}.product-rail--compact .product-rail__item{flex-basis:min(48vw,200px);width:min(48vw,200px)}.product-rail--compact .product-rail__item .product-tile{min-height:0}}@media (max-width:720px){.product-rail{margin-inline:calc(50% - 50vw);padding-inline:max(1.25rem,calc(50vw - 50%));width:100vw;max-width:100vw;box-sizing:border-box}.product-rail__item{flex-basis:min(72vw,240px);width:min(72vw,240px)}.product-rail--compact .product-rail__item{flex-basis:min(64vw,210px);width:min(64vw,210px)}.product-rail__nav{display:none}}@keyframes product-rail-in{0%{opacity:0;transform:translateY(18px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.product-tile{position:relative;min-height:260px;border-radius:28px;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;padding:1.25rem;color:#fff;box-shadow:var(--shadow-lg);transition:transform .25s ease,box-shadow .25s ease}.product-tile--compact{min-height:0;height:100%;border-radius:16px;padding:.85rem .9rem;justify-content:flex-start;box-shadow:0 12px 28px rgba(8,20,50,.12)}.product-tile:hover{transform:translateY(-6px);box-shadow:0 32px 70px rgba(8,20,50,.35)}.product-tile--compact:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(8,20,50,.2)}.product-tile__bg{position:absolute;inset:0;z-index:0}.product-tile--purple .product-tile__bg{background:radial-gradient(circle at 20% 15%,rgba(255,255,255,.28),transparent 40%),linear-gradient(160deg,#5b3dff,#2a1678 55%,#120a35)}.product-tile--yellow .product-tile__bg{background:radial-gradient(circle at 80% 10%,rgba(255,255,255,.25),transparent 35%),linear-gradient(160deg,#f7c948,#d97706 50%,#7c2d12)}.product-tile--red .product-tile__bg{background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.22),transparent 40%),linear-gradient(160deg,#ff7a86,#e11d48 48%,#4c0519)}.product-tile--green .product-tile__bg{background:radial-gradient(circle at 70% 15%,rgba(255,255,255,.22),transparent 40%),linear-gradient(160deg,#4ade80,#16a34a 48%,#052e16)}.product-tile--blue .product-tile__bg{background:radial-gradient(circle at 25% 18%,rgba(255,255,255,.26),transparent 40%),linear-gradient(160deg,#3b82f6,#0b5cff 48%,#0a1f4d)}.product-tile--teal .product-tile__bg{background:radial-gradient(circle at 75% 12%,rgba(255,255,255,.24),transparent 38%),linear-gradient(160deg,#2dd4bf,#0f766e 50%,#042f2e)}.product-tile--orange .product-tile__bg{background:radial-gradient(circle at 30% 15%,rgba(255,255,255,.24),transparent 40%),linear-gradient(160deg,#fb923c,#ea580c 48%,#431407)}.product-tile__orb{position:absolute;border-radius:50%;background:rgba(255,255,255,.12);filter:blur(2px);width:140px;height:140px;top:18%;right:-20px;animation:product-orb 8s ease-in-out infinite}.product-tile--compact .product-tile__orb{width:72px;height:72px;top:-12px;right:-16px;opacity:.7}.product-tile__orb--2{width:90px;height:90px;top:42%;left:-18px;background:rgba(255,255,255,.08);animation-duration:10s;animation-direction:reverse}.product-tile--compact .product-tile__orb--2{width:48px;height:48px;top:auto;bottom:-10px;left:-8px}@keyframes product-orb{0%,to{transform:translate(0)}50%{transform:translate(-10px,8px)}}.product-tile__content{position:relative;z-index:1}.product-tile--compact .product-tile__content{display:grid;grid-template-columns:auto 1fr;grid-gap:.75rem;gap:.75rem;align-items:start}.product-tile__icon{width:52px;height:52px;border-radius:14px;background:rgba(255,255,255,.18);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:grid;place-items:center;margin-bottom:1rem}.product-tile--compact .product-tile__icon{width:40px;height:40px;border-radius:11px;margin-bottom:0;flex-shrink:0}.product-tile__label{margin:0;font-size:1.15rem;font-weight:750;letter-spacing:-.02em}.product-tile--compact .product-tile__label{font-size:.98rem}.product-tile__desc{margin:.35rem 0 0;font-size:.88rem;font-weight:500;opacity:.9;line-height:1.4}.product-tile--compact .product-tile__desc{margin-top:.2rem;font-size:.78rem;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-rail__nav:hover:not(:disabled){background:#fff;transform:translateY(-50%) scale(1.04)}.section{padding:4rem 0}.section--soft{background:var(--bg-soft)}.section--navy{background:#0a1638;color:#fff}.section__eyebrow{margin:0 0 .5rem;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#64748b}.section--navy .section__eyebrow{color:rgba(255,255,255,.55)}.section__title{margin:0;font-size:clamp(1.7rem,3.5vw,2.4rem);font-weight:800;letter-spacing:-.03em;line-height:1.15}.section__sub{margin:.75rem 0 0;color:var(--text-muted);font-size:1.05rem;font-weight:500;line-height:1.55;max-width:40rem}.section--navy .section__sub{color:rgba(255,255,255,.78)}.spotlight-carousel{position:relative;animation:home-intro-in .75s cubic-bezier(.22,1,.36,1) .12s both}.spotlight-carousel--hero{max-width:1100px;margin-inline:auto}.spotlight-carousel__switch{display:grid;grid-template-columns:1fr 1fr;grid-gap:.45rem;gap:.45rem;margin:0 auto .85rem;max-width:22rem;padding:.3rem;border-radius:999px;background:rgba(8,16,40,.35);border:1px solid rgba(255,255,255,.12);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.spotlight-carousel__tab{position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:999px;padding:.55rem 1rem;font:inherit;font-size:.86rem;font-weight:700;color:rgba(255,255,255,.7);background:transparent;cursor:pointer;overflow:hidden;transition:color .2s ease,background .2s ease}.spotlight-carousel__tab.is-active{color:#0f172a;background:#fff;box-shadow:0 8px 20px rgba(0,0,0,.18)}.spotlight-carousel__tab-progress{position:absolute;left:.55rem;right:.55rem;bottom:.28rem;height:2px;border-radius:999px;background:currentColor;opacity:.35;transform-origin:left center;transform:scaleX(0);pointer-events:none}.spotlight-carousel__tab--workspace.is-active .spotlight-carousel__tab-progress{background:#16a34a;opacity:.85}.spotlight-carousel__tab--phone.is-active .spotlight-carousel__tab-progress{background:#ea580c;opacity:.85}.spotlight-carousel__viewport{overflow:hidden;border-radius:28px;box-shadow:0 28px 70px rgba(4,12,36,.35)}.spotlight-carousel--hero .spotlight-carousel__viewport{border:1px solid rgba(255,255,255,.14)}.spotlight-carousel__track{display:flex;transition:transform .55s cubic-bezier(.22,1,.36,1);will-change:transform}.spotlight-carousel__slide{flex:0 0 100%;min-width:0}.spotlight-carousel__controls{display:flex;align-items:center;justify-content:center;gap:.85rem;margin-top:1.1rem}.spotlight-carousel__arrow{width:2.4rem;height:2.4rem;border-radius:999px;border:1px solid var(--border);background:#fff;box-shadow:0 8px 20px rgba(8,20,50,.08);cursor:pointer;position:relative;flex-shrink:0}.spotlight-carousel__arrow:before{content:"";position:absolute;inset:0;margin:auto;width:.45rem;height:.45rem;border-left:2px solid #0f172a;border-bottom:2px solid #0f172a;transform:translateX(.12rem) rotate(45deg)}.spotlight-carousel__arrow--next:before{transform:translateX(-.12rem) rotate(-135deg)}.spotlight-carousel__arrow:hover{border-color:color-mix(in srgb,var(--accent) 35%,var(--border))}.spotlight-carousel__dots{display:flex;align-items:center;gap:.45rem}.spotlight-carousel__dot{width:.55rem;height:.55rem;border-radius:999px;border:0;padding:0;background:rgba(15,23,42,.22);cursor:pointer;transition:width .25s ease,background .25s ease}.spotlight-carousel__dot.is-active{width:1.45rem;background:#0f172a}@media (prefers-reduced-motion:reduce){.spotlight-carousel__track{transition:none}}.workspace-spotlight{display:grid;grid-template-columns:1.05fr 1fr;grid-gap:1.35rem;gap:1.35rem;align-items:center;padding:1.5rem;border-radius:28px;min-height:0;background:radial-gradient(circle at 12% 0,rgba(74,222,128,.14),transparent 42%),linear-gradient(165deg,#f7faf8,#eef6f1 55%,#e8f0ec);border:1px solid rgba(22,163,74,.14);box-shadow:0 24px 56px rgba(5,46,22,.08)}.workspace-spotlight--hero{box-shadow:none;border-radius:24px;align-items:start;padding:1.25rem;gap:1.15rem}.spotlight-carousel--hero .showcase-shell--compact .showcase-shell__stage{height:300px}.spotlight-carousel--hero .workspace-spotlight__copy .section__title{font-size:clamp(1.35rem,2.4vw,1.75rem)}.spotlight-carousel--hero .workspace-spotlight__points{gap:.45rem}.spotlight-carousel--hero .workspace-spotlight__points li{font-size:.9rem}.workspace-spotlight--phone{background:radial-gradient(circle at 12% 0,rgba(251,146,60,.16),transparent 42%),linear-gradient(165deg,#fffaf5,#fff4eb 55%,#f8ebe0);border-color:rgba(234,88,12,.16);box-shadow:0 24px 56px rgba(67,20,7,.08)}.workspace-spotlight--hero.workspace-spotlight--phone{box-shadow:none}.workspace-spotlight__lede{margin-bottom:1rem!important}.workspace-spotlight__actions{justify-content:flex-start;margin-top:1.25rem!important}.workspace-spotlight:not(.workspace-spotlight--phone) .section__eyebrow{color:#15803d}.workspace-spotlight--phone .section__eyebrow{color:#c2410c}.workspace-spotlight__copy .section__title{max-width:18ch}.workspace-spotlight--phone .workspace-spotlight__copy .section__title{max-width:16ch}.workspace-spotlight__points{list-style:none;margin:0;padding:0;display:grid;grid-gap:.65rem;gap:.65rem}.workspace-spotlight__points li{position:relative;padding-left:1.35rem;color:var(--text-muted,#4b5563);font-size:.98rem;line-height:1.45}.workspace-spotlight__points li:before{content:"";position:absolute;left:0;top:.55em;width:.55rem;height:.55rem;border-radius:50%;background:#16a34a;box-shadow:0 0 0 3px rgba(22,163,74,.18)}.workspace-spotlight--phone .workspace-spotlight__points li:before{background:#ea580c;box-shadow:0 0 0 3px rgba(234,88,12,.2)}.workspace-spotlight__panel{border-radius:22px;padding:1.5rem 1.35rem;background:radial-gradient(circle at 80% 10%,rgba(255,255,255,.18),transparent 40%),linear-gradient(160deg,#166534,#14532d 48%,#052e16);color:#fff;display:flex;flex-direction:column;justify-content:center;box-shadow:inset 0 1px 0 rgba(255,255,255,.12)}.workspace-spotlight--phone .workspace-spotlight__panel{background:radial-gradient(circle at 80% 10%,rgba(255,255,255,.2),transparent 40%),linear-gradient(160deg,#fb923c,#ea580c 48%,#431407)}.workspace-spotlight__panel-label{margin:0 0 1rem;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;opacity:.78}.workspace-spotlight__chips{display:flex;flex-wrap:wrap;gap:.5rem}.workspace-spotlight__chips span{font-size:.86rem;font-weight:600;padding:.4rem .7rem;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2)}.workspace-spotlight__panel-note{margin:1.25rem 0 0;font-size:.92rem;line-height:1.45;opacity:.88}@media (max-width:860px){.workspace-spotlight{grid-template-columns:1fr;padding:1.35rem}.workspace-spotlight--phone .workspace-spotlight__copy .section__title,.workspace-spotlight__copy .section__title{max-width:none}}.section__head{margin-bottom:1.75rem}.platform-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem;margin-top:1.75rem}.platform-grid--tight{gap:.85rem;margin-top:1.35rem}.home-band{background:#0a1638}.home-band .home-close,.home-band .home-hero,.home-band .section--navy{background-color:transparent}.home-band .home-hero{background-image:radial-gradient(ellipse 90% 70% at 50% -10%,rgba(47,123,255,.38),transparent 55%)}.home-close{padding-top:1.5rem;padding-bottom:3.25rem;margin:0}.home-close__inner{text-align:center;max-width:none;margin-inline:auto;padding:2rem 1.75rem 2.15rem;border-radius:24px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.08);box-shadow:0 20px 48px rgba(4,12,36,.28),inset 0 1px 0 rgba(255,255,255,.1);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.home-close__inner .section__sub{margin-inline:auto;max-width:40rem}.home-close__inner .hero__actions{justify-content:center}@media (max-width:720px){.home-close{padding-bottom:2.5rem}.home-close__inner{padding:1.5rem 1.15rem 1.65rem;border-radius:20px}}.platform-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem 1.35rem;box-shadow:0 10px 30px rgba(8,20,50,.06)}.platform-card h3{margin:0 0 .5rem;font-size:1.1rem;font-weight:750}.platform-card p{margin:0;color:var(--text-muted);font-weight:500;line-height:1.55;font-size:.95rem}.service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1rem;gap:1rem}.service-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem 1.2rem 1.45rem;text-align:center;box-shadow:0 12px 32px rgba(8,20,50,.08);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;color:inherit}.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:rgba(11,92,255,.25)}.service-card__icon{width:72px;height:72px;margin:0 auto 1rem;border-radius:18px;display:grid;place-items:center;background:var(--bg-panel)}.service-card__label{margin:0;font-size:1.05rem;font-weight:750}.service-card__desc{margin:.55rem 0 0;color:var(--text-muted);font-size:.92rem;font-weight:500;line-height:1.45}.pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem}.price-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;display:flex;flex-direction:column;gap:1.15rem;box-shadow:0 12px 32px rgba(8,20,50,.06)}.price-card--featured{border-color:rgba(11,92,255,.45);box-shadow:0 16px 40px rgba(11,92,255,.15)}.price-card__name{margin:.5rem 0 0;font-size:1.25rem;font-weight:750}.price-card__amount{margin:.45rem 0 0;font-size:1.55rem;font-weight:800;letter-spacing:-.02em;color:var(--blue-600)}.price-card__amount span{font-size:.9rem;font-weight:600;color:var(--text-muted)}.price-card__desc{margin:.55rem 0 0;color:var(--text-muted);font-weight:500;font-size:.92rem}.price-card__features{margin:0;padding:0;list-style:none;display:grid;grid-gap:.45rem;gap:.45rem;flex:1 1}.price-card__features li{position:relative;padding-left:1.1rem;color:var(--text-muted);font-weight:500;font-size:.92rem}.price-card__features li:before{content:"";position:absolute;left:0;top:.45rem;width:.45rem;height:.45rem;border-radius:50%;background:var(--blue-600)}.care-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1.15rem;gap:1.15rem;margin-top:1.75rem;align-items:stretch}.care-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem 1.35rem 1.25rem;box-shadow:0 12px 32px rgba(8,20,50,.06);display:flex;flex-direction:column;gap:.55rem}.care-card--featured{border-color:rgba(11,92,255,.45);box-shadow:0 18px 44px rgba(11,92,255,.14)}.care-card__name{margin:.35rem 0 0;font-size:1.2rem;font-weight:750;letter-spacing:-.02em}.care-card__tagline{margin:0;color:var(--text-muted);font-size:.92rem;font-weight:500;line-height:1.5;min-height:2.8em}.care-card__price{margin:.35rem 0 0;font-size:2rem;font-weight:800;letter-spacing:-.03em;color:var(--blue-600);line-height:1}.care-card__price span{font-size:.95rem}.care-card__price span,.price-was{font-weight:600;color:var(--text-muted)}.price-was{display:inline-block;margin-right:.45rem;font-size:1.05rem;text-decoration:line-through;text-decoration-thickness:1.5px}.price-was--inline{margin-right:.2rem;font-size:inherit;font-weight:500}.price-offer,.price-offer-inline{color:#047857;font-weight:800}.price-offer-inline{font-size:inherit}.price-offer-badge{display:inline-flex;align-items:center;margin:0 0 .55rem;padding:.22rem .55rem;border-radius:999px;background:rgba(4,120,87,.12);color:#047857;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.checkout-summary__row--offer{color:#047857;font-weight:600}.care-card__setup,.care-card__yearly{margin:0;color:var(--text-muted);font-size:.88rem;font-weight:500}.care-card__highlights{margin:.5rem 0 .35rem;padding:0;list-style:none;display:grid;grid-gap:.4rem;gap:.4rem}.care-card__highlights li{position:relative;padding-left:1.05rem;color:#334155;font-size:.9rem;font-weight:560;line-height:1.4}.care-card__highlights li:before{content:"";position:absolute;left:0;top:.45rem;width:.42rem;height:.42rem;border-radius:50%;background:var(--blue-600)}.care-card__talk{display:block;text-align:center;margin:.15rem 0 .35rem;font-size:.88rem;font-weight:650;color:var(--blue-600)}.care-card__talk:hover{text-decoration:underline}.care-card__details{border-top:1px solid var(--border);padding-top:.55rem}.care-card__details summary{cursor:pointer;font-size:.88rem;font-weight:700;color:#0f172a;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.care-card__details summary::-webkit-details-marker{display:none}.care-card__details summary:after{content:"+";font-size:1.1rem;color:var(--blue-600);font-weight:700}.care-card__details[open] summary:after{content:"–"}.care-card__details ul{margin:.65rem 0 .25rem;padding:0;list-style:none;display:grid;grid-gap:.35rem;gap:.35rem}.care-card__details li{position:relative;padding-left:.95rem;color:var(--text-muted);font-size:.86rem;font-weight:500;line-height:1.45}.care-card__details li:before{content:"";position:absolute;left:0;top:.45rem;width:.35rem;height:.35rem;border-radius:50%;background:#94a3b8}.care-card__note{margin:.55rem 0 .15rem;color:var(--text-muted);font-size:.84rem;font-weight:500;line-height:1.5}.support-strip{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:1.15rem 1.25rem;box-shadow:0 10px 28px rgba(8,20,50,.05)}.support-strip__label{margin:0 0 .65rem;font-weight:700;font-size:.95rem}.support-strip ul{margin:0;padding:0;list-style:none;display:grid;grid-gap:.4rem;gap:.4rem}.support-strip li{position:relative;padding-left:1.05rem;color:var(--text-muted);font-size:.92rem;font-weight:500}.support-strip li:before{content:"";position:absolute;left:0;top:.45rem;width:.4rem;height:.4rem;border-radius:50%;background:var(--blue-600)}.pricing-extras{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:2rem;gap:2rem;align-items:start}.addon-list{margin:1.15rem 0 0;padding:0;list-style:none;display:grid;grid-gap:.85rem;gap:.85rem}.addon-list li{background:#fff;border:1px solid var(--border);border-radius:var(--radius-sm);padding:1rem 1.1rem;display:grid;grid-gap:.3rem;gap:.3rem;box-shadow:0 8px 22px rgba(8,20,50,.04)}.addon-list strong{font-size:.95rem}.addon-list span{color:var(--text-muted);font-size:.9rem;font-weight:500;line-height:1.45}.badge{display:inline-flex;align-items:center;padding:.25rem .65rem;border-radius:var(--radius-pill);background:var(--accent-soft);color:var(--blue-700);font-size:.72rem;font-weight:750;letter-spacing:.04em;text-transform:uppercase}.cta-band{background:linear-gradient(135deg,#0a1020,#0b4fd9);color:#fff;border-radius:32px;padding:2.5rem 2rem;text-align:center}.cta-band .section__eyebrow{color:rgba(255,255,255,.6)}.panel__title{margin:0;font-size:clamp(1.6rem,3vw,2.1rem);font-weight:800;letter-spacing:-.03em}.panel__sub{margin:.7rem auto 0;max-width:34rem;color:rgba(255,255,255,.82);font-weight:500;line-height:1.55}.cta-band .hero__actions{margin-top:1.5rem}.page-intro{padding:3.25rem 0 1rem}.page-intro h1{margin:0;font-size:clamp(2rem,4vw,2.75rem);font-weight:800;letter-spacing:-.03em;line-height:1.15;max-width:18ch}.page-intro p{margin:.7rem 0 0;color:var(--text-muted);font-weight:500;max-width:40rem;line-height:1.55;font-size:1.05rem}.table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:var(--radius);background:#fff}.data-table{width:100%;border-collapse:collapse;min-width:640px}.data-table td,.data-table th{padding:.9rem 1rem;text-align:left;border-bottom:1px solid var(--border);font-size:.92rem}.data-table th{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:#64748b;background:var(--bg-soft)}.status-pill{display:inline-flex;padding:.2rem .6rem;border-radius:var(--radius-pill);background:#e2e8f0;color:#475569;font-size:.75rem;font-weight:700}.status-pill--live{background:rgba(34,197,94,.15);color:#15803d}.form-panel{max-width:40rem;margin:0 auto 3rem;background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem;box-shadow:0 12px 32px rgba(8,20,50,.06)}.form-panel .panel__title{margin-bottom:0}.form-panel>.form-note{margin:.7rem 0 1.25rem}.form-stack{display:grid;grid-gap:.95rem;gap:.95rem}fieldset.form-stack{min-width:0;margin:0;padding:1rem 0 0;border:0;border-top:1px solid rgba(15,23,42,.12)}fieldset.form-stack>legend{padding:0 .5rem 0 0;font-size:.9rem;font-weight:800;color:#0f172a}.form-field{display:grid;grid-gap:.35rem;gap:.35rem;min-width:0}.form-field label{display:block;margin-bottom:0;font-size:.85rem;font-weight:700;color:#334155}.form-field input,.form-field select,.form-field textarea{display:block;box-sizing:border-box;width:100%;min-height:46px;padding:.65rem .85rem;border-radius:12px;border:1px solid var(--border-strong);background:#fff;color:var(--text);font:inherit}.form-field textarea{min-height:120px;resize:vertical}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{outline:none;border-color:var(--blue-600);box-shadow:0 0 0 3px var(--accent-soft)}.form-note{margin:.75rem 0 0;color:var(--text-muted);font-size:.9rem;font-weight:500}.form-error{color:#be123c}.form-error,.form-success{margin:0;font-weight:600;font-size:.9rem}.form-success{color:#15803d}.checkout-next-steps{margin-top:.25rem;padding:1rem 1.1rem;border:1px solid rgba(15,23,42,.12);border-radius:12px;background:rgba(11,92,255,.04)}.checkout-next-steps__title{margin:0 0 .65rem;font-weight:700;font-size:.95rem;color:var(--text)}.checkout-next-steps__list{margin:0 0 .75rem;padding-left:1.2rem;display:grid;grid-gap:.55rem;gap:.55rem;color:var(--text-muted,#475569);font-size:.9rem;line-height:1.45}.checkout-next-steps__list strong{color:var(--text);font-weight:700}.form-radio-row{display:grid;grid-gap:.55rem;gap:.55rem}.form-radio-row label{display:flex;align-items:center;gap:.5rem;font-weight:600;color:var(--text);cursor:pointer}.form-radio-row input[type=radio]{width:auto;min-height:0;accent-color:var(--blue-600)}.checkout-summary{border:1px solid var(--border-strong);border-radius:14px;background:#fff;padding:1rem 1.1rem;display:grid;grid-gap:.55rem;gap:.55rem}.checkout-summary__row{display:flex;justify-content:space-between;gap:1rem;font-size:.95rem;color:var(--text)}.checkout-summary__cycle{font-weight:500;color:var(--text-muted)}.checkout-summary__row--total{padding-top:.55rem;border-top:1px solid var(--border);font-weight:800;font-size:1.05rem}.checkout-summary .form-note{margin-top:.25rem}.checkout-cart{display:grid;grid-gap:1rem;gap:1rem}.checkout-cart__primary{border:1px solid var(--border-strong);border-radius:16px;background:linear-gradient(165deg,#f8fafc,#eef4ff);padding:1.15rem 1.2rem}.checkout-cart__eyebrow{margin:0 0 .35rem;font-size:.68rem;font-weight:750;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.checkout-cart__name{margin:0;font-size:1.25rem;font-weight:800;letter-spacing:-.02em}.checkout-cart__desc{margin:.35rem 0 0;color:var(--text-muted);font-size:.92rem;line-height:1.45}.checkout-cart__price{margin:.75rem 0 0;font-size:1.65rem;font-weight:800;letter-spacing:-.03em;color:var(--blue-600);line-height:1}.checkout-cart__price span{font-size:.9rem;font-weight:600;color:var(--text-muted)}.checkout-upsells{border:1px dashed rgba(11,92,255,.28);border-radius:16px;background:#fff;padding:1rem 1.1rem}.checkout-upsells__title{margin:0;font-size:.98rem;font-weight:750}.checkout-upsells__sub{margin:.25rem 0 .75rem;color:var(--text-muted);font-size:.86rem;line-height:1.4}.checkout-upsells__list{display:grid;grid-gap:.55rem;gap:.55rem}.checkout-upsell{display:grid;grid-template-columns:auto 1fr;grid-gap:.7rem;gap:.7rem;align-items:start;padding:.75rem .85rem;border-radius:12px;border:1px solid var(--border);background:#f8fafc;cursor:pointer}.checkout-upsell.is-selected{border-color:rgba(11,92,255,.45);background:rgba(11,92,255,.06)}.checkout-upsell input{width:auto;min-height:0;margin-top:.2rem;accent-color:var(--blue-600)}.checkout-upsell__body{display:grid;grid-gap:.2rem;gap:.2rem;min-width:0}.checkout-upsell__body strong{font-size:.95rem;font-weight:750}.checkout-upsell__body em{font-style:normal;color:var(--text-muted);font-size:.82rem;line-height:1.4}.checkout-upsell__body>span{font-size:.86rem;font-weight:700;color:var(--blue-600)}.checkout-payment-element{padding:.15rem 0;min-height:120px}.site-footer{border-top:1px solid var(--border);background:#fff;padding:1.75rem 0 2rem}.footer-links{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;justify-content:center;margin-bottom:.85rem;font-weight:600;font-size:.92rem;color:#334155}.footer-links a:hover{color:var(--blue-600)}.site-footer p{margin:0;text-align:center;color:#64748b;font-size:.72rem;letter-spacing:.06em;text-transform:uppercase}.service-detail__hero{padding:3rem 0 1.25rem;background:var(--bg-soft)}.service-detail__hero-inner{display:grid;grid-template-columns:auto 1fr;grid-gap:1.75rem;gap:1.75rem;align-items:start}.service-detail__mark{width:88px;height:88px;border-radius:22px;display:grid;place-items:center;background:#fff;border:1px solid var(--border);box-shadow:0 10px 28px rgba(8,20,50,.08)}.service-detail__intro h1{margin:.2rem 0 .85rem;font-size:clamp(1.9rem,4vw,2.7rem);font-weight:800;letter-spacing:-.03em;line-height:1.15;max-width:18ch}.service-detail__summary{margin:0 0 1.35rem;max-width:40rem;color:var(--text-muted);font-size:1.08rem;font-weight:500;line-height:1.6}.prose-block{max-width:44rem}.service-detail__lead{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);grid-gap:2.5rem;gap:2.5rem;align-items:center}.service-detail__lead-copy p{margin:0 0 1.1rem;color:var(--text-muted);font-size:1.08rem;line-height:1.65;max-width:38rem}.service-detail__lead-copy p:last-child{margin-bottom:0}.service-detail__lead-media{margin:0;border-radius:calc(var(--radius) + 4px);overflow:hidden;border:1px solid var(--border);box-shadow:var(--shadow-lg);background:var(--bg-soft);aspect-ratio:3/2}.service-detail__lead-media img{display:block;width:100%;height:100%;object-fit:cover}.prose-block p{margin:0 0 1.1rem;color:var(--text-muted);font-size:1.05rem;font-weight:500;line-height:1.7}.section--tight{padding-top:1rem}.outcome-grid,.process-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem;margin-top:1.25rem}.outcome-card,.process-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:1.35rem 1.25rem;box-shadow:0 10px 28px rgba(8,20,50,.05)}.outcome-card h3,.process-card h3{margin:0 0 .55rem;font-size:1.05rem;font-weight:750}.outcome-card p,.process-card p{margin:0;color:var(--text-muted);font-weight:500;line-height:1.55;font-size:.95rem}.process-card__step{display:inline-block;margin-bottom:.65rem;font-size:.72rem;font-weight:800;letter-spacing:.14em;color:var(--blue-600)}.service-detail__split{display:grid;grid-template-columns:1.15fr .85fr;grid-gap:2.5rem;gap:2.5rem;align-items:start}.audience-list,.check-list{margin:1.25rem 0 0;padding:0;list-style:none;display:grid;grid-gap:.75rem;gap:.75rem}.audience-list li,.check-list li{position:relative;padding-left:1.35rem;color:var(--text-muted);font-weight:500;line-height:1.5}.check-list li:before{content:"";position:absolute;left:0;top:.45rem;width:.55rem;height:.55rem;border-radius:999px;background:var(--blue-600);box-shadow:0 0 0 3px var(--accent-soft)}.audience-list li:before{content:"";position:absolute;left:0;top:.55rem;width:.4rem;height:.4rem;border-radius:2px;background:#94a3b8}.service-detail__intro .hero__actions{justify-content:flex-start}.service-detail .cta-band .hero__actions .btn--ghost{border-color:rgba(255,255,255,.55);color:#fff}@media (max-width:980px){.care-grid,.outcome-grid,.platform-grid,.pricing-extras,.pricing-grid,.process-grid,.service-detail__lead,.service-grid{grid-template-columns:1fr 1fr}.nav-mega{left:auto;right:0;transform:none;width:min(640px,calc(100vw - 1.5rem))}@keyframes mega-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}}@media (max-width:720px){.home-hero{padding:1.75rem 0 1.85rem}.home-hero__stage{gap:1rem}.home-hero__intro{order:1}.home-chips{order:2;grid-template-columns:repeat(5,minmax(0,1fr));gap:.4rem}.home-feature{order:3}.home-feature__preview{display:none}.home-hero__headline--static{max-width:none;font-size:clamp(1.45rem,7vw,1.85rem)}.home-hero__sub{font-size:.92rem}.home-chip{min-height:4.1rem;padding:.55rem .2rem;border-radius:14px}.home-chip__icon{width:1.75rem;height:1.75rem;border-radius:8px}.home-chip__label{font-size:.65rem}.home-feature__actions{flex-direction:column}.home-feature__actions .btn{width:100%;justify-content:center}.care-grid,.nav-mega,.outcome-grid,.platform-grid,.pricing-extras,.pricing-grid,.process-grid,.service-detail__hero-inner,.service-detail__lead,.service-detail__split,.service-grid{grid-template-columns:1fr}.nav-mega{position:fixed;left:.75rem;right:.75rem;top:calc(var(--header-h) + 3.5rem);width:auto}.page-intro h1,.service-detail__intro h1{max-width:none}}@media (prefers-reduced-motion:reduce){.btn,.nav-mega,.product-rail__item,.product-tile,.product-tile__orb,.service-card{transition:none!important;animation:none!important}}.status-page{max-width:52rem}.status-banner{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.75rem 1.5rem;padding:1.25rem 1.5rem;border-radius:var(--radius-sm);border:1px solid var(--border);margin-bottom:2rem}.status-banner strong{font-size:1.15rem}.status-banner span{color:var(--text-muted);font-size:.9rem}.status-banner--ok{background:rgba(34,197,94,.08);border-color:rgba(34,197,94,.28)}.status-banner--warn{background:rgba(245,185,66,.12);border-color:rgba(245,185,66,.35)}.status-banner--bad{background:rgba(255,90,106,.1);border-color:rgba(255,90,106,.3)}.status-section-title{font-size:1.05rem;margin:0 0 1rem}.status-component-grid{list-style:none;margin:0 0 2.5rem;padding:0;display:grid;grid-gap:.85rem;gap:.85rem}.status-component{border:1px solid var(--border);border-radius:var(--radius-sm);padding:1rem 1.15rem;background:#fff}.status-component-head{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap}.status-component-label{margin-left:auto;font-size:.8rem;font-weight:600;color:var(--text-muted)}.status-component p{margin:.45rem 0 0;color:var(--text-muted);font-size:.9rem}.status-dot{width:.65rem;height:.65rem;border-radius:50%;flex-shrink:0}.status-dot--ok{background:#22c55e}.status-dot--warn{background:#f5b942}.status-dot--bad{background:#ff5a6a}.status-info-list{list-style:none;margin:.75rem 0 0;padding:0;display:grid;grid-gap:.4rem;gap:.4rem}.status-info-list li{font-size:.85rem;padding:.45rem .65rem;border-radius:8px;background:var(--bg-soft)}.status-incident-list{list-style:none;margin:0 0 2rem;padding:0;display:grid;grid-gap:.75rem;gap:.75rem}.status-incident-list li{border:1px solid rgba(255,90,106,.25);background:rgba(255,90,106,.06);border-radius:var(--radius-sm);padding:1rem 1.15rem}.status-incident-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.status-history{list-style:none;margin:0;padding:0;display:grid;grid-gap:.85rem;gap:.85rem}.status-history li{display:flex;justify-content:space-between;gap:1rem;padding-bottom:.85rem;border-bottom:1px solid var(--border)}.status-history li:last-child{border-bottom:0}.status-history p{margin:.25rem 0 0;color:var(--text-muted);font-size:.9rem}.status-history time{flex-shrink:0;font-size:.8rem;color:var(--text-muted)}.product-detail__hero{padding:3rem 0 1.25rem;background:var(--bg-soft)}.product-detail__hero-inner{display:grid;grid-template-columns:auto 1fr;grid-gap:1.75rem;gap:1.75rem;align-items:start}.product-detail__mark{width:88px;height:88px;border-radius:22px;display:grid;place-items:center;background:#fff;border:1px solid var(--border);box-shadow:0 10px 28px rgba(8,20,50,.08)}.product-detail__intro h1{margin:.2rem 0 .85rem;font-size:clamp(1.9rem,4vw,2.7rem);font-weight:800;letter-spacing:-.03em;line-height:1.15;max-width:20ch}.product-detail__summary{margin:0 0 1.35rem;max-width:42rem;color:var(--text-muted);font-size:1.08rem;font-weight:500;line-height:1.6}.product-detail__highlight{display:flex;align-items:flex-start;gap:.85rem;max-width:42rem;margin:0 0 1.35rem;padding:.95rem 1.1rem;border-radius:16px;border:1px solid rgba(234,88,12,.22);background:radial-gradient(circle at 0 0,rgba(251,146,60,.14),transparent 55%),#fffaf5}.product-detail__highlight-badge{flex-shrink:0;margin-top:.1rem;font-size:.68rem;font-weight:750;letter-spacing:.08em;text-transform:uppercase;color:#9a3412;background:rgba(234,88,12,.14);border:1px solid rgba(234,88,12,.22);border-radius:999px;padding:.28rem .55rem}.product-detail__highlight-title{margin:0;font-size:.98rem;font-weight:750;color:#9a3412}.product-detail__highlight-body{margin:.25rem 0 0;font-size:.92rem;line-height:1.45;color:var(--text-muted)}.product-detail__split{display:grid;grid-template-columns:1fr 1fr;grid-gap:2.5rem;gap:2.5rem;align-items:start}.process-grid--stack{grid-template-columns:1fr;gap:.85rem}.product-detail__pricing{scroll-margin-top:calc(var(--header-h) + 1rem)}.related-links{display:flex;flex-wrap:wrap;gap:.65rem}.related-links__item{display:inline-flex;align-items:center;padding:.55rem 1rem;border-radius:var(--radius-sm);border:1px solid var(--border);background:#fff;font-size:.9rem;font-weight:600;color:var(--text);text-decoration:none;transition:border-color .15s ease,box-shadow .15s ease}.related-links__item:hover{border-color:color-mix(in srgb,var(--accent) 40%,var(--border));box-shadow:0 6px 18px rgba(8,20,50,.06)}.product-index-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:1.25rem;gap:1.25rem}.product-index-card{position:relative;display:flex;flex-direction:column;gap:.75rem;padding:1.5rem;border-radius:var(--radius);border:1px solid var(--border);background:#fff;text-decoration:none;color:inherit;min-height:100%;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.product-index-card:hover{border-color:color-mix(in srgb,var(--accent) 35%,var(--border));box-shadow:var(--shadow);transform:translateY(-2px)}.product-index-card h2{margin:0;font-size:1.25rem;font-weight:800;letter-spacing:-.02em}.product-index-card p{margin:0;color:var(--text-muted);font-size:.92rem;line-height:1.55;flex:1 1}.product-index-card__cta{font-size:.85rem;font-weight:700;color:var(--accent)}.section--secondary{opacity:.98}.section--secondary .section__title{font-size:clamp(1.35rem,2.5vw,1.75rem)}@media (max-width:900px){.product-detail__hero-inner,.product-detail__split,.product-index-grid{grid-template-columns:1fr}.product-detail__intro h1{max-width:none}}.product-detail__showcase{padding:0 0 2.5rem;background:var(--bg-soft)}.product-detail__showcase .container{display:grid;grid-gap:1.25rem;gap:1.25rem}.product-detail__showcase-head{max-width:40rem}.product-detail__showcase-head .section__title{margin-bottom:.45rem}.showcase-shell{border-radius:20px;border:1px solid var(--border);background:#0b1224;box-shadow:0 24px 60px rgba(8,20,50,.18);overflow:hidden;display:flex;flex-direction:column;width:100%;max-width:920px;margin-inline:auto}.showcase-shell--compact{border-radius:16px;box-shadow:0 14px 36px rgba(8,20,50,.14);max-width:none}.showcase-shell__chrome{display:flex;align-items:center;gap:.85rem;padding:.55rem .85rem;background:#121a30;border-bottom:1px solid rgba(255,255,255,.06);flex-shrink:0}.showcase-shell__dots{display:flex;gap:.35rem}.showcase-shell__dots i{width:9px;height:9px;border-radius:50%;background:#3a4560;display:block}.showcase-shell__dots i:first-child{background:#ff5f57}.showcase-shell__dots i:nth-child(2){background:#febc2e}.showcase-shell__dots i:nth-child(3){background:#28c840}.showcase-shell__url{flex:1 1;text-align:center;font-size:.72rem;font-weight:600;letter-spacing:.02em;color:rgba(255,255,255,.45);background:rgba(255,255,255,.05);border-radius:999px;padding:.28rem .8rem}.showcase-shell__stage{background:#f4f6fb;height:420px;overflow:hidden}.showcase-shell--compact .showcase-shell__stage{height:340px}.product-detail__showcase .showcase-shell:not(.showcase-shell--compact) .showcase-shell__stage{height:480px}.showcase-shell__caption{margin:0;padding:.5rem .85rem;font-size:.7rem;color:rgba(255,255,255,.4);background:#121a30;border-top:1px solid rgba(255,255,255,.06);flex-shrink:0}.showcase-stat{background:#fff;border:1px solid var(--border);border-radius:12px;padding:.7rem .8rem}.showcase-stat__label{margin:0;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.showcase-stat__value{margin:.2rem 0 0;font-size:1.15rem;font-weight:800;letter-spacing:-.02em;color:#0a1638}.showcase-stat__hint{margin:.15rem 0 0;font-size:.72rem;color:var(--text-muted)}.phone-showcase,.ws-showcase{display:grid;grid-template-columns:168px 1fr;height:100%;min-height:0}.phone-showcase--compact,.ws-showcase--compact{grid-template-columns:128px 1fr}.phone-showcase__rail,.ws-showcase__rail{background:#0f172a;color:#e8eefc;padding:.75rem .55rem;display:flex;flex-direction:column;gap:.55rem;min-height:0;overflow:auto}.phone-showcase__main,.ws-showcase__main{padding:.75rem;background:#f4f6fb;min-width:0;min-height:0;height:100%;overflow:auto}.phone-list--fill,.phone-recv.phone-list--fill,.ws-pane--fill{height:100%;box-sizing:border-box}.ws-pane__stats--3{grid-template-columns:repeat(3,minmax(0,1fr))}.ws-feed--tight li{padding:.4rem .1rem}.ws-table__primary{display:block;font-size:.8rem;font-weight:700}.ws-table__sub{display:block;font-size:.68rem;color:var(--text-muted);margin-top:.1rem}.ws-feature-gallery{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.25rem;gap:1.25rem;margin-top:1.5rem}.ws-feature-card{display:grid;grid-gap:.85rem;gap:.85rem;padding:1.1rem;border-radius:22px;border:1px solid var(--border);background:#fff;box-shadow:0 14px 36px rgba(8,20,50,.06);min-width:0}.ws-feature-card__copy h3{margin:0 0 .35rem;font-size:1.1rem;font-weight:800;letter-spacing:-.02em}.ws-feature-card__copy p{margin:0;color:var(--text-muted);font-size:.92rem;line-height:1.5}.ws-feature-card__preview{min-width:0}.ws-feature-card__preview .showcase-shell--compact .showcase-shell__stage{height:260px}.ws-showcase--locked{grid-template-columns:120px 1fr}.ws-showcase__locked-label{margin:0;padding:.45rem .55rem;border-radius:10px;background:rgba(255,255,255,.08);color:#fff;font-size:.72rem;font-weight:700}.phone-plan-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:1.35rem 1.25rem 1.15rem;box-shadow:0 12px 32px rgba(8,20,50,.06);display:flex;flex-direction:column;min-height:100%;height:100%}.phone-plan-card--featured{border-color:rgba(11,92,255,.45);box-shadow:0 18px 44px rgba(11,92,255,.14)}.phone-plan-card__top{display:flex;flex-direction:column;gap:.35rem}.phone-plan-card__spacer{display:block;height:1.35rem}.phone-plan-card__offer-slot{min-height:1.55rem;display:flex;align-items:center}.phone-plan-card__name{margin:0;font-size:1.25rem;font-weight:800;letter-spacing:-.02em}.phone-plan-card__tagline{margin:0;color:var(--text-muted);font-size:.9rem;font-weight:500;line-height:1.45;min-height:2.7em}.phone-plan-card__price-block{margin:.35rem 0 .15rem;min-height:4.2rem}.phone-plan-card__price{margin:0;font-size:2rem;font-weight:800;letter-spacing:-.03em;color:var(--blue-600);line-height:1}.phone-plan-card__price span{font-size:.95rem;font-weight:600;color:var(--text-muted)}.phone-plan-card__meta{margin:.45rem 0 0;color:var(--text-muted);font-size:.84rem;font-weight:500;min-height:1.35em}.phone-plan-card__features{margin:.55rem 0 0;padding:0;list-style:none;display:grid;grid-gap:.4rem;gap:.4rem;flex:1 1;align-content:start}.phone-plan-card__features li{position:relative;padding-left:1.05rem;color:#334155;font-size:.88rem;font-weight:560;line-height:1.4}.phone-plan-card__features li:before{content:"";position:absolute;left:0;top:.45rem;width:.42rem;height:.42rem;border-radius:50%;background:var(--blue-600)}.phone-plan-card__actions{margin-top:auto;padding-top:1rem;display:grid;grid-gap:.35rem;gap:.35rem}.phone-plan-card__talk{display:block;text-align:center;font-size:.86rem;font-weight:650;color:var(--blue-600)}.phone-plan-card__talk:hover{text-decoration:underline}.phone-showcase__brand,.ws-showcase__brand{display:flex;gap:.55rem;align-items:center}.phone-showcase__logo,.ws-showcase__logo{width:32px;height:32px;border-radius:9px;display:grid;place-items:center;font-weight:800;font-size:.85rem;background:linear-gradient(145deg,#fb923c,#ea580c);color:#fff}.ws-showcase__logo{background:linear-gradient(145deg,#34d399,#059669)}.phone-showcase__brand strong,.ws-showcase__brand strong{display:block;font-size:.78rem;font-weight:700}.phone-showcase__brand span,.ws-showcase__brand span{display:block;font-size:.65rem;color:rgba(232,238,252,.55)}.phone-showcase__number{display:flex;flex-direction:column;gap:.35rem}.phone-showcase__number code{font-size:.72rem;color:#fff;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.phone-showcase__pill{align-self:flex-start;font-size:.6rem;font-weight:750;letter-spacing:.06em;text-transform:uppercase;padding:.15rem .45rem;border-radius:999px}.phone-showcase__pill--live{background:rgba(52,211,153,.18);color:#6ee7b7}.phone-showcase__meters{display:grid;grid-gap:.45rem;gap:.45rem}.phone-showcase__meters .showcase-stat{background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.08)}.phone-showcase__meters .showcase-stat__value{color:#fff;font-size:.95rem}.phone-showcase__nav,.ws-showcase__rail nav{display:flex;flex-direction:column;gap:.2rem;margin-top:auto}.phone-showcase__nav button,.ws-showcase__rail nav button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;color:rgba(232,238,252,.7);text-align:left;font:inherit;font-size:.78rem;font-weight:600;padding:.45rem .55rem;border-radius:8px;cursor:pointer}.phone-showcase__nav button.is-active,.phone-showcase__nav button:hover,.ws-showcase__rail nav button.is-active,.ws-showcase__rail nav button:hover{background:rgba(255,255,255,.08);color:#fff}.phone-softphone{max-width:320px;margin:0 auto;background:#fff;border:1px solid var(--border);border-radius:18px;padding:1rem;box-shadow:0 10px 28px rgba(8,20,50,.06);height:100%;box-sizing:border-box;display:flex;flex-direction:column}.phone-showcase--compact .phone-softphone{max-width:none;padding:.7rem}.phone-showcase--compact .phone-softphone__pad button{height:36px}.phone-showcase--compact .phone-softphone__display{min-height:1.6rem;font-size:1rem;margin-bottom:.55rem}.phone-softphone__head{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.75rem}.phone-softphone__eyebrow{margin:0;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.phone-softphone h3{margin:.15rem 0 0;font-size:1rem;font-weight:800;letter-spacing:-.02em}.phone-recv__toggle,.phone-softphone__online{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--border);background:#fff;border-radius:999px;font:inherit;font-size:.72rem;font-weight:700;padding:.3rem .65rem;cursor:pointer}.phone-recv__toggle.is-on,.phone-softphone__online.is-on{background:rgba(5,150,105,.12);border-color:rgba(5,150,105,.3);color:#047857}.phone-softphone__display{text-align:center;font-size:1.15rem;font-weight:700;letter-spacing:.02em;min-height:2.2rem;margin-bottom:.85rem;color:#0a1638}.phone-softphone__pad{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.45rem;gap:.45rem;flex:1 1;align-content:center}.phone-softphone__pad button{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:44px;border-radius:999px;border:1px solid var(--border);background:#f8fafc;font:inherit;font-weight:700;cursor:pointer}.phone-softphone__pad button:disabled{opacity:.45;cursor:not-allowed}.phone-softphone__actions{display:flex;gap:.5rem;margin-top:auto;padding-top:.65rem}.phone-compose button,.phone-softphone__call,.phone-softphone__clear{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:999px;font:inherit;font-size:.85rem;font-weight:700;padding:.55rem 1rem;cursor:pointer}.phone-softphone__call{flex:1 1;background:#059669;color:#fff}.phone-softphone__call:disabled{opacity:.4;cursor:not-allowed}.phone-softphone__clear{background:#eef2f7;color:#0a1638}.phone-list,.phone-recv,.ws-pane{background:#fff;border:1px solid var(--border);border-radius:16px;padding:.85rem 1rem;height:100%}.phone-list__head,.ws-pane__head{display:flex;justify-content:space-between;align-items:baseline;gap:.75rem;margin-bottom:.75rem}.phone-list__head h3,.ws-pane__head h3{margin:0;font-size:1rem;font-weight:800}.phone-list__head span,.ws-pane__head p{margin:0;font-size:.75rem;color:var(--text-muted)}.phone-list ul,.ws-feed,.ws-files{list-style:none;margin:0;padding:0;display:grid;grid-gap:.55rem;gap:.55rem}.phone-list li,.ws-feed li,.ws-files li{display:flex;justify-content:space-between;gap:.75rem;padding:.55rem .15rem;border-bottom:1px solid #eef2f7}.phone-list li:last-child,.ws-feed li:last-child{border-bottom:0}.phone-list strong,.ws-feed strong,.ws-files strong{display:block;font-size:.82rem}.phone-list span,.ws-feed p,.ws-files span{display:block;font-size:.78rem;color:var(--text-muted);margin-top:.15rem}.phone-list em,.phone-list time,.ws-feed em{font-style:normal;font-size:.7rem;color:var(--text-muted);white-space:nowrap}.phone-list em.tone-ok{color:#047857}.phone-list em.tone-warn{color:#b45309}.phone-compose{display:flex;gap:.45rem;margin-top:.75rem}.phone-compose input{flex:1 1;border:1px solid var(--border);border-radius:999px;padding:.5rem .85rem;font:inherit;font-size:.8rem;background:#f8fafc}.phone-compose button{background:var(--accent);color:#fff}.phone-recv{display:grid;grid-gap:.7rem;gap:.7rem}.phone-recv label{display:grid;grid-gap:.3rem;gap:.3rem;font-size:.72rem;font-weight:700;color:var(--text-muted)}.phone-recv input,.phone-recv select,.phone-recv textarea{border:1px solid var(--border);border-radius:10px;padding:.5rem .65rem;font:inherit;font-size:.85rem;font-weight:500;color:#0a1638;background:#fff}.phone-recv__note{margin:0;font-size:.75rem;color:var(--text-muted)}.ws-pane__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));grid-gap:.55rem;gap:.55rem;margin-bottom:.9rem}.ws-pane__split{display:grid;grid-template-columns:1fr 1fr;grid-gap:.85rem;gap:.85rem}.ws-pane h4,.ws-pane__split h4{margin:0 0 .45rem;font-size:.72rem;font-weight:750;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.ws-feed span{display:inline-flex;align-items:center;height:1.35rem;padding:0 .45rem;border-radius:999px;background:#eef2f7;font-size:.65rem;font-weight:750;color:#334155;margin-right:.35rem}.ws-feed--rich li{align-items:flex-start}.ws-table{width:100%;border-collapse:collapse;font-size:.8rem}.ws-table th{text-align:left;font-size:.65rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);padding:.35rem .4rem;border-bottom:1px solid var(--border)}.ws-table td{padding:.55rem .4rem;border-bottom:1px solid #eef2f7;color:#0a1638}.ws-tag{display:inline-flex;padding:.12rem .45rem;border-radius:999px;background:#eef2f7;font-size:.68rem;font-weight:700}.ws-tag--paid{background:rgba(5,150,105,.12);color:#047857}.ws-tag--sent{background:rgba(11,92,255,.12);color:#0b5cff}.ws-tag--draft{background:#eef2f7;color:#64748b}.ws-cal{display:grid;grid-gap:.5rem;gap:.5rem}.ws-cal article{display:grid;grid-template-columns:42px 1fr auto;grid-gap:.65rem;gap:.65rem;align-items:center;padding:.65rem .75rem;border-radius:12px;background:#f8fafc;border:1px solid var(--border)}.ws-cal span{font-size:.72rem;font-weight:800;color:#059669}.ws-cal strong{font-size:.85rem}.ws-cal em{font-style:normal;font-size:.72rem;color:var(--text-muted)}.ws-bars{display:flex;align-items:flex-end;gap:.45rem;height:88px;margin-top:.5rem;padding:.5rem;border-radius:12px;background:#f8fafc;border:1px solid var(--border)}.ws-bars span{flex:1 1;border-radius:6px 6px 2px 2px;background:linear-gradient(180deg,#34d399,#059669);min-height:8px}.workspace-spotlight__panel--live{padding:0;overflow:visible;background:transparent!important;border:0;box-shadow:none!important;color:inherit;display:block}.workspace-spotlight__panel--live .showcase-shell{margin:0;max-width:100%}.workspace-spotlight__panel--live .showcase-shell__caption{display:none}@media (max-width:900px){.phone-showcase:not(.phone-showcase--compact),.ws-showcase:not(.ws-showcase--compact){grid-template-columns:1fr}.phone-showcase:not(.phone-showcase--compact) .phone-showcase__rail,.ws-showcase:not(.ws-showcase--compact) .ws-showcase__rail{flex-direction:row;flex-wrap:wrap;align-items:center}.phone-showcase:not(.phone-showcase--compact) .phone-showcase__nav,.ws-showcase:not(.ws-showcase--compact) .ws-showcase__rail nav{flex-direction:row;flex-wrap:wrap;width:100%;margin-top:0}.ws-feature-gallery,.ws-pane__split{grid-template-columns:1fr}.ws-showcase--locked{grid-template-columns:100px 1fr}}@media (max-width:720px){.showcase-shell__stage{height:380px}.showcase-shell--compact .showcase-shell__stage{height:300px}.ws-feature-card__preview .showcase-shell--compact .showcase-shell__stage{height:240px}}.apps-showcase,.dom-showcase,.web-showcase{display:grid;grid-template-columns:168px 1fr;height:100%;min-height:0}.apps-showcase--compact,.dom-showcase--compact,.web-showcase--compact{grid-template-columns:128px 1fr}.apps-showcase__rail,.dom-showcase__rail,.web-showcase__rail{background:#0f172a;color:#e8eefc;padding:.75rem .55rem;display:flex;flex-direction:column;gap:.55rem;min-height:0;overflow:auto}.apps-showcase__main,.dom-showcase__main,.web-showcase__main{padding:.75rem;background:#f4f6fb;min-width:0;min-height:0;height:100%;overflow:auto}.apps-showcase__brand,.dom-showcase__brand,.web-showcase__brand{display:flex;align-items:center;gap:.45rem}.apps-showcase__logo,.dom-showcase__logo,.web-showcase__logo{width:1.75rem;height:1.75rem;border-radius:8px;display:grid;place-items:center;font-size:.75rem;font-weight:800;color:#fff;flex-shrink:0}.web-showcase__logo{background:linear-gradient(145deg,#3b82f6,#1d4ed8)}.dom-showcase__logo{background:linear-gradient(145deg,#2dd4bf,#0f766e)}.apps-showcase__logo{background:linear-gradient(145deg,#c084fc,#7e22ce)}.apps-showcase__brand strong,.dom-showcase__brand strong,.web-showcase__brand strong{display:block;font-size:.72rem;font-weight:750;line-height:1.2}.apps-showcase__brand span,.dom-showcase__brand span,.web-showcase__brand span{display:block;font-size:.62rem;color:rgba(232,238,252,.62)}.apps-showcase__meters,.dom-showcase__meters,.web-showcase__meters{display:grid;grid-template-columns:1fr 1fr;grid-gap:.35rem;gap:.35rem}.apps-showcase__meters .showcase-stat,.dom-showcase__meters .showcase-stat,.web-showcase__meters .showcase-stat{padding:.35rem;background:rgba(255,255,255,.06);border-radius:8px}.apps-showcase__meters .showcase-stat__value,.dom-showcase__meters .showcase-stat__value,.web-showcase__meters .showcase-stat__value{font-size:.85rem}.apps-showcase__nav,.dom-showcase__nav,.web-showcase__nav{display:flex;flex-direction:column;gap:.25rem;margin-top:auto}.apps-showcase__nav button,.dom-showcase__nav button,.web-showcase__nav button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;color:rgba(232,238,252,.72);text-align:left;padding:.4rem .5rem;border-radius:8px;font-size:.72rem;font-weight:650;cursor:pointer}.apps-showcase__nav button.is-active,.dom-showcase__nav button.is-active,.web-showcase__nav button.is-active{background:rgba(255,255,255,.12);color:#fff}.apps-pane,.dom-pane,.web-pane{height:100%;display:flex;flex-direction:column;gap:.65rem;min-height:0}.apps-pane__head,.dom-pane__head,.web-pane__head{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.apps-pane__eyebrow,.dom-pane__eyebrow,.web-pane__eyebrow{margin:0;font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#64748b}.apps-pane__head h3,.dom-pane__head h3,.web-pane__head h3{margin:.15rem 0 0;font-size:.95rem;font-weight:800;letter-spacing:-.02em;color:#0a1638}.web-pill{font-size:.65rem;font-weight:750;padding:.2rem .45rem;border-radius:999px;white-space:nowrap}.web-pill--ok{background:rgba(22,163,74,.12);color:#15803d}.apps-list,.dom-list,.web-list{list-style:none;margin:0;padding:0;display:grid;grid-gap:.4rem;gap:.4rem}.apps-list li,.dom-list li,.web-list li{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.5rem .55rem;border-radius:10px;background:#fff;border:1px solid rgba(15,23,42,.06)}.apps-list strong,.dom-list strong,.web-list strong{display:block;font-size:.78rem;font-weight:750;color:#0f172a}.apps-list span,.dom-list span,.web-list span{display:block;font-size:.65rem;color:#64748b;margin-top:.1rem}.apps-list em,.dom-list em,.web-list em{font-style:normal;font-size:.68rem;font-weight:700;color:#475569;white-space:nowrap}.apps-list em.is-ok,.dom-list em.is-ok,.web-list em.is-ok{color:#15803d}.apps-list em.is-warn,.dom-list em.is-warn,.web-list em.is-warn{color:#c2410c}.web-host{display:grid;grid-template-columns:1fr 1fr;grid-gap:.4rem;gap:.4rem}.web-host div{padding:.55rem;border-radius:10px;background:#fff;border:1px solid rgba(15,23,42,.06)}.web-host span{display:block;font-size:.62rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#64748b}.web-host strong{display:block;margin-top:.2rem;font-size:.78rem;font-weight:750;color:#0f172a}.dom-dns{list-style:none;margin:0;padding:0;grid-gap:.35rem}.dom-dns,.dom-dns li{display:grid;gap:.35rem}.dom-dns li{grid-template-columns:3.2rem 2.2rem 1fr;grid-gap:.35rem;align-items:center;padding:.4rem .5rem;border-radius:8px;background:#fff;border:1px solid rgba(15,23,42,.06);font-size:.68rem}.dom-dns code{font-size:.62rem;font-weight:800;color:#0f766e;background:rgba(13,148,136,.1);padding:.15rem .3rem;border-radius:4px;text-align:center}.dom-dns span{color:#64748b;font-weight:650}.dom-dns strong{font-weight:650;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.apps-device{width:min(100%,160px);margin:0 auto;padding:.55rem .45rem .65rem;border-radius:22px;background:#0f172a;box-shadow:inset 0 0 0 2px rgba(255,255,255,.08)}.apps-device__notch{width:42%;height:.35rem;margin:0 auto .45rem;border-radius:999px;background:rgba(255,255,255,.18)}.apps-device__screen{background:linear-gradient(165deg,#1e1b4b,#312e81 55%,#4c1d95);border-radius:14px;padding:.65rem .55rem;color:#fff;min-height:9.5rem}.apps-device__brand{margin:0 0 .55rem;font-size:.78rem;font-weight:800;letter-spacing:-.02em}.apps-device__screen ul{list-style:none;margin:0;padding:0;display:grid;grid-gap:.3rem;gap:.3rem}.apps-device__screen li{display:flex;justify-content:space-between;gap:.35rem;padding:.4rem .45rem;border-radius:8px;background:rgba(255,255,255,.1)}.apps-device__screen strong{font-size:.7rem;font-weight:750}.apps-device__screen span{font-size:.62rem;color:rgba(255,255,255,.7)}@media (max-width:900px){.apps-showcase:not(.apps-showcase--compact),.dom-showcase:not(.dom-showcase--compact),.web-showcase:not(.web-showcase--compact){grid-template-columns:1fr}}