.page-hero-simple {
  position: relative;
  padding: 160px 0 80px;
  background: radial-gradient(circle at top, rgba(212, 175, 55, 0.18), rgba(7, 7, 10, 0.96) 55%), #07070a;
  border-bottom: 1px solid rgba(212, 175, 55, 0.12);
  text-align: center;
}

.page-hero-simple .hero-kicker-simple {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(212, 175, 55, 0.12);
  color: #d4af37;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 1px solid rgba(212, 175, 55, 0.14);
}

.page-hero-simple h1 {
  margin: 18px 0 14px;
  font-size: clamp(2.3rem, 4vw, 4.1rem);
  line-height: 0.96;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
}

.page-hero-simple h1 .gold {
  color: #d4af37;
  display: block;
}

.page-hero-simple p {
  color: rgba(255, 255, 255, 0.72);
  max-width: 860px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.8;
}

/* =========================
   PAGE ACTUALITÉS
========================= */

.news-listing-section {
  padding: 64px 0 96px;
  background: #07070a;
}

.news-grid-public {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

.news-card-public {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(14, 14, 14, 0.97), rgba(7, 7, 7, 0.99));
  border: 1px solid rgba(212, 175, 55, 0.14);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.news-card-public:hover {
  transform: translateY(-4px);
  border-color: rgba(212, 175, 55, 0.24);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.28);
}

.news-card-public.is-featured {
  border-color: rgba(212, 175, 55, 0.32);
  box-shadow:
    0 24px 54px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(212, 175, 55, 0.08);
}

.news-card-public-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.news-card-public-media {
  position: relative;
  background: #050505;
  overflow: hidden;
}

.news-card-public-media img {
  width: 100%;
  aspect-ratio: 1 / 0.65;
  height: auto;
  object-fit: cover;
  display: block;
  filter: brightness(0.82);
  transition: transform 0.4s ease;
}

.news-card-public:hover .news-card-public-media img {
  transform: scale(1.04);
}

.news-card-public-content {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 22px;
  flex: 1;
}

.news-meta-public {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.news-meta-public span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 999px;
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.16);
  color: #d4af37;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.news-card-public h2,
.news-card-public h3 {
  margin: 0;
  color: #fff;
  font-size: 1.08rem;
  line-height: 1.38;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.news-card-public p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.94rem;
  line-height: 1.75;
}

.news-readmore {
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  color: #d4af37;
  font-weight: 800;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* =========================
   PAGINATION
========================= */

.news-pagination-public {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 38px;
}

.news-pagination-public a,
.news-pagination-public span {
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(212, 175, 55, 0.16);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  transition: 0.25s ease;
}

.news-pagination-public a:hover {
  background: rgba(212, 175, 55, 0.1);
  border-color: rgba(212, 175, 55, 0.35);
  color: #d4af37;
}

.news-pagination-public .is-active {
  background: #d4af37;
  color: #07070a;
  border-color: #d4af37;
}

.news-pagination-public .is-disabled {
  opacity: 0.4;
  pointer-events: none;
}

.empty-public-box {
  padding: 28px;
  border-radius: 24px;
  border: 1px dashed rgba(212, 175, 55, 0.2);
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.02);
  text-align: center;
}

/* =========================
   PAGE ARTICLE
========================= */

.article-shell {
  padding: 60px 0 90px;
  background: #07070a;
}

.article-layout {
  max-width: 960px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(212, 175, 55, 0.12);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.22);
}

.article-cover img {
  width: 100%;
  max-height: 460px;
  object-fit: cover;
  display: block;
}

.article-content {
  padding: 32px;
}

.article-content h1 {
  color: #fff;
  margin: 0 0 16px;
  font-size: clamp(2rem, 3vw, 3rem);
}

.article-content .article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  color: #d4af37;
  margin-bottom: 18px;
}

.article-content .article-body {
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.8;
}

.article-content .article-body p {
  margin: 0 0 18px;
}

.article-back-link {
  display: inline-block;
  margin-bottom: 22px;
  color: #d4af37;
  text-decoration: none;
}

/* =========================
   PAGE LÉGALE
========================= */

.legal-section {
  padding: 60px 0 90px;
  background: #07070a;
}

.legal-card {
  max-width: 960px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(212, 175, 55, 0.12);
  border-radius: 28px;
  padding: 32px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.8;
}

.legal-card h2,
.legal-card h3 {
  color: #fff;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1180px) {
  .news-grid-public {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .page-hero-simple {
    padding: 140px 0 60px;
  }

  .page-hero-simple h1 {
    font-size: clamp(2rem, 8vw, 3rem);
  }

  .news-listing-section,
  .article-shell,
  .legal-section {
    padding: 52px 0 72px;
  }

  .news-grid-public {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .news-card-public-content,
  .article-content,
  .legal-card {
    padding: 20px;
  }

  .news-card-public h2,
  .news-card-public h3 {
    font-size: 1rem;
  }

  .news-card-public p {
    font-size: 0.92rem;
  }
}

@media (max-width: 520px) {
  .page-hero-simple .hero-kicker-simple {
    font-size: 0.74rem;
  }

  .news-card-public-content,
  .article-content,
  .legal-card {
    padding: 18px;
  }

  .news-meta-public span {
    font-size: 0.64rem;
    min-height: 28px;
    padding: 0 10px;
  }

  .news-pagination-public a,
  .news-pagination-public span {
    min-width: 38px;
    height: 38px;
    padding: 0 12px;
  }
}