/* FAQ page styles scoped to main.faq-page */

.faq-page {
  --faq-text: #111827;
  --faq-muted: #4b5563;
  --faq-navy: #162435;
  --faq-gold: #ab874b;
  --faq-bg: #f3f4f6;
  --faq-surface: #ffffff;
  --faq-line: #e5e7eb;
  --faq-shadow-soft: 0 14px 38px rgba(15, 23, 42, 0.08);

  background-color: var(--faq-bg);
  background-image:
    radial-gradient(circle at 12% 12%, rgba(171, 135, 75, 0.12), transparent 52%),
    radial-gradient(circle at 88% 10%, rgba(22, 36, 53, 0.08), transparent 45%),
    repeating-linear-gradient(135deg, rgba(22, 36, 53, 0.03), rgba(22, 36, 53, 0.03) 1px, transparent 1px, transparent 12px);
  background-size: auto, auto, 240px 240px;
  color: var(--faq-text);
}

.faq-page p { margin: 0; }

/* Reuse your section heading pattern */
.faq-page .section-header {
  text-align: center;
  margin-bottom: 32px;
}

.faq-page .section-header--centered {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.faq-page .ov-heading {
  display: flex;
  align-items: center;
  gap: 16px;
}

.faq-page .ov-heading--center { justify-content: center; width: 100%; }

.faq-page .ov-heading-text {
  font-size: 32px;
  font-weight: 700;
  color: var(--faq-navy);
  white-space: nowrap;
}

.faq-page .ov-heading-line {
  flex: 1;
  height: 2px;
  border-radius: 999px;
  background-color: var(--faq-gold);
  opacity: 0.9;
}

/* HERO (same “clean premium” feel as services/about) */
.faq-page .faq-hero {
  padding-block: 80px 56px;
  background: #ffffff;
}

.faq-page .faq-hero-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  text-align: start;
  max-width: 860px;
}

.faq-page .faq-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(171,135,75,0.10), rgba(22,36,53,0.06));
  border: 1px solid rgba(171,135,75,0.20);
}

.faq-page .faq-hero-icon {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: radial-gradient(circle at 0 0, #ab874b, #162435);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.faq-page .faq-hero-icon i { font-size: 18px; }

.faq-page .faq-hero-kicker-text {
  font-size: 13px;
  font-weight: 700;
  color: var(--faq-navy);
}

.faq-page .faq-hero-title {
  font-size: clamp(30px, 3.2vw, 48px);
  font-weight: 700;
  line-height: 1.35;
  color: var(--faq-navy);
}

.faq-page .faq-hero-subtitle {
  font-size: 18px;
  line-height: 1.9;
  color: #717171;
}

.faq-page .faq-hero-actions {
  margin-top: 6px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* Content */
.faq-page .faq-content {
  padding-block: 64px;
  background: #f9fafb;
}

.faq-page .faq-group + .faq-group {
  margin-top: 54px;
}

/* Accordion list */
.faq-page .faq-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
}

.faq-page .faq-item {
  border-radius: 18px;
  background: var(--faq-surface);
  box-shadow: var(--faq-shadow-soft);
  border: 1px solid rgba(229,231,235,0.9);
  overflow: hidden;
}

.faq-page .faq-summary {
  list-style: none;
  cursor: pointer;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.faq-page .faq-summary::-webkit-details-marker { display: none; }

.faq-page .faq-q {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.faq-page .faq-q-icon {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(171, 135, 75, 0.18), rgba(22, 36, 53, 0.06));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--faq-navy);
  flex-shrink: 0;
}

.faq-page .faq-q-icon i { font-size: 18px; }

.faq-page .faq-q-text {
  font-size: 16px;
  font-weight: 800;
  color: var(--faq-navy);
  line-height: 1.6;
}

.faq-page .faq-chevron {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #f3f4f6;
  border: 1px solid rgba(229,231,235,0.9);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--faq-muted);
  flex-shrink: 0;
  transition: transform 0.18s ease;
}

.faq-page .faq-chevron i { font-size: 18px; }

.faq-page .faq-item[open] .faq-chevron { transform: rotate(180deg); }

.faq-page .faq-answer {
  padding: 0 18px 18px;
  color: var(--faq-muted);
  font-size: 14px;
  line-height: 1.95;
}

.faq-page .faq-answer p {
  padding-top: 2px;
}

.faq-page .faq-links {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.faq-page .faq-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 12px;
  background: linear-gradient(90deg, rgba(171,135,75,0.10), rgba(255,255,255,0.95));
  border: 1px solid rgba(171,135,75,0.20);
  color: var(--faq-navy);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.18s ease;
}

.faq-page .faq-link:hover { transform: translateY(-2px); }
.faq-page .faq-link i { font-size: 16px; }
body:not(.rtl) .faq-page .faq-link i { transform: scaleX(-1); }

/* Bottom CTA */
.faq-page .faq-bottom-cta {
  padding-block: 80px;
  background:
    radial-gradient(circle at top, rgba(171, 135, 75, 0.14), transparent 60%),
    #f9fafb;
}

.faq-page .faq-cta-card {
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(229,231,235,0.9);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.10);
  padding: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.faq-page .faq-cta-title {
  font-size: 22px;
  font-weight: 800;
  color: var(--faq-navy);
  margin: 0 0 6px;
}

.faq-page .faq-cta-subtitle {
  font-size: 14px;
  color: var(--faq-muted);
  line-height: 1.9;
}

.faq-page .faq-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* Responsive */
@media (max-width: 992px) {
  .faq-page .faq-hero { padding-block: 64px 48px; }
  .faq-page .faq-cta-card { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 720px) {
  .faq-page .ov-heading-text { font-size: 24px; white-space: normal; text-align: center; }
}

@media (max-width: 600px) {
  .faq-page .faq-hero-title { font-size: 32px; }
  .faq-page .faq-hero-subtitle { font-size: 16px; }
  .faq-page .faq-summary { padding: 14px 14px; }
  .faq-page .faq-answer { padding: 0 14px 14px; }
}

.faq-cta-actions .btn.btn-whatsapp{
  color: white;
}

.btn.btn-filled-gold{
  color: white !important;
}