:root {
  color-scheme: light;
  --color-canvas: #F8F6FF;
  --color-surface: #FFFFFF;
  --color-surface-raised: #EEEAFA;
  --color-ink: #171126;
  --color-text-supporting: #554C6A;
  --color-text-quiet: #675D7A;
  --color-purple: #7844FF;
  --color-on-action: #FFFFFF;
  --color-violet: #6634D1;
  --color-blue: #315DFF;
  --color-border: #DCD4EE;
  --color-control-border: #82769B;
  --color-focus: #5B2ACF;
  --color-skip-text: #171126;
  --color-skip-surface: #FFFFFF;
  --color-purple-subtle: #7844FF14;
  --color-purple-border: #7844FF66;
  --color-menu-surface: #FFFFFF;
  --color-menu-overlay: #F8F6FFF7;
  --color-footer: #F0ECFA;
  --color-success: #137A5B;
  --color-error: #B42345;
  --color-error-ring: #B4234533;
  --color-header-shadow: #17112614;
  --color-menu-shadow: #1711261F;
  --color-primary-shadow: #7844FF2E;
  --color-form-shadow: #1711261F;
  --color-hero-orb-one: #7844FF24;
  --color-hero-orb-two: #315DFF14;
  --color-process-signal: #7C42FF9E;
  --color-process-signal-alt: #5548FF9E;
  --color-process-border: #9F66FF4D;
  --color-process-node: #8050FF;
  --color-process-text: #6634D1;
  --color-process-glow: #7D4CFF;
  --color-device-glow: #7844FF4D;
  --color-device-glow-alt: #315DFF24;
  --color-device-shadow: #1711264D;
  --color-hero-card-surface: #FFFFFFEB;
  --color-hero-card-border: #DCD4EE;
  --color-hero-card-shadow: #17112629;
  --color-hero-card-text: #171126;
  --color-hero-card-supporting: #675D7A;
  --color-hero-card-icon: #6634D1;
  --color-hero-card-icon-surface: #7844FF14;
  --color-hero-card-icon-border: #7844FF33;
  --color-scene-light: #7844FF26;
  --color-scene-light-alt: #315DFF17;
  --color-scene-edge: #7844FF4D;
  --color-cinematic-surface: #FFFFFFE8;
  --color-cinematic-shadow: #3A236126;
  --motion-fast: 220ms;
  --motion-reveal: 720ms;
  --motion-ambient: 12s;
  --ease-out-cinematic: cubic-bezier(0.2, 0.75, 0.2, 1);
  --layer-content: 1;
  --layer-header: 20;
  --layer-menu: 30;
  --layer-skip-link: 40;
  --container: 1240px;
  --header: 84px;
}
:root[data-theme='dark'] {
  color-scheme: dark;
  --color-canvas: #050914;
  --color-surface: #0B1324;
  --color-surface-raised: #111C31;
  --color-ink: #F7F8FC;
  --color-text-supporting: #AAB2C2;
  --color-text-quiet: #8792A7;
  --color-purple: #7844FF;
  --color-on-action: #F7F8FC;
  --color-violet: #B18AFF;
  --color-blue: #315DFF;
  --color-border: #26334B;
  --color-control-border: #5C6E8D;
  --color-focus: #F1E9FF;
  --color-skip-text: #060811;
  --color-skip-surface: #FFFFFF;
  --color-purple-subtle: #7E43FF1A;
  --color-purple-border: #9158FF80;
  --color-menu-surface: #FFFFFF09;
  --color-menu-overlay: #050914F7;
  --color-footer: #03060D;
  --color-success: #69DFB4;
  --color-error: #FF8FAB;
  --color-error-ring: #FF8FAB33;
  --color-header-shadow: #05091433;
  --color-menu-shadow: #05091452;
  --color-primary-shadow: #7844FF2E;
  --color-form-shadow: #0509143D;
  --color-hero-orb-one: #5534FF2B;
  --color-hero-orb-two: #2551C81A;
  --color-process-signal: #7C42FF9E;
  --color-process-signal-alt: #5548FF9E;
  --color-process-border: #9F66FF4D;
  --color-process-node: #8050FF;
  --color-process-text: #A36FFF;
  --color-process-glow: #7D4CFF;
  --color-device-glow: #5534FF70;
  --color-device-glow-alt: #315DFF38;
  --color-device-shadow: #0000008F;
  --color-hero-card-surface: #0A0F1CEB;
  --color-hero-card-border: #FFFFFF1A;
  --color-hero-card-shadow: #00000057;
  --color-hero-card-text: #F7F8FC;
  --color-hero-card-supporting: #8E98AA;
  --color-hero-card-icon: #B18AFF;
  --color-hero-card-icon-surface: #7E43FF24;
  --color-hero-card-icon-border: #975BFF33;
  --color-scene-light: #7844FF38;
  --color-scene-light-alt: #315DFF24;
  --color-scene-edge: #B18AFF52;
  --color-cinematic-surface: #0B1324E8;
  --color-cinematic-shadow: #00000070;
}
*,
:before,
:after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header) + 20px);
}
body {
  background: var(--color-canvas);
  color: var(--color-ink);
  -webkit-font-smoothing: antialiased;
  margin: 0;
  font-family:
    Inter,
    ui-sans-serif,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Arial,
    sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
body.menu-open {
  overflow: hidden;
}
p {
  text-wrap: pretty;
  max-width: 75ch;
}
a {
  color: inherit;
  text-decoration: none;
}
img,
svg {
  max-width: 100%;
  display: block;
}
svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
button {
  color: inherit;
}
.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}
.section {
  border-top: 1px solid var(--color-border);
  padding: 110px 0;
  position: relative;
}
.chapter {
  isolation: isolate;
  overflow: clip;
}
.skip-link {
  z-index: var(--layer-skip-link);
  color: var(--color-skip-text);
  background: var(--color-skip-surface);
  border-radius: 8px;
  min-height: 44px;
  padding: 9px 13px;
  font-weight: 700;
  transition: all 0.18s;
  position: fixed;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
}
.skip-link:focus {
  transform: translateY(0);
}
.site-header {
  z-index: var(--layer-header);
  height: var(--header);
  border-bottom: 1px solid transparent;
  transition: all 0.2s;
  position: fixed;
  inset: 0 0 auto;
}
.site-header.scrolled {
  background: var(--color-surface);
  border-color: var(--color-border);
  box-shadow: 0 8px 8px var(--color-header-shadow);
}
.header-inner {
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 38px;
  height: 100%;
  display: grid;
}
.brand {
  align-items: center;
  gap: 10px;
  width: max-content;
  display: inline-flex;
}
.brand img {
  width: 37px;
  height: 37px;
}
.brand > span:last-child {
  letter-spacing: -0.6px;
  font-size: 20px;
  font-weight: 780;
}
.brand-mark {
  width: 40px;
  height: 40px;
  flex: none;
  align-items: center;
  display: inline-grid;
}
.brand-mark img {
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
}
.brand-mark-dark {
  display: none;
}
:root[data-theme="dark"] .brand-mark-light,
.brand-on-dark .brand-mark-light {
  display: none;
}
:root[data-theme="dark"] .brand-mark-dark,
.brand-on-dark .brand-mark-dark {
  display: block;
}
.primary-nav {
  z-index: var(--layer-menu);
  justify-content: center;
  gap: 31px;
  display: flex;
  position: relative;
}
.primary-nav a {
  color: var(--color-text-supporting);
  font-size: 14px;
  font-weight: 540;
  transition: all 0.18s;
  position: relative;
}
.primary-nav a:after {
  content: "";
  background: var(--color-purple);
  border-radius: 99px;
  width: 18px;
  height: 2px;
  transition: all 0.18s;
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translate(-50%) scaleX(0);
}
.primary-nav a:hover,
.primary-nav a.active {
  color: var(--color-ink);
}
.primary-nav a:hover:after,
.primary-nav a.active:after {
  transform: translate(-50%) scaleX(1);
}
.menu-button {
  justify-self: end;
  width: 44px;
  height: 44px;
  display: none;
}
.theme-toggle {
  min-width: 44px;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid var(--color-control-border);
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background: var(--color-surface);
  color: var(--color-ink);
  font: inherit;
  font-size: 13px;
  font-weight: 680;
  cursor: pointer;
}
.theme-toggle-icon {
  font-size: 17px;
  line-height: 1;
}
.theme-transition,
.theme-transition * {
  transition-property: color, background-color, border-color, box-shadow, fill, stroke;
  transition-duration: 180ms;
  transition-timing-function: ease;
}
.button {
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 22px;
  font-size: 14px;
  font-weight: 680;
  transition:
    transform 0.18s,
    border-color 0.18s,
    background 0.18s,
    box-shadow 0.18s;
  display: inline-flex;
}
.button svg {
  width: 18px;
  height: 18px;
}
.button:hover {
  transform: translateY(-2px);
}
.button-primary {
  background: var(--color-purple);
  color: var(--color-on-action);
  position: relative;
  box-shadow: 0 6px 8px var(--color-primary-shadow);
}
.button-primary:before {
  content: none;
}
.button-outline {
  border-color: var(--color-border);
  background: var(--color-surface);
}
.button-outline:hover {
  background: var(--color-purple-subtle);
  border-color: var(--color-purple-border);
}
.hero {
  border-bottom: 1px solid var(--color-border);
  min-height: min(980px, calc(100svh + 170px));
  padding-top: calc(var(--header) + 76px);
  position: relative;
}
.hero-atmosphere {
  z-index: -1;
  pointer-events: none;
  position: absolute;
  inset: 0;
}
.hero-atmosphere span {
  pointer-events: none;
  border-radius: 50%;
  filter: blur(72px);
  opacity: 0.72;
  position: absolute;
}
.hero-atmosphere span:nth-child(1) {
  background: var(--color-scene-light);
  width: 42vw;
  height: 42vw;
  top: 5%;
  right: 4%;
}
.hero-atmosphere span:nth-child(2) {
  background: var(--color-scene-light-alt);
  width: 28vw;
  height: 28vw;
  top: 40%;
  right: 26%;
}
.hero-atmosphere span:nth-child(3) {
  background: var(--color-scene-light);
  width: 18vw;
  height: 18vw;
  top: 18%;
  left: -8%;
  opacity: 0.3;
}
.hero-grid {
  z-index: var(--layer-content);
  grid-template-columns: 0.88fr 1.12fr;
  align-items: center;
  gap: 28px;
  min-height: 620px;
  display: grid;
  position: relative;
}
.hero-copy {
  padding-bottom: 35px;
}
.hero h1 {
  letter-spacing: -0.035em;
  max-width: 690px;
  margin: 0;
  font-size: clamp(50px, 5.3vw, 76px);
  font-weight: 780;
  line-height: 1.07;
}
.hero h1 em {
  color: var(--color-violet);
  font-style: normal;
}
.hero-lede {
  max-width: 590px;
  color: var(--color-text-supporting);
  margin: 27px 0 0;
  font-size: 18px;
  line-height: 1.78;
}
.hero-actions {
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
  display: flex;
}
.hero-benefits {
  border-top: 1px solid var(--color-border);
  grid-template-columns: repeat(3, 1fr);
  max-width: 650px;
  margin-top: 42px;
  padding-top: 21px;
  display: grid;
}
.hero-benefits span {
  color: var(--color-text-supporting);
  padding-right: 16px;
  font-size: 11px;
  display: grid;
}
.hero-benefits span + span {
  border-left: 1px solid var(--color-border);
  padding-left: 20px;
}
.hero-benefits strong {
  color: var(--color-ink);
  font-size: 13px;
}
.device-scene {
  min-height: 585px;
  isolation: isolate;
  position: relative;
}
.device-glow {
  z-index: -1;
  filter: blur(28px);
  background: radial-gradient(
    ellipse,
    var(--color-device-glow),
    var(--color-device-glow-alt) 46%,
    transparent 72%
  );
  border-radius: 50%;
  height: 230px;
  position: absolute;
  bottom: 18px;
  left: -4%;
  right: -10%;
}
.device-artwork {
  z-index: 2;
  width: min(118%, 760px);
  max-width: none;
  height: auto;
  position: absolute;
  top: 8px;
  left: 50%;
  translate: -51% 0;
  filter:
    drop-shadow(0 30px 25px var(--color-device-shadow))
    drop-shadow(0 12px 20px var(--color-device-glow-alt));
}
.motion-ready [data-hero-stage] {
  animation: hero-arrive 760ms var(--ease-out-cinematic) both;
}
.motion-ready [data-hero-stage='1'] {
  animation-delay: 80ms;
}
.motion-ready [data-hero-stage='2'] {
  animation-delay: 160ms;
}
.motion-ready [data-hero-stage='3'] {
  animation-delay: 280ms;
}
.motion-ready [data-hero-stage='4'] {
  animation-delay: 390ms;
}
.motion-ready [data-hero-stage='5'] {
  animation-delay: 500ms;
}
.motion-ready .device-scene .device-artwork {
  animation: scene-drift var(--motion-ambient) ease-in-out infinite alternate;
  animation-play-state: paused;
}
.motion-ready .device-scene.scene-active .device-artwork {
  animation-play-state: running;
}
.pointer-light {
  pointer-events: none;
  background: var(--color-scene-light);
  filter: blur(48px);
  opacity: 0;
  width: 280px;
  aspect-ratio: 1;
  border-radius: 50%;
  transition: opacity var(--motion-fast);
  position: absolute;
}
.device-scene.scene-active:hover .pointer-light {
  opacity: 0.72;
}
@keyframes hero-arrive {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes scene-drift {
  from {
    transform: translate3d(0, -4px, 0);
  }
  to {
    transform: translate3d(0, 8px, 0);
  }
}
.laptop {
  z-index: 2;
  width: min(94%, 650px);
  transform-style: preserve-3d;
  transition: translate 0.22s;
  position: absolute;
  top: 33px;
  left: 0;
  transform: rotateY(-8deg) rotateX(1deg) rotate(-1.4deg);
}
.laptop-screen {
  aspect-ratio: 1.57;
  background: linear-gradient(
    145deg,
    #20232b,
    #07090f 18%,
    #11151f 74%,
    #2b2e36
  );
  border: 1px solid #ffffff47;
  border-radius: 19px 19px 8px 8px;
  padding: 11px;
  position: relative;
  overflow: hidden;
  box-shadow:
    0 28px 60px #0000008f,
    inset 0 1px 1px #ffffff4d;
}
.screen-camera {
  z-index: 5;
  background: #30343f;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 5px;
  left: 50%;
  box-shadow: 0 0 0 1px #05070c;
}
.dashboard {
  background: #070b15;
  border: 1px solid #ffffff12;
  border-radius: 10px;
  grid-template-columns: 48px 1fr;
  height: 100%;
  display: grid;
  overflow: hidden;
}
.dash-sidebar {
  background: #080d18;
  border-right: 1px solid #ffffff0f;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 14px 9px 10px;
  display: flex;
}
.dash-sidebar img {
  width: 22px;
  height: 22px;
  margin-bottom: 7px;
}
.dash-sidebar i {
  background: #293044;
  border-radius: 99px;
  width: 17px;
  height: 5px;
  display: block;
}
.dash-sidebar i.selected {
  background: #7b45ff2e;
  border: 1px solid #8a54ff80;
  width: 21px;
  height: 21px;
  box-shadow: inset 0 0 0 6px #7b45ff29;
}
.dash-sidebar i.round {
  border-radius: 50%;
  width: 19px;
  height: 19px;
}
.dash-sidebar b {
  flex: 1;
}
.dash-main {
  background:
    radial-gradient(circle at 58% -20%, #543dc921, #0000 40%), #080c15;
  min-width: 0;
  padding: 18px;
}
.dash-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}
.dash-header div {
  gap: 2px;
  display: grid;
}
.dash-header small {
  color: #707b92;
  font-size: 8px;
}
.dash-header strong {
  letter-spacing: -0.3px;
  font-size: 13px;
}
.avatar {
  background: linear-gradient(145deg, #925fff, #304572);
  border: 2px solid #080c15;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  box-shadow:
    -8px 0 0 -2px #d1719b,
    -15px 0 0 -4px #6fc6ff;
}
.dash-layout {
  grid-template-rows: 150px 87px;
  grid-template-columns: 1fr 0.42fr;
  gap: 10px;
  display: grid;
}
.dash-card {
  background: linear-gradient(145deg, #10182af2, #090e1af2);
  border: 1px solid #fff1;
  border-radius: 9px;
  padding: 13px;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 1px #ffffff08;
}
.dash-card:after {
  content: "";
  filter: blur(20px);
  background: #7540ff1a;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  position: absolute;
  top: -80px;
  right: -70px;
}
.dash-label {
  z-index: 2;
  color: #8190aa;
  justify-content: space-between;
  font-size: 8px;
  display: flex;
  position: relative;
}
.dash-label b {
  color: #a373ff;
  font-size: 7px;
}
.big-number {
  z-index: 2;
  letter-spacing: -0.8px;
  font-size: 21px;
  position: absolute;
  top: 34px;
  left: 13px;
}
.bar-chart {
  background: linear-gradient(#ffffff0d 1px, #0000 1px) 0 0/100% 33%;
  border-bottom: 1px solid #ffffff14;
  justify-content: space-between;
  align-items: end;
  display: flex;
  position: absolute;
  inset: 67px 13px 13px;
}
.bar-chart i {
  width: 8%;
  height: var(--h);
  background: linear-gradient(#9d6bff, #405dff4d);
  border-radius: 4px 4px 1px 1px;
  box-shadow: 0 0 8px #8450ff2e;
}
.bar-height-28{--h:28%}.bar-height-42{--h:42%}.bar-height-36{--h:36%}.bar-height-58{--h:58%}.bar-height-51{--h:51%}.bar-height-70{--h:70%}.bar-height-82{--h:82%}.bar-height-73{--h:73%}.bar-height-92{--h:92%}
.progress-card {
  grid-area: 1/2;
}
.donut {
  background: conic-gradient(#8a55ff 0 76%, #1f2737 76%);
  border-radius: 50%;
  place-items: center;
  width: 85px;
  height: 85px;
  margin: 15px auto 0;
  display: grid;
  box-shadow: 0 0 16px #7e49ff33;
}
.donut:before {
  content: "";
  background: #0c1322;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  position: absolute;
}
.donut span {
  z-index: 1;
  font-size: 16px;
  font-weight: 760;
  position: relative;
}
.users-card {
  align-content: center;
  gap: 2px;
  display: grid;
}
.users-card small {
  color: #7c879e;
  font-size: 8px;
}
.users-card strong {
  font-size: 18px;
}
.users-card em {
  color: #4ed1a1;
  font-size: 7px;
  font-style: normal;
}
.line-card {
  grid-area: 2/2;
  padding: 10px;
}
.line-card svg {
  stroke-width: 2px;
  width: calc(100% - 16px);
  height: calc(100% - 42px);
  position: absolute;
  inset: 34px 8px 8px;
}
.line-card .area {
  fill: url(#chart-fill);
  stroke: none;
}
.line-card .stroke {
  stroke: #a06aff;
  fill: none;
  filter: drop-shadow(0 0 4px #9f66ff66);
}
.laptop-base {
  transform-origin: top;
  background: linear-gradient(#343740, #171920 24%, #090b10 83%, #272a31);
  border-radius: 4px 4px 20px 20px;
  width: 108%;
  height: 35px;
  margin-left: -4%;
  position: relative;
  transform: perspective(300px) rotateX(56deg);
  box-shadow:
    0 24px 35px #0000008a,
    inset 0 1px #ffffff52;
}
.laptop-base:after {
  content: "";
  background: linear-gradient(#1c1f25, #06070a);
  border-radius: 0 0 50% 50%;
  height: 10px;
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
}
.laptop-base span {
  border: 1px solid #ffffff21;
  border-radius: 3px;
  width: 23%;
  height: 15px;
  position: absolute;
  top: 3px;
  left: 39%;
}
.phone {
  z-index: 4;
  background: linear-gradient(
    145deg,
    #333742,
    #090b10 18%,
    #171a21 75%,
    #2a2c35
  );
  border: 1px solid #ffffff52;
  border-radius: 26px;
  width: 150px;
  padding: 5px;
  transition: translate 0.22s;
  position: absolute;
  bottom: 58px;
  right: 6px;
  transform: rotateY(-8deg) rotate(1.2deg);
  box-shadow:
    0 28px 50px #00000085,
    0 12px 48px #3832ff52;
}
.phone-notch {
  z-index: 2;
  background: #05070d;
  border-radius: 0 0 9px 9px;
  width: 38px;
  height: 9px;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translate(-50%);
}
.phone-ui {
  background: radial-gradient(circle at 60% 0, #683ae42b, #0000 42%), #080d17;
  border-radius: 21px;
  min-height: 290px;
  padding: 22px 12px 12px;
  overflow: hidden;
}
.phone-ui header {
  color: #9099aa;
  justify-content: space-between;
  font-size: 7px;
  display: flex;
}
.phone-ui header i {
  background: linear-gradient(145deg, #9061ff, #274275);
  border-radius: 50%;
  width: 15px;
  height: 15px;
}
.phone-ui > small {
  color: #707a8f;
  margin-top: 20px;
  font-size: 7px;
  display: block;
}
.phone-ui > strong {
  margin-top: 2px;
  font-size: 18px;
  display: block;
}
.phone-ui > svg {
  stroke: #a36cff;
  stroke-width: 3px;
  width: 100%;
  height: 70px;
  margin: 9px 0 10px;
}
.phone-list {
  gap: 7px;
  display: grid;
}
.phone-list span {
  color: #8e98ab;
  background: #ffffff06;
  border: 1px solid #ffffff0f;
  border-radius: 7px;
  grid-template-columns: 15px 1fr auto;
  align-items: center;
  gap: 6px;
  padding: 7px;
  font-size: 6px;
  display: grid;
}
.phone-list i {
  background: #7c45ff40;
  border-radius: 5px;
  width: 14px;
  height: 14px;
  box-shadow: inset 0 0 0 1px #8f5bff59;
}
.phone-list b {
  color: #fff;
  font-size: 7px;
}
.float-card {
  z-index: 7;
  backdrop-filter: blur(14px);
  color: var(--color-hero-card-text);
  background: var(--color-hero-card-surface);
  border: 1px solid var(--color-hero-card-border);
  border-radius: 11px;
  align-items: center;
  gap: 9px;
  min-width: 180px;
  padding: 10px 12px;
  display: flex;
  position: absolute;
  box-shadow: 0 16px 36px var(--color-hero-card-shadow);
}
.float-card-top {
  top: 4px;
  right: 15px;
}
.float-card-bottom {
  animation-delay: -2.5s;
  bottom: 25px;
  left: -15px;
}
.float-icon {
  color: var(--color-hero-card-icon);
  background: var(--color-hero-card-icon-surface);
  border-radius: 8px;
  place-items: center;
  width: 29px;
  height: 29px;
  font-size: 13px;
  display: grid;
  box-shadow: inset 0 0 0 1px var(--color-hero-card-icon-border);
}
.float-card div {
  display: grid;
}
.float-card strong {
  font-size: 9px;
}
.float-card small {
  color: var(--color-hero-card-supporting);
  font-size: 7px;
}
@keyframes float {
  50% {
    transform: translateY(-8px);
  }
}
.friction {
  z-index: var(--layer-content);
  border-block: 1px solid var(--color-border);
  padding: 34px 0;
  position: relative;
}
.motion-ready .device-scene .float-card {
  animation: 5s ease-in-out infinite float;
  animation-play-state: paused;
}
.motion-ready .device-scene .float-card-bottom {
  animation-delay: -2.5s;
}
.motion-ready .device-scene.scene-active .float-card {
  animation-play-state: running;
}
.friction .container > p {
  color: var(--color-text-quiet);
  text-align: center;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  margin: 0 0 18px;
  font-size: 11px;
  font-weight: 780;
}
.friction-rail {
  overflow: hidden;
  outline-offset: 8px;
}
.friction-track {
  width: max-content;
  display: flex;
}
.friction-set {
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 44px;
  width: 100vw;
  margin: 0;
  padding: 0 20px;
  list-style: none;
  display: flex;
}
.friction-set li {
  color: var(--color-text-supporting);
  white-space: nowrap;
  font-weight: 680;
}
.friction-set[aria-hidden='true'] {
  display: none;
}
.motion-ready .friction-set {
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: max-content;
  flex: none;
}
.motion-ready .friction-set[aria-hidden='true'] {
  display: flex;
}
.motion-ready .friction-track {
  animation: friction-loop 26s linear infinite;
  animation-play-state: paused;
}
.motion-ready .friction-rail.marquee-active .friction-track {
  animation-play-state: running;
}
.motion-ready .friction-rail:hover .friction-track,
.motion-ready .friction-rail:focus-visible .friction-track {
  animation-play-state: paused;
}
@keyframes friction-loop {
  to {
    transform: translateX(-50%);
  }
}
.kicker {
  color: var(--color-violet);
  letter-spacing: 1.7px;
  text-transform: uppercase;
  margin: 0 0 14px;
  font-size: 11px;
  font-weight: 780;
}
.services {
  padding-block: clamp(96px, 10vw, 156px);
}
.split-layout {
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(54px, 8vw, 120px);
  display: grid;
}
.section-intro {
  align-self: start;
  position: sticky;
  top: calc(var(--header) + 52px);
}
.section-intro h2,
.about-copy h2,
.process-heading h2,
.work-heading h2,
.contact-copy h2 {
  letter-spacing: -0.03em;
  margin: 0;
  font-size: clamp(36px, 3.2vw, 52px);
  line-height: 1.13;
}
.section-intro > p:not(.kicker) {
  color: var(--color-text-supporting);
  margin: 23px 0 28px;
  line-height: 1.76;
}
.service-groups {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 22px;
  display: grid;
}
.service-group {
  border: 1px solid var(--color-border);
  background: var(--color-surface);
  border-radius: 14px;
  padding: 22px;
  transition:
    background 0.2s,
    border-color 0.2s,
    transform 0.2s;
  overflow: hidden;
  box-shadow: none;
}
.service-group:hover {
  border-color: var(--color-purple);
  background: var(--color-surface-raised);
  box-shadow: none;
  transform: translateY(-3px);
}
.service-group:first-child {
  grid-row: span 2;
}
.service-group h3 {
  color: var(--color-ink);
  letter-spacing: -0.02em;
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 1.35;
}
.service-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.service-item {
  border-top: 1px solid var(--color-border);
  opacity: 1;
  padding: 17px 0;
  transform: none;
  transition:
    opacity var(--motion-reveal) var(--ease-out-cinematic),
    transform var(--motion-reveal) var(--ease-out-cinematic),
    background var(--motion-fast),
    border-color var(--motion-fast);
}
.service-group.sequence-ready:not(.sequence-active) .service-item {
  opacity: 0;
  transform: translateY(14px);
}
.service-group.sequence-active .service-item {
  opacity: 1;
  transform: none;
}
.service-group.sequence-active .service-item:nth-child(2) {
  transition-delay: 70ms, 70ms, 0ms, 0ms;
}
.service-group.sequence-active .service-item:nth-child(3) {
  transition-delay: 140ms, 140ms, 0ms, 0ms;
}
.service-group.sequence-active .service-item:nth-child(4) {
  transition-delay: 210ms, 210ms, 0ms, 0ms;
}
.service-item:is(:hover, :focus-within) {
  background: var(--color-purple-subtle);
  border-color: var(--color-purple-border);
}
.service-item:last-child {
  border-bottom: 1px solid var(--color-border);
}
.service-item h4 {
  color: var(--color-ink);
  letter-spacing: -0.01em;
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
}
.service-item p {
  max-width: 65ch;
  color: var(--color-text-supporting);
  margin: 7px 0 0;
  font-size: 13px;
  line-height: 1.68;
}
.service-action {
  grid-column: 2;
  justify-self: start;
  margin-top: 4px;
}
.about {
  background: var(--color-canvas);
  padding-block: clamp(110px, 12vw, 176px);
  overflow: clip;
}
.about-grid {
  grid-template-columns: 1fr 0.9fr;
  align-items: center;
  gap: clamp(64px, 9vw, 136px);
  display: grid;
}
.about-art {
  place-items: center;
  min-height: 520px;
  display: grid;
  position: relative;
}
.orbit-lines {
  color: #7e4eff38;
  stroke-width: 1px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.orbit-lines circle {
  stroke-dasharray: 3 8;
}
.center-card {
  z-index: 3;
  border: 1px solid var(--color-border);
  background: var(--color-surface);
  width: 280px;
  box-shadow: none;
  text-align: center;
  border-radius: 24px;
  padding: 34px;
  position: relative;
}
.center-card:before {
  content: "";
  border-radius: inherit;
  -webkit-mask-composite: xor;
  pointer-events: none;
  background: linear-gradient(145deg, #9a62ff70, #0000 45%, #325dff2e);
  padding: 1px;
  position: absolute;
  inset: -1px;
  -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  -webkit-mask-position:
    0 0,
    0 0;
  -webkit-mask-size: auto, auto;
  -webkit-mask-repeat: repeat, repeat;
  -webkit-mask-clip: content-box, border-box;
  -webkit-mask-origin: content-box, border-box;
  mask-composite: exclude;
  mask-mode: match-source, match-source;
}
.center-card .brand-mark {
  filter: drop-shadow(0 15px 18px #6035ff42);
  width: 74px;
  height: 74px;
  margin: 0 auto 22px;
}
.center-card .brand-mark img {
  margin: 0;
}
.center-card small {
  color: #a270ff;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 760;
  display: block;
}
.center-card strong {
  margin-top: 8px;
  font-size: 20px;
  line-height: 1.35;
  display: block;
}
.orbit-tag {
  z-index: 4;
  color: var(--color-text-supporting);
  background: #080d18de;
  border: 1px solid #ffffff1a;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  font-size: 11px;
  display: flex;
  position: absolute;
  box-shadow: 0 12px 30px #0000003d;
}
.orbit-tag i {
  background: #8450ff;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  box-shadow: 0 0 12px #8450ffb3;
}
.tag-one {
  top: 50px;
  left: 26px;
}
.tag-two {
  top: 65px;
  right: 5px;
}
.tag-three {
  bottom: 35px;
  left: 55px;
}
.about-copy > p:not(.kicker) {
  color: var(--color-text-supporting);
  margin: 24px 0 0;
  font-size: 17px;
  line-height: 1.78;
}
.about-list {
  margin-top: 34px;
}
.about-list article {
  border-top: 1px solid var(--color-border);
  grid-template-columns: 45px 1fr;
  gap: 18px;
  padding: 21px 0;
  transition:
    transform var(--motion-fast),
    border-color var(--motion-fast);
  display: grid;
}
.about-list article:hover {
  border-color: var(--color-scene-edge);
  transform: translateX(6px);
}
.about-list article:last-child {
  border-bottom: 1px solid var(--color-border);
}
.about-list > article > span {
  color: var(--color-violet);
  font-size: 12px;
  font-weight: 780;
}
.about-list h3 {
  margin: 0;
  font-size: 17px;
}
.about-list p {
  color: var(--color-text-supporting);
  margin: 6px 0 0;
  font-size: 13px;
  line-height: 1.66;
}
.process {
  background: var(--color-canvas);
}
.process-heading {
  grid-template-columns: 0.7fr 0.85fr auto;
  align-items: end;
  gap: 54px;
  display: grid;
}
.process-heading > p {
  color: var(--color-text-supporting);
  margin: 0 0 2px;
  font-size: 15px;
  line-height: 1.72;
}
.process-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
  margin: 78px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  position: relative;
}
.process-grid:before {
  content: "";
  background: linear-gradient(
    90deg,
    transparent,
    var(--color-process-signal) 15%,
    var(--color-process-signal-alt) 85%,
    transparent
  );
  height: 1px;
  transform-origin: left;
  transform: scaleX(1);
  transition: transform 900ms var(--ease-out-cinematic);
  position: absolute;
  top: 31px;
  left: 7%;
  right: 7%;
}
.process-grid.process-observer-ready:before {
  transform: scaleX(0);
}
.process-grid.process-active-1:before {
  transform: scaleX(0.12);
}
.process-grid.process-active-2:before {
  transform: scaleX(0.38);
}
.process-grid.process-active-3:before {
  transform: scaleX(0.68);
}
.process-grid.process-active-4:before {
  transform: scaleX(1);
}
.process-grid [data-process-step] {
  opacity: 1;
  transform: none;
  transition:
    opacity var(--motion-reveal) var(--ease-out-cinematic),
    transform var(--motion-reveal) var(--ease-out-cinematic);
}
.process-grid.process-observer-ready [data-process-step]:not(.step-active) {
  opacity: 0.5;
  transform: translateY(16px);
}
.process-grid [data-process-step].step-active {
  opacity: 1;
  transform: none;
}
.process-grid [data-process-step].step-active .process-icon {
  border-color: var(--color-scene-edge);
  box-shadow: 0 0 34px var(--color-scene-light);
}
.process-grid li {
  z-index: 2;
  position: relative;
}
.process-icon {
  background: var(--color-purple);
  border: 1px solid var(--color-process-border);
  border-radius: 50%;
  place-items: center;
  width: 62px;
  height: 62px;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 700;
  display: grid;
  box-shadow: 0 6px 8px var(--color-primary-shadow);
}
.process-icon:after {
  content: "";
  background: var(--color-process-node);
  border-radius: 50%;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 77px;
  left: 29px;
  box-shadow: 0 0 12px var(--color-process-glow);
}
.process-grid b {
  color: var(--color-process-text);
  margin-bottom: 4px;
  font-size: 18px;
  display: block;
}
.process-grid h3 {
  margin: 0;
  font-size: 17px;
}
.process-grid p {
  color: var(--color-text-supporting);
  margin: 11px 0 0;
  font-size: 13px;
  line-height: 1.68;
}
.work {
  background: var(--color-canvas);
}
.work-heading {
  grid-template-columns: 0.8fr 1fr;
  align-items: end;
  gap: 108px;
  display: grid;
}
.work-heading > p {
  color: var(--color-text-supporting);
  margin: 0 0 4px;
  font-size: 14px;
  line-height: 1.72;
}
.project-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 48px;
  display: grid;
}
.project-card {
  border: 1px solid var(--color-border);
  background: var(--color-surface);
  border-radius: 15px;
  transform-style: preserve-3d;
  transition:
    transform var(--motion-fast),
    border-color var(--motion-fast),
    background var(--motion-fast);
  overflow: hidden;
}
.project-card:is(:hover, :focus-within) {
  border-color: var(--color-purple);
  background: var(--color-surface-raised);
  box-shadow: none;
  transform: translateY(-3px);
}
.project-preview {
  background: linear-gradient(145deg, #edf2ff, #d2def4);
  place-items: center;
  height: 270px;
  padding: 30px;
  transition: transform 420ms var(--ease-out-cinematic);
  display: grid;
  position: relative;
  overflow: hidden;
}
.project-card:is(:hover, :focus-within) .project-preview {
  transform: scale(1.018);
}
.project-preview:before {
  content: "";
  background: radial-gradient(circle at 70% 20%, #7750ff33, #0000 45%);
  position: absolute;
  inset: 0;
}
.mini-app {
  z-index: 2;
  color: #1a2440;
  background: #f9fbff;
  border: 1px solid #1f2a421f;
  border-radius: 8px;
  grid-template-columns: 42px 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
  overflow: hidden;
  box-shadow: 0 22px 40px #202b4e38;
}
.mini-app aside {
  background: #fff;
  border-right: 1px solid #e4e9f3;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 12px 8px;
  display: flex;
}
.mini-app aside i {
  background: linear-gradient(145deg, #9b66ff, #3c61ff);
  border-radius: 6px;
  width: 19px;
  height: 19px;
  margin-bottom: 4px;
}
.mini-app aside span {
  background: #d9dfeb;
  border-radius: 99px;
  width: 17px;
  height: 4px;
}
.mini-app main {
  min-width: 0;
  padding: 14px;
}
.mini-app header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.mini-app header strong {
  font-size: 9px;
}
.mini-app header i {
  background: linear-gradient(145deg, #c0a7ff, #425d98);
  border-radius: 50%;
  width: 18px;
  height: 18px;
}
.mini-stats {
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  margin-top: 13px;
  display: grid;
}
.mini-stats span {
  background: #fff;
  border: 1px solid #e5eaf3;
  border-radius: 5px;
  gap: 1px;
  padding: 8px;
  display: grid;
}
.mini-stats small {
  color: #8a94a8;
  font-size: 5px;
}
.mini-stats b {
  font-size: 8px;
}
.mini-app main > svg {
  stroke-width: 1.2px;
  background: #fff;
  border: 1px solid #e5eaf3;
  border-radius: 6px;
  width: 100%;
  height: 105px;
  margin-top: 9px;
  padding: 8px;
}
.gridline {
  stroke: #e8ecf3;
}
.chart-area {
  fill: #7e4aff1f;
  stroke: none;
}
.chart-line {
  fill: none;
  stroke: #7548f6;
  stroke-width: 2.2px;
}
.faces {
  gap: 8px;
  margin: 16px 0 13px;
  display: flex;
}
.faces i {
  background:
    radial-gradient(circle at 50% 35%, #f4c6a3 0 23%, #0000 24%),
    linear-gradient(145deg, #9f70ff, #334b82);
  border: 3px solid #fff;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  box-shadow: 0 0 0 1px #dce3ef;
}
.faces i:nth-child(2) {
  background:
    radial-gradient(circle at 50% 35%, #8f5a3c 0 23%, #0000 24%),
    linear-gradient(145deg, #5ccde8, #2d4f81);
}
.faces i:nth-child(3) {
  background:
    radial-gradient(circle at 50% 35%, #e8b18e 0 23%, #0000 24%),
    linear-gradient(145deg, #ff9bb2, #8c4e7d);
}
.faces i:nth-child(4) {
  background:
    radial-gradient(circle at 50% 35%, #6c402f 0 23%, #0000 24%),
    linear-gradient(145deg, #ffc96b, #76604a);
}
.lesson-cards {
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  display: grid;
}
.lesson-cards span {
  background: #fff;
  border: 1px solid #e5eaf3;
  border-radius: 5px;
  gap: 5px;
  padding: 9px 7px;
  display: grid;
}
.lesson-cards i {
  background: #e8ecf3;
  border-radius: 99px;
  width: 100%;
  height: 4px;
  position: relative;
  overflow: hidden;
}
.lesson-cards i:after {
  content: "";
  inset: 0 calc(100% - var(--p)) 0 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #9861ff, #4265ff);
  position: absolute;
}
.progress-84{--p:84%}.progress-67{--p:67%}.progress-92{--p:92%}
.lesson-cards small {
  color: #667087;
  font-size: 5px;
}
.lesson-cards b {
  font-size: 7px;
}
.appointment {
  background: #fff;
  border: 1px solid #e1e7f1;
  border-radius: 7px;
  grid-template-columns: 40px 1fr auto;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding: 10px;
  display: grid;
}
.doctor {
  background:
    radial-gradient(circle at 50% 33%, #e9b496 0 24%, #0000 25%),
    radial-gradient(circle at 50% 42%, #4e372f 0 34%, #0000 35%),
    linear-gradient(145deg, #69d0dc, #384f86);
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.appointment span {
  display: grid;
}
.appointment small {
  color: #8a94a8;
  font-size: 5px;
}
.appointment b {
  font-size: 8px;
}
.appointment em {
  color: #68738a;
  font-size: 5px;
  font-style: normal;
}
.appointment button {
  color: #fff;
  background: #7b4aff;
  border: 0;
  border-radius: 4px;
  padding: 5px 8px;
  font-size: 5px;
}
.health-stats {
  margin-top: 10px;
}
.project-copy {
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 18px;
  padding: 23px;
  display: grid;
}
.project-copy small {
  color: var(--color-violet);
  letter-spacing: 0.7px;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 700;
}
.project-copy h3 {
  margin: 4px 0 0;
  font-size: 21px;
}
.project-copy p {
  color: var(--color-text-supporting);
  margin: 7px 0 0;
  font-size: 12px;
  line-height: 1.65;
}
.project-copy > a {
  border: 1px solid var(--color-border);
  color: var(--color-violet);
  border-radius: 50%;
  place-items: center;
  width: 44px;
  height: 44px;
  transition: all 0.18s;
  display: grid;
}
.project-card:is(:hover, :focus-within) .project-copy > a {
  transform: translateX(4px);
}
.project-copy > a:hover {
  background: var(--color-purple-subtle);
  border-color: var(--color-purple-border);
  transform: translate(3px);
}
.contact {
  background: var(--color-canvas);
  padding-block: clamp(120px, 13vw, 190px);
  overflow: clip;
}
.contact:before {
  content: none;
}
.contact-grid {
  z-index: var(--layer-content);
  grid-template-columns: 0.86fr 1.14fr;
  align-items: center;
  gap: clamp(58px, 8vw, 112px);
  display: grid;
  position: relative;
}
.contact-copy .kicker {
  color: var(--color-violet);
}
.contact-copy h2 {
  max-width: 540px;
  font-size: clamp(44px, 4.4vw, 66px);
}
.contact-copy > p:not(.kicker) {
  color: var(--color-text-supporting);
  max-width: 550px;
  margin: 23px 0 0;
  font-size: 17px;
  line-height: 1.75;
}
.contact-details {
  gap: 13px;
  margin-top: 34px;
  display: grid;
}
.contact-details > a,
.contact-details > div {
  align-items: center;
  gap: 13px;
  width: max-content;
  max-width: 100%;
  display: flex;
}
.contact-details > a > span,
.contact-details > div > span {
  background: var(--color-surface-raised);
  border: 1px solid var(--color-border);
  border-radius: 10px;
  place-items: center;
  width: 38px;
  height: 38px;
  display: grid;
}
.contact-details div div,
.contact-details a div {
  display: grid;
}
.contact-details small {
  color: var(--color-text-quiet);
  font-size: 10px;
}
.contact-details strong {
  font-size: 13px;
}
.contact-form {
  border: 1px solid var(--color-border);
  background: var(--color-cinematic-surface);
  backdrop-filter: blur(18px);
  border-radius: 16px;
  gap: 17px;
  padding: 32px;
  display: grid;
  box-shadow: 0 8px 8px var(--color-form-shadow);
}
.form-row {
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  display: grid;
}
.contact-form label {
  color: var(--color-ink);
  gap: 7px;
  font-size: 11px;
  font-weight: 660;
  display: grid;
}
.contact-form input,
.contact-form textarea {
  border: 1px solid var(--color-control-border);
  background: var(--color-surface-raised);
  width: 100%;
  color: var(--color-ink);
  border-radius: 9px;
  transition: all 0.18s;
}
.contact-form input {
  height: 47px;
  padding: 0 13px;
}
.contact-form textarea {
  resize: vertical;
  min-height: 124px;
  padding: 12px 13px;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--color-purple);
  background: var(--color-surface-raised);
}
.form-footer {
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  display: flex;
}
.form-footer p {
  color: var(--color-text-quiet);
  text-align: right;
  max-width: 190px;
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
}
.form-footer p.success {
  color: var(--color-success);
}
.form-footer p.error {
  color: var(--color-error);
}
.site-footer {
  background: var(--color-footer);
  padding: 72px 0 24px;
}
.footer-grid {
  grid-template-columns: 1.35fr repeat(3, 0.65fr);
  gap: 68px;
  padding-bottom: 55px;
  display: grid;
}
.footer-brand p {
  max-width: 330px;
  color: var(--color-text-supporting);
  margin: 19px 0 13px;
  font-size: 13px;
  line-height: 1.75;
}
.brand-kit-link {
  color: var(--color-violet);
  align-items: center;
  min-height: 44px;
  font-size: 12px;
  font-weight: 680;
  display: inline-flex;
}
.footer-col {
  align-content: start;
  gap: 11px;
  display: grid;
}
.footer-col h3 {
  margin: 4px 0 8px;
  font-size: 12px;
}
.footer-col a,
.footer-col span {
  width: max-content;
  max-width: 100%;
  color: var(--color-text-supporting);
  font-size: 12px;
  transition: all 0.18s;
}
.footer-col a:hover {
  color: var(--color-ink);
}
.footer-bottom {
  border-top: 1px solid var(--color-border);
  justify-content: space-between;
  gap: 25px;
  padding-top: 22px;
  display: flex;
}
.footer-bottom p {
  color: var(--color-text-quiet);
  margin: 0;
  font-size: 12px;
}
.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 20px;
}
.footer-legal a,
.form-disclosure a {
  color: var(--color-violet);
  text-underline-offset: 3px;
}
.footer-legal a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  font-size: 12px;
  text-decoration: none;
}
.footer-legal a:hover,
.form-disclosure a:hover {
  color: var(--color-ink);
}
.reveal {
  opacity: 1;
  transform: none;
}
.reveal.reveal-pending {
  opacity: 0;
  transition:
    opacity 0.72s cubic-bezier(0.2, 0.75, 0.2, 1),
    transform 0.72s cubic-bezier(0.2, 0.75, 0.2, 1);
  transform: translateY(20px);
}
.delay-1 {
  transition-delay: 90ms;
}
.delay-2 {
  transition-delay: 0.18s;
}
.delay-3 {
  transition-delay: 0.27s;
}
@media (width<=1160px) {
  :root {
    --container: 1050px;
  }
  .header-inner,
  .primary-nav {
    gap: 22px;
  }
  .device-scene {
    transform-origin: 100%;
    width: 108.7%;
    margin-left: -8.7%;
    transform: scale(0.92);
  }
  .split-layout {
    grid-template-columns: 0.55fr 1.45fr;
    gap: 48px;
  }
  .project-preview {
    height: 240px;
    padding: 23px;
  }
  .contact-grid {
    gap: 55px;
  }
  .footer-grid {
    gap: 42px;
  }
}
@media (width<=960px) {
  :root {
    --header: 74px;
  }
  .header-inner {
    grid-template-columns: auto 1fr auto auto auto;
    gap: 14px;
  }
  .theme-toggle {
    grid-column: 3;
  }
  .header-cta {
    grid-column: 4;
  }
  .menu-button {
    grid-column: 5;
  }
  .js .menu-button {
    border: 1px solid var(--color-border);
    cursor: pointer;
    background: var(--color-menu-surface);
    border-radius: 9px;
    order: 3;
    place-content: center;
    justify-self: end;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 0;
    display: grid;
  }
  .menu-button i {
    background: var(--color-ink);
    border-radius: 99px;
    width: 19px;
    height: 2px;
    transition: all 0.18s;
  }
  .menu-button[aria-expanded="true"] i:first-child {
    transform: translateY(7px) rotate(45deg);
  }
  .menu-button[aria-expanded="true"] i:nth-child(2) {
    opacity: 0;
  }
  .menu-button[aria-expanded="true"] i:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .js .primary-nav {
    inset: var(--header) 16px auto;
    border: 1px solid var(--color-border);
    backdrop-filter: blur(20px);
    opacity: 0;
    visibility: hidden;
    background: var(--color-menu-overlay);
    border-radius: 15px;
    gap: 0;
    padding: 10px;
    transition: all 0.18s;
    display: grid;
    position: fixed;
    transform: translateY(-10px) scale(0.98);
    box-shadow: 0 8px 8px var(--color-menu-shadow);
  }
  .js .primary-nav.open {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .primary-nav a {
    border-radius: 8px;
    padding: 13px 15px;
  }
  .primary-nav a:hover,
  .primary-nav a.active {
    background: var(--color-purple-subtle);
  }
  .primary-nav a:after {
    display: none;
  }
  .no-js .site-header {
    background: var(--color-surface);
    border-color: var(--color-border);
    height: auto;
    position: static;
  }
  .no-js .header-inner {
    grid-template-columns: 1fr;
    gap: 8px;
    height: auto;
    padding-block: 14px 16px;
  }
  .no-js .primary-nav {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0 18px;
  }
  .no-js .primary-nav a {
    align-items: center;
    min-height: 44px;
    display: inline-flex;
  }
  .no-js .menu-button {
    display: none;
  }
  .no-js .theme-toggle {
    display: none;
  }
  .no-js .header-cta {
    grid-column: 1;
    justify-self: start;
  }
  .no-js .hero {
    padding-top: 48px;
  }
  .header-cta {
    margin-left: auto;
  }
  .hero {
    padding-top: 125px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .hero-copy {
    text-align: center;
    max-width: 790px;
    margin: auto;
  }
  .hero h1,
  .hero-lede {
    margin-inline: auto;
  }
  .hero-actions {
    justify-content: center;
  }
  .hero-benefits {
    text-align: left;
    margin-inline: auto;
  }
  .device-scene {
    width: min(100%, 760px);
    min-height: 600px;
    margin: 0 auto;
    transform: none;
  }
  .laptop {
    width: 82%;
    left: 6%;
  }
  .phone {
    right: 5%;
  }
  .float-card-top {
    right: 2%;
  }
  .float-card-bottom {
    left: 3%;
  }
  .split-layout {
    grid-template-columns: 1fr;
    gap: 54px;
  }
  .section-intro {
    max-width: 700px;
    position: static;
  }
  .service-groups {
    grid-template-columns: 1fr;
  }
  .service-group:first-child {
    grid-row: auto;
  }
  .service-action {
    grid-column: auto;
    margin-top: 0;
  }
  .about-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .about-art {
    order: 2;
    width: min(100%, 680px);
    margin: auto;
  }
  .about-copy {
    max-width: 760px;
  }
  .process-heading {
    grid-template-columns: 1fr 1fr;
  }
  .process-heading .button {
    grid-column: 1;
    width: max-content;
  }
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 58px;
  }
  .process-grid:before,
  .process-icon:after {
    display: none;
  }
  .work-heading {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 780px;
  }
  .project-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .project-card:last-child {
    grid-column: 1/-1;
    max-width: calc(50% - 8px);
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .contact-copy {
    max-width: 700px;
  }
  .contact-form {
    max-width: 760px;
  }
  .footer-grid {
    grid-template-columns: 1.35fr repeat(2, 0.75fr);
  }
  .footer-col:last-child {
    grid-column: 2;
  }
}
@media (width<=760px) {
  .container {
    width: min(calc(100% - 30px), var(--container));
  }
  .header-cta {
    display: none;
  }
  .header-inner {
    grid-template-columns: auto 1fr auto auto;
  }
  .theme-toggle {
    grid-column: 3;
  }
  .js .menu-button {
    grid-column: 4;
  }
  .hero {
    min-height: 0;
    padding-top: calc(var(--header) + 48px);
  }
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .hero-atmosphere span {
    filter: blur(52px);
  }
  .hero h1 {
    letter-spacing: -0.035em;
    font-size: clamp(44px, 12.2vw, 62px);
  }
  .hero-lede {
    font-size: 16px;
  }
  .hero-benefits {
    grid-template-columns: 1fr;
    gap: 13px;
  }
  .hero-benefits span {
    padding: 0;
  }
  .hero-benefits span + span {
    border-left: 0;
    border-top: 1px solid var(--color-border);
    padding: 13px 0 0;
  }
  .device-scene {
    min-height: 500px;
  }
  .laptop {
    width: 96%;
    top: 20px;
    left: 1%;
    transform: rotateY(-4deg) rotateX(1deg) rotate(-1deg);
  }
  .dash-layout {
    grid-template-rows: 128px 76px;
  }
  .dash-main {
    padding: 12px;
  }
  .dashboard {
    grid-template-columns: 40px 1fr;
  }
  .phone {
    width: 128px;
    bottom: 42px;
    right: 0;
  }
  .phone-ui {
    min-height: 246px;
  }
  .float-card {
    min-width: auto;
    padding: 8px;
  }
  .float-card div {
    display: none;
  }
  .float-card-top {
    top: -4px;
  }
  .float-card-bottom {
    bottom: 20px;
    left: 0;
  }
  .friction-set {
    gap: 14px 28px;
  }
  .section {
    padding: 82px 0;
  }
  .about-art {
    min-height: 450px;
    margin-block: -20px;
    transform: scale(0.9);
  }
  .process-heading {
    grid-template-columns: 1fr;
    gap: 21px;
  }
  .process-heading .button {
    grid-column: auto;
  }
  .process-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 48px;
  }
  .process-grid li {
    grid-template-columns: 62px 1fr;
    column-gap: 18px;
    display: grid;
  }
  .process-icon {
    grid-row: 1 / span 3;
    margin: 0;
  }
  .process-grid b,
  .process-grid h3,
  .process-grid p {
    grid-column: 2;
  }
  .process-grid b {
    margin: 0;
  }
  .process-grid p {
    margin-top: 5px;
  }
  .process-grid:before {
    inset: 32px auto 32px 31px;
    width: 1px;
    height: auto;
    transform-origin: top;
    transform: scaleY(1);
    display: block;
  }
  .process-grid.process-observer-ready:before {
    transform: scaleY(0);
  }
  .process-grid.process-active-1:before {
    transform: scaleY(0.12);
  }
  .process-grid.process-active-2:before {
    transform: scaleY(0.38);
  }
  .process-grid.process-active-3:before {
    transform: scaleY(0.68);
  }
  .process-grid.process-active-4:before {
    transform: scaleY(1);
  }
  .project-grid {
    grid-template-columns: 1fr;
  }
  .project-card:last-child {
    grid-column: auto;
    max-width: none;
  }
  .project-preview {
    height: 285px;
  }
  .contact-form {
    backdrop-filter: none;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .form-footer {
    flex-direction: column;
    align-items: flex-start;
  }
  .form-footer p {
    text-align: left;
    max-width: none;
  }
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 38px;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
  .footer-col:last-child {
    grid-column: auto;
  }
}
@media (width<=540px) {
  @keyframes hero-arrive {
    from {
      opacity: 0;
      transform: translateY(14px);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
  .theme-toggle {
    padding-inline: 9px;
  }
  .button {
    width: 100%;
  }
  .service-action {
    width: 100%;
  }
  .hero-actions {
    display: grid;
  }
  .friction-set li {
    font-size: 13px;
  }
  .hero h1 {
    font-size: clamp(42px, 13vw, 55px);
    line-height: 1.05;
  }
  .device-scene {
    min-height: 405px;
  }
  .laptop {
    width: 102%;
    left: -5%;
  }
  .laptop-screen {
    border-radius: 12px 12px 5px 5px;
    padding: 7px;
  }
  .dashboard {
    grid-template-columns: 32px 1fr;
  }
  .dash-sidebar {
    gap: 9px;
    padding: 9px 6px;
  }
  .dash-sidebar i {
    width: 13px;
  }
  .dash-sidebar i.selected {
    width: 17px;
    height: 17px;
  }
  .dash-main {
    padding: 9px;
  }
  .dash-header {
    margin-bottom: 8px;
  }
  .dash-layout {
    grid-template-rows: 103px 59px;
    gap: 6px;
  }
  .dash-card {
    padding: 8px;
  }
  .big-number {
    font-size: 15px;
    top: 24px;
    left: 8px;
  }
  .bar-chart {
    inset: 48px 8px 7px;
  }
  .donut {
    width: 58px;
    height: 58px;
    margin-top: 9px;
  }
  .donut:before {
    width: 41px;
    height: 41px;
  }
  .donut span {
    font-size: 11px;
  }
  .users-card strong {
    font-size: 13px;
  }
  .line-card svg {
    width: calc(100% - 12px);
    height: calc(100% - 31px);
    inset: 25px 6px 6px;
  }
  .phone {
    border-radius: 18px;
    width: 98px;
    padding: 3px;
    bottom: 24px;
  }
  .phone-ui {
    border-radius: 15px;
    min-height: 190px;
    padding: 18px 7px 7px;
  }
  .phone-ui > strong {
    font-size: 12px;
  }
  .phone-ui > svg {
    height: 45px;
    margin: 5px 0;
  }
  .phone-list {
    gap: 3px;
  }
  .phone-list span {
    grid-template-columns: 9px 1fr auto;
    gap: 3px;
    padding: 4px;
  }
  .phone-list i {
    border-radius: 3px;
    width: 8px;
    height: 8px;
  }
  .phone-notch {
    width: 27px;
    height: 6px;
    top: 5px;
  }
  .section-intro h2,
  .about-copy h2,
  .process-heading h2,
  .work-heading h2,
  .contact-copy h2 {
    letter-spacing: -0.03em;
    font-size: 38px;
  }
  .about-art {
    width: 130%;
    min-height: 390px;
    margin: -45px -15% -35px;
    transform: scale(0.78);
  }
  .project-preview {
    height: 230px;
    padding: 18px;
  }
  .contact-form {
    padding: 23px;
  }
  .contact-copy h2 {
    font-size: 44px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-brand {
    grid-column: auto;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  :before,
  :after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
  .reveal,
  .reveal.reveal-pending {
    opacity: 1;
    transform: none;
  }
  .theme-transition,
  .theme-transition * {
    transition: none !important;
  }
  [data-hero-stage],
  .device-artwork,
  .friction-track {
    animation: none !important;
  }
  .friction-set,
  .motion-ready .friction-set {
    flex-wrap: wrap;
    justify-content: center;
    width: 100vw;
  }
  .friction-set[aria-hidden='true'],
  .motion-ready .friction-set[aria-hidden='true'] {
    display: none;
  }
  .service-item,
  .service-group.sequence-ready:not(.sequence-active) .service-item,
  .process-grid [data-process-step],
  .process-grid.process-observer-ready [data-process-step]:not(.step-active) {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .process-grid:before,
  .process-grid.process-observer-ready:before,
  .process-grid.process-active-1:before,
  .process-grid.process-active-2:before,
  .process-grid.process-active-3:before,
  .process-grid.process-active-4:before {
    transform: scaleX(1);
    transition: none;
  }
  .project-preview {
    transition: none;
  }
}
@media (pointer: coarse) {
  .project-card,
  .project-card:is(:hover, :focus-within),
  .project-card:is(:hover, :focus-within) .project-preview {
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) and (width<=760px) {
  .process-grid:before,
  .process-grid.process-observer-ready:before,
  .process-grid.process-active-1:before,
  .process-grid.process-active-2:before,
  .process-grid.process-active-3:before,
  .process-grid.process-active-4:before {
    transform: scaleY(1);
  }
}
.mini-main {
  min-width: 0;
  padding: 14px;
}
.mini-main > svg {
  stroke-width: 1.2px;
  background: #fff;
  border: 1px solid #e5eaf3;
  border-radius: 6px;
  width: 100%;
  height: 105px;
  margin-top: 9px;
  padding: 8px;
}
.appointment .join-control {
  color: #fff;
  background: #7b4aff;
  border: 0;
  border-radius: 4px;
  padding: 5px 8px;
  font-size: 5px;
}
.field {
  gap: 7px;
  display: grid;
}
.field-label-note {
  color: var(--color-text-supporting);
  font-weight: 540;
}
.field-error {
  color: var(--color-error);
  margin: 0;
  font-size: 11px;
  line-height: 1.45;
}
.contact-form .invalid {
  border-color: var(--color-error);
  box-shadow: 0 0 0 3px var(--color-error-ring);
}
.form-disclosure {
  color: var(--color-text-supporting);
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
}
.form-feedback {
  border: 1px solid var(--color-border);
  background: var(--color-surface-raised);
  border-radius: 8px;
  gap: 5px;
  padding: 8px 10px;
  display: grid;
}
.form-footer .form-feedback p {
  max-width: 250px;
  color: var(--color-text-supporting);
}
.form-footer .form-feedback p.error {
  color: var(--color-error);
}
.form-fallback a {
  color: var(--color-ink);
  text-underline-offset: 3px;
  text-decoration: underline;
}
h1,
h2,
h3 {
  text-wrap: balance;
}
p {
  text-wrap: pretty;
}
.site-header {
  z-index: var(--layer-header);
}
.menu-button {
  justify-self: end;
  width: 44px;
  height: 44px;
}
.project-copy > a {
  width: 44px;
  height: 44px;
}
button,
input,
textarea {
  font: inherit;
}
.contact-form label {
  font-size: 11px;
  font-weight: 660;
}
.footer-bottom p {
  color: var(--color-text-quiet);
  font-size: 12px;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: var(--color-text-quiet);
}
.footer-col a {
  align-items: center;
  min-height: 44px;
  display: inline-flex;
}
.brand,
.contact-details strong,
.footer-col a,
.service-item h4 {
  min-width: 0;
  overflow-wrap: anywhere;
}
@media (max-width: 320px) {
  .container {
    width: min(calc(100% - 24px), var(--container));
  }
  .hero h1 {
    font-size: clamp(38px, 12vw, 46px);
  }
}

.button:focus-visible,
.primary-nav a:focus-visible,
.menu-button:focus-visible,
input:focus-visible,
textarea:focus-visible,
.project-copy a:focus-visible,
.brand-kit-link:focus-visible,
.form-fallback a:focus-visible,
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--color-focus);
  outline-offset: 3px;
}
