/* SIGNAL — College Compass landing page styles (scoped)
   Spec: docs/superpowers/specs/2026-07-11-design-system-restart-design.md
   Ported from mockups/signal/signal.css (landing-relevant rules only).
   Scoped under body[data-experience="landing"] so it never leaks into
   the app experience, which is owned by styles.css. */

body[data-experience="landing"] {
  --ink: #0B0F12;
  --ink-raise: #111713;
  --field: #12161B;      /* C1 neutral slate — no green cast; green stays accent-only */
  --field-line: #212730;
  --line: #1C2420;
  --line-soft: #151B17;
  --text: #F4F6F5;
  --text-dim: #8A9490;
  --text-faint: #5C6662;
  --green: #00D977;
  --green-ink: #04170D;
  --amber: #E8A33D;
  --red: #F25C3F;
  --display: "Space Grotesk", sans-serif;
  --body: "Inter", sans-serif;
}

body[data-experience="landing"] .marketing-site * { margin: 0; padding: 0; box-sizing: border-box; }

body[data-experience="landing"] {
  background: #0B0F12;
}
body[data-experience="landing"] .marketing-site {
  color: #F4F6F5;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body[data-experience="landing"] ::selection { background: var(--green); color: var(--green-ink); }

body[data-experience="landing"] a { color: inherit; text-decoration: none; }
body[data-experience="landing"] button { background: none; border: 0; color: inherit; font: inherit; cursor: pointer; }

body[data-experience="landing"] :focus-visible { outline: 2px solid var(--green); outline-offset: 2px; }

body[data-experience="landing"] .wrap { max-width: 1060px; margin: 0 auto; padding: 0 28px; }

/* ---------- type ---------- */
body[data-experience="landing"] .h-display {
  font-family: var(--display); font-weight: 700;
  font-size: clamp(38px, 6vw, 62px); line-height: 1.05; letter-spacing: -0.03em;
}
body[data-experience="landing"] .h-display em { font-style: normal; color: var(--green); }
body[data-experience="landing"] h2.h-sec {
  font-family: var(--display); font-weight: 700;
  font-size: clamp(26px, 3.6vw, 33px); line-height: 1.15; letter-spacing: -0.02em;
}
body[data-experience="landing"] h2.h-sec em { font-style: normal; color: var(--green); }
body[data-experience="landing"] h3 {
  font-family: var(--display); font-weight: 500;
  font-size: 20px; line-height: 1.3; letter-spacing: -0.01em;
}
body[data-experience="landing"] h3 em { font-style: normal; color: var(--green); }
body[data-experience="landing"] .lede { font-size: 16px; color: var(--text-dim); max-width: 58ch; }
body[data-experience="landing"] .micro {
  font-family: var(--body); font-weight: 600; font-size: 11px;
  letter-spacing: 0.07em; text-transform: uppercase; color: var(--text-dim);
}
body[data-experience="landing"] .num { font-family: var(--display); font-variant-numeric: tabular-nums; }
body[data-experience="landing"] .g { color: var(--green); }
body[data-experience="landing"] .a { color: var(--amber); }
body[data-experience="landing"] .r { color: var(--red); }

/* ---------- buttons ---------- */
body[data-experience="landing"] .btn {
  display: inline-block; background: var(--green); color: var(--green-ink);
  font-family: var(--display); font-weight: 500; font-size: 14px;
  padding: 12px 22px; border-radius: 0; letter-spacing: 0.01em;
}
body[data-experience="landing"] .btn:hover { filter: brightness(1.06); }
body[data-experience="landing"] .btn-quiet {
  display: inline-block; background: transparent; color: var(--text);
  border: 1px solid var(--line); font-family: var(--display); font-weight: 500;
  font-size: 14px; padding: 11px 21px; border-radius: 0;
}
body[data-experience="landing"] .btn-quiet:hover { border-color: var(--green); color: var(--green); }
body[data-experience="landing"] .act { color: var(--green); font-size: 14px; }
body[data-experience="landing"] .act:hover { text-decoration: underline; text-underline-offset: 3px; }
body[data-experience="landing"] .act.dim { color: var(--text-dim); }
body[data-experience="landing"] .act.dim:hover { color: var(--green); }

/* ---------- masthead ---------- */
body[data-experience="landing"] .mast {
  display: flex; justify-content: space-between; align-items: center;
  padding: 22px 0; border-bottom: 1px solid var(--line);
}
body[data-experience="landing"] .brand { display: flex; align-items: center; gap: 12px; }
body[data-experience="landing"] .brand .mark { display: block; flex: 0 0 auto; }
body[data-experience="landing"] .brand b {
  font-family: var(--display); font-weight: 700; font-size: 19px; letter-spacing: -0.01em;
}
body[data-experience="landing"] .mast nav { display: flex; align-items: center; gap: 26px; }
body[data-experience="landing"] .mast nav a { font-size: 14px; color: var(--text-dim); }
body[data-experience="landing"] .mast nav a:hover { color: var(--text); }
body[data-experience="landing"] .mast nav a.btn { padding: 9px 16px; color: var(--green-ink); }
body[data-experience="landing"] .mast nav a.btn:hover { color: var(--green-ink); }

/* ---------- hero ---------- */
body[data-experience="landing"] .hero { padding: 88px 0 72px; }
body[data-experience="landing"] .hero .lede { margin: 22px 0 30px; }
body[data-experience="landing"] .hero .ctas { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }

/* the live demo table */
body[data-experience="landing"] .demo { margin: 52px 0 18px; max-width: 680px; border-top: 1px solid var(--line); }
body[data-experience="landing"] .demo-row {
  display: flex; justify-content: space-between; align-items: baseline; gap: 18px;
  padding: 13px 2px; border-bottom: 1px solid var(--line-soft);
  opacity: 0; transform: translateY(4px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
body[data-experience="landing"] .demo-row.on { opacity: 1; transform: none; }
body[data-experience="landing"] .demo-row .nm { font-weight: 600; font-size: 15px; }
body[data-experience="landing"] .demo-row .nm small { display: block; font-weight: 400; font-size: 12.5px; color: var(--text-faint); margin-top: 1px; }
body[data-experience="landing"] .demo-row .figs { font-family: var(--display); font-size: 14.5px; color: var(--text-dim); white-space: nowrap; }
body[data-experience="landing"] .demo-row .figs b { color: var(--green); font-weight: 700; }
body[data-experience="landing"] .demo-caret {
  display: inline-block; width: 9px; height: 17px; background: var(--green);
  vertical-align: -2px; animation: blink 1s steps(1) infinite;
}
@keyframes blink { 50% { opacity: 0; } }

body[data-experience="landing"] .hero-proof { display: flex; gap: 8px 24px; flex-wrap: wrap; margin: 20px 0 14px; }
body[data-experience="landing"] .hero-proof span { font-size: 11.5px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; }
body[data-experience="landing"] .hero-foot { font-size: 13px; color: var(--text-faint); max-width: 62ch; line-height: 1.55; }

/* ---------- sections ---------- */
body[data-experience="landing"] .sec { padding: 72px 0 0; }
body[data-experience="landing"] .sec > .micro { display: block; margin-bottom: 26px; }

/* what you get — hairline grid, no boxes */
body[data-experience="landing"] .get-grid { display: grid; grid-template-columns: 1fr 1fr; }
body[data-experience="landing"] .get-cell { padding: 26px 34px 30px 0; border-top: 1px solid var(--line); }
body[data-experience="landing"] .get-cell:nth-child(even) { border-left: 1px solid var(--line); padding-left: 34px; padding-right: 0; }
body[data-experience="landing"] .get-cell h3 { margin-bottom: 14px; }
body[data-experience="landing"] .x-head { font-size: 11px; font-weight: 600; letter-spacing: 0.07em; text-transform: uppercase; color: var(--text-faint); margin-bottom: 8px; }
body[data-experience="landing"] .x-lead {
  display: flex; justify-content: space-between; align-items: baseline; gap: 12px;
  font-size: 13.5px; color: var(--text-dim); padding: 5px 0;
}
body[data-experience="landing"] .x-lead .dots { flex: 1; border-bottom: 1px dotted var(--line); transform: translateY(-4px); }
body[data-experience="landing"] .x-lead .val { font-family: var(--display); font-weight: 700; color: var(--text); white-space: nowrap; }
body[data-experience="landing"] .x-lead .val.g { color: var(--green); }
body[data-experience="landing"] .x-lead .val.a { color: var(--amber); }
body[data-experience="landing"] .x-note { font-size: 14.5px; line-height: 1.55; color: var(--text-dim); }
body[data-experience="landing"] .x-note .g { color: var(--green); font-weight: 600; }

/* comparison — hairline table */
body[data-experience="landing"] .compare { border-top: 1px solid var(--line); }
body[data-experience="landing"] .cmp-row {
  display: grid; grid-template-columns: 1.1fr 1.6fr 1.6fr; gap: 20px;
  padding: 15px 2px; border-bottom: 1px solid var(--line-soft);
  font-size: 14.5px; align-items: baseline;
}
body[data-experience="landing"] .cmp-row.head { font-size: 11px; font-weight: 600; letter-spacing: 0.07em; text-transform: uppercase; color: var(--text-faint); border-bottom: 1px solid var(--line); }
body[data-experience="landing"] .cmp-row .lbl { color: var(--text-dim); font-size: 13.5px; }
body[data-experience="landing"] .cmp-row .them { color: var(--text-faint); }
body[data-experience="landing"] .cmp-row .us { color: var(--text); font-weight: 600; }
body[data-experience="landing"] .cmp-row .us .g { color: var(--green); }

/* pricing */
body[data-experience="landing"] .price-head {
  display: flex; justify-content: space-between; align-items: center; gap: 20px;
  padding-bottom: 20px; border-bottom: 1px solid var(--line); flex-wrap: wrap;
}
body[data-experience="landing"] .price-head .amt { font-family: var(--display); }
body[data-experience="landing"] .price-head .amt b { font-size: 46px; font-weight: 700; letter-spacing: -0.02em; }
body[data-experience="landing"] .price-head .amt em { font-style: normal; font-size: 15px; color: var(--text-dim); }
body[data-experience="landing"] .price-line {
  display: flex; justify-content: space-between; align-items: baseline; gap: 14px;
  padding: 13px 2px; border-bottom: 1px solid var(--line-soft); font-size: 14.5px;
}
body[data-experience="landing"] .price-line .dots { flex: 1; border-bottom: 1px dotted var(--line); transform: translateY(-4px); }
body[data-experience="landing"] .price-line .inc { font-family: var(--display); font-weight: 500; color: var(--green); font-size: 13.5px; }
body[data-experience="landing"] .price-foot { padding-top: 16px; display: flex; justify-content: space-between; gap: 20px; align-items: baseline; flex-wrap: wrap; }
body[data-experience="landing"] .price-foot small { font-size: 13px; color: var(--text-dim); max-width: 56ch; line-height: 1.55; }
body[data-experience="landing"] .price-foot .vow { font-size: 11.5px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--green); white-space: nowrap; }

/* faq */
body[data-experience="landing"] .faq { border-top: 1px solid var(--line); }
body[data-experience="landing"] .faq details { border-bottom: 1px solid var(--line-soft); }
body[data-experience="landing"] .faq summary {
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding: 17px 2px; cursor: pointer; list-style: none;
  font-family: var(--display); font-weight: 500; font-size: 16.5px;
}
body[data-experience="landing"] .faq summary::-webkit-details-marker { display: none; }
body[data-experience="landing"] .faq summary .go { color: var(--green); font-weight: 700; font-size: 18px; }
body[data-experience="landing"] .faq details[open] summary .go { transform: rotate(45deg); }
body[data-experience="landing"] .faq summary:hover { color: var(--green); }
body[data-experience="landing"] .faq .ans { padding: 0 2px 18px; font-size: 14.5px; color: var(--text-dim); max-width: 66ch; line-height: 1.6; }
body[data-experience="landing"] .faq .ans b { color: var(--text); }

/* final cta */
body[data-experience="landing"] .final { padding: 96px 0 88px; text-align: left; }
body[data-experience="landing"] .final .lede { margin: 14px 0 28px; }

/* footer */
body[data-experience="landing"] .foot {
  display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap;
  padding: 26px 0 34px; border-top: 1px solid var(--line);
  font-size: 12.5px; color: var(--text-faint);
}

/* fade-in */
body[data-experience="landing"] .fade { opacity: 0; transform: translateY(6px); animation: rise 0.6s ease forwards; }
body[data-experience="landing"] .fade.d1 { animation-delay: 0.12s; }
body[data-experience="landing"] .fade.d2 { animation-delay: 0.24s; }
body[data-experience="landing"] .fade.d3 { animation-delay: 0.36s; }
@keyframes rise { to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) {
  body[data-experience="landing"] .fade { animation: none; opacity: 1; transform: none; }
  body[data-experience="landing"] .demo-row { transition: none; }
}

/* ---------- mobile (landing rules only) ---------- */
@media (max-width: 680px) {
  body[data-experience="landing"] .wrap { padding: 0 20px; }
  body[data-experience="landing"] .hero { padding: 56px 0 48px; }
  body[data-experience="landing"] .mast nav { gap: 16px; }
  body[data-experience="landing"] .mast nav a.hide-m { display: none; }
  body[data-experience="landing"] .get-grid { grid-template-columns: 1fr; }
  body[data-experience="landing"] .get-cell, body[data-experience="landing"] .get-cell:nth-child(even) { border-left: 0; padding-left: 0; padding-right: 0; }
  body[data-experience="landing"] .cmp-row { grid-template-columns: 1fr; gap: 4px; padding: 14px 2px; }
  body[data-experience="landing"] .cmp-row.head { display: none; }
  body[data-experience="landing"] .cmp-row .them::before { content: "Free tools: "; font-size: 11px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--text-faint); font-weight: 600; }
  body[data-experience="landing"] .cmp-row .us::before { content: "College Compass: "; font-size: 11px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--green); font-weight: 600; }
  body[data-experience="landing"] .demo-row .figs { font-size: 13px; }
  body[data-experience="landing"] .price-head .amt b { font-size: 38px; }
}

/* ============================================================
   Production header adaptation — the kept .site-nav header wears
   the Signal masthead look. This stylesheet loads after styles.css,
   so equal specificity wins.
   ============================================================ */
body[data-experience="landing"] .site-nav {
  display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;
  max-width: 1060px; margin: 0 auto; padding: 22px 28px;
  /* opaque ink — this header is sticky, and "transparent" (a counter to the
     deleted styles.css skin) let the page scroll visibly through it */
  background: #0B0F12; border: 0; border-bottom: 1px solid #1C2420; box-shadow: none;
}
/* row lockup — styles.css used to supply the flex; it's gone */
body[data-experience="landing"] .site-brand {
  display: flex; align-items: center; gap: 12px; text-decoration: none;
}
body[data-experience="landing"] .site-brand .brand-copy strong {
  font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: 19px;
  letter-spacing: -0.01em; color: #F4F6F5;
}
body[data-experience="landing"] .site-brand .brand-copy small { display: none; }
body[data-experience="landing"] .site-brand .brand-accent { color: #F4F6F5; }
body[data-experience="landing"] #siteNavMenu { display: flex; gap: 26px; background: transparent; border: 0; }
body[data-experience="landing"] #siteNavMenu a,
body[data-experience="landing"] #siteNavMenu .nav-text-button {
  font-family: "Inter", sans-serif; font-size: 14px; color: #8A9490;
  background: none; border: 0; border-radius: 0; padding: 0;
}
body[data-experience="landing"] #siteNavMenu a:hover,
body[data-experience="landing"] #siteNavMenu .nav-text-button:hover { color: #F4F6F5; }
body[data-experience="landing"] .site-actions .header-login-button {
  background: none; border: 0; border-radius: 0; color: #8A9490;
  font-family: "Inter", sans-serif; font-size: 14px;
}
body[data-experience="landing"] .site-actions .nav-cta {
  background: #00D977; color: #04170D; border: 0; border-radius: 0;
  font-family: "Space Grotesk", sans-serif; font-weight: 500; font-size: 14px;
  padding: 9px 16px; box-shadow: none;
}
body[data-experience="landing"] .site-actions .nav-cta:hover { filter: brightness(1.06); }

/* Kill the legacy landing skin that styles.css still applies to the kept header
   (old 54px glowing mark, uppercase wordmark, centered nav, aurora washes). */
body[data-experience="landing"] .site-brand .northstar-mark {
  width: 30px; height: 30px; background: none; box-shadow: none;
  border: 0; border-radius: 0; padding: 0; filter: none;
}
body[data-experience="landing"] .site-brand strong {
  display: block; text-transform: none; letter-spacing: -0.01em;
  font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: 19px;
  color: #F4F6F5; line-height: 1.2;
}
/* styles.css's v1.11.2 lockup block uses !important throughout (quarantine
   band, line ~19514) — these counters must too, scoped to the landing. */
body[data-experience="landing"] .site-brand .brand-copy strong {
  font-family: "Space Grotesk", sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em !important;
  color: #F4F6F5 !important;
}
body[data-experience="landing"] .site-brand strong span,
body[data-experience="landing"] .site-brand .brand-accent {
  color: #F4F6F5 !important; background: none; -webkit-text-fill-color: #F4F6F5;
}
body[data-experience="landing"] .site-brand small { display: none; }
body[data-experience="landing"] .site-nav nav { justify-content: flex-end; gap: 26px; }
body[data-experience="landing"] .site-nav nav a,
body[data-experience="landing"] .site-nav .nav-text-button {
  font-family: "Inter", sans-serif; font-size: 14px; font-weight: 400;
  color: #8A9490; letter-spacing: 0; text-transform: none;
}
body[data-experience="landing"] .site-nav nav a:hover,
body[data-experience="landing"] .site-nav .nav-text-button:hover {
  color: #F4F6F5; transform: none;
}
body[data-experience="landing"],
body[data-experience="landing"] .marketing-site {
  background: #0B0F12; background-image: none;
}
body[data-experience="landing"]::before,
body[data-experience="landing"]::after,
body[data-experience="landing"] .marketing-site::before,
body[data-experience="landing"] .marketing-site::after,
body[data-experience="landing"] .site-nav::before,
body[data-experience="landing"] .site-nav::after {
  content: none; display: none;
}

/* ============================================================
   Landing dialogs — the modals/popover that open on the landing
   are app infrastructure kept verbatim; here they wear Signal.
   ============================================================ */
body[data-experience="landing"] .how-modal-backdrop { background: rgba(4, 6, 8, 0.78); backdrop-filter: none; }
body[data-experience="landing"] .how-modal-card {
  background: #0F1418; border: 1px solid #1C2420; border-top: 2px solid #00D977;
  border-radius: 0; box-shadow: 0 26px 60px rgba(0, 0, 0, 0.65);
  color: #F4F6F5; font-family: "Inter", sans-serif;
}
body[data-experience="landing"] .how-modal-card .eyebrow {
  font-family: "Inter", sans-serif; font-size: 11px; font-weight: 600;
  letter-spacing: 0.07em; text-transform: uppercase; color: #00D977; background: none;
}
body[data-experience="landing"] .how-modal-card h2 {
  font-family: "Space Grotesk", sans-serif; font-weight: 700;
  font-size: clamp(24px, 3.2vw, 30px); line-height: 1.15; letter-spacing: -0.02em;
  color: #F4F6F5; text-transform: none; background: none; -webkit-text-fill-color: #F4F6F5;
}
body[data-experience="landing"] .how-modal-card .how-modal-lead { color: #8A9490; font-size: 15px; line-height: 1.6; }
body[data-experience="landing"] .how-modal-card .modal-close {
  background: none; border: 0; border-radius: 0; box-shadow: none;
  color: #5C6662; font-family: "Inter", sans-serif; font-size: 13px;
}
body[data-experience="landing"] .how-modal-card .modal-close:hover { color: #F4F6F5; }
body[data-experience="landing"] .how-modal-card input[type="email"],
body[data-experience="landing"] .how-modal-card input[type="password"],
body[data-experience="landing"] .how-modal-card input[type="text"] {
  background: #12161B; border: 1px solid #212730; border-radius: 0;
  color: #F4F6F5; font-family: "Inter", sans-serif; font-size: 15px; padding: 11px 12px;
  box-shadow: none;
}
body[data-experience="landing"] .how-modal-card input:focus { outline: none; border-color: #00D977; }
body[data-experience="landing"] .how-modal-card input::placeholder { color: #5C6662; }
/* primary actions → green fill, sharp */
body[data-experience="landing"] .how-modal-card .primary-action {
  background: #00D977; color: #04170D; border: 0; border-radius: 0; box-shadow: none;
  font-family: "Space Grotesk", sans-serif; font-weight: 500; font-size: 14px;
  padding: 12px 22px; text-transform: none; letter-spacing: 0.01em;
}
body[data-experience="landing"] .how-modal-card .primary-action:hover { filter: brightness(1.06); transform: none; }
/* quiet/secondary actions → green text links */
body[data-experience="landing"] .how-modal-card .secondary-action {
  background: none; border: 0; border-radius: 0; box-shadow: none;
  color: #8A9490; font-family: "Inter", sans-serif; font-size: 14px;
  text-decoration: none; text-transform: none;
}
body[data-experience="landing"] .how-modal-card .secondary-action:hover { color: #00D977; }

/* ============================================================
   Structural base (Task 2 — the landing stands alone). These
   rules used to be inherited from styles.css: sticky nav, the
   mobile nav dropdown, dialog positioning/sizing, and the pricing
   and what's-new dialog layouts. styles.css no longer loads on
   this page, so signal-landing.css now owns them outright.
   ============================================================ */
body[data-experience="landing"] .site-nav { position: sticky; top: 0; z-index: 1500; }
body[data-experience="landing"] .landing-hidden-utility,
body[data-experience="landing"] .landing-data-nav,
body[data-experience="landing"] .landing-pricing-nav {
  display: none;
}
body[data-experience="landing"] .site-actions { display: flex; align-items: center; gap: 14px; }
body[data-experience="landing"] .mobile-site-menu-toggle { display: none; }
@media (max-width: 860px) {
  body[data-experience="landing"] .mobile-site-menu-toggle {
    display: inline-flex; align-items: center; justify-content: center;
    min-height: 40px; border: 1px solid #1C2420; background: transparent;
    color: #F4F6F5; padding: 0 16px; font-family: "Inter", sans-serif;
    font-weight: 600; font-size: 13px; order: 2;
  }
  body[data-experience="landing"] #siteNavMenu {
    display: none; order: 4; flex-basis: 100%;
    flex-direction: column; gap: 0; margin-top: 14px; padding-top: 14px;
    border-top: 1px solid #1C2420;
  }
  body[data-experience="landing"] .site-nav.mobile-menu-open #siteNavMenu { display: flex; }
  body[data-experience="landing"] #siteNavMenu a,
  body[data-experience="landing"] #siteNavMenu .nav-text-button {
    padding: 12px 0; text-align: left;
  }
}
body.modal-open { overflow: hidden; }
/* the structural display rules below would otherwise beat the [hidden]
   attribute the dialog JS toggles — closed must always win */
body[data-experience="landing"] [hidden] { display: none !important; }
body[data-experience="landing"] .how-modal {
  position: fixed; inset: 0; z-index: 2200; display: grid; place-items: center; padding: 22px;
}
body[data-experience="landing"] .how-modal-backdrop { position: absolute; inset: 0; }
body[data-experience="landing"] .how-modal-card {
  position: relative; z-index: 1; width: min(980px, 100%);
  max-height: min(86vh, 820px); overflow: auto; padding: 26px;
}
body[data-experience="landing"] .how-modal-card .modal-close {
  position: absolute; top: 16px; right: 16px; padding: 8px 12px;
}
body[data-experience="landing"] .how-modal-card h2 { max-width: 760px; }
body[data-experience="landing"] .how-modal-card .how-modal-lead,
body[data-experience="landing"] .how-modal-card .how-modal-note { max-width: 780px; line-height: 1.55; }
/* hairline grid, not boxed cards — the circles/pills were the old design
   language; step numerals are quiet text, like the season rail's statuses */
body[data-experience="landing"] .how-modal-steps {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 28px; margin: 20px 0;
  border-top: 1px solid #1C2420;
}
body[data-experience="landing"] .how-modal-steps article {
  display: grid; gap: 6px; align-content: start; border: 0; border-bottom: 1px solid #151B17; padding: 14px 0;
}
body[data-experience="landing"] .how-modal-steps span {
  font-family: "Space Grotesk", sans-serif; font-size: 12px; font-weight: 700;
  color: #00D977; background: none; width: auto; height: auto; border-radius: 0;
  display: block; letter-spacing: 0.06em;
}
body[data-experience="landing"] .how-modal-steps strong { font-size: 15px; color: #F4F6F5; }
body[data-experience="landing"] .how-modal-steps p { margin: 0; font-size: 13px; line-height: 1.42; }
body[data-experience="landing"] .how-modal-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
body[data-experience="landing"] .primary-action,
body[data-experience="landing"] .secondary-action {
  display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 18px;
}

/* pricing dialog */
body[data-experience="landing"] .pricing-modal-card { width: min(820px, 100%); }
body[data-experience="landing"] .pricing-modal-grid {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 22px;
}
body[data-experience="landing"] .pricing-modal-grid article {
  border: 0; border-top: 1px solid #1C2420; padding: 15px 18px 0;
}
body[data-experience="landing"] .pricing-modal-grid article.featured { border-top: 2px solid #00D977; }
body[data-experience="landing"] .pricing-modal-grid span {
  color: #00D977; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em;
}
body[data-experience="landing"] .pricing-modal-grid strong { font-size: 18px; color: #F4F6F5; }
body[data-experience="landing"] .pricing-modal-grid p { color: #8A9490; font-size: 13px; line-height: 1.45; margin: 0; }
@media (max-width: 620px) {
  body[data-experience="landing"] .pricing-modal-grid { grid-template-columns: 1fr; }
}

/* what's new dialog */
body[data-experience="landing"] .whats-new-card { width: min(820px, 100%); }
body[data-experience="landing"] .release-list { display: grid; gap: 10px; margin-top: 22px; }
body[data-experience="landing"] .release-list details {
  border: 1px solid #1C2420; background: #12161B; overflow: hidden;
}
body[data-experience="landing"] .release-list summary {
  cursor: pointer; padding: 14px 16px; color: #F4F6F5;
  font-family: "Space Grotesk", sans-serif; font-weight: 500; font-size: 15px;
}
body[data-experience="landing"] .release-list ul {
  display: grid; gap: 8px; margin: 0; padding: 0 18px 16px 34px;
  color: #8A9490; font-size: 14px; line-height: 1.45;
}
