/* Prepser — tokens ported 1:1 from pastor-ios Theme.swift (Claude Design "Classical"). Light only. */
:root {
  --bg: #F3F2F2; --surface: #EAE9E9; --text: #201F1D;
  --accent: #B68235; --accent2: #AC803E;
  --divider: rgba(32, 31, 29, 0.16);
  --a50: #FFF3E4; --a100: #FFE3BF; --a200: #FACB8D; --a300: #E1AD66; --a400: #C28D41;
  --a500: #A06F24; --a600: #7D5411; --a700: #5A3B0A; --a800: #3A270D;
  --n50: #F8F4F4; --n100: #EAE7E7; --n200: #D7D3D3; --n300: #BAB6B6; --n400: #9B9797;
  --n500: #7D7979; --n600: #605D5D; --n700: #444141; --n800: #2D2B2B;
  --danger: #B3402F; --success: #2E7D3F; --success-bg: #E4F3E6;
  --r-sm: 2px; --r-md: 4px; --r-lg: 7px;
  --serif-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --serif-body: "Lora", Georgia, "Times New Roman", serif;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--bg); color: var(--text);
  font: 400 17px/1.65 var(--serif-body);
}
h1, h2, h3, h4 { font-family: var(--serif-display); font-weight: 600; line-height: 1.15; margin: 0 0 .5em; letter-spacing: -0.01em; }
h1 { font-size: 42px; } h2 { font-size: 32px; } h3 { font-size: 25px; } h4 { font-size: 20px; }
p, ul, ol { margin: 0 0 1em; }
a { color: var(--a600); text-decoration-color: var(--a300); text-underline-offset: 3px; }
a:hover { color: var(--a700); }
img { max-width: 100%; display: block; }
hr { border: 0; border-top: 1px solid var(--divider); margin: 3rem 0; }

.container { max-width: 1080px; margin: 0 auto; padding: 0 20px; }
.narrow { max-width: 68ch; }
.muted { color: var(--n600); }
.small { font-size: 14px; }
.lead { font-size: 20px; color: var(--n700); }

/* header / footer */
.site-header { display: flex; align-items: center; justify-content: space-between; padding: 18px 20px; max-width: 1080px; margin: 0 auto; }
.site-header nav { display: flex; align-items: center; gap: 20px; }
.site-header nav a { color: var(--text); text-decoration: none; }
.wordmark { font-family: var(--serif-display); font-weight: 600; font-size: 26px; color: var(--text); text-decoration: none; }
.badge img { height: 40px; width: auto; }
.site-footer { border-top: 1px solid var(--divider); margin-top: 5rem; padding: 2rem 20px 3rem; max-width: 1080px; margin-left: auto; margin-right: auto; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; align-items: center; font-size: 15px; color: var(--n600); }
.site-footer p { margin: 0; }
.site-footer a { color: var(--n700); }

/* landing */
section { padding: 4.5rem 0; }
section + section { border-top: 1px solid var(--divider); }
.eyebrow { font-family: var(--serif-body); font-size: 12px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--a600); margin-bottom: 1rem; }
.hero { padding-top: 4rem; padding-bottom: 5rem; display: grid; gap: 2.5rem; align-items: center; }
.cta { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; margin-top: 1.5rem; }
.grid { display: grid; gap: 1.5rem; }
.grid-3 { grid-template-columns: 1fr; }
.card { background: var(--surface); border-radius: var(--r-lg); padding: 1.5rem; }
.card h3 { font-size: 22px; }
.card p:last-child { margin-bottom: 0; }
.num { font-family: var(--serif-display); font-size: 28px; color: var(--a500); font-style: italic; margin-bottom: .25rem; }
.steps { counter-reset: step; }
.steps .card::before { counter-increment: step; content: counter(step) "."; display: block; font-family: var(--serif-display); font-size: 28px; color: var(--a500); }
.mock { background: #fff; border: 1px solid var(--n200); border-radius: var(--r-lg); padding: 1.25rem; font-size: 15px; box-shadow: 0 1px 0 var(--divider); }
.mock .label { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--n600); margin-bottom: .5rem; }
.mock .row { display: flex; justify-content: space-between; gap: 1rem; padding: .45rem 0; border-top: 1px solid var(--n100); margin: 0; }
.mock .row:first-of-type { border-top: 0; }
.mock p:last-child { margin-bottom: 0; }
.chip { display: inline-block; background: var(--a50); color: var(--a700); border-radius: 999px; padding: 2px 10px; font-size: 13px; margin: 0 6px 6px 0; }
.chips { line-height: 1.2; }
.chips-lg .chip { font-size: 16px; padding: 6px 16px; margin: 0 8px 10px 0; }
.quote { font-family: var(--serif-display); font-size: 28px; line-height: 1.3; color: var(--n800); border-left: 3px solid var(--a300); padding-left: 1.25rem; margin: 2rem 0; }
.btn { display: inline-block; background: var(--text); color: #fff; text-decoration: none; padding: .8rem 1.4rem; border-radius: var(--r-md); font-weight: 500; }
.btn:hover { background: var(--n800); color: #fff; }

/* pricing */
.pricing { display: grid; gap: 1.5rem; }
.plan { background: var(--surface); border-radius: var(--r-lg); padding: 1.75rem; }
.plan.pro { background: #fff; border: 1px solid var(--a300); }
.price { font-family: var(--serif-display); font-size: 40px; font-weight: 600; }
.price small { font-family: var(--serif-body); font-size: 15px; color: var(--n600); font-weight: 400; }
.plan ul { padding-left: 1.1rem; }
.save { color: #1F5A2D; background: var(--success-bg); border-radius: 999px; padding: 2px 10px; font-size: 13px; }

/* legal + support */
.legal { padding-top: 3rem; }
.legal h1 { margin-bottom: .25rem; }
.legal h2 { font-size: 26px; margin-top: 2.5rem; }
.legal h3 { font-size: 20px; margin-top: 1.5rem; }
.notice { background: var(--a50); border: 1px solid var(--a200); border-radius: var(--r-lg); padding: 1.25rem 1.5rem; margin: 1.5rem 0 2rem; }
.notice p:last-child { margin: 0; }
.faq details { border-top: 1px solid var(--divider); padding: 1rem 0; }
.faq details:last-child { border-bottom: 1px solid var(--divider); }
.faq summary { cursor: pointer; font-family: var(--serif-display); font-weight: 600; font-size: 22px; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; float: right; color: var(--a500); }
.faq details[open] summary::after { content: "–"; }
.faq details p { margin-top: .75rem; }

@media (min-width: 720px) {
  h1 { font-size: 56px; }
  .hero { grid-template-columns: 1.1fr .9fr; }
  .grid-3 { grid-template-columns: repeat(3, 1fr); }
  .grid-2 { grid-template-columns: repeat(2, 1fr); }
  .pricing { grid-template-columns: 1fr 1fr; }
}
