/* ApplyAI shared design system. Extracted from the original homepage and extended
   for accounts, dashboard, pricing, universities, and founders pages. */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --ink: #0d0d0f; --ink-soft: #3a3a3f; --ink-muted: #7a7a85;
  --paper: #f7f6f2; --paper-warm: #eeece6;
  --gold: #b89a5e; --gold-light: #d4b97a;
  --white: #ffffff;
  --border: rgba(13,13,15,0.1); --border-strong: rgba(13,13,15,0.2);
  --green: #2d7a3a; --red: #c0392b;
}
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; background: var(--paper); color: var(--ink); overflow-x: hidden; }
a { color: inherit; }

/* NAV */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 1.25rem 4rem; background: rgba(247,246,242,0.92); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); }
.nav-logo { font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 700; color: var(--ink); text-decoration: none; letter-spacing: -0.5px; }
.nav-logo span { color: var(--gold); }
.nav-links { display: flex; align-items: center; gap: 2.25rem; list-style: none; }
.nav-links a { font-size: 0.875rem; color: var(--ink-soft); text-decoration: none; transition: color 0.2s; }
.nav-links a:hover { color: var(--ink); }
.nav-links a.active { color: var(--ink); font-weight: 500; }
.nav-cta { background: var(--ink) !important; color: var(--white) !important; padding: 0.6rem 1.4rem; border-radius: 4px; font-weight: 500 !important; }

/* GENERIC LAYOUT */
.page { padding: 9rem 4rem 5rem; max-width: 1100px; margin: 0 auto; min-height: 70vh; }
.page-narrow { max-width: 760px; }
.eyebrow { font-size: 0.72rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; }
.h1 { font-family: 'Playfair Display', serif; font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 900; line-height: 1.05; letter-spacing: -1.5px; margin-bottom: 1.25rem; }
.h1 em { font-style: italic; color: var(--gold); }
.h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 3.5vw, 2.75rem); font-weight: 700; letter-spacing: -1px; line-height: 1.1; margin-bottom: 1rem; }
.lead { font-size: 1.125rem; font-weight: 300; color: var(--ink-soft); line-height: 1.75; max-width: 620px; }
.muted { color: var(--ink-muted); }

/* BUTTONS */
.btn-primary { background: var(--ink); color: var(--white); padding: 1rem 2.25rem; border-radius: 4px; font-size: 0.9375rem; font-weight: 500; text-decoration: none; border: none; cursor: pointer; transition: opacity 0.2s, transform 0.15s; display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: 'DM Sans', sans-serif; }
.btn-primary:hover { opacity: 0.85; transform: translateY(-1px); }
.btn-primary:disabled { opacity: 0.5; cursor: not-allowed; transform: none; }
.btn-secondary { color: var(--ink); font-size: 0.9375rem; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; transition: gap 0.2s; background: none; border: none; cursor: pointer; font-family: 'DM Sans', sans-serif; }
.btn-secondary:hover { gap: 10px; }
.btn-outline { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0.875rem 1.75rem; border-radius: 4px; border: 1px solid var(--ink); color: var(--ink); background: var(--white); text-decoration: none; font-size: 0.9375rem; font-weight: 500; cursor: pointer; font-family: 'DM Sans', sans-serif; transition: all 0.2s; }
.btn-outline:hover { background: var(--ink); color: var(--white); }

/* HERO */
.hero { min-height: 100vh; display: flex; flex-direction: column; justify-content: center; padding: 8rem 4rem 5rem; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: -20%; right: -10%; width: 600px; height: 600px; background: radial-gradient(circle, rgba(184,154,94,0.12) 0%, transparent 70%); pointer-events: none; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 0.75rem; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.75rem; }
.hero-eyebrow::before { content: ''; display: block; width: 24px; height: 1px; background: var(--gold); }
.hero-title { font-family: 'Playfair Display', serif; font-size: clamp(3.5rem, 7vw, 6.5rem); font-weight: 900; line-height: 1.0; letter-spacing: -2px; max-width: 820px; margin-bottom: 2rem; }
.hero-title em { font-style: italic; color: var(--gold); }
.hero-sub { font-size: 1.125rem; font-weight: 300; color: var(--ink-soft); max-width: 520px; line-height: 1.75; margin-bottom: 3rem; }
.hero-actions { display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap; }
.hero-stat-row { display: flex; gap: 3rem; margin-top: 4rem; padding-top: 3rem; border-top: 1px solid var(--border); flex-wrap: wrap; }
.hero-stat strong { display: block; font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 700; color: var(--ink); letter-spacing: -1px; }
.hero-stat span { font-size: 0.8125rem; color: var(--ink-muted); }

/* MARQUEE */
.marquee-wrap { background: var(--ink); padding: 1rem 0; overflow: hidden; white-space: nowrap; }
.marquee-track { display: inline-flex; animation: marquee 25s linear infinite; }
.marquee-item { font-size: 0.8125rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.5); padding: 0 2.5rem; }
.marquee-item.accent { color: var(--gold-light); }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* SECTIONS */
.section { padding: 7rem 4rem; }
.section.alt { background: var(--white); }
.section-eyebrow { font-size: 0.7rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; }
.section-title { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 4vw, 3.25rem); font-weight: 700; letter-spacing: -1px; line-height: 1.1; max-width: 640px; margin-bottom: 1.5rem; }
.section-sub { font-size: 1rem; color: var(--ink-muted); max-width: 520px; line-height: 1.75; margin-bottom: 3rem; }

/* FEATURE GRID / CARDS */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.card { border: 1px solid var(--border); border-radius: 10px; padding: 2rem; background: var(--white); transition: transform 0.2s, box-shadow 0.2s; }
.card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(13,13,15,0.08); }
.card-icon { font-size: 1.5rem; margin-bottom: 1rem; }
.card-title { font-size: 1.0625rem; font-weight: 600; margin-bottom: 0.5rem; }
.card-text { font-size: 0.9rem; color: var(--ink-muted); line-height: 1.7; }

/* BENEFIT LIST */
.benefit-list { list-style: none; display: grid; gap: 0.9rem; }
.benefit-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 0.975rem; color: var(--ink-soft); line-height: 1.6; }
.benefit-list li::before { content: '✓'; color: var(--gold); font-weight: 700; flex-shrink: 0; }

/* AUTH FORM */
.auth-wrap { max-width: 420px; margin: 0 auto; }
.auth-card { background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 2.5rem; box-shadow: 0 24px 80px rgba(13,13,15,0.06); }
.auth-tabs { display: flex; gap: 8px; margin-bottom: 1.75rem; background: var(--paper-warm); padding: 4px; border-radius: 6px; }
.auth-tab { flex: 1; padding: 0.6rem; border: none; background: none; border-radius: 4px; font-size: 0.875rem; font-family: 'DM Sans', sans-serif; color: var(--ink-muted); cursor: pointer; transition: all 0.15s; }
.auth-tab.active { background: var(--white); color: var(--ink); font-weight: 500; box-shadow: 0 1px 3px rgba(0,0,0,0.08); }
.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 1rem; }
.form-label { font-size: 0.75rem; font-weight: 500; color: var(--ink-muted); text-transform: uppercase; letter-spacing: 0.08em; }
.form-input { background: var(--white); border: 1px solid var(--border-strong); border-radius: 4px; padding: 0.7rem 0.9rem; font-size: 0.9375rem; font-family: 'DM Sans', sans-serif; color: var(--ink); width: 100%; transition: border-color 0.15s; }
.form-input:focus { outline: none; border-color: var(--gold); }
.form-msg { font-size: 0.85rem; margin: 0.5rem 0 0.25rem; min-height: 1.1em; }
.form-msg.error { color: var(--red); }
.form-msg.success { color: var(--green); }
.form-full { width: 100%; }
.auth-alt { text-align: center; font-size: 0.85rem; color: var(--ink-muted); margin-top: 1.25rem; }
.auth-alt a { color: var(--ink); text-decoration: underline; cursor: pointer; }

/* DASHBOARD */
.dash-header { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 1rem; margin-bottom: 2.5rem; }
.dash-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 1.5rem; }
.stat-card { background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 2rem; }
.stat-label { font-size: 0.72rem; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: var(--ink-muted); margin-bottom: 0.75rem; }
.stat-big { font-family: 'Playfair Display', serif; font-size: 3rem; font-weight: 700; letter-spacing: -1.5px; line-height: 1; }
.stat-sub { font-size: 0.875rem; color: var(--ink-muted); margin-top: 0.5rem; }
.plan-badge { display: inline-flex; align-items: center; gap: 6px; padding: 0.35rem 0.9rem; border-radius: 20px; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.04em; }
.plan-badge.free { background: var(--paper-warm); color: var(--ink-soft); }
.plan-badge.pro { background: var(--ink); color: var(--gold-light); }
.progress-track { height: 8px; background: var(--paper-warm); border-radius: 999px; overflow: hidden; margin: 1.25rem 0 0.5rem; }
.progress-fill { height: 100%; background: var(--gold); border-radius: 999px; transition: width 0.4s; }
.dash-actions { display: flex; flex-direction: column; gap: 0.75rem; margin-top: 1.5rem; }

/* APP / GENERATE TOOL (carried over from original) */
.app-card { max-width: 760px; margin: 0 auto; border: 1px solid var(--border); border-radius: 12px; overflow: hidden; box-shadow: 0 24px 80px rgba(13,13,15,0.08); }
.app-bar { background: var(--paper-warm); padding: 0.75rem 1rem; display: flex; align-items: center; gap: 6px; border-bottom: 1px solid var(--border); }
.app-dot { width: 10px; height: 10px; border-radius: 50%; }
.app-dot:nth-child(1) { background: #ff5f57; }
.app-dot:nth-child(2) { background: #ffbd2e; }
.app-dot:nth-child(3) { background: #28c840; }
.app-url { flex: 1; background: var(--white); border: 1px solid var(--border); border-radius: 4px; padding: 4px 12px; font-size: 0.75rem; color: var(--ink-muted); text-align: center; margin: 0 8px; }
.app-inner { padding: 2rem; background: var(--paper); }
.usage-bar { background: var(--paper-warm); border: 1px solid var(--border); border-radius: 8px; padding: 0.75rem 1rem; margin-bottom: 1.25rem; display: flex; justify-content: space-between; align-items: center; }
.usage-text { font-size: 0.8125rem; color: var(--ink-soft); }
.usage-count { font-size: 0.8125rem; font-weight: 600; color: var(--ink); }
.usage-count.warn { color: var(--red); }
.usage-count.pro { color: var(--gold); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; margin-bottom: 0.75rem; }
.field-group { display: flex; flex-direction: column; gap: 4px; }
.field-label { font-size: 0.75rem; font-weight: 500; color: var(--ink-muted); text-transform: uppercase; letter-spacing: 0.08em; }
.field-input { background: var(--white); border: 1px solid var(--border-strong); border-radius: 4px; padding: 0.625rem 0.875rem; font-size: 0.875rem; font-family: 'DM Sans', sans-serif; color: var(--ink); width: 100%; transition: border-color 0.15s; }
.field-input:focus { outline: none; border-color: var(--gold); }
.field-input.tall { min-height: 100px; resize: vertical; }
.drop-zone { border: 2px dashed var(--border-strong); border-radius: 8px; padding: 1.5rem 1rem; text-align: center; background: var(--white); transition: border-color 0.2s, background 0.2s; cursor: pointer; }
.drop-zone:hover { border-color: var(--gold); }
.drop-zone.drag-over { border-color: var(--gold); background: rgba(184,154,94,0.05); }
.drop-zone.has-file { border-color: var(--ink); border-style: solid; border-width: 1px; }
.drop-icon { font-size: 1.75rem; margin-bottom: 0.5rem; line-height: 1; }
.drop-text { font-size: 0.9375rem; font-weight: 500; color: var(--ink); margin-bottom: 0.25rem; }
.drop-sub { font-size: 0.8125rem; color: var(--ink-muted); margin-bottom: 0.875rem; }
.drop-btn { padding: 0.45rem 1.1rem; border: 1px solid var(--border-strong); border-radius: 4px; font-size: 0.8125rem; background: var(--paper-warm); cursor: pointer; font-family: 'DM Sans', sans-serif; color: var(--ink); transition: all 0.15s; }
.drop-btn:hover { background: var(--ink); color: var(--white); border-color: var(--ink); }
.drop-status { margin-top: 0.625rem; font-size: 0.8125rem; min-height: 1.2em; }
.drop-status.success { color: var(--green); }
.drop-status.loading { color: var(--ink-muted); }
.drop-status.error { color: var(--red); }
.drop-divider { display: flex; align-items: center; gap: 0.75rem; margin: 0.625rem 0; }
.drop-divider::before, .drop-divider::after { content: ''; flex: 1; height: 1px; background: var(--border); }
.drop-divider span { font-size: 0.75rem; color: var(--ink-muted); white-space: nowrap; text-transform: uppercase; letter-spacing: 0.08em; }
.toggle-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 1rem 0; }
.toggle-btn { padding: 0.625rem; border: 1px solid var(--border-strong); border-radius: 4px; font-size: 0.8125rem; color: var(--ink-muted); background: var(--white); cursor: pointer; text-align: center; transition: all 0.15s; font-family: 'DM Sans', sans-serif; }
.toggle-btn.active { border-color: var(--ink); color: var(--ink); background: var(--paper-warm); font-weight: 500; }
.generate-btn { width: 100%; padding: 0.875rem; background: var(--ink); color: var(--white); border: none; border-radius: 4px; font-size: 0.9375rem; font-weight: 500; cursor: pointer; font-family: 'DM Sans', sans-serif; transition: opacity 0.2s; display: flex; align-items: center; justify-content: center; gap: 8px; }
.generate-btn:hover:not(:disabled) { opacity: 0.85; }
.generate-btn:disabled { opacity: 0.5; cursor: not-allowed; }
.spinner { width: 16px; height: 16px; border: 2px solid rgba(255,255,255,0.3); border-top-color: white; border-radius: 50%; animation: spin 0.7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.output-card { background: var(--white); border: 1px solid var(--border); border-radius: 8px; margin-top: 1rem; overflow: hidden; }
.output-header { display: flex; justify-content: space-between; align-items: center; padding: 0.875rem 1rem; border-bottom: 1px solid var(--border); background: var(--paper-warm); }
.output-label { font-size: 0.75rem; font-weight: 600; color: var(--gold); text-transform: uppercase; letter-spacing: 0.1em; }
.copy-btn { font-size: 0.75rem; padding: 0.25rem 0.75rem; border: 1px solid var(--border-strong); border-radius: 4px; background: var(--white); cursor: pointer; font-family: 'DM Sans', sans-serif; color: var(--ink-soft); transition: all 0.15s; }
.copy-btn:hover { background: var(--ink); color: var(--white); }
.output-body { padding: 1rem; font-size: 0.875rem; line-height: 1.75; color: var(--ink-soft); white-space: pre-wrap; }

/* GENERATOR — extra inputs */
.field-hint { font-weight: 400; text-transform: none; letter-spacing: 0; color: var(--ink-muted); opacity: 0.7; }
.tone-row { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 520px) { .tone-row { grid-template-columns: repeat(2, 1fr); } }

/* GENERATOR — structured resume rendering */
.output-body .res-summary { white-space: normal; font-style: italic; color: var(--ink-soft); margin-bottom: 1rem; padding-bottom: 1rem; border-bottom: 1px solid var(--border); }
.res-section { margin-bottom: 1.25rem; }
.res-section:last-child { margin-bottom: 0; }
.res-heading { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.6rem; padding-bottom: 0.35rem; border-bottom: 1px solid var(--border); }
.res-item { margin-bottom: 0.85rem; }
.res-item:last-child { margin-bottom: 0; }
.res-item-head { display: flex; justify-content: space-between; align-items: baseline; gap: 0.75rem; flex-wrap: wrap; margin-bottom: 0.2rem; }
.res-title { font-weight: 600; color: var(--ink); }
.res-meta { font-size: 0.8rem; color: var(--ink-muted); }
.res-bullets { list-style: none; margin: 0.25rem 0 0; padding: 0; }
.res-bullets li { white-space: normal; position: relative; padding-left: 1.1rem; margin-bottom: 0.35rem; line-height: 1.6; }
.res-bullets li::before { content: '▸'; position: absolute; left: 0; color: var(--gold); }
.output-body .res-text { white-space: normal; color: var(--ink-soft); }

/* GENERATOR — quality score */
.score-card .output-body { white-space: normal; }
.score-overall { font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 700; line-height: 1; color: var(--ink); }
.score-overall small { font-family: 'DM Sans', sans-serif; font-size: 0.65rem; font-weight: 400; color: var(--ink-muted); margin-left: 6px; }
.score-overall.good { color: var(--green); }
.score-overall.ok { color: var(--gold); }
.score-overall.low { color: var(--red); }
.score-row { display: grid; grid-template-columns: 120px 1fr 34px; align-items: center; gap: 0.75rem; margin-bottom: 0.65rem; }
.score-row:last-child { margin-bottom: 0; }
.score-label { font-size: 0.8rem; color: var(--ink-soft); }
.score-track { height: 8px; background: var(--paper-warm); border-radius: 999px; overflow: hidden; }
.score-fill { display: block; height: 100%; border-radius: 999px; transition: width 0.5s; }
.score-fill.good { background: var(--green); }
.score-fill.ok { background: var(--gold); }
.score-fill.low { background: var(--red); }
.score-num { font-size: 0.8rem; font-weight: 600; color: var(--ink); text-align: right; }

/* GENERATOR — keyword chips */
.kw-wrap { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.kw-chip { font-size: 0.78rem; padding: 0.3rem 0.7rem; background: var(--paper-warm); border: 1px solid var(--border); border-radius: 999px; color: var(--ink-soft); }

/* GENERATOR — suggestion lists */
.imp-list, .miss-list { list-style: none; margin: 0; padding: 0; }
.imp-list li, .miss-list li { white-space: normal; position: relative; padding-left: 1.4rem; margin-bottom: 0.55rem; line-height: 1.6; }
.imp-list li:last-child, .miss-list li:last-child { margin-bottom: 0; }
.imp-list li::before { content: '✦'; position: absolute; left: 0; color: var(--gold); }
.miss-list li::before { content: '+'; position: absolute; left: 0; color: var(--ink-muted); font-weight: 700; }

/* GENERATOR — quick-rewrite bar */
.refine-bar { margin-top: 1.25rem; padding-top: 1.25rem; border-top: 1px dashed var(--border-strong); }
.refine-title { display: block; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-muted); margin-bottom: 0.6rem; }
.refine-btns { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.refine-btn { font-size: 0.8rem; padding: 0.45rem 0.9rem; border: 1px solid var(--border-strong); border-radius: 999px; background: var(--white); color: var(--ink-soft); cursor: pointer; font-family: 'DM Sans', sans-serif; transition: all 0.15s; }
.refine-btn:hover:not(:disabled) { background: var(--ink); color: var(--white); border-color: var(--ink); }
.refine-btn:disabled { opacity: 0.5; cursor: not-allowed; }

/* INLINE NOTICE (login gate, limit reached) */
.notice { max-width: 760px; margin: 0 auto; background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 2.5rem; text-align: center; box-shadow: 0 24px 80px rgba(13,13,15,0.06); }
.notice-icon { width: 56px; height: 56px; background: var(--paper-warm); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.25rem; font-size: 24px; }
.notice h2 { font-family: 'Playfair Display', serif; font-size: 1.6rem; font-weight: 700; margin-bottom: 0.75rem; letter-spacing: -0.5px; }
.notice p { font-size: 0.95rem; color: var(--ink-muted); line-height: 1.65; margin-bottom: 1.5rem; }
.notice-actions { display: flex; gap: 0.75rem; justify-content: center; flex-wrap: wrap; }

/* PRICING */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.price-card { border: 1px solid var(--border); border-radius: 8px; padding: 2.5rem 2rem; background: var(--white); position: relative; transition: transform 0.2s, box-shadow 0.2s; display: flex; flex-direction: column; }
.price-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(13,13,15,0.08); }
.price-card.featured { border-color: var(--gold); background: var(--ink); color: var(--white); }
.price-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--gold); color: var(--ink); font-size: 0.7rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; padding: 4px 12px; border-radius: 20px; }
.price-tier { font-size: 0.75rem; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: var(--ink-muted); margin-bottom: 1.25rem; }
.price-card.featured .price-tier { color: rgba(255,255,255,0.45); }
.price-amount { font-family: 'Playfair Display', serif; font-size: 3rem; font-weight: 700; letter-spacing: -2px; line-height: 1; margin-bottom: 0.25rem; }
.price-card.featured .price-amount { color: var(--white); }
.price-period { font-size: 0.8125rem; color: var(--ink-muted); margin-bottom: 2rem; }
.price-card.featured .price-period { color: rgba(255,255,255,0.45); }
.price-features { list-style: none; margin-bottom: 2rem; flex: 1; }
.price-features li { font-size: 0.875rem; color: var(--ink-soft); padding: 0.5rem 0; border-bottom: 1px solid var(--border); display: flex; align-items: center; gap: 8px; }
.price-card.featured .price-features li { color: rgba(255,255,255,0.7); border-color: rgba(255,255,255,0.1); }
.price-features li::before { content: '✓'; color: var(--gold); font-weight: 600; font-size: 0.75rem; flex-shrink: 0; }
.price-btn { display: block; text-align: center; padding: 0.875rem; border-radius: 4px; font-size: 0.875rem; font-weight: 500; text-decoration: none; border: 1px solid var(--ink); color: var(--ink); transition: all 0.2s; cursor: pointer; background: var(--white); font-family: 'DM Sans', sans-serif; width: 100%; }
.price-btn:hover { background: var(--ink); color: var(--white); }
.price-card.featured .price-btn { background: var(--gold); border-color: var(--gold); color: var(--ink); }
.price-card.featured .price-btn:hover { opacity: 0.9; }

/* CTA BAND */
.cta-band { background: var(--ink); color: var(--white); border-radius: 16px; padding: 4rem; text-align: center; }
.cta-band h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 3.5vw, 2.75rem); font-weight: 700; letter-spacing: -1px; margin-bottom: 1rem; }
.cta-band p { color: rgba(255,255,255,0.6); max-width: 520px; margin: 0 auto 2rem; line-height: 1.7; }
.cta-band .btn-primary { background: var(--gold); color: var(--ink); }

/* FOUNDERS */
.story { max-width: 720px; }
.story p { font-size: 1.05rem; color: var(--ink-soft); line-height: 1.85; margin-bottom: 1.25rem; }
.quote { font-family: 'Playfair Display', serif; font-style: italic; font-size: 1.5rem; line-height: 1.4; color: var(--ink); border-left: 3px solid var(--gold); padding-left: 1.5rem; margin: 2.5rem 0; }

/* FOOTER */
footer { background: var(--ink); padding: 3rem 4rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-logo { font-family: 'Playfair Display', serif; font-size: 1.25rem; font-weight: 700; color: var(--white); text-decoration: none; }
.footer-logo span { color: var(--gold); }
.footer-copy { font-size: 0.8125rem; color: rgba(255,255,255,0.3); }
.footer-links { display: flex; gap: 1.5rem; }
.footer-links a { font-size: 0.8125rem; color: rgba(255,255,255,0.5); text-decoration: none; }
.footer-links a:hover { color: var(--white); }

@media (max-width: 768px) {
  nav { padding: 1rem 1.5rem; }
  .nav-links { gap: 1rem; font-size: 0.8rem; flex-wrap: wrap; justify-content: flex-end; }
  .hero, .section { padding-left: 1.5rem; padding-right: 1.5rem; }
  .page { padding-left: 1.5rem; padding-right: 1.5rem; }
  .field-row, .toggle-row, .pricing-grid, .grid-3, .grid-2, .dash-grid { grid-template-columns: 1fr; }
  .cta-band { padding: 2.5rem 1.5rem; }
  footer { flex-direction: column; text-align: center; }
}
