/* ============================================================
   FonePro — Static & Info Pages (About, FAQ, Legal)
   Shared stylesheet
   ============================================================ */

/* ── Section layout ── */
.fp-info-section {
  padding: 72px 0;
}
.fp-info-section--alt {
  background: #f9fafb;
}
.fp-info-section-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #10b981;
  margin-bottom: 10px;
}
.fp-info-section-title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: #111;
  margin: 0 0 16px;
}
.fp-info-section-sub {
  font-size: 1rem;
  color: #6b7280;
  max-width: 600px;
  line-height: 1.75;
  margin: 0 0 40px;
}

/* ── About: stat cards ── */
.fp-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.fp-stat-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 28px 24px;
  text-align: center;
}
.fp-stat-number {
  font-size: 2.25rem;
  font-weight: 900;
  color: #10b981;
  line-height: 1;
  margin-bottom: 6px;
}
.fp-stat-label {
  font-size: 0.875rem;
  color: #6b7280;
  font-weight: 500;
}

/* ── About: value cards ── */
.fp-value-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 28px 24px;
  height: 100%;
  transition:
    box-shadow 0.2s,
    border-color 0.2s;
}
.fp-value-card:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  border-color: #d1fae5;
}
.fp-value-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #d1fae5, #bbf7d0);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.375rem;
  color: #065f46;
  margin-bottom: 16px;
}
.fp-value-title {
  font-size: 1rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 8px;
}
.fp-value-desc {
  font-size: 0.9rem;
  color: #6b7280;
  line-height: 1.7;
  margin: 0;
}

/* ── About: team card ── */
.fp-team-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 28px 24px;
  text-align: center;
}
.fp-team-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d1fae5, #6ee7b7);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  margin: 0 auto 14px;
  color: #065f46;
}
.fp-team-name {
  font-size: 1rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 4px;
}
.fp-team-role {
  font-size: 0.875rem;
  color: #10b981;
  font-weight: 600;
  margin-bottom: 8px;
}
.fp-team-bio {
  font-size: 0.85rem;
  color: #6b7280;
  line-height: 1.65;
  margin: 0;
}

/* ── FAQ ── */
.fp-faq-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 36px;
}
.fp-faq-cat-btn {
  padding: 7px 18px;
  border-radius: 99px;
  border: 1.5px solid #e5e7eb;
  background: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.15s;
}
.fp-faq-cat-btn:hover,
.fp-faq-cat-btn.active {
  background: #10b981;
  border-color: #10b981;
  color: #fff;
}
.fp-faq-group {
  display: none;
}
.fp-faq-group.active {
  display: block;
}

.fp-faq-accordion .accordion-item {
  border: 1.5px solid #e5e7eb;
  border-radius: 12px !important;
  margin-bottom: 10px;
  overflow: hidden;
}
.fp-faq-accordion .accordion-button {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #111;
  background: #fff;
  padding: 18px 20px;
  box-shadow: none;
}
.fp-faq-accordion .accordion-button:not(.collapsed) {
  color: #10b981;
  background: #ecfdf5;
  box-shadow: none;
}
.fp-faq-accordion .accordion-button::after {
  filter: none;
}
.fp-faq-accordion .accordion-button:not(.collapsed)::after {
  filter: invert(48%) sepia(80%) saturate(400%) hue-rotate(115deg);
}
.fp-faq-accordion .accordion-body {
  font-size: 0.9rem;
  color: #6b7280;
  line-height: 1.75;
  padding: 4px 20px 20px;
  background: #fff;
}

/* ── Legal (Privacy, Terms, Cookie) ── */
.fp-legal-body {
  padding: 56px 0 80px;
}
.fp-legal-meta {
  font-size: 0.8125rem;
  color: #9ca3af;
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid #f3f4f6;
}
.fp-legal-toc {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px 28px;
  margin-bottom: 48px;
}
.fp-legal-toc-title {
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #9ca3af;
  margin-bottom: 14px;
}
.fp-legal-toc ol {
  margin: 0;
  padding-left: 20px;
}
.fp-legal-toc li {
  margin-bottom: 6px;
}
.fp-legal-toc a {
  font-size: 0.875rem;
  color: #10b981;
  text-decoration: none;
  font-weight: 500;
}
.fp-legal-toc a:hover {
  text-decoration: underline;
}
.fp-legal-section {
  margin-bottom: 48px;
  scroll-margin-top: 100px;
}
.fp-legal-section h2 {
  font-size: 1.25rem;
  font-weight: 800;
  color: #111;
  margin: 0 0 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f3f4f6;
}
.fp-legal-section h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #374151;
  margin: 20px 0 10px;
}
.fp-legal-section p,
.fp-legal-section li {
  font-size: 0.9375rem;
  color: #4b5563;
  line-height: 1.8;
}
.fp-legal-section ul,
.fp-legal-section ol {
  padding-left: 22px;
  margin-bottom: 16px;
}
.fp-legal-section li {
  margin-bottom: 6px;
}
.fp-legal-section a {
  color: #10b981;
}
.fp-legal-highlight {
  background: #ecfdf5;
  border-left: 3px solid #10b981;
  padding: 14px 18px;
  border-radius: 0 8px 8px 0;
  margin: 20px 0;
  font-size: 0.9rem;
  color: #374151;
  line-height: 1.7;
}

/* ── Cookie table ── */
.fp-cookie-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
  margin: 16px 0 24px;
}
.fp-cookie-table th {
  background: #f9fafb;
  padding: 10px 14px;
  text-align: left;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #9ca3af;
  border-bottom: 2px solid #e5e7eb;
}
.fp-cookie-table td {
  padding: 12px 14px;
  border-bottom: 1px solid #f3f4f6;
  color: #4b5563;
  vertical-align: top;
}
.fp-cookie-table tr:last-child td {
  border-bottom: none;
}

/* ── Responsive ── */
@media (max-width: 767px) {
  .fp-stat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .fp-page-hero {
    padding: 28px 0 22px;
  }
  .fp-info-section {
    padding: 48px 0;
  }
  .fp-legal-body {
    padding: 40px 0 60px;
  }
  .fp-cookie-table {
    display: block;
    overflow-x: auto;
  }
}

/* ============================================================
   FAQ Hub — Professional two-column layout
   ============================================================ */

/* ── Outer layout wrapper ── */
.fp-faq-layout {
  padding: 56px 0 80px;
  background: #f9fafb;
}

/* ── Sticky sidebar ── */
.fp-faq-sidebar {
  position: sticky;
  top: 90px;
}
.fp-faq-sidebar-label {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9ca3af;
  margin-bottom: 12px;
  padding-left: 4px;
}
.fp-faq-nav {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.fp-faq-nav-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  color: #6b7280;
  transition: all 0.15s;
  border-left: 3px solid transparent;
}
.fp-faq-nav-link i {
  font-size: 14px;
  color: #9ca3af;
  flex-shrink: 0;
  transition: color 0.15s;
  width: 16px;
  text-align: center;
}
.fp-faq-nav-link span {
  flex: 1;
}
.fp-faq-nav-link em {
  font-style: normal;
  font-size: 0.6875rem;
  font-weight: 700;
  color: #d1d5db;
  background: #f3f4f6;
  border-radius: 999px;
  padding: 2px 8px;
  min-width: 24px;
  text-align: center;
  transition: all 0.15s;
}
.fp-faq-nav-link:hover {
  color: #111;
  background: #fff;
  border-left-color: #d1d5db;
}
.fp-faq-nav-link:hover i {
  color: #374151;
}
.fp-faq-nav-link.active {
  color: #10b981;
  background: rgba(16, 185, 129, 0.06);
  border-left-color: #10b981;
  font-weight: 600;
}
.fp-faq-nav-link.active i {
  color: #10b981;
}
.fp-faq-nav-link.active em {
  background: rgba(16, 185, 129, 0.12);
  color: #10b981;
}

/* Sidebar CTA */
.fp-faq-sidebar-cta {
  margin-top: 28px;
  padding: 18px 16px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
}
.fp-faq-sidebar-cta p {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #374151;
  margin: 0 0 10px;
}
.fp-faq-sidebar-cta a {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.8125rem;
  font-weight: 600;
  text-decoration: none;
  padding: 9px 14px;
  border-radius: 8px;
  background: #10b981;
  color: #fff;
  margin-bottom: 8px;
  transition: background 0.15s;
}
.fp-faq-sidebar-cta a:hover {
  background: #059669;
  color: #fff;
}
.fp-faq-sidebar-tel {
  background: #f9fafb !important;
  color: #374151 !important;
  border: 1px solid #e5e7eb;
  margin-bottom: 0 !important;
}
.fp-faq-sidebar-tel:hover {
  border-color: #10b981 !important;
  color: #10b981 !important;
  background: #fff !important;
}

/* ── Mobile topic chips ── */
.fp-faq-mobile-nav {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 20px 0 4px;
  margin-bottom: 28px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.fp-faq-mobile-nav::-webkit-scrollbar {
  display: none;
}
.fp-faq-mobile-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: #fff;
  border: 1.5px solid #e5e7eb;
  border-radius: 8px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #374151;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: all 0.15s;
}
.fp-faq-mobile-chip i {
  font-size: 13px;
  color: #9ca3af;
}
.fp-faq-mobile-chip span {
  font-size: 0.6875rem;
  font-weight: 700;
  color: #9ca3af;
  background: #f3f4f6;
  border-radius: 999px;
  padding: 1px 6px;
}
.fp-faq-mobile-chip:hover {
  border-color: #10b981;
  color: #10b981;
}

/* ── Content area ── */
.fp-faq-content {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* ── Individual FAQ section ── */
.fp-faq-section {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 16px;
  scroll-margin-top: 100px;
}
.fp-faq-section:last-of-type {
  margin-bottom: 0;
}

/* Section header */
.fp-faq-section-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f3f4f6;
}
.fp-faq-section-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(16, 185, 129, 0.08);
  color: #10b981;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.fp-faq-section-meta h2 {
  font-size: 1rem;
  font-weight: 700;
  color: #111;
  margin: 0 0 2px;
  letter-spacing: -0.01em;
}
.fp-faq-section-meta span {
  font-size: 0.8125rem;
  color: #9ca3af;
  font-weight: 500;
}

/* Category label within a section */
.fp-faq-cat-label {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #10b981;
  margin: 20px 0 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.fp-faq-cat-label::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #f3f4f6;
}

/* ── Accordion ── */
.fp-faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.fp-faq-item {
  border: 1px solid #f3f4f6 !important;
  border-radius: 10px !important;
  overflow: hidden;
  background: #fafafa;
  transition:
    border-color 0.15s,
    background 0.15s;
}
.fp-faq-item:hover {
  border-color: #e5e7eb !important;
  background: #fff;
}
.fp-faq-btn {
  font-size: 0.9rem;
  font-weight: 600;
  color: #1f2937;
  background: transparent;
  padding: 16px 18px;
  box-shadow: none !important;
  line-height: 1.45;
}
.fp-faq-btn:not(.collapsed) {
  color: #10b981;
  background: transparent;
  border-bottom: 1px solid #f3f4f6;
}
.fp-faq-btn:not(.collapsed)::after {
  filter: invert(48%) sepia(79%) saturate(456%) hue-rotate(115deg)
    brightness(97%) contrast(87%);
}
.fp-faq-btn.collapsed::after {
  opacity: 0.45;
}
.fp-faq-body {
  font-size: 0.875rem;
  color: #4b5563;
  line-height: 1.8;
  padding: 14px 18px 18px;
  background: #fff;
}
.fp-faq-body a {
  color: #10b981;
  font-weight: 500;
}
.fp-faq-body a:hover {
  color: #059669;
}
.fp-faq-body strong {
  color: #111;
  font-weight: 600;
}

/* ── Bottom CTA (inside content col) ── */
.fp-faq-bottom-cta {
  background: linear-gradient(135deg, #0d0d0d 0%, #111 60%, #0d1a12 100%);
  border-radius: 16px;
  padding: 40px 36px;
  text-align: center;
  margin-top: 16px;
}
.fp-faq-bottom-cta-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(16, 185, 129, 0.15);
  color: #10b981;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.fp-faq-bottom-cta h3 {
  font-size: 1.125rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
}
.fp-faq-bottom-cta p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 24px;
}
.fp-faq-bottom-cta-btns {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}
.fp-faq-cta-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #10b981;
  color: #fff;
  font-weight: 700;
  padding: 11px 22px;
  border-radius: 9px;
  text-decoration: none;
  font-size: 0.875rem;
  transition: background 0.15s;
}
.fp-faq-cta-btn-primary:hover {
  background: #059669;
  color: #fff;
}
.fp-faq-cta-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
  padding: 11px 20px;
  border-radius: 9px;
  text-decoration: none;
  font-size: 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: all 0.15s;
}
.fp-faq-cta-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}

/* ── Responsive ── */
@media (max-width: 991px) {
  .fp-faq-layout {
    padding: 32px 0 56px;
  }
  .fp-faq-section {
    padding: 24px 20px;
  }
  .fp-faq-bottom-cta {
    padding: 32px 24px;
  }
}
@media (max-width: 767px) {
  .fp-faq-layout {
    padding: 0 0 48px;
    background: #fff;
  }
  .fp-faq-section {
    border-radius: 12px;
    padding: 20px 16px;
    margin-bottom: 12px;
  }
  .fp-faq-bottom-cta {
    border-radius: 12px;
    margin-top: 12px;
    padding: 28px 20px;
  }
  .fp-faq-bottom-cta-btns {
    flex-direction: column;
  }
  .fp-faq-cta-btn-primary,
  .fp-faq-cta-btn-ghost {
    justify-content: center;
  }
  .fp-faq-btn {
    font-size: 0.875rem;
    padding: 14px 16px;
  }
  .fp-faq-section-head {
    margin-bottom: 20px;
    padding-bottom: 16px;
  }
}

/* ════════════════════════════════════════════════════════════
   REVIEWS PAGE  —  /reviews
   ════════════════════════════════════════════════════════════ */

/* ── Rating overview panel ────────────────────────────────── */
.fp-rating-panel {
  background: #f8fafc;
  border-bottom: 1px solid #e5e7eb;
  padding: 28px 0;
}
.fp-rating-card {
  display: flex;
  align-items: stretch;
  gap: 0;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 1px 8px rgba(0,0,0,.05);
}

/* Vertical dividers between columns */
.fp-rating-divider {
  width: 1px;
  background: #e5e7eb;
  flex-shrink: 0;
}

/* ── Column 1: Score ──────────────────────────────────────── */
.fp-rating-score-col {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 28px;
}
.fp-rating-score-row {
  display: flex;
  align-items: center;
  gap: 14px;
}
.fp-rating-number {
  font-size: 3rem;
  font-weight: 900;
  color: #111827;
  line-height: 1;
  letter-spacing: -1px;
  flex-shrink: 0;
}
.fp-rating-score-meta {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.fp-rating-stars {
  color: #fbbf24;
  font-size: 0.9rem;
  display: flex;
  gap: 2px;
}
.fp-rating-label {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #111827;
}
.fp-rating-source {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.72rem;
  color: #6b7280;
  font-weight: 500;
}

/* ── Column 2: Location breakdown ────────────────────────── */
.fp-rating-locations-col {
  flex: 1;
  padding: 16px 22px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.fp-rating-locations-label {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .6px;
  color: #9ca3af;
  margin-bottom: 4px;
}
.fp-rating-location-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 8px;
  border-radius: 10px;
  text-decoration: none;
  transition: background .15s;
  border: 1px solid transparent;
}
.fp-rating-location-row:hover {
  background: #f8fafc;
  border-color: #e5e7eb;
}
.fp-rating-loc-pin {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #ecfdf5;
  border: 1.5px solid #bbf7d0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.fp-rating-loc-pin .bi { font-size: 11px; color: #10b981; }
.fp-rating-loc-info { flex: 1; min-width: 0; }
.fp-rating-loc-name {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  color: #111827;
}
.fp-rating-loc-addr {
  display: block;
  font-size: 0.7rem;
  color: #9ca3af;
}
.fp-rating-loc-score {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
}
.fp-rating-loc-num {
  font-size: 0.9375rem;
  font-weight: 800;
  color: #111827;
}
.fp-rating-loc-stars {
  display: flex;
  gap: 1px;
  color: #fbbf24;
  font-size: 10px;
}
.fp-rating-loc-count {
  font-size: 0.7rem;
  color: #6b7280;
  white-space: nowrap;
}
.fp-rating-loc-ext {
  font-size: 11px;
  color: #d1d5db;
  flex-shrink: 0;
  transition: color .15s;
}
.fp-rating-location-row:hover .fp-rating-loc-ext { color: #10b981; }

/* ── Column 3: CTAs ───────────────────────────────────────── */
.fp-rating-cta-col {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 8px;
  padding: 20px 24px;
}
.fp-rating-book-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 10px 18px;
  background: #10b981;
  border-radius: 9px;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  transition: background .18s;
}
.fp-rating-book-btn:hover {
  background: #059669;
  color: #fff;
}
.fp-rating-google-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 10px 18px;
  background: #fff;
  border: 1.5px solid #e5e7eb;
  border-radius: 9px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #374151;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color .18s, box-shadow .18s;
}
.fp-rating-google-btn:hover {
  border-color: #4285F4;
  box-shadow: 0 0 0 3px rgba(66,133,244,.1);
  color: #374151;
}

/* ── Filter chips ─────────────────────────────────────────── */
.fp-reviews-grid-section {
  background: #f8fafc;
  padding: 48px 0 80px;
}
.fp-reviews-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}
.fp-reviews-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 16px;
  background: #fff;
  border: 1.5px solid #e5e7eb;
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #374151;
  cursor: pointer;
  transition: all 0.18s;
}
.fp-reviews-chip span {
  background: #f3f4f6;
  border-radius: 999px;
  padding: 1px 8px;
  font-size: 0.72rem;
  color: #6b7280;
}
.fp-reviews-chip:hover,
.fp-reviews-chip.active {
  border-color: #10b981;
  background: #10b981;
  color: #fff;
  box-shadow: 0 2px 8px rgba(16, 185, 129, 0.25);
}
.fp-reviews-chip.active span,
.fp-reviews-chip:hover span {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
}

/* ── Review card ──────────────────────────────────────────── */
.fp-review-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition:
    box-shadow 0.2s,
    transform 0.2s,
    border-color 0.2s;
}
.fp-review-card:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.07);
  transform: translateY(-3px);
  border-color: #d1fae5;
}
.fp-review-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.fp-review-stars {
  display: flex;
  gap: 2px;
  color: #fbbf24;
  font-size: 13px;
}
.fp-review-source-google {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.72rem;
  font-weight: 600;
  color: #5f6368;
}
.fp-review-source-verified {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.72rem;
  font-weight: 600;
  color: #10b981;
}
.fp-review-body {
  font-size: 0.9375rem;
  color: #374151;
  line-height: 1.7;
  flex: 1;
  margin: 0 0 20px;
  border: none;
  padding: 0;
  font-style: normal;
  position: relative;
}
.fp-review-body::before {
  content: "\201C";
  font-size: 3rem;
  color: #d1fae5;
  font-family: Georgia, serif;
  line-height: 1;
  position: absolute;
  top: -10px;
  left: -4px;
}
.fp-review-body-text {
  position: relative;
  z-index: 1;
  padding-left: 20px;
}
.fp-review-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid #f3f4f6;
}
.fp-review-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  letter-spacing: 0.5px;
}
.fp-review-name {
  font-size: 0.9rem;
  font-weight: 700;
  color: #111827;
}
.fp-review-service {
  font-size: 0.775rem;
  color: #6b7280;
  margin-top: 2px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.fp-review-service .bi {
  font-size: 10px;
}
.fp-review-location {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.72rem;
  font-weight: 600;
  color: #10b981;
  margin-top: 3px;
  background: #ecfdf5;
  border: 1px solid #bbf7d0;
  border-radius: 999px;
  padding: 1px 8px 1px 5px;
}
.fp-review-location .bi { font-size: 10px; }
.fp-review-location--mail {
  color: #6b7280;
  background: #f9fafb;
  border-color: #e5e7eb;
}

/* ── Empty state ──────────────────────────────────────────── */
.fp-reviews-empty {
  text-align: center;
  padding: 60px 24px;
  color: #9ca3af;
}
.fp-reviews-empty .bi {
  font-size: 44px;
  display: block;
  margin-bottom: 16px;
  opacity: 0.4;
}
.fp-reviews-empty p {
  color: #6b7280;
  margin-bottom: 16px;
}

/* ── Write-a-review section ───────────────────────────────── */
.fp-reviews-write-section {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  padding: 80px 0;
  text-align: center;
}
.fp-reviews-write-inner {
  max-width: 520px;
  margin: 0 auto;
}
.fp-reviews-write-stars {
  font-size: 2rem;
  color: #fbbf24;
  letter-spacing: 4px;
  margin-bottom: 20px;
}
.fp-reviews-write-section h2 {
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 12px;
}
.fp-reviews-write-section p {
  color: #94a3b8;
  font-size: 1rem;
  line-height: 1.65;
  margin-bottom: 28px;
}
.fp-write-google-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: #fff;
  border-radius: 12px;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #374151;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  transition:
    transform 0.15s,
    box-shadow 0.15s;
}
.fp-write-google-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  color: #374151;
}

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 767px) {
  .fp-rating-card {
    flex-direction: column;
    border-radius: 12px;
  }
  .fp-rating-divider {
    width: auto;
    height: 1px;
  }
  .fp-rating-score-col,
  .fp-rating-locations-col,
  .fp-rating-cta-col {
    width: 100%;
    padding: 18px 20px;
  }
  .fp-rating-cta-col {
    flex-direction: row;
    gap: 10px;
  }
  .fp-rating-book-btn,
  .fp-rating-google-btn {
    flex: 1;
    font-size: 0.8rem;
    padding: 10px 12px;
  }
  .fp-reviews-grid-section {
    padding: 32px 0 56px;
  }
  .fp-reviews-write-section {
    padding: 60px 0;
  }
  .fp-reviews-write-section h2 {
    font-size: 1.625rem;
  }
  .fp-write-google-btn {
    padding: 13px 22px;
    font-size: 0.875rem;
  }
}
