/* =========================================
   Junk Removal Katy TX — Site Stylesheet
   Extends theme.css base tokens
   ========================================= */

/* ─── HERO ─── */
.junk-hero {
  padding: 120px 40px 80px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.junk-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--bg) 0%, #0a1a10 100%);
  pointer-events: none;
}
.junk-hero::after {
  content: '';
  position: absolute;
  top: -100px; right: -100px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(0,230,118,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.junk-hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.junk-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0,230,118,0.1);
  border: 1px solid rgba(0,230,118,0.3);
  border-radius: 999px;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 600;
  color: var(--accent);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.junk-hero-badge::before {
  content: '';
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--accent);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}
.junk-hero h1 {
  font-size: clamp(44px, 6vw, 76px);
  line-height: 0.95;
  color: var(--fg);
  margin-bottom: 24px;
}
.junk-hero h1 em {
  font-style: normal;
  color: var(--accent);
}
.junk-hero-sub {
  font-size: 18px;
  color: var(--fg-muted);
  line-height: 1.7;
  margin-bottom: 36px;
  max-width: 480px;
}
.junk-hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 48px;
}
.junk-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--accent);
  color: #0a1a10;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 16px 32px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.2s;
  cursor: pointer;
  border: none;
}
.junk-btn-primary:hover {
  background: #00c853;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,230,118,0.3);
}
.junk-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--fg);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 16px 24px;
  border-radius: 6px;
  border: 1px solid var(--border);
  text-decoration: none;
  transition: all 0.2s;
}
.junk-btn-secondary:hover {
  border-color: var(--accent);
  color: var(--accent);
}
.junk-hero-image {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(0,0,0,0.6);
}
.junk-hero-image img {
  width: 100%;
  display: block;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.junk-hero-image-overlay {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, transparent 100%);
  padding: 24px;
  display: flex;
  gap: 20px;
}
.junk-hero-image-stat {
  display: flex;
  flex-direction: column;
}
.junk-hero-image-stat span:first-child {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: var(--accent);
  line-height: 1;
}
.junk-hero-image-stat span:last-child {
  font-size: 11px;
  color: rgba(240,244,248,0.7);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 2px;
}
.junk-trust-badges {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.trust-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--fg-muted);
}
.trust-badge svg {
  color: var(--accent);
  flex-shrink: 0;
}

/* ─── SERVICES ─── */
.junk-services {
  padding: 80px 40px;
  background: var(--surface);
}
.junk-section-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
  text-align: center;
}
.junk-section-headline {
  font-size: clamp(32px, 4vw, 48px);
  color: var(--fg);
  margin-bottom: 12px;
  text-align: center;
  line-height: 1.05;
}
.junk-section-sub {
  font-size: 16px;
  color: var(--fg-muted);
  text-align: center;
  max-width: 600px;
  margin: 0 auto 48px;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 1200px;
  margin: 0 auto;
}
.service-card {
  background: var(--surface-2, #1c2a3a);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 28px 24px;
  transition: border-color 0.2s, transform 0.2s;
  cursor: default;
}
.service-card:hover {
  border-color: rgba(0,230,118,0.4);
  transform: translateY(-4px);
}
.service-card h3 {
  font-size: 17px;
  color: var(--fg);
  margin-bottom: 8px;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.3;
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
}
.service-card p {
  font-size: 14px;
  color: var(--fg-muted);
  line-height: 1.6;
}
.service-card-icon {
  width: 36px; height: 36px;
  background: rgba(0,230,118,0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: var(--accent);
}

/* ─── WHY US ─── */
.junk-why {
  padding: 80px 40px;
}
.junk-why-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.junk-why-content h2 {
  font-size: clamp(32px, 4vw, 48px);
  color: var(--fg);
  margin-bottom: 24px;
  line-height: 1.05;
}
.junk-why-content h2 em { font-style: normal; color: var(--accent); }
.junk-why-content p {
  font-size: 16px;
  color: var(--fg-muted);
  line-height: 1.7;
  margin-bottom: 32px;
}
.junk-why-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.junk-why-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.junk-why-item-icon {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: rgba(0,230,118,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
  color: var(--accent);
}
.junk-why-item-text h4 {
  font-size: 15px;
  color: var(--fg);
  margin-bottom: 4px;
  text-transform: none;
  letter-spacing: 0;
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
}
.junk-why-item-text p {
  font-size: 13px;
  color: var(--fg-muted);
  line-height: 1.5;
  margin: 0;
}
.junk-why-image {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0,0,0,0.4);
}
.junk-why-image img {
  width: 100%;
  display: block;
  aspect-ratio: 4/3;
  object-fit: cover;
}

/* ─── LEAD FORM ─── */
.junk-cta-section {
  padding: 80px 40px;
  background: linear-gradient(135deg, var(--surface) 0%, #0a1a10 100%);
  position: relative;
  overflow: hidden;
}
.junk-cta-section::before {
  content: '';
  position: absolute;
  bottom: -100px; right: -100px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(0,230,118,0.06) 0%, transparent 70%);
  pointer-events: none;
}
.junk-cta-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.junk-cta-content h2 {
  font-size: clamp(32px, 4vw, 48px);
  color: var(--fg);
  margin-bottom: 16px;
  line-height: 1.05;
}
.junk-cta-content p {
  font-size: 16px;
  color: var(--fg-muted);
  line-height: 1.7;
  margin-bottom: 32px;
}
.junk-cta-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.junk-cta-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: var(--fg);
}
.junk-cta-feature svg {
  color: var(--accent);
  flex-shrink: 0;
}
.junk-form-card {
  background: var(--surface-2, #1c2a3a);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 36px;
}
.junk-form-card h3 {
  font-size: 22px;
  color: var(--fg);
  margin-bottom: 4px;
  text-transform: none;
  letter-spacing: 0;
  font-family: 'Barlow Condensed', sans-serif;
}
.junk-form-card .form-sub {
  font-size: 13px;
  color: var(--fg-muted);
  margin-bottom: 24px;
}
.junk-form-group {
  margin-bottom: 16px;
}
.junk-form-group label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: var(--fg-muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.junk-form-group input,
.junk-form-group select {
  width: 100%;
  padding: 12px 14px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 6px;
  color: var(--fg);
  font-family: 'Barlow', sans-serif;
  font-size: 15px;
  transition: border-color 0.2s;
  outline: none;
  -webkit-appearance: none;
}
.junk-form-group input:focus,
.junk-form-group select:focus {
  border-color: var(--accent);
}
.junk-form-group input::placeholder {
  color: var(--fg-muted);
  opacity: 0.5;
}
.junk-form-group select option {
  background: var(--surface);
  color: var(--fg);
}
.junk-submit-btn {
  width: 100%;
  padding: 16px;
  background: var(--accent);
  color: #0a1a10;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.junk-submit-btn:hover {
  background: #00c853;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(0,230,118,0.3);
}
.form-success {
  display: none;
  text-align: center;
  padding: 20px 0;
}
.form-success.show {
  display: block;
}
.form-success svg {
  width: 48px; height: 48px;
  color: var(--accent);
  margin-bottom: 16px;
}
.form-success h4 {
  font-size: 22px;
  color: var(--fg);
  margin-bottom: 8px;
  text-transform: none;
  letter-spacing: 0;
  font-family: 'Barlow Condensed', sans-serif;
}
.form-success p {
  font-size: 15px;
  color: var(--fg-muted);
}
.junk-form-card .form-disclaimer {
  font-size: 11px;
  color: var(--fg-muted);
  opacity: 0.6;
  margin-top: 12px;
  text-align: center;
  line-height: 1.5;
}

/* ─── REVIEWS ─── */
.junk-reviews {
  padding: 80px 40px;
  background: var(--surface);
}
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 1200px;
  margin: 48px auto 0;
}
.review-card {
  background: var(--surface-2, #1c2a3a);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 28px;
}
.review-stars {
  display: flex;
  gap: 3px;
  margin-bottom: 14px;
  color: #f5a623;
}
.review-card p {
  font-size: 15px;
  color: var(--fg);
  line-height: 1.65;
  margin-bottom: 20px;
  font-style: italic;
}
.review-author {
  display: flex;
  align-items: center;
  gap: 10px;
}
.review-avatar {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--accent-dim);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 14px;
}
.review-meta strong {
  display: block;
  font-size: 14px;
  color: var(--fg);
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
}
.review-meta span {
  font-size: 12px;
  color: var(--fg-muted);
}
.google-review-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
}
.google-review-badge span {
  font-size: 14px;
  color: var(--fg-muted);
}

/* ─── FAQ ─── */
.junk-faq {
  padding: 80px 40px;
}
.faq-inner {
  max-width: 800px;
  margin: 0 auto;
}
.junk-faq h2 {
  font-size: clamp(32px, 4vw, 48px);
  color: var(--fg);
  margin-bottom: 48px;
  text-align: center;
  line-height: 1.05;
}
.faq-item {
  border-bottom: 1px solid var(--border);
}
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  cursor: pointer;
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--fg);
  gap: 16px;
}
.faq-question::after {
  content: '+';
  font-size: 24px;
  color: var(--accent);
  font-weight: 300;
  transition: transform 0.2s;
  flex-shrink: 0;
}
.faq-item.open .faq-question::after {
  transform: rotate(45deg);
}
.faq-answer {
  display: none;
  padding-bottom: 20px;
  font-size: 15px;
  color: var(--fg-muted);
  line-height: 1.7;
}
.faq-item.open .faq-answer {
  display: block;
}

/* ─── STICKY CTA BAR ─── */
.sticky-cta {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 200;
  background: rgba(15, 25, 35, 0.95);
  backdrop-filter: blur(12px);
  border-top: 1px solid var(--border);
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  transform: translateY(100%);
  transition: transform 0.3s;
}
.sticky-cta.visible {
  transform: translateY(0);
}
.sticky-cta-text {
  font-size: 14px;
  color: var(--fg);
}
.sticky-cta-text strong {
  color: var(--accent);
}
.sticky-cta-actions {
  display: flex;
  gap: 12px;
  align-items: center;
}
.sticky-cta .junk-btn-primary {
  padding: 12px 24px;
  font-size: 14px;
}
.sticky-call-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--surface-2, #1c2a3a);
  border: 1px solid var(--border);
  color: var(--fg);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 12px 20px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.2s;
}
.sticky-call-btn:hover {
  border-color: var(--accent);
  color: var(--accent);
}

/* ─── FOOTER ─── */
.junk-footer {
  padding: 60px 40px 100px;
  border-top: 1px solid var(--border);
  background: var(--bg);
}
.junk-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.junk-footer-brand {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--fg);
  margin-bottom: 8px;
}
.junk-footer-brand span { color: var(--accent); }
.junk-footer-tagline {
  font-size: 14px;
  color: var(--fg-muted);
  margin-bottom: 32px;
}
.junk-footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
.junk-footer-col h4 {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--fg-muted);
  margin-bottom: 16px;
}
.junk-footer-col ul {
  list-style: none;
}
.junk-footer-col ul li {
  margin-bottom: 10px;
}
.junk-footer-col ul li a {
  font-size: 14px;
  color: var(--fg-muted);
  text-decoration: none;
  transition: color 0.2s;
}
.junk-footer-col ul li a:hover { color: var(--accent); }
.junk-footer-bottom {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: var(--fg-muted);
  opacity: 0.5;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 900px) {
  .junk-hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .junk-hero-image { display: none; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .junk-why-inner { grid-template-columns: 1fr; }
  .junk-cta-inner { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
  .junk-footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .hero { padding: 100px 24px 60px; }
  .junk-hero { padding: 100px 24px 60px; }
  .junk-services, .junk-why, .junk-cta-section, .junk-reviews, .junk-faq { padding: 60px 24px; }
  .junk-footer { padding: 60px 24px 100px; }
  .services-grid { grid-template-columns: 1fr; }
  .junk-hero-actions { flex-direction: column; }
  .junk-btn-primary, .junk-btn-secondary { width: 100%; justify-content: center; }
  .sticky-cta { flex-direction: column; gap: 10px; }
  .sticky-cta-text { text-align: center; }
  .junk-footer-grid { grid-template-columns: 1fr; }
}

/* Nav override for junk site */
.junk-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 0 40px;
  height: 64px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--border);
  background: rgba(15, 25, 35, 0.92);
  backdrop-filter: blur(12px);
}
.junk-nav-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.junk-nav-brand {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--fg);
  display: flex;
  align-items: center;
  gap: 10px;
}
.junk-nav-cta {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--accent);
  color: #0a1a10;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.2s;
}
.junk-nav-cta:hover {
  background: #00c853;
}

/* =========================================
   Houston Site — Additional Styles
   A/B comparison: tabbed services + urgency strip
   ========================================= */

/* ─── URGENCY STRIP ─── */
.houston-urgency-strip {
  background: rgba(0,230,118,0.08);
  border-bottom: 1px solid rgba(0,230,118,0.2);
  padding: 10px 24px;
  text-align: center;
  font-size: 13px;
  color: var(--fg-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 64px; /* offset for fixed nav */
}
.houston-urgency-strip svg { color: var(--accent); flex-shrink: 0; }
.houston-urgency-strip a {
  color: var(--accent);
  font-weight: 600;
  text-decoration: none;
}
.houston-urgency-strip a:hover { text-decoration: underline; }

/* ─── HOUSTON HERO (stacked layout — vs. Katy 2-col) ─── */
.houston-hero {
  padding: 80px 40px 80px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.houston-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, var(--bg) 0%, #0a1a10 100%);
  pointer-events: none;
}
.houston-hero::after {
  content: '';
  position: absolute;
  bottom: -150px; left: -150px;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(0,230,118,0.06) 0%, transparent 70%);
  pointer-events: none;
}
.houston-hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: center;
}
.houston-hero-content {}
.houston-hero-sub {
  font-size: 18px;
  color: var(--fg-muted);
  line-height: 1.7;
  margin-bottom: 36px;
  max-width: 520px;
}
.houston-hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
}
.houston-hero-proof {
  display: flex;
  align-items: center;
  gap: 0;
}
.proof-stat {
  display: flex;
  flex-direction: column;
  padding: 0 24px;
}
.proof-stat:first-child { padding-left: 0; }
.proof-stat span:first-child {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 26px;
  font-weight: 800;
  color: var(--accent);
  line-height: 1;
}
.proof-stat span:last-child {
  font-size: 11px;
  color: var(--fg-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 3px;
}
.proof-divider {
  width: 1px;
  height: 36px;
  background: var(--border);
}
.houston-hero-image {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(0,0,0,0.6);
}
.houston-hero-image img {
  width: 100%;
  display: block;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.houston-hero-badge-overlay {
  position: absolute;
  top: 16px; left: 16px;
  background: rgba(15,25,35,0.9);
  border: 1px solid rgba(0,230,118,0.3);
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 600;
  color: var(--accent);
  display: flex;
  align-items: center;
  gap: 6px;
  backdrop-filter: blur(8px);
}

/* ─── HOUSTON TABS (vs. Katy card grid) ─── */
.houston-tabs {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.houston-tab {
  background: var(--surface-2, #1c2a3a);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 8px 24px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--fg-muted);
  cursor: pointer;
  transition: all 0.2s;
}
.houston-tab:hover {
  border-color: var(--accent);
  color: var(--fg);
}
.houston-tab.active {
  background: var(--accent);
  border-color: var(--accent);
  color: #0a1a10;
}
.houston-tab-content { max-width: 1200px; margin: 0 auto; }

/* ─── HOW IT WORKS (numbered steps — vs. Katy "Why Us" checklist) ─── */
.houston-how {
  padding: 80px 40px;
  background: var(--surface);
}
.houston-how-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.houston-how-header {
  text-align: center;
  margin-bottom: 60px;
}
.houston-how-header h2 {
  font-size: clamp(32px, 4vw, 48px);
  color: var(--fg);
  margin-bottom: 16px;
  line-height: 1.05;
}
.houston-how-header p {
  font-size: 17px;
  color: var(--fg-muted);
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.7;
}
.houston-steps {
  display: flex;
  align-items: flex-start;
  gap: 0;
  justify-content: center;
}
.houston-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 280px;
}
.houston-step-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 56px;
  font-weight: 800;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 20px;
  opacity: 0.35;
}
.houston-step-body h3 {
  font-size: 20px;
  color: var(--fg);
  margin-bottom: 12px;
  text-transform: none;
  letter-spacing: 0;
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  line-height: 1.3;
}
.houston-step-body p {
  font-size: 14px;
  color: var(--fg-muted);
  line-height: 1.65;
}
.houston-step-connector {
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), transparent);
  margin-top: 48px;
  flex-shrink: 0;
  opacity: 0.4;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 900px) {
  .houston-hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .houston-hero-image { display: none; }
  .houston-steps { flex-direction: column; align-items: center; }
  .houston-step-connector { width: 2px; height: 40px; background: linear-gradient(180deg, var(--accent), transparent); margin: 16px 0; }
}
@media (max-width: 600px) {
  .houston-hero { padding: 80px 24px 60px; }
  .houston-urgency-strip { font-size: 12px; padding: 8px 16px; }
  .houston-how { padding: 60px 24px; }
  .houston-hero-actions { flex-direction: column; }
  .houston-hero-proof { flex-wrap: wrap; gap: 16px; }
  .proof-divider { display: none; }
  .proof-stat { padding: 0; }
}