:root{--ink:#0a0f14;--ink-soft:#111820;--ink-muted:#1a2430;--surface:#ffffff;--surface-muted:#f5f7fa;--surface-elevated:#ffffff;--charcoal:#182125;--text:#182125;--text-muted:rgba(24,33,37,0.62);--text-subtle:rgba(24,33,37,0.42);--red:#fd112d;--red-hover:#e00f28;--red-subtle:rgba(253,17,45,0.1);--red-glow:rgba(253,17,45,0.35);--border:rgba(24,33,37,0.08);--border-strong:rgba(24,33,37,0.14);--font-display:"Red Hat Display",system-ui,sans-serif;--font-body:"Red Hat Display",system-ui,sans-serif;--container:76rem;--radius:1rem;--radius-sm:0.625rem;--radius-lg:1.5rem;--shadow-sm:0 1px 2px rgba(10,15,20,0.06);--shadow-md:0 8px 30px rgba(10,15,20,0.08);--shadow-lg:0 20px 60px rgba(10,15,20,0.12);--shadow-glow:0 0 40px var(--red-glow);--transition:0.2s ease}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[id]{scroll-margin-top:5rem}body{margin:0;overflow-x:hidden;font-family:var(--font-body);font-size:1rem;line-height:1.65;color:var(--text);background:var(--surface)}img{display:block;max-width:100%;height:auto}a{color:var(--red)}.page-landing{position:relative;background:var(--ink)}.page-glow{position:fixed;inset:0;pointer-events:none;z-index:0;background:radial-gradient(ellipse 80% 50% at 20% -10%,rgba(253,17,45,.18),transparent 60%),radial-gradient(ellipse 60% 40% at 85% 10%,rgba(99,102,241,.1),transparent 55%),radial-gradient(ellipse 50% 30% at 50% 100%,rgba(253,17,45,.06),transparent 50%)}.page-landing>:not(.page-glow):not(.site-header){position:relative;z-index:1}.page-landing>.site-header{position:relative;z-index:100}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 1.25rem}@media (min-width:768px){.container{padding:0 2rem}}.container--narrow{max-width:48rem}.eyebrow{margin:0 0 .75rem;font-family:var(--font-display);font-size:.6875rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--red)}.eyebrow--light{color:rgba(255,255,255,.7)}.text-gradient{background:linear-gradient(135deg,#ff4d6a 0,var(--red) 50%,#ff8fa3 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.section__title{margin:0 0 1rem;font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;line-height:1.15;letter-spacing:-.025em;color:var(--charcoal)}.section__title--light{color:var(--surface)}.section__lead{margin:0;font-size:1.0625rem;line-height:1.7;color:var(--text-muted);max-width:36rem}.section__lead--light{color:rgba(255,255,255,.72)}.section__header{margin-bottom:3rem}.section__header--center{text-align:center}.section__header--center .section__lead{margin-left:auto;margin-right:auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:2.75rem;padding:.75rem 1.5rem;font-family:var(--font-display);font-size:.875rem;font-weight:600;line-height:1.2;color:var(--surface);text-decoration:none;background:var(--red);border:1px solid var(--red);border-radius:var(--radius-sm);cursor:pointer;transition:transform var(--transition),box-shadow var(--transition),background var(--transition)}.btn:hover{background:var(--red-hover);border-color:var(--red-hover);transform:translateY(-1px)}.btn--glow{box-shadow:0 4px 20px var(--red-glow)}.btn--glow:hover{box-shadow:0 6px 28px var(--red-glow)}a.btn.btn--glow,a.btn.btn--glow:focus-visible,a.btn.btn--glow:hover{color:var(--surface)}.btn--ghost{color:var(--surface);background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.22);backdrop-filter:blur(8px)}.btn--ghost:hover{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.32);color:var(--surface)}.btn--sm{min-height:2.375rem;padding:.5rem 1rem;font-size:.8125rem}.btn--lg{min-height:3.25rem;padding:.875rem 2rem;font-size:.9375rem}.site-header{position:sticky;top:0;z-index:100;background:rgba(10,15,20,.75);backdrop-filter:blur(16px) saturate(1.4);border-bottom:1px solid rgba(255,255,255,.06)}.site-header__inner{position:relative;display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:4rem}.site-header__logo-mark{width:min(12.5rem,42vw);height:auto}.site-nav{display:flex;align-items:center;gap:.25rem}.site-nav__link{padding:.4rem .75rem;font-size:.875rem;font-weight:500;color:rgba(255,255,255,.65);text-decoration:none;border-radius:.375rem;transition:color var(--transition),background var(--transition)}.site-nav__link:hover{color:var(--surface);background:rgba(255,255,255,.06)}.site-nav__link--active{color:var(--surface);background:rgba(253,17,45,.12)}.site-nav__dropdown{position:relative}.site-nav__trigger{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .75rem;font:inherit;font-size:.875rem;font-weight:500;color:rgba(255,255,255,.65);background:transparent;border:none;border-radius:.375rem;cursor:pointer;transition:color var(--transition),background var(--transition)}.site-nav__trigger:after{content:"";width:.35rem;height:.35rem;border-right:1.5px solid;border-bottom:1.5px solid;transform:rotate(45deg) translateY(-1px);opacity:.7}.site-nav__dropdown--open .site-nav__trigger,.site-nav__trigger--active,.site-nav__trigger:hover{color:var(--surface);background:rgba(255,255,255,.06)}.site-nav__trigger--active{background:rgba(253,17,45,.12)}.site-nav__menu{position:absolute;top:100%;left:0;z-index:200;display:none;min-width:11.5rem;padding:.5rem .375rem .375rem;background:var(--ink);border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-sm);box-shadow:0 16px 48px rgba(0,0,0,.55)}.site-nav__menu:before{content:"";position:absolute;top:-.625rem;left:0;right:0;height:.625rem}@media (min-width:768px){.site-nav__dropdown--open .site-nav__menu{display:grid;gap:.125rem}.site-nav__dropdown--open .site-nav__trigger{background:var(--ink-muted)}}.site-nav__menu-link{display:block;padding:.5rem .75rem;font-size:.875rem;font-weight:500;color:rgba(255,255,255,.65);text-decoration:none;border-radius:.3rem;transition:color var(--transition),background var(--transition);white-space:nowrap}.site-nav__menu-link:hover{color:var(--surface);background:var(--ink-muted)}.nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:2.5rem;height:2.5rem;padding:0;background:transparent;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-sm);cursor:pointer}.nav-toggle__bar{display:block;width:1.125rem;height:2px;margin:0 auto;background:var(--surface);border-radius:1px;transition:transform var(--transition),opacity var(--transition)}@media (max-width:767px){.nav-toggle{display:flex}.site-header:has(.site-nav--open),body.nav-open .site-header{background:var(--ink);backdrop-filter:none}.site-nav{position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;gap:.25rem;padding:1rem 1.25rem 1.25rem;background:var(--ink);border-bottom:1px solid rgba(255,255,255,.1);box-shadow:0 16px 48px rgba(0,0,0,.55);display:none;max-height:calc(100dvh - 4rem);overflow-y:auto;-webkit-overflow-scrolling:touch}.site-nav--open{display:flex;background:var(--ink)}.site-nav__link{padding:.75rem 1rem;text-align:center}.site-nav .btn{margin-top:.5rem;width:100%}.site-nav__dropdown{width:100%}.site-nav__trigger{width:100%;justify-content:space-between;padding:.75rem 1rem;text-align:left}.site-nav__menu{position:static;display:none;min-width:0;width:100%;margin:.25rem 0 .5rem;padding:.5rem;background:var(--ink-muted);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-sm);box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}.site-nav__menu-link{text-align:center;white-space:normal}.site-nav__dropdown--open .site-nav__menu{display:grid;gap:.125rem}}.page-landing .hero__grid{text-align:center}@media (min-width:1024px){.page-landing .hero__grid{grid-template-columns:1fr;max-width:44rem;margin:0 auto}}.page-landing .hero__copy{display:flex;flex-direction:column;align-items:center}.page-landing .hero__lead{margin-left:auto;margin-right:auto}.page-landing .hero__actions,.page-landing .hero__stats{justify-content:center}.page-landing .hero__visual{max-width:36rem;margin:0 auto;width:100%}.page-landing .section__header:not(.section__header--center){text-align:center}.page-landing .section__header:not(.section__header--center) .section__lead{margin-left:auto;margin-right:auto}.page-landing .platform-card,.page-landing .problem-card{text-align:center}.page-landing .problem-card__icon{margin-left:auto;margin-right:auto}.page-landing .home-news__item{align-items:flex-start;text-align:left}.page-landing .section{padding:3.25rem 0}.page-landing .section__header{margin-bottom:2rem}.page-landing .section--features,.page-landing .section--newsletter,.page-landing .section--problem{background:transparent;border-radius:0;margin-top:0;border-top:1px solid rgba(255,255,255,.06)}.page-landing .section--news{padding:3.25rem 0;border-top:1px solid rgba(255,255,255,.06)}.page-landing .section--cta{padding:3.25rem 0 4rem;border-top:1px solid rgba(255,255,255,.06)}.page-landing .platform-grid,.page-landing .problem-grid{gap:1rem}.page-landing .platform-card,.page-landing .problem-card{padding:1.5rem 1.25rem;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);box-shadow:none}.page-landing .platform-card:hover,.page-landing .problem-card:hover{background:rgba(255,255,255,.06);border-color:rgba(253,17,45,.28);box-shadow:none}.page-landing .platform-card__title,.page-landing .platform-card__title a,.page-landing .problem-card__title{color:var(--surface)}.page-landing .platform-card__text,.page-landing .problem-card__text{color:rgba(255,255,255,.62)}.page-landing .email-signup{padding:1.75rem 1.5rem;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08)}.page-landing .email-signup__copy{margin-bottom:1.25rem}.page-landing .email-signup__input{color:var(--surface);background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.15)}.page-landing .email-signup__input::placeholder{color:rgba(255,255,255,.38)}.page-landing .email-signup__input:focus{border-color:var(--red);box-shadow:0 0 0 3px rgba(253,17,45,.2)}.page-landing .section__actions{margin-top:1.5rem}@media (min-width:768px){.page-landing .hero{padding:4rem 0 2rem}}@media (max-width:767px){.page-landing .section{padding:2.5rem 0}.page-landing .section__header{margin-bottom:1.5rem}}.hero{padding:3rem 0 2rem}@media (min-width:768px){.hero{padding:5rem 0 3rem}}.hero__grid{display:grid;gap:3rem;align-items:center}@media (min-width:1024px){.hero__grid{grid-template-columns:1fr 1.1fr;gap:4rem}}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;margin:0 0 1.5rem;padding:.375rem .875rem .375rem .625rem;font-family:var(--font-display);font-size:.75rem;font-weight:600;color:rgba(255,255,255,.85);background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:999px}.hero__badge-dot{width:.5rem;height:.5rem;background:var(--red);border-radius:50%;animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.85)}}.hero__title{margin:0 0 1.25rem;font-family:var(--font-display);font-size:clamp(2.25rem,6vw,3.75rem);font-weight:800;line-height:1.08;letter-spacing:-.03em;color:var(--surface)}.hero__lead{margin:0 0 2rem;font-size:1.125rem;line-height:1.7;color:rgba(255,255,255,.68);max-width:32rem}.hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2.5rem}.hero__stats{display:flex;flex-wrap:wrap;gap:1.5rem 2.5rem;margin:0;padding:0;list-style:none;font-size:.875rem;color:rgba(255,255,255,.5)}.hero__stats strong{display:block;font-family:var(--font-display);font-size:1rem;font-weight:700;color:var(--surface);margin-bottom:.125rem}.hero__visual{perspective:1200px}.crm-preview{border-radius:var(--radius-lg);overflow:hidden;background:var(--ink-muted);border:1px solid rgba(255,255,255,.08);box-shadow:var(--shadow-lg),0 0 80px rgba(253,17,45,.08);transform:rotateY(-4deg) rotateX(2deg);transition:transform .4s ease}.crm-preview:hover{transform:rotateY(-2deg) rotateX(1deg)}.crm-preview__chrome{display:flex;align-items:center;gap:.375rem;padding:.75rem 1rem;background:rgba(0,0,0,.3);border-bottom:1px solid rgba(255,255,255,.06)}.crm-preview__dot{width:.625rem;height:.625rem;border-radius:50%;background:rgba(255,255,255,.15)}.crm-preview__dot:first-child{background:#ff5f57}.crm-preview__dot:nth-child(2){background:#febc2e}.crm-preview__dot:nth-child(3){background:#28c840}.crm-preview__url{margin-left:.75rem;font-size:.6875rem;color:rgba(255,255,255,.35)}.crm-preview__body{display:flex;min-height:16rem}.crm-preview__sidebar{display:flex;flex-direction:column;gap:.5rem;width:3rem;padding:1rem .75rem;background:rgba(0,0,0,.2);border-right:1px solid rgba(255,255,255,.04)}.crm-preview__nav-item{width:100%;height:1.75rem;border-radius:.375rem;background:rgba(255,255,255,.06)}.crm-preview__nav-item--active{background:var(--red-subtle);border:1px solid rgba(253,17,45,.3)}.crm-preview__main{flex:1;padding:1rem;position:relative}.crm-preview__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.crm-preview__title-bar{width:40%;height:.75rem;border-radius:.25rem;background:rgba(255,255,255,.12)}.crm-preview__search{width:30%;height:1.5rem;border-radius:.375rem;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.06)}.crm-preview__pipeline{display:grid;grid-template-columns:repeat(3,1fr);gap:.625rem}.crm-preview__col-label{height:.5rem;width:60%;margin-bottom:.5rem;border-radius:.25rem;background:rgba(255,255,255,.1)}.crm-preview__card{padding:.625rem;margin-bottom:.5rem;border-radius:.5rem;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.06)}.crm-preview__card--highlight{background:rgba(253,17,45,.12);border-color:rgba(253,17,45,.25)}.crm-preview__card-line{height:.375rem;margin-bottom:.375rem;border-radius:.25rem;background:rgba(255,255,255,.15)}.crm-preview__card-line--short{width:60%;margin-bottom:0}.crm-preview__ai-bubble{position:absolute;bottom:1rem;right:1rem;left:1rem;display:flex;align-items:flex-start;gap:.5rem;padding:.75rem 1rem;font-size:.6875rem;line-height:1.5;color:rgba(255,255,255,.85);background:linear-gradient(135deg,rgba(253,17,45,.2),rgba(99,102,241,.15));border:1px solid rgba(253,17,45,.25);border-radius:var(--radius-sm);backdrop-filter:blur(8px)}.crm-preview__ai-icon{flex-shrink:0;color:var(--red);font-size:.875rem}.marquee{padding:1.25rem 0;background:rgba(255,255,255,.03);border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06);overflow:hidden}.marquee__track{display:flex;gap:3rem;width:max-content;animation:marquee 30s linear infinite;font-family:var(--font-display);font-size:.8125rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:rgba(255,255,255,.35);white-space:nowrap}.marquee__track span:after{content:"◆";margin-left:3rem;font-size:.5rem;vertical-align:middle;opacity:.5}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.section{padding:5rem 0}.section--problem{background:var(--surface);border-radius:2rem 2rem 0 0;margin-top:1rem}.section--features{background:var(--surface-muted)}.section--news{background:var(--ink);padding:6rem 0}.section--steps{background:var(--surface)}.section--beta{background:var(--surface-muted)}.section--faq,.section--newsletter{background:var(--surface)}.section--cta{background:var(--ink);padding:5rem 0 6rem}.problem-grid{display:grid;gap:1.5rem}@media (min-width:768px){.problem-grid{grid-template-columns:repeat(3,1fr)}}.problem-card{padding:2rem 1.75rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);transition:border-color var(--transition),box-shadow var(--transition)}.problem-card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-md)}.problem-card__icon{display:block;margin-bottom:1.25rem;font-size:.75rem;color:var(--red);opacity:.7}.problem-card__icon,.problem-card__title{font-family:var(--font-display);font-weight:700}.problem-card__title{margin:0 0 .625rem;font-size:1.125rem;line-height:1.3;color:var(--charcoal)}.problem-card__text{margin:0;font-size:.9375rem;line-height:1.65;color:var(--text-muted)}.bento{display:grid;gap:1.25rem}@media (min-width:768px){.bento{grid-template-columns:repeat(2,1fr);grid-template-rows:auto auto auto}.bento__card--large{grid-row:span 2}.bento__card--wide{grid-column:span 2}}.bento__card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:border-color var(--transition),box-shadow var(--transition),transform var(--transition)}.bento__card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-md);transform:translateY(-2px)}.bento__card-inner{padding:2rem;height:100%}.bento__card-inner--row{display:flex;flex-direction:column;gap:2rem}@media (min-width:768px){.bento__card-inner--row{flex-direction:row;align-items:center;justify-content:space-between}}.bento__tag{display:inline-block;margin-bottom:1rem;padding:.25rem .625rem;font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--red);background:var(--red-subtle);border-radius:999px}.bento__tag,.bento__title{font-family:var(--font-display)}.bento__title{margin:0 0 .625rem;font-size:1.25rem;font-weight:700;line-height:1.3;color:var(--charcoal)}.bento__text{margin:0;font-size:.9375rem;line-height:1.65;color:var(--text-muted)}.bento__visual{margin-top:1.5rem}.mini-pipeline{display:flex;gap:.75rem}.mini-pipeline__stage{flex:1;display:flex;flex-direction:column;gap:.5rem;padding:.75rem;background:var(--surface-muted);border-radius:var(--radius-sm);border:1px solid var(--border)}.mini-pipeline__stage--active{background:var(--red-subtle);border-color:rgba(253,17,45,.2)}.mini-pipeline__stage span{display:block;height:.5rem;border-radius:.25rem;background:var(--border-strong)}.mini-pipeline__stage--active span{background:rgba(253,17,45,.25)}.bento__chart{display:flex;align-items:flex-end;gap:.625rem;height:5rem;flex-shrink:0}.bento__chart-bar{width:2rem;height:var(--h);border-radius:.375rem .375rem 0 0;background:var(--border-strong)}.bento__chart-bar--accent{background:linear-gradient(180deg,var(--red),rgba(253,17,45,.6))}.ai-section{display:grid;gap:3rem;align-items:center}@media (min-width:1024px){.ai-section{grid-template-columns:1fr 1fr;gap:4rem}}.ai-list{margin:2rem 0 0;padding:0;list-style:none}.ai-list li{display:flex;gap:1rem;padding:1.25rem 0;border-bottom:1px solid rgba(255,255,255,.06)}.ai-list li:last-child{border-bottom:none;padding-bottom:0}.ai-list__icon{flex-shrink:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;font-size:.875rem;color:var(--red);background:rgba(253,17,45,.12);border-radius:.5rem}.ai-list strong{display:block;margin-bottom:.25rem;font-family:var(--font-display);font-size:.9375rem;font-weight:600;color:var(--surface)}.ai-list p{margin:0;font-size:.875rem;line-height:1.6;color:rgba(255,255,255,.55)}.ai-terminal{border-radius:var(--radius-lg);overflow:hidden;background:var(--ink-muted);border:1px solid rgba(255,255,255,.08);box-shadow:var(--shadow-lg)}.ai-terminal__header{padding:.875rem 1.25rem;font-family:var(--font-display);font-size:.75rem;font-weight:600;color:rgba(255,255,255,.5);background:rgba(0,0,0,.25);border-bottom:1px solid rgba(255,255,255,.06)}.ai-terminal__body{padding:1.25rem}.ai-terminal__prompt,.ai-terminal__response{margin-bottom:1.25rem}.ai-terminal__response{margin-bottom:0;padding:1rem;background:rgba(253,17,45,.06);border:1px solid rgba(253,17,45,.12);border-radius:var(--radius-sm)}.ai-terminal__ai,.ai-terminal__user{display:block;margin-bottom:.5rem;font-family:var(--font-display);font-size:.6875rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.ai-terminal__user{color:rgba(255,255,255,.4)}.ai-terminal__ai{color:var(--red)}.ai-terminal__prompt p,.ai-terminal__response p{margin:0 0 .5rem;font-size:.875rem;line-height:1.6;color:rgba(255,255,255,.8)}.ai-terminal__response ul{margin:0;padding:0 0 0 1rem;font-size:.8125rem;line-height:1.65;color:rgba(255,255,255,.65)}.ai-terminal__response li{margin-bottom:.375rem}.ai-terminal__response strong{color:rgba(255,255,255,.9)}.steps{display:grid;gap:2rem;margin:0;padding:0;list-style:none;counter-reset:none}@media (min-width:768px){.steps{grid-template-columns:repeat(3,1fr);gap:2.5rem}}.step{position:relative;padding:2rem 1.75rem;background:var(--surface-muted);border:1px solid var(--border);border-radius:var(--radius-lg)}.step__number{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;margin-bottom:1.25rem;font-size:1rem;color:var(--surface);background:var(--red);border-radius:.625rem}.step__number,.step__title{font-family:var(--font-display);font-weight:700}.step__title{margin:0 0 .625rem;font-size:1.125rem;color:var(--charcoal)}.step__text{margin:0;font-size:.9375rem;line-height:1.65;color:var(--text-muted)}.btn--outline{color:var(--charcoal);background:transparent;border-color:var(--border-strong)}.btn--outline:hover{background:var(--surface-muted);border-color:var(--charcoal);color:var(--charcoal)}.beta-banner{display:flex;flex-direction:column;gap:2rem;padding:2.5rem;margin-bottom:2rem;background:linear-gradient(135deg,var(--ink) 0,var(--ink-muted) 100%);border:1px solid rgba(253,17,45,.2);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}@media (min-width:768px){.beta-banner{flex-direction:row;align-items:center;justify-content:space-between;padding:3rem}}.beta-banner .section__title{color:var(--surface)}.beta-banner .section__lead{color:rgba(255,255,255,.68)}.beta-banner__actions{display:flex;flex-wrap:wrap;gap:.75rem;flex-shrink:0}.proof-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width:768px){.proof-grid{grid-template-columns:repeat(4,1fr)}}.proof-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;padding:1.5rem 1rem;text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.proof-card__value{font-family:var(--font-display);font-size:1.125rem;font-weight:700;color:var(--red)}.proof-card__label{font-size:.8125rem;color:var(--text-muted)}.email-signup{padding:2.5rem;background:var(--surface-muted);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center}.email-signup__copy{margin-bottom:1.75rem}.email-signup__copy .section__lead{margin-left:auto;margin-right:auto}.email-signup__form{display:flex;flex-direction:column;gap:.75rem;max-width:28rem;margin:0 auto}@media (min-width:540px){.email-signup__form{flex-direction:row;align-items:stretch}}.email-signup__input{flex:1;min-height:2.75rem;padding:.75rem 1rem;font-family:var(--font-body);font-size:.9375rem;color:var(--charcoal);background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-sm);transition:border-color var(--transition),box-shadow var(--transition)}.email-signup__input::placeholder{color:var(--text-subtle)}.email-signup__input:focus{outline:none;border-color:var(--red);box-shadow:0 0 0 3px var(--red-subtle)}.email-signup__submit{flex-shrink:0}.email-signup__message{margin:1rem 0 0;font-size:.875rem;font-weight:500}.email-signup__message--success{color:#0d7a4a}.email-signup__message--error{color:var(--red)}.email-signup__message--info{color:var(--text-muted)}.faq-list{margin:0}.faq-item{padding:1.5rem 0;border-bottom:1px solid var(--border)}.faq-item:first-child{border-top:1px solid var(--border)}.faq-item__question{margin:0 0 .625rem;font-family:var(--font-display);font-size:1rem;font-weight:600;color:var(--charcoal)}.faq-item__answer{margin:0;font-size:.9375rem;line-height:1.7;color:var(--text-muted)}.faq-item__answer a{font-weight:500}.cta-card{position:relative;padding:4rem 2rem;text-align:center;background:var(--ink-muted);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-lg);overflow:hidden}@media (min-width:768px){.cta-card{padding:5rem 3rem}}.cta-card__glow{position:absolute;top:-50%;left:50%;transform:translateX(-50%);width:60%;height:100%;background:radial-gradient(ellipse,var(--red-glow),transparent 70%);pointer-events:none;opacity:.4}.cta-card__title{position:relative;margin:0 0 1rem;font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;line-height:1.15;letter-spacing:-.02em;color:var(--surface)}.cta-card__text{position:relative;margin:0 auto 2rem;max-width:28rem;font-size:1.0625rem;line-height:1.7;color:rgba(255,255,255,.65)}.cta-card__actions{position:relative;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.site-footer{margin-top:auto;padding:2.5rem 0 0;background:var(--ink);border-top:1px solid rgba(255,255,255,.08)}.site-footer__main{display:flex;flex-direction:column;align-items:center;gap:.875rem;padding-bottom:1.75rem;text-align:center}.site-footer__logo-mark{width:10rem;height:auto;opacity:.95}.site-footer__tagline{margin:0;max-width:22rem;font-size:.875rem;line-height:1.6;color:rgba(255,255,255,.5)}.site-footer__nav{display:flex;flex-wrap:wrap;justify-content:center;gap:.375rem 1.125rem;margin-top:.25rem}.site-footer__nav a{font-size:.875rem;font-weight:500;color:rgba(255,255,255,.55);text-decoration:none;transition:color var(--transition)}.site-footer__nav a:hover{color:var(--surface)}.site-footer__bar{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem 0 calc(1rem + env(safe-area-inset-bottom));border-top:1px solid rgba(255,255,255,.06);text-align:center}@media (min-width:640px){.site-footer__bar{flex-direction:row;justify-content:space-between;text-align:left}}.site-footer__copy{margin:0;font-size:.8125rem;color:rgba(255,255,255,.38)}.site-footer__contact{font-size:.8125rem;font-weight:500;color:rgba(255,255,255,.5);text-decoration:none;transition:color var(--transition)}.site-footer__contact:hover{color:var(--surface)}body.page-not-found,body:not(.page-landing){background:var(--ink);color:var(--surface)}body:not(.page-landing) .site-header{background:rgba(10,15,20,.9)}.not-found{padding:5rem 0 6rem;text-align:center}.not-found__code{font-size:clamp(4rem,15vw,8rem);font-weight:800;line-height:1;letter-spacing:-.04em;background:linear-gradient(135deg,rgba(255,255,255,.15),rgba(255,255,255,.05));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.not-found__code,.not-found__title{margin:0 0 1rem;font-family:var(--font-display)}.not-found__title{font-size:clamp(1.5rem,4vw,2.25rem);font-weight:700;color:var(--surface)}.not-found__lead{margin:0 auto 2rem;max-width:28rem;font-size:1.0625rem;line-height:1.7;color:rgba(255,255,255,.6)}.not-found__path{margin:0 0 1.5rem;font-size:.875rem;font-family:var(--font-body);color:rgba(255,255,255,.4)}.not-found__help{margin:3rem 0 0;font-size:.9375rem;color:rgba(255,255,255,.5)}.not-found__help a{color:var(--red);font-weight:500}.not-found .hero__actions{justify-content:center}.blog-hero{padding:4rem 0 3rem;text-align:center}.blog-hero__title{margin:0 0 1rem;font-family:var(--font-display);font-size:clamp(2rem,5vw,2.75rem);font-weight:700;letter-spacing:-.03em;color:var(--surface)}.blog-hero__lead{margin:0 auto;max-width:36rem;font-size:1.0625rem;line-height:1.7;color:rgba(255,255,255,.6)}.status-hero{padding:4rem 0 2rem;text-align:center}.status-hero__title{margin:0 0 1rem;font-family:var(--font-display);font-size:clamp(2rem,5vw,2.75rem);font-weight:700;letter-spacing:-.03em;color:var(--surface)}.status-hero__lead{margin:0 auto;max-width:36rem;font-size:1.0625rem;line-height:1.7;color:rgba(255,255,255,.6)}.status-current{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin:1.5rem 0 1rem}.status-current__label{font-size:.8125rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:rgba(255,255,255,.45)}.status-current__badge{display:inline-block;padding:.5rem 1.25rem;font-size:.9375rem;font-weight:600;letter-spacing:.02em;color:#fbbf24;background:rgba(251,191,36,.12);border:1px solid rgba(251,191,36,.35);border-radius:999px}.blog-list{padding:0 0 5rem}.blog-list__grid{display:grid;gap:1.5rem}@media (min-width:768px){.blog-list__grid{grid-template-columns:repeat(2,1fr)}}.blog-card{display:flex;flex-direction:column;padding:1.75rem;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius);text-decoration:none;text-align:center;transition:border-color var(--transition),background var(--transition),transform var(--transition)}.blog-card:hover{background:rgba(255,255,255,.06);border-color:rgba(253,17,45,.3);transform:translateY(-2px)}.blog-card__date{margin:0 0 .75rem;font-size:.8125rem;font-weight:500;letter-spacing:.02em;text-transform:uppercase;color:rgba(255,255,255,.45)}.blog-card__title{margin:0 0 .75rem;font-family:var(--font-display);font-size:1.25rem;font-weight:600;line-height:1.35;color:var(--surface)}.blog-card__excerpt{margin:0 0 1.25rem;flex:1;font-size:.9375rem;line-height:1.65;color:rgba(255,255,255,.55)}.blog-card__read{font-size:.875rem;font-weight:600;color:var(--red)}.blog-post{padding:3rem 0 5rem}.blog-post__header{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.08);text-align:center}.blog-post__back{display:inline-flex;align-items:center;gap:.375rem;margin-bottom:1.5rem;font-size:.875rem;font-weight:500;color:rgba(255,255,255,.5);text-decoration:none;transition:color var(--transition)}.blog-post__back:hover{color:var(--red)}.blog-post__meta{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem 1.25rem;margin-bottom:1rem;font-size:.875rem;color:rgba(255,255,255,.45)}.blog-post__title{margin:0;font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.2;letter-spacing:-.03em;color:var(--surface)}.blog-post__lead{margin:1.25rem 0 0;font-size:1.125rem;line-height:1.7;color:rgba(255,255,255,.65)}.blog-prose{max-width:42rem;margin-left:auto;margin-right:auto;font-size:1.0625rem;line-height:1.75;color:rgba(255,255,255,.78);text-align:left}.blog-prose>:first-child{margin-top:0}.blog-prose>:last-child{margin-bottom:0}.blog-prose h2{margin:2.5rem 0 1rem;font-size:1.375rem}.blog-prose h2,.blog-prose h3{font-family:var(--font-display);font-weight:600;color:var(--surface)}.blog-prose h3{margin:2rem 0 .75rem;font-size:1.125rem}.blog-prose p{margin:0 0 1.25rem}.blog-prose ol,.blog-prose ul{margin:0 0 1.25rem;padding-left:1.5rem}.blog-prose li{margin-bottom:.5rem}.blog-prose li::marker{color:var(--red)}.blog-prose a{color:var(--red);font-weight:500}.blog-prose strong{color:var(--surface);font-weight:600}.blog-prose blockquote{margin:1.5rem 0;padding:1rem 1.25rem;border-left:3px solid var(--red);background:rgba(253,17,45,.06);border-radius:0 var(--radius-sm) var(--radius-sm) 0;font-style:italic;color:rgba(255,255,255,.7)}.blog-post__footer{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.08)}.blog-post__cta{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:center;text-align:center;padding:1.5rem 1.75rem;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius)}.blog-post__cta-text{margin:0;font-size:.9375rem;color:rgba(255,255,255,.6)}.blog-post__cta-text strong{display:block;margin-bottom:.25rem;font-family:var(--font-display);font-size:1rem;color:var(--surface)}.page-docs{background:var(--charcoal);color:var(--surface)}.page-docs .site-header{background:rgba(24,33,37,.95)}.hero--docs{padding-bottom:2rem}.hero__grid--docs{grid-template-columns:minmax(0,1fr)}.section--docs{padding-top:0;padding-bottom:4rem}.docs-layout{display:grid;gap:2.5rem;align-items:start}@media (min-width:960px){.docs-layout{grid-template-columns:15rem minmax(0,1fr);gap:3rem}}.docs-sidebar{position:sticky;top:6rem;padding:1.25rem;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius);background:rgba(255,255,255,.03)}.docs-sidebar__label{margin:0 0 .75rem;font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.45)}.docs-sidebar__nav{display:flex;flex-direction:column;gap:.25rem}.docs-sidebar__link{display:block;padding:.5rem .625rem;border-radius:var(--radius-sm);font-size:.9375rem;color:rgba(255,255,255,.72);text-decoration:none;transition:background .15s ease,color .15s ease}.docs-sidebar__link:hover{background:rgba(255,255,255,.06);color:var(--surface)}.docs-sidebar__link--active{background:rgba(253,17,45,.12);color:var(--surface);font-weight:600}.docs-content{min-width:0}.docs-prose{max-width:none}.docs-prose table{width:100%;margin:0 0 1.5rem;border-collapse:collapse;font-size:.9375rem}.docs-prose td,.docs-prose th{padding:.625rem .75rem;border:1px solid rgba(255,255,255,.1);text-align:left;vertical-align:top}.docs-prose th{background:rgba(255,255,255,.05);color:var(--surface);font-weight:600}.docs-prose hr{margin:2rem 0;border:0;border-top:1px solid rgba(255,255,255,.1)}.docs-prose code{padding:.125rem .375rem;border-radius:.25rem;background:rgba(255,255,255,.08);font-size:.9em}.docs-prose h1{margin:0 0 1.25rem;font-family:var(--font-display);font-size:2rem;font-weight:700;color:var(--surface)}body.page-explore{background:var(--charcoal);color:var(--surface)}body.page-explore .site-header{background:rgba(24,33,37,.95)}body.page-explore .site-footer__wordmark,body.page-explore .site-header__wordmark{filter:brightness(0) invert(1)}.explore-page{padding-bottom:4rem}.explore-page__hero{padding:3rem 0 2rem;text-align:center}.explore-page__title{margin:0 0 .75rem;font-family:var(--font-display);font-size:clamp(1.75rem,4.5vw,2.5rem);font-weight:700;letter-spacing:-.03em;color:var(--surface)}.explore-page__lead{margin:0 auto;max-width:32rem;font-size:1rem;line-height:1.65;color:rgba(255,255,255,.65)}.explore-page__chips{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin:1.5rem auto 0;max-width:40rem;padding:0;list-style:none}.explore-page__chip{padding:.35rem .75rem;font-size:.75rem;font-weight:500;color:rgba(255,255,255,.75);background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:999px}.explore-accordion{display:grid;gap:.5rem;max-width:40rem;margin:0 auto;padding:0 1.25rem}.explore-app{border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-sm);background:rgba(255,255,255,.03);overflow:hidden}.explore-app[open]{border-color:rgba(253,17,45,.35);background:rgba(255,255,255,.05)}.explore-app__summary{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 1.25rem;font-family:var(--font-display);font-size:.9375rem;font-weight:600;color:var(--surface);text-align:center;cursor:pointer;list-style:none}.explore-app__summary::-webkit-details-marker{display:none}.explore-app__summary:after{content:"+";flex-shrink:0;width:1.25rem;font-size:1.125rem;font-weight:400;color:rgba(255,255,255,.45)}.explore-app[open] .explore-app__summary:after{content:"−"}.explore-app__role{font-size:.75rem;font-weight:500;color:rgba(255,255,255,.45)}.explore-app__badge{padding:.15rem .45rem;font-size:.625rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--red);background:rgba(253,17,45,.12);border-radius:.25rem}.explore-app__panel{padding:0 1.25rem 1.25rem;text-align:center}.explore-app__text{margin:0 0 1rem;font-size:.875rem;line-height:1.6;color:rgba(255,255,255,.65)}.explore-app__features{margin:0 auto 1rem;padding:0;list-style:none;display:inline-grid;gap:.25rem;font-size:.8125rem;line-height:1.5;color:rgba(255,255,255,.55);text-align:left}.explore-app__features li+li{margin-top:.25rem}.explore-shot-tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:.375rem;margin-bottom:.75rem}.explore-shot-tabs__btn{padding:.3rem .65rem;font-family:var(--font-body);font-size:.75rem;font-weight:500;color:rgba(255,255,255,.55);background:transparent;border:1px solid rgba(255,255,255,.12);border-radius:.25rem;cursor:pointer;transition:color var(--transition),border-color var(--transition),background var(--transition)}.explore-shot-tabs__btn--active,.explore-shot-tabs__btn:hover{color:var(--surface);border-color:rgba(253,17,45,.4);background:rgba(253,17,45,.1)}.explore-shot{margin:0 auto;max-width:100%;border-radius:var(--radius-sm);overflow:hidden;border:1px solid rgba(255,255,255,.08)}.explore-shot img{display:block;width:100%;height:auto}.explore-shot--logo{margin-top:2rem;text-align:center;border:none;background:transparent}.explore-shot--logo img{margin:0 auto;width:auto;max-width:240px}.explore-shot__placeholder{padding:2rem 1rem;font-size:.8125rem;color:rgba(255,255,255,.4);background:rgba(0,0,0,.2)}.explore-page__footer{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;padding:2.5rem 1.25rem 0;text-align:center}.explore-page__footer p{width:100%;margin:0;font-size:.875rem;color:rgba(255,255,255,.5)}.explore-page__footer .btn+.btn{margin-left:0}.explore-page__footer p a{color:var(--red);font-weight:500}.capability-strip{display:grid;gap:.75rem;margin:0;padding:0;list-style:none}@media (min-width:768px){.capability-strip{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.capability-strip{grid-template-columns:repeat(3,1fr)}}.capability-strip__item{padding:1rem 1.25rem;font-size:.9375rem;line-height:1.5;color:var(--text-muted);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm)}.capability-strip__item strong{display:block;margin-bottom:.25rem;font-family:var(--font-display);font-size:.8125rem;font-weight:600;color:var(--charcoal)}.app-grid{display:grid;gap:1.25rem}@media (min-width:768px){.app-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.app-grid{grid-template-columns:repeat(3,1fr)}}.app-card{display:flex;flex-direction:column;padding:1.75rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);transition:border-color var(--transition),box-shadow var(--transition),transform var(--transition)}.app-card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-md);transform:translateY(-2px)}.app-card--featured{border-color:rgba(253,17,45,.2);background:linear-gradient(160deg,rgba(253,17,45,.04),var(--surface))}@media (min-width:1024px){.app-card--span-2{grid-column:span 2}}.app-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.app-card__name{margin:0;font-family:var(--font-display);font-size:1.25rem;font-weight:700;color:var(--charcoal)}.app-card__role{margin:.25rem 0 0;font-size:.8125rem;font-weight:500;color:var(--text-muted)}.app-card__badge{flex-shrink:0;padding:.2rem .5rem;font-size:.6875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--red);background:var(--red-subtle);border-radius:.25rem}.app-card__text{margin:0;flex:1;font-size:.9375rem;line-height:1.65;color:var(--text-muted)}.app-card__features{margin:1.25rem 0 0;padding:0;list-style:none}.app-card__features li{position:relative;padding-left:1rem;font-size:.875rem;line-height:1.5;color:var(--text-muted)}.app-card__features li+li{margin-top:.375rem}.app-card__features li:before{content:"";position:absolute;left:0;top:.55em;width:4px;height:4px;border-radius:50%;background:var(--red)}.platform-grid{display:grid;gap:1.25rem}@media (min-width:768px){.platform-grid{grid-template-columns:repeat(2,1fr)}}.platform-card{padding:2rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);transition:border-color var(--transition),box-shadow var(--transition)}.platform-card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-md)}.platform-card__title{margin:0 0 .625rem;font-family:var(--font-display);font-size:1.125rem;font-weight:700;color:var(--charcoal)}.platform-card__text{margin:0;font-size:.9375rem;line-height:1.65;color:var(--text-muted)}.apps-preview{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media (min-width:768px){.apps-preview{grid-template-columns:repeat(4,1fr)}}.apps-preview__item{padding:1.25rem 1rem;text-align:center;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-sm);text-decoration:none;transition:border-color var(--transition),background var(--transition)}.apps-preview__item:hover{background:rgba(255,255,255,.07);border-color:rgba(253,17,45,.25)}.apps-preview__name{display:block;font-family:var(--font-display);font-size:.875rem;font-weight:600;color:var(--surface)}.apps-preview__label{display:block;margin-top:.25rem;font-size:.75rem;color:rgba(255,255,255,.45)}.capability-strip__item--wide{grid-column:1/-1}.section__actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;align-items:center;margin-top:2rem}.section__actions--spaced{margin-top:2.5rem}.section--flush-top{padding-top:0}.home-news{display:grid;gap:.75rem;max-width:40rem;margin:0 auto}.home-news__item{display:flex;flex-direction:column;gap:.375rem;padding:1rem 1.25rem;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-sm);text-decoration:none;transition:border-color var(--transition),background var(--transition)}.home-news__item:hover{background:rgba(255,255,255,.07);border-color:rgba(253,17,45,.25)}.home-news__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem}.home-news__type{font-size:.6875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--red)}.home-news__date{font-size:.8125rem;color:rgba(255,255,255,.45)}.home-news__title{font-family:var(--font-display);font-size:.9375rem;font-weight:600;color:var(--surface);line-height:1.4}.page-faq{background:var(--ink)}.faq-page-hero{padding:4rem 0 2rem;text-align:center}.faq-page-hero__title{margin:0 0 1rem;font-family:var(--font-display);font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1.1;letter-spacing:-.025em;color:var(--surface)}.faq-page-hero__lead{margin:0 auto;max-width:36rem;font-size:1.0625rem;line-height:1.7;color:rgba(255,255,255,.65)}.faq-page-hero__lead a{color:var(--red)}.faq-page-body{padding:2rem 0 5rem}.page-faq .faq-list{text-align:left}.page-faq .faq-item{border-bottom-color:rgba(255,255,255,.1)}.page-faq .faq-item:first-child{border-top-color:rgba(255,255,255,.1)}.page-faq .faq-item__question{color:var(--surface)}.page-faq .faq-item__answer{color:rgba(255,255,255,.65)}.faq-page-cta{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin:3rem 0 0}.page-pricing{background:var(--ink);color:var(--surface)}.pricing-page a:not(.btn){color:#ff6b7f}.pricing-hero{padding:4rem 0 3rem;text-align:center}.pricing-hero__title{margin:0 auto;max-width:48rem;font-family:var(--font-display);font-size:clamp(2.25rem,6vw,3.5rem);font-weight:800;line-height:1.08;letter-spacing:-.03em;color:var(--surface)}.pricing-hero__lead{margin:1.25rem auto 0;max-width:40rem;font-size:1.125rem;line-height:1.7;color:rgba(255,255,255,.68)}.pricing-hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-top:2rem}.pricing-plans{padding:0 0 4rem;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}.pricing-grid{display:grid;gap:1.5rem;padding-top:4rem}@media (min-width:900px){.pricing-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1200px){.pricing-grid{grid-template-columns:repeat(6,1fr)}.pricing-card{grid-column:span 2}.pricing-card:nth-child(4){grid-column:2/span 2}.pricing-card:nth-child(5){grid-column:4/span 2}}.pricing-card{display:flex;flex-direction:column;padding:1.75rem;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.1);border-radius:1.5rem;text-align:center}.pricing-card--featured{border-color:rgba(253,17,45,.35);background:rgba(253,17,45,.08);box-shadow:0 24px 80px rgba(253,17,45,.12)}.pricing-card--popular{border-color:rgba(253,17,45,.25)}.pricing-card__header{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center}.pricing-card__name{margin:0;font-family:var(--font-display);font-size:1.25rem;font-weight:600;color:var(--surface)}.pricing-card__tagline{margin:0;font-size:.875rem;line-height:1.55;color:rgba(255,255,255,.62)}.pricing-card__badge{display:inline-flex;align-items:center;padding:.25rem .625rem;font-size:.6875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--red);background:rgba(253,17,45,.15);border:1px solid rgba(253,17,45,.3);border-radius:999px}.pricing-card__badge--muted{color:rgba(255,255,255,.7);background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.12)}.pricing-card__price-block{margin-top:1.5rem}.pricing-card__price{margin:0;font-family:var(--font-display);font-size:2.25rem;font-weight:700;color:var(--surface)}.pricing-card__price-note{margin:.25rem 0 0;font-size:.875rem;color:rgba(255,255,255,.5)}.pricing-card__stats{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin:1.5rem 0 0}.pricing-card__stats>div{padding:.625rem .75rem;background:rgba(0,0,0,.1);border:1px solid rgba(255,255,255,.08);border-radius:1rem}.pricing-card__stats dt{font-size:.8125rem;color:rgba(255,255,255,.45)}.pricing-card__stats dd{margin:.25rem 0 0;font-size:.875rem;font-weight:500;color:var(--surface)}.pricing-card__features{margin:1.5rem auto 0;padding:0;list-style:none;flex:1;width:100%;max-width:20rem;text-align:left}.pricing-card__features li{position:relative;padding-left:1.5rem;font-size:.875rem;line-height:1.55;color:rgba(255,255,255,.72)}.pricing-card__features li+li{margin-top:.625rem}.pricing-card__features li:before{content:"✓";position:absolute;left:0;color:var(--red);font-weight:700}.pricing-card__cta{margin-top:1.5rem;width:100%;justify-content:center}.pricing-section{padding:4rem 0;text-align:center}.pricing-section .pricing-enterprise-form-wrap,.pricing-section .pricing-enterprise-grid,.pricing-section .pricing-table-wrap{text-align:left}.pricing-section--licenses{border-bottom:1px solid rgba(255,255,255,.06)}.pricing-section__title{margin:0 0 1rem;font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--surface);text-align:center}.pricing-section__text{margin:0 auto;max-width:40rem;font-size:1rem;line-height:1.7;color:rgba(255,255,255,.68);text-align:center}.pricing-section__label{margin:1.5rem 0 0;font-family:var(--font-display);font-size:.875rem;font-weight:600;color:rgba(255,255,255,.45)}.pricing-enterprise-grid{display:grid;gap:2.5rem;margin-top:2rem}@media (min-width:900px){.pricing-enterprise-grid{grid-template-columns:1fr 1.2fr;align-items:start}}.pricing-enterprise-summary .pricing-card__features{margin-top:1rem}.pricing-enterprise-form-wrap{padding:2rem;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);border-radius:1.5rem}.pricing-form__title{margin:0 0 .75rem;font-family:var(--font-display);font-size:1.25rem;font-weight:600;color:var(--surface)}.pricing-form__lead{margin:0 0 1.5rem;font-size:.9375rem;line-height:1.65;color:rgba(255,255,255,.62)}.pricing-form,.pricing-form__row{display:grid;gap:1rem}.pricing-form__row--2{grid-template-columns:1fr}@media (min-width:600px){.pricing-form__row--2{grid-template-columns:1fr 1fr}}.pricing-form__field{display:grid;gap:.375rem}.pricing-form__label{font-size:.8125rem;font-weight:500;color:rgba(255,255,255,.7)}.pricing-form__input{width:100%;padding:.75rem 1rem;font:inherit;color:var(--surface);background:rgba(0,0,0,.2);border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-sm)}.pricing-form__input:focus{outline:none;border-color:var(--red);box-shadow:0 0 0 3px var(--red-subtle)}.pricing-form__textarea{resize:vertical;min-height:6rem}.pricing-form__submit{margin-top:.5rem;width:100%;justify-content:center}.pricing-table-wrap{margin-top:2rem;overflow-x:auto}.pricing-table{width:100%;border-collapse:collapse;font-size:.9375rem}.pricing-table td,.pricing-table th{padding:1rem 1.25rem;text-align:left;border-bottom:1px solid rgba(255,255,255,.1)}.pricing-table th{font-family:var(--font-display);font-weight:600;color:var(--surface);background:rgba(255,255,255,.04)}.pricing-table td{color:rgba(255,255,255,.72)}.pricing-fine-print{margin:2rem auto 0;padding:0;list-style:none;max-width:40rem;text-align:left}.pricing-fine-print li{position:relative;padding-left:0;font-size:.875rem;line-height:1.65;color:rgba(255,255,255,.55)}.pricing-fine-print li+li{margin-top:.5rem}.pricing-fine-print li:before{content:none;display:none}.page-about{background:var(--ink);color:var(--surface)}.about-page{padding-bottom:4rem}.about-hero{padding:4rem 0 2.5rem;text-align:center}.about-hero__title{margin:0 0 1rem;font-family:var(--font-display);font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1.1;letter-spacing:-.025em;color:var(--surface)}.about-hero__lead{margin:0 auto;max-width:40rem;font-size:1.0625rem;line-height:1.7;color:rgba(255,255,255,.65)}.about-mvv{padding:2rem 0 3rem}.about-mvv__grid{display:grid;gap:1.25rem}@media (min-width:768px){.about-mvv__grid{grid-template-columns:1fr 1fr}}.about-mvv__card{padding:2rem 1.75rem;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);text-align:center}.about-mvv__label{margin:0 0 .75rem;font-family:var(--font-display);font-size:.6875rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--red)}.about-mvv__text{margin:0;font-size:1.0625rem;line-height:1.7;color:rgba(255,255,255,.78)}.about-story{text-align:center}.about-founder,.about-story,.about-team{padding:3rem 0;border-top:1px solid rgba(255,255,255,.06)}.about-section__title{margin:0 0 1.5rem;font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2rem);font-weight:700;letter-spacing:-.02em;color:var(--surface)}.about-section__title--center{text-align:center}.about-prose{font-size:1rem;line-height:1.75;color:rgba(255,255,255,.68)}.about-story .about-prose{margin:0 auto;max-width:40rem}.about-prose p{margin:0 0 1.25rem}.about-prose p:last-child{margin-bottom:0}.about-person{display:grid;gap:2rem;align-items:start}@media (min-width:768px){.about-person--founder{grid-template-columns:minmax(12rem,20rem) 1fr;gap:3rem;max-width:52rem;margin:0 auto}}.about-person__photo-wrap{margin:0;border-radius:var(--radius-lg);overflow:hidden;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.04)}.about-person__photo-wrap--sm{width:10rem;margin:0 auto}.about-person__photo{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:cover}.about-person--team .about-person__photo{filter:grayscale(100%)}.about-person__name{margin:0 0 .25rem;font-family:var(--font-display);font-size:1.5rem;font-weight:700;color:var(--surface)}.about-person__role{margin:0 0 1.25rem;font-size:.875rem;font-weight:500;color:var(--red)}.about-person--team{display:flex;flex-direction:column;align-items:center;gap:0;text-align:center;max-width:16rem}.about-person--team .about-person__photo-wrap--sm{margin-bottom:1rem}.about-person--team .about-person__name,.about-person--team .about-person__role{margin:0;width:100%;text-align:center}.about-person--team .about-person__role{margin-bottom:0}.about-person--team-featured{width:100%;max-width:26rem;align-items:center;text-align:center}.about-person--team-featured .about-person__name,.about-person--team-featured .about-person__role{text-align:center;width:100%}.about-person--team-featured .about-prose{margin-top:.75rem;text-align:center}.about-person--team .about-prose p{margin-top:0}.about-team__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(18rem,1fr));gap:2rem;justify-items:center;max-width:56rem;margin:0 auto}.about-cta{padding:3rem 0 1rem;text-align:center;border-top:1px solid rgba(255,255,255,.06)}.about-cta__text{margin:0 0 1.5rem;font-size:1.0625rem;color:rgba(255,255,255,.6)}.about-cta__actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.page-hub{background:var(--ink);color:var(--surface)}.hub-hero{padding:4.5rem 0 2.5rem;text-align:center}.hub-hero__title{margin:0 0 1rem;font-family:var(--font-display);font-size:clamp(2rem,5vw,2.75rem);font-weight:700;line-height:1.15;color:var(--surface)}.hub-hero__lead{margin:0 auto;max-width:38rem;font-size:1.0625rem;line-height:1.7;color:rgba(255,255,255,.62)}.hub-grid-section{padding:2rem 0 5rem}.hub-grid{display:grid;gap:1rem}@media (min-width:640px){.hub-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:960px){.hub-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1200px){.hub-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}}.hub-card{display:flex;flex-direction:column;gap:.75rem;padding:1.5rem;text-align:center;text-decoration:none;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius);transition:border-color var(--transition),background var(--transition),transform var(--transition)}.hub-card:hover{background:rgba(255,255,255,.06);border-color:rgba(253,17,45,.35);transform:translateY(-2px)}.hub-card__eyebrow{margin:0;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--red)}.hub-card__title{margin:0;font-family:var(--font-display);font-size:1.25rem;font-weight:600;color:var(--surface)}.hub-card__text{flex:1;margin:0;font-size:.9375rem;line-height:1.65;color:rgba(255,255,255,.58)}.hub-card__link{margin-top:auto;font-size:.875rem;font-weight:600;color:var(--red)}.page-solution{background:var(--ink);color:var(--surface)}.solution-hero{padding:4.5rem 0 2rem;text-align:center}.solution-hero__title{margin:0 0 1rem;font-family:var(--font-display);font-size:clamp(2rem,5vw,2.75rem);font-weight:700;line-height:1.15;color:var(--surface)}.solution-hero__lead{margin:0 auto;max-width:40rem;font-size:1.0625rem;line-height:1.7;color:rgba(255,255,255,.62)}.solution-body{padding:0 0 5rem}.solution-body__inner{display:grid;gap:2rem;text-align:center}.solution-body__copy{margin:0 auto;max-width:40rem;font-size:1.0625rem;line-height:1.75;color:rgba(255,255,255,.72)}.solution-features{margin:0 auto;padding:0;list-style:none;display:inline-grid;gap:.75rem;text-align:left;justify-items:start}.solution-features li{position:relative;padding-left:1.5rem;font-size:1rem;line-height:1.65;color:rgba(255,255,255,.78)}.solution-features li:before{content:"";position:absolute;left:0;top:.55em;width:.5rem;height:.5rem;border-radius:50%;background:var(--red)}.solution-cta{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin:0}.solution-back{margin:0 0 1.5rem;font-size:.875rem}.solution-back a{color:rgba(255,255,255,.55);text-decoration:none}.page-support,.solution-back a:hover{color:var(--surface)}.page-support{background:var(--ink)}.support-hero{padding:4.5rem 0 2rem;text-align:center}.support-hero__title{margin:0 0 1rem;font-family:var(--font-display);font-size:clamp(2rem,5vw,2.75rem);font-weight:700;line-height:1.15;color:var(--surface)}.support-hero__lead{margin:0 auto;max-width:38rem;font-size:1.0625rem;line-height:1.7;color:rgba(255,255,255,.62)}.support-body{padding:0 0 5rem}.support-grid{display:grid;gap:1rem}@media (min-width:640px){.support-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.support-card{padding:1.5rem;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius);text-align:center}.support-card__title{margin:0 0 .75rem;font-family:var(--font-display);font-size:1.125rem;font-weight:600;color:var(--surface)}.support-card__text{margin:0;font-size:1rem;line-height:1.65;color:rgba(255,255,255,.72)}.support-card__text a{color:var(--red);font-weight:600}.support-hours{margin:0;font-size:1.125rem;font-weight:600;color:var(--surface)}.support-note{margin:2rem 0 0;font-size:.9375rem;line-height:1.65;color:rgba(255,255,255,.5);text-align:center}.page-roadmap{background:var(--ink);color:var(--surface)}.roadmap-hero{padding:4.5rem 0 2rem;text-align:center}.roadmap-hero__title{margin:0 0 1rem;font-family:var(--font-display);font-size:clamp(2rem,5vw,2.75rem);font-weight:700;line-height:1.15;color:var(--surface)}.roadmap-hero__lead{margin:0 auto;max-width:40rem;font-size:1.0625rem;line-height:1.7;color:rgba(255,255,255,.62)}.roadmap-body{padding:0 0 5rem}.roadmap-list{display:grid;gap:1rem;margin:0;padding:0;list-style:none}.roadmap-item{display:grid;grid-template-columns:auto 1fr;gap:1rem 1.25rem;align-items:start;padding:1.25rem 1.5rem;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius);text-align:left}.roadmap-item__rank{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;font-family:var(--font-display);font-size:.9375rem;font-weight:700;color:var(--surface);background:rgba(253,17,45,.15);border:1px solid rgba(253,17,45,.35);border-radius:50%;flex-shrink:0}.roadmap-item__body{min-width:0}.roadmap-item__category{margin:0 0 .25rem;font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--red)}.roadmap-item__name{margin:0 0 .5rem;font-family:var(--font-display);font-size:1.25rem;font-weight:600;color:var(--surface)}.roadmap-item__apps{margin:0 0 .75rem;font-size:.875rem;font-weight:500;color:rgba(255,255,255,.55)}.roadmap-item__text{margin:0 0 .75rem;font-size:.9375rem;line-height:1.65;color:rgba(255,255,255,.68)}.roadmap-item__status{margin:0;display:inline-block;padding:.2rem .625rem;font-size:.75rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;color:rgba(255,255,255,.75);background:rgba(255,255,255,.08);border-radius:999px}.roadmap-item__status--active{color:#9ee06b;background:rgba(82,178,41,.15)}.roadmap-item__status--muted{color:rgba(255,255,255,.45);background:rgba(255,255,255,.04)}.roadmap-note{margin:2rem 0 0;font-size:.9375rem;line-height:1.65;color:rgba(255,255,255,.5);text-align:center}.roadmap-cta{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin:2rem 0 0}@media (max-width:767px){.container{padding-left:1rem;padding-right:1rem}.site-header{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}.site-nav{padding-bottom:calc(1.25rem + env(safe-area-inset-bottom))}.hero{padding:2.25rem 0 1.5rem}.hero__title{font-size:clamp(1.875rem,8.5vw,2.5rem)}.hero__lead{font-size:1rem}.about-cta__actions,.explore-page__footer,.faq-page-cta,.hero__actions,.pricing-hero__actions,.section__actions,.solution-cta,.startups-cta__actions{flex-direction:column;align-items:stretch}.about-cta__actions .btn,.explore-page__footer .btn,.faq-page-cta .btn,.hero__actions .btn,.pricing-hero__actions .btn,.section__actions .btn,.solution-cta .btn{width:100%}.about-hero,.blog-hero,.explore-page__hero,.faq-page-hero,.hub-hero,.pricing-hero,.solution-hero,.status-hero,.support-hero{padding-top:2.5rem;padding-bottom:1.5rem}.about-person--founder{text-align:center}.about-person--founder .about-person__photo-wrap{margin:0 auto}.about-team__grid{grid-template-columns:1fr;max-width:24rem}.about-person--team-featured{max-width:100%}.about-mvv__grid,.blog-list__grid,.hub-grid,.support-grid{gap:1rem}.pricing-grid{padding-top:2rem;gap:1rem}.pricing-section{padding:2.5rem 0}.about-mvv__card,.blog-card,.hub-card,.pricing-card,.support-card{padding:1.25rem}.pricing-table td,.pricing-table th{padding:.75rem .875rem;font-size:.8125rem}.explore-page__chips{justify-content:center}.site-footer{padding-bottom:env(safe-area-inset-bottom)}.blog-post{padding:2rem 0 3.5rem}.blog-post__header{margin-bottom:2rem;padding-bottom:1.5rem}.not-found{padding:3.5rem 0 4rem}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero__badge-dot,.marquee__track{animation:none}.bento__card:hover,.btn:hover,.crm-preview,.crm-preview:hover{transform:none}}.page-startups{background:var(--ink);color:var(--surface)}.startups-hero{padding:4.5rem 0 3rem;text-align:center}.startups-hero__title{margin:0 0 1rem;font-family:var(--font-display);font-size:clamp(2.125rem,5.5vw,3rem);font-weight:700;line-height:1.12;letter-spacing:-.03em;color:var(--surface)}.startups-hero__lead{margin:0 auto 1.75rem;max-width:40rem;font-size:1.125rem;line-height:1.7;color:rgba(255,255,255,.65)}.startups-hero__lead strong{color:rgba(255,255,255,.9);font-weight:600}.startups-hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-bottom:1rem}.startups-hero__note{margin:0;font-size:.875rem;color:rgba(255,255,255,.45)}.startups-regions{padding:0 0 3rem}.startups-region-grid{display:grid;gap:1rem}@media (min-width:768px){.startups-region-grid{grid-template-columns:repeat(3,1fr)}}.startups-region-card{padding:1.5rem;text-align:center;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius)}.startups-region-card__title{margin:0 0 .75rem;font-family:var(--font-display);font-size:1.25rem;font-weight:600;color:var(--surface)}.startups-region-card__text{margin:0;font-size:.9375rem;line-height:1.65;color:rgba(255,255,255,.58)}.startups-region-card__text code{font-size:.8125rem;color:rgba(255,255,255,.75)}.startups-benefits,.startups-explore,.startups-faq,.startups-plans{padding:3rem 0}.startups-section__title{margin:0 0 .75rem;font-family:var(--font-display);font-size:clamp(1.5rem,4vw,2rem);font-weight:700;text-align:center;color:var(--surface)}.startups-section__lead{margin:0 auto 2rem;max-width:36rem;font-size:1.0625rem;line-height:1.65;text-align:center;color:rgba(255,255,255,.58)}.startups-section__lead a{color:var(--red)}.startups-benefits__list{margin:0;padding:0;list-style:none;display:grid;gap:1rem}.startups-benefits__list li{padding:1.25rem 1.5rem;font-size:1rem;line-height:1.65;text-align:center;color:rgba(255,255,255,.62);background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.07);border-radius:var(--radius)}.startups-benefits__list a{color:var(--red)}.startups-plan-grid{display:grid;gap:1rem;margin-bottom:1.5rem}@media (min-width:768px){.startups-plan-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1100px){.startups-plan-grid{grid-template-columns:repeat(4,1fr)}}.startups-plan-card{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.75rem 1.25rem;text-align:center;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius)}.startups-plan-card .btn{margin-top:auto;width:100%}.startups-plan-card--featured{border-color:rgba(253,17,45,.45);background:rgba(253,17,45,.06)}.startups-plan-card__eyebrow{margin:0;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--red)}.startups-plan-card__name{margin:0;font-family:var(--font-display);font-size:1.25rem;font-weight:600;color:var(--surface)}.startups-plan-card__price{margin:0;font-size:1.75rem;font-weight:700;color:var(--surface)}.startups-plan-card__text{margin:0 0 .75rem;font-size:.9375rem;color:rgba(255,255,255,.55)}.startups-plans__more{margin:0;text-align:center}.startups-plans__more a{color:var(--red);font-weight:500}.startups-explore__links{margin:0;text-align:center;font-size:.9375rem;color:rgba(255,255,255,.5)}.startups-explore__links a{color:rgba(255,255,255,.75);text-decoration:none}.startups-explore__links a:hover{color:var(--red)}.startups-faq__list{display:grid;gap:1.25rem}.startups-faq__item{padding:1.25rem 1.5rem;text-align:center;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.07);border-radius:var(--radius)}.startups-faq__question{margin:0 0 .75rem;font-family:var(--font-display);font-size:1.0625rem;font-weight:600;line-height:1.4;color:var(--surface)}.startups-faq__answer{margin:0;font-size:.9375rem;line-height:1.65;color:rgba(255,255,255,.58)}.startups-cta{padding:3rem 0 5rem}.startups-cta__inner{padding:2.5rem 2rem;text-align:center;background:rgba(255,255,255,.04);border:1px solid rgba(253,17,45,.25);border-radius:var(--radius)}.startups-cta__title{margin:0 0 .75rem;font-family:var(--font-display);font-size:clamp(1.5rem,4vw,2rem);font-weight:700;color:var(--surface)}.startups-cta__text{margin:0 auto 1.5rem;max-width:32rem;font-size:1.0625rem;line-height:1.65;color:rgba(255,255,255,.6)}.startups-cta__actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}@media (max-width:639px){.startups-benefits,.startups-explore,.startups-faq,.startups-hero,.startups-plans{padding-top:2.5rem;padding-bottom:2.5rem}}.page-landing.page-landing--with-preview .hero__grid{text-align:left}@media (min-width:1024px){.page-landing.page-landing--with-preview .hero__grid{grid-template-columns:1fr 1.1fr;max-width:var(--container);margin:0 auto}}.page-landing.page-landing--with-preview .hero__copy{align-items:flex-start}.page-landing.page-landing--with-preview .hero__lead{margin-left:0;margin-right:0}.page-landing.page-landing--with-preview .hero__actions,.page-landing.page-landing--with-preview .hero__stats{justify-content:flex-start}.page-landing .section--connect,.page-landing .section--faq,.page-landing .section--steps{background:transparent;border-top:1px solid rgba(255,255,255,.06)}.page-landing .section--connect .section__title--light,.page-landing .section--faq .section__title--light,.page-landing .section--steps .section__title,.page-landing .section--steps .section__title--light{color:var(--surface)}.page-landing .section--steps ol{list-style:none;margin:0;padding:0}.page-landing .steps-grid{display:grid;gap:2rem}@media (min-width:768px){.page-landing .steps-grid{grid-template-columns:repeat(3,1fr)}.page-landing .problem-grid--quad{grid-template-columns:repeat(2,1fr)}}.page-landing .step-card__number{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:999px;background:rgba(253,17,45,.12);color:var(--red);font-family:var(--font-display);font-size:1.125rem;font-weight:700}.page-landing .step-card__title{margin:1rem 0 .5rem;font-family:var(--font-display);font-size:1.25rem;font-weight:600;color:var(--surface)}.page-landing .step-card__text{margin:0;font-size:.9375rem;line-height:1.65;color:rgba(255,255,255,.62)}.page-landing .cta-panel{position:relative;overflow:hidden;padding:3rem 2rem;border:1px solid rgba(255,255,255,.1);border-radius:1.5rem;background:var(--ink-soft);text-align:center}.page-landing .cta-panel:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(ellipse at center,rgba(253,17,45,.15),transparent 70%)}.page-landing .cta-panel>*{position:relative}.page-landing .cta-panel .section__lead{margin-left:auto;margin-right:auto}.page-landing .section--faq .faq-item{border-bottom-color:rgba(255,255,255,.08)}.page-landing .section--faq .faq-item:first-child{border-top-color:rgba(255,255,255,.08)}.page-landing .section--faq .faq-item__question{color:var(--surface)}.page-landing .section--faq .faq-item__answer{color:rgba(255,255,255,.62)}.page-landing .ai-terminal-wrap{margin-top:2rem}@media (min-width:1024px){.page-landing .product-layout{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:start}}