:root {
  --night: #05131f;
  --night-2: #0a2031;
  --night-3: #13344b;
  --ink: #09253a;
  --ink-soft: #5f7a90;
  --paper: #f3fbff;
  --paper-2: #eaf6ff;
  --paper-3: #e1f1fb;
  --cyan: #78dcff;
  --cyan-soft: #bceeff;
  --blue: #3ba8ef;
  --blue-deep: #0f6eb8;
  --mint: #73efca;
  --white: #ffffff;
  --glass: rgba(255, 255, 255, 0.1);
  --glass-strong: rgba(255, 255, 255, 0.82);
  --line: rgba(165, 225, 255, 0.18);
  --line-dark: rgba(10, 55, 88, 0.1);
  --shadow-soft: 0 30px 80px rgba(7, 34, 54, 0.12);
  --shadow-deep: 0 40px 120px rgba(0, 0, 0, 0.34);
  --radius-xxl: 40px;
  --radius-xl: 30px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --radius-pill: 999px;
  --shell: min(1200px, calc(100vw - 40px));
  --scroll-progress: 0;
  --pointer-x: 50%;
  --pointer-y: 18%;
  --heading-font: "Aptos Display", "Segoe UI Variable Display", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --body-font: "Aptos", "Segoe UI Variable Text", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: var(--body-font);
  line-height: 1.65;
  background:
    radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(101, 214, 255, 0.12), transparent 30rem),
    linear-gradient(180deg, #05131f 0 980px, #eef8ff 980px 100%);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::selection {
  color: var(--night);
  background: rgba(120, 220, 255, 0.76);
}

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

img {
  display: block;
  max-width: 100%;
}

button {
  font: inherit;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid rgba(120, 220, 255, 0.88);
  outline-offset: 4px;
}

.shell {
  width: var(--shell);
  margin: 0 auto;
}

.section {
  position: relative;
  padding: 112px 0;
}

main section[id] {
  scroll-margin-top: 104px;
}

.ambient {
  position: fixed;
  inset: 0;
  z-index: -5;
  pointer-events: none;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 10%, rgba(59, 168, 239, 0.24), transparent 28rem),
    radial-gradient(circle at 86% 12%, rgba(115, 239, 202, 0.09), transparent 24rem),
    radial-gradient(circle at 52% 78%, rgba(59, 168, 239, 0.08), transparent 30rem);
}

.glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(54px);
  opacity: 0.78;
}

.glow-one {
  width: 440px;
  height: 440px;
  left: -120px;
  top: 80px;
  background: rgba(59, 168, 239, 0.34);
}

.glow-two {
  width: 560px;
  height: 560px;
  right: -180px;
  top: 180px;
  background: rgba(120, 220, 255, 0.18);
}

.glow-three {
  width: 340px;
  height: 340px;
  left: 44%;
  top: 520px;
  background: rgba(115, 239, 202, 0.12);
}

.mesh {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(181, 231, 255, 0.048) 1px, transparent 1px),
    linear-gradient(90deg, rgba(181, 231, 255, 0.048) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: linear-gradient(180deg, rgba(255, 255, 255, 0.8), transparent 74%);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  padding: 18px 0 10px;
}

.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  transform: scaleX(var(--scroll-progress));
  transform-origin: left center;
  background: linear-gradient(90deg, transparent, var(--cyan), var(--blue), transparent);
  opacity: 0.8;
}

.header-inner {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 16px;
  border: 1px solid rgba(193, 236, 255, 0.16);
  border-radius: var(--radius-pill);
  color: var(--white);
  background: rgba(5, 19, 31, 0.58);
  box-shadow: 0 22px 66px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(20px);
  transition: background 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.header-inner::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 1px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0));
  opacity: 0.86;
  pointer-events: none;
}

.site-header.scrolled .header-inner {
  border-color: rgba(193, 236, 255, 0.26);
  background: rgba(5, 19, 31, 0.8);
  box-shadow: 0 24px 74px rgba(0, 0, 0, 0.3);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  min-width: fit-content;
}

.brand-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 34% 25%, rgba(255, 255, 255, 0.95), rgba(120, 220, 255, 0.74) 34%, rgba(15, 110, 184, 0.94) 100%);
  box-shadow: 0 0 44px rgba(120, 220, 255, 0.28);
}

.brand-mark::before {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: 24px;
  border: 1px solid rgba(120, 220, 255, 0.18);
  animation: mark-breathe 3.8s ease-out infinite;
}

.brand-mark span {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.9);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.brand-copy strong {
  font-size: 1.02rem;
  letter-spacing: -0.02em;
}

.brand-copy small {
  color: rgba(221, 244, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  color: rgba(226, 246, 255, 0.72);
}

.site-nav a {
  position: relative;
  padding: 8px 0;
  font-size: 0.95rem;
  transition: color 180ms ease, transform 180ms ease;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  border-radius: var(--radius-pill);
  transform: scaleX(0);
  transform-origin: left center;
  background: linear-gradient(90deg, var(--cyan), rgba(115, 239, 202, 0.66));
  transition: transform 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.active {
  color: var(--white);
  transform: translateY(-1px);
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.site-nav a.active::after {
  transform: scaleX(1);
}

.button {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 15px 24px;
  border: 1px solid transparent;
  border-radius: var(--radius-pill);
  font-weight: 820;
  letter-spacing: -0.01em;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background 220ms ease, color 220ms ease;
}

.button::before {
  content: "";
  position: absolute;
  top: -120%;
  left: -42%;
  width: 38%;
  height: 320%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0));
  transform: rotate(18deg) translateX(-180%);
  transition: transform 560ms ease;
  pointer-events: none;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button:hover::before,
.button:focus-visible::before {
  transform: rotate(18deg) translateX(420%);
}

.button-small {
  min-height: 44px;
  padding: 10px 16px;
  font-size: 0.92rem;
}

.button-primary {
  color: #031521;
  border-color: rgba(255, 255, 255, 0.34);
  background: linear-gradient(135deg, #ffffff 0%, #b9f0ff 36%, #56cfff 76%, #73efca 100%);
  box-shadow: 0 18px 48px rgba(76, 199, 255, 0.28);
}

.button-primary:hover,
.button-primary:focus-visible {
  box-shadow: 0 24px 64px rgba(76, 199, 255, 0.4);
}

.button-secondary {
  color: #eaf8ff;
  border-color: rgba(205, 239, 255, 0.22);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.06));
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.18);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: rgba(120, 220, 255, 0.46);
  background: rgba(255, 255, 255, 0.12);
}

.eyebrow {
  margin: 0;
  color: var(--cyan);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--heading-font);
  letter-spacing: -0.062em;
  line-height: 0.98;
  text-wrap: balance;
}

p {
  margin: 0;
}

.section-heading {
  display: grid;
  gap: 18px;
  max-width: 720px;
  margin-bottom: 42px;
}

.section-heading h2 {
  font-size: clamp(2.5rem, 4vw, 4rem);
}

.section-heading p:last-child {
  color: var(--ink-soft);
  font-size: 1.06rem;
  line-height: 1.76;
}

.surface-card {
  border: 1px solid rgba(200, 236, 255, 0.18);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06)),
    rgba(8, 26, 40, 0.74);
  box-shadow: var(--shadow-deep), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(16px);
}

.card-label {
  display: inline-block;
  color: var(--cyan-soft);
  font-size: 0.72rem;
  font-weight: 820;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero {
  min-height: 1020px;
  padding-top: 72px;
  padding-bottom: 92px;
  color: var(--white);
  background: linear-gradient(180deg, #05131f 0%, #081a2a 100%);
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 300px;
  background: linear-gradient(180deg, transparent, #eef8ff 78%);
  pointer-events: none;
}

.hero-background {
  position: absolute;
  inset: -80px 0 auto 0;
  height: 790px;
  opacity: 0.34;
  overflow: hidden;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.96), transparent 94%);
}

.hero-background::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 19, 31, 0.92) 0%, rgba(5, 19, 31, 0.54) 52%, rgba(5, 19, 31, 0.86) 100%),
    radial-gradient(circle at 68% 22%, rgba(120, 220, 255, 0.22), transparent 28rem);
}

.hero-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.94) contrast(1.02) brightness(0.96);
  transform: scale(1.05);
  animation: photo-drift 16s ease-in-out infinite alternate;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 44px;
  align-items: center;
}

.hero-copy {
  display: grid;
  gap: 20px;
  padding-top: 40px;
}

.hero-copy h1 {
  max-width: 11.5ch;
  font-size: clamp(3.4rem, 5.2vw, 5.9rem);
}

.hero-copy h1 em {
  color: transparent;
  font-style: normal;
  background: linear-gradient(100deg, #ffffff 0%, #aeeeff 46%, #73efca 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 0 0 44px rgba(120, 220, 255, 0.16);
}

.hero-lead {
  max-width: 56ch;
  color: rgba(232, 247, 255, 0.82);
  font-size: clamp(1rem, 1.1vw, 1.12rem);
  line-height: 1.76;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 2px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-proof span {
  padding: 9px 14px;
  border: 1px solid rgba(198, 235, 255, 0.14);
  border-radius: var(--radius-pill);
  color: rgba(236, 249, 255, 0.78);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  font-size: 0.88rem;
}

.hero-real-note {
  max-width: 58ch;
  padding: 18px 20px;
  border: 1px solid rgba(193, 236, 255, 0.18);
  border-left: 4px solid rgba(120, 220, 255, 0.74);
  border-radius: 24px;
  color: rgba(236, 249, 255, 0.86);
  background: rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 20px 70px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(14px);
}

.hero-real-note span,
.human-copy-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--cyan-soft);
  font-size: 0.72rem;
  font-weight: 840;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-real-note p {
  margin: 0;
  color: rgba(236, 249, 255, 0.76);
  line-height: 1.72;
}

.human-strip {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 22px;
  align-items: stretch;
  margin-top: 24px;
}

.human-photo-card,
.human-copy-card {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(193, 236, 255, 0.16);
  border-radius: 32px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
}

.human-photo-card {
  position: relative;
  min-height: 290px;
}

.human-photo-card img {
  width: 100%;
  height: 100%;
  min-height: 290px;
  object-fit: cover;
  filter: saturate(0.95) contrast(1.02) brightness(0.86);
  transform: scale(1.02);
  animation: human-photo-drift 18s ease-in-out infinite alternate;
}

.human-photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 19, 31, 0.06), rgba(5, 19, 31, 0.74));
}

.human-photo-card figcaption {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 1;
  padding: 16px 18px;
  border: 1px solid rgba(193, 236, 255, 0.16);
  border-radius: 20px;
  color: rgba(240, 250, 255, 0.9);
  background: rgba(5, 19, 31, 0.54);
  backdrop-filter: blur(12px);
}

.human-copy-card {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 32px;
}

.human-copy-card h2 {
  max-width: 13ch;
  font-size: clamp(2rem, 3vw, 3.25rem);
  line-height: 0.98;
}

.human-copy-card p {
  max-width: 58ch;
  margin: 0;
  color: rgba(236, 249, 255, 0.76);
  line-height: 1.76;
}

.hero-stage {
  position: relative;
  min-height: 700px;
}

.cockpit {
  position: absolute;
  inset: 0;
  padding: 22px;
  border: 1px solid rgba(197, 237, 255, 0.22);
  border-radius: 44px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.06)),
    radial-gradient(circle at 72% 18%, rgba(120, 220, 255, 0.2), transparent 22rem);
  box-shadow: 0 50px 140px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(24px);
  transform: perspective(1200px) rotateY(-6deg) rotateX(3deg);
  transform-origin: center;
}

.cockpit::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(120, 220, 255, 0.38), transparent 24%, transparent 72%, rgba(115, 239, 202, 0.22));
  opacity: 0.42;
  pointer-events: none;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  padding: 1px;
}

.cockpit::after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  top: 112px;
  height: 1px;
  border-radius: var(--radius-pill);
  background: linear-gradient(90deg, rgba(120, 220, 255, 0), rgba(120, 220, 255, 0.82), rgba(115, 239, 202, 0));
  box-shadow: 0 0 28px rgba(120, 220, 255, 0.34);
  opacity: 0.24;
  pointer-events: none;
  animation: cockpit-scan 9s linear infinite;
}

.cockpit-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 14px 18px;
  color: rgba(238, 250, 255, 0.78);
  font-size: 0.92rem;
}

.cockpit-topbar div {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.live-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cyan), var(--mint));
  box-shadow: 0 0 18px rgba(120, 220, 255, 0.8);
  animation: pulse-dot 1.8s ease-in-out infinite;
}

.flow-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin: 0 0 20px;
  padding: 14px 16px;
  border: 1px solid rgba(193, 236, 255, 0.12);
  border-radius: 24px;
  color: rgba(232, 247, 255, 0.8);
  background: rgba(255, 255, 255, 0.05);
}

.flow-line div {
  display: grid;
  gap: 4px;
}

.flow-line span {
  color: rgba(206, 239, 255, 0.66);
  font-size: 0.72rem;
  font-weight: 780;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.flow-line strong {
  font-size: 0.94rem;
  line-height: 1.38;
}

.flow-line i {
  display: block;
  width: 34px;
  height: 1px;
  background: linear-gradient(90deg, rgba(120, 220, 255, 0.12), rgba(120, 220, 255, 0.8));
}

.cockpit-surface {
  display: grid;
  grid-template-columns: minmax(0, 250px) minmax(0, 1fr);
  gap: 18px;
  height: calc(100% - 130px);
}

.queue-rail {
  display: grid;
  gap: 12px;
}

.queue-item {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 5px;
  padding: 16px;
  border: 1px solid rgba(193, 236, 255, 0.12);
  border-radius: 22px;
  color: rgba(228, 246, 255, 0.84);
  background: rgba(255, 255, 255, 0.06);
  text-align: left;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.queue-item::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 0;
  height: 3px;
  border-radius: var(--radius-pill);
  background: linear-gradient(90deg, var(--cyan), var(--mint));
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 200ms ease;
}

.queue-item span {
  color: rgba(206, 239, 255, 0.62);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.queue-item strong {
  color: var(--white);
  font-size: 1rem;
}

.queue-item small {
  color: rgba(228, 246, 255, 0.68);
  line-height: 1.5;
}

.queue-item:hover,
.queue-item:focus-visible,
.queue-item.active {
  transform: translateY(-1px);
  border-color: rgba(120, 220, 255, 0.28);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.16);
}

.queue-item.active::after {
  transform: scaleX(1);
}

.cockpit-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 16px;
}

.cockpit-grid .surface-card {
  padding: 22px;
  color: rgba(236, 249, 255, 0.84);
}

.cockpit-grid h2 {
  margin-top: 8px;
  font-size: 1.35rem;
  color: var(--white);
}

.cockpit-grid p,
.cockpit-grid li {
  color: rgba(236, 249, 255, 0.74);
}

.ticket-card,
.audio-card {
  min-height: 206px;
}

.ai-brief,
.decision-card {
  min-height: 206px;
}

.ai-brief ul {
  margin: 12px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 10px;
}

.case-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.case-tags span {
  padding: 6px 10px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(232, 247, 255, 0.74);
  font-size: 0.78rem;
}

.wave {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  height: 52px;
  margin: 16px 0 14px;
}

.wave span {
  width: 7px;
  border-radius: var(--radius-pill);
  background: linear-gradient(180deg, rgba(115, 239, 202, 0.44), rgba(120, 220, 255, 0.96));
  animation: wave-bounce 1.6s ease-in-out infinite;
}

.wave span:nth-child(1) {
  height: 14px;
}

.wave span:nth-child(2) {
  height: 30px;
  animation-delay: 0.1s;
}

.wave span:nth-child(3) {
  height: 18px;
  animation-delay: 0.2s;
}

.wave span:nth-child(4) {
  height: 38px;
  animation-delay: 0.3s;
}

.wave span:nth-child(5) {
  height: 22px;
  animation-delay: 0.4s;
}

.wave span:nth-child(6) {
  height: 30px;
  animation-delay: 0.5s;
}

.wave span:nth-child(7) {
  height: 16px;
  animation-delay: 0.6s;
}

.hero-belt {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.belt-card {
  position: relative;
  overflow: hidden;
  padding: 20px 22px;
  border: 1px solid rgba(193, 236, 255, 0.14);
  border-radius: 26px;
  color: rgba(236, 249, 255, 0.82);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(16px);
}

.belt-card::after {
  content: "";
  position: absolute;
  inset: auto -30px -40px auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(120, 220, 255, 0.26), transparent 68%);
}

.belt-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--cyan-soft);
  font-size: 0.72rem;
  font-weight: 820;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.belt-card strong {
  display: block;
  font-size: 1rem;
  line-height: 1.55;
}

.impact-section {
  background:
    radial-gradient(circle at 18% 18%, rgba(120, 220, 255, 0.12), transparent 26rem),
    linear-gradient(180deg, #eef8ff 0%, #f7fcff 100%);
}

.impact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 22px;
  align-items: stretch;
}

.impact-manifesto {
  display: grid;
  gap: 18px;
  padding: 34px;
  border: 1px solid rgba(193, 236, 255, 0.12);
  border-radius: 34px;
  color: var(--white);
  background:
    linear-gradient(160deg, rgba(9, 30, 45, 0.96), rgba(13, 44, 66, 0.92)),
    radial-gradient(circle at 70% 20%, rgba(120, 220, 255, 0.24), transparent 18rem);
  box-shadow: var(--shadow-soft);
}

.impact-manifesto span {
  color: var(--cyan-soft);
  font-size: 0.76rem;
  font-weight: 820;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.impact-manifesto h3 {
  font-size: clamp(2rem, 3vw, 3rem);
}

.impact-manifesto p {
  color: rgba(232, 247, 255, 0.78);
  font-size: 1rem;
  line-height: 1.8;
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.impact-card {
  padding: 26px;
  border: 1px solid var(--line-dark);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-soft);
}

.impact-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 14px;
  color: var(--blue-deep);
  background: linear-gradient(135deg, rgba(120, 220, 255, 0.18), rgba(115, 239, 202, 0.2));
  font-size: 0.88rem;
  font-weight: 860;
}

.impact-card h3 {
  font-size: 1.3rem;
  margin-bottom: 12px;
}

.impact-card p {
  color: var(--ink-soft);
  line-height: 1.76;
}

.workflow-section {
  color: var(--white);
  background:
    radial-gradient(circle at 78% 12%, rgba(120, 220, 255, 0.14), transparent 26rem),
    linear-gradient(180deg, #0a2133 0%, #102a40 100%);
}

.workflow-shell {
  display: grid;
  gap: 34px;
}

.workflow-intro {
  display: grid;
  gap: 18px;
  max-width: 760px;
}

.workflow-intro h2 {
  font-size: clamp(2.5rem, 4vw, 4rem);
}

.workflow-intro p:last-of-type {
  color: rgba(232, 247, 255, 0.76);
  font-size: 1.05rem;
  line-height: 1.76;
}

.day-switches {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.day-step {
  padding: 12px 18px;
  border: 1px solid rgba(193, 236, 255, 0.16);
  border-radius: var(--radius-pill);
  color: rgba(232, 247, 255, 0.74);
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.day-step:hover,
.day-step:focus-visible,
.day-step.active {
  transform: translateY(-1px);
  border-color: rgba(120, 220, 255, 0.42);
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
}

.day-board {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 24px;
  align-items: stretch;
}

.day-visual {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  min-height: 460px;
  margin: 0;
  box-shadow: var(--shadow-deep);
  background: #dcecf5;
}

.day-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.day-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 23, 36, 0.08), rgba(7, 23, 36, 0.72)),
    radial-gradient(circle at 74% 16%, rgba(120, 220, 255, 0.22), transparent 20rem);
}

.day-visual figcaption {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 1;
  padding: 18px 20px;
  border: 1px solid rgba(193, 236, 255, 0.14);
  border-radius: 22px;
  color: rgba(240, 250, 255, 0.88);
  background: rgba(5, 19, 31, 0.52);
  backdrop-filter: blur(14px);
}

.day-story {
  display: grid;
  gap: 18px;
  padding: 32px;
  min-height: 460px;
}

.day-story h3 {
  font-size: clamp(2rem, 3vw, 3rem);
  color: var(--white);
}

.day-story p {
  color: rgba(232, 247, 255, 0.8);
  line-height: 1.8;
}

.day-story ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 10px;
  color: rgba(232, 247, 255, 0.82);
}

.story-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.story-tags span {
  padding: 8px 12px;
  border-radius: var(--radius-pill);
  color: rgba(232, 247, 255, 0.76);
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.82rem;
}

.demo-section {
  background:
    radial-gradient(circle at 14% 8%, rgba(120, 220, 255, 0.12), transparent 22rem),
    linear-gradient(180deg, #f7fcff 0%, #edf7ff 100%);
}

.demo-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 24px;
  align-items: stretch;
}

.demo-copy {
  display: grid;
  gap: 18px;
}

.scenario-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.scenario-tab {
  padding: 12px 18px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-pill);
  color: var(--ink-soft);
  background: rgba(255, 255, 255, 0.82);
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.scenario-tab:hover,
.scenario-tab:focus-visible,
.scenario-tab.active {
  transform: translateY(-1px);
  border-color: rgba(59, 168, 239, 0.34);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 16px 36px rgba(10, 76, 120, 0.08);
}

.demo-panel {
  display: grid;
  gap: 22px;
  padding: 30px;
  border: 1px solid rgba(13, 67, 104, 0.1);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-soft);
}

.screen-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.screen-header span {
  color: var(--blue-deep);
  font-size: 0.76rem;
  font-weight: 820;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.screen-header strong {
  padding: 8px 12px;
  border-radius: var(--radius-pill);
  color: var(--blue-deep);
  background: rgba(59, 168, 239, 0.08);
  font-size: 0.84rem;
}

.conversation {
  display: grid;
  gap: 12px;
}

.bubble {
  max-width: 88%;
  padding: 16px 18px;
  border-radius: 22px;
  line-height: 1.72;
}

.bubble.patient {
  justify-self: start;
  color: var(--ink);
  background: rgba(8, 37, 58, 0.06);
}

.bubble.assistant {
  justify-self: end;
  color: var(--white);
  background: linear-gradient(135deg, rgba(15, 110, 184, 0.94), rgba(59, 168, 239, 0.92));
  box-shadow: 0 18px 38px rgba(59, 168, 239, 0.22);
}

.screen-brief {
  display: grid;
  gap: 12px;
  padding: 24px;
  border: 1px solid rgba(13, 67, 104, 0.08);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(239, 250, 255, 0.9), rgba(228, 245, 255, 0.8));
}

.screen-brief span {
  color: var(--blue-deep);
  font-size: 0.72rem;
  font-weight: 820;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.screen-brief h3 {
  font-size: 1.5rem;
}

.screen-brief p,
.screen-brief li {
  color: var(--ink-soft);
}

.screen-brief ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
}

.demo-side {
  display: grid;
  gap: 16px;
}

.demo-photo {
  margin: 0;
  overflow: hidden;
  border-radius: 34px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(10, 55, 88, 0.08);
}

.demo-photo img {
  aspect-ratio: 4 / 3;
  width: 100%;
  object-fit: cover;
}

.demo-photo figcaption {
  padding: 18px 20px 20px;
  color: var(--ink-soft);
  line-height: 1.72;
}

.mini-status,
.mini-stack article {
  padding: 22px 24px;
  border: 1px solid var(--line-dark);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-soft);
}

.mini-status span,
.mini-stack span {
  display: block;
  margin-bottom: 8px;
  color: var(--blue-deep);
  font-size: 0.72rem;
  font-weight: 820;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mini-status strong,
.mini-stack strong {
  line-height: 1.55;
}

.mini-stack {
  display: grid;
  gap: 14px;
}

.pillars-section {
  background: linear-gradient(180deg, #eef8ff 0%, #f8fcff 100%);
}

.pillars-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 24px;
  align-items: stretch;
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.pillar-card {
  padding: 26px;
  border: 1px solid var(--line-dark);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow-soft);
}

.pillar-card span {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--blue-deep);
  font-size: 0.72rem;
  font-weight: 820;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.pillar-card h3 {
  margin-bottom: 12px;
  font-size: 1.3rem;
}

.pillar-card p {
  color: var(--ink-soft);
  line-height: 1.76;
}

.platform-core {
  display: grid;
  gap: 18px;
  padding: 32px;
  border: 1px solid rgba(193, 236, 255, 0.12);
  border-radius: 34px;
  color: var(--white);
  background:
    linear-gradient(160deg, rgba(8, 27, 41, 0.96), rgba(12, 43, 65, 0.92)),
    radial-gradient(circle at 72% 16%, rgba(120, 220, 255, 0.22), transparent 18rem);
  box-shadow: var(--shadow-soft);
}

.platform-core h3 {
  font-size: clamp(2rem, 3vw, 3rem);
}

.platform-core p {
  color: rgba(232, 247, 255, 0.8);
  line-height: 1.78;
}

.core-stack {
  display: grid;
  gap: 12px;
  margin-top: 6px;
}

.core-step {
  padding: 18px 18px 18px 20px;
  border: 1px solid rgba(193, 236, 255, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.07);
}

.core-step span {
  display: block;
  margin-bottom: 6px;
  color: var(--cyan-soft);
  font-size: 0.72rem;
  font-weight: 820;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.core-step strong {
  line-height: 1.5;
}

.roles-section {
  background: linear-gradient(180deg, #f7fcff 0%, #edf7ff 100%);
}

.roles-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 26px;
  align-items: center;
}

.roles-photo {
  margin: 0;
  overflow: hidden;
  border-radius: 34px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.roles-photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.roles-photo figcaption {
  padding: 18px 20px 22px;
  color: var(--ink-soft);
  line-height: 1.72;
}

.roles-copy {
  display: grid;
  gap: 18px;
}

.roles-copy h2 {
  font-size: clamp(2.4rem, 3.8vw, 3.7rem);
}

.roles-grid {
  display: grid;
  gap: 14px;
  margin-top: 8px;
}

.role-card {
  padding: 22px 24px;
  border: 1px solid var(--line-dark);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow-soft);
}

.role-card span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--blue-deep);
  font-size: 0.72rem;
  font-weight: 820;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.role-card h3 {
  margin-bottom: 10px;
  font-size: 1.22rem;
}

.role-card p {
  color: var(--ink-soft);
  line-height: 1.76;
}

.model-section {
  background:
    radial-gradient(circle at 82% 12%, rgba(120, 220, 255, 0.12), transparent 26rem),
    linear-gradient(180deg, #eef8ff 0%, #f6fbff 100%);
}

.model-shell {
  display: grid;
  gap: 28px;
}

.model-manifesto {
  display: grid;
  gap: 12px;
  padding: 30px 32px;
  border: 1px solid rgba(13, 67, 104, 0.08);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(232, 246, 255, 0.9));
  box-shadow: var(--shadow-soft);
}

.model-manifesto strong {
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.38;
}

.model-manifesto p {
  color: var(--ink-soft);
  line-height: 1.76;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.pricing-card {
  position: relative;
  display: grid;
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--line-dark);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-soft);
}

.pricing-card-featured {
  border-color: rgba(59, 168, 239, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(235, 248, 255, 0.96)),
    rgba(255, 255, 255, 0.9);
  box-shadow: 0 32px 82px rgba(22, 107, 170, 0.16);
}

.pricing-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 8px 12px;
  border-radius: var(--radius-pill);
  color: var(--blue-deep);
  background: rgba(59, 168, 239, 0.12);
  font-size: 0.74rem;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pricing-head {
  display: grid;
  gap: 10px;
}

.pricing-tier {
  color: var(--blue-deep);
  font-size: 0.74rem;
  font-weight: 840;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.pricing-head strong {
  font-family: var(--heading-font);
  font-size: 1.65rem;
  letter-spacing: -0.04em;
  line-height: 1.06;
}

.pricing-head p {
  color: var(--ink-soft);
  line-height: 1.7;
}

.pricing-list {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 10px;
  color: var(--ink-soft);
}

.growth-board {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 22px;
  padding: 30px 32px;
  border: 1px solid rgba(193, 236, 255, 0.12);
  border-radius: 34px;
  color: var(--white);
  background:
    linear-gradient(160deg, rgba(9, 30, 45, 0.96), rgba(13, 44, 66, 0.92)),
    radial-gradient(circle at 72% 20%, rgba(120, 220, 255, 0.22), transparent 18rem);
  box-shadow: var(--shadow-soft);
}

.growth-copy {
  display: grid;
  gap: 14px;
}

.growth-copy h3 {
  font-size: clamp(2rem, 3vw, 3rem);
}

.growth-copy p:last-child {
  color: rgba(232, 247, 255, 0.78);
  line-height: 1.78;
}

.growth-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.growth-step {
  padding: 20px;
  border: 1px solid rgba(193, 236, 255, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.07);
}

.growth-step span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--cyan-soft);
  font-size: 0.72rem;
  font-weight: 820;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.growth-step strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.06rem;
}

.growth-step p {
  color: rgba(232, 247, 255, 0.76);
  line-height: 1.68;
}

.trust-section {
  color: var(--white);
  background:
    radial-gradient(circle at 12% 18%, rgba(120, 220, 255, 0.12), transparent 22rem),
    linear-gradient(180deg, #071824 0%, #0b2031 100%);
}

.trust-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 24px;
  align-items: center;
}

.trust-copy {
  display: grid;
  gap: 18px;
}

.trust-copy h2 {
  font-size: clamp(2.4rem, 4vw, 3.8rem);
}

.trust-copy > p:last-of-type {
  color: rgba(232, 247, 255, 0.78);
  line-height: 1.8;
}

.trust-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 8px;
}

.trust-points article {
  padding: 20px;
  border: 1px solid rgba(193, 236, 255, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
}

.trust-points strong {
  display: block;
  margin-bottom: 10px;
}

.trust-points span {
  color: rgba(232, 247, 255, 0.72);
  line-height: 1.68;
}

.trust-visual {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  margin: 0;
  border-radius: 36px;
  box-shadow: var(--shadow-deep);
  background: #0b2031;
}

.trust-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trust-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 24, 36, 0.1), rgba(7, 24, 36, 0.78)),
    radial-gradient(circle at 72% 18%, rgba(120, 220, 255, 0.24), transparent 20rem);
}

.trust-overlay {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 1;
  display: grid;
  gap: 10px;
  padding: 22px;
  border: 1px solid rgba(193, 236, 255, 0.16);
  border-radius: 24px;
  background: rgba(5, 19, 31, 0.56);
  backdrop-filter: blur(14px);
}

.trust-overlay span {
  color: var(--cyan-soft);
  font-size: 0.72rem;
  font-weight: 820;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.trust-overlay strong {
  font-size: 1.2rem;
  line-height: 1.5;
}

.cta-section {
  color: var(--white);
  background:
    radial-gradient(circle at 82% 12%, rgba(120, 220, 255, 0.14), transparent 22rem),
    linear-gradient(180deg, #081a2a 0%, #05131f 100%);
}

.cta-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 24px;
  padding: 34px;
  border: 1px solid rgba(193, 236, 255, 0.14);
  border-radius: 38px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06)),
    radial-gradient(circle at 76% 18%, rgba(120, 220, 255, 0.16), transparent 20rem);
  box-shadow: var(--shadow-deep);
  backdrop-filter: blur(18px);
}

.cta-copy {
  display: grid;
  gap: 18px;
}

.cta-copy h2 {
  font-size: clamp(2.4rem, 4vw, 3.8rem);
}

.cta-copy p:last-of-type {
  color: rgba(232, 247, 255, 0.8);
  line-height: 1.82;
}

.cta-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cta-checks span,
.contact-agenda span {
  padding: 9px 13px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(232, 247, 255, 0.78);
  font-size: 0.86rem;
}

.cta-panel {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 28px;
  border: 1px solid rgba(193, 236, 255, 0.14);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.07);
}

.contact-kicker {
  color: var(--cyan-soft);
  font-size: 0.72rem;
  font-weight: 820;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact-link {
  font-family: var(--heading-font);
  font-size: clamp(1.6rem, 2.4vw, 2rem);
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.contact-link.muted {
  color: rgba(232, 247, 255, 0.72);
  font-size: 1.12rem;
  font-family: var(--body-font);
  letter-spacing: 0;
}

.contact-agenda {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 4px 0 10px;
}

.site-footer {
  padding: 28px 0 40px;
  color: rgba(232, 247, 255, 0.74);
  background: #05131f;
}

.footer-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding-top: 10px;
  border-top: 1px solid rgba(193, 236, 255, 0.1);
}

.footer-brand {
  display: flex;
  gap: 14px;
  max-width: 420px;
}

.footer-mark {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 16px;
  background:
    radial-gradient(circle at 34% 25%, rgba(255, 255, 255, 0.95), rgba(120, 220, 255, 0.74) 34%, rgba(15, 110, 184, 0.94) 100%);
  box-shadow: 0 0 24px rgba(120, 220, 255, 0.18);
}

.footer-brand strong {
  display: block;
  margin-bottom: 8px;
  color: var(--white);
}

.footer-brand p {
  line-height: 1.74;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 18px;
  max-width: 520px;
}

.footer-links a {
  transition: color 160ms ease;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--white);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 640ms ease, transform 640ms ease;
}

.reveal.delay-1 {
  transition-delay: 120ms;
}

.reveal.delay-2 {
  transition-delay: 220ms;
}

.reveal.show {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1120px) {
  .site-nav {
    gap: 16px;
  }

  .hero-grid,
  .impact-layout,
  .demo-layout,
  .pillars-layout,
  .roles-shell,
  .trust-shell,
  .cta-shell,
  .growth-board {
    grid-template-columns: 1fr;
  }

  .hero-stage {
    min-height: 660px;
  }

  .hero-belt,
  .impact-grid,
  .pillar-grid,
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .section {
    padding: 96px 0;
  }

  .site-nav {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-bottom: 84px;
  }

  .hero-grid {
    gap: 28px;
  }

  .human-strip {
    grid-template-columns: 1fr;
  }

  .human-copy-card h2 {
    max-width: 100%;
  }

  .hero-copy {
    padding-top: 18px;
  }

  .hero-stage {
    min-height: 620px;
  }

  .cockpit {
    transform: perspective(1200px) rotateY(-2deg) rotateX(1.5deg);
  }

  .cockpit-surface {
    grid-template-columns: 1fr;
  }

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

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

  .day-board {
    grid-template-columns: 1fr;
  }

  .day-visual,
  .day-story {
    min-height: auto;
  }

  .trust-points,
  .growth-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .header-inner {
    gap: 14px;
    padding: 12px 14px;
  }

  .button-small {
    min-height: 40px;
    padding: 9px 14px;
  }

  .hero-copy h1 {
    max-width: 12ch;
    font-size: clamp(2.8rem, 12vw, 4.1rem);
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .button,
  .cta-panel .button {
    width: 100%;
  }

  .hero-belt,
  .impact-grid,
  .pillar-grid,
  .pricing-grid,
  .trust-points,
  .growth-steps {
    grid-template-columns: 1fr;
  }

  .flow-line {
    grid-template-columns: 1fr;
  }

  .flow-line i {
    width: 1px;
    height: 24px;
    justify-self: center;
  }

  .queue-rail {
    grid-template-columns: 1fr;
  }

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

  .demo-panel,
  .impact-manifesto,
  .platform-core,
  .model-manifesto,
  .growth-board,
  .cta-shell {
    padding: 24px;
  }

  .day-story,
  .cta-panel {
    padding: 24px;
  }

  .footer-inner {
    flex-direction: column;
  }

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

@media (max-width: 560px) {
  .shell {
    width: min(100vw - 28px, 100%);
  }

  .section {
    padding: 84px 0;
  }

  .brand-copy small {
    display: none;
  }

  .hero-proof,
  .cta-checks,
  .contact-agenda,
  .story-tags {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-proof span,
  .cta-checks span,
  .contact-agenda span,
  .story-tags span {
    text-align: center;
  }

  .screen-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .bubble {
    max-width: 100%;
  }

  .contact-link {
    font-size: 1.45rem;
  }
}

@keyframes mark-breathe {
  0%,
  100% {
    transform: scale(0.96);
    opacity: 0.5;
  }

  50% {
    transform: scale(1.04);
    opacity: 1;
  }
}

@keyframes cockpit-scan {
  0% {
    transform: translateY(0);
    opacity: 0.12;
  }

  50% {
    transform: translateY(318px);
    opacity: 0.34;
  }

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

@keyframes pulse-dot {
  0%,
  100% {
    transform: scale(0.92);
    opacity: 0.78;
  }

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

@keyframes photo-drift {
  0% {
    transform: scale(1.05) translate3d(0, 0, 0);
  }

  100% {
    transform: scale(1.1) translate3d(-18px, -8px, 0);
  }
}

@keyframes human-photo-drift {
  0% {
    transform: scale(1.02) translate3d(0, 0, 0);
  }

  100% {
    transform: scale(1.07) translate3d(-14px, -6px, 0);
  }
}

@keyframes wave-bounce {
  0%,
  100% {
    transform: scaleY(0.72);
    opacity: 0.72;
  }

  50% {
    transform: scaleY(1.08);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
