/* [project]/app/globals.css [app-client] (css) */
*, :before, :after, ::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #3b82f680;
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

*, :before, :after {
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
}

:before, :after {
  --tw-content: "";
}

html, :host {
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
  font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5;
}

body {
  line-height: inherit;
  margin: 0;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp, pre {
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button, input, optgroup, select, textarea {
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button, select {
  text-transform: none;
}

button, input:where([type="button"]), input:where([type="reset"]), input:where([type="submit"]) {
  -webkit-appearance: button;
  background-color: #0000;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button {
  height: auto;
}

::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol, ul, menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder, textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button, [role="button"] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img, svg, video, canvas, audio, iframe, embed, object {
  vertical-align: middle;
  display: block;
}

img, video {
  max-width: 100%;
  height: auto;
}

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.visible {
  visibility: visible;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0;
}

.inset-y-0 {
  top: 0;
  bottom: 0;
}

.bottom-1 {
  bottom: .25rem;
}

.left-1 {
  left: .25rem;
}

.left-\[54\%\] {
  left: 54%;
}

.right-1 {
  right: .25rem;
}

.top-0 {
  top: 0;
}

.top-1 {
  top: .25rem;
}

.isolate {
  isolation: isolate;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.ml-auto {
  margin-left: auto;
}

.mt-0\.5 {
  margin-top: .125rem;
}

.mt-1 {
  margin-top: .25rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-3 {
  margin-top: .75rem;
}

.mt-auto {
  margin-top: auto;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.aspect-\[5\/4\] {
  aspect-ratio: 5 / 4;
}

.aspect-square {
  aspect-ratio: 1;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-2 {
  height: .5rem;
}

.h-2\.5 {
  height: .625rem;
}

.h-2\/3 {
  height: 66.6667%;
}

.h-24 {
  height: 6rem;
}

.h-3 {
  height: .75rem;
}

.h-3\.5 {
  height: .875rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-\[210px\] {
  height: 210px;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.h-screen {
  height: 100vh;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.3333%;
}

.w-1\/4 {
  width: 25%;
}

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-11\/12 {
  width: 91.6667%;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: .5rem;
}

.w-2\.5 {
  width: .625rem;
}

.w-2\/3 {
  width: 66.6667%;
}

.w-2\/5 {
  width: 40%;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-3 {
  width: .75rem;
}

.w-3\.5 {
  width: .875rem;
}

.w-3\/4 {
  width: 75%;
}

.w-32 {
  width: 8rem;
}

.w-4 {
  width: 1rem;
}

.w-4\/5 {
  width: 80%;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

.w-\[380px\] {
  width: 380px;
}

.w-full {
  width: 100%;
}

.w-max {
  width: max-content;
}

.w-px {
  width: 1px;
}

.max-w-2xl {
  max-width: 42rem;
}

.flex-1 {
  flex: 1;
}

.shrink-0 {
  flex-shrink: 0;
}

.grow {
  flex-grow: 1;
}

.-rotate-45 {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.resize {
  resize: both;
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-1\.5 {
  gap: .375rem;
}

.gap-2 {
  gap: .5rem;
}

.gap-2\.5 {
  gap: .625rem;
}

.gap-3 {
  gap: .75rem;
}

.gap-3\.5 {
  gap: .875rem;
}

.gap-4 {
  gap: 1rem;
}

.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(.375rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(.5rem * var(--tw-space-y-reverse));
}

.space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(.625rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-black\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: #0000001a;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded {
  border-radius: .25rem;
}

.rounded-\[8px\] {
  border-radius: 8px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: .5rem;
}

.rounded-md {
  border-radius: .375rem;
}

.rounded-none {
  border-radius: 0;
}

.rounded-sm {
  border-radius: .125rem;
}

.rounded-xl {
  border-radius: .75rem;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.border-dashed {
  border-style: dashed;
}

.border-black\/10 {
  border-color: #0000001a;
}

.border-black\/15 {
  border-color: #00000026;
}

.bg-\[\#EFEEEB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 238 235 / var(--tw-bg-opacity, 1));
}

.bg-black\/15 {
  background-color: #00000026;
}

.bg-black\/20 {
  background-color: #0003;
}

.bg-black\/30 {
  background-color: #0000004d;
}

.bg-black\/70 {
  background-color: #000000b3;
}

.bg-black\/75 {
  background-color: #000000bf;
}

.bg-black\/80 {
  background-color: #000c;
}

.bg-black\/\[0\.02\] {
  background-color: #00000005;
}

.bg-black\/\[0\.04\] {
  background-color: #0000000a;
}

.bg-black\/\[0\.08\] {
  background-color: #00000014;
}

.bg-black\/\[0\.14\] {
  background-color: #00000024;
}

.bg-emerald-500\/80 {
  background-color: #10b981cc;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.p-3 {
  padding: .75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.px-0\.5 {
  padding-left: .125rem;
  padding-right: .125rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-2\.5 {
  padding-left: .625rem;
  padding-right: .625rem;
}

.px-3 {
  padding-left: .75rem;
  padding-right: .75rem;
}

.px-3\.5 {
  padding-left: .875rem;
  padding-right: .875rem;
}

.py-0\.5 {
  padding-top: .125rem;
  padding-bottom: .125rem;
}

.py-1 {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.py-3 {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.text-center {
  text-align: center;
}

.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-\[10px\] {
  font-size: 10px;
}

.text-sm {
  font-size: .875rem;
  line-height: 1.25rem;
}

.text-xs {
  font-size: .75rem;
  line-height: 1rem;
}

.uppercase {
  text-transform: uppercase;
}

.leading-\[1\.05\] {
  line-height: 1.05;
}

.leading-relaxed {
  line-height: 1.625;
}

.tracking-tight {
  letter-spacing: -.025em;
}

.tracking-widest {
  letter-spacing: .1em;
}

.text-black\/40 {
  color: #0006;
}

.text-black\/50 {
  color: #00000080;
}

.text-black\/55 {
  color: #0000008c;
}

.text-black\/60 {
  color: #0009;
}

.text-black\/70 {
  color: #000000b3;
}

.text-foreground {
  color: hsl(var(--foreground));
}

.text-muted-foreground {
  color: hsl(var(--muted-foreground));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.outline {
  outline-style: solid;
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-black\/20 {
  --tw-ring-color: #0003;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.will-change-transform {
  will-change: transform;
}

@font-face {
  font-family: Gilroy;
  src: local(Gilroy Regular), local(Gilroy-Regular), url("/fonts/Gilroy-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: local(Gilroy Medium), local(Gilroy-Medium), url("/fonts/Gilroy-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: local(Gilroy Bold), local(Gilroy-Bold), url("/fonts/Gilroy-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #f4f3ef;
  --panel-bg: #fff;
  --card-bg: #fff;
  --panel-border: #e4e2dc;
  --card-border: #e4e2dc;
  --text-primary: #0f0f0f;
  --text-muted: #5c5a55;
  --logo: #3a3a3a;
  --logo-dim: #8c8c8c;
  --line: #00000014;
  --hairline: #0000001f;
  --surface: #00000008;
  --beam: #0000004d;
  --beam-glow: #00000014;
  --nav-glass: #ffffff8c;
  --nav-glass-border: #00000014;
}

.dark {
  --bg: #050505;
  --panel-bg: #0c0c0c;
  --card-bg: #101010;
  --panel-border: #222;
  --card-border: #242424;
  --text-primary: #f4f4f4;
  --text-muted: #9a9a9a;
  --logo: #d2d2d2;
  --logo-dim: #8c8c8c;
  --line: #ffffff0a;
  --hairline: #ffffff1f;
  --surface: #ffffff05;
  --beam: #ffffff8c;
  --beam-glow: #ffffff2e;
  --nav-glass: #0e0e0e80;
  --nav-glass-border: #ffffff1f;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  background: var(--bg);
  color: var(--text-primary);
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  font-family: Gilroy, Helvetica Neue, Arial, system-ui, -apple-system, sans-serif;
  overflow-x: clip;
}

.stage {
  justify-content: center;
  height: 100dvh;
  padding: 2% 2% 56px;
  display: flex;
  position: relative;
}

.guides {
  z-index: 0;
  pointer-events: none;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.guides:before, .guides:after {
  content: "";
  background: var(--line);
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
}

.guides:before {
  left: 12%;
}

.guides:after {
  right: 12%;
}

.guides__drop {
  background: linear-gradient(to bottom, transparent 0%, transparent 10%, var(--beam) 100%);
  opacity: .65;
  width: 1px;
  height: 90px;
  box-shadow: 0 0 6px .5px var(--beam-glow);
  will-change: transform, opacity;
  animation: 6s linear infinite guide-fall;
  position: absolute;
  top: 0;
}

.guides__drop--left {
  left: 12%;
}

.guides__drop--right {
  animation-delay: 3s;
  right: 12%;
}

@keyframes guide-fall {
  0% {
    opacity: 0;
    transform: translateY(-120px);
  }

  8% {
    opacity: .55;
  }

  92% {
    opacity: .55;
  }

  100% {
    opacity: 0;
    transform: translateY(100vh);
  }
}

@media (prefers-reduced-motion: reduce) {
  .guides {
    display: none;
  }
}

.hero {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
}

.topnav {
  z-index: 50;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background: none;
  border: 1px solid #0000;
  border-radius: 999px;
  flex-direction: column;
  padding: 12px 22px;
  transition: top .35s, border-radius .35s, background .3s, border-color .3s, -webkit-backdrop-filter .3s, backdrop-filter .3s;
  display: flex;
  position: fixed;
  top: 36px;
  left: 2%;
  right: 2%;
  overflow: hidden;
}

.topnav.is-scrolled {
  background: var(--nav-glass);
  border-color: var(--nav-glass-border);
  -webkit-backdrop-filter: blur(16px) saturate(1.3);
  backdrop-filter: blur(16px) saturate(1.3);
  border-radius: 20px;
  top: 16px;
}

.topnav.is-scrolled.is-open {
  border-radius: 20px;
}

.topnav__bar {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.topnav__actions {
  align-items: center;
  gap: 12px;
  display: flex;
}

.topnav:not(.is-scrolled) .topnav__actions {
  width: 104px;
  position: relative;
}

.topnav__ctl {
  border: 1px solid var(--hairline);
  background: var(--surface);
  width: 46px;
  height: 46px;
  color: var(--text-primary);
  cursor: pointer;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  transition: background .15s, border-color .15s;
  display: flex;
}

.topnav__ctl:hover {
  background: var(--hairline);
  border-color: var(--hairline);
}

.topnav__bars {
  width: 20px;
  height: 14px;
  position: relative;
}

.topnav__bars i {
  background: var(--text-primary);
  border-radius: 2px;
  height: 1.5px;
  transition: transform .3s cubic-bezier(.4, 0, .2, 1), opacity .2s, top .3s cubic-bezier(.4, 0, .2, 1);
  position: absolute;
  left: 0;
  right: 0;
}

.topnav__bars i:first-child {
  top: 0;
}

.topnav__bars i:nth-child(2) {
  top: 6px;
}

.topnav__bars i:nth-child(3) {
  top: 12px;
}

.topnav.is-open .topnav__bars i:first-child {
  top: 6px;
  transform: rotate(45deg);
}

.topnav.is-open .topnav__bars i:nth-child(2) {
  opacity: 0;
}

.topnav.is-open .topnav__bars i:nth-child(3) {
  top: 6px;
  transform: rotate(-45deg);
}

.topnav__menu {
  opacity: 0;
  flex-direction: column;
  max-height: 0;
  transition: max-height .4s, opacity .3s, margin-top .4s, padding-top .4s;
  display: flex;
  overflow: hidden;
}

.topnav.is-scrolled.is-open .topnav__menu {
  opacity: 1;
  max-height: 560px;
  margin-top: 14px;
  padding-top: 4px;
}

.topnav:not(.is-scrolled) {
  overflow: visible;
}

.topnav__box {
  border: 1px solid var(--hairline);
  background: var(--surface);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  z-index: 2;
  border-radius: 12px;
  width: 46px;
  transition: width .34s cubic-bezier(.4, 0, .2, 1), height .34s cubic-bezier(.4, 0, .2, 1), border-radius .34s cubic-bezier(.4, 0, .2, 1), background .34s, border-color .34s, box-shadow .34s;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.topnav__box:not(.is-open):hover {
  background: var(--hairline);
  border-color: var(--hairline);
}

.topnav__box.is-open {
  background: var(--panel-bg);
  border-color: var(--hairline);
  border-radius: 22px;
  width: min(340px, 100vw - 60px);
}

.topnav__box.is-open.is-mega {
  width: min(560px, 100vw - 60px);
}

.topnav__boxtoggle {
  z-index: 2;
  background: none;
  border: none;
  width: 46px;
  height: 46px;
  position: absolute;
  top: 0;
  right: 0;
}

.topnav__boxtoggle:hover {
  background: none;
  border: none;
}

.topnav__boxpanel {
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  flex-direction: column;
  width: min(340px, 100vw - 60px);
  padding: 22px 24px 24px;
  transition: opacity .18s;
  display: flex;
  position: relative;
}

.topnav__box.is-open .topnav__boxpanel {
  opacity: 1;
  pointer-events: auto;
  transition-delay: .16s;
}

.topnav__boxlist {
  flex-direction: column;
  padding-top: 8px;
  display: flex;
}

.topnav__boxpanel .topnav__item {
  padding: 9px 0;
  font-size: 30px;
}

.topnav__menuhead {
  border-bottom: 1px solid var(--hairline);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
  padding-bottom: 16px;
  display: flex;
}

.topnav__menutitle {
  color: var(--text-muted);
  font-size: 15px;
}

.topnav__menuclose {
  color: var(--text-primary);
  cursor: pointer;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: opacity .15s;
  display: flex;
}

.topnav__menuclose:hover {
  opacity: .7;
}

.topnav__item {
  color: var(--text-muted);
  letter-spacing: -.01em;
  text-align: left;
  cursor: pointer;
  background: none;
  border: none;
  align-items: center;
  gap: 10px;
  padding: 8px 2px;
  font-family: inherit;
  font-size: 30px;
  font-weight: 400;
  transition: color .18s;
  display: flex;
}

.topnav__item:hover {
  color: var(--text-primary);
}

.topnav__subwrap {
  flex-direction: column;
  display: flex;
}

.topnav__subwrap .topnav__item {
  width: 100%;
}

.topnav__arrow {
  opacity: 0;
  transition: opacity .18s, transform .18s;
  transform: translate(-4px, 4px);
}

.topnav__item:hover .topnav__arrow {
  opacity: 1;
  transform: none;
}

.topnav__brand {
  height: 26px;
  display: inline-block;
  position: relative;
}

.topnav__logo {
  width: auto;
  height: 26px;
  display: block;
}

.dark .topnav__logo {
  filter: invert();
}

.navmenu {
  z-index: 30;
  width: 104px;
  height: 46px;
  position: relative;
}

.navmenu__theme {
  border: 1px solid var(--hairline);
  background: var(--surface);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  width: 46px;
  height: 46px;
  color: var(--text-primary);
  cursor: pointer;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  transition: background .15s, border-color .15s;
  display: flex;
  position: absolute;
  top: 0;
  right: 58px;
}

.navmenu__theme:hover {
  background: var(--hairline);
  border-color: var(--hairline);
}

.navmenu__box {
  border: 1px solid var(--hairline);
  background: var(--surface);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  cursor: pointer;
  border-radius: 12px;
  transition: width .34s cubic-bezier(.4, 0, .2, 1), height .34s cubic-bezier(.4, 0, .2, 1), border-radius .34s cubic-bezier(.4, 0, .2, 1), background .34s, border-color .34s, box-shadow .34s;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.navmenu__box:not(.is-open):hover {
  background: var(--hairline);
  border-color: var(--hairline);
}

.navmenu__box.is-open {
  background: var(--panel-bg);
  border-color: var(--hairline);
  cursor: default;
  border-radius: 22px;
}

.navmenu__toggle {
  cursor: pointer;
  z-index: 2;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.navmenu__bars {
  width: 20px;
  height: 14px;
  position: relative;
}

.navmenu__bars i {
  background: var(--text-primary);
  border-radius: 2px;
  height: 1.5px;
  transition: transform .3s cubic-bezier(.4, 0, .2, 1), opacity .2s, top .3s cubic-bezier(.4, 0, .2, 1);
  position: absolute;
  left: 0;
  right: 0;
}

.navmenu__bars i:first-child {
  top: 0;
}

.navmenu__bars i:nth-child(2) {
  top: 6px;
}

.navmenu__bars i:nth-child(3) {
  top: 12px;
}

.navmenu__box.is-open .navmenu__bars i:first-child {
  top: 6px;
  transform: rotate(45deg);
}

.navmenu__box.is-open .navmenu__bars i:nth-child(2) {
  opacity: 0;
}

.navmenu__box.is-open .navmenu__bars i:nth-child(3) {
  top: 6px;
  transform: rotate(-45deg);
}

.navmenu__panel {
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  flex-direction: column;
  width: 320px;
  padding: 24px;
  transition: opacity .18s;
  display: flex;
  position: relative;
}

.navmenu__box.is-open .navmenu__panel {
  opacity: 1;
  pointer-events: auto;
  transition-delay: .16s;
}

.navmenu__head {
  border-bottom: 1px solid var(--hairline);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  padding-bottom: 16px;
  display: flex;
}

.navmenu__title {
  color: var(--text-muted);
  font-size: 15px;
}

.navmenu__close {
  color: var(--text-primary);
  cursor: pointer;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  padding: 2px;
  transition: opacity .15s;
  display: flex;
}

.navmenu__close:hover {
  opacity: .7;
}

.navmenu__list {
  flex-direction: column;
  padding-top: 10px;
  display: flex;
}

.navmenu__item {
  color: var(--text-muted);
  letter-spacing: -.01em;
  text-align: left;
  cursor: pointer;
  background: none;
  border: none;
  align-items: center;
  gap: 10px;
  padding: 9px 0;
  font-family: inherit;
  font-size: 30px;
  font-weight: 400;
  transition: color .18s;
  display: flex;
}

.navmenu__item:hover {
  color: var(--text-primary);
}

.navmenu__arrow {
  opacity: 0;
  transition: opacity .18s, transform .18s;
  transform: translate(-4px, 4px);
}

.navmenu__item:hover .navmenu__arrow {
  opacity: 1;
  transform: none;
}

.panel {
  border: 1px solid var(--panel-border);
  background: var(--panel-bg);
  border-radius: 30px;
  flex-direction: column;
  height: 100%;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card {
  border: 1px solid var(--card-border);
  background: var(--card-bg);
  border-radius: 22px;
  flex: auto;
  min-height: 0;
  position: relative;
  overflow: hidden;
}

.card__bg {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transform-origin: center;
  z-index: 0;
  opacity: .9;
  mix-blend-mode: normal;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  transform: scale(1.25);
  -webkit-mask-image: radial-gradient(130% 130% at 22% 28%, #000 0%, #0006 42%, #0000 70%);
  mask-image: radial-gradient(130% 130% at 22% 28%, #000 0%, #0006 42%, #0000 70%);
}

html:not(.dark) .card__bg {
  opacity: .5;
  mix-blend-mode: hard-light;
}

.card__title {
  z-index: 2;
  letter-spacing: -.015em;
  color: var(--text-primary);
  font-size: 58px;
  font-weight: 400;
  line-height: 1.1;
  position: absolute;
  top: calc(104px + 5%);
  left: 60px;
}

.card__body {
  z-index: 2;
  max-width: 340px;
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.55;
  position: absolute;
  bottom: 60px;
  right: 60px;
}

.logos {
  padding: 30px 0 34px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, #0000, #000 4% 96%, #0000);
  mask-image: linear-gradient(90deg, #0000, #000 4% 96%, #0000);
}

.marquee {
  width: max-content;
  animation: 32s linear infinite marquee-scroll;
  display: flex;
}

.marquee:hover {
  animation-play-state: paused;
}

.marquee__group {
  flex-shrink: 0;
  align-items: center;
  gap: 70px;
  padding-right: 70px;
  display: flex;
}

@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .marquee {
    animation: none;
  }
}

.logo {
  cursor: pointer;
  flex-shrink: 0;
  height: 42px;
  text-decoration: none;
  display: block;
  position: relative;
}

.logo__img {
  -o-object-fit: contain;
  object-fit: contain;
  width: auto;
  height: 42px;
  transition: opacity .25s;
  display: block;
}

.logo:after {
  content: "";
  z-index: -1;
  background: radial-gradient(closest-side, var(--beam-glow), transparent 74%),
    radial-gradient(closest-side, var(--beam-glow), transparent 58%);
  opacity: 0;
  filter: blur(11px);
  pointer-events: none;
  border-radius: 999px;
  width: 132%;
  height: 195%;
  transition: opacity .3s, transform .3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)scale(.75);
}

.logo:not(.logo--current):hover:after {
  opacity: 1;
  transform: translate(-50%, -50%)scale(1);
}

.logo__img--light {
  opacity: 0;
  position: absolute;
  inset: 0;
}

html:not(.dark) .logo__img--dark {
  opacity: 0;
}

html:not(.dark) .logo__img--light {
  opacity: 1;
}

.logo--current {
  cursor: default;
}

.logo--current .logo__img--dark {
  opacity: .4;
}

html:not(.dark) .logo--current .logo__img--dark {
  opacity: 0;
}

html:not(.dark) .logo--current .logo__img--light {
  opacity: .4;
}

.stats {
  padding: 120px 16%;
}

.stats__grid {
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  position: relative;
}

.stat {
  flex-direction: column;
  justify-content: center;
  padding: 56px 44px;
  display: flex;
  position: relative;
}

.stat:first-child {
  border-top: 1px solid var(--line);
}

.stat:nth-child(2) {
  border: 1px solid var(--line);
}

.stat:nth-child(3) {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
}

.stat:nth-child(4) {
  border-bottom: 1px solid var(--line);
}

.stat__num {
  letter-spacing: -.03em;
  color: var(--text-primary);
  font-size: 58px;
  font-weight: 400;
  line-height: 1;
}

.stat__text {
  color: var(--text-muted);
  max-width: 22ch;
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.5;
}

@media (max-width: 980px) {
  .stats {
    padding: 100px 6%;
  }

  .stats__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stat {
    border: none;
    padding: 40px 32px;
  }

  .stat:nth-child(odd) {
    border-right: 1px solid var(--line);
  }

  .stat:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 560px) {
  .stats {
    padding: 80px 24px;
  }

  .stats__grid {
    grid-template-columns: 1fr;
  }

  .stat {
    border: none;
    border-bottom: 1px solid var(--line);
    padding: 36px 28px;
  }

  .stat:last-child {
    border-bottom: none;
  }
}

.how {
  padding: 120px 16%;
}

.how__head {
  max-width: 760px;
  margin-bottom: 68px;
}

.how__eyebrow {
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
}

.how__title {
  letter-spacing: -.02em;
  color: var(--text-primary);
  margin: 18px 0 0;
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 400;
  line-height: 1.12;
}

.how__grid {
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.how__step {
  padding: 48px 44px 8px;
}

.how__step:first-child {
  padding-left: 0;
}

.how__step:last-child {
  padding-right: 0;
}

.how__step + .how__step {
  border-left: 1px solid var(--line);
}

.how__num {
  letter-spacing: -.02em;
  color: var(--text-primary);
  opacity: .22;
  font-size: 44px;
  font-weight: 400;
  line-height: 1;
  display: block;
}

.how__steptitle {
  letter-spacing: -.01em;
  color: var(--text-primary);
  margin: 30px 0 0;
  font-size: 20px;
  font-weight: 500;
}

.how__steptext {
  color: var(--text-muted);
  max-width: 30ch;
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .how {
    padding: 90px 6%;
  }

  .how__head {
    margin-bottom: 48px;
  }

  .how__grid {
    border-top: none;
    grid-template-columns: 1fr;
  }

  .how__step {
    border-top: 1px solid var(--line);
    padding: 40px 0 8px;
  }

  .how__step + .how__step {
    border-left: none;
  }
}

.ps {
  height: 150vh;
  position: relative;
}

.ps__sticky {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 100px;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.ps__title {
  text-align: center;
  letter-spacing: -.01em;
  color: var(--text-primary);
  margin: 0;
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 400;
  line-height: 1.2;
}

.ps__group {
  will-change: transform;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  display: flex;
}

.ps__flip {
  perspective: 1800px;
  width: min(560px, 88vw);
  height: 460px;
}

.ps__card {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  will-change: transform;
  position: relative;
}

.ps__face {
  border: 1px solid var(--hairline);
  backface-visibility: hidden;
  background: var(--card-bg);
  border-radius: 0;
  flex-direction: column;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.ps__face--back {
  transform: rotateY(180deg);
}

.ps__tag {
  letter-spacing: .12em;
  text-transform: uppercase;
  width: fit-content;
  color: var(--text-primary);
  background: var(--surface);
  border: 1px solid var(--hairline);
  border-radius: 0;
  padding: 6px 12px;
  font-family: Gilroy, monospace;
  font-size: 12px;
}

.ps__card-title {
  letter-spacing: -.01em;
  color: var(--text-primary);
  margin-top: 22px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.18;
}

.ps__card-text {
  color: var(--text-muted);
  margin-top: 14px;
  font-size: 15px;
  line-height: 1.55;
}

.ps__list {
  flex-direction: column;
  gap: 14px;
  margin-top: 22px;
  list-style: none;
  display: flex;
}

.ps__item {
  color: var(--text-primary);
  opacity: .85;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  line-height: 1.45;
  display: flex;
}

.ps__dot {
  border-radius: 50%;
  flex-shrink: 0;
  width: 7px;
  height: 7px;
  margin-top: 7px;
}

.ps__dot--problem {
  background: var(--text-muted);
}

.ps__dot--solution {
  background: var(--text-primary);
}

.ps__hint {
  color: var(--text-muted);
  margin-top: auto;
  font-size: 13px;
}

.ps__hint--solution {
  color: var(--text-muted);
}

@media (max-width: 720px) {
  .ps {
    height: 360vh;
  }

  .ps__stack {
    height: 380px;
  }

  .ps__face {
    padding: 30px;
  }

  .ps__card-title {
    font-size: 22px;
  }
}

.svs, .footer {
  --bg: #050505;
  --panel-bg: #0c0c0c;
  --card-bg: #101010;
  --panel-border: #222;
  --card-border: #242424;
  --text-primary: #f4f4f4;
  --text-muted: #9a9a9a;
  --hairline: #ffffff1f;
  --surface: #ffffff0a;
}

.svs {
  height: 300vh;
  position: relative;
}

.svs__sticky {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.svs__video {
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.svs__scrim {
  background: linear-gradient(to bottom,
    var(--bg) 0%,
    #050505b3 8%,
    transparent 22%,
    transparent 74%,
    #050505b3 92%,
    var(--bg) 100%);
  pointer-events: none;
  position: absolute;
  inset: 0;
}

.footer {
  z-index: 1;
  background: var(--bg);
  padding: 132px 0 0;
  position: relative;
  overflow: hidden;
}

.footer__inner {
  z-index: 2;
  padding: 0 16% 24px;
  position: relative;
}

.footer__brand .footer__tagline {
  margin-top: 24px;
}

.footer__bg {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  opacity: .9;
  width: 100%;
  height: 100%;
}

.footer__media {
  z-index: 0;
  pointer-events: none;
  position: absolute;
  inset: 0;
}

.footer__bg {
  -o-object-fit: cover;
  object-fit: cover;
  opacity: .9;
  width: 100%;
  height: 100%;
}

.footer__scrim {
  background: linear-gradient(to bottom,
    var(--bg) 0%,
    #0505058c 24%,
    #05050580 60%,
    #050505bd 100%);
  position: absolute;
  inset: 0;
}

.footer__noise {
  z-index: 0;
  pointer-events: none;
  opacity: .06;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  position: absolute;
  inset: 0;
}

.footer__wordmark {
  z-index: 1;
  text-align: center;
  letter-spacing: -.05em;
  color: #fff;
  opacity: .07;
  white-space: nowrap;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  margin-top: 44px;
  margin-bottom: -.16em;
  font-size: clamp(96px, 24vw, 380px);
  font-weight: 600;
  line-height: .82;
  position: relative;
}

.footer__top {
  border-bottom: 1px solid #ffffff1f;
  grid-template-columns: repeat(3, 1fr) 1.8fr;
  align-items: start;
  gap: 48px 40px;
  padding-bottom: 40px;
  display: grid;
}

.footer__cols {
  display: contents;
}

.footer__brand {
  order: 1;
  justify-self: end;
  max-width: 360px;
}

.footer__cta {
  border: 1px solid var(--hairline);
  color: #fff;
  border-radius: 999px;
  align-items: center;
  margin-top: 26px;
  padding: 11px 20px;
  font-size: 14px;
  text-decoration: none;
  transition: background .18s, border-color .18s, transform .18s;
  display: inline-flex;
}

.footer__cta:hover {
  background: var(--surface);
  transform: translateY(-1px);
}

.footer__bottom-note {
  color: var(--text-muted);
}

.footer__legal {
  flex-wrap: wrap;
  gap: 24px;
  display: flex;
}

.footer__legal-link {
  color: var(--text-muted);
  font-size: 13px;
  text-decoration: none;
  transition: color .15s;
}

.footer__legal-link:hover {
  color: #fff;
}

.footer__logo {
  letter-spacing: -.01em;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}

.footer__logo-img {
  width: auto;
  height: 54px;
  margin-left: -13px;
  display: block;
}

.footer__tagline {
  color: var(--text-muted);
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.55;
}

.footer__col {
  flex-direction: column;
  display: flex;
}

.footer__col-title {
  letter-spacing: .02em;
  color: #fff;
  margin-bottom: 16px;
  font-size: 13px;
}

.footer__link {
  color: var(--text-muted);
  padding: 6px 0;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  transition: color .15s;
}

.footer__link:hover {
  color: #fff;
}

.footer__bottom {
  color: var(--text-muted);
  justify-content: space-between;
  align-items: center;
  padding-top: 28px;
  font-size: 13px;
  display: flex;
}

@media (max-width: 860px) {
  .svs {
    height: 220vh;
  }

  .svs__sticky {
    height: 100vh;
  }

  .footer {
    min-height: 0;
    padding-top: 72px;
  }

  .footer__inner {
    padding: 0 24px 40px;
  }

  .footer__top {
    grid-template-columns: 1fr 1fr;
    gap: 32px 28px;
  }

  .footer__brand {
    order: -1;
    grid-column: 1 / -1;
    justify-self: start;
    max-width: 460px;
  }

  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .footer__wordmark {
    margin-top: 32px;
    margin-bottom: -.12em;
  }
}

@media (max-width: 480px) {
  .footer__top {
    grid-template-columns: 1fr;
  }
}

.statement {
  justify-content: center;
  padding: 140px 24px 160px;
  display: flex;
}

.statement__text {
  text-align: center;
  letter-spacing: -.01em;
  max-width: 880px;
  color: var(--text-primary);
  margin: 0;
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 400;
  line-height: 1.32;
}

@media (max-width: 720px) {
  .stage {
    padding: 16px 14px;
  }

  .guides {
    display: none;
  }

  .panel {
    border-radius: 22px;
  }

  .card__title {
    top: 32px;
    left: 26px;
  }

  .card__body {
    max-width: none;
    bottom: 156px;
    left: 26px;
    right: 26px;
  }

  .card__actions {
    flex-direction: column;
    bottom: 24px;
    left: 26px;
    right: 26px;
  }

  .card__actions .btn {
    width: 100%;
  }

  .marquee__group {
    gap: 44px;
    padding-right: 44px;
  }

  .logo, .logo__img {
    height: 34px;
  }
}

.topnav__item.is-active {
  color: var(--text-primary);
}

.topnav__cta {
  background: var(--text-primary);
  height: 48px;
  color: var(--bg);
  letter-spacing: -.01em;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .18s, transform .18s;
  display: inline-flex;
}

.topnav__cta:hover {
  opacity: .9;
  transform: translateY(-1px);
}

.topnav__box.is-mega .topnav__boxpanel {
  width: min(560px, 100vw - 60px);
}

.topnav.is-scrolled .topnav__megaroot {
  grid-template-columns: 240px minmax(0, 1fr) 304px;
  align-items: stretch;
  gap: 40px;
  display: grid;
}

.topnav.is-scrolled .topnav__rootside {
  align-self: start;
  display: flex;
}

.topnav.is-scrolled .topnav__rootside .topnav__demo {
  flex: 1;
}

.topnav__reveal {
  min-width: 0;
}

.topnav.is-scrolled .topnav__reveal {
  scrollbar-width: thin;
  scrollbar-color: var(--hairline) transparent;
  max-height: 500px;
  overflow-y: auto;
}

.topnav.is-scrolled .topnav__reveal::-webkit-scrollbar {
  width: 8px;
}

.topnav.is-scrolled .topnav__reveal::-webkit-scrollbar-thumb {
  background: var(--hairline);
  border-radius: 8px;
}

.topnav__reveal-inner {
  border-left: 1px solid var(--hairline);
  flex-direction: column;
  gap: 16px;
  padding-top: 10px;
  padding-left: 36px;
  animation: .28s cubic-bezier(.4, 0, .2, 1) reveal-in;
  display: flex;
}

@keyframes reveal-in {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.topnav.is-scrolled .topnav__prodgrid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px 18px;
}

.topnav__item--sub.is-open {
  color: var(--text-primary);
}

.topnav__item--sub.is-open .topnav__subchev {
  opacity: 1;
  transform: none;
}

.topnav.is-scrolled .topnav__prod {
  border-radius: 14px;
  gap: 14px;
  min-height: 112px;
  padding: 14px;
}

.topnav.is-scrolled .topnav__prodlogo, .topnav.is-scrolled .topnav__logoimg {
  height: 26px;
}

.topnav.is-scrolled .topnav__logoimg {
  max-width: 160px;
}

.topnav.is-scrolled .topnav__prodmark {
  border-radius: 11px;
  width: 40px;
  height: 40px;
  font-size: 13px;
}

.topnav.is-scrolled .topnav__prodname {
  font-size: 19px;
}

.topnav.is-scrolled .topnav__proddesc {
  font-size: 13px;
}

.topnav.is-scrolled .topnav__prodlogo + .topnav__proddesc {
  padding-left: 0;
}

.topnav.is-scrolled .topnav__prodarrow {
  width: 18px;
  height: 18px;
}

.topnav.is-scrolled .topnav__grouptag {
  padding-bottom: 10px;
  font-size: 12px;
}

.topnav__subchev {
  opacity: .4;
  margin-left: auto;
  transition: opacity .18s, transform .18s;
  transform: translateX(-2px);
}

.topnav__item--sub:hover .topnav__subchev, .topnav__item--sub[aria-expanded="true"] .topnav__subchev {
  opacity: 1;
  transform: none;
}

.topnav__mega {
  flex-direction: column;
  max-width: 560px;
  padding-top: 4px;
  display: flex;
}

.topnav__back {
  border: 1px solid var(--hairline);
  background: var(--surface);
  color: var(--text-muted);
  cursor: pointer;
  border-radius: 999px;
  align-self: flex-start;
  align-items: center;
  gap: 6px;
  margin-bottom: 14px;
  padding: 6px 12px 6px 9px;
  font-family: inherit;
  font-size: 13px;
  transition: color .18s, border-color .18s, background .18s;
  display: inline-flex;
}

.topnav__back:hover {
  color: var(--text-primary);
  border-color: var(--text-muted);
}

.topnav__prodgroup {
  flex-direction: column;
  display: flex;
}

.topnav__prodgroup + .topnav__prodgroup {
  margin-top: 14px;
}

.topnav__prodgroup--soon .topnav__prod, .topnav.is-scrolled .topnav__prodgroup--soon .topnav__prod {
  min-height: 0;
}

.topnav__grouptag {
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--text-muted);
  opacity: .65;
  padding: 0 10px 8px;
  font-size: 11px;
  font-weight: 500;
}

.topnav__prodgrid {
  grid-template-columns: 1fr 1fr;
  gap: 2px 6px;
  display: grid;
}

.topnav__prod {
  min-height: 92px;
  color: var(--text-primary);
  opacity: 0;
  animation: .32s cubic-bezier(.4, 0, .2, 1) forwards prod-in;
  animation-delay: calc(var(--i, 0) * 30ms + 60ms);
  border-radius: 12px;
  align-items: flex-start;
  gap: 11px;
  padding: 10px;
  text-decoration: none;
  transition: background .2s;
  display: flex;
  position: relative;
  transform: translateY(6px);
}

@keyframes prod-in {
  to {
    opacity: 1;
    transform: none;
  }
}

.topnav__prod:hover {
  background: var(--surface);
}

.topnav__prod--static {
  cursor: default;
}

.topnav__prod--static:hover {
  background: none;
}

.topnav__soonchip {
  border: 1px solid var(--hairline);
  background: var(--surface);
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--text-muted);
  border-radius: 999px;
  flex-shrink: 0;
  align-self: center;
  margin-left: auto;
  padding: 3px 9px;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9.5px;
  font-weight: 500;
}

.topnav__prodlogo {
  flex-shrink: 0;
  height: 19px;
  display: inline-flex;
  position: relative;
}

.topnav__logoimg {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left center;
  object-position: left center;
  width: auto;
  max-width: 120px;
  height: 19px;
  transition: opacity .2s;
  display: block;
}

.topnav__logoimg--light {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

html:not(.dark) .topnav__logoimg--dark {
  opacity: 0;
}

html:not(.dark) .topnav__logoimg--light {
  opacity: 1;
}

.topnav__prodmark {
  border: 1px solid var(--hairline);
  background: var(--surface);
  letter-spacing: .01em;
  width: 30px;
  height: 30px;
  color: var(--text-primary);
  border-radius: 9px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  display: inline-flex;
}

.topnav__prodname {
  letter-spacing: -.01em;
  color: var(--text-primary);
  font-size: 15px;
  font-weight: 500;
}

.topnav__prodmain {
  flex-direction: column;
  justify-content: flex-start;
  gap: 4px;
  min-width: 0;
  display: flex;
}

.topnav__proddesc {
  letter-spacing: 0;
  color: var(--text-muted);
  white-space: normal;
  max-width: 100%;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
}

.topnav__prodlogo + .topnav__proddesc {
  padding-left: 0;
}

.topnav__prodarrow {
  opacity: 0;
  color: var(--text-muted);
  flex-shrink: 0;
  margin-left: auto;
  transition: opacity .18s, transform .18s;
  transform: translateX(-4px);
}

.topnav__prod:hover .topnav__prodarrow {
  opacity: 1;
  transform: none;
}

.topnav__demo {
  border: 1px solid var(--hairline);
  background: linear-gradient(180deg, var(--surface), transparent 60%), var(--card-bg);
  border-radius: 18px;
  flex-direction: column;
  justify-content: flex-start;
  gap: 26px;
  margin-top: 8px;
  padding: 26px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.topnav__demoicon {
  border: 1px solid var(--hairline);
  background: var(--panel-bg);
  width: 40px;
  height: 40px;
  color: var(--text-primary);
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.topnav__demotitle {
  letter-spacing: -.02em;
  color: var(--text-primary);
  margin-top: 18px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}

.topnav__demofoot {
  flex-direction: column;
  gap: 4px;
  display: flex;
}

.topnav__demonote {
  letter-spacing: .01em;
  color: var(--text-muted);
  font-size: 12.5px;
}

.topnav__demoprice {
  align-items: baseline;
  gap: 6px;
  display: flex;
}

.topnav__demoamount {
  letter-spacing: -.03em;
  color: var(--text-primary);
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
}

.topnav__demoper {
  color: var(--text-muted);
  font-size: 15px;
}

.topnav__demobtn {
  background: var(--text-primary);
  width: 100%;
  height: 48px;
  color: var(--bg);
  letter-spacing: -.01em;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .18s, transform .18s;
  display: inline-flex;
}

.topnav__demobtn:hover {
  opacity: .92;
  transform: translateY(-1px);
}

.topnav__demobtn svg {
  transition: transform .2s;
}

.topnav__demobtn:hover svg {
  transform: translateX(3px);
}

.topnav.is-scrolled.is-open .topnav__menu {
  max-height: 620px;
}

@media (max-width: 1200px) {
  .topnav.is-scrolled .topnav__prodgrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.topnav__accordion {
  display: none;
}

@media (max-width: 960px) {
  .topnav.is-scrolled .topnav__megaroot {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .topnav.is-scrolled .topnav__reveal {
    display: none;
  }

  .topnav__accordion.is-open {
    padding: 6px 0 10px;
    display: block;
  }

  .topnav__accordion .topnav__prodgrid {
    grid-template-columns: 1fr;
  }

  .topnav__item--sub.is-open .topnav__subchev {
    transform: rotate(90deg);
  }

  .topnav.is-scrolled.is-open .topnav__menu {
    max-height: calc(100dvh - 120px);
    overflow-y: auto;
  }

  .topnav__boxpanel {
    max-height: calc(100dvh - 140px);
    overflow-y: auto;
  }

  .topnav__reveal-inner {
    border-left: none;
    padding-left: 0;
  }
}

@media (max-width: 620px) {
  .topnav__prodgrid, .topnav.is-scrolled .topnav__prodgrid {
    grid-template-columns: 1fr;
  }
}

.btn {
  letter-spacing: -.01em;
  cursor: pointer;
  white-space: nowrap;
  border: 1px solid #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 48px;
  padding: 0 24px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .18s, transform .18s, background .18s, border-color .18s;
  display: inline-flex;
}

.btn--primary {
  background: var(--text-primary);
  color: var(--bg);
}

.btn--primary:hover {
  opacity: .9;
  transform: translateY(-1px);
}

.btn--ghost {
  background: var(--surface);
  border-color: var(--hairline);
  color: var(--text-primary);
}

.btn--ghost:hover {
  background: var(--hairline);
  transform: translateY(-1px);
}

.btn:disabled {
  opacity: .5;
  cursor: default;
  transform: none;
}

.btn--block {
  width: 100%;
}

.section {
  padding: 120px 16%;
}

.eyebrow {
  display: none !important;
}

.split__num {
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
}

.sechead {
  max-width: 780px;
  margin-bottom: 60px;
}

.sechead--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.sectitle {
  letter-spacing: -.02em;
  color: var(--text-primary);
  margin: 18px 0 0;
  font-size: clamp(28px, 3.4vw, 46px);
  font-weight: 400;
  line-height: 1.12;
}

.seclead {
  color: var(--text-muted);
  max-width: 62ch;
  margin: 22px 0 0;
  font-size: 17px;
  line-height: 1.6;
}

.sechead--center .seclead {
  margin-left: auto;
  margin-right: auto;
}

.section--reasons .sechead, .section--reasons .seclead {
  max-width: none;
}

.seclead a {
  color: var(--text-primary);
  text-underline-offset: 2px;
  text-decoration: underline;
}

.demo-alt {
  border-top: 1px solid var(--line);
  padding: 40px 16% 120px;
}

.demo-alt__inner {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
  padding-top: 80px;
}

.demo-alt__actions {
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 32px;
  display: flex;
}

@media (max-width: 900px) {
  .demo-alt {
    padding: 40px 6% 90px;
  }
}

.demo-aside .checklist, .contact-intro .checklist {
  grid-template-columns: 1fr;
}

.demo-points {
  margin-top: 34px;
}

.legal-body {
  max-width: 820px;
}

.legal-block {
  border-top: 1px solid var(--line);
  padding: 26px 0;
}

.legal-block__h {
  letter-spacing: -.01em;
  color: var(--text-primary);
  font-size: 20px;
  font-weight: 500;
}

.legal-block__p {
  color: var(--text-muted);
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.7;
}

.phead {
  max-width: 1100px;
  padding: 160px 16% 0;
}

.phead__title {
  letter-spacing: -.03em;
  color: var(--text-primary);
  margin: 20px 0 0;
  font-size: clamp(38px, 6vw, 76px);
  font-weight: 400;
  line-height: 1.04;
}

.phead__lead {
  color: var(--text-muted);
  max-width: 64ch;
  margin: 26px 0 0;
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.55;
}

.phead__actions {
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
  display: flex;
}

.fgrid {
  border-top: 1px solid var(--line);
  display: grid;
}

.fgrid--2 {
  grid-template-columns: repeat(2, 1fr);
}

.fgrid--3 {
  grid-template-columns: repeat(3, 1fr);
}

.fgrid--4 {
  grid-template-columns: repeat(4, 1fr);
}

.fcell {
  border-left: 1px solid var(--line);
  padding: 44px 44px 40px;
}

.fcell:first-child, .fgrid--3 .fcell:nth-child(3n+1), .fgrid--2 .fcell:nth-child(odd), .fgrid--4 .fcell:nth-child(4n+1) {
  border-left: none;
  padding-left: 0;
}

.fcell__num {
  letter-spacing: -.02em;
  color: var(--text-primary);
  opacity: .22;
  margin-bottom: 26px;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  display: block;
}

.fcell__title {
  letter-spacing: -.01em;
  color: var(--text-primary);
  font-size: 20px;
  font-weight: 500;
}

.fcell__text {
  color: var(--text-muted);
  max-width: 34ch;
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.6;
}

.oc__grid {
  grid-template-columns: .8fr 1.2fr;
  align-items: center;
  gap: 72px;
  display: grid;
}

.oc-card {
  border: 1px solid var(--hairline);
  background: var(--card-bg);
  isolation: isolate;
  border-radius: 24px;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.oc-card__glow {
  background: radial-gradient(circle, var(--beam-glow) 0%, transparent 68%);
  filter: blur(24px);
  opacity: .7;
  z-index: -1;
  pointer-events: none;
  border-radius: 50%;
  width: 360px;
  height: 360px;
  animation: 6.5s ease-in-out infinite oc-pulse;
  position: absolute;
  top: -130px;
  right: -110px;
}

.oc-card__spot {
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(220px circle at var(--mx, 80%) var(--my, 0%), var(--beam-glow) 0%, transparent 62%);
  transition: opacity .35s;
  position: absolute;
  inset: 0;
}

.oc-card:hover .oc-card__spot {
  opacity: 1;
}

.oc-card__chip {
  margin-bottom: 28px;
}

.oc-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 32px;
  list-style: none;
  display: grid;
}

.oc-item {
  color: var(--text-primary);
  opacity: 0;
  align-items: center;
  gap: 12px;
  font-size: 15.5px;
  line-height: 1.35;
  transition: opacity .55s cubic-bezier(.16, 1, .3, 1), transform .55s cubic-bezier(.16, 1, .3, 1);
  display: flex;
  transform: translateY(10px);
}

.oc.is-in .oc-item {
  opacity: 1;
  transform: none;
}

.oc-check {
  background: var(--surface);
  border: 1px solid var(--hairline);
  width: 26px;
  height: 26px;
  color: var(--text-primary);
  opacity: 0;
  transition: transform .5s cubic-bezier(.34, 1.56, .64, 1), opacity .4s;
  transition-delay: inherit;
  border-radius: 999px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: scale(.4);
}

.oc.is-in .oc-check {
  opacity: 1;
  transform: scale(1);
}

@keyframes oc-pulse {
  0%, 100% {
    opacity: .45;
    transform: scale(1);
  }

  50% {
    opacity: .85;
    transform: scale(1.12);
  }
}

@media (prefers-reduced-motion: reduce) {
  .oc-card__glow {
    animation: none;
  }

  .oc-item, .oc-check {
    opacity: 1;
    transition: none;
    transform: none;
  }
}

@media (max-width: 900px) {
  .oc__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

@media (max-width: 620px) {
  .oc-card {
    padding: 30px 24px;
  }

  .oc-list {
    grid-template-columns: 1fr;
  }
}

.checklist {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 40px;
  list-style: none;
  display: grid;
}

.checklist__item {
  color: var(--text-primary);
  align-items: flex-start;
  gap: 12px;
  font-size: 16px;
  line-height: 1.45;
  display: flex;
}

.checklist__mark {
  background: var(--surface);
  border: 1px solid var(--hairline);
  width: 24px;
  height: 24px;
  color: var(--text-primary);
  border-radius: 999px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.split {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 72px;
  padding: 40px 0;
  display: grid;
}

.split + .split {
  margin-top: 40px;
}

.split--flip .split__copy {
  order: 2;
}

.split--flip .split__media {
  order: 1;
}

.split__title {
  letter-spacing: -.02em;
  color: var(--text-primary);
  margin: 16px 0 0;
  font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 400;
  line-height: 1.16;
}

.split__text {
  color: var(--text-muted);
  margin: 18px 0 0;
  font-size: 16px;
  line-height: 1.6;
}

.split__points {
  flex-direction: column;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.split__points li {
  color: var(--text-primary);
  opacity: .85;
  padding-left: 20px;
  font-size: 15px;
  line-height: 1.5;
  position: relative;
}

.split__points li:before {
  content: "";
  background: var(--text-muted);
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 9px;
  left: 0;
}

.split__cta {
  margin-top: 28px;
}

.split__media {
  aspect-ratio: 4 / 3;
  border: 1px solid var(--card-border);
  background: var(--card-bg);
  border-radius: 22px;
  position: relative;
  overflow: hidden;
}

.split__media video, .split__media img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.split__placeholder {
  background: radial-gradient(120% 120% at 20% 15%, var(--surface) 0%, transparent 55%),
    repeating-linear-gradient(90deg, var(--line) 0 1px, transparent 1px 40px),
    repeating-linear-gradient(0deg, var(--line) 0 1px, transparent 1px 40px);
  position: absolute;
  inset: 0;
}

.cta {
  border-top: 1px solid var(--line);
  text-align: center;
  padding: 130px 16%;
}

.cta__inner {
  max-width: 780px;
  margin: 0 auto;
}

.cta__title {
  letter-spacing: -.025em;
  color: var(--text-primary);
  margin: 20px 0 0;
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 400;
  line-height: 1.08;
}

.cta__text {
  max-width: 60ch;
  color: var(--text-muted);
  margin: 24px auto 0;
  font-size: 17px;
  line-height: 1.6;
}

.cta__actions {
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 38px;
  display: flex;
}

.cta__fine {
  color: var(--text-muted);
  margin-top: 24px;
  font-size: 13px;
}

.chip {
  letter-spacing: .02em;
  border: 1px solid var(--hairline);
  background: var(--surface);
  height: 26px;
  color: var(--text-muted);
  border-radius: 999px;
  align-items: center;
  padding: 0 12px;
  font-size: 12px;
  display: inline-flex;
}

.chip--soon {
  border-style: dashed;
}

.pgrid {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  display: grid;
}

.pcard {
  border: 1px solid var(--card-border);
  background: var(--card-bg);
  border-radius: 20px;
  flex-direction: column;
  padding: 30px 30px 34px;
  text-decoration: none;
  transition: transform .22s, border-color .22s, background .22s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pcard:hover {
  border-color: var(--hairline);
  transform: translateY(-3px);
}

.pcard--soon {
  background: var(--surface);
}

.pcard--static {
  cursor: default;
}

.pcard--static:hover {
  border-color: var(--card-border);
  transform: none;
}

.pcard__head {
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  min-height: 40px;
  margin-bottom: 26px;
  display: flex;
}

.pcard__logo {
  height: 34px;
  display: inline-block;
  position: relative;
}

.pcard__logo img {
  width: auto;
  height: 34px;
  display: block;
}

.pcard__logo-light {
  opacity: 0;
  position: absolute;
  inset: 0;
}

html:not(.dark) .pcard__logo-dark {
  opacity: 0;
}

html:not(.dark) .pcard__logo-light {
  opacity: 1;
}

.pcard__wordmark {
  letter-spacing: -.01em;
  color: var(--text-primary);
  font-size: 20px;
  font-weight: 500;
}

.pcard__name {
  letter-spacing: -.01em;
  color: var(--text-primary);
  font-size: 19px;
  font-weight: 500;
}

.pcard__desc {
  color: var(--text-muted);
  flex: auto;
  margin-top: 10px;
  font-size: 14.5px;
  line-height: 1.55;
}

.pcard__cat {
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--text-muted);
  opacity: .7;
  margin-top: 22px;
  font-size: 12px;
}

.pcard__arrow {
  color: var(--text-muted);
  opacity: 0;
  transition: opacity .2s, transform .2s, color .2s;
  position: absolute;
  top: 30px;
  right: 30px;
  transform: translate(-4px, 4px);
}

.pcard:hover .pcard__arrow {
  opacity: 1;
  color: var(--text-primary);
  transform: none;
}

.phero {
  justify-content: center;
  height: 90vh;
  padding: 2%;
  display: flex;
}

.phero__panel {
  border: 1px solid var(--panel-border);
  background: var(--panel-bg);
  border-radius: 30px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.phero__card {
  background: var(--card-bg);
  border-radius: 30px;
  flex-direction: column;
  flex: auto;
  justify-content: flex-end;
  min-height: 0;
  padding: clamp(92px, 12%, 140px) 60px 64px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.phero__inner {
  z-index: 2;
  flex-direction: column;
  flex: auto;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.phero__inner .phero__title {
  max-width: 640px;
}

.phero__kicker {
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
  display: flex;
}

.phero__brand {
  align-items: center;
  height: 30px;
  display: inline-flex;
  position: relative;
}

.phero__brand-img {
  width: auto;
  height: 30px;
  display: block;
}

.phero__brand-img--light {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

html:not(.dark) .phero__brand-img--dark {
  opacity: 0;
}

html:not(.dark) .phero__brand-img--light {
  opacity: 1;
}

.splits {
  margin-top: 8px;
}

.section--features {
  padding-top: 32px;
}

.fm-bar {
  transform-origin: bottom;
}

.fm-mock.is-in .fm-el, .split__media:hover .fm-el {
  animation: .9s cubic-bezier(.2, .8, .2, 1) both fm-rise;
  animation-delay: calc(var(--i, 0) * .13s);
}

.fm-mock.is-in .fm-bar, .split__media:hover .fm-bar {
  animation: 1s cubic-bezier(.2, .8, .2, 1) both fm-grow;
  animation-delay: calc(var(--i, 0) * .11s);
}

@keyframes fm-rise {
  from {
    opacity: .35;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fm-grow {
  from {
    opacity: .55;
    transform: scaleY(.32);
  }

  to {
    opacity: 1;
    transform: scaleY(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .split__media:hover .fm-el, .split__media:hover .fm-bar {
    animation: none;
  }
}

.phero__title {
  letter-spacing: -.03em;
  color: var(--text-primary);
  white-space: pre-line;
  font-size: clamp(40px, 5.4vw, 68px);
  font-weight: 400;
  line-height: 1.04;
}

.phero__bottom {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 28px 40px;
  margin-top: 34px;
  display: flex;
}

.phero__lead {
  color: var(--text-muted);
  max-width: 400px;
  font-size: 18px;
  line-height: 1.6;
}

.phero__actions {
  flex-wrap: wrap;
  gap: 14px;
  display: flex;
}

@media (max-width: 900px) {
  .phero__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .phero__lead {
    order: -1;
    max-width: 560px;
  }
}

.cmp-wrap {
  overflow-x: auto;
}

.cmp {
  border-collapse: collapse;
  width: 100%;
  min-width: 680px;
}

.cmp th, .cmp td {
  border-bottom: 1px solid var(--line);
  text-align: center;
  vertical-align: middle;
  padding: 18px 20px;
  font-weight: 400;
}

.cmp thead th {
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--text-primary);
  padding-top: 18px;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
}

.cmp .cmp__feature {
  text-align: left;
}

.cmp tbody .cmp__feature {
  color: var(--text-muted);
  font-size: 15.5px;
  line-height: 1.4;
}

.cmp td {
  color: var(--text-muted);
  font-size: 14px;
}

.cmp .cmp__hero {
  background: var(--card-bg);
  border-left: 1px solid var(--card-border);
  border-right: 1px solid var(--card-border);
}

.cmp thead .cmp__hero {
  color: var(--text-primary);
  border-top: 1px solid var(--card-border);
}

.cmp tbody tr:last-child .cmp__hero {
  border-bottom: 1px solid var(--card-border);
}

.cmp-yes {
  background: var(--surface);
  border: 1px solid var(--hairline);
  width: 26px;
  height: 26px;
  color: var(--text-primary);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.cmp-no {
  opacity: .55;
}

.cmp-note {
  font-size: 13.5px;
}

.integrations {
  text-align: center;
  padding: 110px 0 40px;
}

.integrations .sechead {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.integ-card {
  border: 1px solid var(--card-border);
  background: var(--card-bg);
  margin: 48px 16% 0;
  overflow: hidden;
}

.integ-card .logos {
  margin: 0;
  padding: 34px 0;
}

@media (max-width: 900px) {
  .integ-card {
    margin: 40px 6% 0;
  }
}

.soon {
  padding: 90px 16% 40px;
}

.soon__card {
  border: 1px dashed var(--hairline);
  background: var(--surface);
  text-align: center;
  border-radius: 24px;
  padding: 60px;
}

.soon__title {
  letter-spacing: -.02em;
  color: var(--text-primary);
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 400;
}

.soon__text {
  max-width: 52ch;
  color: var(--text-muted);
  margin: 18px auto 0;
  font-size: 16px;
  line-height: 1.6;
}

.soon__actions {
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 30px;
  display: flex;
}

.faq__grid {
  grid-template-columns: .85fr 1.15fr;
  align-items: start;
  gap: 80px;
  display: grid;
}

.faq__intro {
  position: sticky;
  top: 120px;
}

.faq__title {
  letter-spacing: -.025em;
  color: var(--text-primary);
  margin: 18px 0 0;
  font-size: clamp(30px, 3.6vw, 50px);
  font-weight: 400;
  line-height: 1.08;
}

.faq__note {
  color: var(--text-muted);
  margin-top: 26px;
  font-size: 15px;
}

.faq__note a {
  color: var(--text-primary);
  text-decoration: none;
}

.faq__note a:hover {
  text-decoration: underline;
}

.faq__list {
  border-top: 1px solid var(--line);
}

@media (max-width: 900px) {
  .faq__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .faq__intro {
    position: static;
  }
}

.faq__item {
  border-bottom: 1px solid var(--line);
}

.faq__q {
  cursor: pointer;
  letter-spacing: -.01em;
  text-align: left;
  width: 100%;
  color: var(--text-primary);
  background: none;
  border: none;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 26px 0;
  font-family: inherit;
  font-size: clamp(17px, 1.8vw, 21px);
  font-weight: 400;
  display: flex;
}

.faq__icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  position: relative;
}

.faq__icon i {
  background: var(--text-primary);
  width: 18px;
  height: 1.5px;
  transition: transform .28s, opacity .2s;
  position: absolute;
  top: 50%;
  left: 0;
}

.faq__icon i:nth-child(2) {
  transform: rotate(90deg);
}

.faq__item.is-open .faq__icon i:nth-child(2) {
  opacity: 0;
  transform: rotate(90deg)scaleX(0);
}

.faq__a {
  grid-template-rows: 0fr;
  transition: grid-template-rows .32s;
  display: grid;
}

.faq__item.is-open .faq__a {
  grid-template-rows: 1fr;
}

.faq__a > p {
  color: var(--text-muted);
  max-width: 70ch;
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  overflow: hidden;
}

.faq__item.is-open .faq__a > p {
  padding-bottom: 26px;
}

.pricing {
  padding: 60px 16% 40px;
}

.pricing-hero {
  text-align: center;
  padding: 2% 2% 0;
  position: relative;
}

.pricing-panel {
  flex-direction: column;
  display: flex;
}

.pricing-card {
  flex: auto;
  padding: clamp(120px, 14vw, 170px) 8% 220px;
}

.pricing-head {
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
  position: relative;
}

.pricing-title {
  letter-spacing: -.03em;
  color: var(--text-primary);
  margin-top: 18px;
  font-size: clamp(34px, 5vw, 64px);
  font-weight: 400;
  line-height: 1.05;
}

.pricing-lead {
  max-width: 56ch;
  color: var(--text-muted);
  margin: 22px auto 0;
  font-size: 17px;
  line-height: 1.55;
}

.dark .pricing-title, .dark .pricing-lead, .dark .pricing-head .eyebrow {
  text-shadow: 0 1px 22px #00000080;
}

.pricing-tiers {
  z-index: 2;
  margin-top: -180px;
  padding: 0 16% 40px;
  position: relative;
}

@media (max-width: 1080px) {
  .pricing-tiers {
    margin-top: -150px;
  }
}

@media (max-width: 900px) {
  .pricing-hero {
    padding: 16px 14px 0;
  }

  .pricing-card {
    padding: 120px 24px 190px;
  }

  .pricing-tiers {
    margin-top: -130px;
    padding: 0 6% 40px;
  }
}

.ptiers {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  display: grid;
}

.ptier {
  border: 1px solid var(--card-border);
  background: var(--card-bg);
  border-radius: 22px;
  flex-direction: column;
  padding: 36px 34px 38px;
  display: flex;
}

.ptier--featured {
  border-color: var(--text-primary);
  background: var(--panel-bg);
}

.ptier__name {
  letter-spacing: .02em;
  color: var(--text-muted);
  font-size: 15px;
}

.ptier__price {
  letter-spacing: -.03em;
  color: var(--text-primary);
  margin-top: 18px;
  font-size: 54px;
  font-weight: 400;
  line-height: 1;
}

.ptier__price small {
  color: var(--text-muted);
  letter-spacing: 0;
  font-size: 16px;
}

.ptier__desc {
  color: var(--text-muted);
  min-height: 48px;
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.55;
}

.ptier__cta {
  margin: 28px 0;
}

.ptier__features {
  flex-direction: column;
  gap: 13px;
  list-style: none;
  display: flex;
}

.ptier__features li {
  color: var(--text-primary);
  align-items: flex-start;
  gap: 10px;
  font-size: 14.5px;
  line-height: 1.45;
  display: flex;
}

.ptier__features svg {
  color: var(--text-muted);
  flex-shrink: 0;
  margin-top: 2px;
}

.formwrap {
  grid-template-columns: 1.2fr .8fr;
  align-items: start;
  gap: 64px;
  display: grid;
}

.form {
  flex-direction: column;
  gap: 18px;
  display: flex;
}

.form__row {
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  display: grid;
}

.field {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.field__label {
  color: var(--text-primary);
  align-items: baseline;
  gap: 8px;
  font-size: 14px;
  display: flex;
}

.field__opt {
  color: var(--text-muted);
  font-size: 12px;
  font-style: normal;
}

.field__input {
  border: 1px solid var(--hairline);
  background: var(--card-bg);
  height: 50px;
  color: var(--text-primary);
  border-radius: 12px;
  padding: 0 16px;
  font-family: inherit;
  font-size: 15px;
  transition: border-color .16s, background .16s;
}

.field__input::placeholder {
  color: var(--text-muted);
  opacity: 1;
}

.field__input:focus {
  border-color: var(--text-primary);
  background: var(--panel-bg);
  outline: none;
}

.field__textarea {
  resize: vertical;
  height: auto;
  padding: 14px 16px;
  line-height: 1.5;
}

.field__selectwrap {
  position: relative;
}

.field__select {
  appearance: none;
  cursor: pointer;
  width: 100%;
}

.field__chev {
  color: var(--text-muted);
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}

.dd {
  position: relative;
}

.dd__btn {
  text-align: left;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  width: 100%;
  display: flex;
}

.dd__ph {
  color: var(--text-muted);
}

.dd__val {
  color: var(--text-primary);
}

.dd__chev {
  color: var(--text-muted);
  flex-shrink: 0;
  transition: transform .22s;
}

.dd.is-open .dd__chev {
  transform: rotate(180deg);
}

.dd__list {
  z-index: 30;
  background: var(--panel-bg);
  border: 1px solid var(--hairline);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-radius: 14px;
  max-height: 290px;
  margin: 0;
  padding: 6px;
  list-style: none;
  animation: .16s dd-in;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  overflow-y: auto;
  box-shadow: 0 24px 60px #00000073;
}

@keyframes dd-in {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.dd__opt {
  color: var(--text-muted);
  cursor: pointer;
  border-radius: 9px;
  padding: 11px 14px;
  font-size: 15px;
  transition: background .12s, color .12s;
}

.dd__opt.is-active {
  background: var(--surface);
  color: var(--text-primary);
}

.dd__opt.is-sel {
  color: var(--text-primary);
}

.dd__opt.is-sel:after {
  content: " ✓";
  color: var(--text-muted);
}

.dd__opt--multi {
  align-items: center;
  gap: 10px;
  display: flex;
}

.dd__opt--multi.is-sel:after {
  content: none;
}

.dd__check {
  border: 1px solid var(--hairline);
  width: 18px;
  height: 18px;
  color: var(--text-primary);
  border-radius: 5px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  transition: background .14s, border-color .14s, color .14s;
  display: inline-flex;
}

.dd__opt--multi.is-sel .dd__check {
  background: var(--text-primary);
  border-color: var(--text-primary);
  color: var(--bg);
}

.dd__opt--all {
  border-bottom: 1px solid var(--hairline);
  color: var(--text-primary);
  border-radius: 9px 9px 0 0;
  margin-bottom: 4px;
  padding-bottom: 11px;
  font-weight: 500;
}

.dd__list::-webkit-scrollbar {
  width: 8px;
}

.dd__list::-webkit-scrollbar-thumb {
  background: var(--hairline);
  border-radius: 8px;
}

.form__submit {
  width: 100%;
  margin-top: 8px;
}

.form__error {
  color: #e0736b;
  font-size: 14px;
}

.formcard {
  border: 1px solid var(--card-border);
  background: var(--card-bg);
  text-align: center;
  border-radius: 22px;
  padding: 48px 40px;
}

.formcard__check {
  background: var(--surface);
  border: 1px solid var(--hairline);
  width: 56px;
  height: 56px;
  color: var(--text-primary);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  animation: .42s cubic-bezier(.34, 1.56, .64, 1) both check-pop;
  display: flex;
}

.formcard__checkpath {
  stroke-dasharray: 24;
  stroke-dashoffset: 24px;
  animation: .4s cubic-bezier(.65, 0, .35, 1) .18s forwards check-draw;
}

@keyframes check-pop {
  from {
    opacity: 0;
    transform: scale(.5);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes check-draw {
  to {
    stroke-dashoffset: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .formcard__check {
    animation: none;
  }

  .formcard__checkpath {
    stroke-dashoffset: 0;
    animation: none;
  }
}

.formcard__title {
  letter-spacing: -.01em;
  color: var(--text-primary);
  font-size: 24px;
  font-weight: 500;
}

.formcard__text {
  max-width: 42ch;
  color: var(--text-muted);
  margin: 14px auto 26px;
  font-size: 15px;
  line-height: 1.6;
}

.contact-stage {
  flex-direction: column;
  min-height: 92vh;
  padding: 2% 2% 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-panel {
  flex-direction: column;
  flex: auto;
  display: flex;
}

.contact-card {
  flex-direction: column;
  flex: auto;
  justify-content: center;
  padding: clamp(104px, 12%, 140px) clamp(24px, 5vw, 64px) clamp(48px, 6vw, 72px);
  display: flex;
}

.contact-dots {
  z-index: 0;
  pointer-events: none;
  background-image: radial-gradient(#ffffff2b 1px, #0000 1.7px);
  background-size: 15px 15px;
  animation: 9s linear infinite contact-dots-drift;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(to top, #000 0% 55%, #0006 82%, #0000 100%);
  mask-image: linear-gradient(to top, #000 0% 55%, #0006 82%, #0000 100%);
}

html:not(.dark) .contact-dots {
  background-image: radial-gradient(#00000021 1px, #0000 1.7px);
}

@keyframes contact-dots-drift {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0 -15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-dots {
    animation: none;
  }
}

.contact-bloom {
  z-index: 0;
  pointer-events: none;
  filter: blur(60px);
  background: radial-gradient(56% 58% at 50% 100%, #ffffff4d 0%, #ffffff1f 32%, #ffffff08 52%, #0000 68%);
  border-radius: 50%;
  width: min(1700px, 170%);
  height: 920px;
  position: absolute;
  bottom: -8%;
  left: 50%;
  transform: translateX(-50%);
}

html:not(.dark) .contact-bloom {
  background: radial-gradient(56% 58% at 50% 100%, #0000001a 0%, #0000000a 34%, #0000 66%);
}

.contact-layout {
  z-index: 1;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 72px;
  display: grid;
  position: relative;
}

.contact-formcol {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.contact-title {
  letter-spacing: -.03em;
  color: var(--text-primary);
  margin-top: 18px;
  font-size: clamp(34px, 4.6vw, 58px);
  font-weight: 400;
  line-height: 1.05;
}

.contact-lead {
  color: var(--text-muted);
  max-width: 46ch;
  margin-top: 22px;
  font-size: 17px;
  line-height: 1.55;
}

.dark .contact-title, .dark .contact-lead, .dark .contact-intro .eyebrow {
  text-shadow: 0 1px 22px #0000008c;
}

.contact-intro .contactrail {
  margin-top: 44px;
}

@media (max-width: 900px) {
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .contact-stage {
    min-height: 0;
    padding: 16px 14px 60px;
  }

  .contact-card {
    padding: 120px 24px 44px;
  }
}

@media (max-width: 620px) {
  .contact-bloom {
    filter: blur(42px);
    height: 560px;
  }
}

.contactrail {
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  display: grid;
}

.contactrail__block {
  border: 1px solid var(--card-border);
  background: var(--card-bg);
  border-radius: 12px;
  padding: 24px;
}

.contactrail__block:last-child {
  grid-column: 1 / -1;
}

.contactrail__label {
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
}

.contactrail__value {
  color: var(--text-primary);
  margin-top: 10px;
  font-size: 17px;
  line-height: 1.45;
}

.contactrail__value--ico {
  align-items: center;
  gap: 10px;
  display: flex;
}

.contactrail__value--ico svg {
  color: var(--text-muted);
  flex-shrink: 0;
}

.contactrail__offices {
  flex-wrap: wrap;
  gap: 22px 48px;
  margin-top: 14px;
  display: flex;
}

.contactrail__office {
  align-items: flex-start;
  gap: 12px;
  display: flex;
}

.contactrail__office .flag {
  margin-top: 3px;
}

.contactrail__office-country {
  color: var(--text-primary);
  font-size: 15px;
  font-weight: 500;
  display: block;
}

.contactrail__office-addr {
  color: var(--text-muted);
  max-width: 30ch;
  margin-top: 3px;
  font-size: 14px;
  line-height: 1.45;
  display: block;
}

.contactrail__value a {
  color: var(--text-primary);
  text-decoration: none;
}

.contactrail__value a:hover {
  text-decoration: underline;
}

.ahero {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.ahero__inner {
  z-index: 2;
  max-width: 1040px;
  padding: clamp(96px, 14%, 160px) clamp(28px, 4.6%, 60px) clamp(32px, 4vw, 52px);
  position: relative;
}

.ahero__title {
  letter-spacing: -.03em;
  color: var(--text-primary);
  font-size: clamp(40px, 6.2vw, 78px);
  font-weight: 400;
  line-height: 1.02;
}

.ahero__lead {
  max-width: 60ch;
  color: var(--text-muted);
  margin-top: 26px;
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.6;
}

.ahero__ctas {
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
  display: flex;
}

.ahero__pillars {
  z-index: 2;
  border-top: 1px solid var(--hairline);
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.ahero__pillar {
  border-left: 1px solid var(--hairline);
  letter-spacing: .16em;
  text-transform: uppercase;
  min-width: 180px;
  color: var(--text-muted);
  flex: 1 1 0;
  padding: 22px clamp(28px, 4.6%, 60px);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
}

.ahero__pillar:first-child {
  border-left: none;
}

.about-story {
  padding: 110px 16%;
}

.about-story__grid {
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 72px;
  display: grid;
}

.about-story__lead {
  letter-spacing: -.02em;
  max-width: 18ch;
  color: var(--text-primary);
  font-size: clamp(27px, 3vw, 42px);
  font-weight: 400;
  line-height: 1.18;
}

.about-story__sub {
  max-width: 48ch;
  color: var(--text-muted);
  margin-top: 26px;
  font-size: 16px;
  line-height: 1.7;
}

.asv {
  flex-direction: column;
  display: flex;
}

.asv__panel {
  border: 1px solid var(--card-border);
  background: var(--card-bg);
  border-radius: 20px;
  padding: 28px;
}

.asv__label {
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
}

.asv__label--on {
  color: var(--text-primary);
}

.asv__chips {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
  display: flex;
}

.asv__chip {
  color: var(--text-muted);
  border: 1px solid var(--hairline);
  background: var(--surface);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 13px;
}

.asv__link {
  background: linear-gradient(var(--hairline), transparent);
  width: 1px;
  height: 40px;
  margin: 0 auto;
}

.asv__panel--after {
  box-shadow: 0 0 0 1px var(--hairline), 0 24px 60px -30px #00000080;
}

.asv__one {
  border: 1px solid var(--hairline);
  background: var(--surface);
  color: var(--text-primary);
  border-radius: 12px;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  padding: 16px 18px;
  font-size: 16px;
  display: flex;
}

.asv__dot {
  background: var(--text-primary);
  width: 9px;
  height: 9px;
  box-shadow: 0 0 0 4px var(--surface), 0 0 12px 1px var(--beam-glow);
  border-radius: 50%;
}

.vm__grid {
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  display: grid;
}

.vm__cell {
  isolation: isolate;
  border: 1px solid var(--card-border);
  background: var(--card-bg);
  border-radius: 0;
  padding: clamp(36px, 3.4vw, 52px);
  position: relative;
  overflow: hidden;
}

.vm__glow {
  background: radial-gradient(circle, var(--beam-glow) 0%, transparent 68%);
  filter: blur(24px);
  opacity: .5;
  z-index: -1;
  pointer-events: none;
  border-radius: 50%;
  width: 340px;
  height: 340px;
  animation: 6.5s ease-in-out infinite oc-pulse;
  position: absolute;
  top: -120px;
  right: -100px;
}

.vm__spot {
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(240px circle at var(--mx, 80%) var(--my, 0%), var(--beam-glow) 0%, transparent 60%);
  transition: opacity .35s;
  position: absolute;
  inset: 0;
}

.vm__cell:hover .vm__spot {
  opacity: 1;
}

.vm__label {
  z-index: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--text-muted);
  padding-bottom: 20px;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  display: inline-block;
  position: relative;
}

.vm__text {
  z-index: 1;
  border-top: 1px solid var(--line);
  letter-spacing: -.01em;
  color: var(--text-primary);
  margin-top: 24px;
  padding-top: 24px;
  font-size: clamp(18px, 1.8vw, 23px);
  line-height: 1.48;
  position: relative;
}

.about-metrics .stats__grid {
  margin-top: 8px;
}

.about-close {
  padding: 30px 16% 60px;
}

.about-close__card {
  text-align: center;
  background: #0a0a0a;
  border: 1px solid #222;
  border-radius: 0;
  padding: clamp(56px, 7vw, 110px) clamp(28px, 6vw, 88px);
  position: relative;
  overflow: hidden;
}

.about-close__bg {
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
  opacity: .55;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  transform: scale(1.25);
  -webkit-mask-image: radial-gradient(120% 120% at 50% 0, #000 0%, #0000 62%);
  mask-image: radial-gradient(120% 120% at 50% 0, #000 0%, #0000 62%);
}

.about-close__body {
  z-index: 1;
  position: relative;
}

.about-close__lead {
  letter-spacing: -.02em;
  color: #f4f4f4;
  max-width: 22ch;
  margin: 0 auto;
  font-size: clamp(26px, 3.4vw, 44px);
  line-height: 1.18;
}

.about-close__text {
  color: #9a9a9a;
  max-width: 58ch;
  margin: 24px auto 0;
  font-size: 17px;
  line-height: 1.65;
}

.about-close__tag {
  letter-spacing: -.01em;
  color: #f4f4f4;
  border-top: 1px solid #ffffff1f;
  max-width: 620px;
  margin: 44px auto 0;
  padding-top: 36px;
  font-size: clamp(19px, 2vw, 26px);
  line-height: 1.35;
}

.about-close__tag span {
  color: #7c7c7c;
  display: block;
}

.about-hq {
  padding: 20px 16% 40px;
}

.about-hq__card {
  border: 1px solid var(--card-border);
  background: var(--card-bg);
  border-radius: 0;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 48px 72px;
  padding: clamp(36px, 4vw, 60px);
  display: grid;
}

.about-hq__title {
  letter-spacing: -.02em;
  color: var(--text-primary);
  max-width: 16ch;
  font-size: clamp(24px, 2.6vw, 36px);
  font-weight: 400;
  line-height: 1.15;
}

.about-hq__note {
  color: var(--text-muted);
  max-width: 42ch;
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.6;
}

.about-hq__meta {
  flex-direction: column;
  display: flex;
}

.about-hq__row {
  border-top: 1px solid var(--line);
  padding: 20px 0;
}

.about-hq__row:first-child {
  border-top: none;
  padding-top: 0;
}

.about-hq__row dt {
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
}

.about-hq__row dd {
  color: var(--text-primary);
  margin: 8px 0 0;
  font-size: 17px;
  line-height: 1.45;
}

.about-hq__row dd a {
  color: var(--text-primary);
  text-decoration: none;
}

.about-hq__row dd a:hover {
  text-underline-offset: 2px;
  text-decoration: underline;
}

.about-hq__row--office {
  align-items: center;
  gap: 14px;
  display: flex;
}

.about-hq__ico {
  width: 22px;
  color: var(--text-muted);
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.about-hq__row--office dd {
  color: var(--text-muted);
  font-size: 15px;
}

.about-hq__row--office dd a {
  color: var(--text-primary);
}

.flag {
  vertical-align: middle;
  width: 22px;
  height: 15px;
  box-shadow: 0 0 0 1px var(--hairline), 0 1px 2px #00000040;
  border-radius: 3px;
  flex-shrink: 0;
  line-height: 0;
  display: inline-block;
  overflow: hidden;
}

.flag svg {
  width: 100%;
  height: 100%;
  display: block;
}

@media (max-width: 900px) {
  .about-story {
    padding: 80px 6%;
  }

  .about-story__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-story__lead {
    max-width: 20ch;
  }

  .vm__grid {
    grid-template-columns: 1fr;
  }

  .about-close, .about-hq {
    padding-left: 6%;
    padding-right: 6%;
  }

  .about-hq__card {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .ahero__pillar {
    min-width: 50%;
  }
}

@media (max-width: 560px) {
  .ahero__pillars {
    flex-direction: column;
  }

  .ahero__pillar {
    border-left: none;
    border-top: 1px solid var(--hairline);
    min-width: 0;
    padding: 16px clamp(24px, 6%, 40px);
  }

  .ahero__pillar:first-child {
    border-top: none;
  }
}

.footer__contact {
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
  display: flex;
}

.footer__contact-link {
  color: var(--text-muted);
  align-items: center;
  gap: 10px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer__contact-link:hover {
  color: #fff;
}

.footer__cico {
  width: 22px;
  color: inherit;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.footer__addrs {
  flex-direction: column;
  gap: 8px;
  margin-top: 10px;
  display: flex;
}

.footer__addr {
  color: var(--text-muted);
  align-items: flex-start;
  gap: 10px;
  max-width: 320px;
  font-size: 13.5px;
  line-height: 1.45;
  display: flex;
}

.footer__addr .flag {
  margin-top: 1px;
}

.footer__addr-text b {
  color: #f4f4f4;
  margin-right: 4px;
  font-weight: 500;
}

.teams {
  padding: 120px 16%;
}

.teams__title {
  max-width: 900px;
}

.teams__grid {
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  grid-template-columns: repeat(4, 1fr);
  margin-top: 56px;
  display: grid;
}

.teams__cell {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  letter-spacing: -.01em;
  color: var(--text-muted);
  align-items: center;
  gap: 12px;
  padding: 24px 26px;
  font-size: 16px;
  transition: color .25s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.teams__cell span {
  transition: color .25s;
}

.teams__cell svg {
  color: var(--text-muted);
  opacity: .55;
  flex-shrink: 0;
  transition: color .25s, opacity .25s;
}

.teams__cell:before {
  content: "";
  background: radial-gradient(150px 90px at 50% 0%, var(--beam-glow) 0%, transparent 72%);
  opacity: 0;
  pointer-events: none;
  transition: opacity .28s;
  position: absolute;
  inset: 0;
}

.teams__cell:hover {
  color: var(--text-primary);
}

.teams__cell:hover:before {
  opacity: 1;
}

.teams__cell:hover svg {
  color: var(--text-primary);
  opacity: 1;
}

@media (max-width: 900px) {
  .teams__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.reasons {
  padding: 40px 16% 20px;
}

@media (max-width: 1080px) {
  .pgrid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ptiers {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin: 0 auto;
  }
}

@media (max-width: 900px) {
  .section {
    padding: 90px 6%;
  }

  .phead {
    padding: 130px 6% 0;
  }

  .fgrid--3, .fgrid--4 {
    border-top: none;
    grid-template-columns: 1fr;
  }

  .fcell {
    border-top: 1px solid var(--line);
    padding: 36px 0;
    border-left: none !important;
    padding-left: 0 !important;
  }

  .split {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .split--flip .split__copy {
    order: 1;
  }

  .split--flip .split__media {
    order: 2;
  }

  .checklist {
    grid-template-columns: 1fr;
  }

  .formwrap {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .cta, .pricing, .soon, .about-story, .about-close, .teams, .reasons, .integrations {
    padding-left: 6%;
    padding-right: 6%;
  }

  .phero {
    height: auto;
    min-height: 90vh;
  }

  .phero__panel {
    flex: 1;
    height: auto;
  }

  .phero__card {
    padding: 120px 30px 44px;
  }
}

@media (max-width: 620px) {
  .section {
    padding: 72px 24px;
  }

  .phead {
    padding: 120px 24px 0;
  }

  .pgrid, .form__row {
    grid-template-columns: 1fr;
  }

  .phero {
    padding: 16px 14px;
  }

  .phero__card {
    border-radius: 22px;
    padding: 110px 24px 32px;
  }

  #products article {
    width: min(320px, 86vw) !important;
    padding-left: 28px !important;
    padding-right: 28px !important;
  }

  .phero__panel {
    border-radius: 22px;
  }

  .cta__actions, .soon__actions, .phead__actions, .phero__actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .soon__card {
    padding: 36px 24px;
  }

  .contactrail {
    grid-template-columns: 1fr;
  }

  .ptier {
    padding: 30px 26px 32px;
  }
}

.hero__content {
  z-index: 2;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  height: 100%;
  padding: clamp(92px, 12%, 140px) clamp(28px, 4.6%, 60px) clamp(28px, 4%, 56px);
  display: flex;
  position: relative;
}

.hero__title {
  letter-spacing: -.02em;
  color: var(--text-primary);
  max-width: 20ch;
  font-size: clamp(32px, 5.2vw, 58px);
  font-weight: 400;
  line-height: 1.06;
}

.hero__bottom {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 28px 40px;
  display: flex;
}

.hero__ctas {
  flex-wrap: wrap;
  gap: 14px;
  display: flex;
}

.hero__lead {
  max-width: 400px;
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .hero__title {
    max-width: 16ch;
  }

  .hero__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero__lead {
    order: -1;
    max-width: 560px;
  }
}

@media (max-width: 620px) {
  .hero__content {
    gap: 22px;
    padding: clamp(84px, 20vw, 104px) 24px 26px;
  }

  .hero__ctas {
    flex-direction: column;
    width: 100%;
  }

  .hero__ctas .btn {
    width: 100%;
  }
}

@media (max-width: 380px) {
  .hero__title {
    font-size: 28px;
  }

  .phero__title {
    font-size: 32px;
  }
}

.hlogos {
  padding-top: 4px;
}

.hlogos__label {
  text-align: center;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-size: 12px;
  display: block;
}

.section__foot {
  justify-content: center;
  margin-top: 44px;
  display: flex;
}

.explore-band {
  justify-content: center;
  padding: 8px 12% 40px;
  display: flex;
}

.testimonials__title {
  max-width: 640px;
  margin-bottom: 56px;
}

.tgrid {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  display: grid;
}

.tcard {
  border: 1px solid var(--card-border);
  background: var(--card-bg);
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  margin: 0;
  padding: 34px 32px;
  display: flex;
}

.tcard__quote {
  letter-spacing: -.01em;
  color: var(--text-primary);
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
}

.tcard__by {
  flex-direction: column;
  gap: 2px;
  display: flex;
}

.tcard__name {
  color: var(--text-primary);
  font-size: 15px;
}

.tcard__role {
  color: var(--text-muted);
  font-size: 13px;
}

@media (max-width: 900px) {
  .tgrid {
    grid-template-columns: 1fr;
  }

  .card__foot {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}

@media (max-width: 620px) {
  .card__ctas {
    flex-direction: column;
    width: 100%;
  }

  .card__ctas .btn {
    width: 100%;
  }
}

.pcard, .tcard, .ptier, .formcard, .oc-card, .soon__card, .split__media, .split__placeholder {
  border-radius: 0 !important;
}

.dark\:divide-white\/\[0\.12\]:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  border-color: #ffffff1f;
}

.dark\:border-white\/10:is(.dark *) {
  border-color: #ffffff1a;
}

.dark\:border-white\/15:is(.dark *) {
  border-color: #ffffff26;
}

.dark\:border-white\/20:is(.dark *) {
  border-color: #fff3;
}

.dark\:border-white\/\[0\.12\]:is(.dark *) {
  border-color: #ffffff1f;
}

.dark\:bg-black:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.dark\:bg-white\/15:is(.dark *) {
  background-color: #ffffff26;
}

.dark\:bg-white\/20:is(.dark *) {
  background-color: #fff3;
}

.dark\:bg-white\/40:is(.dark *) {
  background-color: #fff6;
}

.dark\:bg-white\/80:is(.dark *) {
  background-color: #fffc;
}

.dark\:bg-white\/85:is(.dark *) {
  background-color: #ffffffd9;
}

.dark\:bg-white\/90:is(.dark *) {
  background-color: #ffffffe6;
}

.dark\:bg-white\/\[0\.02\]:is(.dark *) {
  background-color: #ffffff05;
}

.dark\:bg-white\/\[0\.03\]:is(.dark *) {
  background-color: #ffffff08;
}

.dark\:bg-white\/\[0\.05\]:is(.dark *) {
  background-color: #ffffff0d;
}

.dark\:bg-white\/\[0\.12\]:is(.dark *) {
  background-color: #ffffff1f;
}

.dark\:bg-white\/\[0\.18\]:is(.dark *) {
  background-color: #ffffff2e;
}

.dark\:text-black:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.dark\:text-white\/45:is(.dark *) {
  color: #ffffff73;
}

.dark\:text-white\/50:is(.dark *) {
  color: #ffffff80;
}

.dark\:text-white\/65:is(.dark *) {
  color: #ffffffa6;
}

.dark\:text-white\/80:is(.dark *) {
  color: #fffc;
}

.dark\:ring-white\/25:is(.dark *) {
  --tw-ring-color: #ffffff40;
}

@media (min-width: 640px) {
  .sm\:mt-16 {
    margin-top: 4rem;
  }

  .sm\:w-\[420px\] {
    width: 420px;
  }

  .sm\:p-8 {
    padding: 2rem;
  }
}

@media (min-width: 1024px) {
  .lg\:w-\[440px\] {
    width: 440px;
  }
}

/* [project]/components/content-creation/content-creation.css [app-client] (css) */
:root {
  --background: 34 47% 97%;
  --foreground: 30 12% 10%;
  --muted-foreground: 30 6% 40%;
}

.dark {
  --background: 0 0% 3%;
  --foreground: 0 0% 98%;
  --muted-foreground: 0 0% 64%;
}

.cc-inset {
  padding-left: 16%;
  padding-right: 16%;
}

.cc-heading {
  font-size: clamp(28px, 6vw, 58px);
}

.cc-head {
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  display: flex;
}

.cc-head__cta {
  flex-shrink: 0;
  margin-bottom: 8px;
}

@media (max-width: 900px) {
  .cc-inset {
    padding-left: 6%;
    padding-right: 6%;
  }
}

@media (max-width: 720px) {
  .cc-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .cc-head__cta {
    width: auto;
    margin-bottom: 0;
  }
}

@media (max-width: 620px) {
  .cc-inset {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@keyframes pulse-glow {
  0%, 100% {
    opacity: .45;
  }

  50% {
    opacity: .8;
  }
}

.animate-pulse-glow {
  animation: 6s ease-in-out infinite pulse-glow;
}

.reveal, .reveal-stagger > * {
  opacity: 0;
  will-change: opacity, transform;
  transition: opacity .7s cubic-bezier(.16, 1, .3, 1), transform .7s cubic-bezier(.16, 1, .3, 1);
  transform: translateY(24px);
}

.reveal[data-visible="true"], .reveal-stagger[data-visible="true"] > * {
  opacity: 1;
  transform: none;
}

.reveal-stagger[data-visible="true"] > :first-child {
  transition-delay: 0s;
}

.reveal-stagger[data-visible="true"] > :nth-child(2) {
  transition-delay: 90ms;
}

.reveal-stagger[data-visible="true"] > :nth-child(3) {
  transition-delay: .18s;
}

.reveal-stagger[data-visible="true"] > :nth-child(4) {
  transition-delay: .27s;
}

.reveal-stagger[data-visible="true"] > :nth-child(5) {
  transition-delay: .36s;
}

.reveal-stagger[data-visible="true"] > :nth-child(6) {
  transition-delay: .45s;
}

.reveal-stagger[data-visible="true"] > :nth-child(7) {
  transition-delay: .54s;
}

.reveal-stagger[data-visible="true"] > :nth-child(n+8) {
  transition-delay: .62s;
}

@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal-stagger > * {
    opacity: 1 !important;
    transition: none !important;
    transform: none !important;
  }
}

/*# sourceMappingURL=_1sghmfq._.css.map*/