/* =========================================================
   ANUBIS INVESTMENT — V4
   Storytelling premium : sélection, discipline, patience,
   autonomie. Palette noir / or conservée.
   ========================================================= */

:root {
  --gold: #CBAA62;
  --gold-light: #E1C985;
  --gold-dark: #9C7C3D;
  --bg: #121212;
  --bg-deep: #090909;
  --panel: #181818;
  --panel-soft: #151515;
  --text: #EAEAEA;
  --muted: #AAA69D;
  --line: rgba(203,170,98,.28);
  --line-soft: rgba(255,255,255,.075);
  --font-body: 'Montserrat', sans-serif;
  --font-title: 'Oswald', sans-serif;
  --shadow: 0 24px 60px rgba(0,0,0,.34);

  --size-section-label: clamp(.82rem, 1vw, .95rem);
  --size-main-title: clamp(2.05rem, 3.1vw, 2.85rem);
  --size-card-title: clamp(1.2rem, 1.7vw, 1.55rem);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 94px;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  line-height: 1.68;
  font-weight: 400;
}

a {
  color: inherit;
}

strong {
  color: #F4F1E9;
}

.container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.narrow {
  max-width: 860px;
}

.center {
  text-align: center;
}

.brand-name {
  color: var(--gold) !important;
}

/* ---------- Header ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(8,8,8,.94);
  border-bottom: 1px solid rgba(203,170,98,.14);
  backdrop-filter: blur(14px);
}

.nav-wrap {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.header-logo {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.header-logo img {
  display: block;
  width: 210px;
  max-height: 58px;
  object-fit: contain;
  object-position: left center;
}

.nav {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
}

.nav a {
  color: var(--muted);
  text-decoration: none;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .09em;
  transition: color .2s ease;
}

.nav a:hover {
  color: var(--gold-light);
}

/* ---------- Buttons ---------- */

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 0 25px;
  border: 1px solid var(--gold);
  background: var(--gold);
  color: #111;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .09em;
  font-family: var(--font-title);
  font-weight: 600;
  font-size: .86rem;
  transition: transform .2s ease, filter .2s ease, background .2s ease, color .2s ease;
}

.btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.06);
}

.btn-small {
  min-height: 40px;
  padding: 0 17px;
  font-size: .72rem;
}

.btn.full {
  width: 100%;
}

.btn-outline {
  background: transparent;
  color: var(--gold-light);
}

.btn-outline:hover {
  background: rgba(203,170,98,.08);
}

/* ---------- Typographie ---------- */

.eyebrow {
  margin: 0 0 20px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .20em;
  font-size: var(--size-section-label);
  font-weight: 600;
  line-height: 1.35;
}

h1,
h2,
h3 {
  margin-top: 0;
  font-family: var(--font-title);
  text-transform: uppercase;
}

h1,
h2 {
  margin-bottom: 26px;
  font-size: var(--size-main-title);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: .015em;
}

h1 span,
h2 span:not(.brand-name) {
  color: var(--gold-light);
}

h3 {
  margin-bottom: 12px;
  font-size: var(--size-card-title);
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: .03em;
}

p {
  margin-top: 0;
}

.lead {
  font-size: 1.18rem;
  line-height: 1.7;
  color: #F3F0E9;
}

.lead-small {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #D7D2C8;
}

.editorial-copy {
  color: #BDB9B0;
  font-size: 1.04rem;
}

.editorial-large {
  color: #C9C5BC;
  font-size: 1.06rem;
  line-height: 1.78;
}

.gold-text {
  color: var(--gold-light);
}

.gold-rule {
  width: 62px;
  height: 1px;
  background: var(--gold);
  margin: 36px auto;
}

.quiet-line {
  color: var(--gold-light);
  font-style: italic;
  margin-top: 26px;
}

/* ---------- Hero ---------- */

.hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 82px);
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(9,9,9,.98), rgba(9,9,9,.92)),
    radial-gradient(circle at 80% 20%, rgba(203,170,98,.08), transparent 45%);
}

.hero-glow {
  position: absolute;
  width: 760px;
  height: 760px;
  right: -300px;
  top: -260px;
  background: radial-gradient(circle, rgba(203,170,98,.11), rgba(203,170,98,0) 67%);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  padding: 100px 0 90px;
}

.hero h1 {
  max-width: 900px;
}

.hero-copy {
  max-width: 800px;
  color: var(--muted);
}

.hero-copy p {
  margin-bottom: 14px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 34px;
}

.market-line {
  color: var(--gold-light);
  font-size: .76rem;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.risk-note {
  max-width: 800px;
  margin-top: 26px;
  color: #807D76;
  font-size: .70rem;
  line-height: 1.55;
}

.risk-note.centered {
  margin-left: auto;
  margin-right: auto;
}

/* ---------- Sections ---------- */

.section {
  padding: 108px 0;
}

.section-dark {
  background: var(--bg-deep);
}

.section-intro {
  background: linear-gradient(180deg, #141414, #101010);
}

.split {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 96px;
  align-items: start;
}

.section-head {
  margin-bottom: 58px;
}

/* ---------- Marchés ---------- */

.market-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 66px;
}

.index-card {
  padding: 34px;
  border: 1px solid var(--line-soft);
  background: linear-gradient(145deg, #171717, #111);
}

.index-code {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--gold);
  font-family: var(--font-title);
  font-size: .82rem;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.index-card p {
  color: var(--muted);
  margin-bottom: 0;
}

/* ---------- Discipline ---------- */

.discipline-section {
  background:
    linear-gradient(rgba(17,17,17,.95), rgba(17,17,17,.95)),
    radial-gradient(circle at center, rgba(203,170,98,.09), transparent 58%);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}

.statement {
  max-width: 780px;
  margin: 42px auto 0;
  padding: 28px 30px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: #D4D0C7;
  font-size: 1.06rem;
  line-height: 1.7;
}

.statement strong {
  display: block;
  margin-top: 6px;
  font-size: 1.12rem;
}

/* ---------- Étapes ---------- */

.steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.step {
  min-height: 280px;
  padding: 28px 23px;
  background: var(--panel);
  border-top: 1px solid var(--line);
}

.step > span {
  display: block;
  margin-bottom: 32px;
  color: rgba(203,170,98,.34);
  font-family: var(--font-title);
  font-size: 2.8rem;
  line-height: 1;
}

.step p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: .88rem;
}

/* ---------- Alertes ---------- */

.alert-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 86px;
  align-items: center;
}

.clean-list {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
}

.clean-list li {
  position: relative;
  padding: 11px 0 11px 27px;
  border-bottom: 1px solid var(--line-soft);
  color: #C8C4BB;
}

.clean-list li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--gold);
}

.alert-stack {
  display: grid;
  gap: 18px;
}

.signal-card {
  padding: 29px;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, #202020, #141414);
  box-shadow: var(--shadow);
}

.signal-card.secondary {
  margin-left: 46px;
}

.signal-top {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 23px;
  color: var(--gold-light);
  font-size: .69rem;
  letter-spacing: .11em;
}

.signal-top small {
  color: #77746D;
}

dl {
  margin: 0;
}

dl div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 9px 0;
  border-bottom: 1px solid var(--line-soft);
}

dt {
  color: var(--muted);
}

dd {
  margin: 0;
  color: #FFF;
  text-align: right;
}

.signal-time {
  margin: 17px 0 0;
  color: #77746D;
  font-size: .74rem;
}

/* ---------- Profil premium ---------- */

.profile-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.profile-card {
  padding: 30px 24px;
  border: 1px solid var(--line-soft);
  background: var(--panel-soft);
}

.profile-card > span {
  display: block;
  margin-bottom: 28px;
  color: rgba(203,170,98,.36);
  font-family: var(--font-title);
  font-size: 2.5rem;
  line-height: 1;
}

.profile-card p {
  color: var(--muted);
  font-size: .88rem;
  margin-bottom: 0;
}

.fit-note {
  max-width: 850px;
  margin: 42px auto 0;
  color: #8F8B83;
  font-size: .91rem;
}

/* ---------- Autonomie ---------- */

.autonomy-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.mini-card {
  padding: 28px 22px;
  text-align: center;
  border: 1px solid var(--line-soft);
  background: #141414;
}

.mini-card strong {
  display: block;
  color: var(--gold-light);
  font-family: var(--font-title);
  font-size: 1.45rem;
  text-transform: uppercase;
}

.mini-card span {
  color: var(--muted);
  font-size: .84rem;
}

.subtle {
  margin-top: 32px;
  color: #85827B;
  font-size: .85rem;
}

/* ---------- Cercle ---------- */

.club-section {
  background:
    linear-gradient(rgba(12,12,12,.95), rgba(12,12,12,.95)),
    radial-gradient(circle at 50% 50%, rgba(203,170,98,.08), transparent 55%);
}

.capacity-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  max-width: 650px;
  margin: 48px auto 0;
}

.capacity-pair > div {
  padding: 30px;
  border: 1px solid var(--line);
  background: rgba(19,19,19,.72);
}

.capacity-pair strong {
  display: block;
  color: var(--gold-light);
  font-family: var(--font-title);
  font-size: 3.6rem;
  line-height: 1;
}

.capacity-pair span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .12em;
}

/* ---------- Offres ---------- */

.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  max-width: 1040px;
  margin: 0 auto;
}

.pricing-card {
  padding: 40px;
  border: 1px solid rgba(203,170,98,.32);
  background: linear-gradient(160deg, #1B1B1B, #111);
  box-shadow: var(--shadow);
}

.pricing-top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}

.limit-badge {
  padding: 7px 9px;
  border: 1px solid var(--line-soft);
  color: var(--muted);
  font-size: .63rem;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.pricing-card h3 {
  margin-top: 24px;
  margin-bottom: 4px;
  color: var(--gold);
  font-size: 1.65rem;
}

.market-name {
  margin-top: 0;
  color: var(--muted);
}

.founder-block {
  margin: 28px 0 22px;
  padding: 25px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.founder-block > span {
  color: var(--gold);
  font-size: .69rem;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.price {
  margin: 6px 0;
  color: var(--gold-light);
  font-family: var(--font-title);
  font-size: 3.8rem;
  line-height: 1.05;
}

.price small {
  color: var(--muted);
  font-family: var(--font-body);
  font-size: .75rem;
  font-weight: 400;
}

.founder-block p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: .81rem;
}

.standard-price {
  padding-bottom: 22px;
}

.standard-price span {
  display: block;
  color: #8D8981;
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.standard-price strong {
  display: block;
  margin-top: 5px;
  color: #D5D0C6;
  font-size: 1.1rem;
}

.offer-list {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
}

.offer-list li {
  padding: 10px 0;
  border-bottom: 1px solid var(--line-soft);
  color: #C7C3BB;
  font-size: .87rem;
}

.offer-footnote {
  max-width: 900px;
  margin: 34px auto 0;
  color: #7F7C75;
  font-size: .79rem;
}

/* ---------- Garantie ---------- */

.guarantee-section {
  background: #121212;
}

.guarantee-mark {
  display: inline-flex;
  align-items: baseline;
  gap: 12px;
  margin-top: 30px;
  padding: 15px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.guarantee-mark strong {
  color: var(--gold-light);
  font-family: var(--font-title);
  font-size: 2.2rem;
  font-weight: 500;
}

.guarantee-mark span {
  color: var(--muted);
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .1em;
}

/* ---------- FAQ ---------- */

.faq-wrap {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 78px;
  align-items: start;
}

.faq-intro {
  position: sticky;
  top: 125px;
}

.faq-intro p {
  color: var(--muted);
}

.faq-list {
  border-top: 1px solid var(--line-soft);
}

details {
  border-bottom: 1px solid var(--line-soft);
}

summary {
  position: relative;
  padding: 22px 40px 22px 0;
  cursor: pointer;
  list-style: none;
  color: #DDD9D0;
  font-family: var(--font-title);
  font-size: 1.12rem;
  text-transform: uppercase;
  letter-spacing: .02em;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: '+';
  position: absolute;
  right: 4px;
  top: 18px;
  color: var(--gold);
  font-family: var(--font-body);
  font-size: 1.4rem;
  font-weight: 300;
}

details[open] summary::after {
  content: '–';
}

details p {
  padding: 0 38px 22px 0;
  color: var(--muted);
  font-size: .91rem;
}

/* ---------- Final ---------- */

.final-section {
  background:
    linear-gradient(rgba(14,14,14,.94), rgba(14,14,14,.94)),
    radial-gradient(circle at 50% 20%, rgba(203,170,98,.09), transparent 52%);
}

.final-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.contact-line {
  margin-top: 28px;
  color: #88847D;
  font-size: .84rem;
}

.contact-line a {
  color: var(--gold);
  text-decoration: none;
}

/* ---------- Légal ---------- */

.legal-strip {
  padding: 48px 0;
  background: #080808;
  border-top: 1px solid var(--line-soft);
}

.legal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

.legal-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-family: var(--font-title);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .9rem;
}

.legal-grid p {
  margin-bottom: 0;
  color: #77746E;
  font-size: .75rem;
  line-height: 1.65;
}

/* ---------- Footer ---------- */

footer {
  padding: 36px 0;
  background: #050505;
  border-top: 1px solid rgba(255,255,255,.035);
}

.footer-wrap {
  display: grid;
  grid-template-columns: 220px 1fr auto;
  gap: 30px;
  align-items: center;
}

.footer-brand img {
  display: block;
  width: 190px;
  max-height: 58px;
  object-fit: contain;
  object-position: left center;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}

.footer-links a {
  color: #8F8B84;
  text-decoration: none;
  font-size: .72rem;
}

.footer-links a:hover {
  color: var(--gold-light);
}

footer p {
  margin: 0;
  color: #6F6B65;
  font-size: .7rem;
}

/* ---------- Responsive ---------- */

@media (max-width: 980px) {
  .nav {
    display: none;
  }

  .nav-wrap .btn-small {
    margin-left: auto;
  }

  .split,
  .alert-grid,
  .faq-wrap {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .faq-intro {
    position: static;
  }

  .steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .profile-grid,
  .autonomy-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-wrap {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-brand img {
    margin: 0 auto;
  }
}

@media (max-width: 720px) {
  :root {
    --size-section-label: .78rem;
    --size-main-title: clamp(1.95rem, 8.2vw, 2.45rem);
    --size-card-title: 1.22rem;
  }

  .container {
    width: min(100% - 30px, 1180px);
  }

  .site-header {
    position: sticky;
  }

  .nav-wrap {
    min-height: 72px;
  }

  .header-logo img {
    width: 170px;
  }

  .nav-wrap .btn-small {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    padding: 78px 0 70px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .section {
    padding: 78px 0;
  }

  .market-pair,
  .pricing-grid,
  .capacity-pair,
  .legal-grid {
    grid-template-columns: 1fr;
  }

  .steps,
  .profile-grid,
  .autonomy-grid {
    grid-template-columns: 1fr;
  }

  .step {
    min-height: auto;
  }

  .signal-card.secondary {
    margin-left: 0;
  }

  .pricing-card {
    padding: 30px 24px;
  }

  .pricing-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .price {
    font-size: 3.3rem;
  }

  .final-actions {
    flex-direction: column;
  }

  .final-actions .btn {
    width: 100%;
  }

  .guarantee-mark {
    align-items: center;
    flex-direction: column;
    gap: 0;
  }
}


/* =========================================================
   V4.1 — HARMONIE, CENTRAGE ET RIGUEUR VISUELLE
   ========================================================= */

/* Tous les repères de section suivent la même règle. */
.eyebrow {
  text-align: center;
}

/* Tous les grands titres et textes d'ouverture sont centrés. */
.hero h1,
.section h2,
.section-head h2,
.split h2,
.faq-intro h2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* Hero : composition strictement centrée. */
.hero-inner {
  text-align: center;
}

.hero h1,
.hero-copy,
.hero .risk-note {
  margin-left: auto;
  margin-right: auto;
}

.hero-copy {
  text-align: center;
}

.hero-actions {
  justify-content: center;
}

.hero .risk-note {
  text-align: center;
}

/* Sections éditoriales : une seule règle d'alignement. */
.section-head,
.editorial-large,
.editorial-copy,
.quiet-line,
.fit-note,
.subtle {
  text-align: center;
}

.editorial-copy,
.editorial-large {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

/* Les anciennes sections en deux colonnes éditoriales deviennent
   volontairement symétriques et centrées. */
.split {
  grid-template-columns: 1fr;
  gap: 24px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.split > div {
  text-align: center;
}

/* Cartes marchés et profils : cohérence de lecture. */
.index-card,
.profile-card,
.mini-card {
  text-align: center;
}

/* Bloc "Notre discipline" : même poids que les autres sections. */
.statement {
  text-align: center;
}

/* Concrètement : intro centrée, éléments opérationnels structurés dessous. */
.alert-grid-balanced {
  max-width: 980px;
  margin: 0 auto;
  align-items: start;
}

.signal-content {
  display: flex;
  align-items: center;
  height: 100%;
}

/* On conserve les listes fonctionnelles alignées à gauche :
   c'est volontaire pour la lisibilité, mais elles sont contenues
   dans une zone centrée et symétrique. */
.clean-list {
  width: 100%;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
}

/* Les cartes de signal restent structurées, pas "centrées artificiellement". */
.signal-card {
  text-align: left;
}

/* Offre : les cartes sont symétriques et le cœur du prix est centré. */
.pricing-card {
  text-align: center;
}

.offer-list {
  text-align: left;
}

.pricing-top {
  justify-content: center;
}

.standard-price,
.founder-block {
  text-align: center;
}

/* FAQ : un seul axe vertical, centré sur la page. */
.faq-list-centered {
  width: min(900px, 100%);
  margin: 0 auto;
}

.faq-list-centered summary,
.faq-list-centered details p {
  text-align: left;
}

/* Zone légale : centrée pour ne pas rompre brutalement la grammaire du site. */
.legal-grid > div {
  text-align: center;
}

/* Titres plus calmes, moins agressifs. */
h1,
h2 {
  font-weight: 500;
  letter-spacing: .01em;
}

/* Un peu plus d'air vertical pour renforcer la sensation premium. */
.section-head {
  margin-bottom: 52px;
}

@media (max-width: 720px) {
  .hero-actions {
    align-items: center;
  }

  .market-line {
    text-align: center;
    width: 100%;
  }

  .pricing-top {
    align-items: center;
  }
}


/* =========================================================
   V4.2 — GRILLE STRICTE ET ALIGNEMENT DES BLOCS
   ========================================================= */

:root {
  --structured-width: 1040px;
  --structured-gap: 18px;
}

/* Tous les blocs structurés suivent exactement le même axe horizontal. */
.market-pair,
.steps,
.alert-grid-balanced,
.profile-grid,
.autonomy-grid,
.pricing-grid {
  width: min(var(--structured-width), 100%);
  max-width: var(--structured-width);
  margin-left: auto;
  margin-right: auto;
  gap: var(--structured-gap);
}

/* Fonctionnement : 5 colonnes strictement égales et contenu calé. */
.steps {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch;
}

.step {
  min-width: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 28px 20px;
}

.step > span {
  margin-bottom: 26px;
}

.step h3 {
  width: 100%;
  min-height: 2.35em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.step p {
  width: 100%;
  margin: 0;
  text-align: center;
}

/* Concrètement : deux colonnes égales, même départ, même largeur, aucune carte décalée. */
.alert-grid-balanced {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.signal-content {
  min-width: 0;
  height: 100%;
  padding: 29px;
  border: 1px solid var(--line-soft);
  background: linear-gradient(145deg, #181818, #121212);
  align-items: flex-start;
}

.clean-list {
  width: 100%;
  max-width: none;
  margin: 0;
}

.alert-stack {
  min-width: 0;
  height: 100%;
  gap: var(--structured-gap);
}

.signal-card {
  min-width: 0;
  width: 100%;
}

.signal-card.secondary {
  margin-left: 0;
}

/* Autonomie : 4 colonnes exactement égales, mêmes hauteurs et mêmes lignes de départ. */
.profile-grid,
.autonomy-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.profile-card,
.mini-card {
  min-width: 0;
  height: 100%;
}

.profile-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.profile-card h3 {
  width: 100%;
  min-height: 2.4em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-card p {
  width: 100%;
  margin-top: 0;
}

.mini-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 138px;
}

/* Accès : deux cartes strictement symétriques et CTA alignés en bas. */
.pricing-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.pricing-card {
  min-width: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.pricing-top {
  min-height: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 16px;
}

.pricing-top .index-code {
  margin-bottom: 0;
  text-align: left;
}

.pricing-top .limit-badge {
  justify-self: end;
}

.pricing-card h3 {
  min-height: 2.4em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pricing-card .market-name {
  min-height: 1.7em;
}

.founder-block {
  min-height: 178px;
}

.standard-price {
  min-height: 74px;
}

.offer-list {
  width: 100%;
  flex: 1 1 auto;
}

.pricing-card .btn {
  margin-top: auto;
}

/* Les titres précédant les tableaux partagent également le même axe central. */
#fonctionnement .section-head,
#offres .section-head,
.section > .container > .section-head {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 980px) {
  .steps,
  .profile-grid,
  .autonomy-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .alert-grid-balanced {
    grid-template-columns: 1fr;
  }

  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .market-pair,
  .steps,
  .profile-grid,
  .autonomy-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .pricing-top {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-top .index-code {
    text-align: center;
  }

  .pricing-top .limit-badge {
    justify-self: center;
  }

  .profile-card h3,
  .step h3,
  .pricing-card h3,
  .founder-block,
  .standard-price,
  .pricing-card .market-name {
    min-height: 0;
  }
}


/* =========================================================
   V4.5 — HARMONISATION DES PRIX
   Le prix fondateur est visuellement calé sur le prix classique.
   ========================================================= */

.founder-block .price,
.standard-price strong {
  font-family: var(--font-body);
  font-size: 1.1rem;
  line-height: 1.35;
  font-weight: 600;
  color: #D5D0C6;
}

.founder-block .price {
  margin: 6px 0;
}

.founder-block .price small {
  display: inline;
  font-family: var(--font-body);
  font-size: 1em;
  line-height: inherit;
  font-weight: 600;
  color: #D5D0C6;
}


/* =========================================================
   V4.8 — NAVIGATION MOBILE
   Logo sticky conservé + menu hamburger premium.
   ========================================================= */

.mobile-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  margin-left: auto;
  border: 1px solid rgba(203,170,98,.35);
  background: transparent;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.mobile-menu-toggle span {
  display: block;
  width: 20px;
  height: 1px;
  background: var(--gold);
  transition: transform .22s ease, opacity .22s ease;
}

.mobile-menu-toggle.is-open span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.mobile-menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.mobile-menu-toggle.is-open span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.mobile-nav {
  display: none;
  background: rgba(8,8,8,.985);
  border-top: 1px solid rgba(203,170,98,.12);
  border-bottom: 1px solid rgba(203,170,98,.18);
}

.mobile-nav a {
  display: block;
  padding: 17px 24px;
  color: #D7D2C8;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .10em;
  font-size: .78rem;
  border-bottom: 1px solid rgba(255,255,255,.045);
}

.mobile-nav a:last-child {
  border-bottom: 0;
}

.mobile-nav a:hover,
.mobile-nav a:focus {
  color: var(--gold-light);
  background: rgba(203,170,98,.05);
}

@media (max-width: 980px) {
  .desktop-nav {
    display: none;
  }


  .mobile-menu-toggle {
    display: inline-flex;
  }

  .mobile-nav.is-open {
    display: block;
  }

  .nav-wrap {
    min-height: 74px;
  }

  .header-logo img {
    width: 180px;
  }
}

@media (max-width: 520px) {
  .container.nav-wrap {
    width: min(100% - 22px, 1180px);
  }

  .header-logo img {
    width: 160px;
  }

  .mobile-menu-toggle {
    width: 40px;
    height: 40px;
  }
}


/* =========================================================
   ANUBIS INVESTMENT — V5
   Fond intégralement noir, produit Telegram matérialisé,
   autonomie rationalisée et FAQ opérationnelle.
   ========================================================= */

/* Fond du site : noir absolu de haut en bas. Les cartes conservent
   seulement leurs nuances internes pour garder la profondeur. */
:root {
  --bg: #000000;
  --bg-deep: #000000;
}

html,
body,
main,
.hero,
.section,
.section-dark,
.section-intro,
.discipline-section,
.club-section,
.guarantee-section,
.final-section,
.legal-strip,
footer {
  background: #000000 !important;
}

.hero-glow {
  display: none;
}

.site-header {
  background: rgba(0,0,0,.96);
}

.mobile-nav {
  background: rgba(0,0,0,.99);
}

/* Fonctionnement : le résultat concret de la mécanique. */
.delivery-line {
  width: min(var(--structured-width), 100%);
  margin: 24px auto 0;
  padding: 18px 22px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  text-align: center;
}

.delivery-line > span {
  color: var(--gold);
  font-size: .68rem;
  letter-spacing: .17em;
  font-weight: 600;
}

.delivery-line > strong {
  color: #D9D5CC;
  font-family: var(--font-body);
  font-size: .84rem;
  font-weight: 500;
  letter-spacing: .02em;
}

.delivery-line b {
  padding: 0 7px;
  color: var(--gold);
  font-weight: 400;
}

/* Section produit / Telegram. */
.telegram-product {
  width: min(var(--structured-width), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 72px;
  align-items: center;
}

.telegram-explainer {
  min-width: 0;
}

.telegram-label {
  margin-bottom: 14px;
  color: var(--gold);
  font-size: .70rem;
  letter-spacing: .17em;
  font-weight: 600;
}

.telegram-explainer h3 {
  max-width: 460px;
  margin-bottom: 18px;
  color: #F0ECE3;
  font-size: clamp(1.45rem, 2.2vw, 1.9rem);
}

.telegram-explainer > p:not(.telegram-label) {
  color: var(--muted);
  font-size: .94rem;
}

.telegram-list {
  max-width: 470px;
  margin-top: 24px;
}

.telegram-account-note {
  margin-top: 28px;
  padding: 20px 22px;
  border-left: 1px solid var(--gold);
  background: #0D0D0D;
}

.telegram-account-note strong,
.telegram-account-note span {
  display: block;
}

.telegram-account-note strong {
  margin-bottom: 5px;
  color: var(--gold-light);
  font-family: var(--font-title);
  text-transform: uppercase;
  letter-spacing: .05em;
}

.telegram-account-note span {
  color: #A9A59D;
  font-size: .80rem;
  line-height: 1.6;
}

.phone-stage {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.phone-shell {
  position: relative;
  width: min(390px, 100%);
  padding: 12px;
  border: 1px solid rgba(203,170,98,.42);
  border-radius: 38px;
  background: #090909;
  box-shadow: 0 34px 90px rgba(0,0,0,.62), 0 0 0 5px #151515;
}

.phone-speaker {
  position: absolute;
  z-index: 2;
  top: 13px;
  left: 50%;
  width: 82px;
  height: 5px;
  border-radius: 99px;
  background: #2C2C2C;
  transform: translateX(-50%);
}

.phone-screen {
  overflow: hidden;
  min-height: 680px;
  border-radius: 28px;
  background: #0B0D0F;
}

.phone-status {
  height: 34px;
  padding: 10px 18px 0;
  display: flex;
  justify-content: space-between;
  color: #D7D7D7;
  font-size: .60rem;
  letter-spacing: .04em;
}

.telegram-header {
  min-height: 64px;
  padding: 9px 14px 11px;
  display: flex;
  align-items: center;
  gap: 11px;
  border-bottom: 1px solid rgba(255,255,255,.07);
  background: #111418;
}

.telegram-avatar {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border: 1px solid rgba(203,170,98,.55);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold-light);
  background: #080808;
  font-family: var(--font-title);
  font-size: 1.12rem;
}

.telegram-header strong,
.telegram-header span {
  display: block;
}

.telegram-header strong {
  color: #F0EEE9;
  font-size: .68rem;
  line-height: 1.25;
  letter-spacing: .02em;
}

.telegram-header > div:last-child > span {
  margin-top: 3px;
  color: #80868D;
  font-size: .61rem;
}

.telegram-demo-note {
  padding: 9px 12px;
  text-align: center;
  color: #777D83;
  background: #0E1013;
  font-size: .55rem;
  letter-spacing: .11em;
}

.tg-message {
  position: relative;
  width: calc(100% - 28px);
  margin: 12px 14px 0;
  padding: 16px 16px 22px;
  border: 1px solid rgba(203,170,98,.16);
  border-radius: 13px 13px 13px 3px;
  background: #171A1F;
  box-shadow: 0 7px 18px rgba(0,0,0,.22);
}

.tg-message-title {
  margin-bottom: 11px;
  color: var(--gold-light);
  font-family: var(--font-title);
  font-size: .73rem;
  letter-spacing: .08em;
}

.tg-data {
  margin: 0;
}

.tg-data div {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 12px;
  padding: 4px 0;
  border: 0;
}

.tg-data dt,
.tg-data dd {
  font-size: .64rem;
  line-height: 1.4;
}

.tg-data dt {
  color: #8E949A;
}

.tg-data dd {
  color: #ECECEC;
}

.tg-main-line {
  margin: 6px 0;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  color: #979CA2;
  font-size: .68rem;
}

.tg-main-line strong {
  color: #F2F2F2;
  font-size: .76rem;
}

.tg-caption {
  margin: 8px 0 0;
  color: #A6ABB0;
  font-size: .66rem;
}

.tg-time {
  position: absolute;
  right: 12px;
  bottom: 6px;
  color: #676D73;
  font-size: .54rem;
}

.phone-caption {
  margin: 18px 0 0;
  color: #66625D;
  font-size: .66rem;
  text-transform: uppercase;
  letter-spacing: .10em;
}

/* Autonomie rationalisée en une seule section. */
.decision-block {
  width: min(var(--structured-width), 100%);
  margin: 58px auto 0;
  padding-top: 44px;
  border-top: 1px solid var(--line-soft);
}

.decision-block .eyebrow {
  margin-bottom: 26px;
}

/* Telegram dans les offres. */
.telegram-offer-note {
  width: 100%;
  margin: 0 0 24px;
  padding: 15px 14px;
  border-top: 1px solid rgba(203,170,98,.20);
  border-bottom: 1px solid rgba(203,170,98,.20);
  text-align: center;
}

.telegram-offer-note strong,
.telegram-offer-note span {
  display: block;
}

.telegram-offer-note strong {
  color: var(--gold-light);
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .07em;
}

.telegram-offer-note span {
  margin-top: 5px;
  color: #89867F;
  font-size: .72rem;
  line-height: 1.5;
}

/* FAQ un peu plus dense mais toujours calme. */
.faq-list-centered details p {
  max-width: 810px;
  color: #A9A59D;
}

@media (max-width: 980px) {
  .telegram-product {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .telegram-explainer {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
  }

  .telegram-explainer h3,
  .telegram-list {
    margin-left: auto;
    margin-right: auto;
  }

  .telegram-list {
    text-align: left;
  }

  .telegram-account-note {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    border-left: 0;
    border-top: 1px solid var(--gold);
  }
}

@media (max-width: 720px) {
  .delivery-line {
    flex-direction: column;
    gap: 8px;
  }

  .delivery-line > strong {
    line-height: 1.8;
  }

  .phone-shell {
    width: min(360px, calc(100vw - 42px));
    border-radius: 32px;
  }

  .phone-screen {
    min-height: 0;
    border-radius: 23px;
  }

  .tg-message {
    padding-left: 13px;
    padding-right: 13px;
  }

  .tg-data div {
    grid-template-columns: .95fr 1.05fr;
  }

  .decision-block {
    margin-top: 46px;
    padding-top: 36px;
  }
}
