/* Light sections: clean white / light gray (no tan), dark bands stay */

:root {
  --page-bg: #f5f6f8;
  --page-soft: #f8f9fb;
  --page-alt: #eef0f3;
  --card-white: #ffffff;
}

/* Page canvas: cool near-white */
body {
  background-color: #f5f6f8 !important;
  background-image:
    radial-gradient(ellipse 90% 55% at 50% -8%, rgba(255, 255, 255, 0.98), transparent 55%),
    linear-gradient(180deg, #fafbfc 0%, #f5f6f8 50%, #f3f4f6 100%) !important;
  color: #1e293b;
}

/* Header: frosted white */
body .site .header#header,
body header.header#header,
html body .header,
body .header#header.scrolled,
body header.header.scrolled {
  background: rgba(255, 255, 255, 0.94) !important;
  background-color: rgba(255, 255, 255, 0.94) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06) !important;
}

body .header#header .brand-logo .logo-text,
body .header#header .logo-text,
body .header .brand-logo .logo-text,
body .header.scrolled .brand-logo .logo-text {
  color: #0f172a !important;
}

body .header#header .brand-logo .logo-tagline,
body .header#header .logo-tagline,
body .header .brand-logo .logo-tagline,
body .header.scrolled .brand-logo .logo-tagline {
  color: rgba(15, 23, 42, 0.58) !important;
}

body .header#header .nav-menu a,
body .header#header .nav-link,
body .header .nav-menu a,
body .header .nav-link,
body .header.scrolled .nav-menu a,
body .header.scrolled .nav-link,
body .header#header .header-phone,
body .header .header-phone,
body .header.scrolled .header-phone {
  color: #1e293b !important;
}

body .header#header .nav-menu a:hover,
body .header#header .nav-link:hover,
body .header .nav-menu a:hover,
body .header.scrolled .nav-menu a:hover {
  color: #c41e1e !important;
}

body .header#header .brand-logo:hover .logo-text,
body .header .brand-logo:hover .logo-text {
  color: #c41e1e !important;
}

body .header#header .mobile-toggle .line,
body .header .mobile-toggle .line,
body .header.scrolled .mobile-toggle .line {
  background: #0f172a !important;
}

/* Hero image: cover crop, never stretch */
.hero-bg {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
}

.hero-bg img,
.hero-bg .hero-background-image,
.hero-bg img.hero-background-image {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center 42% !important;
  z-index: 0 !important;
}

@media (max-width: 768px) {
  .hero-bg img,
  .hero-bg .hero-background-image,
  .hero-bg img.hero-background-image {
    object-position: center 38% !important;
  }
}

/* Hero overlay: cinematic but photo still readable */
.hero-bg::before,
.light-theme .hero-bg::before,
html:not(.dark-theme) .hero-bg::before,
.dark-theme .hero-bg::before {
  background:
    linear-gradient(
      115deg,
      rgba(15, 23, 42, 0.58) 0%,
      rgba(15, 23, 42, 0.34) 52%,
      rgba(30, 41, 59, 0.2) 100%
    ) !important;
}

.hero-bg::after {
  opacity: 0.08 !important;
  filter: none !important;
}

.home .hero .hero-content {
  text-shadow: 0 1px 18px rgba(15, 23, 42, 0.35);
}

/* Section rhythm: white + light gray */
.section.about {
  background: #f5f6f8 !important;
}

.section.services {
  background: #ffffff !important;
}

.section.testimonials {
  background: #eef0f3 !important;
}

/* Confidence: dark band like the hero, white cards on top */
.section.confidence {
  background:
    linear-gradient(
      125deg,
      #0f172a 0%,
      #15233d 55%,
      #0b1220 100%
    ) !important;
  color: #e2e8f0 !important;
}

.section.confidence .section-title {
  color: #ffffff !important;
}

.section.confidence .section-subtitle {
  color: rgba(226, 232, 240, 0.82) !important;
}

.section.contact {
  background: #f8f9fb !important;
}

.trust-bar {
  background: #ffffff !important;
  border-top: 1px solid rgba(15, 23, 42, 0.05);
  border-bottom: 1px solid rgba(15, 23, 42, 0.05);
}

/* Area band: dark cinematic panel (pairs with hero) */
.area-band {
  background:
    linear-gradient(
      115deg,
      #0f172a 0%,
      #15233d 48%,
      #111827 100%
    ) !important;
  color: #e2e8f0 !important;
  padding: 3.5rem 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
}

.area-band-kicker {
  color: #fca5a5 !important;
}

.area-band-title {
  color: #ffffff !important;
}

.area-band-text {
  color: #cbd5e1 !important;
}

.area-band-list li {
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  color: #f1f5f9 !important;
  box-shadow: none !important;
}

.service-card {
  background: #f8f9fb !important;
  border-color: rgba(15, 23, 42, 0.06) !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.035) !important;
}

.section.confidence .confidence-card {
  background: rgba(255, 255, 255, 0.97) !important;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
}

.section.confidence .confidence-card h3 {
  color: #0f172a !important;
}

.section.confidence .confidence-card p {
  color: #475569 !important;
}

.reviews-slide .testimonial-content,
.section.testimonials .testimonial-content {
  background: #ffffff !important;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.hero-form-container {
  background: #ffffff !important;
}

.cta::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.1)) !important;
}

.site-footer,
footer#colophon,
footer.site-footer {
  background: #0f172a !important;
}

.section-rail {
  background: rgba(255, 255, 255, 0.92) !important;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

/* FAQ: plain list for SEO/AEO (visible Q&A matches schema) */
.section.faq {
  background: #f5f6f8 !important;
  padding-top: 4.25rem;
  padding-bottom: 4.25rem;
}

.faq-list {
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  gap: 0.75rem;
}

.faq-item {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 0.75rem;
  padding: 0.85rem 1.1rem;
}

.faq-question {
  cursor: pointer;
  font-weight: 700;
  color: #0f172a;
  list-style: none;
}

.faq-question::-webkit-details-marker {
  display: none;
}

.faq-answer {
  margin: 0.65rem 0 0.15rem;
  color: #475569;
  line-height: 1.6;
}
