/* ================== HERO CARD ================== */
.gps-hero-card {
  border-radius: 20px;
  padding: 60px 30px 45px;           /* padding top suffisant pour que h1 ne colle pas */
  position: relative;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 16px 48px rgba(13, 45, 74, 0.35);
  margin-top: 60px;                  /* espace depuis l'entête ou bloc précédent */
  margin-bottom: 40px;               /* espace avec la section Documents */
  background-image: url('/sites/default/files/reunion-equipe-adhérents-gerontopole-sud.webp');
  background-size: cover;
  background-position: center center;
}

.gps-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 86, 140, 0.88);
  border-radius: 20px;
}

.gps-hero-card-inner {
  position: relative;
  z-index: 2;
}

.gps-hero-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}

.gps-hero-badge {
  display: inline-block;
  background: #e8a020;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 13px;
  border-radius: 30px;
  text-decoration: none !important;
}

.gps-hero-badge-outline {
  display: inline-block;
  background: #fff;
  color: #e8a020 !important;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 13px;
  border-radius: 30px;
  text-decoration: none !important;
  border: none;
  transition: background 0.2s, color 0.2s;
}

.gps-hero-badge-outline:hover {
  background: #f5c35a;
  color: #fff !important;
}

.gps-hero-card h1 {
  color: #fff !important;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 16px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

.gps-hero-card h1 span {
  color: #f5c35a;
}

.gps-hero-divider {
  width: 60px;
  height: 3px;
  background: #e8a020;
  border-radius: 2px;
  margin: 0 auto 28px;
}

.gps-hero-desc {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1rem;
  line-height: 1.75;
  max-width: 580px;
  margin: 0 auto 36px;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
}

/* ================== SECTION DOCUMENTS ================== */
#gps-docs-section {
  margin-top: 60px;    /* espace avec bloc précédent */
  margin-bottom: 40px; /* espace avec FAQ */
  padding-top: 20px;   /* espace interne pour ne pas coller le texte en haut */
  padding-bottom: 1px;
}

#gps-docs-section .gps-eyebrow {
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2a7fbf;
  display: block;
  margin-bottom: 6px;
}

#gps-docs-section .gps-section-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1a4f7a;
  margin-top: 0;
  margin-bottom: 8px;
}

#gps-docs-section .gps-section-sub {
  color: #5a6a7a;
  font-size: 0.95rem;
  max-width: 540px;
  margin-top: 8px;
  margin-bottom: 16px;
}

#gps-docs-section .gps-required-badge {
  background: #fdecea;
  color: #c0392b;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 2px 9px;
  border-radius: 12px;
}

/* ================== FAQ GERONTOPOLE SUD ================== */
.gps-faq-bloc {
  padding: 40px 0 40px;            /* padding intérieur suffisant */
  margin-top: 0;                    /* colle juste sous Documents */
  background: #ffffff;
  border-top: 1px solid #e2edf6;
}

.gps-faq-accordion .accordion-item {
  border: 1px solid #e2edf6;
  border-radius: 8px;
  margin-bottom: 10px;
  overflow: hidden;
}

.gps-faq-accordion .accordion-button {
  font-size: 0.9rem;
  font-weight: 600;
  color: #1a4f7a;
}

.gps-faq-accordion .accordion-button:not(.collapsed) {
  background-color: #f4f7fb;
  color: #1a4f7a;
  box-shadow: none;
}

.gps-faq-accordion .accordion-body {
  font-size: 0.85rem;
  line-height: 1.6;
  color: #5a6a7a;
}

#faqContactGerontopoleSud {
  margin-top: 20px; /* petit espace après le titre FAQ */
}
