/* ============================================================
   CertifiedRealEstateAppraiser.com — Production Styles
   Typography: Libre Baskerville (headings) + DM Sans (body)
   ============================================================ */

:root {
  --navy:     #0d1b2e;
  --navy-mid: #162438;
  --ink:      #1a2b40;
  --body:     #2d3f55;
  --muted:    #5a6f87;
  --line:     #dce8f2;
  --bg:       #f5f8fc;
  --white:    #ffffff;
  --blue:     #1a56c4;
  --blue-dk:  #1040a0;
  --blue-lt:  #e8f0fd;
  --green:    #0e7a46;
  --green-lt: #e4f6ed;
  --gold:     #8a6200;
  --gold-lt:  #fef3d0;
  --danger:   #b42318;
  --shadow:   0 4px 24px rgba(13,27,46,0.10);
  --shadow-lg:0 12px 48px rgba(13,27,46,0.14);
  --r:        20px;
  --r-sm:     12px;
  --container:1160px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', system-ui, sans-serif;
  color: var(--body);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }

.container { width: min(calc(100% - 2rem), var(--container)); margin: 0 auto; }
.section { padding: 96px 0; }
.section-alt { background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hidden { display: none !important; }

/* ---- TYPOGRAPHY ---- */
h1, h2, h3 {
  font-family: 'Libre Baskerville', Georgia, serif;
  color: var(--ink);
  line-height: 1.18;
}
h1 { font-size: clamp(2.6rem, 5vw, 4.2rem); }
h2 { font-size: clamp(2rem, 3.5vw, 3rem); }
h3 { font-size: 1.25rem; }
h4 { font-size: 1.1rem; color: var(--ink); }
em { font-style: italic; color: var(--blue); }
p { margin-bottom: 0; }
strong { font-weight: 700; color: var(--ink); }

.eyebrow, .section-kicker {
  display: inline-block;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 0.85rem;
}

/* ---- NAV ---- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,0.94);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(220,232,242,0.85);
}
.nav-wrap {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; min-height: 74px;
}
.brand { display: flex; align-items: center; gap: 0.85rem; }
.brand-seal {
  width: 44px; height: 44px; border-radius: 12px;
  background: linear-gradient(135deg, var(--navy), var(--blue));
  color: #fff; font-size: 0.72rem; font-weight: 800;
  letter-spacing: 0.06em; display: grid; place-items: center;
  flex-shrink: 0;
}
.brand-seal-sm { width: 38px; height: 38px; font-size: 0.65rem; border-radius: 10px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.2; }
.brand-copy strong { font-size: 0.95rem; font-family: 'DM Sans', sans-serif; color: var(--ink); }
.brand-dot { color: var(--blue); }
.brand-copy small { font-size: 0.72rem; color: var(--muted); }
.main-nav { display: flex; align-items: center; gap: 1.5rem; }
.main-nav a { font-size: 0.92rem; font-weight: 600; color: var(--muted); }
.main-nav a:hover { color: var(--ink); }
.button-nav {
  font-size: 0.87rem; padding: 0.6rem 1.1rem; border-radius: 10px;
  background: var(--navy); color: #fff; font-weight: 700;
  border: none; cursor: pointer; white-space: nowrap;
}
.button-nav:hover { background: var(--blue); }
.mobile-menu-button {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: 1px solid var(--line);
  border-radius: 10px; padding: 10px 11px; cursor: pointer;
}
.mobile-menu-button span { display: block; width: 20px; height: 2px; background: var(--ink); border-radius: 2px; }
.mobile-nav { display: none; padding: 0.5rem 1rem 1.25rem; border-top: 1px solid var(--line); }
.mobile-nav.open { display: grid; }
.mobile-nav a { padding: 0.75rem 0; font-weight: 600; color: var(--muted); border-bottom: 1px solid var(--line); font-size: 0.95rem; }
.mobile-nav a:last-child { border-bottom: none; }

/* ---- HERO ---- */
.hero {
  position: relative; overflow: hidden;
  padding: 100px 0 80px;
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy-mid) 55%, #1a3560 100%);
  color: #fff;
}
.hero-bg {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(circle at 20% 50%, rgba(26,86,196,0.35) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(14,122,70,0.15) 0%, transparent 40%);
}
.hero-inner {
  position: relative; display: grid;
  grid-template-columns: 1.15fr 0.85fr; gap: 3rem; align-items: center;
}
.hero-text { display: flex; flex-direction: column; gap: 1.5rem; }
.hero-text .eyebrow { color: rgba(255,255,255,0.65); }
.hero-text h1 { color: #fff; max-width: 14ch; }
.hero-text h1 em { color: #7ec8f4; font-style: italic; }
.hero-lead { color: rgba(255,255,255,0.75); font-size: 1.1rem; line-height: 1.75; max-width: 52ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.hero-trust span { font-size: 0.88rem; color: rgba(255,255,255,0.65); }

/* Hero panel */
.hero-panel {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: var(--r);
  padding: 1.75rem;
  backdrop-filter: blur(8px);
}
.panel-label {
  font-size: 0.72rem; font-weight: 800; letter-spacing: 0.12em;
  text-transform: uppercase; color: rgba(255,255,255,0.5);
  margin-bottom: 1.25rem;
}
.hero-steps { display: flex; flex-direction: column; gap: 1.1rem; }
.hero-step { display: flex; gap: 1rem; align-items: flex-start; }
.step-num {
  width: 28px; height: 28px; border-radius: 50%; background: var(--blue);
  color: #fff; font-size: 0.8rem; font-weight: 800;
  display: grid; place-items: center; flex-shrink: 0;
}
.hero-step strong { display: block; color: #fff; font-size: 0.97rem; margin-bottom: 0.2rem; }
.hero-step p { font-size: 0.88rem; color: rgba(255,255,255,0.6); line-height: 1.5; }
.panel-divider { height: 1px; background: rgba(255,255,255,0.12); margin: 1.5rem 0; }
.panel-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.75rem; }
.panel-stat { text-align: center; }
.panel-stat strong { display: block; font-size: 1.2rem; color: #fff; font-family: 'Libre Baskerville', serif; }
.panel-stat span { font-size: 0.78rem; color: rgba(255,255,255,0.55); }

/* ---- USES STRIP ---- */
.uses-strip {
  background: var(--white); border-bottom: 1px solid var(--line);
  padding: 18px 0;
}
.uses-strip .container { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.uses-label { font-size: 0.8rem; font-weight: 700; color: var(--muted); white-space: nowrap; }
.uses-row { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.uses-row span {
  font-size: 0.8rem; font-weight: 600; color: var(--blue);
  background: var(--blue-lt); padding: 0.3rem 0.75rem;
  border-radius: 999px; white-space: nowrap;
}

/* ---- WHY SECTION ---- */
.section-head { margin-bottom: 2.5rem; }
.section-head.centered { text-align: center; }
.section-head h2 { margin: 0.5rem 0 0.85rem; }
.section-head p { color: var(--muted); line-height: 1.75; max-width: 68ch; }
.section-head.centered p { margin: 0 auto; }
.narrow-head { max-width: 640px; margin-left: auto; margin-right: auto; }

.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.why-card {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--r); padding: 1.5rem;
  box-shadow: var(--shadow);
}
.why-icon { font-size: 1.8rem; margin-bottom: 0.85rem; }
.why-card h3 { margin-bottom: 0.6rem; }
.why-card p { color: var(--muted); font-size: 0.93rem; line-height: 1.7; }

/* ---- SECTION SPLIT ---- */
.section-split { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 3rem; align-items: start; }
.reverse-on-mobile { }

.split-text { padding-top: 0.5rem; }
.split-text h2 { margin: 0.5rem 0 1rem; }
.split-text > p { color: var(--muted); line-height: 1.75; margin-bottom: 1.5rem; }

.checklist { display: flex; flex-direction: column; gap: 1rem; }
.check-item { display: flex; gap: 0.85rem; align-items: flex-start; }
.ck {
  width: 24px; height: 24px; border-radius: 50%;
  background: var(--green-lt); color: var(--green);
  font-weight: 800; font-size: 0.85rem;
  display: grid; place-items: center; flex-shrink: 0; margin-top: 2px;
}
.check-item strong { display: block; font-size: 0.95rem; margin-bottom: 0.2rem; }
.check-item span { font-size: 0.88rem; color: var(--muted); line-height: 1.6; }

/* ---- FORMS ---- */
.form-wrap { }
.form-card {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--r); padding: 1.75rem;
  box-shadow: var(--shadow-lg);
}
.form-card-head {
  display: flex; justify-content: space-between;
  align-items: flex-start; gap: 1rem; margin-bottom: 1.5rem;
}
.form-card-head h3 { margin: 0; font-size: 1.3rem; }

.form-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1rem; margin-bottom: 1.25rem;
}
.full-span { grid-column: 1 / -1; }
.opt { font-weight: 400; color: var(--muted); font-size: 0.85rem; }

label {
  display: flex; flex-direction: column; gap: 0.4rem;
  font-size: 0.88rem; font-weight: 600; color: var(--ink);
}
input[type="text"], input[type="email"], input[type="tel"], input[type="url"],
input[type="search"], input[type="password"], select, textarea {
  width: 100%; padding: 0.85rem 1rem;
  border: 1.5px solid var(--line); border-radius: var(--r-sm);
  background: #fff; color: var(--ink); font-size: 0.92rem;
  transition: border-color 0.15s, box-shadow 0.15s;
}
input:focus, select:focus, textarea:focus {
  outline: none; border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(26,86,196,0.1);
}
textarea { resize: vertical; }
.hp-field { position: absolute !important; left: -9999px !important; opacity: 0 !important; pointer-events: none !important; }

/* ---- BUTTONS ---- */
.button { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; border: none; cursor: pointer; border-radius: var(--r-sm); font-weight: 700; font-size: 0.95rem; padding: 0.9rem 1.5rem; transition: all 0.18s; text-decoration: none; }
.button:disabled { opacity: 0.65; cursor: not-allowed; }
.button-primary { background: linear-gradient(135deg, var(--blue), #2466e0); color: #fff; box-shadow: 0 6px 24px rgba(26,86,196,0.28); }
.button-primary:hover { background: linear-gradient(135deg, var(--blue-dk), var(--blue)); transform: translateY(-1px); }
.button-secondary { background: #fff; color: var(--blue); border: 1.5px solid rgba(26,86,196,0.25); }
.button-secondary:hover { background: var(--blue-lt); border-color: var(--blue); }
.button-ghost { background: rgba(255,255,255,0.1); color: #fff; border: 1px solid rgba(255,255,255,0.25); }
.button-ghost:hover { background: rgba(255,255,255,0.18); }
.button-ghost-light { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,0.5); }
.button-ghost-light:hover { background: rgba(255,255,255,0.12); }
.btn-block { width: 100%; }

/* ---- PILLS ---- */
.pill {
  display: inline-flex; align-items: center; border-radius: 999px;
  padding: 0.35rem 0.8rem; font-size: 0.78rem; font-weight: 700;
  background: var(--blue-lt); color: var(--blue); white-space: nowrap;
}
.pill-green { background: var(--green-lt); color: var(--green); }
.pill-gold { background: var(--gold-lt); color: var(--gold); }

/* ---- FORM FEEDBACK ---- */
.form-note, .form-msg {
  font-size: 0.82rem; color: var(--muted); line-height: 1.6; margin-top: 0.75rem;
}
.form-msg { font-weight: 600; }

/* ---- BECOME APPRAISER ---- */
.become-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 2rem; align-items: start; }
.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r); padding: 1.75rem; box-shadow: var(--shadow); }
.card-sub { font-size: 0.93rem; color: var(--muted); line-height: 1.7; margin: 0.5rem 0 1.25rem; }

.path-list { padding-left: 1.2rem; display: flex; flex-direction: column; gap: 0.9rem; margin-bottom: 1.5rem; }
.path-list li { font-size: 0.92rem; color: var(--muted); line-height: 1.7; }
.path-list strong { color: var(--ink); }

.guide-dl-box {
  display: flex; gap: 1.25rem; align-items: center;
  background: var(--bg); border: 1px dashed var(--line);
  border-radius: var(--r-sm); padding: 1.1rem;
}
.guide-dl-box > div { flex: 1; }
.guide-dl-box strong { display: block; margin-bottom: 0.25rem; font-size: 0.95rem; }
.guide-dl-box p { font-size: 0.85rem; color: var(--muted); line-height: 1.6; }

/* Quiz */
.quiz-email-row { margin-bottom: 1.25rem; }
.quiz-topbar { flex-direction: column; align-items: flex-start; gap: 0.5rem; }
.quiz-topbar .form-card-head { align-items: flex-end; }
.quiz-questions { display: flex; flex-direction: column; gap: 1rem; }

.q-card { padding: 1rem; border: 1px solid var(--line); border-radius: var(--r-sm); background: var(--bg); }
.q-card h4 { font-family: 'DM Sans', sans-serif; font-size: 0.95rem; margin-bottom: 0.85rem; color: var(--ink); }
.q-options { display: flex; flex-direction: column; gap: 0.5rem; }
.q-option { display: flex; gap: 0.75rem; align-items: flex-start; padding: 0.7rem 0.9rem; border: 1px solid var(--line); border-radius: var(--r-sm); background: #fff; cursor: pointer; }
.q-option input { margin-top: 3px; flex-shrink: 0; accent-color: var(--blue); }
.q-option span { font-size: 0.9rem; color: var(--body); line-height: 1.5; }

.paywall {
  margin-top: 1.25rem; padding: 1.5rem; text-align: center;
  border: 1px solid var(--line); border-radius: var(--r);
  background: linear-gradient(160deg, #f7fbff 0%, #edf4ff 100%);
}
.paywall-lock { font-size: 2rem; margin-bottom: 0.75rem; }
.paywall h4 { margin-bottom: 0.5rem; }
.paywall p { color: var(--muted); font-size: 0.92rem; margin-bottom: 1rem; line-height: 1.65; }
.paywall-actions { margin-bottom: 0.85rem; }

.quiz-results { margin-top: 1.25rem; }
.result-score { font-size: 3.5rem; font-weight: 800; color: var(--blue); font-family: 'Libre Baskerville', serif; line-height: 1; margin-bottom: 0.5rem; }
.result-detail { display: flex; flex-direction: column; gap: 1rem; margin-top: 1.25rem; }
.result-item { padding: 1rem; border-radius: var(--r-sm); border: 1px solid var(--line); background: var(--bg); }
.result-item h4 { font-family: 'DM Sans', sans-serif; font-size: 0.9rem; margin-bottom: 0.5rem; }
.result-item p { font-size: 0.87rem; color: var(--muted); line-height: 1.6; }
.result-item .correct { color: var(--green); font-weight: 700; }
.result-item .wrong { color: var(--danger); font-weight: 700; }

/* ---- DIRECTORY ---- */
.dir-search {
  display: grid; grid-template-columns: 1fr 200px;
  gap: 0.75rem; margin-bottom: 1.75rem;
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--r); padding: 0.85rem; box-shadow: var(--shadow);
}
.dir-search-input { position: relative; }
.dir-icon { position: absolute; left: 0.85rem; top: 50%; transform: translateY(-50%); font-size: 1rem; pointer-events: none; }
.dir-search-input input { padding-left: 2.5rem; }
.dir-search input, .dir-search select { border-radius: var(--r-sm); }
.directory-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.dir-empty { text-align: center; color: var(--muted); padding: 2rem; font-style: italic; }

.dir-card {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--r); padding: 1.5rem; box-shadow: var(--shadow);
}
.dir-card-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; margin-bottom: 1rem; }
.dir-card-top h3 { font-size: 1.1rem; margin-bottom: 0.2rem; }
.dir-card-top p { font-size: 0.87rem; color: var(--muted); }
.verified-badge {
  background: var(--green-lt); color: var(--green);
  border-radius: 999px; padding: 0.3rem 0.75rem;
  font-size: 0.78rem; font-weight: 800; white-space: nowrap;
}
.dir-meta { display: grid; gap: 0.4rem; margin-bottom: 1rem; }
.dir-meta span { font-size: 0.86rem; color: var(--muted); }
.dir-meta strong { color: var(--ink); }
.dir-card p.bio { font-size: 0.9rem; color: var(--muted); line-height: 1.65; margin-bottom: 1rem; }
.dir-actions { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.dir-actions a { font-size: 0.85rem; padding: 0.55rem 1rem; }

/* ---- JOIN DIRECTORY SIDE ---- */
.join-side { display: flex; flex-direction: column; gap: 1.5rem; }
.badge-card .form-card-head { margin-bottom: 1rem; }
.badge-img { width: 100%; max-width: 320px; border-radius: var(--r-sm); border: 1px solid var(--line); padding: 0.25rem; background: var(--bg); margin: 0 auto 1rem; }
.badge-card p { font-size: 0.92rem; color: var(--muted); line-height: 1.7; }

.pricing-card h3 { font-size: 1.2rem; margin-bottom: 1rem; }
.price-row { display: flex; align-items: baseline; gap: 0.4rem; margin-bottom: 1.25rem; }
.price-big { font-family: 'Libre Baskerville', serif; font-size: 2.8rem; font-weight: 700; color: var(--ink); }
.price-period { font-size: 1rem; color: var(--muted); }
.price-list { padding-left: 0; list-style: none; display: flex; flex-direction: column; gap: 0.6rem; margin-bottom: 1rem; }
.price-list li { font-size: 0.9rem; color: var(--body); padding-left: 0; }
.price-list li::before { content: ""; }
.price-note { font-size: 0.82rem; color: var(--muted); }

/* ---- FAQ ---- */
.faq-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.faq-card { background: var(--bg); border: 1px solid var(--line); border-radius: var(--r); padding: 1.5rem; }
.faq-card h3 { font-size: 1rem; margin-bottom: 0.65rem; }
.faq-card p { font-size: 0.9rem; color: var(--muted); line-height: 1.7; }

/* ---- CTA ---- */
.cta-section {
  padding: 88px 0;
  background: linear-gradient(135deg, var(--navy) 0%, #1a3560 100%);
  color: #fff;
}
.cta-inner { text-align: center; }
.cta-inner h2 { color: #fff; margin-bottom: 0.85rem; }
.cta-inner p { color: rgba(255,255,255,0.7); font-size: 1.05rem; margin-bottom: 2rem; }
.cta-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 1rem; }

/* ---- FOOTER ---- */
.site-footer { background: var(--navy); color: rgba(255,255,255,0.85); }
.footer-inner { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 2rem; padding: 56px 0 40px; }
.footer-brand { display: flex; gap: 1rem; align-items: flex-start; }
.footer-brand strong { display: block; font-size: 0.97rem; color: #fff; margin-bottom: 0.5rem; }
.footer-brand p { font-size: 0.86rem; color: rgba(255,255,255,0.55); line-height: 1.7; max-width: 38ch; }
.footer-nav { display: flex; flex-direction: column; gap: 0.6rem; }
.footer-nav strong { font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 0.25rem; }
.footer-nav a { font-size: 0.88rem; color: rgba(255,255,255,0.65); }
.footer-nav a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding: 20px 0; }
.footer-bottom .container { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.footer-bottom p { font-size: 0.8rem; color: rgba(255,255,255,0.4); }

/* ---- RESPONSIVE ---- */
@media (max-width: 1000px) {
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 860px) {
  .main-nav { display: none; }
  .mobile-menu-button { display: flex; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-panel { display: none; }
  .section-split { grid-template-columns: 1fr; }
  .reverse-on-mobile { direction: rtl; }
  .reverse-on-mobile > * { direction: ltr; }
  .become-grid { grid-template-columns: 1fr; }
  .directory-grid { grid-template-columns: 1fr; }
  .dir-search { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .full-span { grid-column: 1; }
}

@media (max-width: 640px) {
  .section { padding: 70px 0; }
  .hero { padding: 80px 0 60px; }
  .why-grid { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; padding: 44px 0 30px; }
  .footer-bottom .container { flex-direction: column; }
  .guide-dl-box { flex-direction: column; align-items: flex-start; }
  .cta-section { padding: 64px 0; }
  h1 { font-size: 2.4rem; }
}

/* ---- INNER PAGES ---- */
.page-hero {
  padding: 80px 0 60px;
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy-mid) 60%, #1a3560 100%);
  color: #fff;
}
.page-hero .section-kicker { color: rgba(255,255,255,0.55); }
.page-hero h1 { color: #fff; margin: 0.5rem 0 1rem; }
.page-hero-lead { color: rgba(255,255,255,0.7); font-size: 1.1rem; line-height: 1.75; max-width: 60ch; }

.prose-layout { display: grid; grid-template-columns: 1fr; max-width: 820px; margin: 0 auto; }
.prose-body h2 { margin: 2rem 0 0.85rem; font-size: 1.6rem; }
.prose-body h3 { margin: 1.5rem 0 0.5rem; font-size: 1.1rem; }
.prose-body p { color: var(--body); line-height: 1.8; margin-bottom: 1rem; }
.prose-body ul { padding-left: 1.25rem; display: flex; flex-direction: column; gap: 0.5rem; margin-bottom: 1rem; }
.prose-body ul li { color: var(--body); line-height: 1.7; font-size: 0.95rem; }
.legal-prose h2 { font-size: 1.3rem; border-top: 1px solid var(--line); padding-top: 1.5rem; margin-top: 2rem; }
.legal-prose h3 { font-size: 1rem; color: var(--blue); margin: 1.25rem 0 0.4rem; }

.prose-checklist { display: flex; flex-direction: column; gap: 1rem; margin: 1.25rem 0 1.75rem; }
.prose-check-item { display: flex; gap: 0.85rem; align-items: flex-start; }
.prose-check-item strong { display: block; margin-bottom: 0.2rem; }
.prose-check-item span { font-size: 0.9rem; color: var(--muted); line-height: 1.65; }

.who-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; margin: 1.25rem 0 1.75rem; }
.who-card { background: var(--bg); border: 1px solid var(--line); border-radius: var(--r); padding: 1.25rem; }
.who-card h3 { font-size: 1rem; margin-bottom: 0.5rem; }
.who-card p { font-size: 0.9rem; color: var(--muted); line-height: 1.7; margin: 0; }

/* ---- CONTACT PAGE ---- */
.contact-layout { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 3rem; align-items: start; }
.contact-info h2 { margin-bottom: 1rem; }
.contact-info > p { color: var(--muted); margin-bottom: 1.5rem; }
.contact-reasons { display: flex; flex-direction: column; gap: 1rem; margin-bottom: 1.5rem; }
.contact-reason { padding: 1rem; background: var(--bg); border: 1px solid var(--line); border-radius: var(--r-sm); }
.contact-reason strong { display: block; margin-bottom: 0.25rem; font-size: 0.95rem; }
.contact-reason span { font-size: 0.87rem; color: var(--muted); line-height: 1.6; }
.contact-note { font-size: 0.87rem; color: var(--muted); line-height: 1.8; padding: 1rem; background: var(--blue-lt); border-radius: var(--r-sm); }

/* ---- BADGE VALUE LIST ---- */
.badge-value-list { display: flex; flex-direction: column; gap: 0.85rem; margin-top: 1.25rem; }
.badge-value-item { display: flex; gap: 0.75rem; align-items: flex-start; }
.badge-value-item strong { display: block; font-size: 0.9rem; margin-bottom: 0.15rem; }
.badge-value-item span { font-size: 0.85rem; color: var(--muted); line-height: 1.6; }

@media (max-width: 860px) {
  .who-grid { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
}
