/* ============================================================
   FD Express — Home V2 SEO & E-E-A-T Enhancement Styles
   Font: Nunito (display + body)
   ============================================================ */

:root {
  --font-display: 'Nunito', sans-serif;
  --font-body: 'Nunito', sans-serif;
}

body { font-family: var(--font-body); }
h1,h2,h3,h4,h5 { font-family: var(--font-display); }

/* ---- TRUST BADGES ---- */
.trust-badges {
  display: flex; gap: 10px; flex-wrap: wrap;
  margin: 20px 0;
}
.trust-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.25);
  color: rgba(255,255,255,.9);
  padding: 5px 12px; border-radius: 99px;
  font-size: .78rem; font-weight: 500;
  backdrop-filter: blur(6px);
}

/* ---- HERO CTA GROUP ---- */
.hero-cta-group {
  display: flex; gap: 14px; flex-wrap: wrap;
  margin: 10px 0 24px;
}
.btn-outline-white {
  background: rgba(255,255,255,.12);
  color: white;
  border: 2px solid rgba(255,255,255,.35);
}
.btn-outline-white:hover {
  background: rgba(255,255,255,.22);
  border-color: rgba(255,255,255,.55);
}

/* ---- SERVICE FEATURES ---- */
.service-features {
  list-style: none; padding: 0; margin: 12px 0 0;
  display: flex; flex-direction: column; gap: 4px;
  font-size: .82rem; color: var(--gray-500);
  pointer-events: none;
}
.service-card.featured .service-features { color: var(--blue-700); }

/* ---- E-E-A-T SECTION ---- */
.eeat-section { background: var(--gray-50); }
.eeat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px; margin-top: 20px;
}
.eeat-card {
  background: white;
  border: 1px solid var(--gray-200);
  border-radius: 16px;
  padding: 28px 24px;
  transition: box-shadow .2s, transform .2s;
}
.eeat-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,.08);
  transform: translateY(-2px);
}
.eeat-icon {
  font-size: 2rem; margin-bottom: 12px;
  display: block;
}
.eeat-card h3 {
  font-size: 1.05rem; font-weight: 700;
  color: var(--gray-900); margin-bottom: 10px;
}
.eeat-card p {
  font-size: .88rem; color: var(--gray-600);
  line-height: 1.7; margin-bottom: 14px;
}
.eeat-list {
  list-style: none; padding: 0;
  display: flex; flex-direction: column; gap: 5px;
  font-size: .83rem; color: var(--gray-700);
}
.eeat-list li { display: flex; align-items: center; gap: 6px; }

/* Performance stats inside eeat card */
.perf-stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 12px; margin-top: 14px;
}
.perf-stat { text-align: center; }
.perf-num {
  display: block; font-size: 1.2rem; font-weight: 800;
  color: var(--blue-700); font-family: var(--font-display);
}
.perf-lbl { font-size: .72rem; color: var(--gray-500); margin-top: 2px; display: block; }

/* ---- REVIEWS AGGREGATE ---- */
.reviews-summary {
  text-align: center; margin-top: 32px;
  display: flex; flex-direction: column; align-items: center;
}
.aggregate-score {
  display: flex; align-items: center; gap: 16px;
  background: var(--gray-50); border: 1px solid var(--gray-200);
  border-radius: 16px; padding: 20px 28px;
}
.agg-num {
  font-size: 3rem; font-weight: 800; color: var(--gray-900);
  font-family: var(--font-display); line-height: 1;
}
.agg-stars { font-size: 1.3rem; color: #f59e0b; }
.agg-count { font-size: .83rem; color: var(--gray-500); margin-top: 4px; }

/* ---- CTA ACTIONS ---- */
.cta-actions {
  display: flex; gap: 14px; justify-content: center;
  flex-wrap: wrap; margin-top: 24px;
}

/* ---- SCREEN READER ONLY ---- */
.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* ---- BREADCRUMB ---- */
.breadcrumb {
  display: flex; align-items: center; gap: 6px;
  font-size: .82rem; color: var(--gray-500);
  padding: 8px 0; list-style: none;
}
.breadcrumb li + li::before { content: '›'; margin-right: 6px; }
.breadcrumb a { color: var(--blue-600); text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }

/* ---- STRUCTURED DATA VISIBLE SIGNAL ---- */
.schema-author {
  display: flex; align-items: center; gap: 8px;
  font-size: .82rem; color: var(--gray-500);
  margin-top: 8px;
}
.schema-author img {
  width: 28px; height: 28px; border-radius: 50%;
  object-fit: cover;
}

/* ---- FOOTER TRUST BADGES ---- */
.footer-trust {
  display: flex; gap: 8px; flex-wrap: wrap;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 768px) {
  .eeat-grid { grid-template-columns: 1fr; }
  .perf-stats { grid-template-columns: repeat(3, 1fr); }
  .trust-badges { gap: 7px; }
  .trust-badge { font-size: .72rem; padding: 4px 9px; }
  .aggregate-score { flex-direction: column; text-align: center; }
  .hero-cta-group { flex-direction: column; }
}

/* ---- HERO VISUAL / LCP IMAGE ---- */
.hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.hero-img {
  width: 100%;
  max-width: 520px;
  height: auto;
  object-fit: contain;
  border-radius: 20px;
  filter: drop-shadow(0 20px 60px rgba(0,0,0,.25));
}
@media (max-width: 900px) {
  .hero-visual { display: none; }
}

/* ---- SERVICE IMG ---- */
.service-img {
  width: 64px; height: 64px;
  object-fit: contain;
  margin-bottom: 8px;
  border-radius: 12px;
}