/* ============================================================
   Brenner Chiropractic - Car Accident LP
   pagerocket.net/brenner-auto
   Brand: blue #2B8FD9, navy #262262, orange #FF7A00 CTA
   Fonts: Montserrat (headings), Poppins (body)
   ============================================================ */

:root {
  --lp-primary: #2B8FD9;
  --lp-primary-hover: #1F83CD;
  --lp-secondary: #262262;
  --lp-cta: #FF7A00;
  --lp-cta-hover: #E66D00;
  --lp-text: #333333;
  --lp-text-mid: #555555;
  --lp-text-light: #777777;
  --lp-bg: #FFFFFF;
  --lp-bg-light: #F4F7FA;
  --lp-bg-alt: #E9F0F8;
  --lp-border: #E2E8F0;
  --lp-shadow: 0 4px 16px rgba(38, 34, 98, 0.08);
  --lp-shadow-lg: 0 8px 32px rgba(38, 34, 98, 0.12);
  --lp-radius: 12px;
  --lp-radius-pill: 100px;
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--lp-text);
  background: var(--lp-bg);
  -webkit-font-smoothing: antialiased;
  padding-bottom: 70px; /* room for mobile sticky call button */
}

@media (min-width: 640px) {
  body { padding-bottom: 0; }
}

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

a {
  color: var(--lp-primary);
  text-decoration: none;
  transition: color 0.15s ease;
}
a:hover { color: var(--lp-primary-hover); }

/* ============================================================
   Layout helpers
   ============================================================ */

.lp-section { width: 100%; }

.lp-section-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 110px 24px;
}

@media (min-width: 1440px) {
  .lp-section-inner { max-width: 1320px; padding: 130px 24px; }
}

.lp-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--lp-cta);
  margin: 0 0 20px;
}

.lp-eyebrow-center { text-align: center; }

.lp-section-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 800;
  line-height: 1.12;
  color: var(--lp-secondary);
  text-align: center;
  margin: 0 0 20px;
  letter-spacing: -0.015em;
}

.lp-section-title-left {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(34px, 4.2vw, 52px);
  font-weight: 800;
  line-height: 1.1;
  color: var(--lp-secondary);
  margin: 0 0 24px;
  letter-spacing: -0.015em;
}

.lp-section-sub {
  font-size: clamp(16px, 1.4vw, 20px);
  color: var(--lp-text-mid);
  text-align: center;
  max-width: 820px;
  margin: 0 auto 72px;
  line-height: 1.55;
}

.lp-section-sub-left {
  font-size: clamp(16px, 1.3vw, 18px);
  color: var(--lp-text-mid);
  margin: 0 0 40px;
  line-height: 1.6;
}

/* ============================================================
   Buttons - fully rounded pills matching brand
   ============================================================ */

.lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-align: center;
  border-radius: var(--lp-radius-pill);
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.15s ease;
  white-space: nowrap;
  line-height: 1;
}

.lp-btn-sm { padding: 11px 22px; font-size: 14px; }
.lp-btn-md { padding: 16px 32px; font-size: 16px; }
.lp-btn-lg { padding: 22px 42px; font-size: 19px; letter-spacing: 0.01em; }

.lp-btn-primary {
  background: var(--lp-cta);
  color: #fff;
  box-shadow: 0 4px 14px rgba(255, 122, 0, 0.32);
}
.lp-btn-primary:hover {
  background: var(--lp-cta-hover);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(255, 122, 0, 0.42);
}

.lp-btn-outline {
  background: transparent;
  color: var(--lp-primary);
  border-color: var(--lp-primary);
}
.lp-btn-outline:hover {
  background: var(--lp-primary);
  color: #fff;
}

/* ============================================================
   Announcement bar
   ============================================================ */

.lp-announcement {
  background: var(--lp-cta);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.lp-announcement-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  text-align: center;
}

.lp-announcement-pill {
  background: #fff;
  color: var(--lp-cta);
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: var(--lp-radius-pill);
  flex-shrink: 0;
}

.lp-announcement-text { line-height: 1.4; }

/* ============================================================
   Nav
   ============================================================ */

.lp-nav {
  background: #fff;
  border-bottom: 1px solid var(--lp-border);
  position: sticky;
  top: 0;
  z-index: 50;
}

.lp-nav-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.lp-nav-logo img {
  height: 44px;
  width: auto;
}

.lp-nav-links {
  display: none;
  gap: 28px;
  flex: 1;
  justify-content: center;
}

.lp-nav-links a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: var(--lp-secondary);
}
.lp-nav-links a:hover { color: var(--lp-primary); }

.lp-nav-cta { flex-shrink: 0; }

@media (min-width: 900px) {
  .lp-nav-links { display: flex; }
}

/* ============================================================
   Section 1: Hero
   ============================================================ */

.lp-hero {
  background: linear-gradient(135deg, var(--lp-bg-light) 0%, #fff 60%);
  padding: 64px 0 96px;
}

.lp-hero-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}

@media (min-width: 900px) {
  .lp-hero-inner {
    grid-template-columns: 1.05fr 1fr;
    gap: 64px;
  }
  .lp-hero { padding: 88px 0 120px; }
}

.lp-hero-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(42px, 6.8vw, 84px);
  font-weight: 800;
  line-height: 1.02;
  color: var(--lp-secondary);
  margin: 0 0 26px;
  letter-spacing: -0.025em;
}

.lp-hero-sub {
  font-size: clamp(17px, 1.4vw, 21px);
  color: var(--lp-text-mid);
  margin: 0 0 38px;
  max-width: 580px;
  line-height: 1.55;
}

.lp-cta-stack {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 36px;
}

@media (min-width: 480px) {
  .lp-cta-stack { flex-direction: row; flex-wrap: wrap; }
}

.lp-microtrust {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
}

.lp-microtrust-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--lp-text);
}

.lp-microtrust-item svg { width: 20px; height: 20px; }

.lp-hero-visual { position: relative; }

.lp-hero-visual img {
  width: 100%;
  max-width: 760px;
  border-radius: 28px;
  box-shadow: var(--lp-shadow-lg);
  margin-left: auto;
  display: block;
}

.lp-hero-caption {
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--lp-cta);
  color: #fff;
  padding: 16px 22px;
  border-radius: var(--lp-radius);
  box-shadow: 0 10px 28px rgba(255, 122, 0, 0.38);
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}

.lp-hero-caption strong { font-size: 15px; }

.lp-hero-caption-stars {
  color: #fff;
  letter-spacing: 3px;
  font-size: 16px;
}

/* ============================================================
   Section 2: Trust strip
   ============================================================ */

.lp-trust-strip {
  background: var(--lp-secondary);
  color: #fff;
}

.lp-trust-strip-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 96px 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 16px;
  align-items: center;
  text-align: center;
}

@media (min-width: 900px) {
  .lp-trust-strip-inner {
    grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
    padding: 120px 24px;
  }
}

.lp-trust-headline {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(54px, 7.5vw, 104px);
  font-weight: 700;
  margin: 0 0 14px;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: -0.01em;
}

.lp-trust-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
}

.lp-trust-divider {
  display: none;
  width: 1px;
  height: 120px;
  background: rgba(255, 255, 255, 0.18);
}

@media (min-width: 900px) {
  .lp-trust-divider { display: block; }
}

/* ============================================================
   Section 3: No-Fault explainer
   ============================================================ */

.lp-no-fault {
  background: #fff;
}

.lp-no-fault .lp-section-title {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.lp-no-fault-steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin: 72px 0 56px;
  align-items: start;
  text-align: center;
}

@media (min-width: 900px) {
  .lp-no-fault-steps {
    grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
    gap: 20px;
  }
}

.lp-no-fault-step { padding: 0 16px; }

.lp-no-fault-icon {
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background: var(--lp-primary);
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 26px rgba(43, 143, 217, 0.38);
}

.lp-no-fault-icon svg { width: 52px; height: 52px; }

.lp-no-fault-h {
  font-family: 'Montserrat', sans-serif;
  font-size: 23px;
  font-weight: 700;
  color: var(--lp-secondary);
  margin: 0 0 12px;
  line-height: 1.2;
}

.lp-no-fault-p {
  font-size: 15px;
  color: var(--lp-text-mid);
  margin: 0;
  line-height: 1.55;
}

.lp-no-fault-arrow {
  display: none;
  color: var(--lp-primary);
  font-size: 38px;
  font-weight: 300;
  align-self: center;
  padding-bottom: 96px;
}

@media (min-width: 900px) {
  .lp-no-fault-arrow { display: block; }
}

.lp-no-fault-callout {
  background: var(--lp-bg-light);
  text-align: center;
  padding: 24px 36px;
  border-radius: var(--lp-radius-pill);
  font-size: 16px;
  color: var(--lp-secondary);
  font-weight: 500;
  max-width: 780px;
  margin: 0 auto;
}

.lp-no-fault-callout a { font-weight: 700; }

/* ============================================================
   Section 4: Symptoms
   ============================================================ */

.lp-symptoms {
  background: var(--lp-bg-light);
}

.lp-symptoms-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin: 72px 0 56px;
}

@media (min-width: 700px) {
  .lp-symptoms-grid { grid-template-columns: repeat(4, 1fr); gap: 28px; }
}

.lp-symptom-card {
  background: #fff;
  padding: 52px 30px 44px;
  border-radius: var(--lp-radius);
  box-shadow: var(--lp-shadow);
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 400px;
}

.lp-symptom-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--lp-shadow-lg);
}

.lp-symptom-icon {
  width: 168px;
  height: 168px;
  margin: 0 auto 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-symptom-icon svg { width: 100%; height: 100%; }

/* Real illustration crops from Nano Banana wireframe */
.lp-symptom-illo {
  width: 100%;
  max-width: 240px;
  height: auto;
  margin: 0 auto 16px;
  display: block;
}

/* Staggered grid heights matching the wireframe rhythm */
@media (min-width: 700px) {
  .lp-symptom-tall { margin-top: 0; }
  .lp-symptom-short { margin-top: 32px; }
}

.lp-symptom-h {
  font-family: 'Montserrat', sans-serif;
  font-size: 21px;
  font-weight: 700;
  color: var(--lp-secondary);
  margin: 0 0 12px;
  line-height: 1.2;
}

.lp-symptom-p {
  font-size: 14px;
  color: var(--lp-text-mid);
  margin: 0;
  line-height: 1.5;
}

.lp-symptoms-cta { text-align: center; }

/* ============================================================
   Section 5: Why Chiropractic
   ============================================================ */

.lp-why { background: #fff; }

.lp-why .lp-section-title { margin-bottom: 72px; }

.lp-why-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: center;
  padding: 56px 0;
  border-bottom: 1px solid var(--lp-border);
}

.lp-why-row:last-child { border-bottom: none; padding-bottom: 0; }

@media (min-width: 800px) {
  .lp-why-row {
    grid-template-columns: 440px 1fr;
    gap: 96px;
    padding: 72px 0;
  }
  .lp-why-row-reverse {
    grid-template-columns: 1fr 440px;
  }
  .lp-why-row-reverse .lp-why-visual { order: 2; }
  .lp-why-row-reverse .lp-why-copy { order: 1; }
}

.lp-why-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-why-visual svg,
.lp-why-visual img {
  width: 100%;
  max-width: 440px;
  height: auto;
  display: block;
}

.lp-why-h {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(26px, 2.8vw, 36px);
  font-weight: 700;
  color: var(--lp-secondary);
  margin: 0 0 16px;
  line-height: 1.18;
  letter-spacing: -0.01em;
}

.lp-why-p {
  font-size: clamp(16px, 1.3vw, 19px);
  color: var(--lp-text-mid);
  margin: 0;
  line-height: 1.6;
}

/* ============================================================
   Section 6: Meet Dr. Brenner
   ============================================================ */

.lp-doctor {
  background: var(--lp-bg-light);
  background-image:
    radial-gradient(circle at 20% 20%, rgba(43, 143, 217, 0.06) 0%, transparent 40%),
    radial-gradient(circle at 80% 60%, rgba(38, 34, 98, 0.06) 0%, transparent 40%);
}

.lp-doctor-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: start;
}

@media (min-width: 900px) {
  .lp-doctor-inner {
    grid-template-columns: 1.05fr 1.1fr;
    gap: 88px;
  }
}

.lp-doctor-photo {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}

.lp-doctor-photo img {
  width: 100%;
  border-radius: 28px;
  box-shadow: var(--lp-shadow-lg);
}

.lp-doctor-caption {
  margin-top: 24px;
  background: #fff;
  padding: 20px 28px;
  border-radius: var(--lp-radius);
  border-left: 4px solid var(--lp-primary);
  display: flex;
  flex-direction: column;
  gap: 4px;
  box-shadow: var(--lp-shadow);
}

.lp-doctor-caption strong {
  color: var(--lp-secondary);
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
}
.lp-doctor-caption span {
  color: var(--lp-text-mid);
  font-size: 14px;
}

.lp-credentials {
  margin: 40px 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.lp-cred-block {
  padding: 24px 0;
  border-top: 1px solid var(--lp-primary);
}

.lp-cred-block:last-child { border-bottom: 1px solid var(--lp-primary); }

.lp-cred-h {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--lp-secondary);
  margin: 0 0 6px;
  line-height: 1.2;
}

.lp-cred-subhead {
  font-size: 15px;
  font-weight: 600;
  color: var(--lp-primary);
  margin: 0 0 8px;
}

.lp-cred-p {
  font-size: 15px;
  color: var(--lp-text-mid);
  margin: 0;
  line-height: 1.5;
}

/* ============================================================
   Section 7: Recovery Path Timeline
   ============================================================ */

.lp-process { background: #fff; }

.lp-timeline {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  margin-top: 72px;
}

@media (min-width: 900px) {
  .lp-timeline {
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    margin-top: 88px;
    align-items: end;
  }
}

.lp-timeline-track {
  display: none;
}

.lp-timeline-step {
  position: relative;
  text-align: center;
  z-index: 1;
}

.lp-timeline-num {
  width: 116px;
  height: 116px;
  border-radius: 50%;
  background: var(--lp-cta);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 42px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  box-shadow: 0 8px 26px rgba(255, 122, 0, 0.38);
}

.lp-timeline-h {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--lp-secondary);
  margin: 0 0 12px;
  line-height: 1.2;
}

.lp-timeline-p {
  font-size: 15px;
  color: var(--lp-text-mid);
  margin: 0;
  line-height: 1.55;
}

@media (min-width: 900px) {
  .lp-timeline-step {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .lp-timeline-step .lp-timeline-h { order: 0; margin: 0 0 12px; }
  .lp-timeline-step .lp-timeline-p { order: 1; margin: 0 0 32px; min-height: 70px; }
  .lp-timeline-step .lp-timeline-num { order: 2; margin: 0 auto; position: relative; }
  /* dotted connecting line at the level of the orange circles */
  .lp-timeline-step::after {
    content: '';
    position: absolute;
    bottom: 58px;
    right: -50%;
    width: 100%;
    height: 2px;
    background: repeating-linear-gradient(
      to right,
      rgba(43, 143, 217, 0.4),
      rgba(43, 143, 217, 0.4) 6px,
      transparent 6px,
      transparent 12px
    );
    z-index: 0;
  }
  .lp-timeline-step:last-child::after { display: none; }
}

/* ============================================================
   Section 8: Insurance
   ============================================================ */

.lp-insurance { background: var(--lp-bg); }

.lp-insurance-logos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 24px;
  align-items: center;
  justify-items: center;
  padding: 40px 0 56px;
  border-bottom: 1px solid var(--lp-border);
  margin-bottom: 56px;
}

@media (min-width: 600px) {
  .lp-insurance-logos { grid-template-columns: repeat(4, 1fr); }
}
@media (min-width: 1000px) {
  .lp-insurance-logos {
    grid-template-columns: repeat(11, 1fr);
    gap: 24px 12px;
  }
}

.lp-insurance-logos img {
  max-height: 48px;
  max-width: 110px;
  width: auto;
  height: auto;
  object-fit: contain;
  opacity: 0.95;
}

.lp-insurance-callout {
  max-width: 820px;
  margin: 0 auto 36px;
  padding: 36px 40px;
  background: #fff;
  border: 2.5px solid var(--lp-cta);
  border-radius: var(--lp-radius);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.lp-insurance-pill {
  position: absolute;
  top: -16px;
  left: 28px;
  background: var(--lp-secondary);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  padding: 7px 16px;
  border-radius: var(--lp-radius-pill);
}

.lp-insurance-callout-p {
  font-size: 17px;
  color: var(--lp-text);
  margin: 0;
  line-height: 1.55;
}

.lp-insurance-verify {
  text-align: center;
  font-size: 17px;
  color: var(--lp-secondary);
  font-weight: 600;
  margin: 0;
}

/* ============================================================
   Section 9: Reviews
   ============================================================ */

.lp-reviews { background: var(--lp-bg-light); }

.lp-reviews-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin: 72px 0 40px;
}

@media (min-width: 800px) {
  .lp-reviews-grid { grid-template-columns: repeat(3, 1fr); gap: 28px; }
}

.lp-review-card {
  background: #fff;
  padding: 36px 32px 32px;
  border-radius: var(--lp-radius);
  box-shadow: var(--lp-shadow);
  border-top: 5px solid var(--lp-cta);
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 280px;
}

.lp-review-stars {
  color: var(--lp-cta);
  font-size: 22px;
  letter-spacing: 6px;
}

.lp-review-quote {
  font-size: 17px;
  color: var(--lp-text);
  margin: 0;
  line-height: 1.55;
  flex-grow: 1;
}

.lp-review-cite {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
}

.lp-review-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  flex-shrink: 0;
}

.lp-review-avatar-1 {
  background: linear-gradient(135deg, #FF7A00 0%, #FFB571 100%);
}
.lp-review-avatar-2 {
  background: linear-gradient(135deg, #2B8FD9 0%, #6FB6E0 100%);
}
.lp-review-avatar-3 {
  background: linear-gradient(135deg, #262262 0%, #6A65A8 100%);
}

.lp-review-cite strong {
  display: block;
  color: var(--lp-secondary);
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.lp-review-cite span {
  font-size: 13px;
  color: var(--lp-text-light);
}

.lp-reviews-more {
  text-align: center;
  margin: 0;
}

.lp-reviews-more a {
  color: var(--lp-cta);
  font-weight: 600;
}

/* ============================================================
   Section 10: Service Areas
   ============================================================ */

.lp-areas { background: #fff; }

.lp-areas-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}

@media (min-width: 900px) {
  .lp-areas-inner {
    grid-template-columns: 1fr 1fr;
    gap: 56px;
  }
  .lp-areas-copy { order: 2; }
  .lp-areas-map { order: 1; }
}

.lp-areas-intro {
  font-size: 14px;
  color: var(--lp-text-mid);
  margin: 0 0 16px;
  font-weight: 600;
}

.lp-areas-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

@media (min-width: 600px) {
  .lp-areas-list { grid-template-columns: repeat(3, 1fr); }
}

.lp-areas-list li {
  background: var(--lp-bg-light);
  padding: 14px 18px;
  border-radius: var(--lp-radius-pill);
  font-size: 15px;
  font-weight: 600;
  color: var(--lp-secondary);
  display: flex;
  align-items: center;
  gap: 8px;
}

.lp-areas-pin {
  color: var(--lp-cta);
  font-size: 12px;
}

.lp-areas-address {
  font-size: 15px;
  color: var(--lp-text);
  margin: 0;
  font-weight: 500;
  line-height: 1.5;
}

.lp-areas-intro {
  font-size: 15px;
  color: var(--lp-text-mid);
  margin: 0 0 18px;
  font-weight: 600;
}

.lp-areas-map svg,
.lp-areas-map img {
  width: 100%;
  height: auto;
  border-radius: var(--lp-radius);
  display: block;
  box-shadow: var(--lp-shadow);
}

/* ============================================================
   Section 11: FAQ
   ============================================================ */

.lp-faq { background: var(--lp-bg-light); }

.lp-faq-list {
  max-width: 900px;
  margin: 72px auto 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.lp-faq-item {
  background: #fff;
  border-radius: var(--lp-radius);
  box-shadow: var(--lp-shadow);
  overflow: hidden;
}

.lp-faq-item summary {
  font-family: 'Montserrat', sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: var(--lp-secondary);
  padding: 26px 72px 26px 32px;
  cursor: pointer;
  list-style: none;
  position: relative;
  line-height: 1.3;
}

.lp-faq-item summary::-webkit-details-marker { display: none; }

.lp-faq-icon {
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--lp-cta);
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
  line-height: 1;
}

.lp-faq-item[open] .lp-faq-icon {
  transform: translateY(-50%) rotate(45deg);
}

.lp-faq-answer {
  padding: 0 32px 28px;
  border-top: 1px solid var(--lp-border);
  padding-top: 20px;
}

.lp-faq-answer p {
  margin: 0;
  font-size: 16px;
  color: var(--lp-text-mid);
  line-height: 1.65;
}

/* ============================================================
   Section 12: Form + Footer
   ============================================================ */

.lp-form-section {
  background: linear-gradient(135deg, var(--lp-secondary) 0%, var(--lp-primary) 100%);
  color: #fff;
}

.lp-form-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 96px 24px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: start;
}

@media (min-width: 900px) {
  .lp-form-inner {
    grid-template-columns: 1fr 1.05fr;
    gap: 72px;
    padding: 130px 24px;
  }
}

.lp-form-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 800;
  color: #fff;
  margin: 0 0 22px;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.lp-form-sub {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.88);
  margin: 0 0 36px;
  line-height: 1.55;
}

.lp-form-checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.lp-form-checklist li {
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
}

.lp-check {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--lp-cta);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.lp-form-call {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: 28px;
}

.lp-form-call-label {
  display: block;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 6px;
  font-weight: 500;
}

.lp-form-call-number {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(36px, 4.5vw, 56px);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.01em;
  line-height: 1;
}

.lp-form-call-number:hover { color: var(--lp-cta); }

.lp-form-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px 36px;
  box-shadow: var(--lp-shadow-lg);
  color: var(--lp-text);
}

.lp-form-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

.lp-form-field label {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--lp-secondary);
  margin-bottom: 6px;
}

.lp-required { color: var(--lp-cta); }

.lp-form-field input,
.lp-form-field textarea {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: var(--lp-text);
  padding: 12px 14px;
  border: 1.5px solid var(--lp-border);
  border-radius: 8px;
  background: #fff;
  width: 100%;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.lp-form-field input:focus,
.lp-form-field textarea:focus {
  outline: none;
  border-color: var(--lp-primary);
  box-shadow: 0 0 0 3px rgba(43, 143, 217, 0.15);
}

.lp-form-field textarea { resize: vertical; min-height: 80px; }

.lp-form-submit {
  width: 100%;
  margin-top: 8px;
}

.lp-form-disclaimer {
  font-size: 12px;
  color: var(--lp-text-light);
  text-align: center;
  margin: 14px 0 0;
  line-height: 1.4;
}
.lp-form-disclaimer a { color: var(--lp-primary); font-weight: 600; }

.lp-form-status {
  margin-top: 12px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  min-height: 20px;
}
.lp-form-status.lp-form-status-error { color: var(--lp-cta); }
.lp-form-status.lp-form-status-success { color: #1F8B4C; }

/* ============================================================
   Footer
   ============================================================ */

.lp-footer {
  background: var(--lp-secondary);
  color: #fff;
}

.lp-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 56px 24px 32px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

@media (min-width: 700px) {
  .lp-footer-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1000px) {
  .lp-footer-inner {
    grid-template-columns: 1.2fr 1fr 1fr 1fr;
  }
}

.lp-footer-col h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lp-cta);
  margin: 0 0 12px;
}

.lp-footer-col p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 8px;
  line-height: 1.55;
}

.lp-footer-col a {
  color: rgba(255, 255, 255, 0.92);
}
.lp-footer-col a:hover { color: var(--lp-cta); }

.lp-footer-logo {
  background: #fff;
  border-radius: 6px;
  padding: 8px 12px;
  max-height: 56px;
  width: auto;
  margin-bottom: 12px;
}

.lp-footer-tagline {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}

.lp-footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.lp-footer-badges img {
  height: 50px;
  width: auto;
  background: #fff;
  padding: 4px;
  border-radius: 4px;
}

.lp-footer-divider {
  max-width: 1200px;
  margin: 0 auto;
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.lp-footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 24px 32px;
}

.lp-footer-bottom p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  text-align: center;
}

.lp-footer-bottom a {
  color: rgba(255, 255, 255, 0.75);
}

/* ============================================================
   Sticky mobile call button
   ============================================================ */

.lp-sticky-call {
  position: fixed;
  bottom: 12px;
  left: 12px;
  right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--lp-cta);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 14px 20px;
  border-radius: var(--lp-radius-pill);
  box-shadow: 0 8px 24px rgba(255, 122, 0, 0.42);
  z-index: 100;
  text-decoration: none;
}
.lp-sticky-call:hover { color: #fff; background: var(--lp-cta-hover); }

@media (min-width: 640px) {
  .lp-sticky-call { display: none; }
}

/* ============================================================
   Larger viewports adjustments
   ============================================================ */

@media (min-width: 1440px) {
  .lp-section-inner,
  .lp-hero-inner,
  .lp-trust-strip-inner,
  .lp-form-inner,
  .lp-footer-inner,
  .lp-footer-bottom { max-width: 1320px; }
}
