/* ============================================
   DEBT HELP USA ADVISORS — PREMIUM EDITION
   Color, type, motion, components.
   ============================================ */

:root {
  /* Refined palette — warmer, more premium */
  --stone: #0e2340;
  --stone-mid: #1a3358;
  --stone-light: #2a4670;
  --stone-deep: #06152b;
  --gold: #c8a655;
  --gold-light: #dec284;
  --gold-deep: #a8893f;
  --gold-pale: #f3e9cc;
  --cream: #f6f1e4;
  --cream-light: #faf6ec;
  --warm-white: #fbfaf6;
  --text-primary: #0e2340;
  --text-secondary: #4a5568;
  --text-muted: #8a8f9c;
  --border: rgba(200, 166, 85, 0.18);
  --border-mid: rgba(200, 166, 85, 0.35);
  --border-deep: rgba(200, 166, 85, 0.55);
  --green-trust: #1d6a45;
  --red-soft: #a8423b;
  --shadow-sm: 0 1px 3px rgba(14, 35, 64, 0.06);
  --shadow-md: 0 4px 16px rgba(14, 35, 64, 0.08);
  --shadow-lg: 0 12px 40px rgba(14, 35, 64, 0.12);
  --shadow-gold: 0 8px 32px rgba(200, 166, 85, 0.2);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 120px; }
body {
  font-family: 'Inter', 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--warm-white);
  color: var(--text-primary);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* =============================================
   TYPOGRAPHY
   ============================================= */
h1, h2, h3, h4, h5 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.15;
  color: var(--stone);
}
h1 { font-size: clamp(2.6rem, 5.5vw, 4.8rem); font-weight: 300; }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 400; }
h3 { font-size: clamp(1.4rem, 2.5vw, 1.85rem); font-weight: 500; }
h4 { font-size: 1.1rem; font-weight: 600; }
h1 em, h2 em, h3 em { font-style: italic; color: var(--gold); font-weight: 400; }
p { line-height: 1.75; }

.section-label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.85rem;
  display: inline-block;
  position: relative;
  padding-left: 32px;
}
.section-label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 1px;
  background: var(--gold);
}
.dark .section-label { color: var(--gold-light); }
.dark .section-label::before { background: var(--gold-light); }

/* =============================================
   TOP TRUST BAR (above nav)
   ============================================= */
.top-bar {
  background: var(--stone-deep);
  color: rgba(246, 241, 228, 0.85);
  font-size: 0.78rem;
  padding: 0.6rem 6vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
  border-bottom: 1px solid rgba(200, 166, 85, 0.15);
}
.top-bar-left { display: flex; gap: 1.5rem; align-items: center; flex-wrap: wrap; }
.top-bar-item { display: flex; align-items: center; gap: 0.5rem; font-weight: 400; letter-spacing: 0.02em; }
.top-bar-item svg { width: 13px; height: 13px; stroke: var(--gold); fill: none; flex-shrink: 0; }
.top-bar-right { display: flex; gap: 1.5rem; align-items: center; }
.top-bar-phone {
  color: var(--gold-light);
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: color 0.2s;
}
.top-bar-phone:hover { color: var(--gold); }
.top-bar-phone svg { width: 13px; height: 13px; stroke: currentColor; fill: none; }

/* =============================================
   NAVIGATION
   ============================================= */
nav.site-nav {
  position: fixed;
  top: 36px;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6vw;
  height: 82px;
  background: rgba(251, 250, 246, 0.97);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
  transition: all 0.35s;
}
.nav-logo { display: flex; align-items: center; text-decoration: none; }
.nav-links { display: flex; gap: 2.4rem; list-style: none; align-items: center; }
.nav-links a {
  font-size: 0.83rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--text-secondary);
  text-decoration: none;
  transition: color 0.2s;
  position: relative;
  padding: 0.25rem 0;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width 0.3s;
}
.nav-links a:hover { color: var(--stone); }
.nav-links a:hover::after { width: 100%; }
.nav-links a.active { color: var(--gold); }
.nav-links a.active::after { width: 100%; }
.nav-cta {
  font-size: 0.78rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
  color: var(--warm-white) !important;
  background: var(--stone);
  padding: 0.75rem 1.5rem !important;
  border-radius: 2px;
  transition: all 0.25s !important;
  border: 1px solid var(--stone);
}
.nav-cta:hover {
  background: var(--gold) !important;
  border-color: var(--gold);
  color: var(--warm-white) !important;
  transform: translateY(-1px);
  box-shadow: var(--shadow-gold);
}
.nav-cta::after { display: none !important; }

/* =============================================
   HERO
   ============================================= */
.hero {
  min-height: 92vh;
  display: flex;
  align-items: center;
  padding: 160px 6vw 100px;
  position: relative;
  overflow: hidden;
  background: var(--warm-white);
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse 60% 60% at 80% 50%, rgba(200, 166, 85, 0.12) 0%, transparent 70%),
    radial-gradient(ellipse 50% 80% at 0% 100%, rgba(14, 35, 64, 0.04) 0%, transparent 60%),
    linear-gradient(160deg, var(--warm-white) 0%, var(--cream-light) 100%);
}
.hero-grid {
  position: absolute;
  right: -100px;
  top: -100px;
  bottom: -100px;
  width: 50%;
  z-index: 0;
  opacity: 0.5;
  background-image:
    linear-gradient(rgba(200, 166, 85, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(200, 166, 85, 0.08) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse at top right, black 0%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse at top right, black 0%, transparent 70%);
}
.hero-ornament {
  position: absolute;
  top: 25%;
  right: 8%;
  width: 280px;
  height: 280px;
  z-index: 0;
  opacity: 0.7;
}
.hero-ornament svg { width: 100%; height: 100%; }
.hero-content {
  position: relative;
  z-index: 1;
  max-width: 880px;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-deep);
  background: var(--gold-pale);
  border: 1px solid var(--border-mid);
  padding: 0.55rem 1.1rem;
  border-radius: 100px;
  margin-bottom: 1.75rem;
}
.hero-eyebrow::before {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--gold);
  border-radius: 50%;
  display: inline-block;
}
.hero h1 { margin-bottom: 1.5rem; max-width: 900px; }
.hero-sub {
  font-size: 1.12rem;
  font-weight: 300;
  color: var(--text-secondary);
  max-width: 640px;
  line-height: 1.8;
  margin-bottom: 2.5rem;
}
.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2.75rem;
}

/* =============================================
   BUTTONS
   ============================================= */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--warm-white);
  background: var(--stone);
  padding: 1.05rem 2.1rem;
  text-decoration: none;
  border: 1px solid var(--stone);
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.2, 0, 0.2, 1);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--gold);
  transform: translateX(-101%);
  transition: transform 0.4s cubic-bezier(0.2, 0, 0.2, 1);
  z-index: 0;
}
.btn-primary > * { position: relative; z-index: 1; }
.btn-primary:hover::before { transform: translateX(0); }
.btn-primary:hover {
  border-color: var(--gold);
  transform: translateY(-2px);
  box-shadow: var(--shadow-gold);
}
.btn-primary.gold {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--stone);
}
.btn-primary.gold::before { background: var(--stone); }
.btn-primary.gold:hover { color: var(--warm-white); border-color: var(--stone); }

.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.84rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-secondary);
  padding: 1.05rem 2.1rem;
  text-decoration: none;
  border: 1px solid rgba(74, 85, 104, 0.25);
  border-radius: 2px;
  background: transparent;
  transition: all 0.3s;
  cursor: pointer;
}
.btn-secondary:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(200, 166, 85, 0.04);
}

.btn-arrow { transition: transform 0.3s; }
.btn-primary:hover .btn-arrow,
.btn-secondary:hover .btn-arrow { transform: translateX(3px); }

/* Trust row under hero */
.trust-row {
  display: flex;
  gap: 2.5rem;
  flex-wrap: wrap;
  font-size: 0.88rem;
  color: var(--text-secondary);
}
.trust-row span {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 400;
}
.trust-row span::before {
  content: '\2713';
  display: inline-flex;
  width: 20px;
  height: 20px;
  background: var(--gold-pale);
  color: var(--gold-deep);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 700;
}

/* =============================================
   TRUST STRIP (after hero)
   ============================================= */
.trust-strip {
  background: var(--cream);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 2.25rem 6vw;
}
.trust-strip-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 2rem;
  align-items: center;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0 0.5rem;
}
.trust-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--warm-white);
  border: 1px solid var(--border-mid);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.trust-icon svg { width: 20px; height: 20px; stroke: var(--gold); fill: none; }
.trust-text-block { display: flex; flex-direction: column; gap: 0.1rem; }
.trust-text-label {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.trust-text-value {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--stone);
  letter-spacing: 0.01em;
}
.trust-rating-stars { color: var(--gold); letter-spacing: 1px; font-size: 0.85rem; }

/* =============================================
   GENERAL SECTIONS
   ============================================= */
section {
  padding: 110px 6vw;
  position: relative;
}
section.dark { background: var(--stone); }
section.cream { background: var(--cream); }
section.cream-light { background: var(--cream-light); }

.section-header {
  max-width: 760px;
  margin: 0 auto 4rem;
  text-align: center;
}
.section-header.left { margin: 0 0 4rem; text-align: left; }
.section-header h2 { margin-bottom: 1rem; }
.section-header p {
  font-size: 1.02rem;
  font-weight: 300;
  color: var(--text-secondary);
  line-height: 1.85;
  margin-top: 0.5rem;
}
.dark .section-header h2 { color: var(--cream-light); }
.dark .section-header h2 em { color: var(--gold-light); }
.dark .section-header p { color: rgba(246, 241, 228, 0.65); }

/* =============================================
   OPTIONS GRID (solutions cards on home)
   ============================================= */
.options-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5px;
  background: var(--border-mid);
  border: 1px solid var(--border-mid);
  box-shadow: var(--shadow-md);
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 980px) { .options-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .options-grid { grid-template-columns: 1fr; } }
.option-card {
  background: var(--warm-white);
  padding: 2.5rem 2.25rem;
  transition: all 0.35s cubic-bezier(0.2, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: block;
  color: inherit;
}
.option-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 0;
  background: linear-gradient(180deg, var(--gold) 0%, var(--gold-deep) 100%);
  transition: height 0.45s cubic-bezier(0.2, 0, 0.2, 1);
}
.option-card::after {
  content: '\2192';
  position: absolute;
  top: 2.25rem;
  right: 2.25rem;
  color: var(--gold);
  font-size: 1.2rem;
  opacity: 0;
  transform: translateX(-8px);
  transition: all 0.3s;
}
.option-card:hover { background: var(--cream-light); }
.option-card:hover::before { height: 100%; }
.option-card:hover::after { opacity: 1; transform: translateX(0); }
.option-icon { font-size: 2.4rem; margin-bottom: 1.25rem; line-height: 1; }
.option-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.55rem;
  font-weight: 500;
  color: var(--stone);
  margin-bottom: 0.5rem;
  letter-spacing: -0.005em;
}
.option-tagline {
  font-size: 0.9rem;
  font-weight: 300;
  color: var(--text-secondary);
  line-height: 1.65;
  margin-bottom: 1.25rem;
}
.option-badge {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-deep);
  background: var(--gold-pale);
  border: 1px solid var(--border-mid);
  padding: 0.3rem 0.75rem;
  border-radius: 100px;
}
.option-badge.gray {
  color: var(--text-muted);
  background: rgba(138, 143, 156, 0.08);
  border-color: rgba(138, 143, 156, 0.2);
}

/* =============================================
   STATS COUNTER SECTION
   ============================================= */
.stats-section {
  background: var(--stone);
  padding: 80px 6vw;
  position: relative;
  overflow: hidden;
}
.stats-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 50% 50%, rgba(200, 166, 85, 0.06) 0%, transparent 70%);
  z-index: 0;
}
.stats-grid {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 3rem;
  text-align: center;
}
.stat-counter-item { padding: 1rem 0; }
.stat-num-large {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.8rem, 5vw, 4rem);
  font-weight: 300;
  color: var(--gold-light);
  line-height: 1;
  margin-bottom: 0.75rem;
  letter-spacing: -0.01em;
  display: inline-block;
}
.stat-label-large {
  font-size: 0.85rem;
  font-weight: 400;
  color: rgba(246, 241, 228, 0.65);
  letter-spacing: 0.04em;
  line-height: 1.6;
}

/* =============================================
   PROBLEMS GRID (dark section)
   ============================================= */
.problems-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto;
}
.problem-item {
  padding-top: 1.75rem;
  border-top: 1px solid var(--border-deep);
  position: relative;
}
.problem-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.4rem;
  font-weight: 300;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 1rem;
}
.problem-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  font-weight: 500;
  color: var(--cream-light);
  margin-bottom: 0.75rem;
}
.problem-desc {
  font-size: 0.92rem;
  font-weight: 300;
  color: rgba(246, 241, 228, 0.6);
  line-height: 1.8;
}

/* =============================================
   TESTIMONIALS SECTION
   ============================================= */
.testimonials {
  background: var(--cream-light);
  padding: 110px 6vw;
  position: relative;
}
.testimonials-grid {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
}
.testimonial-card {
  background: var(--warm-white);
  border: 1px solid var(--border);
  padding: 2.5rem;
  position: relative;
  transition: all 0.35s;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
}
.testimonial-card::before {
  content: '\201C';
  position: absolute;
  top: 1.25rem;
  right: 2rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 4rem;
  color: var(--gold-pale);
  line-height: 1;
}
.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--border-mid);
}
.testimonial-stars {
  color: var(--gold);
  font-size: 1rem;
  letter-spacing: 2px;
  margin-bottom: 1.25rem;
}
.testimonial-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 400;
  color: var(--stone);
  line-height: 1.55;
  margin-bottom: 1.75rem;
  flex-grow: 1;
}
.testimonial-attr {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border);
}
.testimonial-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--stone) 0%, var(--stone-light) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-light);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 500;
  flex-shrink: 0;
  border: 2px solid var(--gold-pale);
}
.testimonial-meta { display: flex; flex-direction: column; gap: 0.1rem; }
.testimonial-name {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--stone);
}
.testimonial-loc {
  font-size: 0.78rem;
  color: var(--text-muted);
  letter-spacing: 0.03em;
}
.testimonial-stats {
  margin-top: 1.5rem;
  padding: 1rem 1.25rem;
  background: var(--cream);
  border-left: 2px solid var(--gold);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem 1rem;
  font-size: 0.78rem;
}
.testimonial-stat-label {
  color: var(--text-muted);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.65rem;
}
.testimonial-stat-value {
  color: var(--stone);
  font-weight: 600;
  font-size: 0.9rem;
}

/* =============================================
   WHY DIFFERENT SECTION
   ============================================= */
.different-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 5rem;
  align-items: start;
  max-width: 1200px;
  margin: 0 auto;
}
.different-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}
.different-list li {
  font-size: 0.98rem;
  font-weight: 300;
  color: var(--text-secondary);
  line-height: 1.7;
  padding-left: 2.25rem;
  position: relative;
}
.different-list li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  background: var(--gold);
  color: var(--warm-white);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 700;
}
.different-list li strong { color: var(--stone); font-weight: 600; }

.stats-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  background: var(--warm-white);
  padding: 2.5rem;
  border: 1px solid var(--border);
  position: relative;
  box-shadow: var(--shadow-md);
}
.stats-block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, var(--gold) 0%, var(--gold-deep) 100%);
}
.stat-item { padding: 0.5rem 0; }
.stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.6rem;
  font-weight: 300;
  color: var(--stone);
  line-height: 1;
  margin-bottom: 0.4rem;
}
.stat-num em { font-style: normal; color: var(--gold); }
.stat-label {
  font-size: 0.78rem;
  font-weight: 400;
  color: var(--text-muted);
  line-height: 1.5;
}

/* =============================================
   PROCESS STEPS
   ============================================= */
.process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.process-steps::before {
  content: '';
  position: absolute;
  top: 32px;
  left: 7%;
  right: 7%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--border-mid) 20%, var(--border-mid) 80%, transparent 100%);
}
.process-step { padding: 0 1.5rem 0 0; position: relative; }
.step-dot {
  width: 16px;
  height: 16px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  background: var(--warm-white);
  margin-bottom: 1.6rem;
  position: relative;
  z-index: 1;
  transition: all 0.35s;
}
.step-dot::after {
  content: '';
  position: absolute;
  inset: -6px;
  border: 1px solid transparent;
  border-radius: 50%;
  transition: all 0.35s;
}
.process-step:hover .step-dot { background: var(--gold); transform: scale(1.1); }
.process-step:hover .step-dot::after { border-color: rgba(200, 166, 85, 0.3); }
.step-num {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: var(--gold-deep);
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.step-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  font-weight: 500;
  color: var(--stone);
  margin-bottom: 0.65rem;
}
.step-desc {
  font-size: 0.87rem;
  font-weight: 300;
  color: var(--text-secondary);
  line-height: 1.8;
}

/* =============================================
   FAQ ACCORDION (homepage preview)
   ============================================= */
.faq-preview {
  max-width: 880px;
  margin: 0 auto;
}
.faq-acc-item {
  background: var(--warm-white);
  border: 1px solid var(--border);
  margin-bottom: 0.75rem;
  transition: all 0.3s;
  border-radius: 2px;
}
.faq-acc-item:hover { border-color: var(--border-mid); }
.faq-acc-item.open { border-color: var(--gold); box-shadow: var(--shadow-sm); }
.faq-acc-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.4rem 1.75rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--stone);
  cursor: pointer;
  user-select: none;
  line-height: 1.4;
  gap: 1rem;
}
.faq-acc-icon {
  width: 24px;
  height: 24px;
  border: 1px solid var(--border-mid);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s;
  color: var(--gold);
  font-size: 1.2rem;
  line-height: 0;
}
.faq-acc-item.open .faq-acc-icon { background: var(--gold); color: var(--warm-white); transform: rotate(45deg); }
.faq-acc-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.2, 0, 0.2, 1), padding 0.3s;
  font-size: 0.95rem;
  font-weight: 300;
  color: var(--text-secondary);
  line-height: 1.85;
  padding: 0 1.75rem;
}
.faq-acc-item.open .faq-acc-a {
  max-height: 500px;
  padding: 0 1.75rem 1.4rem;
}

/* =============================================
   CTA STRIP
   ============================================= */
.cta-strip {
  background: linear-gradient(135deg, var(--stone) 0%, var(--stone-mid) 100%);
  padding: 90px 6vw;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-strip::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 0% 50%, rgba(200, 166, 85, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 100% 50%, rgba(200, 166, 85, 0.08) 0%, transparent 50%);
}
.cta-strip > * { position: relative; z-index: 1; }
.cta-strip h2 { color: var(--cream-light); margin-bottom: 1.25rem; }
.cta-strip p {
  color: rgba(246, 241, 228, 0.7);
  font-size: 1.02rem;
  font-weight: 300;
  line-height: 1.75;
  max-width: 640px;
  margin: 0 auto 2.25rem;
}
.cta-strip .hero-actions { justify-content: center; }

/* =============================================
   SOLUTIONS PAGE — sticky anchor nav
   ============================================= */
.options-anchor-nav {
  background: var(--stone);
  padding: 1.25rem 6vw;
  position: sticky;
  top: 118px;
  z-index: 50;
  overflow-x: auto;
  box-shadow: var(--shadow-md);
}
.options-anchor-nav-inner {
  display: flex;
  gap: 1.85rem;
  max-width: 1200px;
  margin: 0 auto;
  white-space: nowrap;
}
.options-anchor-nav a {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: rgba(246, 241, 228, 0.6);
  text-decoration: none;
  padding: 0.45rem 0;
  border-bottom: 1px solid transparent;
  transition: all 0.25s;
}
.options-anchor-nav a:hover { color: var(--gold); border-bottom-color: var(--gold); }

/* =============================================
   SOLUTION BLOCK (solutions page)
   ============================================= */
.solution-block { padding: 80px 6vw; border-bottom: 1px solid var(--border); position: relative; }
.solution-block:nth-child(even) { background: var(--cream-light); }
.solution-inner { max-width: 1080px; margin: 0 auto; }
.solution-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold-deep);
  background: var(--gold-pale);
  border: 1px solid var(--border-mid);
  padding: 0.45rem 0.95rem;
  border-radius: 100px;
  margin-bottom: 1.25rem;
}
.solution-badge::before {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--gold);
  border-radius: 50%;
}
.solution-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.1rem, 3.8vw, 2.9rem);
  font-weight: 400;
  color: var(--stone);
  margin-bottom: 1.25rem;
  line-height: 1.15;
}
.solution-desc {
  font-size: 1.02rem;
  font-weight: 300;
  color: var(--text-secondary);
  line-height: 1.85;
  max-width: 820px;
  margin-bottom: 1.5rem;
}
.solution-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  margin-top: 2.75rem;
}
.detail-card {
  background: var(--warm-white);
  padding: 1.85rem;
  border-left: 3px solid var(--gold);
  box-shadow: var(--shadow-sm);
  transition: all 0.3s;
}
.detail-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.detail-card.advantages { border-left-color: var(--green-trust); }
.detail-card.risks { border-left-color: var(--red-soft); }
.detail-card.best-for { border-left-color: var(--gold); }
.detail-card h4 {
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--stone);
  margin-bottom: 1.1rem;
}
.detail-card ul { list-style: none; }
.detail-card li {
  font-size: 0.88rem;
  font-weight: 300;
  color: var(--text-secondary);
  line-height: 1.65;
  padding-left: 1.2rem;
  position: relative;
  margin-bottom: 0.6rem;
}
.detail-card li::before {
  content: '\2014';
  position: absolute;
  left: 0;
  color: var(--gold);
}
.solution-footnote {
  font-size: 0.82rem;
  color: var(--text-muted);
  font-style: italic;
  font-weight: 300;
  line-height: 1.75;
  margin-top: 2rem;
  padding: 1.1rem 1.4rem;
  background: rgba(14, 35, 64, 0.04);
  border-left: 2px solid var(--text-muted);
}

/* =============================================
   COMPARE TABLE (solutions page)
   ============================================= */
.compare-section { padding: 90px 6vw; background: var(--cream); }
.compare-wrapper {
  overflow-x: auto;
  max-width: 1200px;
  margin: 2.5rem auto 0;
  box-shadow: var(--shadow-md);
}
table.compare {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.87rem;
  background: var(--warm-white);
}
table.compare thead th {
  background: var(--stone);
  color: var(--cream-light);
  font-weight: 600;
  padding: 1.1rem 0.9rem;
  text-align: left;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
table.compare td {
  padding: 1rem 0.9rem;
  border-bottom: 1px solid var(--border);
  color: var(--text-secondary);
  font-weight: 300;
  vertical-align: top;
}
table.compare tr:last-child td { border-bottom: none; }
table.compare tr:hover td { background: rgba(200, 166, 85, 0.05); }
table.compare td strong { color: var(--stone); font-weight: 600; }

/* =============================================
   ABOUT PAGE
   ============================================= */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
  max-width: 1200px;
  margin: 0 auto;
}
.about-grid h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.9rem;
  font-weight: 500;
  color: var(--stone);
  margin-bottom: 1.1rem;
  line-height: 1.2;
}
.about-grid p {
  font-size: 0.98rem;
  font-weight: 300;
  color: var(--text-secondary);
  line-height: 1.85;
  margin-bottom: 1.1rem;
}
.commitments-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5px;
  background: var(--border-mid);
  border: 1px solid var(--border-mid);
  margin-top: 3rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: var(--shadow-md);
}
.commitment-card {
  background: var(--warm-white);
  padding: 2.1rem;
  transition: background 0.3s;
}
.commitment-card:hover { background: var(--cream-light); }
.commitment-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--stone);
  margin-bottom: 0.7rem;
}
.commitment-desc {
  font-size: 0.89rem;
  font-weight: 300;
  color: var(--text-secondary);
  line-height: 1.75;
}

/* =============================================
   FAQ PAGE
   ============================================= */
.faq-section { padding: 70px 6vw; }
.faq-section:nth-child(even) { background: var(--cream-light); }
.faq-inner { max-width: 880px; margin: 0 auto; }
.faq-category-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  font-weight: 500;
  color: var(--stone);
  margin-bottom: 2.25rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--border-mid);
}
.faq-item {
  background: var(--warm-white);
  border-left: 3px solid var(--gold);
  padding: 1.6rem 1.85rem;
  margin-bottom: 1rem;
  box-shadow: var(--shadow-sm);
  transition: all 0.3s;
}
.faq-item:hover { transform: translateX(3px); box-shadow: var(--shadow-md); }
.faq-q {
  font-size: 1rem;
  font-weight: 600;
  color: var(--stone);
  margin-bottom: 0.7rem;
  line-height: 1.5;
}
.faq-a {
  font-size: 0.93rem;
  font-weight: 300;
  color: var(--text-secondary);
  line-height: 1.85;
}
.faq-a strong { color: var(--stone); font-weight: 500; }
.faq-a a { color: var(--gold-deep); text-decoration: underline; text-underline-offset: 3px; }

/* =============================================
   FORMS (consultation + contact)
   ============================================= */
.form-page {
  background: linear-gradient(135deg, var(--stone) 0%, var(--stone-mid) 100%);
  min-height: 100vh;
  padding: 160px 6vw 80px;
  position: relative;
  overflow: hidden;
}
.form-page::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 50% 50% at 20% 20%, rgba(200, 166, 85, 0.08) 0%, transparent 60%),
    radial-gradient(ellipse 40% 40% at 80% 80%, rgba(200, 166, 85, 0.06) 0%, transparent 60%);
}
.form-container {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 4.5rem;
  align-items: start;
  position: relative;
  z-index: 1;
}
.form-info .section-label { color: var(--gold-light); }
.form-info .section-label::before { background: var(--gold-light); }
.form-info h1 { color: var(--cream-light); font-size: clamp(2.4rem, 4.5vw, 3.6rem); margin-bottom: 1.4rem; }
.form-info h1 em { color: var(--gold-light); }
.form-info p { color: rgba(246, 241, 228, 0.65); font-size: 0.98rem; font-weight: 300; line-height: 1.85; margin-bottom: 1rem; }
.form-info ul { list-style: none; margin: 1.75rem 0; }
.form-info ul li {
  font-size: 0.92rem;
  font-weight: 300;
  color: rgba(246, 241, 228, 0.72);
  padding-left: 2rem;
  position: relative;
  margin-bottom: 0.65rem;
  line-height: 1.65;
}
.form-info ul li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  background: var(--gold);
  color: var(--stone);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  font-weight: 700;
}
.contact-detail { display: flex; gap: 1rem; align-items: flex-start; margin-bottom: 1.4rem; }
.contact-detail-icon {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(200, 166, 85, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
  background: rgba(200, 166, 85, 0.05);
}
.contact-detail-icon svg { width: 15px; height: 15px; stroke: var(--gold-light); fill: none; }
.contact-detail-label {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.3rem;
}
.contact-detail-value { font-size: 0.92rem; font-weight: 400; color: rgba(246, 241, 228, 0.78); line-height: 1.5; }

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(200, 166, 85, 0.2);
  padding: 2.75rem;
  border-radius: 2px;
  backdrop-filter: blur(8px);
  box-shadow: var(--shadow-lg);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.form-group { display: flex; flex-direction: column; gap: 0.45rem; }
label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(246, 241, 228, 0.6);
}
input, textarea, select {
  font-family: 'Inter', sans-serif;
  font-size: 0.93rem;
  font-weight: 400;
  color: var(--cream-light);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(200, 166, 85, 0.22);
  padding: 0.9rem 1.05rem;
  outline: none;
  transition: all 0.25s;
  width: 100%;
  border-radius: 2px;
}
input::placeholder, textarea::placeholder { color: rgba(246, 241, 228, 0.35); }
input:focus, textarea:focus, select:focus {
  border-color: var(--gold);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 0 0 3px rgba(200, 166, 85, 0.1);
}
textarea { resize: vertical; min-height: 120px; }
select option { background: var(--stone); color: var(--cream-light); }

.consent-section { display: flex; flex-direction: column; gap: 1rem; margin-top: 0.75rem; }
.consent-item {
  background: rgba(200, 166, 85, 0.06);
  border: 1px solid rgba(200, 166, 85, 0.2);
  padding: 1.25rem;
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  cursor: pointer;
  transition: all 0.2s;
  border-radius: 2px;
}
.consent-item:hover { border-color: rgba(200, 166, 85, 0.4); background: rgba(200, 166, 85, 0.09); }
.consent-item input[type="checkbox"] {
  width: 18px;
  height: 18px;
  min-width: 18px;
  flex-shrink: 0;
  margin: 0;
  margin-top: 2px;
  accent-color: var(--gold);
  cursor: pointer;
  padding: 0;
  background: transparent;
  border: 1px solid rgba(200, 166, 85, 0.4);
}
.consent-label { font-size: 0.78rem; font-weight: 300; color: rgba(246, 241, 228, 0.62); line-height: 1.7; cursor: pointer; flex: 1; }
.consent-label strong { color: rgba(246, 241, 228, 0.8); font-weight: 500; }
.consent-optional-tag {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-right: 0.5rem;
}
.policy-notice {
  font-size: 0.78rem;
  font-weight: 300;
  color: rgba(246, 241, 228, 0.55);
  line-height: 1.75;
  padding: 1.25rem 0.25rem 0.25rem;
  margin-top: 0.25rem;
  border-top: 1px solid rgba(200, 166, 85, 0.12);
}
.policy-notice a {
  color: var(--gold-light);
  text-decoration: underline;
  text-decoration-color: rgba(200, 166, 85, 0.4);
  text-underline-offset: 3px;
  transition: color 0.2s;
}
.policy-notice a:hover { color: var(--gold); }

.btn-submit {
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--stone);
  background: var(--gold);
  border: none;
  padding: 1.1rem 2.1rem;
  cursor: pointer;
  transition: all 0.3s;
  align-self: flex-start;
  margin-top: 0.75rem;
  border-radius: 2px;
  box-shadow: var(--shadow-md);
}
.btn-submit:hover {
  background: var(--gold-light);
  transform: translateY(-2px);
  box-shadow: var(--shadow-gold);
}

.form-success {
  display: none;
  text-align: center;
  padding: 3.5rem;
  border: 1px solid rgba(200, 166, 85, 0.3);
  background: rgba(200, 166, 85, 0.06);
  border-radius: 2px;
}
.form-success.active { display: block; }
.form-success h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  font-weight: 500;
  color: var(--cream-light);
  margin-bottom: 0.85rem;
}
.form-success p { font-size: 0.95rem; color: rgba(246, 241, 228, 0.7); line-height: 1.75; }

/* =============================================
   DOCUMENT PAGES (legal docs)
   ============================================= */
.doc-hero {
  padding: 170px 6vw 50px;
  background: linear-gradient(160deg, var(--warm-white) 0%, var(--cream-light) 100%);
  border-bottom: 1px solid var(--border);
}
.doc-hero-inner { max-width: 880px; margin: 0 auto; }
.doc-eyebrow {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-deep);
  background: var(--gold-pale);
  padding: 0.5rem 1rem;
  border-radius: 100px;
  display: inline-block;
  margin-bottom: 1.4rem;
}
.doc-hero h1 { font-size: clamp(2.4rem, 5vw, 4.2rem); margin-bottom: 1rem; }
.doc-meta { font-size: 0.85rem; color: var(--text-muted); font-weight: 400; }
.doc-body { max-width: 880px; margin: 0 auto; padding: 70px 6vw 100px; }
.doc-body p { font-size: 0.96rem; font-weight: 300; color: var(--text-secondary); line-height: 1.85; margin-bottom: 1.1rem; }
.doc-body h2 {
  font-size: 1.75rem;
  font-weight: 500;
  color: var(--stone);
  margin-top: 2.75rem;
  margin-bottom: 1.1rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid var(--border-mid);
  font-family: 'Cormorant Garamond', serif;
}
.doc-body h3 {
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--stone);
  margin-top: 1.6rem;
  margin-bottom: 0.55rem;
  letter-spacing: 0.02em;
}
.doc-body ul, .doc-body ol { margin: 0.75rem 0 1.25rem 1.5rem; }
.doc-body li { font-size: 0.93rem; font-weight: 300; color: var(--text-secondary); line-height: 1.85; margin-bottom: 0.4rem; }
.doc-body strong { color: var(--stone); font-weight: 600; }
.doc-body a { color: var(--gold-deep); text-decoration: underline; text-underline-offset: 3px; transition: color 0.2s; }
.doc-body a:hover { color: var(--text-primary); }
.important-callout {
  background: var(--gold-pale);
  border-left: 3px solid var(--gold);
  padding: 1.1rem 1.4rem;
  margin: 1.4rem 0;
  font-size: 0.94rem;
  font-weight: 400;
  color: var(--stone);
}
.contact-card { background: var(--cream); border-left: 3px solid var(--gold); padding: 1.6rem 1.85rem; margin-top: 1.6rem; }
.contact-card p { margin-bottom: 0.35rem; font-size: 0.93rem; }
.nav-back {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--stone);
  border: 1px solid var(--gold);
  padding: 0.6rem 1.3rem;
  text-decoration: none;
  transition: all 0.25s;
  border-radius: 2px;
}
.nav-back:hover { background: var(--gold); color: var(--warm-white); }

/* =============================================
   FOOTER
   ============================================= */
footer.site-footer { background: var(--stone-deep); padding: 5rem 6vw 2.75rem; position: relative; }
footer.site-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 6vw;
  right: 6vw;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--gold) 50%, transparent 100%);
  opacity: 0.3;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2.2fr 1fr 1fr 1.4fr;
  gap: 3.5rem;
  max-width: 1200px;
  margin: 0 auto 3.5rem;
}
.footer-brand-block { max-width: 380px; }
.footer-brand-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--cream-light);
  letter-spacing: 0.04em;
  margin-bottom: 0.6rem;
}
.footer-brand-name span { color: var(--gold); }
.footer-brand-desc { font-size: 0.87rem; font-weight: 300; color: rgba(246, 241, 228, 0.58); line-height: 1.8; }
.footer-entity { font-size: 0.78rem; color: rgba(246, 241, 228, 0.4); margin-top: 1rem; font-weight: 300; line-height: 1.6; }
.footer-col h5 {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.2rem;
}
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; }
.footer-col a { font-size: 0.86rem; font-weight: 300; color: rgba(246, 241, 228, 0.62); text-decoration: none; transition: color 0.2s; }
.footer-col a:hover { color: var(--gold-light); }
.footer-bottom {
  border-top: 1px solid rgba(200, 166, 85, 0.12);
  padding-top: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.4rem;
  align-items: center;
}
.footer-copy { font-size: 0.78rem; font-weight: 300; color: rgba(246, 241, 228, 0.42); line-height: 1.75; max-width: 720px; }
.footer-links-row { display: flex; gap: 1.75rem; list-style: none; }
.footer-links-row a { font-size: 0.78rem; font-weight: 400; color: rgba(246, 241, 228, 0.45); text-decoration: none; transition: color 0.2s; }
.footer-links-row a:hover { color: var(--gold); }

/* =============================================
   SCROLL ANIMATIONS
   ============================================= */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s cubic-bezier(0.2, 0, 0.2, 1), transform 0.7s cubic-bezier(0.2, 0, 0.2, 1);
}
.fade-in.visible { opacity: 1; transform: translateY(0); }
.fade-in-delay-1 { transition-delay: 0.1s; }
.fade-in-delay-2 { transition-delay: 0.2s; }
.fade-in-delay-3 { transition-delay: 0.3s; }

/* =============================================
   MOBILE STICKY CTA
   ============================================= */
.mobile-sticky-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: var(--stone);
  padding: 0.85rem 1rem;
  box-shadow: 0 -4px 20px rgba(14, 35, 64, 0.15);
  gap: 0.6rem;
}
.mobile-sticky-cta a {
  flex: 1;
  text-align: center;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 0.85rem;
  border-radius: 2px;
}
.mobile-sticky-cta .call-btn { background: var(--gold); color: var(--stone); }
.mobile-sticky-cta .form-btn { background: transparent; color: var(--cream-light); border: 1px solid var(--gold); }

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 900px) {
  .top-bar { padding: 0.55rem 4vw; font-size: 0.72rem; }
  .top-bar-left { gap: 0.85rem; }
  .top-bar-item { font-size: 0.7rem; }
  .top-bar-right { gap: 0.85rem; }
  nav.site-nav { padding: 0 4vw; }
  section { padding: 75px 5vw; }
  .different-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .form-container { grid-template-columns: 1fr; gap: 2.5rem; }
  .about-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .nav-links { gap: 1rem; }
  .nav-links li:nth-child(n+3):not(:last-child) { display: none; }
  .solution-detail-grid { grid-template-columns: 1fr; gap: 1.25rem; }
  .options-anchor-nav { top: 110px; padding: 1rem 4vw; }
  .mobile-sticky-cta { display: flex; }
  body { padding-bottom: 72px; }
}
@media (max-width: 600px) {
  .top-bar-item:not(:first-child) { display: none; }
  .hero { padding: 130px 5vw 60px; min-height: auto; }
  h1 { font-size: 2.5rem; }
  section { padding: 60px 5vw; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .process-steps { grid-template-columns: 1fr 1fr; }
  .stats-block { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .nav-cta { padding: 0.5rem 1rem !important; font-size: 0.7rem !important; }
}
