/* ═══════════════════════════════
   HOME PAGE — Forest Green v3
   Warm. Simple. Premium.
═══════════════════════════════ */

/* ── HERO ── */
.hero {
  position: relative; min-height: 100vh;
  display: flex; align-items: center; overflow: hidden;
}
.hero-bg {
  position: absolute; inset: -12% 0;
  will-change: transform;
  background:
    linear-gradient(115deg,
      rgba(8,15,12,0.97) 0%,
      rgba(8,15,12,0.92) 38%,
      rgba(8,15,12,0.6)  60%,
      rgba(8,15,12,0.15) 100%
    ),
    url('https://images.unsplash.com/photo-1573497019940-1c28c88b4f3e?w=1800&q=85&fit=crop&crop=faces,top') center/cover no-repeat;
}
.hero-bg::after {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 10% 60%, rgba(13,59,46,0.4) 0%, transparent 55%);
}

/* Particles */
.hero-particles { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.particle {
  position: absolute; border-radius: 50%; background: var(--gold); opacity: 0;
  animation: particleDrift linear infinite;
}
@keyframes particleDrift {
  0%   { opacity: 0; transform: translateY(0) scale(0); }
  8%   { opacity: 0.4; transform: translateY(-15px) scale(1); }
  90%  { opacity: 0.15; }
  100% { opacity: 0; transform: translateY(-130px) scale(0.5); }
}

.hero-content {
  position: relative; z-index: 2;
  max-width: 1400px; margin: 0 auto; width: 100%;
  padding: calc(var(--nav-h) + 80px) var(--page-pad) 120px;
}

.hero-eyebrow {
  display: flex; align-items: center; gap: 14px;
  font-size: 10px; letter-spacing: 5px; text-transform: uppercase;
  font-weight: 700; color: var(--gold); margin-bottom: 36px;
  animation: hFade .9s var(--ease-out) both;
}
.hero-eyebrow::after { content: ''; flex: 0 0 44px; height: 1px; background: var(--gold); }

.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(52px, 6.5vw, 96px);
  font-weight: 600; line-height: 1.04; color: var(--text-light);
  max-width: 780px;
  animation: hFade .95s .1s var(--ease-out) both;
}
.hero-title em { font-style: italic; color: var(--gold-lt); display: block; }

.hero-sub {
  font-size: 20px; line-height: 1.78;
  color: rgba(237,242,238,0.6); font-weight: 300;
  max-width: 520px; margin-top: 32px;
  animation: hFade .95s .22s var(--ease-out) both;
}

/* Hero CTA — simplified: phone + button */
.hero-cta {
  margin-top: 56px;
  animation: hFade .95s .34s var(--ease-out) both;
}
.hero-phone-cta {
  display: flex; align-items: center; gap: 16px;
  margin-bottom: 20px;
}
.hero-phone-link {
  display: flex; align-items: center; gap: 12px;
  font-size: 28px; font-weight: 500; color: var(--gold);
  text-decoration: none; letter-spacing: 1px;
  font-family: 'Cormorant Garamond', serif;
  transition: color .2s, transform .2s;
}
.hero-phone-link:hover { color: var(--gold-lt); transform: translateX(3px); }
.phone-icon {
  width: 44px; height: 44px;
  border: 1.5px solid rgba(201,168,76,0.4);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; flex-shrink: 0;
  transition: background .3s, border-color .3s;
}
.hero-phone-link:hover .phone-icon {
  background: rgba(201,168,76,0.12); border-color: var(--gold);
}
.hero-phone-label {
  font-size: 11px; letter-spacing: 3px; text-transform: uppercase;
  color: rgba(237,242,238,0.4); font-family: 'Jost', sans-serif;
  font-weight: 500; display: block; margin-bottom: 4px;
}

.hero-btn-row { display: flex; gap: 14px; flex-wrap: wrap; }

.hero-trust {
  display: flex; gap: 36px; flex-wrap: wrap;
  margin-top: 60px; padding-top: 48px;
  border-top: 1px solid rgba(201,168,76,0.14);
  animation: hFade .95s .48s var(--ease-out) both;
}
.trust-item {
  display: flex; align-items: center; gap: 10px;
  color: rgba(237,242,238,0.5); font-size: 14px; font-weight: 300;
}
.trust-check {
  width: 26px; height: 26px; flex-shrink: 0;
  border: 1px solid rgba(201,168,76,0.35); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; color: var(--gold);
}

.hero-scroll {
  position: absolute; bottom: 48px; left: var(--page-pad);
  display: flex; align-items: center; gap: 14px; cursor: none;
  animation: hFade .95s .6s var(--ease-out) both;
}
.scroll-track {
  width: 1px; height: 52px;
  background: linear-gradient(to bottom, transparent, var(--gold));
  position: relative; overflow: hidden;
}
.scroll-track::after {
  content: ''; position: absolute; inset: 0; background: var(--gold);
  animation: sPulse 2.4s ease-in-out infinite;
  transform: translateY(-100%);
}
@keyframes sPulse {
  0%   { transform: translateY(-100%); }
  50%  { transform: translateY(0); }
  100% { transform: translateY(100%); opacity: 0; }
}
.hero-scroll span {
  font-size: 9px; letter-spacing: 3px; text-transform: uppercase;
  color: rgba(237,242,238,0.3); writing-mode: vertical-rl;
}

@keyframes hFade {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── STATS RIBBON ── */
.stats-ribbon {
  background: var(--forest);
  border-top: 1px solid rgba(201,168,76,0.15);
  border-bottom: 1px solid rgba(201,168,76,0.15);
}
.stats-inner {
  max-width: 1100px; margin: 0 auto;
  display: flex; align-items: stretch;
  padding: 0 var(--page-pad);
}
.stat { flex: 1; text-align: center; padding: 48px 20px; transition: background .3s; }
.stat:hover { background: rgba(201,168,76,0.06); }
.stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 52px; font-weight: 700; color: var(--gold); line-height: 1; display: block;
}
.stat-label {
  font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--text-dim); margin-top: 8px; font-weight: 500;
}
.stat-div { width: 1px; background: rgba(201,168,76,0.12); margin: 20px 0; }

/* ── COVERAGE CARDS — Simplified: no tabs ── */
.coverage-section {
  background: var(--warm-white);
  padding: var(--section-pad) var(--page-pad);
}
.coverage-inner { max-width: 1340px; margin: 0 auto; }
.coverage-header { text-align: center; margin-bottom: 72px; }
.coverage-header .section-label { justify-content: center; }
.coverage-header p { color: var(--text-muted); font-size: 18px; font-weight: 300; line-height: 1.75; max-width: 560px; margin: 16px auto 0; }

.coverage-cards {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 3px;
  background: rgba(13,59,46,0.08);
}
.coverage-card {
  background: white; padding: 56px 48px;
  transition: all .45s var(--ease);
  position: relative; overflow: hidden; cursor: default;
}
.coverage-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--gold-dk), var(--gold));
  transform: scaleX(0); transform-origin: left;
  transition: transform .45s var(--ease-out);
}
.coverage-card:hover { transform: translateY(-4px); box-shadow: 0 20px 60px rgba(13,59,46,0.1); }
.coverage-card:hover::before { transform: scaleX(1); }

.coverage-card-icon {
  width: 64px; height: 64px;
  background: var(--forest-pale);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 26px; margin-bottom: 28px;
  transition: background .45s, transform .45s var(--ease-spring);
}
.coverage-card:hover .coverage-card-icon {
  background: var(--forest); transform: scale(1.08) rotate(5deg);
}
.coverage-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px; font-weight: 600; color: var(--text-dark);
  margin-bottom: 14px; line-height: 1.15;
}
.coverage-card p {
  font-size: 15px; line-height: 1.82; color: var(--text-muted);
  font-weight: 300; margin-bottom: 28px;
}
.coverage-card-price {
  display: flex; align-items: baseline; gap: 6px; margin-bottom: 24px;
  padding-top: 20px; border-top: 1px solid rgba(0,0,0,0.06);
}
.card-price-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px; font-weight: 700; color: var(--gold); line-height: 1;
}
.card-price-label { font-size: 13px; color: var(--text-muted); font-weight: 300; }

/* ── WHY US — 3 points ── */
.why-section {
  background: var(--forest);
  padding: var(--section-pad) var(--page-pad);
  position: relative; overflow: hidden;
}
.why-section::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 5%  50%, rgba(201,168,76,0.07) 0%, transparent 45%),
    radial-gradient(ellipse at 95% 30%, rgba(201,168,76,0.05) 0%, transparent 40%);
  pointer-events: none;
}
.why-inner { max-width: 1200px; margin: 0 auto; position: relative; z-index: 1; }
.why-header { text-align: center; margin-bottom: 72px; }
.why-header .section-label { justify-content: center; }

.why-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px;
  background: rgba(201,168,76,0.08);
}
.why-card {
  background: var(--forest-mid); padding: 52px 40px;
  text-align: center; transition: background .4s;
}
.why-card:hover { background: var(--forest-lt); }
.why-icon {
  font-size: 36px; margin-bottom: 24px; display: block;
  transition: transform .4s var(--ease-spring);
}
.why-card:hover .why-icon { transform: scale(1.15) translateY(-4px); }
.why-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px; font-weight: 600; color: var(--text-light);
  margin-bottom: 14px;
}
.why-body {
  font-size: 15px; line-height: 1.82; color: var(--text-dim); font-weight: 300;
}

/* ── CARRIERS ── */
.carriers-section { background: white; padding: 72px var(--page-pad); }
.carriers-inner { max-width: 1100px; margin: 0 auto; text-align: center; }
.carriers-label { font-size: 10px; letter-spacing: 4px; text-transform: uppercase; color: var(--text-muted); font-weight: 600; margin-bottom: 44px; }
.carriers-logos { display: flex; align-items: center; justify-content: center; gap: 52px; flex-wrap: wrap; }
.carrier-item {
  font-size: 13px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
  color: rgba(58,72,64,0.3); transition: color .3s; cursor: default;
  display: flex; align-items: center; gap: 8px;
}
.carrier-item:hover { color: var(--forest); }
.carrier-dot { color: var(--gold); font-size: 8px; }

/* ── PRICING ── */
.pricing-section {
  background: var(--forest);
  padding: var(--section-pad) var(--page-pad);
  position: relative; overflow: hidden;
}
.pricing-section::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 50%, rgba(201,168,76,0.06) 0%, transparent 55%);
  pointer-events: none;
}
.pricing-inner { max-width: 1060px; margin: 0 auto; position: relative; z-index: 1; }
.pricing-header { text-align: center; margin-bottom: 64px; }
.pricing-header .section-label { justify-content: center; }

.pricing-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(201,168,76,0.18);
}
.price-col {
  padding: 52px 40px; text-align: center;
  border-right: 1px solid rgba(201,168,76,0.1);
  position: relative; transition: background .4s;
}
.price-col:last-child { border-right: none; }
.price-col:hover { background: rgba(201,168,76,0.04); }
.price-col.featured {
  background: rgba(201,168,76,0.06);
  border-right-color: rgba(201,168,76,0.2);
}
.price-col.featured::before {
  content: 'Most Common';
  position: absolute; top: 0; left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: linear-gradient(90deg, var(--gold-dk), var(--gold));
  color: var(--obsidian);
  font-size: 9px; letter-spacing: 2.5px; text-transform: uppercase;
  font-weight: 700; padding: 5px 18px; white-space: nowrap;
}
.price-lbl { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--text-dim); font-weight: 600; margin-bottom: 24px; }
.price-fig {
  font-family: 'Cormorant Garamond', serif;
  font-size: 64px; font-weight: 700; color: var(--gold); line-height: 1; margin-bottom: 8px;
}
.price-fig.rng { font-size: 44px; }
.price-per { font-size: 14px; color: var(--text-dim); font-weight: 300; }
.price-desc { font-size: 14px; color: rgba(237,242,238,0.4); font-weight: 300; line-height: 1.75; margin-top: 20px; }
.price-example {
  margin-top: 28px; padding-top: 28px;
  border-top: 1px solid rgba(201,168,76,0.1);
  font-size: 14px; color: var(--text-dim); line-height: 1.8; font-weight: 300;
}
.price-example strong { color: var(--gold-lt); font-weight: 600; font-size: 20px; }
.pricing-disc { text-align: center; margin-top: 28px; font-size: 12px; color: rgba(237,242,238,0.2); }
.pricing-cta { text-align: center; margin-top: 48px; }

/* ── PROCESS ── */
.process-section { background: var(--cream); padding: var(--section-pad) var(--page-pad); }
.process-inner { max-width: 1000px; margin: 0 auto; }
.process-header { text-align: center; margin-bottom: 80px; }

.process-steps {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 48px; text-align: center;
  position: relative;
}
.process-steps::before {
  content: '';
  position: absolute; top: 42px; left: 20%; right: 20%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-dk), var(--gold), var(--gold-dk), transparent);
  opacity: 0.3;
}

.process-step { position: relative; }
.step-ring {
  width: 84px; height: 84px; border-radius: 50%;
  border: 1.5px solid rgba(13,59,46,0.2);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 28px; position: relative; z-index: 1;
  background: white;
  transition: border-color .4s, box-shadow .4s, background .4s;
  cursor: default;
}
.step-ring::before {
  content: '';
  position: absolute; inset: 10px; border-radius: 50%;
  background: linear-gradient(135deg, var(--forest-mid), var(--forest-lt));
  opacity: 0; transition: opacity .4s;
}
.process-step:hover .step-ring {
  border-color: var(--forest);
  box-shadow: 0 0 28px rgba(13,59,46,0.15);
}
.process-step:hover .step-ring::before { opacity: 1; }
.step-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 30px; font-weight: 700; color: var(--forest);
  position: relative; z-index: 1; transition: color .4s;
}
.process-step:hover .step-num { color: white; }
.step-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px; font-weight: 600; color: var(--text-dark); margin-bottom: 12px;
}
.step-body { font-size: 15px; color: var(--text-muted); line-height: 1.78; font-weight: 300; }

/* ── TESTIMONIALS — 2 big ones ── */
.testimonials-section { background: var(--warm-white); padding: var(--section-pad) var(--page-pad); }
.testimonials-inner { max-width: 1200px; margin: 0 auto; }
.testimonials-header { text-align: center; margin-bottom: 64px; }

.testimonials-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.testimonial-card {
  background: white; padding: 52px 48px;
  border: 1px solid rgba(0,0,0,0.05);
  position: relative;
  transition: all .4s var(--ease);
}
.testimonial-card:hover { transform: translateY(-5px); box-shadow: 0 20px 56px rgba(13,59,46,0.09); }
.t-stars { color: var(--gold); font-size: 14px; letter-spacing: 3px; margin-bottom: 24px; display: block; }
.t-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 80px; line-height: 0.4; color: rgba(13,59,46,0.1);
  display: block; margin-bottom: 20px;
}
.t-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px; font-style: italic; line-height: 1.65;
  color: var(--text-dark); margin-bottom: 32px;
}
.t-author { display: flex; align-items: center; gap: 16px; padding-top: 24px; border-top: 1px solid rgba(0,0,0,0.06); }
.t-avatar {
  width: 50px; height: 50px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, var(--forest-mid), var(--forest-lt));
  display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 700; color: white;
}
.t-name { font-weight: 600; font-size: 15px; color: var(--text-dark); display: block; }
.t-detail { font-size: 13px; color: var(--text-muted); font-weight: 300; }

/* ── CTA SECTION ── */
.cta-section {
  position: relative; overflow: hidden;
  min-height: 500px; display: flex; align-items: center;
}
.cta-bg {
  position: absolute; inset: 0;
  background:
    linear-gradient(rgba(8,15,12,0.86), rgba(8,15,12,0.86)),
    url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1800&q=80&fit=crop') center/cover;
}
.cta-bg::after {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 60% 50%, rgba(13,59,46,0.5) 0%, transparent 60%);
}
.cta-inner {
  position: relative; z-index: 1;
  max-width: 1400px; margin: 0 auto; width: 100%;
  padding: 100px var(--page-pad);
  display: grid; grid-template-columns: 1fr auto;
  align-items: center; gap: 80px;
}
.cta-left h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(38px, 4.5vw, 64px);
  font-weight: 600; color: var(--text-light);
  line-height: 1.1; margin-bottom: 20px;
}
.cta-left h2 em { font-style: italic; color: var(--gold-lt); }
.cta-left p { color: var(--text-dim); font-size: 18px; font-weight: 300; line-height: 1.8; max-width: 520px; }

.cta-right { text-align: center; flex-shrink: 0; }
.cta-phone-big {
  display: block; font-family: 'Cormorant Garamond', serif;
  font-size: 38px; font-weight: 600; color: var(--gold);
  text-decoration: none; letter-spacing: 1px; margin-bottom: 20px;
  transition: color .2s, transform .2s;
}
.cta-phone-big:hover { color: var(--gold-lt); transform: scale(1.02); }
.cta-phone-note { font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--text-dim); margin-bottom: 24px; display: block; }
.cta-badges { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; margin-top: 16px; }
.cta-badge { font-size: 12px; color: rgba(237,242,238,0.38); font-weight: 400; }
.cta-badge::before { content: '✓ '; color: var(--gold); }

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
  .coverage-cards { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; gap: 3px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-col { border-right: none; border-bottom: 1px solid rgba(201,168,76,0.1); }
  .price-col:last-child { border-bottom: none; }
  .cta-inner { grid-template-columns: 1fr; text-align: center; gap: 48px; }
  .cta-left p { margin-left: auto; margin-right: auto; }
}
@media (max-width: 900px) {
  .hero-content { padding: calc(var(--nav-h) + 40px) var(--page-pad) 100px; }
  .stats-inner { flex-wrap: wrap; }
  .stat { flex: 0 0 50%; }
  .stat-div { display: none; }
  .process-steps { grid-template-columns: 1fr; gap: 40px; }
  .process-steps::before { display: none; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .hero-title { font-size: clamp(44px, 11vw, 64px); }
  .hero-phone-link { font-size: 22px; }
  .hero-trust { gap: 16px; }
  .coverage-card { padding: 40px 28px; }
  .stat { flex: 0 0 100%; }
}
