/* ============================================================
   BUST OUT BAIL BONDS — Shared Stylesheet
   Design tokens match the original Divi theme
   ============================================================ */

:root {
  /* Colors (pulled from original Divi customizer) */
  --red: #E00B00;
  --red-dark: #d31d1d;
  --red-border: #E02B20;
  --yellow: #FFD000;
  --black: #000000;
  --charcoal: #232323;
  --grey: #2b2b2b;
  --dark-2: #333333;
  --body-text: #282828;
  --muted: #7f7f7f;
  --white: #FFFFFF;
  --light-gray: #dadada;

  /* Fonts (match original) */
  --font-serif: 'Nanum Myeongjo', Georgia, "Times New Roman", serif;
  --font-sans: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
  --font-display: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;

  /* Layout */
  --content-max: 1600px;
  --container-pad: 1.25rem;
}

/* ===== Reset / Base ===== */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--body-text);
  background: var(--white);
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--red); text-decoration: none; }
a:hover, a:focus-visible { color: var(--yellow); }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-serif);
  font-weight: 400;
  line-height: 1.2;
  color: var(--black);
  margin: 0 0 0.75rem;
}
h1 { font-size: 40px; }
h2 { font-size: 34px; }
h3 { font-size: 29px; }
h4 { font-size: 24px; }
h5 { font-size: 21px; }
h6 { font-size: 18px; }

/* ===== Layout helpers ===== */
.container {
  max-width: var(--content-max);
  margin: 0 auto;
  padding-left: var(--container-pad);
  padding-right: var(--container-pad);
}
.container-narrow {
  max-width: 1080px;
  margin: 0 auto;
  padding-left: var(--container-pad);
  padding-right: var(--container-pad);
}
.text-center { text-align: center; }
.text-left { text-align: left; }
.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

/* ===== Skip link (a11y) ===== */
.skip-link {
  position: absolute; left: -9999px; top: auto;
  padding: 0.75rem 1rem;
  background: var(--black); color: var(--white); z-index: 9999;
}
.skip-link:focus { left: 1rem; top: 1rem; color: var(--white); }


/* ====== Award Section ====== */
.award-strip {
  background: var(--black);
  padding: 32px 0;
}
.award-strip-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.award-strip-inner img {
  width: 384px;
  height: auto;
  flex-shrink: 0;
  border-radius: 6px;
}
.award-text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.award-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--yellow);
  margin: 0;
}
.award-title {
  font-family: var(--font-serif);
  font-size: clamp(18px, 2.5vw, 26px);
  font-weight: 700;
  color: var(--white);
  margin: 0;
}
.award-source {
  font-size: 13px;
  color: #aaa;
  margin: 0;
}

@media (max-width: 600px) {
  .award-strip-inner { flex-direction: column; text-align: center; }
}


/* ===== Buttons ===== */
.btn {
  display: inline-block;
  padding: 0.5em 1.25em;
  font-family: var(--font-sans);
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.5px;
  line-height: 1.7;
  border: 2px solid var(--red-border);
  border-radius: 3px;
  background: var(--red-dark);
  color: var(--white);
  cursor: pointer;
  transition: all 300ms ease;
}
.btn:hover, .btn:focus-visible {
  background: var(--yellow);
  border-color: var(--yellow);
  color: var(--black);
}
.btn--yellow {
  background: var(--yellow);
  border-color: var(--yellow);
  color: var(--black);
}
.btn--yellow:hover, .btn--yellow:focus-visible {
  background: var(--white);
  border-color: var(--white);
  color: var(--black);
}
.btn--white {
  background: var(--white);
  border-color: var(--white);
  color: var(--black);
  font-size: 18px;
  border-radius: 4px;
}
.btn--white:hover, .btn--white:focus-visible {
  background: var(--yellow);
  border-color: var(--yellow);
  color: var(--black);
}
.btn--small { font-size: 13px; padding: 0.3em 1em; }

/* ===== Section spacing ===== */
section { padding: 54px 0; }
.section-tight { padding: 20px 0; }

/* ===== Diamond divider (replaces attorney-2.png) ===== */
.diamond-divider, .diamond-divider-white {
  width: 260px;
  max-width: 90%;
  height: 44px;
  margin: 1rem auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.diamond-divider::before,
.diamond-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--black);
}
.diamond-divider::before { margin-right: 0.75rem; }
.diamond-divider::after { margin-left: 0.75rem; }
.diamond-divider span {
  width: 12px; height: 12px;
  border: 1px solid var(--black);
  /* background: var(--white); */
  transform: rotate(45deg);
  display: inline-block;
}

.diamond-divider-white::before,
.diamond-divider-white::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--white);
}
.diamond-divider-white::before { margin-right: 0.75rem; }
.diamond-divider-white::after { margin-left: 0.75rem; }
.diamond-divider-white span {
  width: 12px; height: 12px;
  border: 1px solid var(--white);
  /* background: var(--black); */
  transform: rotate(45deg);
  display: inline-block;
}

/* ===== Eyebrow text (uppercase tracking label) ===== */
.eyebrow {
  font-family: var(--font-sans);
  font-weight: 600;
  text-transform: uppercase;
  color: var(--muted) !important;
  letter-spacing: 4px;
  font-size: 20px;
  margin-bottom: 0.75rem;
  text-align: center;
}

/* ===== Paper-texture overlay sections ===== */
.bg-paper-dark {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%), 
  url(https://bustoutbailbondsla.com/wp-content/uploads/2024/06/paper-texture.jpg);
  background-size: cover;
}
.bg-paper {
background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.88) 100%), 
url(https://bustoutbailbondsla.com/wp-content/uploads/2024/06/paper-texture.jpg) !important;
  background-size: cover;
}
.bg-paper-red {
  background-image:
    linear-gradient(180deg, rgba(224,11,0,0.9), rgba(224,11,0,0.75)),
    url('https://bustoutbailbondsla.com/wp-content/uploads/2024/06/paper-texture.jpg');
  background-size: cover;
  background-position: center;
  color: var(--white);
}
.bg-lawyer-red {
  background-image:
    linear-gradient(180deg, rgba(224,11,0,0.9), rgba(224,11,0,0.75)),
    url('https://bustoutbailbondsla.com/wp-content/uploads/2024/06/attorney-7.jpg');
  background-size: cover;
  background-position: center;
  color: var(--white);
}

/* ============================================================
   SECTION 01 — TOP BAR (Red, with socials + callback form)
   ============================================================ */
.top-bar {
  background: var(--red);
  color: var(--white);
  padding: 6px 0;
  font-size: 13px;
}
.top-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.top-bar .socials {
  display: flex;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-bar .socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  background: var(--white);
  border-radius: 2px;
  color: var(--black);
  transition: background 200ms ease;
}
.top-bar .socials a:hover,
.top-bar .socials a:focus-visible {
  background: var(--yellow);
  color: var(--black);
}
.top-bar .socials svg {
  width: 14px; height: 14px;
  fill: currentColor;
}

.callback-form {
  display: flex;
  gap: 6px;
  align-items: center;
  flex-wrap: nowrap;
}
.callback-form input[type="tel"] {
  padding: 6px 10px;
  font-size: 14px;
  font-family: inherit;
  border: none;
  border-radius: 2px;
  min-width: 200px;
  color: var(--black);
}
.callback-form button {
  background: var(--white);
  color: var(--black);
  border: 1px solid var(--white);
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 2px;
  cursor: pointer;
  transition: all 200ms ease;
}
.callback-form button:hover,
.callback-form button:focus-visible {
  background: var(--yellow);
  border-color: var(--yellow);
  color: var(--black);
}

/* Hide top bar on mobile per original */
@media (max-width: 767px) {
  .top-bar { display: none; }
}
@media (max-width: 980px) {
  .top-bar-inner { justify-content: center; }
  .callback-form input[type="tel"] { min-width: 150px; }
}

/* ============================================================
   SECTION 02 — MAIN HEADER (Logo + Nav)
   ============================================================ */
.site-header {
  background: var(--white);
  padding: 15px 0;
  position: relative;
  z-index: 100;
}
.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.site-logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.site-logo img {
  width: auto;
  height: auto;
  max-width: 200px;
  max-height: 63px;
}

/* ===== Mobile toggle button ===== */
.mobile-toggle {
  display: none;
  background: transparent;
  border: 0;
  padding: 8px;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
}
.mobile-toggle-bar {
  display: block;
  width: 28px;
  height: 3px;
  background: var(--red);
  border-radius: 2px;
  transition: all 200ms ease;
}
.mobile-toggle[aria-expanded="true"] .mobile-toggle-bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.mobile-toggle[aria-expanded="true"] .mobile-toggle-bar:nth-child(2) {
  opacity: 0;
}
.mobile-toggle[aria-expanded="true"] .mobile-toggle-bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* ===== Primary nav ===== */
.primary-nav .nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1.75rem;
  align-items: center;
}
.primary-nav .nav-item > a {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--black);
  padding: 8px 0;
  display: inline-block;
  transition: color 200ms ease;
}
.primary-nav .nav-item > a:hover,
.primary-nav .nav-item > a:focus-visible {
  color: var(--red);
}

/* Dropdown indicator */
.has-dropdown > a::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 6px;
  vertical-align: 2px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid currentColor;
}

/* Dropdown menus */
.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  background: var(--white);
  border: 1px solid var(--yellow);
  border-top: 3px solid var(--red);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  padding: 8px 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: all 200ms ease;
  z-index: 200;
}
.has-dropdown { position: relative; }
.has-dropdown:hover > .dropdown,
.has-dropdown:focus-within > .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.dropdown a {
  display: block;
  padding: 10px 16px;
  color: var(--black);
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  transition: background 150ms ease, color 150ms ease;
}
.dropdown a:hover,
.dropdown a:focus-visible {
  background: var(--red);
  color: var(--white);
}

/* ===== Responsive ===== */
@media (max-width: 980px) {
  .mobile-toggle { display: flex; }
  .primary-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--red);
    max-height: 0;
    overflow: hidden;
    transition: max-height 300ms ease;
  }
  .primary-nav.is-open {
    max-height: 600px;
  }
  .primary-nav .nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px 0;
  }
  .primary-nav .nav-item > a {
    color: var(--white);
    padding: 12px 20px;
    font-size: 14px;
    display: block;
  }
  .primary-nav .nav-item > a:hover,
  .primary-nav .nav-item > a:focus-visible {
    color: var(--yellow);
    background: rgba(0,0,0,0.15);
  }
  .has-dropdown > a::after { border-top-color: var(--white); }
  .dropdown {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    background: rgba(0,0,0,0.15);
    border: 0;
    box-shadow: none;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 250ms ease;
  }
  .has-dropdown.is-open > .dropdown {
    max-height: 400px;
  }
  .dropdown a {
    color: var(--white);
    padding: 10px 36px;
    font-size: 13px;
  }
  .dropdown a:hover,
  .dropdown a:focus-visible {
    background: rgba(255,208,0,0.15);
    color: var(--yellow);
  }
}

/* ============================================================
   SECTION 03 + 09 — PARISH BAR (used twice on homepage)
   ============================================================ */
.parish-bar {
  background: var(--charcoal);
  color: var(--white);
  padding: 20px 0;
}
.parish-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
  text-align: center;
  align-items: center;
}
.parish-card { line-height: 1.3; }
.parish-name {
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
  margin: 0 0 4px;
  letter-spacing: 0.5px;
  line-height: 1.2;
}
.parish-name a {
  color: var(--white);
  transition: color 200ms ease;
}
.parish-name a:hover,
.parish-name a:focus-visible {
  color: var(--yellow);
}
.parish-phone {
  color: var(--red);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.5px;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
  transition: color 200ms ease;
}
.parish-phone:hover,
.parish-phone:focus-visible {
  color: var(--yellow);
}

@media (max-width: 980px) {
  .parish-grid { grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
  .parish-name { font-size: 14px; }
  .parish-phone { font-size: 14px; }
}
@media (max-width: 600px) {
  .parish-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ============================================================
   SECTION 04 — HERO
   ============================================================ */
.hero {
  position: relative;
  background-image: url('https://bustoutbailbondsla.com/wp-content/uploads/2024/06/Handcuffs-Orange-Jumpsuit.jpg');
  background-size: cover;
  background-position: center;
  color: var(--white);
  padding: 7em 0;
  overflow: hidden;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: rgba(0, 0, 0, 0.44);
  pointer-events: none;
}
.hero-content {
  position: relative;
  z-index: 1;
  text-shadow: 0.08em 0.08em 0.08em rgba(0,0,0,0.58);
}
.hero-title {
  color: var(--white);
  font-size: clamp(36px, 6vw, 80px);
  line-height: 1.2;
  margin-bottom: 0.5em;
  text-shadow: 0 0 0.3em rgba(0,0,0,0.4);
}
.hero-subhead {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(20px, 3vw, 28px);
  text-transform: uppercase;
  margin: 0 0 1em;
  letter-spacing: 1px;
}
.hero-body {
  font-family: var(--font-display);
  font-size: 14px;
  max-width: 720px;
  margin: 0 0 2em;
  line-height: 1.5;
}
.hero-ctas {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
/* On desktop hide the SMS button (it's mobile-only in the original) */
.hero-cta-mobile { display: none; }

@media (max-width: 767px) {
  .hero { padding: 3em 0; }
  .hero-cta-secondary { display: none; }
  .hero-cta-mobile { display: inline-block; }
}

/* ============================================================
   SECTION 05 — CTA + BAIL CALCULATOR
   ============================================================ */
.cta-calc { background: var(--white); padding: 30px 0 50px; }
.cta-online { text-align: center; margin-bottom: 2rem; }

.bail-calculator {
  max-width: 700px;
  margin: 2rem auto 0;
  background: var(--light-gray);
  border-radius: 12px;
  padding: 40px;
}
.bail-calculator h2 {
  text-align: center;
  margin-bottom: 1.5rem;
}
.calc-row {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
.calc-row label {
  font-weight: 700;
  min-width: 140px;
  flex: 0 0 auto;
}
.calc-row input[type="number"] {
  flex: 1 1 200px;
  padding: 10px 14px;
  font-size: 16px;
  font-family: inherit;
  border: 1px solid #d1d5db;
  border-radius: 8px;
}
.calc-summary {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0,0,0,0.15);
  text-align: center;
}
.calc-total {
  font-size: 20px;
  margin: 0 0 0.75rem;
}
.calc-total strong { font-weight: 700; }
.calc-total [data-calc-total] {
  color: var(--red);
  font-size: 28px;
  display: inline-block;
  margin-left: 6px;
}
.calc-note {
  font-size: 13px;
  color: #555;
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 600px) {
  .bail-calculator { padding: 24px; }
}

/* ============================================================
   SECTION 06 + 13 — REVIEWS SLIDER
   ============================================================ */
.reviews-slider {
  background: var(--white);
  padding: 40px 0 30px;
}
.reviews-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding: 0 1rem;
}
.reviews-business {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  color: var(--black);
  font-size: 14px;
}
.reviews-business strong {
  font-size: 16px;
  color: var(--red);
}
.reviews-stars {
  color: #fbbc05;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 700;
}
.reviews-powered {
  font-size: 12px;
  color: #555;
}
.reviews-write {
  background: var(--red);
  color: var(--white);
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 3px;
}
.reviews-write:hover,
.reviews-write:focus-visible {
  background: var(--yellow);
  color: var(--black);
}

.reviews-track-wrapper {
  overflow: hidden;
  position: relative;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 5%, #000 95%, transparent);
  mask-image: linear-gradient(to right, transparent, #000 5%, #000 95%, transparent);
}
.reviews-track {
  display: flex;
  gap: 1.25rem;
  animation: review-scroll 50s linear infinite;
  width: max-content;
}
.reviews-track:hover { animation-play-state: paused; }
@keyframes review-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.review-card {
  flex: 0 0 320px;
  background: #f9f9f9;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 1.25rem;
  font-size: 14px;
}
.review-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 0.75rem;
}
.review-meta strong { font-size: 15px; }
.review-meta time { font-size: 12px; color: #777; }
.review-card p { margin: 0; line-height: 1.5; color: #333; }

/* ============================================================
   SECTION 07 — INTRO LEAD
   ============================================================ */
.intro {
  background: var(--white);
  padding: 50px 0;
  text-align: center;
}
.intro-lead {
  font-family: var(--font-serif);
  font-weight: 800;
  font-size: clamp(20px, 2.5vw, 28px);
  line-height: 1.4;
  max-width: 100%;
  margin: 0 0 1.5rem;
  color: var(--black);
}
.intro-lead a {
  color: var(--red);
  font-weight: 800;
}
.intro-body {
  max-width: 100%;
  margin: 1.5rem 0;
  text-align: left;
  font-size: 15px;
  line-height: 1.8;
  color: var(--body-text);
}
.intro-subhead {
  font-size: 29px;
  margin: 1rem 0 1.5rem;
}
.intro-cta-row {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 600px) {
  .intro-body { text-align: left; font-size: 14px; }
}

/* ============================================================
   SECTION 08 — SERVICE CARDS (4 across)
   ============================================================ */
.service-cards-section {
  background: var(--black);
  padding: 50px 0;
  margin-top: 0;
}
.service-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
.service-card {
  background-image:
    linear-gradient(180deg, rgba(224,11,0,0.89), rgba(224,11,0,0.88)),
    url('https://bustoutbailbondsla.com/wp-content/uploads/2024/06/paper-texture.jpg');
  background-size: cover;
  padding: 30px;
  border-radius: 4px;
  text-align: center;
  transition: transform 200ms ease, box-shadow 200ms ease;
}
.service-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(0,0,0,0.3); }
.service-card a { display: block; color: var(--white); }
.service-card a:hover { color: var(--white); }
.service-card img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  margin-bottom: 1rem;
}
.service-card h3 {
  color: var(--white);
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  margin: 0 0 0.5rem;
}
.service-card p {
  color: var(--white);
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}
.service-cta {
  text-align: center;
  margin-top: 2rem;
}

@media (max-width: 980px) {
  .service-cards { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .service-cards { grid-template-columns: 1fr; }
  .service-card { padding: 24px 20px; }
}

/* ============================================================
   SECTION 10 — FEATURES GRID (6 cards)
   ============================================================ */
.features-section {
  padding: 44px 0 38px;
}
.features-heading-block {
  text-align: center;
  margin-bottom: 2rem;
}
.features-heading-block h2 {
  font-weight: 800;
  font-size: clamp(28px, 4vw, 52px);
  margin-bottom: 1rem;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.feature-card {
  background: var(--white);
  padding: 25px 30px;
  text-align: center;
  border-radius: 6px;
  box-shadow: 0 2px 36px 6px rgba(255,255,255,0.3);
  border: 1px solid #eee;
}
.feature-icon {
  color: var(--red);
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-icon .material-icons-outlined {
  font-size: 56px;
}
.feature-card h3 {
  font-family: var(--font-serif);
  font-weight: 800;
  font-size: 24px;
  margin: 0 0 0.5rem;
}
.feature-card p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--body-text);
  margin: 0;
}

@media (max-width: 980px) {
  .features-grid { grid-template-columns: 1fr; gap: 1.25rem; max-width: 600px; margin: 0 auto; }
}

/* ============================================================
   SECTION 11 — EMERGENCY FORM
   ============================================================ */
.emergency-section {
  background: var(--black);
  color: var(--white);
  padding: 60px 0;
}
.emergency-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}
.emergency-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.emergency-images img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.emergency-form-wrap { padding-top: 60px; }
.emergency-form-wrap h2 {
  font-family: var(--font-serif);
  font-size: clamp(28px, 4vw, 48px);
  color: var(--white);
  margin-bottom: 1rem;
}
.form-required-legend {
  font-size: 13px;
  color: #ccc;
  margin-bottom: 1.5rem;
}
.required-asterisk { color: var(--red); }

.honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px; height: 1px;
  overflow: hidden;
}

.emergency-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.form-row { display: flex; flex-direction: column; gap: 0.4rem; grid-column: 1 / -1; }
.form-row-half { grid-column: span 1; }
.form-row label {
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
}
.form-row input,
.form-row textarea {
  padding: 10px 14px;
  font-size: 15px;
  font-family: inherit;
  border: 1px solid #555;
  background: var(--white);
  color: var(--black);
  border-radius: 4px;
}
.form-row input:focus,
.form-row textarea:focus {
  outline: 2px solid var(--yellow);
  outline-offset: 1px;
}
.form-submit {
  grid-column: 1 / -1;
  margin-top: 0.5rem;
}

@media (max-width: 980px) {
  .emergency-grid { grid-template-columns: 1fr; gap: 2rem; }
  .emergency-form-wrap { padding-top: 0; }
}
@media (max-width: 600px) {
  .emergency-form { grid-template-columns: 1fr; }
  .form-row-half { grid-column: 1 / -1; }
}

/* ============================================================
   SECTION 12 — FAQ
   ============================================================ */
.faq-section {
  padding: 60px 0;
}
.faq-heading-block {
  text-align: center;
  margin-bottom: 2rem;
}
.faq-heading-block h2 {
  font-family: var(--font-serif);
  font-weight: 800;
  font-size: clamp(28px, 4vw, 52px);
  margin-bottom: 0.5rem;
}
.faq-subtext { font-size: 14px; color: #555; margin: 0 0 1rem; }

.faq-list {
  max-width: 900px;
  margin: 0 auto;
}
.faq-item {
  background: var(--white);
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  margin-bottom: 0.75rem;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  user-select: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary h3 {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 17px;
  margin: 0;
  color: var(--black);
}
.faq-toggle {
  flex-shrink: 0;
  width: 22px; height: 22px;
  position: relative;
}
.faq-toggle::before,
.faq-toggle::after {
  content: '';
  position: absolute;
  background: var(--red);
  border-radius: 1px;
  transition: transform 200ms ease;
}
.faq-toggle::before {
  top: 50%; left: 0; right: 0; height: 2px;
  transform: translateY(-50%);
}
.faq-toggle::after {
  top: 0; bottom: 0; left: 50%; width: 2px;
  transform: translateX(-50%);
}
.faq-item[open] .faq-toggle::after {
  transform: translateX(-50%) scaleY(0);
}
.faq-answer {
  padding: 0 1.25rem 1.25rem;
  border-top: 1px solid #f0f0f0;
}
.faq-answer p {
  margin: 1rem 0 0;
  color: #444;
  line-height: 1.7;
}

/* ============================================================
   SECTION 13 — FEATURED REVIEWS (uses reviews-slider styles)
   ============================================================ */
.featured-reviews {
  background: var(--white);
  padding: 50px 0;
}
.featured-reviews-header {
  text-align: center;
  margin-bottom: 2rem;
}
.featured-reviews-header h2 {
  font-weight: 800;
  font-size: clamp(28px, 4vw, 52px);
}
.featured-reviews-slider {
  background: transparent;
  padding: 0;
}

/* ============================================================
   SECTION 14 — FINAL CTA
   ============================================================ */
.final-cta {
  padding: 50px 0 20px;
}
.final-cta-box {
  max-width: 1056px;
  margin: 0 auto;
  text-align: center;
  outline: 2px solid rgba(255, 255, 255, 0.31);
  outline-offset: 8px;
  border-radius: 0;
  padding: 60px 60px;
}
.final-cta-box h3 {
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: clamp(22px, 3vw, 36px);
  color: var(--black);
  margin: 0 0 1rem;
}
.final-cta-phone {
  display: inline-block;
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: clamp(36px, 7vw, 72px);
  color: var(--black);
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: 1px;
  transition: color 200ms ease;
}
.final-cta-phone:hover,
.final-cta-phone:focus-visible {
  color: var(--yellow);
}
.final-cta-disclaimer {
  margin-top: 2.5rem;
  text-align: center;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--white);
}

/* ============================================================
   SECTION 15 — FOOTER
   ============================================================ */
.site-footer {
  background: var(--black);
  color: var(--white);
  padding: 50px 0 0;
  font-family: var(--font-sans);
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-bottom: 2.5rem;
}
.footer-col h3 {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--white);
  margin: 0 0 1rem;
}
.footer-col p,
.footer-col address {
  font-size: 14px;
  line-height: 1.7;
  font-style: normal;
  margin: 0 0 0.75rem;
  color: #ccc;
}
.footer-col a {
  color: var(--white);
  transition: color 200ms ease;
}
.footer-col a:hover,
.footer-col a:focus-visible {
  color: var(--red);
}
.footer-tagline {
  font-style: italic;
  font-size: 14px;
  margin-bottom: 1rem;
  color: #ccc;
}
.footer-socials {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: flex;
  gap: 8px;
}
.footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px; height: 32px;
  background: var(--white);
  color: var(--black);
  border-radius: 3px;
  transition: background 200ms ease, color 200ms ease;
}
.footer-socials a:hover,
.footer-socials a:focus-visible {
  background: var(--red);
  color: var(--white);
}
.footer-socials svg {
  width: 16px; height: 16px;
  fill: currentColor;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li {
  margin-bottom: 0.6rem;
  font-size: 14px;
}
.footer-service-areas {
  margin-bottom: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #333;
  color: #aaa;
}
.footer-service-areas h3{
  color: #aaa;
}
.footer-service-areas p {
  font-size: 13px;
  line-height: 1.7;
  color: #aaa;
  margin: 0;
}
.footer-copy {
  background: var(--dark-2);
  padding: 1rem 0;
  font-size: 13px;
  color: #ccc;
  text-align: center;
}
.footer-copy a { color: var(--white); }
.footer-copy a:hover { color: var(--yellow); }

@media (max-width: 980px) {
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .footer-grid { grid-template-columns: 1fr; }
}