/* ===== Lumina Business — Light ("Illuminated Stationery") ===== */
:root {
  /* Surfaces */
  --surface: #fff8f4;
  --surface-card: #ffffff;
  --surface-stone: #f5e6d7;
  --surface-low: #fff1e5;
  --surface-container: #fbebdd;
  /* Brand */
  --amber: #f59e0b;
  --amber-tint: #fff1e5;
  --umber: #613b00;          /* text on amber */
  --umber-deep: #78350f;
  /* Text */
  --ink: #221a12;
  --ink-2: #534434;
  --ink-3: #867461;
  /* Lines */
  --hairline: #d8c3ad;
  --outline: #867461;
  /* Type */
  --font: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  --w-reg: 400; --w-med: 500; --w-semi: 600; --w-bold: 700;
  --t-display: 48px; --t-display-m: 32px;
  --t-h1: 32px; --t-h2: 24px;
  --t-lg: 18px; --t-md: 16px; --t-sm: 14px; --t-xs: 12px;
  --track-tight: -0.02em; --track-eyebrow: 0.08em;
  /* Spacing (4px base) */
  --s-1: 4px; --s-2: 8px; --s-3: 12px; --s-4: 16px; --s-5: 20px;
  --s-6: 24px; --s-8: 32px; --s-10: 40px; --s-12: 48px; --s-16: 64px; --s-20: 80px;
  /* Radius */
  --r-sm: 4px; --r-btn: 8px; --r-md: 12px; --r-lg: 16px; --r-full: 9999px;
  /* Container */
  --container: 1280px; --gutter: 24px;
  /* Elevation — warm layered shadows */
  --shadow-card: 0 1px 2px rgba(120,53,15,0.04), 0 8px 24px rgba(120,53,15,0.06);
  --shadow-raise: 0 2px 4px rgba(120,53,15,0.05), 0 16px 40px rgba(120,53,15,0.08);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: var(--t-md);
  line-height: 1.5;
  color: var(--ink);
  background: var(--surface);
  -webkit-font-smoothing: antialiased;
}
a { color: var(--umber-deep); }
img { max-width: 100%; display: block; }

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
}
@media (max-width: 600px) { .container { padding: 0 16px; } }

.eyebrow {
  font-size: var(--t-xs);
  font-weight: var(--w-semi);
  letter-spacing: var(--track-eyebrow);
  text-transform: uppercase;
  color: var(--ink-3);
  margin: 0 0 var(--s-3) 0;
}
.headline {
  font-size: var(--t-display);
  line-height: 1.1;
  letter-spacing: var(--track-tight);
  font-weight: var(--w-bold);
  margin: 0;
}
.headline-em { color: var(--amber); }
@media (max-width: 600px) { .headline { font-size: var(--t-display-m); } }

/* ===== Header ===== */
.site-header { padding: var(--s-6) 0; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: var(--s-4); }
.wordmark { font-size: var(--t-h2); font-weight: var(--w-bold); letter-spacing: var(--track-tight); }
.wordmark .dot { color: var(--amber); }
.badge {
  display: inline-flex; align-items: center; gap: var(--s-2);
  background: var(--amber-tint); border: 1px solid var(--hairline);
  color: var(--ink-2); font-size: var(--t-xs); font-weight: var(--w-semi);
  padding: var(--s-2) var(--s-3); border-radius: var(--r-full);
}
.badge-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--amber); }

/* ===== Sections ===== */
section { padding: var(--s-16) 0; }
.hero { max-width: 760px; }
.sub { font-size: var(--t-lg); line-height: 1.6; color: var(--ink-2); margin-top: var(--s-5); }

/* ===== How it works ===== */
.section-head { max-width: 600px; margin: 0 auto var(--s-12); text-align: center; }
.section-title { font-size: var(--t-h1); line-height: 1.2; letter-spacing: var(--track-tight); font-weight: var(--w-bold); margin: 0; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s-8); }
@media (max-width: 768px) { .steps { grid-template-columns: 1fr; } }
.card {
  background: var(--surface-card); border-radius: var(--r-lg);
  box-shadow: var(--shadow-card); padding: var(--s-8);
}
.step-num {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--amber-tint); border: 1px solid var(--amber);
  color: var(--umber); font-weight: var(--w-bold);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: var(--s-4);
}
.card-title { font-size: var(--t-lg); font-weight: var(--w-semi); margin: 0 0 var(--s-2); }
.card-text { color: var(--ink-2); margin: 0; }

/* ===== Pricing ===== */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s-6); margin-top: var(--s-10); }
@media (max-width: 900px) { .pricing-grid { grid-template-columns: 1fr; } }
.price-card { position: relative; background: var(--surface-card); border: 1px solid var(--hairline); border-radius: var(--r-lg); box-shadow: var(--shadow-card); padding: var(--s-8); display: flex; flex-direction: column; }
.price-card.featured { border-color: var(--amber); box-shadow: var(--shadow-raise); }
.price-badge { position: absolute; top: calc(-1 * var(--s-3)); left: var(--s-8); background: var(--amber); color: var(--umber); font-size: var(--t-xs); font-weight: var(--w-bold); padding: var(--s-1) var(--s-3); border-radius: var(--r-full); }
.price-name { font-size: var(--t-lg); font-weight: var(--w-semi); margin: 0 0 var(--s-3); }
.price-amount { display: flex; align-items: baseline; gap: var(--s-2); margin-bottom: var(--s-4); }
.price-num { font-size: 40px; font-weight: var(--w-bold); letter-spacing: var(--track-tight); }
.price-period { color: var(--ink-3); font-size: var(--t-sm); }
.price-features { list-style: none; padding: 0; margin: 0 0 var(--s-4); }
.price-features li { padding: var(--s-2) 0; border-bottom: 1px solid var(--surface-stone); color: var(--ink-2); font-size: var(--t-sm); }
.price-note { font-size: var(--t-xs); color: var(--ink-3); margin-top: auto; }

/* ===== Policy summary ===== */
.policy-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--s-6); margin-top: var(--s-8); }
@media (max-width: 768px) { .policy-grid { grid-template-columns: 1fr; } }
.policy-item { background: var(--surface-low); border: 1px solid var(--hairline); border-radius: var(--r-md); padding: var(--s-6); }
.policy-item h3 { margin: 0 0 var(--s-2); font-size: var(--t-md); }
.policy-item p { margin: 0 0 var(--s-3); color: var(--ink-2); font-size: var(--t-sm); }
.policy-item a { font-weight: var(--w-semi); }

/* ===== CTA / buttons ===== */
.btn { display: inline-block; border-radius: var(--r-btn); padding: var(--s-3) var(--s-6); font-weight: var(--w-semi); text-decoration: none; }
.btn-primary { background: var(--amber); color: var(--umber); border: 1px solid var(--amber); }
.btn-primary:hover { box-shadow: var(--shadow-card); }

/* ===== Footer ===== */
.site-footer { border-top: 1px solid var(--hairline); padding: var(--s-12) 0; margin-top: var(--s-16); }
.footer-grid { display: flex; justify-content: space-between; gap: var(--s-8); flex-wrap: wrap; }
.footer-grid p { margin: 0 0 var(--s-2); color: var(--ink-2); font-size: var(--t-sm); }
.footer-grid a { font-weight: var(--w-med); }

/* ===== Legal page ===== */
.legal-main { max-width: 820px; margin: 0 auto; padding: var(--s-12) var(--gutter) var(--s-20); }
.legal-registry { background: var(--surface-low); border: 1px solid var(--hairline); border-radius: var(--r-md); padding: var(--s-6); margin-bottom: var(--s-12); font-size: var(--t-sm); color: var(--ink-2); }
.legal-registry strong { color: var(--ink); }
.legal-section { margin-bottom: var(--s-12); scroll-margin-top: var(--s-8); }
.legal-section h2 { font-size: var(--t-h2); letter-spacing: var(--track-tight); margin: 0 0 var(--s-4); }
.legal-section h3 { font-size: var(--t-md); margin: var(--s-6) 0 var(--s-2); }
.legal-section p, .legal-section li { color: var(--ink-2); line-height: 1.65; }
.legal-section ul { padding-left: var(--s-5); }
.legal-section li { margin-bottom: var(--s-2); }
.legal-back { display: inline-block; margin-bottom: var(--s-8); font-weight: var(--w-semi); }
.legal-updated { color: var(--ink-3); font-size: var(--t-sm); margin-top: var(--s-12); border-top: 1px solid var(--hairline); padding-top: var(--s-6); }
