/* =========================================================
   Capital Trust Notary Group LLC — Global Stylesheet
   ========================================================= */

:root {
  --navy: #0f2540;
  --navy-dark: #081726;
  --navy-light: #1c3a5e;
  --gold: #b8923f;
  --gold-light: #d4af5a;
  --cream: #f7f4ee;
  --white: #ffffff;
  --ink: #1c1f24;
  --ink-soft: #4a5261;
  --border: #e2e0d8;
  --success: #2f7a4d;
  --danger: #a4342a;
  --radius: 6px;
  --shadow: 0 4px 18px rgba(15, 37, 64, 0.08);
  --shadow-lg: 0 12px 32px rgba(15, 37, 64, 0.16);
  --serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --sans: "Source Sans Pro", "Segoe UI", Arial, sans-serif;
  --maxw: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: var(--serif);
  color: var(--navy);
  line-height: 1.2;
  margin: 0 0 0.6em;
}

h1 { font-size: 2.6rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.4rem; }
p { margin: 0 0 1em; color: var(--ink-soft); }
a { color: var(--navy-light); text-decoration: none; }
a:hover { color: var(--gold); }
ul { padding-left: 1.2em; color: var(--ink-soft); }
img { max-width: 100%; display: block; }

.container {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 24px;
}

.section { padding: 72px 0; }
.section-sm { padding: 40px 0; }
.section-alt { background: var(--cream); }
.section-navy { background: var(--navy); color: var(--white); }
.section-navy h2, .section-navy h3 { color: var(--white); }
.section-navy p { color: #c7d2e0; }

.eyebrow {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 10px;
}

.center { text-align: center; }
.mx-auto { margin-left: auto; margin-right: auto; }
.text-max { max-width: 700px; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 28px;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 0.95rem;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.15s ease;
  text-align: center;
}
.btn-primary { background: var(--gold); color: var(--navy-dark); border-color: var(--gold); }
.btn-primary:hover { background: var(--gold-light); border-color: var(--gold-light); color: var(--navy-dark); }
.btn-outline { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.5); }
.btn-outline:hover { border-color: var(--white); color: var(--white); }
.btn-navy { background: var(--navy); color: var(--white); border-color: var(--navy); }
.btn-navy:hover { background: var(--navy-light); border-color: var(--navy-light); color: var(--white); }
.btn-block { width: 100%; }
.btn-sm { padding: 8px 16px; font-size: 0.85rem; }
.btn[disabled] { opacity: 0.5; cursor: not-allowed; }

/* ===== Top utility bar ===== */
.topbar {
  background: var(--navy-dark);
  color: #cdd8e6;
  font-size: 0.82rem;
}
.topbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  flex-wrap: wrap;
  gap: 6px;
}
.topbar a { color: #e7ecf3; }
.topbar-badge {
  background: var(--gold);
  color: var(--navy-dark);
  font-weight: 700;
  padding: 2px 9px;
  border-radius: 20px;
  margin-right: 10px;
  font-size: 0.72rem;
  letter-spacing: 0.03em;
}

/* ===== Header / nav ===== */
header.site-header {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 500;
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--navy);
}
.brand .seal {
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--gold);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif);
  font-weight: 700;
  font-size: 1.1rem;
  border: 2px solid var(--gold);
  flex-shrink: 0;
}
.brand-logo {
  width: 46px; height: 46px;
  object-fit: contain;
  flex-shrink: 0;
}
.footer-brand .brand-logo { width: 40px; height: 40px; }
.brand .brand-text { line-height: 1.15; }
.brand .brand-text strong { display: block; font-family: var(--serif); font-size: 1.15rem; color: var(--navy); }
.brand .brand-text span { display: block; font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold); }

nav.main-nav ul {
  display: flex;
  gap: 26px;
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.main-nav a {
  color: var(--ink);
  font-weight: 600;
  font-size: 0.93rem;
}
nav.main-nav a.active,
nav.main-nav a:hover { color: var(--gold); }

.nav-actions { display: flex; align-items: center; gap: 12px; }
.nav-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.6rem;
  color: var(--navy);
  cursor: pointer;
}

@media (max-width: 940px) {
  nav.main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0; right: 0;
    background: var(--white);
    border-bottom: 1px solid var(--border);
    box-shadow: var(--shadow);
  }
  nav.main-nav.open { display: block; }
  nav.main-nav ul {
    flex-direction: column;
    gap: 0;
    padding: 10px 24px 20px;
  }
  nav.main-nav li { border-bottom: 1px solid var(--border); }
  nav.main-nav a { display: block; padding: 12px 0; }
  .nav-toggle { display: block; }
  .nav-actions .btn-navy span.hide-mobile { display: none; }
}

/* ===== Hero ===== */
.hero {
  background: linear-gradient(135deg, var(--navy-dark), var(--navy) 60%, var(--navy-light));
  color: var(--white);
  padding: 90px 0 80px;
  position: relative;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  right: -120px; top: -120px;
  width: 420px; height: 420px;
  border-radius: 50%;
  border: 40px solid rgba(184,146,63,0.12);
}
.hero .container { position: relative; z-index: 2; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: center;
}
@media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; } }
.hero h1 { color: var(--white); font-size: 3rem; }
.hero p.lead { color: #d7e0ec; font-size: 1.15rem; max-width: 560px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 26px; }
.hero-stats {
  display: flex;
  gap: 28px;
  margin-top: 40px;
  flex-wrap: wrap;
}
.hero-stats div strong { display: block; font-family: var(--serif); font-size: 1.7rem; color: var(--gold-light); }
.hero-stats div span { font-size: 0.8rem; color: #b9c6d7; text-transform: uppercase; letter-spacing: 0.05em; }

.hero-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 14px;
  padding: 26px;
  backdrop-filter: blur(4px);
}
.hero-card h3 { color: var(--white); }
.hero-card ul { list-style: none; padding: 0; margin: 0 0 18px; }
.hero-card ul li {
  display: flex; align-items: flex-start; gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  color: #dbe4ef;
  font-size: 0.93rem;
}
.hero-card ul li:last-child { border-bottom: none; }
.hero-card ul li .check { color: var(--gold-light); font-weight: 700; }

/* ===== Cards / grids ===== */
.grid { display: grid; gap: 26px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 900px) { .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .grid-3, .grid-4, .grid-2 { grid-template-columns: 1fr; } }

.card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: var(--shadow);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.card .icon {
  width: 46px; height: 46px;
  border-radius: 10px;
  background: var(--cream);
  color: var(--gold);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 14px;
}
.card h3 { margin-bottom: 8px; font-size: 1.15rem; }
.card p { margin-bottom: 0; font-size: 0.94rem; }
.card .price-tag { color: var(--gold); font-weight: 700; margin-top: 10px; display: block; }

/* Service area strip */
.area-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.area-pill {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 30px;
  padding: 8px 18px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--navy);
}

/* Steps */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
@media (max-width: 900px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .steps { grid-template-columns: 1fr; } }
.step {
  position: relative;
  padding-top: 10px;
}
.step .num {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--gold-light);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif);
  font-weight: 700;
  margin-bottom: 14px;
}

/* Tables */
table.rates-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
  box-shadow: var(--shadow);
  border-radius: var(--radius);
  overflow: hidden;
}
table.rates-table th, table.rates-table td {
  padding: 14px 18px;
  border-bottom: 1px solid var(--border);
  text-align: left;
  font-size: 0.94rem;
}
table.rates-table th {
  background: var(--navy);
  color: var(--white);
  font-family: var(--serif);
  font-weight: 600;
}
table.rates-table tr:last-child td { border-bottom: none; }
table.rates-table tr:nth-child(even) td { background: var(--cream); }

.note-box {
  background: #fbf6e9;
  border: 1px solid #ecd9a0;
  border-radius: var(--radius);
  padding: 16px 20px;
  font-size: 0.9rem;
  color: #6b5416;
  margin: 20px 0;
}
.note-box strong { color: #4a3a10; }

.alert-box {
  border-radius: var(--radius);
  padding: 14px 18px;
  font-size: 0.9rem;
  margin: 16px 0;
  border: 1px solid transparent;
}
.alert-info { background: #eaf1fb; border-color: #c7dbf3; color: #1c3a5e; }
.alert-success { background: #e7f5ec; border-color: #b9e0c6; color: #205133; }
.alert-danger { background: #fbeceb; border-color: #f0c2bf; color: #7d241b; }

/* Forms */
.field { margin-bottom: 18px; }
.field label {
  display: block;
  font-weight: 600;
  font-size: 0.88rem;
  margin-bottom: 6px;
  color: var(--navy);
}
.field .hint { font-size: 0.78rem; color: var(--ink-soft); margin-top: 4px; }
.field input[type="text"],
.field input[type="email"],
.field input[type="tel"],
.field input[type="date"],
.field input[type="number"],
.field input[type="password"],
.field select,
.field textarea {
  width: 100%;
  padding: 11px 13px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  font-family: var(--sans);
  font-size: 0.95rem;
  background: var(--white);
  color: var(--ink);
}
.field textarea { resize: vertical; min-height: 110px; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(184,146,63,0.18);
}
.checkbox-row { display: flex; align-items: flex-start; gap: 10px; font-size: 0.86rem; color: var(--ink-soft); }
.checkbox-row input { margin-top: 4px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 620px) { .form-row { grid-template-columns: 1fr; } }

.form-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 10px;
  box-shadow: var(--shadow);
  padding: 34px;
}

/* Booking wizard */
.wizard-progress {
  display: flex;
  justify-content: space-between;
  margin-bottom: 34px;
  counter-reset: step;
  list-style: none;
  padding: 0;
}
.wizard-progress li {
  flex: 1;
  text-align: center;
  position: relative;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--ink-soft);
}
.wizard-progress li::before {
  counter-increment: step;
  content: counter(step);
  display: block;
  width: 34px; height: 34px;
  line-height: 32px;
  border-radius: 50%;
  border: 2px solid var(--border);
  background: var(--white);
  margin: 0 auto 8px;
  font-family: var(--serif);
  color: var(--ink-soft);
}
.wizard-progress li.active::before,
.wizard-progress li.done::before {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--navy-dark);
}
.wizard-progress li.active { color: var(--navy); }
.wizard-progress li::after {
  content: "";
  position: absolute;
  top: 17px; left: -50%;
  width: 100%; height: 2px;
  background: var(--border);
  z-index: -1;
}
.wizard-progress li:first-child::after { display: none; }
.wizard-progress li.done::after { background: var(--gold); }

.wizard-step { display: none; }
.wizard-step.active { display: block; animation: fadein 0.2s ease; }
@keyframes fadein { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }

.service-choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
@media (max-width: 760px) { .service-choice-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .service-choice-grid { grid-template-columns: 1fr; } }
.service-choice {
  border: 2px solid var(--border);
  border-radius: var(--radius);
  padding: 16px;
  cursor: pointer;
  background: var(--white);
  transition: all 0.15s ease;
}
.service-choice:hover { border-color: var(--gold-light); }
.service-choice.selected { border-color: var(--gold); background: #fdf9ee; }
.service-choice .icon { font-size: 1.4rem; margin-bottom: 8px; }
.service-choice h4 { margin: 0 0 4px; font-size: 0.98rem; color: var(--navy); }
.service-choice p { margin: 0; font-size: 0.8rem; }

/* Calendar */
.calendar-wrap {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 22px;
}
.cal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.cal-header button {
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: 50%;
  width: 34px; height: 34px;
  cursor: pointer;
  font-size: 1rem;
  color: var(--navy);
}
.cal-header h4 { margin: 0; font-size: 1.1rem; }
.cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
  text-align: center;
}
.cal-grid .dow { font-size: 0.72rem; font-weight: 700; color: var(--ink-soft); text-transform: uppercase; padding-bottom: 6px; }
.cal-day {
  padding: 10px 0;
  border-radius: var(--radius);
  font-size: 0.88rem;
  cursor: pointer;
  border: 1px solid transparent;
  color: var(--ink);
  background: var(--cream);
}
.cal-day.empty { background: transparent; cursor: default; }
.cal-day.unavailable { background: #f2f2f2; color: #bbb; cursor: not-allowed; text-decoration: line-through; }
.cal-day.available { background: #e7f5ec; color: #205133; font-weight: 600; }
.cal-day.available:hover { background: #c9e9d4; }
.cal-day.selected { background: var(--gold); color: var(--navy-dark); font-weight: 700; }
.cal-day.today { border-color: var(--gold); }

.slot-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 16px; }
@media (max-width: 560px) { .slot-grid { grid-template-columns: repeat(2, 1fr); } }
.slot-btn {
  padding: 10px 6px;
  border: 1px solid var(--border);
  background: var(--white);
  border-radius: var(--radius);
  cursor: pointer;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--navy);
}
.slot-btn:hover { border-color: var(--gold); }
.slot-btn.selected { background: var(--navy); color: var(--white); border-color: var(--navy); }

.summary-box {
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px;
}
.summary-box dl { display: grid; grid-template-columns: 140px 1fr; gap: 8px 12px; margin: 0; }
.summary-box dt { font-weight: 700; color: var(--navy); font-size: 0.85rem; }
.summary-box dd { margin: 0; font-size: 0.9rem; color: var(--ink-soft); }

.wizard-nav { display: flex; justify-content: space-between; margin-top: 30px; }

/* Legend */
.legend { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 14px; font-size: 0.8rem; color: var(--ink-soft); }
.legend span { display: inline-flex; align-items: center; gap: 6px; }
.legend .dot { width: 12px; height: 12px; border-radius: 3px; display: inline-block; }
.legend .dot.available { background: #e7f5ec; border: 1px solid #b9e0c6; }
.legend .dot.unavailable { background: #f2f2f2; border: 1px solid #ddd; }
.legend .dot.selected { background: var(--gold); }

/* Resource / forms library */
.resource-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin-bottom: 12px;
  background: var(--white);
  flex-wrap: wrap;
}
.resource-item .res-info { display: flex; align-items: center; gap: 14px; }
.resource-item .res-icon {
  width: 42px; height: 42px;
  border-radius: 8px;
  background: var(--cream);
  color: var(--gold);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700;
  font-size: 0.75rem;
}
.resource-item h4 { margin: 0 0 3px; font-size: 1rem; }
.resource-item p { margin: 0; font-size: 0.82rem; }

.tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 24px; }
.tab-btn {
  padding: 9px 18px;
  border-radius: 30px;
  border: 1px solid var(--border);
  background: var(--white);
  cursor: pointer;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--ink-soft);
}
.tab-btn.active { background: var(--navy); color: var(--white); border-color: var(--navy); }

/* Testimonials */
.testimonial {
  background: var(--white);
  border-left: 4px solid var(--gold);
  padding: 22px 26px;
  box-shadow: var(--shadow);
  border-radius: var(--radius);
}
.testimonial p.quote { font-style: italic; color: var(--ink); margin-bottom: 12px; }
.testimonial .who { font-weight: 700; color: var(--navy); font-size: 0.88rem; }
.testimonial .who span { display: block; font-weight: 400; color: var(--ink-soft); font-size: 0.78rem; }

/* Dashboard (account) */
.dash-layout { display: grid; grid-template-columns: 240px 1fr; gap: 30px; }
@media (max-width: 800px) { .dash-layout { grid-template-columns: 1fr; } }
.dash-sidebar {
  background: var(--navy);
  border-radius: var(--radius);
  padding: 22px;
  color: var(--white);
  height: fit-content;
}
.dash-sidebar .user-chip { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,0.15); }
.dash-sidebar .user-chip .avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--gold); color: var(--navy-dark); display: flex; align-items: center; justify-content: center; font-weight: 700; font-family: var(--serif); }
.dash-sidebar nav ul { list-style: none; padding: 0; margin: 0; }
.dash-sidebar nav a {
  display: flex; align-items: center; gap: 10px;
  color: #cdd8e6;
  padding: 10px 12px;
  border-radius: var(--radius);
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 4px;
}
.dash-sidebar nav a:hover, .dash-sidebar nav a.active { background: rgba(255,255,255,0.1); color: var(--white); }

.dash-panel { display: none; }
.dash-panel.active { display: block; }

.stat-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin-bottom: 28px; }
@media (max-width: 800px) { .stat-row { grid-template-columns: repeat(2,1fr); } }
.stat-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 18px; box-shadow: var(--shadow); }
.stat-card .num { font-family: var(--serif); font-size: 1.8rem; color: var(--navy); }
.stat-card .lbl { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.04em; color: var(--ink-soft); }

table.data-table { width: 100%; border-collapse: collapse; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
table.data-table th, table.data-table td { padding: 12px 16px; border-bottom: 1px solid var(--border); font-size: 0.88rem; text-align: left; }
table.data-table th { background: var(--cream); color: var(--navy); font-weight: 700; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.03em; }
.badge { padding: 3px 10px; border-radius: 30px; font-size: 0.74rem; font-weight: 700; }
.badge-pending { background: #fdf1d6; color: #8a6100; }
.badge-completed { background: #e0f2e6; color: #205133; }
.badge-paid { background: #e0f2e6; color: #205133; }
.badge-unpaid { background: #fbeceb; color: #7d241b; }
.badge-scheduled { background: #eaf1fb; color: #1c3a5e; }

.upload-box {
  border: 2px dashed var(--border);
  border-radius: var(--radius);
  padding: 30px;
  text-align: center;
  background: var(--cream);
  color: var(--ink-soft);
  margin-bottom: 20px;
}

/* FAQ accordion */
.accordion-item { border-bottom: 1px solid var(--border); }
.accordion-trigger {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 18px 4px;
  font-family: var(--serif);
  font-size: 1.05rem;
  color: var(--navy);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion-body { max-height: 0; overflow: hidden; transition: max-height 0.25s ease; }
.accordion-item.open .accordion-body { max-height: 400px; }
.accordion-body p { padding-bottom: 16px; }

/* Footer */
footer.site-footer { background: var(--navy-dark); color: #b9c6d7; padding: 60px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 34px; padding-bottom: 40px; }
@media (max-width: 800px) { .footer-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 500px) { .footer-grid { grid-template-columns: 1fr; } }
footer.site-footer h4 { color: var(--white); font-size: 0.95rem; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 16px; }
footer.site-footer ul { list-style: none; padding: 0; margin: 0; }
footer.site-footer li { margin-bottom: 9px; font-size: 0.88rem; }
footer.site-footer a { color: #b9c6d7; }
footer.site-footer a:hover { color: var(--gold-light); }
footer.site-footer p { color: #9fadbf; font-size: 0.88rem; }
.footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.footer-legal {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.8rem;
  color: #8b99ab;
}
.footer-legal .legal-links { display: flex; gap: 16px; flex-wrap: wrap; }
.footer-legal a { color: #8b99ab; }
.footer-legal a:hover { color: var(--gold-light); }

/* Legal pages */
.legal-doc h2 { margin-top: 2em; }
.legal-doc h2:first-of-type { margin-top: 0; }
.legal-doc ol, .legal-doc ul { color: var(--ink-soft); }
.legal-doc { max-width: 820px; }
.updated-badge { display: inline-block; background: var(--cream); padding: 6px 14px; border-radius: 30px; font-size: 0.8rem; color: var(--ink-soft); margin-bottom: 20px; }

/* Utility */
.mt-0 { margin-top: 0; } .mb-0 { margin-bottom: 0; }
.mt-1 { margin-top: 10px; } .mt-2 { margin-top: 20px; } .mt-3 { margin-top: 30px; } .mt-4 { margin-top: 40px; }
.mb-1 { margin-bottom: 10px; } .mb-2 { margin-bottom: 20px; } .mb-3 { margin-bottom: 30px; } .mb-4 { margin-bottom: 40px; }
.flex { display: flex; } .flex-wrap { flex-wrap: wrap; } .items-center { align-items: center; } .justify-between { justify-content: space-between; } .gap-1 { gap: 10px; } .gap-2 { gap: 20px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
