/* =====================================================================
   STORM PATRIMOINE — Styles spécifiques : GESTION DE FORTUNE
   Univers plus sombre, plus précieux : noir profond + or.
   ===================================================================== */

/* HERO PREMIUM ----------------------------------------------------- */
.fortune-hero {
  position: relative; min-height: 86vh; display: flex; align-items: center;
  color: var(--white); overflow: hidden;
}
.fortune-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; filter: saturate(.85); }
.fortune-hero-overlay {
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 75% 30%, rgba(213,168,79,.22), transparent 50%),
    linear-gradient(120deg, rgba(10,9,7,.95) 0%, rgba(10,9,7,.78) 50%, rgba(10,9,7,.55) 100%);
}
.fortune-hero-inner { position: relative; z-index: 2; max-width: 820px; padding-block: calc(var(--header-h) + var(--topbar-h) + 46px) 90px; }
.fortune-hero h1 { margin: 18px 0 24px; font-size: clamp(3rem, 7vw, 5.4rem); color: var(--white); }
.fortune-hero .breadcrumb a:hover { color: var(--gold-light); }
.fortune-hero .lead { color: #d8d1c5; max-width: 600px; }

/* PRIVILÈGES ------------------------------------------------------- */
.privileges { position: relative; }
.privileges::before {
  content: ""; position: absolute; inset: 0; opacity: .6; pointer-events: none;
  background: radial-gradient(circle at 50% 0%, rgba(213,168,79,.12), transparent 50%);
}
.privileges .container { position: relative; z-index: 1; }
.priv-card {
  background: rgba(255,255,255,.03); border: 1px solid rgba(213,168,79,.22);
  padding: 38px 32px; border-radius: var(--radius); transition: all .45s var(--ease);
}
.priv-card:hover { transform: translateY(-6px); border-color: var(--gold); background: rgba(213,168,79,.06); }
.priv-icon {
  width: 56px; height: 56px; border: 1px solid var(--gold); border-radius: 50%;
  display: grid; place-items: center; color: var(--gold); margin-bottom: 22px;
}
.priv-icon svg { width: 26px; height: 26px; }
.priv-card h3 { color: var(--white); margin-bottom: 10px; }
.priv-card p { color: #b3aa9b; font-size: .98rem; }
.priv-card p sup { color: var(--gold); font-size: .7em; }
.priv-closing { text-align: center; margin-top: 46px; font-family: var(--font-title); font-style: italic; font-size: clamp(1.3rem, 2.4vw, 1.8rem); color: var(--white); }
.priv-note { text-align: center; margin-top: 18px; font-size: .85rem; color: #8d8473; font-style: italic; }

/* À QUI S'ADRESSE -------------------------------------------------- */
.thresholds {
  display: grid; grid-template-columns: 1fr 1fr; gap: 26px;
  max-width: 760px; margin: 0 auto 18px;
}
.thresholds-note {
  max-width: 620px; margin: 0 auto 40px; text-align: center;
  font-size: .98rem; color: var(--text-soft); line-height: 1.55;
}
.thresholds-note strong { color: var(--gold-dark); font-weight: 600; }
.thresh {
  background: var(--white); border: 1px solid var(--line); border-top: 2px solid var(--gold);
  border-radius: var(--radius); padding: 34px 28px; text-align: center; box-shadow: var(--shadow-soft);
}
.thresh .num { display: block; font-family: var(--font-title); font-size: clamp(2.2rem, 4vw, 3rem); color: var(--gold-dark); line-height: 1; }
.thresh p { margin: 12px 0 0; font-size: .92rem; color: var(--text-soft); }
.audience-list {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 30px;
  max-width: 860px; margin: 0 auto;
}
.audience-list li { position: relative; padding-left: 30px; font-size: 1rem; color: var(--ink-soft); }
.audience-list li::before {
  content: ""; position: absolute; left: 0; top: 11px; width: 9px; height: 9px;
  background: var(--gold); transform: rotate(45deg);
}

/* NOS DOMAINES D'ACCOMPAGNEMENT ------------------------------------ */
.domaines-grid { gap: 26px; }
.domaine-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 36px 32px; transition: transform .45s var(--ease), box-shadow .45s var(--ease), border-color .45s var(--ease);
  position: relative; overflow: hidden;
}
.domaine-card::before {
  content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 3px;
  background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .45s var(--ease);
}
.domaine-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.domaine-card:hover::before { transform: scaleX(1); }
.dom-icon {
  width: 54px; height: 54px; border: 1px solid var(--gold); border-radius: 50%;
  display: grid; place-items: center; color: var(--gold-dark); margin-bottom: 20px;
}
.dom-icon svg { width: 25px; height: 25px; }
.domaine-card h3 { margin-bottom: 16px; }
.domaine-card ul li { position: relative; padding-left: 22px; margin-bottom: 9px; font-size: .96rem; color: var(--text-soft); }
.domaine-card ul li::before { content: ""; position: absolute; left: 0; top: 10px; width: 6px; height: 6px; background: var(--gold); transform: rotate(45deg); }
.domaine-card--cta { background: var(--ink); border-color: transparent; }
.domaine-card--cta h3 { color: var(--white); }
.domaine-card--cta p { color: #b3aa9b; font-size: .98rem; margin-bottom: 18px; }
.domaine-card--cta .dom-icon { color: var(--gold); }
.domaine-card--cta .link-arrow { color: var(--gold-light); }

/* ÉLIGIBILITÉ ------------------------------------------------------ */
.page-fortune .split-media img { aspect-ratio: 4/5; }

/* CTA -------------------------------------------------------------- */
.fortune-cta { background: #0a0907; }

@media (max-width: 980px) {
  .domaines-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .fortune-hero-inner { padding-block: calc(var(--header-h) + var(--topbar-h) + 40px) 70px; }
  .thresholds { grid-template-columns: 1fr; }
  .audience-list { grid-template-columns: 1fr; }
  .domaines-grid { grid-template-columns: 1fr; }
}
