/* =========================================================
   Noevira — marketing site
   ========================================================= */

:root {
  --ink: #0e0a18;
  --ink-soft: #2a2336;
  --muted: #6b6376;
  --muted-soft: #9c95a6;
  --line: rgba(14, 10, 24, 0.10);
  --line-strong: rgba(14, 10, 24, 0.16);
  --line-light: rgba(255, 253, 248, 0.16);
  --line-light-strong: rgba(255, 253, 248, 0.28);

  --paper: #fffdf8;
  --cream: #fbf3e3;
  --cream-soft: #fdf7ea;
  --milk: #fcfbf7;

  --night: #0d0518;
  --night-2: #150829;
  --plum: #1d0d33;
  --plum-2: #2a1248;

  --violet: #7457df;
  --violet-2: #8a6fe8;
  --violet-soft: rgba(116, 87, 223, 0.14);
  --mint: #34cfa3;
  --mint-soft: rgba(52, 207, 163, 0.14);
  --sky: #58a8ff;
  --sky-soft: rgba(88, 168, 255, 0.14);
  --gold: #ffc85c;
  --gold-soft: rgba(255, 200, 92, 0.16);
  --coral: #ff7f6e;
  --coral-soft: rgba(255, 127, 110, 0.14);
  --green: #86d86f;

  --shadow-soft: 0 12px 30px rgba(20, 12, 40, 0.06);
  --shadow-md: 0 24px 60px rgba(20, 12, 40, 0.10);
  --shadow-lg: 0 36px 90px rgba(20, 12, 40, 0.16);
  --shadow-phone: 0 40px 120px rgba(10, 4, 30, 0.55);

  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 22px;
  --radius-xl: 28px;
  --radius-pill: 999px;
}

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

html {
  scroll-padding-top: 96px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-feature-settings: "ss01", "cv01", "cv11";
  font-size: 16px;
  line-height: 1.55;
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

h1, h2, h3, h4, p, ul, ol, dl, dd, figure, blockquote {
  margin: 0;
}

h1, h2, h3, h4 {
  letter-spacing: -0.02em;
  line-height: 1.05;
  font-weight: 800;
  color: inherit;
}

h1 em, h2 em {
  font-family: "Instrument Serif", "Iowan Old Style", "Apple Garamond",
    Garamond, serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.01em;
}

h1 { font-size: clamp(2.8rem, 6.4vw, 5.6rem); }
h2 { font-size: clamp(2.1rem, 4.2vw, 3.4rem); line-height: 1.04; }
h3 { font-size: 1.18rem; line-height: 1.25; }

.site-shell {
  margin: 0 auto;
  width: min(1200px, calc(100% - 56px));
}

/* ===================== NAV ===================== */

.nav-wrap {
  background: rgba(255, 253, 248, 0.78);
  backdrop-filter: saturate(160%) blur(18px);
  -webkit-backdrop-filter: saturate(160%) blur(18px);
  border-bottom: 1px solid rgba(14, 10, 24, 0.06);
  position: sticky;
  top: 0;
  z-index: 30;
}

.nav {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  min-height: 72px;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  font-size: 1.04rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  text-decoration: none;
  color: var(--ink);
}

.brand img {
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(116, 87, 223, 0.22);
  height: 38px;
  width: 38px;
}

.nav-links {
  align-items: center;
  color: var(--ink-soft);
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  font-size: 0.94rem;
  font-weight: 600;
}

.nav-links a {
  text-decoration: none;
  transition: color 0.18s ease;
}
.nav-links a:hover { color: var(--violet); }

.nav-cta {
  align-items: center;
  background: var(--ink);
  border-radius: var(--radius-pill);
  color: var(--paper);
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 700;
  gap: 8px;
  padding: 11px 18px;
  text-decoration: none;
  transition: transform 0.18s ease, background 0.18s ease;
}
.nav-cta:hover { background: var(--violet); transform: translateY(-1px); }
.nav-cta svg { transition: transform 0.18s ease; }
.nav-cta:hover svg { transform: translateX(2px); }

/* ===================== HERO ===================== */

.hero {
  background:
    radial-gradient(120% 80% at 80% 0%, rgba(255, 200, 92, 0.18), transparent 55%),
    radial-gradient(80% 70% at 0% 30%, rgba(116, 87, 223, 0.32), transparent 60%),
    linear-gradient(180deg, #0a0316 0%, #16082a 70%, #0d0518 100%);
  color: var(--paper);
  overflow: hidden;
  padding: 96px 0 120px;
  position: relative;
}

.hero-aurora {
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.aurora {
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.55;
  position: absolute;
}

.aurora-violet {
  background: radial-gradient(circle, rgba(138, 111, 232, 0.85), transparent 60%);
  height: 520px;
  left: -10%;
  top: -120px;
  width: 520px;
  animation: drift 18s ease-in-out infinite alternate;
}
.aurora-mint {
  background: radial-gradient(circle, rgba(52, 207, 163, 0.55), transparent 60%);
  height: 460px;
  right: -8%;
  top: 100px;
  width: 460px;
  animation: drift 22s ease-in-out infinite alternate-reverse;
}
.aurora-gold {
  background: radial-gradient(circle, rgba(255, 200, 92, 0.55), transparent 60%);
  height: 380px;
  left: 30%;
  top: 320px;
  width: 380px;
  animation: drift 26s ease-in-out infinite alternate;
}

@keyframes drift {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to   { transform: translate3d(40px, -30px, 0) scale(1.06); }
}

.hero-grid {
  background-image:
    linear-gradient(rgba(255, 253, 248, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 253, 248, 0.05) 1px, transparent 1px);
  background-size: 56px 56px;
  inset: 0;
  mask-image: linear-gradient(180deg, transparent, #000 25%, #000 65%, transparent);
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 25%, #000 65%, transparent);
  opacity: 0.4;
  pointer-events: none;
  position: absolute;
}

.hero-noise {
  inset: 0;
  background-image: radial-gradient(circle at 2px 2px, rgba(255, 253, 248, 0.05) 1px, transparent 0);
  background-size: 6px 6px;
  opacity: 0.35;
  pointer-events: none;
  position: absolute;
}

.hero-inner {
  align-items: center;
  display: grid;
  gap: 64px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.85fr);
  position: relative;
  z-index: 2;
}

.hero-pill {
  align-items: center;
  background: rgba(255, 253, 248, 0.06);
  border: 1px solid rgba(255, 253, 248, 0.18);
  border-radius: var(--radius-pill);
  color: rgba(255, 253, 248, 0.84);
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 600;
  gap: 10px;
  margin-bottom: 28px;
  padding: 8px 14px 8px 12px;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease;
  backdrop-filter: blur(12px);
}
.hero-pill:hover { background: rgba(255, 253, 248, 0.1); border-color: rgba(255, 253, 248, 0.3); }
.hero-pill .dot {
  background: var(--mint);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(52, 207, 163, 0.22);
  height: 8px;
  width: 8px;
  animation: pulse-dot 2.4s ease-in-out infinite;
}
@keyframes pulse-dot {
  0%, 100% { box-shadow: 0 0 0 4px rgba(52, 207, 163, 0.22); }
  50% { box-shadow: 0 0 0 8px rgba(52, 207, 163, 0.05); }
}

#hero-title {
  margin-bottom: 26px;
  max-width: 14ch;
}

.hero-copy {
  color: rgba(255, 253, 248, 0.76);
  font-size: clamp(1.05rem, 1.3vw, 1.22rem);
  max-width: 540px;
}

.store-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.store-button {
  align-items: center;
  background: var(--paper);
  border: 1px solid rgba(255, 253, 248, 0.5);
  border-radius: 14px;
  box-shadow: 0 14px 30px rgba(8, 4, 20, 0.28);
  color: #12081f;
  display: inline-flex;
  gap: 12px;
  min-height: 60px;
  min-width: 188px;
  padding: 10px 20px;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.store-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(8, 4, 20, 0.36);
}
.store-stack {
  display: inline-flex;
  flex-direction: column;
  line-height: 1.1;
}
.store-stack small {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  opacity: 0.72;
}
.store-stack strong {
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}
.store-button-dark {
  background: #0d0518;
  border-color: rgba(255, 253, 248, 0.16);
  color: var(--paper);
}

.hero-bullets {
  color: rgba(255, 253, 248, 0.78);
  display: grid;
  font-size: 0.95rem;
  gap: 10px;
  list-style: none;
  margin-top: 36px;
  padding: 0;
}
.hero-bullets li {
  align-items: center;
  display: flex;
  gap: 12px;
}
.hero-bullets svg {
  background: rgba(52, 207, 163, 0.18);
  border-radius: 50%;
  color: var(--mint);
  flex: 0 0 auto;
  height: 22px;
  padding: 4px;
  width: 22px;
}
.hero-bullets em {
  color: var(--paper);
  font-style: normal;
  font-weight: 700;
}

/* ---- Phones ---- */

.hero-device {
  display: flex;
  justify-content: center;
  position: relative;
}

.phone {
  border: 1px solid rgba(255, 253, 248, 0.14);
  border-radius: 38px;
  box-shadow: var(--shadow-phone);
  overflow: hidden;
  position: relative;
}

.phone-primary {
  background: linear-gradient(180deg, #1a1029 0%, #0e0719 100%);
  min-height: 600px;
  padding: 22px 20px;
  width: 340px;
  z-index: 2;
}

.phone-notch {
  background: #0a0414;
  border-radius: 12px;
  height: 22px;
  left: 50%;
  position: absolute;
  top: 10px;
  transform: translateX(-50%);
  width: 96px;
  z-index: 5;
}

.phone-status {
  align-items: center;
  color: rgba(255, 253, 248, 0.72);
  display: flex;
  font-size: 0.78rem;
  font-weight: 700;
  justify-content: space-between;
  margin-bottom: 22px;
  padding-top: 18px;
}
.status-icons { display: inline-flex; gap: 3px; align-items: end; }
.status-icons .bar { background: rgba(255,253,248,0.7); border-radius: 1px; display: block; width: 3px; }
.status-icons .bar:nth-child(1) { height: 5px; }
.status-icons .bar:nth-child(2) { height: 8px; }
.status-icons .bar:nth-child(3) { height: 11px; }

.phone-brand-row {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-bottom: 18px;
}
.phone-brand-row img {
  border-radius: 10px;
  height: 42px;
  width: 42px;
}
.phone-brand-row > div { flex: 1; }
.phone-brand-row strong {
  color: var(--paper);
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
}
.phone-brand-row span {
  color: rgba(255, 253, 248, 0.62);
  display: block;
  font-size: 0.78rem;
}
.live-dot {
  background: var(--mint);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(52, 207, 163, 0.22);
  height: 8px;
  width: 8px;
  animation: pulse-dot 2.4s ease-in-out infinite;
}

.session-card {
  background:
    linear-gradient(135deg, rgba(116, 87, 223, 0.32), rgba(52, 207, 163, 0.22)),
    rgba(255, 253, 248, 0.04);
  border: 1px solid rgba(255, 253, 248, 0.12);
  border-radius: 18px;
  margin-bottom: 12px;
  padding: 20px;
}
.session-meta {
  color: rgba(255, 253, 248, 0.66);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.session-card h2 {
  color: var(--paper);
  font-size: 1.7rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
}
.session-sub {
  color: rgba(255, 253, 248, 0.56);
  font-size: 0.74rem;
  margin-bottom: 18px;
}

.wave-stack {
  align-items: end;
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(12, 1fr);
  height: 64px;
  margin-bottom: 16px;
}
.wave-stack span {
  background: linear-gradient(180deg, var(--mint), var(--gold));
  border-radius: 4px;
  display: block;
  height: 30%;
  animation: wave 1.2s ease-in-out infinite alternate;
}
.wave-stack span:nth-child(2n) { animation-delay: 0.15s; height: 70%; }
.wave-stack span:nth-child(3n) { animation-delay: 0.3s; height: 90%; }
.wave-stack span:nth-child(5n) { animation-delay: 0.45s; height: 50%; }
.wave-stack span:nth-child(7n) { animation-delay: 0.6s; height: 80%; }

@keyframes wave {
  from { transform: scaleY(0.6); }
  to   { transform: scaleY(1.05); }
}

.session-foot {
  align-items: center;
  color: rgba(255, 253, 248, 0.78);
  display: flex;
  font-size: 0.86rem;
  font-weight: 700;
  justify-content: space-between;
}
.play-btn {
  align-items: center;
  background: var(--paper);
  border-radius: 50%;
  color: var(--ink);
  display: inline-flex;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.quick-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 12px;
}
.quick-grid div {
  background: rgba(255, 253, 248, 0.05);
  border: 1px solid rgba(255, 253, 248, 0.08);
  border-radius: 12px;
  padding: 12px;
}
.quick-grid span {
  color: rgba(255, 253, 248, 0.5);
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.quick-grid strong {
  color: var(--paper);
  display: block;
  font-size: 0.96rem;
  font-weight: 700;
}

.plan-preview {
  align-items: center;
  background: rgba(255, 253, 248, 0.05);
  border: 1px solid rgba(255, 253, 248, 0.08);
  border-radius: 12px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding: 14px;
}
.plan-preview span {
  color: rgba(255, 253, 248, 0.5);
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.plan-preview strong {
  color: var(--paper);
  display: block;
  font-size: 0.92rem;
  font-weight: 700;
  margin-top: 2px;
}
.plan-chip {
  background: var(--mint);
  border-radius: var(--radius-pill);
  color: #04221a;
  font-size: 0.66rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.06em !important;
  padding: 5px 10px;
  text-transform: uppercase;
}

.phone-secondary {
  background: linear-gradient(180deg, #fffdf8 0%, #fbf3e3 100%);
  color: var(--ink);
  min-height: 460px;
  padding: 22px 18px;
  right: -8px;
  top: 140px;
  width: 248px;
  z-index: 1;
  transform: rotate(3deg);
}

.mini-header {
  margin-bottom: 16px;
}
.mini-header span {
  color: var(--muted);
  display: block;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.mini-header strong {
  display: block;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.mini-session {
  align-items: center;
  background: var(--paper);
  border: 1px solid rgba(14, 10, 24, 0.06);
  border-radius: 14px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 14px;
}
.mini-session span {
  color: var(--muted);
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.mini-session strong {
  display: block;
  font-size: 0.94rem;
  font-weight: 700;
  margin-top: 2px;
}
.mini-session.active {
  background: var(--ink);
  border-color: rgba(255, 253, 248, 0.05);
  color: var(--paper);
}
.mini-session.active span { color: rgba(255, 253, 248, 0.6); }
.mini-tag {
  background: var(--violet-soft);
  border-radius: var(--radius-pill);
  color: var(--violet) !important;
  font-size: 0.64rem !important;
  font-weight: 800 !important;
  padding: 4px 8px;
  letter-spacing: 0.04em !important;
  text-transform: uppercase;
}
.mini-session.active .mini-tag {
  background: rgba(52, 207, 163, 0.22);
  color: var(--mint) !important;
}

.mini-streak {
  align-items: center;
  background: linear-gradient(135deg, var(--gold-soft), var(--coral-soft));
  border-radius: 14px;
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  padding: 14px;
}
.mini-streak span {
  color: var(--ink-soft);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.mini-streak strong {
  font-size: 1rem;
  font-weight: 800;
}

/* ===================== TRUST BAND ===================== */

.trust-band {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  padding: 36px 0;
}
.trust-grid {
  align-items: center;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
}
.trust-item strong {
  color: var(--ink);
  display: block;
  font-family: "Instrument Serif", serif;
  font-size: 2.2rem;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 8px;
}
.trust-item em {
  color: var(--violet);
  font-family: "Instrument Serif", serif;
  font-style: italic;
}
.trust-item span {
  color: var(--muted);
  display: block;
  font-size: 0.86rem;
  line-height: 1.4;
  max-width: 220px;
}
.trust-divider {
  background: var(--line);
  height: 48px;
  width: 1px;
}

/* ===================== SECTION DEFAULTS ===================== */

.eyebrow {
  color: var(--violet);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.section-header {
  max-width: 720px;
  margin-bottom: 48px;
}
.section-header.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.section-header h2 { margin-bottom: 18px; }
.section-header p {
  color: var(--muted);
  font-size: 1.06rem;
  max-width: 60ch;
  margin-left: 0;
}
.section-header.center p { margin-left: auto; margin-right: auto; }

/* ===================== STATES ===================== */

.state-section {
  background: var(--cream-soft);
  padding: 110px 0;
  position: relative;
}

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

.state-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  display: flex;
  flex-direction: column;
  min-height: 320px;
  padding: 26px;
  position: relative;
  overflow: hidden;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}
.state-card::before {
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.state-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: var(--line-strong);
}

.state-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 36px;
}
.state-num {
  color: var(--muted-soft);
  font-family: "Instrument Serif", serif;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 400;
}
.state-tag {
  background: rgba(14, 10, 24, 0.04);
  border-radius: var(--radius-pill);
  color: var(--ink-soft);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 5px 10px;
  text-transform: uppercase;
}

.state-card h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.state-card p {
  color: var(--muted);
  font-size: 0.95rem;
  margin-bottom: auto;
}

.state-mood {
  border-top: 1px dashed var(--line);
  color: var(--muted) !important;
  font-family: "Instrument Serif", serif;
  font-size: 0.94rem !important;
  font-style: italic;
  margin-top: 24px !important;
  padding-top: 18px;
}

.state-focus::before { background: linear-gradient(90deg, var(--mint), transparent); }
.state-focus .state-tag { background: var(--mint-soft); color: #15876a; }
.state-create::before { background: linear-gradient(90deg, var(--sky), transparent); }
.state-create .state-tag { background: var(--sky-soft); color: #2d6db5; }
.state-relax::before { background: linear-gradient(90deg, var(--gold), transparent); }
.state-relax .state-tag { background: var(--gold-soft); color: #9c7117; }
.state-sleep::before { background: linear-gradient(90deg, var(--coral), transparent); }
.state-sleep .state-tag { background: var(--coral-soft); color: #b8453a; }

.state-foot {
  color: var(--muted);
  font-size: 0.95rem;
  margin-top: 28px;
  text-align: center;
}
.state-foot strong { color: var(--ink); font-weight: 700; }

/* ===================== TOOLKIT ===================== */

.toolkit-section {
  background: var(--paper);
  padding: 110px 0;
}

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

.tool {
  background: var(--milk);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  display: flex;
  flex-direction: column;
  min-height: 220px;
  padding: 22px;
  position: relative;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}
.tool:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-soft);
  border-color: var(--line-strong);
}
.tool h3 { font-size: 1.1rem; margin-bottom: 8px; }
.tool p { color: var(--muted); font-size: 0.92rem; flex: 1; }

.tool-icon {
  align-items: center;
  border-radius: 12px;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  margin-bottom: 22px;
  width: 40px;
}
.tool-icon-violet { background: var(--violet-soft); color: var(--violet); }
.tool-icon-mint   { background: var(--mint-soft);   color: #15876a; }
.tool-icon-gold   { background: var(--gold-soft);   color: #9c7117; }
.tool-icon-coral  { background: var(--coral-soft);  color: #b8453a; }
.tool-icon-sky    { background: var(--sky-soft);    color: #2d6db5; }
.tool-icon-paper  { background: var(--ink); color: var(--paper); }

.tool-time {
  color: var(--muted-soft);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-top: 14px;
  text-transform: uppercase;
}

.tool-cta {
  background: linear-gradient(160deg, var(--ink) 0%, #1c1234 100%);
  border-color: rgba(255, 253, 248, 0.06);
  color: var(--paper);
}
.tool-cta h3 { color: var(--paper); }
.tool-cta p { color: rgba(255, 253, 248, 0.7); }
.tool-link {
  color: var(--gold);
  font-size: 0.9rem;
  font-weight: 700;
  margin-top: 16px;
  text-decoration: none;
  transition: gap 0.2s ease;
}
.tool-link:hover { color: var(--paper); }

/* Abstract pillar grid (replaces per-tool exposure) */
.pillar-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 8px;
}
.pillar {
  background: var(--milk);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  display: flex;
  flex-direction: column;
  min-height: 280px;
  padding: 28px;
  position: relative;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}
.pillar:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-soft);
  border-color: var(--line-strong);
}
.pillar h3 { font-size: 1.2rem; margin-bottom: 10px; }
.pillar p { color: var(--muted); font-size: 0.96rem; line-height: 1.55; }

.pillar-icon {
  align-items: center;
  border-radius: 14px;
  display: inline-flex;
  height: 52px;
  justify-content: center;
  margin-bottom: 28px;
  width: 52px;
}
.pillar-icon-violet { background: var(--violet-soft); color: var(--violet); }
.pillar-icon-mint   { background: var(--mint-soft);   color: #15876a; }
.pillar-icon-gold   { background: var(--gold-soft);   color: #9c7117; }
.pillar-icon-coral  { background: var(--coral-soft);  color: #b8453a; }

/* ===================== PLANS ===================== */

.plans-section {
  background: var(--cream-soft);
  padding: 110px 0;
}

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

.plan {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}
.plan:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.plan header {
  align-items: baseline;
  border-bottom: 1px dashed var(--line);
  display: grid;
  gap: 4px;
  grid-template-columns: 1fr auto;
  padding: 26px 26px 22px;
}
.plan-kicker {
  color: var(--muted-soft);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  grid-column: 1 / -1;
  margin-bottom: 6px;
}
.plan h3 { font-size: 1.7rem; margin: 0; }
.plan-time {
  background: rgba(14, 10, 24, 0.04);
  border-radius: var(--radius-pill);
  color: var(--ink-soft);
  font-size: 0.78rem;
  font-weight: 700;
  padding: 4px 10px;
}

.plan-steps {
  counter-reset: step;
  display: grid;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 8px 26px;
}
.plan-steps li {
  align-items: center;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  display: grid;
  font-size: 0.95rem;
  font-weight: 600;
  gap: 12px;
  grid-template-columns: auto 1fr auto;
  padding: 14px 0;
}
.plan-steps li:last-child { border-bottom: 0; }
.plan-steps li span {
  color: var(--muted);
  font-family: "Instrument Serif", serif;
  font-size: 0.95rem;
  font-style: italic;
  font-weight: 400;
}
.plan-steps li i {
  background: var(--violet-soft);
  border-radius: var(--radius-pill);
  color: var(--violet);
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 4px 8px;
  text-transform: uppercase;
}
.plan > p {
  color: var(--muted);
  font-size: 0.9rem;
  font-style: italic;
  padding: 18px 26px 26px;
}
.plan-vibe {
  color: var(--muted) !important;
  font-size: 0.98rem !important;
  font-style: normal !important;
  line-height: 1.55 !important;
  padding: 24px 26px 28px !important;
}

.plan-purple .plan-kicker { color: var(--violet); }
.plan-mint   .plan-kicker { color: #15876a; }
.plan-mint   .plan-steps li i { background: var(--mint-soft); color: #15876a; }
.plan-gold   .plan-kicker { color: #9c7117; }
.plan-gold   .plan-steps li i { background: var(--gold-soft); color: #9c7117; }

/* ===================== BRAINS ===================== */

.brains-section {
  background: var(--paper);
  padding: 110px 0;
}

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

.brain {
  background: var(--milk);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  min-height: 280px;
  overflow: hidden;
  padding: 26px;
  position: relative;
  text-align: left;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}
.brain:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.brain h3 { font-size: 1.4rem; margin-bottom: 8px; }
.brain p { color: var(--muted); font-size: 0.92rem; }

.brain-orb {
  border-radius: 50%;
  filter: blur(20px);
  height: 120px;
  position: absolute;
  right: -30px;
  top: -30px;
  width: 120px;
  opacity: 0.55;
}

.brain-tag {
  color: var(--ink-soft);
  display: block;
  font-family: "Instrument Serif", serif;
  font-size: 1.05rem;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 14px;
  margin-top: 80px;
  position: relative;
  z-index: 1;
}

.brain-tornado .brain-orb { background: linear-gradient(135deg, var(--violet), var(--sky)); }
.brain-tornado .brain-tag { color: var(--violet); }

.brain-fog .brain-orb     { background: linear-gradient(135deg, var(--sky), var(--mint)); }
.brain-fog .brain-tag     { color: #2d6db5; }

.brain-pingpong .brain-orb { background: linear-gradient(135deg, var(--mint), var(--gold)); }
.brain-pingpong .brain-tag { color: #15876a; }

.brain-paralysis .brain-orb { background: linear-gradient(135deg, var(--coral), var(--gold)); }
.brain-paralysis .brain-tag { color: #b8453a; }

/* ===================== PLANNER ===================== */

.planner-section {
  background:
    radial-gradient(80% 60% at 0% 0%, rgba(116, 87, 223, 0.10), transparent 60%),
    var(--cream-soft);
  padding: 110px 0;
}

.planner-layout {
  align-items: center;
  display: grid;
  gap: 64px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.planner-visual {
  position: relative;
}
.planner-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-md);
  padding: 26px;
}
.planner-head { margin-bottom: 18px; }
.planner-head span {
  color: var(--muted);
  display: block;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.planner-head strong {
  display: block;
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-top: 4px;
}

.planner-block {
  border-radius: var(--radius-md);
  display: grid;
  gap: 12px;
  grid-template-columns: 4px 1fr;
  margin-bottom: 12px;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.planner-block-bar {
  background: var(--violet);
  border-radius: 4px;
}
.planner-block-body {
  background: var(--milk);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 16px 18px;
}
.planner-block-body span {
  color: var(--muted);
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.planner-block-body strong {
  display: block;
  font-size: 1rem;
  font-weight: 700;
}
.planner-block-body ul {
  display: grid;
  gap: 6px;
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
}
.planner-block-body li {
  align-items: center;
  color: var(--ink-soft);
  display: flex;
  font-size: 0.88rem;
  gap: 8px;
}
.planner-block-body li::before {
  border: 1.6px solid var(--muted-soft);
  border-radius: 4px;
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
}
.planner-block-body li.done {
  color: var(--muted);
  text-decoration: line-through;
  text-decoration-color: var(--muted-soft);
}
.planner-block-body li.done::before {
  background: var(--mint);
  border-color: var(--mint);
}

.planner-block-focus .planner-block-bar { background: var(--violet); }
.planner-block-focus.alt .planner-block-bar { background: var(--sky); }
.planner-block-break .planner-block-bar { background: var(--gold); }

/* ===================== SCIENCE ===================== */

.science-section {
  background:
    radial-gradient(80% 60% at 100% 0%, rgba(255, 200, 92, 0.18), transparent 55%),
    radial-gradient(60% 60% at 0% 100%, rgba(88, 168, 255, 0.18), transparent 55%),
    #0e0a18;
  color: var(--paper);
  padding: 120px 0;
}

.science-layout {
  align-items: start;
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
}

.science-panel .eyebrow { color: var(--gold); }
.science-panel h2 { color: var(--paper); margin-bottom: 22px; }
.science-panel h2 em { color: var(--gold); }
.science-panel p {
  color: rgba(255, 253, 248, 0.78);
  font-size: 1.06rem;
  margin-bottom: 28px;
  max-width: 44ch;
}
.science-panel em { color: var(--gold); font-style: italic; }
.science-link {
  color: var(--paper);
  font-size: 0.94rem;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid var(--gold);
  padding-bottom: 4px;
  transition: color 0.2s ease;
}
.science-link:hover { color: var(--gold); }

.science-points {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.science-points article {
  background: rgba(255, 253, 248, 0.04);
  border: 1px solid var(--line-light);
  border-radius: var(--radius-lg);
  padding: 26px;
  position: relative;
  transition: background 0.24s ease, border-color 0.24s ease;
}
.science-points article:hover {
  background: rgba(255, 253, 248, 0.07);
  border-color: var(--line-light-strong);
}
.sci-num {
  color: rgba(255, 253, 248, 0.4);
  font-family: "Instrument Serif", serif;
  font-size: 1.3rem;
  font-style: italic;
  margin-bottom: 8px;
}
.science-points span {
  color: var(--gold);
  display: block;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.science-points h3 { color: var(--paper); margin-bottom: 8px; }
.science-points p { color: rgba(255, 253, 248, 0.7); font-size: 0.95rem; }

/* ===================== RITUAL ===================== */

.ritual-section {
  background:
    radial-gradient(80% 60% at 100% 0%, rgba(52, 207, 163, 0.10), transparent 60%),
    var(--paper);
  padding: 110px 0;
}

.ritual-layout {
  align-items: center;
  display: grid;
  gap: 64px;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
}

.ritual-copy h2 { margin-bottom: 18px; }
.ritual-copy > p {
  color: var(--muted);
  font-size: 1.04rem;
  margin-bottom: 8px;
  max-width: 50ch;
}

.check-list {
  color: var(--ink-soft);
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}
.check-list li {
  font-size: 0.96rem;
  padding-left: 30px;
  position: relative;
}
.check-list li::before {
  background: var(--mint-soft);
  border-radius: 50%;
  color: #15876a;
  content: "✓";
  font-size: 0.82rem;
  font-weight: 800;
  height: 22px;
  left: 0;
  line-height: 22px;
  position: absolute;
  text-align: center;
  top: 1px;
  width: 22px;
}

.ritual-visual {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  position: relative;
}
.ritual-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  padding: 22px;
}

.progress-card {
  grid-column: 1 / -1;
}
.progress-card > span {
  color: var(--muted);
  display: block;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.progress-card > strong {
  display: block;
  font-family: "Instrument Serif", serif;
  font-size: 2.4rem;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 18px;
}
.progress-bars {
  align-items: end;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(7, 1fr);
  height: 80px;
  margin-bottom: 18px;
}
.progress-bars i {
  background: linear-gradient(180deg, var(--mint), var(--green));
  border-radius: 6px 6px 3px 3px;
  display: block;
  height: 42%;
}
.progress-bars i:nth-child(2) { height: 64%; }
.progress-bars i:nth-child(3) { height: 54%; }
.progress-bars i:nth-child(4) { height: 86%; }
.progress-bars i:nth-child(5) { height: 74%; }
.progress-bars i:nth-child(6) { height: 94%; }
.progress-bars i:nth-child(7) { height: 68%; }
.progress-foot {
  align-items: baseline;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding-top: 14px;
}
.progress-foot span { color: var(--muted); font-size: 0.84rem; font-weight: 600; }
.progress-foot strong { font-size: 1rem; font-weight: 700; }

.aura-card {
  align-items: center;
  background: linear-gradient(160deg, #1d0d33 0%, #0d0518 100%);
  color: var(--paper);
  display: flex;
  gap: 14px;
}
.aura-orb {
  align-items: center;
  display: inline-flex;
  height: 78px;
  justify-content: center;
  position: relative;
  width: 78px;
  flex: 0 0 auto;
}
.aura-orb img {
  border-radius: 14px;
  height: 56px;
  position: relative;
  width: 56px;
  z-index: 2;
}
.aura-ring {
  border: 2px solid var(--violet);
  border-radius: 50%;
  inset: 0;
  position: absolute;
  animation: aura 3s ease-in-out infinite;
  opacity: 0.7;
}
.aura-ring.inner {
  border-color: var(--mint);
  inset: 8px;
  animation-delay: 0.4s;
}
@keyframes aura {
  0%, 100% { transform: scale(1); opacity: 0.7; }
  50% { transform: scale(1.08); opacity: 0.4; }
}

.aura-meta { flex: 1; min-width: 0; }
.aura-meta span {
  color: var(--gold);
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.aura-meta strong {
  color: var(--paper);
  display: block;
  font-size: 1.18rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  margin: 2px 0 6px;
}
.aura-meta small {
  color: rgba(255, 253, 248, 0.6);
  display: block;
  font-size: 0.78rem;
  margin-bottom: 8px;
}
.xp-bar {
  background: rgba(255, 253, 248, 0.12);
  border-radius: var(--radius-pill);
  height: 6px;
  overflow: hidden;
}
.xp-bar i {
  background: linear-gradient(90deg, var(--mint), var(--gold));
  border-radius: var(--radius-pill);
  display: block;
  height: 100%;
  width: 72%;
}

.streak-card {
  background: linear-gradient(160deg, var(--gold-soft), var(--coral-soft));
  border-color: rgba(255, 200, 92, 0.4);
}
.streak-card span {
  color: var(--ink-soft);
  display: block;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.streak-card strong {
  display: block;
  font-family: "Instrument Serif", serif;
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 14px;
}
.streak-dots {
  display: flex;
  gap: 6px;
}
.streak-dots i {
  background: rgba(14, 10, 24, 0.12);
  border-radius: 50%;
  display: block;
  height: 10px;
  width: 10px;
}
.streak-dots i.on {
  background: linear-gradient(135deg, var(--coral), var(--gold));
}

/* ===================== QUOTE ===================== */

.quote-section {
  background: var(--cream);
  padding: 96px 0;
}
.quote-section blockquote {
  margin: 0 auto;
  max-width: 880px;
  text-align: center;
}
.quote-section p {
  color: var(--ink);
  font-family: "Instrument Serif", serif;
  font-size: clamp(1.6rem, 3.4vw, 2.6rem);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 20px;
}
.quote-section em {
  color: var(--violet);
  font-style: italic;
}
.quote-section footer {
  align-items: center;
  color: var(--muted);
  display: inline-flex;
  font-size: 0.94rem;
  font-weight: 600;
  gap: 8px;
  justify-content: center;
}
.quote-mark { color: var(--violet); font-weight: 800; }

/* ===================== DOWNLOAD ===================== */

.download-section {
  background: linear-gradient(160deg, #1d0d33 0%, #0d0518 100%);
  color: var(--paper);
  overflow: hidden;
  padding: 100px 0;
  position: relative;
}
.download-aurora {
  inset: 0;
  pointer-events: none;
  position: absolute;
}
.download-aurora span {
  border-radius: 50%;
  filter: blur(80px);
  position: absolute;
  opacity: 0.5;
}
.download-aurora span:nth-child(1) {
  background: var(--violet);
  height: 360px;
  left: -10%;
  top: -100px;
  width: 360px;
}
.download-aurora span:nth-child(2) {
  background: var(--mint);
  height: 320px;
  right: -8%;
  top: 40px;
  width: 320px;
}
.download-aurora span:nth-child(3) {
  background: var(--gold);
  height: 240px;
  left: 40%;
  top: 200px;
  width: 240px;
  opacity: 0.35;
}

.download-layout {
  align-items: center;
  display: flex;
  gap: 36px;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.download-copy { max-width: 640px; }
.download-copy .eyebrow { color: var(--gold); }
.download-copy h2 { color: var(--paper); margin-bottom: 12px; }
.download-copy p { color: rgba(255, 253, 248, 0.7); font-size: 1rem; }

/* ===================== FOOTER ===================== */

.footer {
  background: var(--milk);
  border-top: 1px solid var(--line);
  color: var(--muted);
  padding: 60px 0 28px;
}
.footer-grid {
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr);
  margin-bottom: 40px;
}
.footer-brand p {
  color: var(--muted);
  font-family: "Instrument Serif", serif;
  font-size: 1.1rem;
  font-style: italic;
  margin-top: 14px;
  max-width: 30ch;
}
.footer-cols {
  display: grid;
  gap: 48px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.footer-cols h4 {
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.footer-cols a {
  color: var(--muted);
  display: block;
  font-size: 0.94rem;
  margin-bottom: 8px;
  text-decoration: none;
  transition: color 0.18s ease;
}
.footer-cols a:hover { color: var(--violet); }
.footer-bottom {
  align-items: center;
  border-top: 1px solid var(--line);
  color: var(--muted-soft);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.84rem;
  gap: 16px;
  justify-content: space-between;
  padding-top: 20px;
}

/* ===================== LEGAL PAGES ===================== */

.legal-page {
  margin: 0 auto;
  padding: 70px 0 100px;
  width: min(900px, calc(100% - 56px));
}
.legal-page .eyebrow { color: var(--violet); }
.legal-page h1 {
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 26px;
}
.legal-page h2 {
  color: var(--violet);
  font-size: 1.7rem;
  margin-top: 38px;
  margin-bottom: 12px;
}
.legal-page p, .legal-page li { color: var(--muted); }
.legal-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 38px;
}
.legal-card a { color: var(--violet); font-weight: 700; }
#account-deletion, #contact { scroll-margin-top: 106px; }

/* ===================== REDUCED MOTION ===================== */

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

/* ===================== RESPONSIVE ===================== */

@media (max-width: 1180px) {
  .hero-inner,
  .planner-layout,
  .ritual-layout,
  .science-layout {
    grid-template-columns: 1fr;
  }
  .hero-device { height: 680px; }
  .phone-secondary { right: 0; }
  .state-grid,
  .tool-grid,
  .pillar-grid,
  .brains-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .plans-grid { grid-template-columns: 1fr; }
  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
  }
  .trust-divider { display: none; }
  .trust-item span { margin: 0 auto; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .site-shell, .legal-page {
    width: min(100% - 32px, 1200px);
  }

  .nav { gap: 12px; min-height: 64px; }
  .nav-links {
    flex: 1;
    gap: 16px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
    scrollbar-width: none;
  }
  .nav-links::-webkit-scrollbar { display: none; }
  .nav-cta { display: none; }

  .hero { padding: 64px 0 80px; }
  #hero-title { max-width: none; }
  .hero-pill { font-size: 0.78rem; padding: 6px 12px 6px 10px; }
  .hero-copy { font-size: 1.05rem; }
  .store-row { width: 100%; }
  .store-button { flex: 1 1 100%; min-width: 0; }
  .hero-device { height: auto; }
  .phone, .phone-primary, .phone-secondary {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: 100%;
    margin: 0 auto;
    max-width: 360px;
  }
  .phone-secondary { margin-top: 16px; transform: none; }

  .trust-band { padding: 28px 0; }
  .trust-grid { gap: 24px; }
  .trust-item strong { font-size: 2rem; }

  .state-section,
  .toolkit-section,
  .plans-section,
  .brains-section,
  .planner-section,
  .science-section,
  .ritual-section { padding: 72px 0; }

  .state-grid,
  .tool-grid,
  .pillar-grid,
  .brains-grid,
  .plans-grid {
    grid-template-columns: 1fr;
  }
  .science-points { grid-template-columns: 1fr; }

  .planner-layout,
  .ritual-layout {
    gap: 40px;
  }

  .ritual-visual { grid-template-columns: 1fr; }

  .download-layout {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-cols { grid-template-columns: 1fr 1fr; gap: 24px; }

  .legal-card { padding: 24px; }
}
