:root {
  --ink: #241e1b;
  --muted: #665b55;
  --brand: #c94b17;
  --brand-dark: #9f3510;
  --soft: #fff6ef;
  --line: #ead9cb;
  --paper: #ffffff;
  --page: #fbfaf8;
  --green: #168651;
  --green-dark: #0e683d;
  --shadow: 0 20px 60px rgba(67, 41, 26, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--page);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.shell { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.narrow { max-width: 800px; }
.skip-link { position: absolute; left: -9999px; top: 8px; z-index: 99; background: #fff; padding: 10px 14px; border: 2px solid var(--brand); }
.skip-link:focus { left: 8px; }

.site-header { background: rgba(255,255,255,.98); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 800; font-size: 1.12rem; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: #fff; background: var(--brand); }
.nav { display: flex; gap: 20px; flex-wrap: wrap; }
.nav a, .site-footer a { text-decoration: none; color: var(--muted); font-weight: 650; }
.nav a:hover, .site-footer a:hover { color: var(--brand); }

.hero { padding: 72px 0 64px; background: radial-gradient(circle at 80% 20%, #ffe1cf 0, rgba(255,225,207,0) 34%), linear-gradient(180deg, #fff, #fff9f4); border-bottom: 1px solid var(--line); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); gap: 44px; align-items: start; }
.eyebrow { margin: 0 0 10px; color: var(--brand); font-size: .79rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3 { line-height: 1.15; margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 18px; font-size: clamp(2.4rem, 6vw, 4.35rem); letter-spacing: -.045em; }
h2 { margin-bottom: 16px; font-size: clamp(1.7rem, 4vw, 2.55rem); letter-spacing: -.025em; }
h3 { margin-bottom: 8px; font-size: 1.08rem; }
.lead { max-width: 760px; margin: 0 0 28px; color: var(--muted); font-size: 1.08rem; }

.access-card { display: grid; grid-template-columns: 44px 1fr; gap: 0 14px; padding: 24px; background: var(--paper); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); }
.access-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: #e9f7ef; color: var(--green); font-weight: 900; }
.access-card h2 { margin: 2px 0 8px; font-size: 1.35rem; }
.access-card p { margin: 0; color: var(--muted); }
.actions { grid-column: 1 / -1; display: flex; gap: 12px; flex-wrap: wrap; margin-top: 20px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 20px; border-radius: 10px; text-decoration: none; font-weight: 850; border: 1px solid transparent; transition: transform .15s ease, background .15s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--green); color: #fff; box-shadow: 0 10px 24px rgba(22,134,81,.2); }
.button-primary:hover { background: var(--green-dark); }
.button-secondary { background: #fff; color: var(--ink); border-color: var(--line); }
.microcopy { grid-column: 1 / -1; margin-top: 14px !important; font-size: .78rem; line-height: 1.5; }
.centered { text-align: center; }

.summary-card { padding: 28px; border-radius: 24px; color: #fff; background: linear-gradient(150deg, #35251e, #6a351f); box-shadow: var(--shadow); }
.summary-badge { display: inline-block; margin-bottom: 20px; padding: 6px 12px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; font-size: .82rem; font-weight: 800; }
.summary-card h2 { font-size: 1.65rem; }
.check-list, .dash-list { margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 8px 0 8px 28px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: #ffd6be; font-weight: 900; }
.summary-note { margin: 18px 0 0; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.2); color: #f4ddd1; font-size: .86rem; }

.section { padding: 72px 0; }
.section-soft { background: var(--soft); border-block: 1px solid var(--line); }
.section p { color: var(--muted); }
.notice { margin-top: 24px; padding: 18px 20px; border-left: 4px solid var(--brand); border-radius: 8px; background: #fff7ef; color: var(--muted); }

.card-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.info-card { min-height: 230px; padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: 16px; }
.info-card > span { display: grid; place-items: center; width: 32px; height: 32px; margin-bottom: 18px; border-radius: 50%; background: var(--brand); color: #fff; font-weight: 900; }
.info-card p { margin-bottom: 0; font-size: .92rem; }

.two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: start; }
.plain-card { padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 18px; }
.dash-list li { position: relative; padding: 7px 0 7px 22px; color: var(--muted); }
.dash-list li::before { content: "—"; position: absolute; left: 0; color: var(--brand); }

details { margin-bottom: 12px; padding: 0 20px; background: #fff; border: 1px solid var(--line); border-radius: 12px; }
summary { padding: 18px 0; cursor: pointer; font-weight: 800; }
details p { margin: 0 0 18px; }

.final-cta { padding: 72px 0; text-align: center; background: linear-gradient(145deg, #fff2e7, #fff); }
.final-cta p { color: var(--muted); }
.final-cta .button { margin-top: 12px; }

.site-footer { padding: 42px 0 28px; color: #e9ddd6; background: #231c19; }
.footer-grid { display: flex; justify-content: space-between; gap: 24px; align-items: start; }
.footer-grid p { margin: 6px 0 0; color: #bfaea5; }
.footer-grid nav { display: flex; gap: 16px; flex-wrap: wrap; }
.site-footer a { color: #eadfd9; }
.legal-copy { margin-top: 28px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); }
.legal-copy p { margin: 8px 0; color: #ae9d94; font-size: .76rem; }

@media (max-width: 980px) {
  .card-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 820px) {
  .header-inner { padding-block: 14px; align-items: flex-start; }
  .nav { justify-content: flex-end; gap: 12px; font-size: .9rem; }
  .hero { padding-top: 52px; }
  .hero-grid, .two-column { grid-template-columns: 1fr; }
  .summary-card { order: -1; }
}
@media (max-width: 600px) {
  .shell { width: min(100% - 22px, 1120px); }
  .header-inner { display: block; }
  .nav { margin-top: 12px; justify-content: flex-start; }
  .hero { padding: 38px 0 46px; }
  h1 { font-size: 2.35rem; }
  .access-card { grid-template-columns: 1fr; }
  .access-icon { margin-bottom: 12px; }
  .actions { display: grid; }
  .button { width: 100%; }
  .card-grid { grid-template-columns: 1fr; }
  .info-card { min-height: 0; }
  .section, .final-cta { padding: 52px 0; }
  .footer-grid { display: grid; }
}
.placeholder { display: inline-block; padding: 2px 6px; border: 1px dashed var(--brand); color: var(--brand-dark); background: #fff7ef; font-weight: 800; }
