.fc-glass {
  background: rgba(18, 26, 43, 0.75);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

/* Get-a-quote hero — readable on photo background */
.fc-quote-page-hero {
  background: #0a0f1a;
}

.fc-quote-page-hero__bg {
  opacity: 0.42;
}

.fc-quote-page-hero__shade {
  background:
    radial-gradient(ellipse 90% 80% at 50% 0%, rgba(24, 145, 237, 0.22), transparent 55%),
    linear-gradient(180deg, rgba(10, 15, 26, 0.72) 0%, rgba(10, 15, 26, 0.94) 55%, #0a0f1a 100%);
}

.fc-quote-page-hero__title {
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.55);
}

.fc-quote-page-hero__sub {
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.45);
}

.fc-quote-page-hero__kicker {
  color: #e8d5a3;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

/* Light theme */
[data-fc-theme='light'] .fc-quote-page .fc-quote-page-hero {
  background: #e8f1fb;
  border-bottom-color: rgba(15, 23, 42, 0.08);
}

[data-fc-theme='light'] .fc-quote-page .fc-quote-page-hero__shade {
  background:
    radial-gradient(ellipse 90% 70% at 50% -20%, rgba(24, 145, 237, 0.18), transparent 60%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(241, 245, 249, 0.96) 100%);
}

[data-fc-theme='light'] .fc-quote-page .fc-quote-page-hero__title {
  color: #0f172a;
  text-shadow: none;
}

[data-fc-theme='light'] .fc-quote-page .fc-quote-page-hero__sub {
  color: #334155;
  text-shadow: none;
}

[data-fc-theme='light'] .fc-quote-page .fc-quote-page-hero__kicker {
  color: #8b6914;
  background: rgba(201, 169, 98, 0.18);
  border-color: rgba(201, 169, 98, 0.45);
}
