/* ============================================
   HVAC PAGE — STYLES
   ============================================ */

/* ---- HERO ---- */
.hvac-hero {
  background: linear-gradient(135deg, #1a0a00 0%, #6b2200 55%, #c0392b 100%);
  padding: 80px 0 72px;
  position: relative;
  overflow: hidden;
}
.hvac-hero::before {
  content: '';
  position: absolute;
  top: -100px; right: -100px;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(255,100,0,0.12) 0%, transparent 65%);
  pointer-events: none;
}
.hvac-hero-inner {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 64px;
  align-items: center;
}
.hvac-badge {
  display: inline-block;
  background: rgba(255,100,0,0.18);
  color: #fbbf24;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 100px;
  margin-bottom: 20px;
  border: 1px solid rgba(255,100,0,0.35);
}
.hvac-hero h1 { color: #fff; margin-bottom: 18px; }
.hvac-sub {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.8);
  max-width: 560px;
  line-height: 1.75;
  margin-bottom: 32px;
}
.hvac-sub strong { color: #fff; }

.hvac-hero-price {
  display: flex;
  align-items: center;
  gap: 24px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  padding: 20px 24px;
  margin-bottom: 32px;
}
.hvac-price-tag {
  display: flex;
  align-items: flex-start;
  gap: 2px;
  line-height: 1;
}
.hvac-dollar { color: #fb923c; font-size: 1.5rem; font-weight: 700; margin-top: 4px; }
.hvac-amount { color: #fff; font-size: 3.5rem; font-weight: 900; }
.hvac-per { color: rgba(255,255,255,0.6); font-size: 0.9rem; font-weight: 500; align-self: flex-end; margin-bottom: 6px; }
.hvac-price-notes { display: flex; flex-direction: column; gap: 6px; }
.hvac-note { color: rgba(255,255,255,0.85); font-size: 0.88rem; font-weight: 500; }

.hvac-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

.hvac-hero-right { display: flex; flex-direction: column; gap: 20px; }

.hvac-call-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  overflow: hidden;
}
.hvac-call-header {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  background: rgba(0,0,0,0.2);
}
.hvac-call-dot {
  width: 10px; height: 10px; border-radius: 50%;
  background: #ef4444;
}
.hvac-call-dot-yellow { background: #eab308; }
.hvac-call-dot-green  { background: #22c55e; }
.hvac-call-body {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
}
.hvac-call-icon { font-size: 2rem; }
.hvac-call-info { flex: 1; }
.hvac-call-name { color: #fff; font-weight: 700; font-size: 0.95rem; }
.hvac-call-detail { color: rgba(255,255,255,0.65); font-size: 0.82rem; margin: 2px 0; }
.hvac-call-location { color: rgba(255,255,255,0.5); font-size: 0.78rem; }
.hvac-call-cost {
  color: #fb923c;
  font-size: 1.4rem;
  font-weight: 900;
}
.hvac-call-footer {
  padding: 10px 16px;
  background: rgba(0,0,0,0.15);
  color: rgba(255,255,255,0.55);
  font-size: 0.8rem;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.hvac-call-footer strong { color: rgba(255,255,255,0.85); }

.hvac-stat-pills {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.hvac-pill {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.85);
  padding: 8px 16px;
  border-radius: 100px;
  font-size: 0.82rem;
  font-weight: 600;
}

/* ---- STEPS ---- */
.hvac-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 800px;
  margin: 0 auto;
}
.hvac-step {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 28px 0;
}
.hvac-step-icon {
  font-size: 2.2rem;
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #ff6500, #c0392b);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hvac-step-content { flex: 1; }
.hvac-step-num {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fb923c;
  margin-bottom: 4px;
}
.hvac-step-content h3 { margin-bottom: 8px; }
.hvac-step-content p { color: var(--gray-600); }
.hvac-step-connector {
  width: 2px;
  height: 32px;
  background: linear-gradient(180deg, #fb923c, #f87171);
  margin-left: 31px;
  opacity: 0.4;
}

/* ---- CTA ---- */
.hvac-cta {
  background: linear-gradient(135deg, #1a0a00 0%, #6b2200 60%, #c0392b 100%);
  padding: 80px 0;
}
.hvac-cta-inner {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 64px;
  align-items: center;
}
.hvac-cta-content h2 { color: #fff; margin-bottom: 16px; }
.hvac-cta-content p { color: rgba(255,255,255,0.75); font-size: 1.05rem; margin-bottom: 32px; }
.hvac-cta-actions { display: flex; flex-direction: column; gap: 16px; }
.hvac-cta-reassurance { display: flex; gap: 20px; flex-wrap: wrap; }
.hvac-cta-reassurance span { color: rgba(255,255,255,0.8); font-size: 0.88rem; font-weight: 500; }

.hvac-cta-price-box {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 20px;
  padding: 32px;
  text-align: center;
}
.cta-hvac-price-label { color: rgba(255,255,255,0.6); font-size: 0.8rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 8px; }
.cta-hvac-price-main { color: #fff; font-size: 3.5rem; font-weight: 900; line-height: 1; margin-bottom: 4px; }
.cta-hvac-price-main span { font-size: 1.5rem; color: #fb923c; }
.cta-hvac-price-compare { color: rgba(255,255,255,0.5); font-size: 0.82rem; margin-bottom: 20px; }
.cta-hvac-price-features { display: flex; flex-direction: column; gap: 8px; text-align: left; }
.cta-hvac-price-features div { color: rgba(255,255,255,0.8); font-size: 0.88rem; font-weight: 500; }

/* ---- RESPONSIVE ---- */
@media (max-width: 900px) {
  .hvac-hero-inner,
  .hvac-cta-inner {
    grid-template-columns: 1fr;
  }
  .hvac-hero-right { display: none; }
}
