/* ======================================================================
   ModPilot coming-soon static site.
   Self-contained: design tokens + base + header/footer + landing styles.
   Theme: "Hyundai N motorsport" / Performance Blue on deep navy, N-red hot.
   ====================================================================== */

:root {
  --bg: #080b11;
  --bg-2: #0c111a;
  --card: #111824;
  --card-2: #151d2c;
  --line: #1e2738;
  --line-2: #2a3650;
  --text: #eaeff7;
  --muted: #8493a8;
  --accent: #2f6dff;
  --accent-2: #1a57e6;
  --accent-deep: #0a235a;
  --hot: #ff3d2e;
  --good: #2bd07a;
  --warn: #ffc24b;
  --chip-bg: rgba(47, 109, 255, 0.1);
  --chip-text: #a8c6ff;
  --chip-line: rgba(47, 109, 255, 0.3);
  --radius: 14px;
  --shadow: 0 10px 30px -16px rgba(0, 0, 0, 0.7);
  --font-sans: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-display: "Sora", var(--font-sans);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-height: 100vh;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  line-height: 1.5;
}

a { color: inherit; text-decoration: none; }
h1, h2, h3 { font-family: var(--font-display); font-weight: 700; }
img, svg { display: block; }

/* ----------------------------------------------------------- site header */
.site-header {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 24px; border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 30;
  background: rgba(8, 11, 17, 0.78); backdrop-filter: blur(12px);
}
.brand {
  font-family: var(--font-display); font-weight: 800; font-size: 20px;
  letter-spacing: -0.02em; color: var(--text);
}
.brand span { color: var(--accent); }
.tag {
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--accent);
  border: 1px solid var(--chip-line); background: var(--chip-bg); padding: 3px 8px; border-radius: 6px;
}
.nav { margin-left: auto; display: flex; gap: 18px; align-items: center; }
.nav a { color: var(--muted); font-size: 14px; transition: color 0.15s; }
.nav a:hover { color: var(--text); }
.nav-cta {
  color: #fff !important; background: var(--accent); padding: 8px 16px; border-radius: 9px;
  font-weight: 600; box-shadow: 0 8px 22px -10px var(--accent);
}
.nav-cta:hover { background: var(--accent-2); }
@media (max-width: 620px) {
  .nav a:not(.nav-cta) { display: none; }
}

/* ----------------------------------------------------------- page shell */
.cs { width: 100%; overflow: hidden; }
.cs-inner { max-width: 1140px; margin: 0 auto; padding: 0 24px; }

/* ----------------------------------------------------------------- hero */
.cs-hero { position: relative; padding: 86px 0 70px; }
.cs-hero::before,
.cs-hero::after {
  content: ""; position: absolute; border-radius: 50%; filter: blur(80px); z-index: 0; pointer-events: none;
}
.cs-hero::before {
  width: 760px; height: 760px; top: -340px; left: 50%; transform: translateX(-58%);
  background: radial-gradient(circle, rgba(47, 109, 255, 0.3), transparent 62%);
}
.cs-hero::after {
  width: 520px; height: 520px; top: -120px; right: -120px;
  background: radial-gradient(circle, rgba(255, 61, 46, 0.16), transparent 60%);
}
.cs-hero-grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center;
}

.cs-eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 12px; text-transform: uppercase; letter-spacing: 0.14em; font-weight: 700;
  color: var(--chip-text);
  border: 1px solid var(--chip-line); background: var(--chip-bg);
  padding: 6px 13px; border-radius: 999px; margin-bottom: 22px;
}
.cs-eyebrow .cs-pulse {
  width: 8px; height: 8px; border-radius: 50%; background: var(--good);
  box-shadow: 0 0 0 0 rgba(43, 208, 122, 0.6); animation: cs-pulse 2s infinite;
}
@keyframes cs-pulse {
  0% { box-shadow: 0 0 0 0 rgba(43, 208, 122, 0.55); }
  70% { box-shadow: 0 0 0 9px rgba(43, 208, 122, 0); }
  100% { box-shadow: 0 0 0 0 rgba(43, 208, 122, 0); }
}

.cs-title {
  font-family: var(--font-display); font-weight: 800;
  font-size: 60px; line-height: 1.02; letter-spacing: -0.035em; margin: 0 0 20px;
}
.cs-title .grad {
  background: linear-gradient(100deg, var(--accent) 0%, #7aa6ff 45%, var(--hot) 115%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent;
}
.cs-lede { color: var(--muted); font-size: 18px; line-height: 1.6; max-width: 540px; margin: 0 0 26px; }
.cs-lede strong { color: var(--text); font-weight: 600; }

/* hero capability chips: show breadth beyond the AI advisor */
.cs-caps { list-style: none; display: flex; flex-wrap: wrap; gap: 7px; padding: 0; margin: 0 0 28px; }
.cs-caps li {
  font-size: 12px; font-weight: 600; color: var(--chip-text);
  border: 1px solid var(--chip-line); background: var(--chip-bg); border-radius: 8px; padding: 5px 11px;
}
.cs-caps li::before {
  content: ""; display: inline-block; width: 5px; height: 5px; border-radius: 50%;
  background: var(--accent); margin-right: 7px; vertical-align: middle;
}

/* ------------------------------------------------------- phone / demo */
.cs-demo-wrap { position: relative; display: flex; justify-content: center; perspective: 1400px; }
.cs-demo-glow {
  position: absolute; inset: -10% 12%; z-index: 0; border-radius: 50%;
  background: radial-gradient(circle, rgba(47, 109, 255, 0.22), transparent 60%); filter: blur(40px);
}
.cs-phone {
  position: relative; z-index: 1;
  width: 320px; height: 640px; flex: none;
  border-radius: 42px; padding: 12px;
  background: linear-gradient(160deg, #1a2433, #0b0f17 60%);
  border: 1px solid var(--line-2);
  box-shadow: 0 50px 90px -40px rgba(0, 0, 0, 0.9), 0 0 0 1px rgba(255, 255, 255, 0.03) inset;
  animation: cs-float 7s ease-in-out infinite;
}
@keyframes cs-float {
  0%, 100% { transform: rotateY(-9deg) rotateX(3deg) translateY(0); }
  50% { transform: rotateY(-5deg) rotateX(2deg) translateY(-14px); }
}
.cs-phone::before {
  content: ""; position: absolute; top: 14px; left: 50%; transform: translateX(-50%);
  width: 116px; height: 26px; background: #05070b; border-radius: 0 0 16px 16px; z-index: 5;
}
.cs-screen {
  position: relative; height: 100%; border-radius: 32px; overflow: hidden;
  background: radial-gradient(420px 280px at 50% -60px, rgba(47, 109, 255, 0.16), transparent 70%), var(--bg);
  display: flex; flex-direction: column;
}
.cs-screen-head {
  display: flex; align-items: center; gap: 8px; padding: 38px 18px 12px;
  border-bottom: 1px solid var(--line); flex: none;
}
.cs-screen-brand { font-family: var(--font-display); font-weight: 800; font-size: 16px; }
.cs-screen-brand span { color: var(--accent); }
.cs-screen-tag {
  margin-left: auto; font-size: 9px; text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--accent); border: 1px solid var(--chip-line); background: var(--chip-bg);
  padding: 3px 7px; border-radius: 5px;
}
.cs-screen-body { flex: 1; padding: 14px; display: flex; flex-direction: column; gap: 10px; overflow: hidden; }

.cs-bubble { max-width: 88%; font-size: 12.5px; line-height: 1.45; padding: 9px 12px; border-radius: 14px; }
.cs-bubble.user {
  align-self: flex-end; background: var(--accent); color: #fff; border-bottom-right-radius: 4px;
  opacity: 0; transform: translateY(8px); animation: cs-bubblein 16s ease-out infinite;
}
@keyframes cs-bubblein {
  0% { opacity: 0; transform: translateY(8px) scale(0.97); }
  5% { opacity: 1; transform: translateY(0) scale(1); }
  94% { opacity: 1; transform: translateY(0) scale(1); }
  98%, 100% { opacity: 0; transform: translateY(0); }
}
.cs-bubble.assistant {
  align-self: flex-start; background: var(--card-2); border: 1px solid var(--line); color: var(--text);
  border-bottom-left-radius: 4px; display: inline-flex; gap: 8px; align-items: flex-start;
  opacity: 0; transform: translateY(8px); animation: cs-asstin 16s ease-out infinite;
}
.cs-asst-dot {
  width: 7px; height: 7px; border-radius: 50%; background: var(--good);
  box-shadow: 0 0 8px var(--good); margin-top: 4px; flex: none;
}
@keyframes cs-asstin {
  0%, 70% { opacity: 0; transform: translateY(8px); }
  77% { opacity: 1; transform: translateY(0); }
  94% { opacity: 1; transform: translateY(0); }
  98%, 100% { opacity: 0; transform: translateY(0); }
}
.cs-thinking {
  align-self: flex-start; display: inline-flex; gap: 4px; align-items: center;
  background: var(--card-2); border: 1px solid var(--line); border-radius: 14px;
  border-bottom-left-radius: 4px; padding: 10px 13px; opacity: 0; animation: cs-thinkshow 16s linear infinite;
}
@keyframes cs-thinkshow {
  0%, 7% { opacity: 0; }
  11% { opacity: 1; }
  22% { opacity: 1; }
  26%, 100% { opacity: 0; height: 0; padding: 0; margin: -5px 0; }
}
.cs-thinking span { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); animation: cs-dot 1.1s ease-in-out infinite; }
.cs-thinking span:nth-child(2) { animation-delay: 0.18s; background: var(--hot); }
.cs-thinking span:nth-child(3) { animation-delay: 0.36s; background: var(--good); }
@keyframes cs-dot { 0%, 100% { transform: translateY(0); opacity: 0.5; } 50% { transform: translateY(-4px); opacity: 1; } }

.cs-plan {
  background: linear-gradient(180deg, var(--card-2), var(--card));
  border: 1px solid var(--line); border-radius: 14px; padding: 12px;
  opacity: 0; transform: translateY(10px); animation: cs-planin 16s ease-out infinite;
}
@keyframes cs-planin {
  0%, 25% { opacity: 0; transform: translateY(10px); }
  31% { opacity: 1; transform: translateY(0); }
  94% { opacity: 1; transform: translateY(0); }
  98%, 100% { opacity: 0; transform: translateY(6px); }
}
.cs-plan-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.cs-plan-title { font-family: var(--font-display); font-weight: 700; font-size: 13px; }
.cs-plan-stage {
  font-size: 9px; text-transform: uppercase; letter-spacing: 0.08em; font-weight: 700;
  color: var(--accent); background: var(--chip-bg); border: 1px solid var(--chip-line);
  border-radius: 5px; padding: 2px 7px;
}

.cs-gauge { display: flex; align-items: center; gap: 12px; margin: 4px 0 12px; }
.cs-gauge svg { flex: none; }
.cs-gauge-arc { fill: none; stroke: var(--line-2); stroke-width: 9; stroke-linecap: round; }
.cs-gauge-fill {
  fill: none; stroke: url(#csGaugeGrad); stroke-width: 9; stroke-linecap: round;
  stroke-dasharray: 126; stroke-dashoffset: 126; animation: cs-sweep 16s ease-out infinite;
}
@keyframes cs-sweep {
  0%, 32% { stroke-dashoffset: 80; }
  52% { stroke-dashoffset: 24; }
  94% { stroke-dashoffset: 24; }
  98%, 100% { stroke-dashoffset: 80; }
}
.cs-gauge-read { line-height: 1.1; }
.cs-gauge-kw {
  font-family: var(--font-display); font-weight: 800; font-size: 22px; font-variant-numeric: tabular-nums;
  background: linear-gradient(90deg, var(--accent), var(--hot)); -webkit-background-clip: text;
  background-clip: text; -webkit-text-fill-color: transparent; color: transparent;
}
.cs-gauge-kw small { font-size: 11px; -webkit-text-fill-color: var(--muted); color: var(--muted); }
.cs-gauge-sub { font-size: 10px; color: var(--muted); margin-top: 2px; }
.cs-gauge-sub b { color: var(--good); font-weight: 700; }
.cs-gauge-torque {
  margin-left: auto; flex: none; text-align: center;
  border: 1px solid var(--chip-line); background: var(--chip-bg); border-radius: 9px; padding: 5px 9px;
}
.cs-gt-num { font-family: var(--font-display); font-weight: 800; font-size: 15px; color: var(--chip-text); font-variant-numeric: tabular-nums; line-height: 1; }
.cs-gt-label { font-size: 8px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; margin-top: 2px; }

.cs-prow {
  display: flex; align-items: center; gap: 9px; padding: 7px 0;
  border-top: 1px solid var(--line); opacity: 0; transform: translateX(-8px);
  animation: 16s ease-out infinite;
}
.cs-prow:nth-of-type(1) { animation-name: cs-row1; }
.cs-prow:nth-of-type(2) { animation-name: cs-row2; }
.cs-prow:nth-of-type(3) { animation-name: cs-row3; }
.cs-prow:nth-of-type(4) { animation-name: cs-row4; }
@keyframes cs-row1 {
  0%, 32% { opacity: 0; transform: translateX(-8px); }
  38%, 94% { opacity: 1; transform: translateX(0); }
  98%, 100% { opacity: 0; transform: translateX(-4px); }
}
@keyframes cs-row2 {
  0%, 36% { opacity: 0; transform: translateX(-8px); }
  42%, 94% { opacity: 1; transform: translateX(0); }
  98%, 100% { opacity: 0; transform: translateX(-4px); }
}
@keyframes cs-row3 {
  0%, 40% { opacity: 0; transform: translateX(-8px); }
  46%, 94% { opacity: 1; transform: translateX(0); }
  98%, 100% { opacity: 0; transform: translateX(-4px); }
}
@keyframes cs-row4 {
  0%, 44% { opacity: 0; transform: translateX(-8px); }
  50%, 94% { opacity: 1; transform: translateX(0); }
  98%, 100% { opacity: 0; transform: translateX(-4px); }
}
.cs-prow .cs-mono {
  width: 26px; height: 26px; border-radius: 7px; flex: none; display: grid; place-items: center;
  font-family: var(--font-display); font-weight: 800; font-size: 9px;
  background: var(--chip-bg); color: var(--chip-text); border: 1px solid var(--chip-line);
}
.cs-prow .cs-ptext { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.cs-prow .cs-pbrand { font-size: 8.5px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--accent); font-weight: 700; }
.cs-prow .cs-pname { font-size: 11.5px; line-height: 1.2; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cs-prow .cs-pprice { font-size: 10.5px; color: var(--muted); font-variant-numeric: tabular-nums; flex: none; }

.cs-plan-foot {
  margin-top: 10px; padding-top: 10px; border-top: 1px solid var(--line);
  display: flex; align-items: baseline; justify-content: space-between;
  opacity: 0; animation: cs-footin 16s ease-out infinite;
}
@keyframes cs-footin {
  0%, 54% { opacity: 0; transform: translateY(6px); }
  60%, 94% { opacity: 1; transform: translateY(0); }
  98%, 100% { opacity: 0; }
}
.cs-plan-foot .cs-budget { font-family: var(--font-display); font-weight: 800; font-size: 14px; }
.cs-plan-foot .cs-budget small { color: var(--muted); font-weight: 500; font-size: 10.5px; }
.cs-plan-foot .cs-legal {
  font-size: 9px; color: var(--warn); border: 1px solid rgba(255, 194, 75, 0.35);
  border-radius: 5px; padding: 2px 6px;
}

/* ----------------------------------------------------------- sections */
.cs-section { position: relative; padding: 72px 0; }
.cs-section.alt {
  background: linear-gradient(180deg, transparent, rgba(12, 17, 26, 0.6) 12%, rgba(12, 17, 26, 0.6) 88%, transparent);
}
.cs-kicker { text-align: center; font-size: 12px; text-transform: uppercase; letter-spacing: 0.16em; font-weight: 700; color: var(--accent); margin: 0 0 12px; }
.cs-h2 {
  text-align: center; font-family: var(--font-display); font-weight: 800;
  font-size: 38px; letter-spacing: -0.025em; margin: 0 auto 14px; max-width: 720px; line-height: 1.08;
}
.cs-sub { text-align: center; color: var(--muted); font-size: 16px; line-height: 1.6; max-width: 600px; margin: 0 auto 46px; }

.cs-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.cs-feature {
  position: relative; background: linear-gradient(180deg, var(--card-2), var(--card));
  border: 1px solid var(--line); border-radius: 16px; padding: 22px;
  transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease; overflow: hidden;
}
.cs-feature:hover { border-color: var(--accent); transform: translateY(-4px); box-shadow: var(--shadow); }
.cs-feature .cs-ficon {
  width: 42px; height: 42px; border-radius: 11px; display: grid; place-items: center;
  background: var(--chip-bg); border: 1px solid var(--chip-line); color: var(--accent); margin-bottom: 14px;
}
.cs-feature .cs-ficon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.cs-feature.hot .cs-ficon { background: rgba(255, 61, 46, 0.1); border-color: rgba(255, 61, 46, 0.3); color: var(--hot); }
.cs-feature.good .cs-ficon { background: rgba(43, 208, 122, 0.1); border-color: rgba(43, 208, 122, 0.3); color: var(--good); }
.cs-feature h3 { font-family: var(--font-display); font-size: 16px; margin: 0 0 7px; letter-spacing: -0.01em; }
.cs-feature p { color: var(--muted); font-size: 13.5px; line-height: 1.55; margin: 0; }

.cs-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.cs-step { text-align: center; padding: 8px; position: relative; }
.cs-step .cs-num {
  width: 52px; height: 52px; margin: 0 auto 16px; border-radius: 50%;
  display: grid; place-items: center; font-family: var(--font-display);
  font-weight: 800; font-size: 20px; color: var(--accent);
  background: var(--chip-bg); border: 1px solid var(--chip-line);
}
.cs-step h3 { font-family: var(--font-display); font-size: 17px; margin: 0 0 8px; }
.cs-step p { color: var(--muted); font-size: 14px; line-height: 1.55; margin: 0 auto; max-width: 280px; }
.cs-steps .cs-step:not(:last-child)::after {
  content: ""; position: absolute; top: 26px; right: -9px; width: 18px; height: 2px;
  background: linear-gradient(90deg, var(--accent), transparent);
}

.cs-trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 40px; }
.cs-trust-item {
  display: inline-flex; align-items: center; gap: 9px; font-size: 13px; color: var(--muted);
  border: 1px solid var(--line); background: var(--card); border-radius: 999px; padding: 8px 16px;
}
.cs-trust-item svg { width: 16px; height: 16px; color: var(--good); fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex: none; }

/* ------------------------------------------------------------- waitlist */
.cs-cta-band {
  position: relative; margin: 0 auto; max-width: 880px;
  border: 1px solid var(--line-2); border-radius: 26px; padding: 52px 40px; text-align: center;
  background:
    radial-gradient(600px 240px at 50% -30%, rgba(47, 109, 255, 0.22), transparent 70%),
    linear-gradient(180deg, var(--card-2), var(--card));
  overflow: hidden;
}
.cs-cta-band::before {
  content: ""; position: absolute; inset: -1px; border-radius: 26px; padding: 1px; pointer-events: none;
  background: linear-gradient(120deg, rgba(47, 109, 255, 0.5), transparent 40%, rgba(255, 61, 46, 0.35));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
}
.cs-cta-band h2 { font-family: var(--font-display); font-weight: 800; font-size: 34px; letter-spacing: -0.025em; margin: 0 0 12px; }
.cs-cta-band p { color: var(--muted); font-size: 16px; margin: 0 auto 28px; max-width: 460px; line-height: 1.55; }
.cs-cta-band .cs-waitlist { margin: 0 auto; }

.cs-waitlist { display: flex; gap: 10px; max-width: 440px; margin: 0; }
.cs-waitlist input {
  flex: 1; min-width: 0; background: var(--bg-2); border: 1px solid var(--line-2); color: var(--text);
  border-radius: 12px; padding: 14px 16px; font-size: 15px; font-family: inherit; outline: none;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.cs-waitlist input:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(47, 109, 255, 0.18); }
.cs-waitlist input::placeholder { color: var(--muted); }
.cs-waitlist input.invalid { border-color: var(--hot); box-shadow: 0 0 0 3px rgba(255, 61, 46, 0.16); }
.cs-waitlist button {
  flex: none; background: var(--accent); color: #fff; border: 0; border-radius: 12px;
  padding: 14px 24px; font-size: 15px; font-weight: 700; font-family: inherit; cursor: pointer;
  box-shadow: 0 12px 28px -12px var(--accent); transition: background 0.15s, transform 0.1s;
}
.cs-waitlist button:hover { background: var(--accent-2); }
.cs-waitlist button:active { transform: translateY(1px); }
.cs-wait-note { font-size: 12.5px; color: var(--muted); margin: 16px 0 0; }
.cs-wait-success {
  display: inline-flex; align-items: center; gap: 10px; font-size: 16px; color: var(--text);
  background: rgba(43, 208, 122, 0.1); border: 1px solid rgba(43, 208, 122, 0.35);
  border-radius: 14px; padding: 16px 22px; font-weight: 600;
}
.cs-wait-success svg { width: 22px; height: 22px; color: var(--good); fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; flex: none; }

/* ---------------------------------------------------------- page footer */
.cs-foot { text-align: center; color: var(--muted); font-size: 12.5px; line-height: 1.7; padding: 40px 24px 28px; max-width: 700px; margin: 0 auto; }
.cs-foot a { color: var(--accent); }
.cs-foot-au { margin: 16px 0 0; color: var(--muted); }
.cs-foot-au b { color: var(--text); font-weight: 600; }
.cs-foot-copy { margin: 8px 0 0; opacity: 0.7; }

/* ----------------------------------------------------------- responsive */
@media (max-width: 920px) {
  .cs-hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .cs-demo-wrap { order: -1; }
  .cs-title { font-size: 46px; }
  .cs-features { grid-template-columns: repeat(2, 1fr); }
  .cs-steps { grid-template-columns: 1fr; gap: 26px; }
  .cs-steps .cs-step:not(:last-child)::after { display: none; }
}
@media (max-width: 560px) {
  .cs-title { font-size: 36px; }
  .cs-h2 { font-size: 30px; }
  .cs-features { grid-template-columns: 1fr; }
  .cs-waitlist { flex-direction: column; }
  .cs-cta-band { padding: 40px 22px; }
  /* let the phone grow to fit the (taller) demo so nothing clips on small screens */
  .cs-phone { width: 300px; height: auto; }
  .cs-phone .cs-screen { height: auto; }
  .cs-screen-body { padding-bottom: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .cs-phone, .cs-bubble, .cs-thinking, .cs-plan, .cs-prow, .cs-plan-foot,
  .cs-gauge-fill, .cs-eyebrow .cs-pulse { animation: none !important; }
  .cs-bubble, .cs-plan, .cs-prow, .cs-plan-foot { opacity: 1; transform: none; }
  .cs-gauge-fill { stroke-dashoffset: 24; }
  .cs-thinking { display: none; }
  html { scroll-behavior: auto; }
}
