/* =============================================================
   SproutMap Montessori — marketing design system
   Shared by index.html (chooser), educators.html, schools.html.

   Source of truth for the palette: src/index.css + src/variant/index.ts.
   The terracotta below is the canonical brand — changing it is a rebrand,
   not a tweak. Keep in sync with the app.
   ============================================================= */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

@font-face {
  font-family: 'Parisienne';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/parisienne-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
                 U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193,
                 U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  /* ---------- BRAND — TERRACOTTA ---------- */
  --primary-50:  #F7EDE9;
  --primary-100: #EFDBD3;
  --primary-200: #E0B8A8;
  --primary-300: #D0947C;
  --primary-400: #C17A5E;
  --primary-500: #B5654A;
  --primary-600: #97503A;
  --primary-700: #723C2C;
  --primary-800: #4E291E;
  --primary-900: #2A1610;

  /* ---------- ACCENT — WARM AMBER ---------- */
  --accent-100: #F6E5CC;
  --accent-200: #EDCB99;
  --accent-300: #E4B166;
  --accent-500: #D4943A;
  --accent-700: #7F5923;

  /* ---------- NEUTRALS ---------- */
  --bg:        #FAF9F6;
  --bg-card:   #FFFFFF;
  --bg-muted:  #F3F1EC;
  --text:      #2D3436;
  --text-muted:#636E72;
  --text-light:#B2BEC3;

  /* ---------- LEVEL RINGS (Practicing → Secure) ---------- */
  --level-1: #B4AFA0;
  --level-2: #C0BBAD;
  --level-3: #CCC8BA;
  --level-4: #D8D4CA;

  --font-sans: 'Inter', ui-sans-serif, system-ui, -apple-system, sans-serif;

  --radius-md:  10px;
  --radius-lg:  14px;
  --radius-xl:  18px;
  --radius-2xl: 24px;
  --radius-full: 9999px;

  --glass-tint:   rgba(255, 255, 255, 0.72);
  --glass-strong: rgba(255, 255, 255, 0.88);
  --glass-border: 1px solid rgba(255, 255, 255, 0.5);
  --glass-blur:   blur(16px) saturate(160%);
  --shadow-card:  0 8px 32px rgba(181, 101, 74, 0.09), inset 0 1px 0 rgba(255,255,255,0.65);
  --shadow-hover: 0 14px 44px rgba(181, 101, 74, 0.14), inset 0 1px 0 rgba(255,255,255,0.75);
  --shadow-lg:    0 24px 64px rgba(78, 41, 30, 0.16);

  --maxw: 1120px;
  --t: 180ms ease;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 88px; }

body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.6;
  color: var(--text);
  background-color: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image:
    radial-gradient(ellipse 1000px 800px at 0% -5%,   rgba(224, 184, 168, 0.42) 0%, transparent 55%),
    radial-gradient(ellipse 1100px 900px at 100% 8%,  rgba(228, 177, 102, 0.26) 0%, transparent 55%),
    radial-gradient(ellipse 900px  700px at 95% 62%,  rgba(208, 148, 124, 0.22) 0%, transparent 60%),
    radial-gradient(ellipse 800px  600px at 5% 95%,   rgba(246, 229, 204, 0.34) 0%, transparent 60%);
  background-attachment: fixed;
}

img, svg { max-width: 100%; }

h1, h2, h3 { line-height: 1.15; letter-spacing: -0.025em; margin: 0; font-weight: 600; }
h1 { font-size: clamp(2.4rem, 5.2vw, 3.9rem); font-weight: 700; }
h2 { font-size: clamp(1.85rem, 3.4vw, 2.6rem); }
h3 { font-size: 1.12rem; letter-spacing: -0.015em; }
p  { margin: 0; }
a  { color: var(--primary-600); text-decoration: none; }
a:hover { color: var(--primary-700); }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.narrow { max-width: 860px; }

/* ---------- brand lockup ---------- */
.logo { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; }
/* The mark is a flex item; without this it absorbs all the shrink in a tight
   nav and collapses to zero width. */
.logo svg { flex: none; }
.logo-word {
  position: relative; display: inline-block; line-height: 1;
  font-weight: 700; font-size: 30px; letter-spacing: -0.03em;
  color: var(--text); white-space: nowrap;
}
.logo-word .tail { color: var(--primary-500); }
.logo-word .script {
  position: absolute; right: -1px; top: 27px;
  transform: rotate(-7deg); transform-origin: right center;
  font-family: 'Parisienne', cursive; font-weight: 400;
  font-size: 18.5px; line-height: 1; color: var(--primary-500);
  pointer-events: none;
}
.logo.reverse .logo-word { color: #fff; }
.logo.reverse .logo-word .tail,
.logo.reverse .logo-word .script { color: var(--primary-200); }

/* Audience tag beside the logo — "for Guides" / "for Schools" */
.logo-tag {
  margin-left: 4px; align-self: center;
  font-size: 12.5px; font-weight: 600; letter-spacing: 0.02em;
  color: var(--primary-700); background: var(--primary-50);
  border: 1px solid var(--primary-100);
  padding: 4px 10px; border-radius: var(--radius-full);
  white-space: nowrap;
}

/* ---------- nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250, 249, 246, 0.82);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border-bottom: 1px solid rgba(181, 101, 74, 0.10);
}
.nav-in { display: flex; align-items: center; gap: 28px; height: 76px; }
.nav-links { display: flex; gap: 24px; margin-left: auto; }
.nav-links a {
  font-size: 15px; font-weight: 500; color: var(--text-muted);
  transition: color var(--t);
  /* Without this, flex squeezes each link to its narrowest fit and every
     label wraps to two lines once the audience tag is in the bar. */
  white-space: nowrap;
}
.nav-links a:hover { color: var(--primary-600); }
.nav-cta { display: flex; align-items: center; gap: 14px; }
.nav-cta.push { margin-left: auto; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 13px 24px; border-radius: var(--radius-full);
  font-size: 15.5px; font-weight: 600; letter-spacing: -0.01em;
  border: 1px solid transparent; cursor: pointer;
  transition: transform var(--t), box-shadow var(--t), background var(--t), color var(--t);
  white-space: nowrap;
}
.btn-primary {
  background: var(--primary-500); color: #fff;
  box-shadow: 0 6px 20px rgba(181, 101, 74, 0.28);
}
.btn-primary:hover {
  background: var(--primary-600); color: #fff;
  transform: translateY(-1px); box-shadow: 0 10px 28px rgba(181, 101, 74, 0.34);
}
.btn-ghost {
  background: var(--glass-tint); color: var(--primary-700);
  border-color: rgba(181, 101, 74, 0.22);
  backdrop-filter: var(--glass-blur); -webkit-backdrop-filter: var(--glass-blur);
}
.btn-ghost:hover { background: #fff; color: var(--primary-700); transform: translateY(-1px); }
.btn-lg { padding: 16px 30px; font-size: 16.5px; }
.btn-sm { padding: 10px 19px; font-size: 14.5px; }
.btn-link { font-size: 15px; font-weight: 600; color: var(--primary-600); }

/* ---------- sections ---------- */
section { padding: 96px 0; }
.section-tight { padding: 64px 0; }
.eyebrow {
  display: inline-block; font-size: 12.5px; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--primary-600); margin-bottom: 18px;
}
.lede { font-size: 1.16rem; color: var(--text-muted); max-width: 62ch; }
.section-head { max-width: 66ch; margin-bottom: 52px; }
.section-head p { margin-top: 18px; }
.center { text-align: center; margin-left: auto; margin-right: auto; }
.center .lede { margin-left: auto; margin-right: auto; }

/* ---------- hero ---------- */
.hero { padding: 72px 0 84px; }
.hero-grid {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 56px; align-items: center;
}
.hero h1 { margin-bottom: 22px; }
.hero .lede { font-size: 1.24rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-note { margin-top: 20px; font-size: 14.5px; color: var(--text-light); }

/* Reassurance line under a CTA — "No credit card. No card on file, ever." */
.cta-reassure {
  margin-top: 16px; font-size: 14.5px; color: var(--text-muted);
  display: flex; flex-wrap: wrap; gap: 8px 18px; align-items: center;
}
.cta-reassure span { display: inline-flex; align-items: center; gap: 7px; }
.cta-reassure svg { width: 15px; height: 15px; color: var(--primary-500); flex: none; }

/* ---------- amoeba card ---------- */
.blob-card {
  position: relative;
  background: var(--glass-tint);
  border: var(--glass-border);
  border-radius: var(--radius-2xl);
  box-shadow: var(--shadow-card);
  backdrop-filter: var(--glass-blur); -webkit-backdrop-filter: var(--glass-blur);
  padding: 20px 20px 16px;
}
.blob-caption {
  display: flex; justify-content: space-between; align-items: baseline;
  gap: 16px; padding: 0 8px 10px;
  font-size: 13px; color: var(--text-muted);
}
.blob-caption strong { color: var(--text); font-weight: 600; }

/* ---------- pills ---------- */
.pills { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.pill {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 11px 20px; border-radius: var(--radius-full);
  background: var(--glass-tint); border: var(--glass-border);
  backdrop-filter: var(--glass-blur); -webkit-backdrop-filter: var(--glass-blur);
  font-size: 15px; font-weight: 500; color: var(--text);
  box-shadow: 0 2px 10px rgba(181, 101, 74, 0.06);
}
.pill .x { color: var(--primary-500); font-weight: 700; }

/* ---------- cards ---------- */
.grid { display: grid; gap: 22px; }
.g2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.g3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card {
  background: var(--glass-tint); border: var(--glass-border);
  border-radius: var(--radius-xl); padding: 28px;
  box-shadow: var(--shadow-card);
  backdrop-filter: var(--glass-blur); -webkit-backdrop-filter: var(--glass-blur);
  transition: transform var(--t), box-shadow var(--t);
}
.card:hover { transform: translateY(-2px); box-shadow: var(--shadow-hover); }
.card h3 { margin-bottom: 10px; }
.card p { font-size: 15.5px; color: var(--text-muted); }
.card-icon {
  width: 42px; height: 42px; border-radius: 12px; margin-bottom: 18px;
  display: grid; place-items: center;
  background: var(--primary-50); color: var(--primary-600);
}
.card-icon svg { width: 21px; height: 21px; }

/* ---------- audience doors (index chooser) ---------- */
.doors { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.door {
  display: flex; flex-direction: column;
  background: var(--glass-strong); border: var(--glass-border);
  border-radius: var(--radius-2xl); padding: 38px 34px 34px;
  box-shadow: var(--shadow-card);
  backdrop-filter: var(--glass-blur); -webkit-backdrop-filter: var(--glass-blur);
  transition: transform var(--t), box-shadow var(--t), border-color var(--t);
  text-decoration: none; color: inherit;
  position: relative; overflow: hidden;
}
.door:hover {
  transform: translateY(-3px); box-shadow: var(--shadow-hover);
  border-color: var(--primary-200); color: inherit;
}
.door::before {
  content: ''; position: absolute; inset: 0 0 auto 0; height: 5px;
  background: linear-gradient(90deg, var(--primary-300), var(--primary-500));
}
.door .door-tag {
  font-size: 12.5px; font-weight: 600; letter-spacing: 0.07em;
  text-transform: uppercase; color: var(--primary-600); margin-bottom: 14px;
}
.door h2 { font-size: 1.72rem; margin-bottom: 12px; }
.door p { color: var(--text-muted); font-size: 16px; }
.door ul {
  list-style: none; padding: 0; margin: 22px 0 0;
  display: grid; gap: 11px;
}
.door li {
  display: flex; gap: 11px; align-items: flex-start;
  font-size: 15.5px; color: var(--text);
}
.door li svg { flex: none; width: 17px; height: 17px; margin-top: 4px; color: var(--primary-500); }
.door .door-go {
  margin-top: 28px; display: inline-flex; align-items: center; gap: 9px;
  font-weight: 600; font-size: 15.5px; color: var(--primary-600);
}
.door .door-go svg { width: 17px; height: 17px; transition: transform var(--t); }
.door:hover .door-go svg { transform: translateX(4px); }
.door .door-price {
  margin-top: 6px; font-size: 14.5px; font-weight: 600; color: var(--primary-700);
}

/* ---------- planes ---------- */
.planes { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
.plane {
  position: relative; overflow: hidden;
  background: var(--glass-tint); border: var(--glass-border);
  border-radius: var(--radius-lg); padding: 24px 20px 22px;
  box-shadow: var(--shadow-card);
  backdrop-filter: var(--glass-blur); -webkit-backdrop-filter: var(--glass-blur);
}
.plane::before {
  content: ''; position: absolute; inset: 0 0 auto 0; height: 4px;
  background: linear-gradient(90deg, var(--primary-300), var(--primary-500));
}
.plane .ceiling {
  font-size: 2.05rem; font-weight: 700; letter-spacing: -0.03em;
  color: var(--primary-500); line-height: 1;
}
.plane .ceiling span { font-size: 0.92rem; font-weight: 600; color: var(--text-light); }
.plane h3 { margin: 12px 0 7px; font-size: 1.03rem; }
.plane p { font-size: 14px; color: var(--text-muted); }

/* ---------- numbered steps ---------- */
.spine { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; counter-reset: step; }
.step { position: relative; padding-top: 54px; }
.step::before {
  counter-increment: step; content: counter(step);
  position: absolute; top: 0; left: 0;
  width: 38px; height: 38px; border-radius: var(--radius-full);
  display: grid; place-items: center;
  background: var(--primary-500); color: #fff;
  font-size: 15px; font-weight: 700;
  box-shadow: 0 4px 14px rgba(181, 101, 74, 0.3);
}
.step::after {
  content: ''; position: absolute; top: 19px; left: 48px; right: -20px; height: 1px;
  background: linear-gradient(90deg, rgba(181,101,74,0.32), rgba(181,101,74,0.06));
}
.step:last-child::after { display: none; }
.step h3 { margin-bottom: 8px; }
.step p { font-size: 15px; color: var(--text-muted); }
.spine-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.levels { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.level-chip {
  font-size: 13px; font-weight: 600; padding: 6px 13px;
  border-radius: var(--radius-full); color: var(--primary-800);
  background: var(--primary-50); border: 1px solid var(--primary-100);
}

/* ---------- day-in-the-life moments ---------- *
 * Scenes with a time stamp, run as a vertical thread. Deliberately a
 * different shape from the card grids so the narrative reads as narrative. */
.moments { display: grid; gap: 0; max-width: 900px; position: relative; }
.moment {
  position: relative;
  display: grid; grid-template-columns: 132px minmax(0, 1fr);
  gap: 30px; padding: 30px 0 34px 0;
}
.moment + .moment { border-top: 1px solid rgba(181, 101, 74, 0.14); }
.moment-when {
  font-size: 13.5px; font-weight: 600; line-height: 1.45;
  color: var(--primary-600); letter-spacing: 0.01em;
  padding-top: 3px;
}
.moment-when span { display: block; font-weight: 500; color: var(--text-light); }
.moment h3 { font-size: 1.22rem; margin-bottom: 12px; letter-spacing: -0.02em; }
.moment p { font-size: 16px; color: var(--text-muted); }
.moment p + p { margin-top: 12px; }
.moment .then {
  margin-top: 16px; padding: 14px 18px;
  background: var(--primary-50); border-left: 3px solid var(--primary-300);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  font-size: 15.5px; color: var(--primary-800);
}
.moment .then strong { font-weight: 600; }

@media (max-width: 700px) {
  .moment { grid-template-columns: 1fr; gap: 10px; padding: 26px 0 28px; }
  .moment-when { padding-top: 0; }
  .moment-when span { display: inline; }
  .moment-when span::before { content: ' · '; }
}

/* ---------- dark panel ---------- */
.panel {
  background: linear-gradient(180deg, rgba(78, 41, 30, 0.97), rgba(42, 22, 16, 0.98));
  border-radius: var(--radius-2xl); padding: 56px 48px; color: #F3F1EC;
  box-shadow: var(--shadow-lg);
}
.panel h2 { color: #fff; }
.panel .lede { color: rgba(243, 241, 236, 0.76); }
.panel .eyebrow { color: var(--primary-200); }
.panel .exclusions { list-style: none; padding: 0; margin: 34px 0 0; display: grid; gap: 14px; }
.panel .exclusions li {
  display: flex; gap: 13px; align-items: flex-start;
  font-size: 15.5px; color: rgba(243, 241, 236, 0.86);
}
.panel .exclusions svg { flex: none; width: 19px; height: 19px; margin-top: 3px; color: var(--primary-200); }
.panel .exclusions strong { color: #fff; font-weight: 600; }

/* ---------- quote ---------- */
.quote {
  border-left: 3px solid var(--primary-300);
  padding: 4px 0 4px 26px; margin: 30px 0 0;
  font-size: 1.15rem; font-style: italic; color: var(--text);
}
.quote cite { display: block; margin-top: 12px; font-size: 14px; font-style: normal; color: var(--text-muted); }

/* ---------- plan comparison ---------- */
.plans { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; align-items: start; }
.plan {
  position: relative;
  background: var(--glass-tint); border: var(--glass-border);
  border-radius: var(--radius-2xl); padding: 34px 30px;
  box-shadow: var(--shadow-card);
  backdrop-filter: var(--glass-blur); -webkit-backdrop-filter: var(--glass-blur);
}
.plan.featured { border: 1px solid var(--primary-200); background: var(--glass-strong); }
.plan .plan-name { font-size: 1.28rem; font-weight: 700; letter-spacing: -0.02em; }
.plan .plan-price {
  margin-top: 8px; font-size: 2.1rem; font-weight: 700;
  letter-spacing: -0.03em; color: var(--primary-500); line-height: 1.1;
}
.plan .plan-price small { font-size: 0.95rem; font-weight: 600; color: var(--text-muted); }
.plan .plan-for { margin-top: 10px; font-size: 15px; color: var(--text-muted); }
.plan ul { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 12px; }
.plan li { display: flex; gap: 11px; align-items: flex-start; font-size: 15.5px; }
.plan li svg { flex: none; width: 17px; height: 17px; margin-top: 4px; color: var(--primary-500); }
.plan .plan-cta { margin-top: 28px; }
.plan-badge {
  position: absolute; top: 20px; right: 22px;
  font-size: 11.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--primary-700); background: var(--primary-50);
  border: 1px solid var(--primary-100);
  padding: 5px 11px; border-radius: var(--radius-full);
}

/* ---------- rate card (3 tiers) ---------- */
.tiers { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; align-items: stretch; }
.tier {
  display: flex; flex-direction: column;
  background: var(--glass-tint); border: var(--glass-border);
  border-radius: var(--radius-xl); padding: 30px 26px;
  box-shadow: var(--shadow-card);
  backdrop-filter: var(--glass-blur); -webkit-backdrop-filter: var(--glass-blur);
}
.tier.lead { border: 1px solid var(--primary-200); background: var(--glass-strong); }
.tier-rooms {
  font-size: 12.5px; font-weight: 600; letter-spacing: 0.07em;
  text-transform: uppercase; color: var(--primary-600); margin-bottom: 12px;
}
.tier-price {
  font-size: 2.4rem; font-weight: 700; letter-spacing: -0.035em;
  color: var(--text); line-height: 1;
}
.tier-price span {
  display: block; margin-top: 7px;
  font-size: 0.88rem; font-weight: 500; letter-spacing: 0;
  color: var(--text-muted);
}
.tier h3 { margin: 18px 0 8px; font-size: 1.06rem; }
.tier p { font-size: 15px; color: var(--text-muted); }
.tier .tier-note {
  margin-top: auto; padding-top: 18px; font-size: 14px; color: var(--text-light);
}

/* What every classroom includes — a plain band under the tiers */
.includes {
  margin-top: 24px; padding: 26px 30px;
  background: var(--primary-50); border: 1px solid var(--primary-100);
  border-radius: var(--radius-xl);
}
.includes h3 { font-size: 1.04rem; margin-bottom: 16px; color: var(--primary-800); }
.includes ul {
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 11px 26px;
}
.includes li {
  display: flex; gap: 10px; align-items: flex-start;
  font-size: 15px; color: var(--primary-800);
}
.includes li svg { flex: none; width: 16px; height: 16px; margin-top: 4px; color: var(--primary-500); }

@media (max-width: 940px) {
  .tiers { grid-template-columns: 1fr; }
  .includes ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .includes ul { grid-template-columns: 1fr; }
  .includes { padding: 22px 20px; }
}

/* ---------- FAQ ---------- */
.faq { display: grid; gap: 14px; max-width: 820px; }
.faq details {
  background: var(--glass-tint); border: var(--glass-border);
  border-radius: var(--radius-lg); padding: 20px 24px;
  box-shadow: var(--shadow-card);
  backdrop-filter: var(--glass-blur); -webkit-backdrop-filter: var(--glass-blur);
}
.faq summary {
  cursor: pointer; font-weight: 600; font-size: 16.5px;
  list-style: none; display: flex; justify-content: space-between; gap: 16px;
  align-items: flex-start; color: var(--text);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '+'; font-size: 21px; font-weight: 400; line-height: 1;
  color: var(--primary-500); flex: none; transition: transform var(--t);
}
.faq details[open] summary::after { content: '−'; }
.faq details p { margin-top: 14px; font-size: 15.5px; color: var(--text-muted); }

/* ---------- CTA card + form ---------- */
.cta-card {
  background: var(--glass-strong); border: var(--glass-border);
  border-radius: var(--radius-2xl); padding: 52px 48px;
  box-shadow: var(--shadow-card);
  backdrop-filter: var(--glass-blur); -webkit-backdrop-filter: var(--glass-blur);
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr); gap: 48px; align-items: center;
}
.cta-card.solo { grid-template-columns: 1fr; text-align: center; }
.cta-card.solo .lede { margin-left: auto; margin-right: auto; }
.cta-card.solo .hero-actions,
.cta-card.solo .cta-reassure { justify-content: center; }
.field { display: grid; gap: 6px; margin-bottom: 15px; }
.field label { font-size: 13.5px; font-weight: 600; color: var(--text); }
.field input, .field select, .field textarea {
  font-family: inherit; font-size: 15.5px; color: var(--text);
  padding: 12px 15px; border-radius: var(--radius-md);
  border: 1px solid rgba(181, 101, 74, 0.22); background: #fff;
  transition: border-color var(--t), box-shadow var(--t);
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--primary-400);
  box-shadow: 0 0 0 3px rgba(181, 101, 74, 0.14);
}
.form-note { font-size: 13.5px; color: var(--text-muted); margin-top: 14px; }
.hp { position: absolute; left: -9999px; }

/* ---------- footer ---------- */
footer {
  background: #2A1610; color: rgba(243, 241, 236, 0.62);
  padding: 56px 0 34px; font-size: 14.5px;
}
.foot-top { display: flex; flex-wrap: wrap; gap: 32px; justify-content: space-between; align-items: flex-start; }
.foot-links { display: flex; flex-wrap: wrap; gap: 24px; }
footer a { color: rgba(243, 241, 236, 0.78); }
footer a:hover { color: #fff; }
.foot-bottom {
  margin-top: 40px; padding-top: 22px;
  border-top: 1px solid rgba(243, 241, 236, 0.12);
  display: flex; flex-wrap: wrap; gap: 14px; justify-content: space-between;
  font-size: 13.5px; color: rgba(243, 241, 236, 0.48);
}

/* ---------- cross-audience switch strip ---------- */
.switch-strip {
  background: var(--bg-muted);
  border-top: 1px solid rgba(181, 101, 74, 0.10);
  border-bottom: 1px solid rgba(181, 101, 74, 0.10);
  padding: 26px 0;
}
.switch-in {
  display: flex; flex-wrap: wrap; gap: 14px 26px;
  align-items: center; justify-content: center; text-align: center;
  font-size: 16px; color: var(--text-muted);
}
.switch-in strong { color: var(--text); font-weight: 600; }

/* ---------- responsive ---------- */
@media (max-width: 940px) {
  .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .planes { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .spine, .spine-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 34px; }
  .step:nth-child(2)::after { display: none; }
  .g3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .doors { grid-template-columns: 1fr; }
  .plans { grid-template-columns: 1fr; }
  .cta-card { grid-template-columns: 1fr; gap: 34px; padding: 40px 30px; }
  .nav-links { display: none; }
}
@media (max-width: 620px) {
  section { padding: 68px 0; }
  .g2, .g3, .planes, .spine, .spine-3 { grid-template-columns: 1fr; }
  .step::after { display: none; }
  .panel { padding: 40px 26px; }
  .nav-in { height: 68px; gap: 12px; }
  .logo-word { font-size: 25px; }
  .logo-word .script { top: 22px; font-size: 15.5px; }
  .logo-tag { display: none; }
  .hide-sm { display: none; }
  .show-sm { display: inline; }
  .door { padding: 30px 24px; }
}

.show-sm { display: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; }
}
