/* Local Services landing page — Google LSA traffic
   Scoped styles: gold accent + Carolina Panthers navy, mobile-first. */

:root {
  --accent: #C49A2A;
  --accent-dark: #A8821F;
}

/* HEADER */
.adl-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 24px;
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
}

.adl-header-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.adl-header-logo {
  height: 36px;
  width: auto;
  border-radius: 4px;
}

.adl-header-brand {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #0D2137;
}

.adl-header-phone a {
  color: #0D2137;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transition: color 0.2s;
}

.adl-header-phone a:hover {
  color: #C49A2A;
}

/* HERO */
.adl-hero {
  background: #0D2137;
  color: #fff;
  padding: 48px 24px 40px;
  text-align: center;
}

.adl-hero h1 {
  font-size: clamp(28px, 5vw, 48px);
  font-weight: 800;
  color: #fff;
  letter-spacing: -1px;
  margin-bottom: 12px;
  line-height: 1.1;
}

.adl-hero-sub {
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  margin-bottom: 24px;
}

.adl-trust-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.adl-trust-chip {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 20px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 500;
}

/* FORM SECTION */
.adl-form-section {
  background: #f9fafb;
  padding: 40px 24px;
}

.adl-form-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 32px;
  max-width: 560px;
  margin: 0 auto;
}

.adl-form-label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #C49A2A;
  font-weight: 700;
  margin-bottom: 16px;
}

.adl-form-card .quote-form-wrap {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  max-width: 100%;
  box-shadow: none;
}

.adl-form-card .qf-field input,
.adl-form-card .qf-field select,
.adl-form-card .qf-field textarea {
  background: #f9fafb;
  border: 1.5px solid #d1d5db;
  color: #111827;
}

.adl-form-card .qf-field input:focus,
.adl-form-card .qf-field select:focus,
.adl-form-card .qf-field textarea:focus {
  border-color: #C49A2A;
}

.adl-form-card .qf-field label {
  color: #374151;
}

.adl-form-card .qf-field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23C49A2A' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

.adl-form-card .qf-field select option {
  background: #fff;
  color: #111827;
}

.adl-btn-cta {
  padding: 20px 36px;
  font-size: 19px;
  letter-spacing: 0.2px;
}

.adl-btn-cta:focus-visible {
  outline: 3px solid #ddb840;
  outline-offset: 3px;
}

.adl-btn-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(196, 154, 42, 0.35);
}

.adl-urgency {
  margin-top: 12px;
  font-size: 13px;
  color: #6b7280;
  text-align: center;
}

.adl-form-card .qf-success-msg {
  color: #111827;
}

/* PHONES STRIP */
.adl-phones {
  background: #0D2137;
  padding: 32px 24px;
  text-align: center;
}

.adl-phones h2 {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.adl-phone-rows {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.adl-phone-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.adl-phone-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
}

.adl-phones a {
  color: #C49A2A;
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: 22px;
  text-decoration: none;
  transition: color 0.2s;
}

.adl-phones a:hover {
  color: #ddb840;
}

/* FOOTER */
.adl-footer {
  background: #0D2137;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
  text-align: center;
  padding: 20px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* FLOATING CLICK-TO-CALL + SMS WIDGET */
.adl-fab-stack {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.adl-fab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s, background 0.2s;
}

.adl-fab:hover {
  transform: scale(1.06);
}

.adl-fab:active {
  transform: scale(0.98);
}

.adl-fab-call {
  background: #C49A2A;
  color: #0D2137;
}

.adl-fab-call:hover,
.adl-fab-call:active {
  background: #A8821F;
}

.adl-fab-sms {
  background: #0D2137;
  color: #C49A2A;
}

.adl-fab-sms:hover,
.adl-fab-sms:active {
  background: #163355;
}

/* ── Page-specific selectors ── */

/* Two giant click-to-call CTAs under the H1 */
.ls-call-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 28px auto 0;
  max-width: 420px;
}

.ls-call-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 22px 18px;
  background: #C49A2A;
  color: #0D2137;
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: 20px;
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
  box-shadow: 0 4px 14px rgba(196, 154, 42, 0.3);
}

.ls-call-btn:hover {
  background: #A8821F;
  transform: translateY(-2px);
}

.ls-call-btn:active {
  transform: scale(0.99);
}

.ls-call-btn.secondary {
  background: #163355;
  color: #C49A2A;
}

.ls-call-btn.secondary:hover {
  background: #0D2137;
}

/* Service-area strip between hero and form */
.ls-service-area {
  text-align: center;
  color: rgba(255, 255, 255, 0.85);
  padding: 18px 24px;
  background: #0D2137;
  font-size: 14px;
  font-family: 'DM Sans', sans-serif;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 640px) {
  .adl-fab-stack {
    bottom: 16px;
    right: 16px;
    gap: 10px;
  }

  .adl-fab {
    width: 52px;
    height: 52px;
  }

  .adl-form-card {
    padding: 20px 18px;
  }

  .adl-form-card .qf-row-2 {
    flex-direction: column;
  }

  /* Larger tap targets on mobile — font-size 16px prevents iOS zoom */
  .adl-form-card .qf-field input,
  .adl-form-card .qf-field select {
    padding: 16px 14px;
    font-size: 16px;
  }

  /* Bigger call-to-call CTAs on smallest screens */
  .ls-call-btn {
    padding: 24px 18px;
    font-size: 19px;
  }
}

@media (min-width: 640px) {
  .adl-form-card {
    padding: 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .adl-fab {
    transition: background 0.2s;
  }

  .adl-fab:hover {
    transform: none;
  }

  .ls-call-btn {
    transition: background 0.2s;
  }

  .ls-call-btn:hover {
    transform: none;
  }
}
