:root {
  --ink: #132033;
  --muted: #61738e;
  --blue: #176bff;
  --blue-dark: #0f56d8;
  --mint: #20bf73;
  --paper: #eaf5ff;
  --paper-2: #f7fbff;
  --line: #d6e3f4;
  --dark: #0d213a;
  --shell: 1160px;
  --radius-lg: 26px;
  --shadow: 0 22px 54px rgba(30, 67, 116, .1);
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: linear-gradient(180deg, var(--paper) 0 720px, #fff 720px 100%);
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}
body.modal-open { overflow: hidden; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { display: block; max-width: 100%; }
::selection { background: rgba(23, 107, 255, .18); color: var(--ink); }

.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.section-pad { padding: 46px 0; }
section { scroll-margin-top: 92px; }
.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--ink);
  color: #fff;
  transform: translateY(-150%);
}
.skip-link:not(:focus):not(:focus-visible) { opacity: 0; pointer-events: none; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(234, 245, 255, .92);
  border-bottom: 1px solid rgba(202, 218, 238, .78);
  backdrop-filter: blur(18px);
}
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 30px; }
.brand { width: 144px; display: inline-flex; flex: 0 0 auto; text-decoration: none; }
.brand img { width: 100%; height: 34px; object-fit: contain; object-position: left center; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 30px; }
.desktop-nav a { color: #52627b; font-size: 13px; font-weight: 700; text-decoration: none; }
.desktop-nav a:hover { color: var(--blue); }
.header-actions { display: flex; align-items: center; gap: 14px; }
.call-ai {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}
.live-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #23c9a9;
  box-shadow: 0 0 0 6px rgba(35, 201, 169, .14);
}
.btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 16px;
  padding: 0 26px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform .22s var(--ease), background .22s ease, color .22s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0) scale(.985); }
.btn-primary { background: var(--blue); color: #fff; box-shadow: 0 14px 28px rgba(23, 107, 255, .2); }
.btn-primary:hover { background: var(--blue-dark); }
.btn-secondary { border-color: rgba(12, 32, 57, .2); background: var(--dark); color: #fff; box-shadow: 0 14px 28px rgba(8, 24, 44, .14); }
.btn-secondary:hover { border-color: rgba(23, 107, 255, .42); background: #123056; }
.btn:focus-visible, button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 3px solid rgba(23, 107, 255, .28);
  outline-offset: 3px;
}
.header-cta { min-height: 56px; padding-inline: 30px; border-radius: 18px; }
.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}
.menu-toggle span { display: block; width: 18px; height: 2px; margin: 5px auto; border-radius: 2px; background: var(--ink); }
.mobile-menu { display: none; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); font-weight: 800; letter-spacing: -.012em; text-wrap: balance; }
h1 { margin-bottom: 24px; font-size: clamp(46px, 4.55vw, 62px); line-height: 1.04; }
h2 { margin-bottom: 22px; font-size: clamp(29px, 2.55vw, 38px); line-height: 1.13; }
h3 { margin-bottom: 12px; font-size: clamp(21px, 1.65vw, 24px); line-height: 1.16; }
.eyebrow { margin: 0 0 18px; color: #5e708b; font-size: 14px; font-weight: 800; letter-spacing: 0; }

.hero { overflow: hidden; padding-top: 34px; padding-bottom: 0; background: var(--paper); }
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr);
  gap: 32px;
  align-items: center;
  min-height: 590px;
}
.hero-copy { max-width: 620px; padding: 34px 0 42px; }
.hero-bullets {
  display: grid;
  gap: 10px;
  max-width: 590px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
  color: #263852;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}
.hero-bullets li {
  position: relative;
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 10px 18px 10px 44px;
  border: 1px solid rgba(214, 227, 244, .96);
  border-radius: 24px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 10px 30px rgba(41, 82, 132, .06);
}
.hero-bullets li::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 50%;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: var(--mint);
  transform: translateY(-50%);
}
.hero-bullets li::after {
  content: "";
  position: absolute;
  left: 25.5px;
  top: 50%;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -60%) rotate(45deg);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
.hero-actions .btn { min-width: 176px; }
.hero-proof { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; max-width: 590px; margin-top: 0; }
.proof-card {
  height: 68px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 15px;
  border: 1px solid rgba(207, 222, 241, .96);
  border-radius: 18px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 12px 30px rgba(30, 67, 116, .06);
}
.proof-icon { position: relative; flex: 0 0 24px; width: 24px; height: 24px; border: 2px solid var(--mint); border-radius: 50%; background: #fff; box-shadow: 0 8px 18px rgba(32, 191, 115, .12); }
.proof-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5px;
  height: 10px;
  border: solid var(--mint);
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -60%) rotate(45deg);
}
.proof-card strong { display: block; min-width: 0; color: var(--ink); font-size: 13px; font-weight: 800; line-height: 1.22; }

.hero-product {
  position: relative;
  min-height: 0;
  aspect-ratio: 1.48;
  overflow: hidden;
  border-radius: 0 0 42px 42px;
  background: radial-gradient(circle at 78% 12%, rgba(23, 107, 255, .18), transparent 28%), radial-gradient(circle at 86% 72%, rgba(35, 201, 169, .18), transparent 24%), linear-gradient(135deg, #f8fbff 0%, #e7f3ff 48%, #cde3ff 100%);
  box-shadow: 0 30px 74px rgba(30, 67, 116, .13);
}
.hero-product::before {
  content: "";
  position: absolute;
  inset: 9% 7% 16% 20%;
  border: 1px solid rgba(163, 195, 236, .5);
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(255,255,255,.74), rgba(255,255,255,.16));
  transform: skewX(-6deg);
}
.hero-scene {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% center;
  filter: saturate(1.03) contrast(1.02);
}
.hero-orbit {
  position: absolute;
  z-index: 0;
  right: 46px;
  top: 58px;
  width: 245px;
  height: 245px;
  border: 1px solid rgba(23, 107, 255, .2);
  border-radius: 50%;
  box-shadow: inset 0 0 0 22px rgba(255, 255, 255, .18), 0 0 48px rgba(23, 107, 255, .1);
  animation: softPulse 4.2s ease-in-out infinite;
}
@keyframes softPulse { 50% { transform: scale(1.04); opacity: .72; } }
.hero-call-panel, .hero-crm-panel {
  position: absolute;
  z-index: 3;
  border: 1px solid rgba(186, 209, 238, .88);
  border-radius: 22px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 18px 45px rgba(24, 64, 116, .13);
  backdrop-filter: blur(14px);
}
.hero-call-panel {
  left: 30px;
  top: 34px;
  width: min(238px, 42%);
  padding: 18px;
}
.hero-crm-panel {
  left: 282px;
  bottom: 82px;
  width: min(270px, 46%);
  padding: 18px 20px;
}
.hero-call-panel small, .hero-crm-panel small { display: block; margin-bottom: 7px; color: var(--blue); font-size: 10px; font-weight: 800; }
.hero-call-panel strong, .hero-crm-panel strong { display: block; color: var(--ink); font-size: 18px; font-weight: 800; line-height: 1.18; }
.hero-crm-panel ul { display: grid; gap: 7px; margin: 14px 0 0; padding: 0; list-style: none; color: #60738e; font-size: 10px; font-weight: 700; }
.hero-crm-panel li { position: relative; padding-left: 14px; }
.hero-crm-panel li::before { content: ""; position: absolute; left: 0; top: .62em; width: 6px; height: 6px; border-radius: 50%; background: var(--mint); transform: translateY(-50%); }
.hero-machine {
  position: absolute;
  inset: 34px 28px 84px;
  border: 1px solid rgba(181, 204, 234, .82);
  border-radius: 26px;
  background: rgba(255, 255, 255, .72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .82), 0 24px 60px rgba(28, 68, 116, .12);
  backdrop-filter: blur(14px);
}
.machine-top { height: 48px; display: flex; align-items: center; gap: 8px; padding: 0 18px; border-bottom: 1px solid rgba(203, 218, 238, .76); }
.machine-top span { width: 9px; height: 9px; border-radius: 50%; background: #dbe8f8; }
.machine-top b { margin-left: auto; color: #5c6e87; font-size: 11px; font-weight: 800; }
.machine-call, .machine-crm {
  position: absolute;
  width: min(235px, 45%);
  padding: 18px;
  border: 1px solid rgba(203, 218, 238, .9);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(34, 72, 118, .1);
}
.machine-call { left: 24px; top: 78px; }
.machine-crm { right: 24px; bottom: 26px; }
.machine-call small, .machine-crm small { display: block; margin-bottom: 6px; color: var(--blue); font-size: 10px; font-weight: 800; }
.machine-call strong, .machine-crm strong { display: block; color: var(--ink); font-size: 16px; font-weight: 800; line-height: 1.25; }
.machine-wave { height: 52px; display: flex; align-items: center; gap: 6px; margin-top: 12px; }
.machine-wave i { width: 4px; height: 24px; border-radius: 99px; background: var(--blue); animation: wave 1.4s infinite alternate ease-in-out; }
.machine-wave i:nth-child(2), .machine-wave i:nth-child(6) { height: 42px; animation-delay: .1s; }
.machine-wave i:nth-child(3), .machine-wave i:nth-child(5) { height: 62px; animation-delay: .2s; }
.machine-wave i:nth-child(4) { height: 34px; background: var(--mint); animation-delay: .3s; }
@keyframes wave { to { transform: scaleY(.55); opacity: .62; } }
.machine-core { position: absolute; left: 50%; top: 54%; display: grid; gap: 10px; width: min(190px, 34%); transform: translate(-50%, -50%); }
.machine-core::before, .machine-core::after { content: ""; position: absolute; top: 50%; width: 72px; height: 1px; background: linear-gradient(90deg, transparent, rgba(23, 107, 255, .46)); }
.machine-core::before { right: 100%; }
.machine-core::after { left: 100%; background: linear-gradient(90deg, rgba(23, 107, 255, .46), transparent); }
.machine-core span {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cfe0f6;
  border-radius: 14px;
  background: #eef6ff;
  color: #1e5ddb;
  font-size: 11px;
  font-weight: 800;
}
.machine-crm ul { display: grid; gap: 7px; margin: 14px 0 0; padding: 0; list-style: none; color: #60738e; font-size: 10px; font-weight: 700; }
.machine-crm li { position: relative; padding-left: 14px; }
.machine-crm li::before { content: ""; position: absolute; left: 0; top: .62em; width: 6px; height: 6px; border-radius: 50%; background: var(--mint); transform: translateY(-50%); }
.hero-flow {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border: 1px solid rgba(203, 218, 238, .9);
  border-radius: 16px;
  background: rgba(255, 255, 255, .92);
  color: #657890;
  box-shadow: 0 16px 42px rgba(31, 67, 112, .1);
  font-size: 9px;
  font-weight: 800;
}
.hero-flow span { white-space: nowrap; transition: color .3s ease; }
.hero-flow span.is-active { color: #0aa88b; }
.hero-flow i { height: 1px; flex: 1; background: #bfd0e7; }

.voice { padding-top: 30px; background: #fff; }
.voice-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 32px;
  align-items: center;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow);
}
.voice-copy h2 { max-width: 470px; font-size: clamp(29px, 2.8vw, 38px); }
.voice-copy ul { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.voice-copy li { position: relative; padding: 15px 0 15px 28px; border-bottom: 1px solid var(--line); font-size: 13.5px; font-weight: 700; }
.voice-copy li::before { content: ""; position: absolute; left: 0; top: 50%; width: 9px; height: 9px; border-radius: 3px; background: #28c6a5; transform: translateY(-50%) rotate(45deg); }
.audio-list { display: grid; gap: 12px; }
.audio-card {
  position: relative;
  height: 98px;
  overflow: hidden;
  border: 1px solid #d8e6f6;
  border-radius: 20px;
  background: linear-gradient(180deg, #f9fcff 0%, #f4f9ff 100%);
  color: var(--ink);
  text-align: left;
  box-shadow: 0 14px 34px rgba(30, 67, 116, .07);
  transition: border-color .22s ease, background .22s ease, box-shadow .22s ease;
  --audio-progress: 0%;
}
.audio-card:hover, .audio-card.is-playing { border-color: #86b2ff; background: #fff; box-shadow: 0 16px 40px rgba(23, 107, 255, .12), inset 0 0 0 1px rgba(23, 107, 255, .14); }
.audio-trigger {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) 110px;
  gap: 18px;
  align-items: center;
  padding: 18px 20px;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  cursor: pointer;
}
.audio-trigger:focus-visible { outline: 3px solid rgba(23, 107, 255, .32); outline-offset: -5px; border-radius: 18px; }
.audio-card audio { display: none; }
.audio-icon { position: relative; flex: 0 0 auto; width: 46px; height: 46px; border-radius: 50%; background: var(--blue); box-shadow: 0 12px 26px rgba(23, 107, 255, .22); }
.audio-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid #fff;
  transform: translate(-36%, -50%);
}
.audio-icon::after { content: ""; position: absolute; opacity: 0; }
.audio-card.is-playing .audio-icon::before, .audio-card.is-playing .audio-icon::after {
  top: 50%;
  width: 4px;
  height: 15px;
  border: 0;
  border-radius: 2px;
  background: #fff;
  opacity: 1;
}
.audio-card.is-playing .audio-icon::before { left: 50%; transform: translate(-6px, -50%); }
.audio-card.is-playing .audio-icon::after { left: 50%; transform: translate(4px, -50%); }
.audio-copy { min-width: 0; display: flex; flex-direction: column; justify-content: center; gap: 6px; align-self: stretch; }
.audio-copy b, .audio-copy small { overflow-wrap: anywhere; }
.audio-copy b { font-size: 15px; font-weight: 800; line-height: 1.2; }
.audio-copy small { color: #6a7b94; font-size: 11.5px; font-weight: 600; line-height: 1.25; }
.audio-progress { min-width: 0; display: grid; gap: 8px; justify-items: end; align-content: center; }
.audio-progress i { width: 96px; height: 6px; overflow: hidden; border-radius: 999px; background: #d9e8fb; }
.audio-progress i::after { content: ""; display: block; width: 100%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--blue), #24c7a8); transform: scaleX(var(--audio-progress, 0)); transform-origin: left center; transition: transform .14s linear; }
.audio-progress em { color: #60738e; font-size: 10px; font-style: normal; font-weight: 800; }

.signal-strip { background: #fff; border-block: 1px solid #e2edf9; }
.signal-grid { min-height: 126px; display: grid; grid-template-columns: 1.2fr .85fr 1.1fr; align-items: stretch; }
.signal-intro, .signal-stat { padding: 24px 36px; display: flex; flex-direction: column; justify-content: center; }
.signal-intro { padding-left: 0; }
.signal-intro b { max-width: 330px; font-size: 19px; line-height: 1.35; }
.signal-stat { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 18px; border-left: 1px solid var(--line); }
.signal-stat strong { color: var(--blue); font-size: 48px; font-weight: 800; line-height: 1; font-variant-numeric: tabular-nums; }
.signal-stat span { color: #60738e; font-size: 12px; line-height: 1.45; }
.signal-stat.conversion strong { color: var(--ink); font-size: 36px; white-space: nowrap; }
.signal-stat.conversion i { color: var(--mint); font-style: normal; }

.capabilities, .launch, .aftercall, .contact { background: #fff; }
.capability-ledger { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--paper-2); }
.capability-row { min-height: 382px; display: flex; flex-direction: column; gap: 14px; padding: 26px 26px 20px; border: 1px solid #e3edf8; border-radius: 24px; background: #fff; box-shadow: 0 12px 34px rgba(30, 67, 116, .07); }
.cap-num { color: var(--blue); font-size: 12px; font-weight: 800; }
.capability-row p { margin: 0; color: #52647e; font-size: 14px; line-height: 1.62; }
.cap-media {
  position: relative;
  overflow: hidden;
  width: calc(100% + 20px);
  aspect-ratio: 1.78;
  margin: auto -10px -2px;
  border-radius: 18px;
  background: #edf6ff;
  box-shadow: inset 0 0 0 1px rgba(157, 190, 232, .36);
}
.cap-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, .24), rgba(255, 255, 255, 0) 42%, rgba(7, 31, 57, .06));
  pointer-events: none;
}
.cap-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform .7s cubic-bezier(.2, .8, .2, 1);
}
.capability-row:hover .cap-media img { transform: scale(1.055); }
.industries { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 16px; }
.industries span { padding: 10px 14px; border: 1px solid #cbd7e6; border-radius: 12px; color: #60738e; font-size: 12px; font-weight: 700; }
.industries-action { display: flex; justify-content: center; margin-top: 22px; }
.industries-action .btn { min-width: 288px; }

.system-ref { padding: 62px 0 54px; background: var(--paper); }
.system-ref .b2-head { max-width: 780px; margin-bottom: 36px; }
.system-ref .b2-head h2 { font-size: clamp(30px, 2.7vw, 40px); }
.system-ref .b2-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 42px; align-items: center; }
.flow { display: grid; gap: 24px; }
.flow-step { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 18px; align-items: center; }
.flow-num { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: #edf4ff; color: var(--blue); font-size: 13px; font-weight: 800; }
.flow-text { color: var(--ink); font-size: 17px; font-weight: 800; line-height: 1.45; }
.dash-mock { overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: #fff; box-shadow: 0 20px 52px rgba(20, 40, 100, .1); }
.dash-top { height: 42px; display: flex; align-items: center; gap: 8px; padding: 0 18px; border-bottom: 1px solid var(--line); }
.dash-top span { width: 9px; height: 9px; border-radius: 50%; background: #dfe7f3; }
.dash-body { display: grid; grid-template-columns: 170px minmax(0, 1fr); min-height: 250px; }
.dash-side { display: grid; align-content: start; gap: 8px; padding: 22px 18px; border-right: 1px solid var(--line); }
.dash-side .row { position: relative; padding: 10px 12px 10px 28px; border-radius: 10px; color: #65758c; font-size: 12px; font-weight: 800; }
.dash-side .row.active { background: #e9f1ff; color: var(--blue); }
.dot2 { position: absolute; left: 12px; top: 50%; width: 8px; height: 8px; border-radius: 50%; background: #b8c5d5; transform: translateY(-50%); }
.row.active .dot2 { background: #82aefd; }
.dash-main { padding: 24px; }
.dash-line { display: grid; grid-template-columns: 58px 1fr; gap: 10px; padding: 11px 0; border-bottom: 1px dashed #d8e4f3; color: var(--ink); font-size: 12px; }
.dash-line b { color: var(--blue); font-variant-numeric: tabular-nums; }
.dash-line.cl b { color: #ff6b35; }
.dash-tagsrow { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.dash-tag { padding: 7px 11px; border: 1px solid #dce4fa; border-radius: 999px; background: #f7f9ff; color: #16305c; font-size: 11px; font-weight: 800; }
.dash-tag.hot { border-color: transparent; background: #ffe7da; color: #b94a19; }

.manager-match { padding: 46px 0; background: var(--paper); }
.manager-grid { display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; border-radius: 28px; background: var(--dark); box-shadow: 0 24px 64px rgba(8, 24, 44, .18); }
.manager-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 44px 48px; border-right: 1px solid rgba(255, 255, 255, .12); }
.manager-copy h2 { max-width: 390px; color: #fff; font-size: clamp(30px, 3vw, 42px); }
.manager-copy p { max-width: 370px; margin-bottom: 24px; color: #c4d2e5; font-size: 13.5px; line-height: 1.65; }
.manager-board { position: relative; min-height: 360px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; align-items: center; padding: 44px; background: linear-gradient(135deg, #142e4f 0%, #102744 55%, #0d2038 100%); }
.manager-link { position: absolute; inset: 34px 54px auto; display: grid; grid-template-columns: 10px 1fr 10px; align-items: center; gap: 12px; }
.manager-link span { width: 10px; height: 10px; border: 1px solid #73a8ff; border-radius: 50%; background: #173a66; }
.manager-link i { height: 1px; background: linear-gradient(90deg, rgba(115, 168, 255, 0), rgba(115, 168, 255, .75), rgba(115, 168, 255, 0)); }
.person {
  min-height: 248px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 0 0 22px;
  border: 1px solid rgba(130, 174, 253, .28);
  border-radius: 24px;
  background: rgba(255, 255, 255, .055);
  color: #fff;
  text-align: center;
}
.person-photo {
  width: calc(100% - 28px);
  aspect-ratio: 1.56;
  display: block;
  align-self: center;
  overflow: hidden;
  margin: 14px 14px 18px;
  border: 1px solid rgba(130, 174, 253, .24);
  border-radius: 18px;
  background: #dbeaf6;
}
.person-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.person h3 { margin: 0 0 5px; color: #fff; font-size: 17px; }
.person p { margin: 0; color: #b9c9df; font-size: 11.5px; }

.launch .shell { padding: 42px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--paper-2); }
.launch .section-heading { max-width: 760px; margin-bottom: 34px; }
.launch .section-heading h2 { font-size: clamp(30px, 2.7vw, 40px); }
.launch-track { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding-top: 48px; }
.launch-progress { position: absolute; left: 0; right: 22%; top: 20px; height: 3px; border-radius: 999px; background: var(--blue); }
.launch-track article { position: relative; }
.launch-track article::before { content: ""; position: absolute; left: 0; top: -41px; width: 22px; height: 22px; border: 4px solid var(--blue); border-radius: 50%; background: var(--paper-2); }
.launch-track article:last-child::before { border-color: var(--mint); background: var(--mint); }
.launch-track article span { display: block; margin-bottom: 8px; color: #60738e; font-size: 11px; font-weight: 800; }
.launch-track h3 { margin: 0; font-size: 20px; }
.launch-note { display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; margin-top: 36px; padding-top: 24px; border-top: 1px solid var(--line); }
.launch-note b { color: var(--blue); font-size: 28px; font-weight: 800; }
.launch-note span { color: #60738e; font-size: 13px; }
.launch-note strong { font-size: 18px; line-height: 1.25; }

.aftercall-frame, .contact-frame { display: grid; grid-template-columns: .9fr 1.1fr; gap: 44px; padding: 46px; border-radius: var(--radius-lg); }
.aftercall-frame {
  position: relative;
  overflow: hidden;
  border: 0;
  background:
    radial-gradient(circle at 95% 12%, rgba(23, 107, 255, .16), transparent 28%),
    linear-gradient(135deg, #0d213a 0%, #102744 52%, #132f55 100%);
  color: #fff;
  box-shadow: 0 28px 70px rgba(8, 24, 44, .18);
}
.aftercall-frame::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: -11%;
  bottom: -22%;
  width: 520px;
  height: 240px;
  border-radius: 999px;
  background: rgba(32, 191, 115, .16);
  transform: rotate(-10deg);
}
.aftercall-frame::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 46px;
  right: 46px;
  bottom: 34px;
  height: 1px;
  background: linear-gradient(90deg, rgba(112, 169, 255, 0), rgba(112, 169, 255, .48), rgba(32, 191, 115, .64));
}
.aftercall.section-pad { padding-bottom: 24px; }
.aftercall-title, .aftercall-content { position: relative; z-index: 3; }
.aftercall-title { display: flex; flex-direction: column; justify-content: center; min-height: 392px; padding-top: 4px; }
.aftercall-content { display: flex; flex-direction: column; justify-content: center; gap: 14px; }
.aftercall-title h2, .contact-copy h2 { font-size: clamp(30px, 3vw, 42px); }
.aftercall-title h2 { max-width: 470px; color: #fff; }
.aftercall-title::after {
  content: none;
}
.aftercall-art {
  position: relative;
  overflow: hidden;
  height: 154px;
  border: 1px solid rgba(216, 230, 246, .86);
  border-radius: 22px;
  background: #eff7ff;
  box-shadow: 0 18px 46px rgba(3, 14, 28, .22);
}
.aftercall-visual {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% center;
  filter: saturate(1.02) contrast(1.02);
  transform: scale(1.02);
}
.aftercall-content ul {
  counter-reset: aftercall;
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.aftercall-content li {
  counter-increment: aftercall;
  position: relative;
  min-height: 78px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 15px 18px;
  border: 1px solid rgba(152, 190, 244, .3);
  border-radius: 18px;
  background: rgba(8, 23, 42, .72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
  backdrop-filter: blur(12px);
}
.aftercall-content li::before {
  content: "0" counter(aftercall);
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .08);
  color: #7fb5ff;
  font-size: 12px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}
.aftercall-content li span {
  position: absolute;
  left: 50px;
  bottom: 13px;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: var(--mint);
}
.aftercall-content li strong { color: #fff; font-size: 15px; line-height: 1.42; }
.aftercall-actions { display: flex; justify-content: flex-end; padding-top: 2px; }
.aftercall-actions .btn { min-width: 232px; box-shadow: 0 18px 34px rgba(23, 107, 255, .28); }
.faq { padding: 0 0 12px; background: #fff; }
.faq-frame {
  display: grid;
  grid-template-columns: 390px minmax(0, 1fr);
  gap: 42px;
  padding: 34px 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--paper-2);
  box-shadow: 0 18px 46px rgba(30, 67, 116, .08);
}
.faq-head h2 { margin: 0; color: var(--ink); font-size: clamp(30px, 2.7vw, 40px); line-height: 1.12; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary {
  position: relative;
  min-height: 62px;
  display: flex;
  align-items: center;
  padding: 18px 48px 18px 0;
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid #c9dcf6;
  border-radius: 10px;
  background: #fff;
  color: var(--blue);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-50%);
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.faq-item[open] summary::after { content: "−"; border-color: rgba(23, 107, 255, .34); background: #eaf2ff; }
.faq-item summary:focus-visible { outline: 3px solid rgba(23, 107, 255, .22); outline-offset: 4px; border-radius: 10px; }
.faq-item p {
  max-width: 760px;
  margin: -2px 64px 18px 0;
  color: #60738e;
  font-size: 13.5px;
  line-height: 1.65;
}
.faq + .contact { padding-top: 18px; }
.contact { padding-top: 22px; padding-bottom: 66px; }
.contact-frame {
  position: relative;
  overflow: hidden;
  grid-template-columns: .92fr 1.08fr;
  gap: 64px;
  align-items: center;
  padding: 56px 58px;
  background:
    radial-gradient(circle at -6% 72%, rgba(32, 191, 115, .22), transparent 30%),
    radial-gradient(circle at 88% 6%, rgba(23, 107, 255, .22), transparent 28%),
    linear-gradient(135deg, #0d213a 0%, #0f2746 48%, #132f55 100%);
  color: #fff;
  box-shadow: 0 24px 68px rgba(8, 24, 44, .2);
}
.contact-frame::before {
  content: "";
  position: absolute;
  left: -8%;
  right: 52%;
  bottom: -18%;
  height: 220px;
  border-radius: 999px;
  background: rgba(199, 244, 228, .24);
  transform: rotate(-10deg);
}
.contact-copy { position: relative; z-index: 1; align-self: center; }
.contact-copy h2 { max-width: 540px; margin-bottom: 16px; color: #fff; font-size: clamp(36px, 4vw, 56px); line-height: 1.05; }
.contact-copy p { max-width: 520px; margin: 0 0 28px; color: rgba(255, 255, 255, .78); font-size: 15px; line-height: 1.6; }
.contact-benefits { display: grid; gap: 14px; margin: 0 0 30px; padding: 0; list-style: none; }
.contact-benefits li { position: relative; padding-left: 34px; color: #fff; font-size: 14px; font-weight: 800; line-height: 1.35; }
.contact-benefits li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(32, 191, 115, .18);
  transform: translateY(-50%);
}
.contact-benefits li::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 50%;
  width: 5px;
  height: 9px;
  border: solid #a9ffdd;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -62%) rotate(45deg);
}
.contact-direct { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.contact-direct span { flex-basis: 100%; color: rgba(255, 255, 255, .78); font-size: 13px; font-weight: 700; }
.contact-direct a { padding: 13px 15px; border-radius: 14px; background: #fff; color: var(--ink); font-size: 13px; font-weight: 800; text-decoration: none; box-shadow: 0 10px 24px rgba(45, 66, 94, .12); }
.lead-form { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; padding: 32px; border-radius: 22px; background: rgba(255, 255, 255, .92); color: var(--ink); box-shadow: 0 24px 54px rgba(69, 88, 113, .18); }
.lead-form label { display: grid; gap: 8px; color: #8b98aa; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.lead-form input, .lead-form textarea { width: 100%; border: 1px solid #e5edf7; border-radius: 12px; background: #f6f9fe; color: var(--ink); padding: 14px 16px; resize: vertical; transition: border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.lead-form input:focus, .lead-form textarea:focus { border-color: #8bb6ff; background: #fff; box-shadow: 0 0 0 4px rgba(23, 107, 255, .1); }
.lead-form textarea { min-height: 116px; }
.lead-form input::placeholder, .lead-form textarea::placeholder { color: #8b9bb1; }
.lead-form .wide { grid-column: 1 / -1; }
.consent { grid-template-columns: auto 1fr; align-items: center; }
.consent input { width: 15px; height: 15px; padding: 0; }
.contact-consent { margin: 0; color: #92a1b4; font-size: 11px; line-height: 1.45; }
.contact-consent a { color: #176bff; font-weight: 800; text-decoration: none; }
.contact-consent a:hover { text-decoration: underline; text-underline-offset: 3px; }
.form-status { min-height: 18px; margin: 0; color: #47607f; font-size: 12px; }

.site-footer { padding: 34px 0; border-top: 1px solid var(--line); background: #fff; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #60738e; font-size: 12px; font-weight: 700; }
.footer-links { display: flex; flex-wrap: wrap; gap: 16px; }
.footer-links a { text-decoration: none; }

.modal[hidden] { display: none; }
.modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 24px; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(9, 22, 39, .56); backdrop-filter: blur(8px); }
.modal-dialog { position: relative; width: min(560px, 100%); padding: 28px; border-radius: 24px; background: #fff; box-shadow: 0 28px 90px rgba(0, 0, 0, .24); }
.modal-close { position: absolute; right: 18px; top: 18px; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 10px; background: #fff; cursor: pointer; }
.modal-dialog h2 { font-size: 32px; }
.modal-dialog .lead-form { padding: 0; box-shadow: none; }

.motion-ready .reveal {
  opacity: 0;
  transition: opacity .5s var(--ease);
}
.motion-ready .reveal.is-visible {
  opacity: 1;
}
.motion-ready .hero-product.reveal { transition-delay: .12s; }
.motion-ready .proof-card { animation: proofGlow 5.4s ease-in-out infinite; }
.motion-ready .proof-card:nth-child(2) { animation-delay: .35s; }
.motion-ready .proof-card:nth-child(3) { animation-delay: .7s; }
.motion-ready .audio-card.is-playing .audio-progress i::after { animation: audioFill 1.8s linear infinite; }
.motion-ready .aftercall-visual { animation: aftercallDrift 9s var(--ease) infinite alternate; }
.launch-progress i { display: block; width: 100%; height: 100%; border-radius: inherit; background: inherit; transform-origin: left center; }
.motion-ready .is-visible .launch-progress i, .motion-ready .launch-track.is-visible .launch-progress i { animation: drawLine .9s var(--ease) both; }
@keyframes proofGlow { 50% { border-color: rgba(32, 191, 115, .34); box-shadow: 0 18px 34px rgba(30, 67, 116, .09); } }
@keyframes audioFill { from { transform: scaleX(.08); } to { transform: scaleX(1); } }
@keyframes drawLine { from { transform: scaleX(.08); } to { transform: scaleX(1); } }
@keyframes contactLine { 50% { transform: translateX(54%); opacity: .55; } }
@keyframes aftercallDrift { to { transform: scale(1.04) translateX(-14px); } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

@media (max-width: 1100px) {
  .hero-grid, .voice-grid, .system-ref .b2-grid, .manager-grid, .aftercall-frame, .contact-frame { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-product { width: min(760px, 100%); justify-self: center; }
  .manager-copy { border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .12); }
}

@media (max-width: 980px) and (min-width: 761px) {
  .capability-ledger { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .capability-row:nth-child(3) { grid-column: 1 / -1; min-height: 330px; }
  .capability-row:nth-child(3) .cap-media { aspect-ratio: 2.7; }
  .faq-frame { grid-template-columns: 1fr; gap: 18px; }
  .faq-item p { max-width: 100%; }
}

@media (max-width: 900px) {
  .launch-note { grid-template-columns: 1fr; gap: 10px; align-items: start; }
  .launch-note b { font-size: 24px; }
}

@media (max-width: 760px) {
  body { background: linear-gradient(180deg, var(--paper) 0 780px, #fff 780px 100%); }
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .section-pad { padding: 40px 0; }
  .desktop-nav, .header-actions .call-ai, .header-cta { display: none; }
  .header-inner { min-height: 68px; }
  .menu-toggle { display: block; margin-left: auto; }
  .mobile-menu { display: none; padding: 0 16px 16px; background: rgba(234, 245, 255, .96); }
  .mobile-menu.is-open { display: grid; gap: 10px; }
  .mobile-menu a { padding: 12px 0; color: var(--ink); font-size: 14px; font-weight: 800; text-decoration: none; }
  h1 { font-size: clamp(38px, 10vw, 44px); line-height: 1.08; }
  h2, .voice-copy h2, .manager-copy h2, .aftercall-title h2, .contact-copy h2, .system-ref .b2-head h2, .launch .section-heading h2 {
    font-size: clamp(27px, 7.4vw, 32px);
    line-height: 1.13;
  }
  .hero { padding-top: 18px; }
  .hero-grid { gap: 24px; min-height: auto; }
  .hero-copy { padding: 28px 0 0; }
  .hero-bullets { font-size: 13px; }
  .hero-actions { gap: 10px; margin-top: 22px; }
  .hero-actions .btn { flex: 1 1 150px; min-width: 0; padding-inline: 14px; }
  .hero-proof { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
  .proof-card { height: 76px; gap: 7px; padding: 10px 9px; border-radius: 16px; }
  .proof-icon { flex-basis: 20px; width: 20px; height: 20px; }
  .proof-icon::after { width: 4px; height: 8px; border-width: 0 2px 2px 0; }
  .proof-card strong { font-size: 10.5px; line-height: 1.18; }
  .hero-product { aspect-ratio: auto; min-height: 330px; border-radius: 0 0 30px 30px; }
  .hero-product::before { inset: 28px 18px 72px 62px; border-radius: 24px; }
  .hero-scene { object-position: 58% center; opacity: .96; }
  .hero-orbit { right: 12px; top: 42px; width: 180px; height: 180px; }
  .hero-call-panel, .hero-crm-panel { left: 16px; width: 214px; padding: 14px; border-radius: 18px; }
  .hero-call-panel { top: 22px; }
  .hero-crm-panel { bottom: 72px; }
  .hero-call-panel strong, .hero-crm-panel strong { font-size: 15px; }
  .hero-crm-panel ul { display: none; }
  .hero-machine { inset: 18px 14px 82px; border-radius: 22px; }
  .machine-core { display: none; }
  .machine-wave { height: 44px; }
  .hero-flow { left: 14px; right: 14px; bottom: 16px; gap: 6px; padding: 12px; font-size: 8px; }
  .voice-grid, .launch .shell, .aftercall-frame, .faq-frame, .contact-frame { padding: 22px; border-radius: 24px; }
  .aftercall-art { height: 132px; border-radius: 18px; }
  .aftercall-visual { object-position: 62% center; opacity: 1; }
  .aftercall-frame::before { left: -28%; bottom: -16%; width: 360px; height: 170px; background: rgba(32, 191, 115, .14); }
  .aftercall-frame::after { left: 22px; right: 22px; bottom: 22px; }
  .aftercall.section-pad { padding-bottom: 20px; }
  .aftercall-title { min-height: auto; gap: 22px; }
  .aftercall-content li { min-height: 72px; grid-template-columns: 36px minmax(0, 1fr); gap: 12px; padding: 14px; border-radius: 16px; }
  .aftercall-content li::before { width: 36px; height: 36px; border-radius: 12px; font-size: 11px; }
  .aftercall-content li span { left: 42px; bottom: 11px; }
  .aftercall-content li strong { font-size: 13.5px; line-height: 1.4; }
  .aftercall-actions { justify-content: stretch; }
  .aftercall-actions .btn { width: 100%; min-width: 0; }
  .faq { padding: 0 0 8px; }
  .faq-frame { grid-template-columns: 1fr; gap: 14px; }
  .faq-head h2 { font-size: 30px; }
  .faq-item summary { min-height: 58px; padding: 16px 42px 16px 0; font-size: 14px; }
  .faq-item summary::after { width: 28px; height: 28px; border-radius: 9px; font-size: 19px; }
  .faq-item p { margin: -2px 42px 16px 0; font-size: 12.5px; line-height: 1.6; }
  .faq + .contact { padding-top: 18px; }
  .contact { padding-bottom: 44px; }
  .contact-frame { gap: 18px; }
  .contact-copy h2 { max-width: 100%; margin-bottom: 16px; font-size: clamp(25px, 7.1vw, 30px); line-height: 1.12; }
  .contact-copy p { margin-bottom: 20px; font-size: 13px; }
  .contact-benefits { gap: 10px; margin-bottom: 22px; }
  .contact-benefits li { padding-left: 28px; font-size: 12.5px; }
  .contact-benefits li::before { top: 50%; width: 16px; height: 16px; border-radius: 50%; transform: translateY(-50%); }
  .contact-benefits li::after { left: 8px; top: 50%; transform: translate(-50%, -62%) rotate(45deg); }
  .contact-direct { gap: 8px; }
  .contact-direct a { padding: 12px 13px; font-size: 12px; }
  .lead-form { gap: 10px; padding: 18px; border-radius: 18px; }
  .lead-form input, .lead-form textarea { padding: 11px 12px; }
  .lead-form textarea { min-height: 82px; }
  .audio-card { min-height: 96px; height: auto; border-radius: 18px; }
  .audio-trigger { min-height: 96px; grid-template-columns: 42px minmax(0, 1fr); gap: 12px; padding: 16px; }
  .audio-icon { width: 40px; height: 40px; }
  .audio-progress { grid-column: 2; display: grid; grid-template-columns: minmax(52px, 1fr) auto; gap: 8px; justify-items: stretch; align-items: center; }
  .audio-progress i { width: 100%; }
  .audio-copy b { font-size: 13.5px; }
  .audio-copy small { font-size: 10.5px; line-height: 1.35; }
  .signal-grid { grid-template-columns: 1fr; }
  .signal-intro, .signal-stat { padding: 20px 0; border-left: 0; border-top: 1px solid var(--line); }
  .signal-intro { border-top: 0; }
  .capability-ledger { grid-template-columns: 1fr; padding: 18px; }
  .capability-row { min-height: 0; padding: 22px; }
  .industries-action .btn { width: 100%; min-width: 0; }
  .dash-body { grid-template-columns: 1fr; }
  .dash-side { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: visible; border-right: 0; border-bottom: 1px solid var(--line); }
  .dash-side .row { min-width: 0; }
  .manager-copy { padding: 34px 26px; }
  .manager-board { min-height: 280px; grid-template-columns: 1fr 1fr; gap: 12px; padding: 26px 18px 22px; }
  .manager-link { display: none; }
  .person { min-height: 206px; padding-bottom: 18px; border-radius: 18px; }
  .person-photo { width: calc(100% - 18px); margin: 9px 9px 14px; border-radius: 14px; }
  .person h3 { padding: 0 8px; font-size: clamp(12px, 3.5vw, 15px); line-height: 1.16; }
  .launch-track { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 12px; }
  .launch-track article { min-width: 0; }
  .launch-track h3 { font-size: 18px; overflow-wrap: anywhere; }
  .launch-progress, .launch-track article::before { display: none; }
  .launch-note { grid-template-columns: 1fr; gap: 10px; }
  .lead-form { grid-template-columns: 1fr; }
  .lead-form .wide { grid-column: auto; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 360px) {
  .manager-board { gap: 10px; padding: 22px 12px 18px; }
  .hero-proof { grid-template-columns: 1fr; }
  .proof-card { height: auto; min-height: 56px; padding: 12px 14px; }
  .proof-card strong { font-size: 12px; }
  .launch-track { grid-template-columns: 1fr; gap: 16px; }
}
