/* ============================================================
   Jax Cleanout Quotes — Index 2 (alternate homepage) extras
   Builds on top of css/style.css (shared vars, nav, footer, etc.)
   ============================================================ */

/* ============================================================
   HERO 2
   ============================================================ */
.hero2 {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy2) 55%, var(--navy) 100%);
  padding: 64px var(--px) 0;
  position: relative;
  overflow: hidden;
}
.hero2::before {
  content: '';
  position: absolute;
  top: -90px; right: -120px;
  width: 480px; height: 480px;
  border-radius: 50%;
  background: rgba(217,117,53,0.14);
}
.hero2::after {
  content: '';
  position: absolute;
  bottom: 60px; left: -100px;
  width: 280px; height: 280px;
  border-radius: 50%;
  background: rgba(255,255,255,0.04);
}
.hero2-inner {
  max-width: var(--mw); margin: 0 auto;
  display: grid; grid-template-columns: 1.1fr 1fr;
  gap: 56px; align-items: center;
  position: relative; z-index: 2;
  padding-bottom: 64px;
}
.hero2-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(217,117,53,0.18);
  border: 1px solid rgba(217,117,53,0.4);
  color: #FFB89A;
  font-size: 12px; font-weight: 700;
  padding: 6px 14px; border-radius: 50px;
  margin-bottom: 20px;
  letter-spacing: 0.08em; text-transform: uppercase;
}
.hero2-badge svg { width: 14px; height: 14px; flex-shrink: 0; }
.hero2 h1 { color: var(--white); margin-bottom: 18px; }
.hero2 h1 span { color: var(--orange); }
.hero2-sub { font-size: 18px; color: rgba(255,255,255,.7); margin-bottom: 28px; max-width: 480px; }
.hero2-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 28px; }
.hero2-trust { display: flex; gap: 22px; flex-wrap: wrap; }
.trust-chip { display: flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(255,255,255,.7); }
.trust-chip svg { width: 16px; height: 16px; color: #4ADE80; flex-shrink: 0; }
.hero2-img img { width: 100%; height: auto; border-radius: 12px; box-shadow: 0 20px 50px rgba(0,0,0,.3); }

/* ============================================================
   STATS BAR
   ============================================================ */
.stats-bar { background: var(--orange); padding: 28px var(--px); }
.stats-inner {
  max-width: var(--mw); margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.stat-item { display: flex; align-items: center; gap: 14px; color: var(--white); }
.stat-icon {
  width: 44px; height: 44px; flex-shrink: 0;
  background: rgba(255,255,255,.18); border-radius: var(--r);
  display: flex; align-items: center; justify-content: center;
}
.stat-icon svg { width: 22px; height: 22px; }
.stat-num { font-size: 20px; font-weight: 800; line-height: 1.2; }
.stat-lbl { font-size: 12px; opacity: .85; font-weight: 500; margin-top: 2px; }

/* ============================================================
   STEPS 2 (connected numbered steps)
   ============================================================ */
.steps2 { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; margin-top: 48px; position: relative; }
.steps2::before {
  content: '';
  position: absolute; top: 31px; left: 10%; right: 10%; height: 2px;
  background: repeating-linear-gradient(to right, var(--orange) 0, var(--orange) 8px, transparent 8px, transparent 16px);
}
.step2-item { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0 14px; position: relative; }
.step2-num {
  width: 64px; height: 64px; border-radius: 50%;
  background: var(--navy); color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; font-weight: 800;
  margin-bottom: 18px; flex-shrink: 0;
  border: 4px solid var(--white);
  box-shadow: 0 0 0 3px var(--navy);
  position: relative; z-index: 2;
}
.step2-num.active { background: var(--orange); box-shadow: 0 0 0 3px var(--orange); }
.step2-label { font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.step2-desc { font-size: 13px; color: var(--muted); line-height: 1.6; }

/* ============================================================
   SERVICE CARDS (image + icon)
   ============================================================ */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 44px; }
.svc-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: 12px; overflow: hidden;
  transition: transform .2s, box-shadow .2s;
}
.svc-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg, 0 10px 30px rgba(0,0,0,.12)); }
.svc-card img { width: 100%; height: 190px; object-fit: cover; display: block; }
.svc-card-body { padding: 24px 24px 26px; }
.svc-card .icon-box { margin-bottom: 14px; }
.svc-title { font-size: 17px; font-weight: 700; color: var(--navy); margin-bottom: 8px; letter-spacing: -.01em; }
.svc-title a { color: inherit; text-decoration: none; transition: color .15s; }
.svc-title a:hover { color: var(--orange); }
.svc-desc { font-size: 14px; color: var(--muted); line-height: 1.65; }

/* ============================================================
   QUOTE EMBED (on-page form)
   ============================================================ */
.quote-feature-list { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.quote-feature-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; color: rgba(255,255,255,.8); }
.quote-feature-list li svg { width: 20px; height: 20px; color: #4ADE80; flex-shrink: 0; margin-top: 2px; }

/* ============================================================
   AREAS 2 (pills + map)
   ============================================================ */
.areas2-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.areas2-pills { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 32px; }
.map2-box {
  height: 420px; border-radius: 12px; overflow: hidden;
  border: 1px solid var(--border);
}
.map2-box img,
.map2-box iframe { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1000px) {
  .hero2-inner { grid-template-columns: 1fr; gap: 36px; padding-bottom: 48px; }
  .hero2-img { order: -1; }
  .stats-inner { grid-template-columns: repeat(2, 1fr); }
  .steps2 { grid-template-columns: 1fr; gap: 24px; }
  .steps2::before { display: none; }
  .step2-item { flex-direction: row; text-align: left; padding: 0; }
  .step2-num { margin-bottom: 0; margin-right: 18px; }
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .areas2-grid { grid-template-columns: 1fr; gap: 32px; }
  .areas2-grid .map2-box { order: -1; height: 300px; }
}

@media (max-width: 640px) {
  .hero2 { padding: 48px var(--px) 0; }
  .stats-inner { grid-template-columns: 1fr 1fr; }
  .svc-grid { grid-template-columns: 1fr; }
  .areas2-pills { grid-template-columns: 1fr; }
}
