/* ============================================================
   FOURWAYS PLUMBER — HOME PAGE STYLESHEET
   Loaded only on front-page.php
   Depends on: main.css (fourways-main)
============================================================ */

/* ─── KEYFRAME ANIMATIONS ────────────────────────────────── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-10px); }
}
@keyframes pulse-ring {
  0%   { box-shadow: 0 0 0 0 rgba(227,27,35,0.5); }
  70%  { box-shadow: 0 0 0 18px rgba(227,27,35,0); }
  100% { box-shadow: 0 0 0 0 rgba(227,27,35,0); }
}
@keyframes pulse-ring-white {
  0%   { box-shadow: 0 0 0 0 rgba(255,255,255,0.45); }
  70%  { box-shadow: 0 0 0 16px rgba(255,255,255,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}
@keyframes shimmer {
  0%   { background-position: -200% center; }
  100% { background-position: 200% center; }
}
@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@keyframes spin-slow {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
@keyframes badge-pop {
  0%   { transform: scale(0.85); opacity: 0; }
  60%  { transform: scale(1.05); }
  100% { transform: scale(1); opacity: 1; }
}
@keyframes ringing {
  0%, 100% { transform: rotate(0deg); }
  10%       { transform: rotate(-15deg); }
  20%       { transform: rotate(15deg); }
  30%       { transform: rotate(-10deg); }
  40%       { transform: rotate(10deg); }
  50%       { transform: rotate(0deg); }
}

/* ─── HERO ────────────────────────────────────────────────── */
.hero {
  background: linear-gradient(135deg, #0f0f0f 0%, #1a0505 50%, #2a1010 100%);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-block: 3rem 2.75rem;
}

/* Animated pipe-grid pattern */
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(227,27,35,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(227,27,35,0.06) 1px, transparent 1px);
  background-size: 60px 60px;
  animation: fadeIn 1.5s ease both;
}

/* Red radial glow */
.hero::after {
  content: '';
  position: absolute;
  top: -20%;
  right: -10%;
  width: 70vw;
  height: 70vw;
  max-width: 800px;
  max-height: 800px;
  background: radial-gradient(ellipse, rgba(227,27,35,0.18) 0%, transparent 65%);
  pointer-events: none;
}

/* Floating decorative orbs */
.hero__orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
.hero__orb--1 {
  width: 300px; height: 300px;
  bottom: -80px; left: -80px;
  background: radial-gradient(circle, rgba(227,27,35,0.1) 0%, transparent 70%);
  animation: float 8s ease-in-out infinite;
}
.hero__orb--2 {
  width: 180px; height: 180px;
  top: 15%; right: 8%;
  background: radial-gradient(circle, rgba(255,255,255,0.04) 0%, transparent 70%);
  animation: float 6s ease-in-out infinite 1s;
}

.hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 3rem;
  align-items: center;
}

/* ── Hero Content ── */
.hero__content {
  animation: fadeUp 0.8s ease both;
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(227,27,35,0.15);
  border: 1px solid rgba(227,27,35,0.35);
  color: #ff9999;
  font-family: var(--font-head);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 0.4rem 1rem;
  border-radius: var(--r-pill);
  margin-bottom: 1.25rem;
  animation: badge-pop 0.6s ease 0.3s both;
}
.hero__badge i { color: var(--red); animation: ringing 2.5s ease-in-out infinite 1s; }

.hero__title {
  font-family: var(--font-head);
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 900;
  color: var(--white);
  line-height: 1.12;
  margin-bottom: 1.1rem;
  letter-spacing: -0.02em;
}
.hero__title .text-red { color: var(--red); }
.hero__title em {
  font-style: normal;
  position: relative;
  display: inline-block;
}
.hero__title em::after {
  content: '';
  position: absolute;
  bottom: 2px; left: 0; right: 0;
  height: 3px;
  background: var(--red);
  border-radius: 2px;
}

.hero__sub {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.72);
  max-width: 520px;
  line-height: 1.75;
  margin-bottom: 2rem;
}
.hero__sub strong { color: var(--white); }

.hero__cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 1.75rem;
}

/* Pulse animation on primary call button */
.hero__cta-group .btn--primary {
  animation: pulse-ring 2.5s ease-in-out infinite 2s;
}

.hero__trust-mini {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
}
.hero__trust-mini li {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--font-head);
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.02em;
}
.hero__trust-mini li i { color: #4ade80; font-size: 0.7rem; }

/* ── Hero Form Card ── */
.hero__form-wrap {
  animation: fadeUp 0.8s ease 0.2s both;
}

.quote-card {
  background: var(--white);
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.4);
  border: 1px solid rgba(255,255,255,0.08);
}

.quote-card__header {
  background: linear-gradient(135deg, var(--charcoal) 0%, var(--charcoal-2) 100%);
  padding: 1.1rem 1.75rem;
  border-bottom: 3px solid var(--red);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
.quote-card__header i {
  font-size: 1.4rem;
  color: var(--red);
  flex-shrink: 0;
}
.quote-card__title {
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 0.1rem;
}
.quote-card__sub {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.5);
}

.quote-form { padding: 1.25rem 1.75rem 1.5rem; }

/* Two-column row for Name + Phone */
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

/* ─── TRUST BAR (scrolling marquee) ──────────────────────── */
.trust-bar {
  background: var(--charcoal);
  border-bottom: 2px solid var(--red);
  overflow: hidden;
  padding-block: 0;
}

.trust-bar__track {
  display: flex;
  width: max-content;
  animation: marquee 28s linear infinite;
}
.trust-bar__track:hover { animation-play-state: paused; }

.trust-bar__list {
  display: flex;
  align-items: center;
  padding-block: 0;
  /* Override base ul reset */
  list-style: none;
}

.trust-bar__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 1.75rem;
  border-right: 1px solid rgba(255,255,255,0.08);
  font-family: var(--font-head);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.7);
  white-space: nowrap;
  transition: color var(--t);
}
.trust-bar__item:hover { color: var(--white); }
.trust-bar__item i { color: var(--red); font-size: 0.85rem; }

/* ─── SECTION SHARED ─────────────────────────────────────── */
.section { padding-block: 5rem; }

.section-header { text-align: center; margin-bottom: 3.5rem; }

.section-tag {
  display: inline-block;
  font-family: var(--font-head);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--red);
  background: var(--red-bg);
  border: 1px solid rgba(227,27,35,0.2);
  padding: 0.3rem 0.85rem;
  border-radius: var(--r-pill);
  margin-bottom: 0.85rem;
}
.section-tag--white {
  color: rgba(255,255,255,0.6);
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.15);
}

.section-title {
  font-family: var(--font-head);
  font-size: clamp(1.6rem, 3.5vw, 2.25rem);
  font-weight: 900;
  color: var(--charcoal);
  line-height: 1.2;
  margin-bottom: 0.75rem;
}
.section-title--white { color: var(--white); }

.section-sub {
  font-size: 1rem;
  color: var(--text-light);
  max-width: 600px;
  margin-inline: auto;
  line-height: 1.7;
}
.section-sub--light { color: rgba(255,255,255,0.6); margin-inline: 0; }

/* scroll-triggered reveal */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.animate-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ─── SERVICES SECTION ───────────────────────────────────── */
.services-section { background: var(--off-white); }

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}

.service-card {
  background: var(--white);
  border-radius: var(--r-xl);
  padding: 0;
  border: 1.5px solid var(--border-grey);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  position: relative;
}
.service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.service-card:hover::before { transform: scaleX(1); }
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: transparent;
}

.service-card__inner { padding: 1.75rem; }

.service-card__icon {
  width: 52px; height: 52px;
  border-radius: var(--r-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  margin-bottom: 1.1rem;
  transition: transform 0.3s ease;
}
.service-card:hover .service-card__icon { transform: scale(1.1); }
.service-card__icon--red   { background: var(--red-bg); color: var(--red); }
.service-card__icon--dark  { background: var(--light-grey); color: var(--charcoal); }

.service-card__title {
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 800;
  color: var(--charcoal);
  margin-bottom: 0.6rem;
}
.service-card__desc {
  font-size: 0.88rem;
  color: var(--text-light);
  line-height: 1.7;
  margin-bottom: 1.25rem;
}
.service-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--font-head);
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--red);
  text-decoration: none;
  transition: gap 0.25s ease;
}
.service-card__link:hover { gap: 0.65rem; color: var(--red-dark); }
.service-card__link i { font-size: 0.7rem; transition: transform 0.25s ease; }
.service-card__link:hover i { transform: translateX(3px); }

.section-cta {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

/* ─── HOME PHOTO SPLIT ───────────────────────────────────── */
.home-photo-section {
  background: var(--off-white);
  padding-block: 4rem;
}
.home-photo-split {
  display: grid;
  gap: 3rem;
  align-items: center;
}
@media (min-width: 900px) {
  .home-photo-split {
    grid-template-columns: 1fr 1fr;
  }
  .home-photo-split--img-right .home-photo-split__img {
    order: 2;
  }
}
.home-photo-split__img {
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 4 / 3;
  position: relative;
}
.home-photo-split__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.home-photo-split__text { display: flex; flex-direction: column; gap: 1rem; }
.home-photo-split__label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-head);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--red);
}
.home-photo-split__title {
  font-family: var(--font-head);
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 900;
  color: var(--charcoal);
  line-height: 1.2;
}
.home-photo-split__title span { color: var(--red); }
.home-photo-split__body {
  font-size: 1rem;
  color: var(--text-muted);
  line-height: 1.75;
}
.home-photo-split__points {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.home-photo-split__points li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--charcoal);
}
.home-photo-split__points li i {
  color: var(--red);
  font-size: 0.75rem;
  flex-shrink: 0;
}
.home-photo-split__cta { margin-top: 0.5rem; }

/* ─── WHY CHOOSE US ──────────────────────────────────────── */
.why-section {
  background: var(--charcoal);
  position: relative;
  overflow: hidden;
}
.why-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 50px 50px;
}
.why-section::after {
  content: '';
  position: absolute;
  bottom: -150px; right: -150px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(227,27,35,0.12) 0%, transparent 70%);
  pointer-events: none;
}

.why-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

.why-list { margin-top: 1.75rem; display: flex; flex-direction: column; gap: 1rem; }

.why-list__item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-left: 3px solid var(--red);
  border-radius: var(--r-md);
  transition: background 0.25s ease, transform 0.25s ease;
}
.why-list__item:hover {
  background: rgba(255,255,255,0.07);
  transform: translateX(4px);
}

.why-list__icon {
  width: 38px; height: 38px;
  background: rgba(227,27,35,0.15);
  border-radius: var(--r-md);
  display: flex; align-items: center; justify-content: center;
  color: var(--red);
  font-size: 0.9rem;
  flex-shrink: 0;
}
.why-list__text strong {
  display: block;
  font-family: var(--font-head);
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0.2rem;
}
.why-list__text span {
  font-size: 0.84rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.55;
}

/* Stats grid */
.stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.stat-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--r-xl);
  padding: 1.75rem 1.25rem;
  text-align: center;
  transition: background 0.3s ease, transform 0.3s ease;
  position: relative;
  overflow: hidden;
}
.stat-card::before {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: var(--red);
  transform: scaleX(0);
  transition: transform 0.35s ease;
}
.stat-card:hover::before { transform: scaleX(1); }
.stat-card:hover { background: rgba(255,255,255,0.07); transform: translateY(-3px); }

.stat-card__num {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.15rem;
  margin-bottom: 0.4rem;
}
.stat-card__num .counter {
  font-family: var(--font-head);
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--white);
  line-height: 1;
}
.stat-card__suf {
  font-family: var(--font-head);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--red);
}
.stat-card__label {
  font-family: var(--font-head);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.4);
}

.why-cta { margin-top: 0.5rem; }

/* ─── AREAS SECTION ──────────────────────────────────────── */
.areas-section { background: var(--white); }

.areas-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.area-card {
  background: var(--off-white);
  border: 1.5px solid var(--border-grey);
  border-radius: var(--r-xl);
  padding: 1.5rem 1rem;
  text-align: center;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.area-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(227,27,35,0.05) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.area-card:hover::before { opacity: 1; }
.area-card:hover {
  border-color: var(--red);
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(227,27,35,0.12);
}

.area-card__icon {
  width: 44px; height: 44px;
  background: var(--red-bg);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--red);
  font-size: 0.95rem;
  transition: background 0.3s, color 0.3s;
}
.area-card:hover .area-card__icon { background: var(--red); color: var(--white); }

.area-card__name {
  font-family: var(--font-head);
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--charcoal);
  transition: color 0.3s;
}
.area-card:hover .area-card__name { color: var(--red); }

.area-card__tag {
  font-family: var(--font-head);
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--mid-grey);
  background: var(--border-grey);
  padding: 0.2rem 0.6rem;
  border-radius: var(--r-pill);
  transition: background 0.3s, color 0.3s;
}
.area-card:hover .area-card__tag { background: var(--red-bg); color: var(--red); }

.areas-note {
  text-align: center;
  font-size: 0.9rem;
  color: var(--text-light);
  line-height: 1.7;
  margin-top: 0.25rem;
}
.areas-note i { color: var(--red); margin-right: 0.3rem; }
.areas-note a {
  color: var(--charcoal);
  font-weight: 700;
  white-space: nowrap;   /* keeps 083 206 9002 on one line */
}
.areas-note a:hover { color: var(--red); }

/* ─── TESTIMONIALS ───────────────────────────────────────── */
.testimonials-section { background: var(--off-white); }

.overall-rating {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.65rem;
  font-family: var(--font-head);
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text-light);
}
.overall-rating i { color: #f59e0b; }

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.testimonial-card {
  background: var(--white);
  border: 1.5px solid var(--border-grey);
  border-radius: var(--r-xl);
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  position: relative;
  overflow: hidden;
}
.testimonial-card::before {
  content: '\201C';
  position: absolute;
  top: -8px; right: 16px;
  font-size: 6rem;
  font-family: Georgia, serif;
  color: rgba(227,27,35,0.06);
  line-height: 1;
  pointer-events: none;
}
.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
  border-color: rgba(227,27,35,0.2);
}

.testimonial-card__stars {
  display: flex;
  gap: 3px;
}
.testimonial-card__stars i { color: #f59e0b; font-size: 0.85rem; }

.testimonial-card__text {
  font-size: 0.92rem;
  color: var(--text-body);
  line-height: 1.75;
  font-style: italic;
  flex: 1;
}

.testimonial-card__footer {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-top: 1px solid var(--light-grey);
  padding-top: 1rem;
}

.testimonial-card__avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-head);
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--white);
  flex-shrink: 0;
}
.testimonial-card__avatar--a { background: linear-gradient(135deg, #e31b23, #9b1520); }
.testimonial-card__avatar--b { background: linear-gradient(135deg, #1a1a1a, #3d3d3d); }
.testimonial-card__avatar--c { background: linear-gradient(135deg, #0f2027, #2c5364); }

.testimonial-card__info { flex: 1; }
.testimonial-card__info strong {
  display: block;
  font-family: var(--font-head);
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--charcoal);
}
.testimonial-card__info span {
  font-size: 0.75rem;
  color: var(--mid-grey);
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.testimonial-card__info span i { color: var(--red); font-size: 0.65rem; }

.testimonial-card__source {
  font-size: 1.1rem;
  color: #4285f4;
  flex-shrink: 0;
}

/* ─── PARTNER BAND ───────────────────────────────────────── */
.partner-band {
  background: var(--white);
  border-top: 1px solid var(--border-grey);
  border-bottom: 1px solid var(--border-grey);
  padding-block: 1.75rem;
}

.partner-band__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.partner-band__label {
  font-family: var(--font-head);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--mid-grey);
}

.partner-divider {
  width: 1px;
  height: 24px;
  background: var(--border-grey);
}

.partner-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: var(--off-white);
  border: 1.5px solid var(--border-grey);
  border-radius: var(--r-pill);
  padding: 0.45rem 1.1rem;
  font-family: var(--font-head);
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--charcoal);
  text-decoration: none;
  transition: all 0.25s ease;
}
.partner-link:hover {
  border-color: var(--red);
  color: var(--red);
  background: var(--red-bg);
  transform: translateY(-1px);
}
.partner-link i { color: var(--red); font-size: 0.85rem; }

/* ─── EMERGENCY CTA ──────────────────────────────────────── */
.emergency-cta {
  background: linear-gradient(135deg, var(--red) 0%, #9b1520 100%);
  padding-block: 4rem;
  position: relative;
  overflow: hidden;
}
.emergency-cta::before {
  content: '';
  position: absolute;
  top: -100px; right: -100px;
  width: 400px; height: 400px;
  background: rgba(255,255,255,0.05);
  border-radius: 50%;
  pointer-events: none;
}
.emergency-cta::after {
  content: '';
  position: absolute;
  bottom: -80px; left: -80px;
  width: 300px; height: 300px;
  background: rgba(0,0,0,0.08);
  border-radius: 50%;
  pointer-events: none;
}

.emergency-cta__inner {
  display: flex;
  align-items: center;
  gap: 2rem;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
}

.emergency-cta__icon {
  width: 72px; height: 72px;
  background: rgba(255,255,255,0.15);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.75rem;
  color: var(--white);
  flex-shrink: 0;
  animation: pulse-ring-white 2.2s ease infinite;
}

.emergency-cta__content { flex: 1; min-width: 0; }
.emergency-cta__title {
  font-family: var(--font-head);
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 900;
  color: var(--white);
  margin-bottom: 0.5rem;
  line-height: 1.25;
}
.emergency-cta__sub {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.8);
  line-height: 1.65;
}

.emergency-cta__actions {
  display: flex;
  gap: 0.85rem;
  flex-shrink: 0;
  flex-wrap: wrap;
}

/* ─── RESPONSIVE ─────────────────────────────────────────── */
@media (max-width: 1024px) {
  .hero__inner {
    grid-template-columns: 1fr 360px;
    gap: 2rem;
  }
  .why-layout { gap: 3rem; }
}

@media (max-width: 900px) {
  .hero__inner {
    grid-template-columns: 1fr;
  }
  .hero__form-wrap { max-width: 480px; }
  .hero { min-height: auto; }

  .services-grid { grid-template-columns: 1fr 1fr; }
  .why-layout { grid-template-columns: 1fr; }
  .why-section .section-sub--light { max-width: 100%; }
  .areas-grid { grid-template-columns: repeat(4, 1fr); }
  .testimonials-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .section { padding-block: 3.5rem; }
  .hero { padding-block: 2rem 2rem; }
  .services-grid { grid-template-columns: 1fr; }
  .areas-grid { grid-template-columns: 1fr 1fr; }
  .emergency-cta__inner { flex-direction: column; text-align: center; }
  .emergency-cta__actions { justify-content: center; }
  .partner-band__inner { gap: 0.85rem; }
  .partner-divider { display: none; }
  .form-row { grid-template-columns: 1fr; }
}

@media (max-width: 400px) {
  .areas-grid { grid-template-columns: 1fr 1fr; }
  .hero__title { font-size: 1.75rem; }
  .hero__cta-group { flex-direction: column; }
  .hero__cta-group .btn { width: 100%; justify-content: center; }
}
