/* =========================================================
   DIGITAL GIRI — Page Offres (V4, complément à styles.css)
   ========================================================= */

/* ── HERO offres ───────────────────────────────────────── */
.hero--offres { padding: 110px 0 70px; text-align: center; }
.hero--offres .hero__title { font-size: clamp(40px, 6vw, 80px); }
.hero__anchors {
  display: inline-flex; flex-wrap: wrap; gap: 8px;
  margin-top: 40px;
}
.hero__anchors a {
  padding: 8px 16px; border-radius: 999px;
  font-size: 12.5px; font-weight: 500;
  color: var(--muted);
  border: 1px solid var(--border);
  background: rgba(255,255,255,.025);
  transition: all .22s var(--ease-out);
  backdrop-filter: blur(8px);
}
.hero__anchors a:hover {
  color: var(--text);
  border-color: var(--border-hi);
  background: rgba(255,255,255,.06);
  transform: translateY(-1px);
}

/* ── Comparatif ───────────────────────────────────────── */
.compare { padding: 60px 0 80px; }
.cmp__wrap {
  overflow-x: auto;
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  background:
    linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.005)),
    var(--surface);
  -webkit-overflow-scrolling: touch;
}
.cmp {
  width: 100%; border-collapse: collapse;
  font-size: 13.5px; min-width: 700px;
}
.cmp th, .cmp td {
  padding: 16px 18px;
  text-align: center;
  border-bottom: 1px solid var(--border-soft);
  vertical-align: middle;
}
.cmp thead th {
  background: rgba(255,255,255,.02);
  font-family: var(--font-mono);
  font-size: 11.5px;
  text-transform: uppercase; letter-spacing: .14em;
  color: var(--gold-200);
  border-bottom: 1px solid var(--border);
  padding-top: 22px; padding-bottom: 22px;
}
.cmp tbody th {
  text-align: left;
  font-weight: 500; font-size: 13px;
  color: var(--muted);
  background: rgba(255,255,255,.02);
  white-space: nowrap;
}
.cmp tbody td { color: var(--text-2); font-size: 13.5px; }
.cmp tbody tr:last-child td, .cmp tbody tr:last-child th { border-bottom: 0; }
.cmp tbody tr:hover td, .cmp tbody tr:hover th { background: rgba(255,255,255,.03); }
.cmp__phare {
  background: rgba(212,175,55,.05) !important;
  color: var(--gold-100) !important;
  border-left: 1px solid rgba(212,175,55,.2);
  border-right: 1px solid rgba(212,175,55,.2);
}
.cmp thead .cmp__phare { color: var(--gold-200) !important; }
.cmp__cta {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 12.5px; font-weight: 600;
  color: var(--gold-200);
  transition: color .2s var(--ease-out);
}
.cmp__cta:hover { color: var(--gold-100); }
.cmp__cta::after { content: '→'; transition: transform .2s var(--ease-out); }
.cmp__cta:hover::after { transform: translateX(3px); }

/* ── Palier (sections détaillées) ─────────────────────── */
.palier { padding: 100px 0; position: relative; }
.palier--alt { background: rgba(255,255,255,.012); }
.palier--phare {
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(212,175,55,.10) 0%, transparent 60%),
    rgba(212,175,55,.025);
  border-top: 1px solid rgba(212,175,55,.18);
  border-bottom: 1px solid rgba(212,175,55,.18);
}
.palier--souverain {
  background:
    radial-gradient(ellipse 60% 50% at 85% 0%, rgba(212,175,55,.08) 0%, transparent 60%),
    rgba(255,255,255,.012);
}
.palier__flag {
  position: absolute; top: 18px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(135deg, var(--grad-1), var(--grad-2));
  color: #1a1200;
  padding: 4px 14px; border-radius: 999px;
  font-size: 10.5px; font-weight: 700;
  letter-spacing: .04em; text-transform: uppercase;
  box-shadow: var(--shadow-gold);
}
.palier__grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 54px;
  align-items: start;
}
.palier__tier {
  font-family: var(--font-mono);
  font-size: 11.5px;
  text-transform: uppercase; letter-spacing: .16em;
  color: var(--gold-200);
  margin-bottom: 16px;
}
.palier__name {
  font-family: var(--font-serif); font-weight: 350;
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: 1.02; letter-spacing: -.035em;
  margin-bottom: 22px;
  font-variation-settings: "opsz" 144;
}
.palier__pitch {
  font-size: 16.5px; color: var(--text-2);
  line-height: 1.65; margin-bottom: 22px;
}
.palier__why { list-style: none; padding: 0; }
.palier__why li {
  font-size: 13.5px; color: var(--muted);
  line-height: 1.65; padding: 6px 0;
}
.palier__why strong { color: var(--text); font-weight: 600; }

.palier__livrables {
  background:
    linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.005)),
    var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 30px;
}
.palier__lbl {
  font-family: var(--font-mono);
  font-size: 11.5px; color: var(--gold-200);
  text-transform: uppercase; letter-spacing: .16em;
  margin-bottom: 18px;
}
.palier__livrables ul { list-style: none; padding: 0; }
.palier__livrables li {
  font-size: 13.5px; color: var(--text-2);
  line-height: 1.55;
  padding: 9px 0 9px 22px;
  position: relative;
  border-bottom: 1px solid var(--border-soft);
}
.palier__livrables li:last-child { border-bottom: 0; }
.palier__livrables li::before {
  content: ''; position: absolute; left: 0; top: 17px;
  width: 12px; height: 1px; background: var(--gold-400);
}

.palier__cta-block {
  margin-top: 26px;
  text-align: center;
  padding: 26px;
  border: 1px dashed var(--border-hi);
  border-radius: var(--r-lg);
}
.palier__note {
  font-size: 12px; color: var(--muted);
  margin-top: 12px;
}

/* ── Comment choisir ──────────────────────────────────── */
.choisir { padding: 100px 0; }
.choisir__steps {
  list-style: none; padding: 0;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 14px;
}
.choisir__step {
  background:
    linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.005)),
    var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 30px 26px;
  transition: border-color .3s var(--ease-out);
}
.choisir__step:hover { border-color: rgba(255,255,255,.14); }
.choisir__q {
  font-family: var(--font-serif); font-weight: 500;
  font-size: 20px; line-height: 1.25;
  letter-spacing: -.012em;
  margin-bottom: 14px;
  color: var(--gold-200);
}
.choisir__a { color: var(--text-2); font-size: 14px; line-height: 1.65; }
.choisir__a strong { color: var(--text); font-weight: 600; }

/* ── FAQ ──────────────────────────────────────────────── */
.faq { padding: 90px 0 110px; }
.faq__list { max-width: 820px; margin: 0 auto; }
.faq__item {
  background:
    linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.005)),
    var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  margin-bottom: 10px;
  overflow: hidden;
  transition: border-color .3s var(--ease-out);
}
.faq__item[open] { border-color: rgba(212,175,55,.3); }
.faq__item summary {
  cursor: pointer; list-style: none;
  padding: 20px 24px;
  font-size: 15px; font-weight: 600;
  letter-spacing: -.01em;
  color: var(--text);
  position: relative;
  padding-right: 56px;
  transition: color .2s var(--ease-out);
}
.faq__item summary:hover { color: var(--gold-200); }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after {
  content: '+';
  position: absolute; right: 22px; top: 50%; transform: translateY(-50%);
  font-size: 20px; color: var(--gold-200);
  transition: transform .25s var(--ease-out);
}
.faq__item[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq__item p {
  padding: 0 24px 22px;
  color: var(--muted); font-size: 14px; line-height: 1.7;
}

/* ── Responsive ───────────────────────────────────────── */
@media (max-width: 920px) {
  .palier__grid { grid-template-columns: 1fr; gap: 28px; }
  .hero__anchors { gap: 6px; }
  .hero__anchors a { padding: 6px 12px; font-size: 11.5px; }
  .palier { padding: 60px 0; }
  .choisir { padding: 60px 0; }
  .faq { padding: 60px 0 80px; }
}

/* Active nav state (override) */
.nav__links a.is-active {
  color: var(--text);
  background: rgba(255,255,255,.05);
}
.nav__links a.is-active::after { display: none; }
