/* ================== HERO CARD GPS ================== */
.gps-hero-card {
  border-radius: 20px;
  padding: 30px 40px 65px;
  position: relative;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 16px 48px rgba(13, 45, 74, 0.35);
  margin-top: 20px;
  margin-bottom: 40px;
  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;
   padding: 0;
}
.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 !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;
}
.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-bottom: 16px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}
.gps-hero-card h1 span {
  color: 
#f5c35a !important;
}
.gps-hero-divider {
  width: 60px;
  height: 3px;
  background: 
#e8a020;
  border-radius: 2px;
  margin: 0 auto 28px;
  line-height: 0;
  font-size: 0;
}
.gps-hero-desc {
  color: rgba(255, 255, 255, 0.88) !important;
  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);
}