

/* ==========================================
   ASF — Feuille de style unifiée WordPress
   Académie Supérieure de Formations
   ========================================== */


/* --- Bloc 1 --- */
:root {
      --navy:       #0A1628;
      --navy-mid:   #132040;
      --navy-light: #1e3055;
      --gold:       #C8A96E;
      --gold-light: #E8D5A8;
      --gold-pale:  #F7F0E3;
      --cream:      #F7F3ED;
      --white:      #FFFFFF;
      --gray:       #8A96A8;
      --gray-light: #E8ECF0;
      --green:      #2D6A4F;
      --green-light:#D8F3DC;
      --red-soft:   #C0392B;
      --red-pale:   #FDECEA;
    }
    * { margin:0; padding:0; box-sizing:border-box; }
    html { scroll-behavior:smooth; }
    body { font-family:'DM Sans',sans-serif; background:var(--cream); color:var(--navy); overflow-x:hidden; }

    /* ─── NAVBAR ─── */
    nav {
      position:fixed; top:0; left:0; right:0; z-index:100;
      padding:0 5%; height:80px;
      display:flex; align-items:center; justify-content:space-between;
      background:rgba(10,22,40,0.97); backdrop-filter:blur(12px);
      border-bottom:1px solid rgba(200,169,110,0.2);
    }
    .nav-logo { display:flex; align-items:center; gap:14px; text-decoration:none; }
    .nav-logo-mark { width:42px; height:42px; border:2px solid var(--gold); display:flex; align-items:center; justify-content:center; font-family:'Cormorant Garamond',serif; font-size:20px; color:var(--gold); font-weight:700; }
    .nav-logo-text { font-family:'Cormorant Garamond',serif; color:var(--white); font-size:17px; font-weight:500; line-height:1.2; }
    .nav-logo-text span { display:block; font-size:11px; color:var(--gold); font-family:'DM Sans',sans-serif; letter-spacing:2px; text-transform:uppercase; font-weight:300; }
    .nav-links { display:flex; gap:36px; list-style:none; }
    .nav-links a { color:rgba(255,255,255,0.75); text-decoration:none; font-size:13px; letter-spacing:1.5px; text-transform:uppercase; transition:color 0.3s; }
    .nav-links a:hover, .nav-links a.active { color:var(--gold); }
    .nav-cta { background:transparent; border:1px solid var(--gold); color:var(--gold); padding:10px 24px; font-family:'DM Sans',sans-serif; font-size:12px; letter-spacing:2px; text-transform:uppercase; cursor:pointer; text-decoration:none; transition:all 0.3s; }
    .nav-cta:hover { background:var(--gold); color:var(--navy); }

    /* ─── HERO ─── */
    .hero {
      min-height:100vh; background:var(--navy);
      position:relative; display:flex; align-items:center; overflow:hidden;
    }
    .hero-grid { position:absolute; inset:0; background-image: linear-gradient(rgba(200,169,110,0.04) 1px,transparent 1px), linear-gradient(90deg,rgba(200,169,110,0.04) 1px,transparent 1px); background-size:80px 80px; }
    .hero-glow { position:absolute; right:-5%; top:15%; width:600px; height:600px; border-radius:50%; background:radial-gradient(circle,rgba(200,169,110,0.07) 0%,transparent 65%); }
    .hero-line { position:absolute; left:5%; top:0; bottom:0; width:1px; background:linear-gradient(to bottom,transparent,rgba(200,169,110,0.3),transparent); }
    .hero-content { position:relative; z-index:2; padding:0 5%; max-width:820px; margin-top:80px; }
    .breadcrumb { display:flex; align-items:center; gap:10px; margin-bottom:28px; font-size:11px; letter-spacing:2px; text-transform:uppercase; }
    .breadcrumb a { color:var(--gray); text-decoration:none; transition:color 0.3s; }
    .breadcrumb a:hover { color:var(--gold); }
    .breadcrumb-sep { color:var(--gold); }
    .breadcrumb span { color:rgba(255,255,255,0.4); }
    .hero-tag { display:inline-flex; align-items:center; gap:10px; margin-bottom:24px; }
    .hero-tag-line { width:40px; height:1px; background:var(--gold); }
    .hero-tag-text { font-size:11px; letter-spacing:4px; text-transform:uppercase; color:var(--gold); }
    .hero h1 { font-family:'Cormorant Garamond',serif; font-size:clamp(50px,7vw,92px); font-weight:300; color:var(--white); line-height:1.05; letter-spacing:-1px; margin-bottom:24px; }
    .hero h1 em { font-style:italic; color:var(--gold); }
    .hero-desc { font-size:16px; color:rgba(255,255,255,0.5); max-width:560px; line-height:1.85; font-weight:300; margin-bottom:48px; }
    .hero-pills { display:flex; gap:12px; flex-wrap:wrap; }
    .hero-pill { border:1px solid rgba(200,169,110,0.35); color:var(--gold-light); font-size:11px; letter-spacing:2px; text-transform:uppercase; padding:8px 18px; }

    /* ─── COMMUNS ─── */
    .section-tag { display:flex; align-items:center; gap:12px; margin-bottom:18px; }
    .section-tag-line { width:30px; height:1px; background:var(--gold); }
    .section-tag-text { font-size:11px; letter-spacing:3.5px; text-transform:uppercase; color:var(--gold); }
    .section-title { font-family:'Cormorant Garamond',serif; font-size:clamp(34px,4vw,58px); font-weight:400; line-height:1.1; color:var(--navy); margin-bottom:20px; }
    .section-title em { font-style:italic; color:var(--gold); }
    .section-title-w { color:var(--white); }

    /* ─── DÉFINITION ─── */
    .definition { padding:120px 5%; background:var(--cream); display:grid; grid-template-columns:1fr 1fr; gap:90px; align-items:center; }
    .def-text p { font-size:15px; line-height:1.95; color:#4A5568; margin-bottom:20px; font-weight:300; }
    .def-text p strong { color:var(--navy); font-weight:500; }
    .def-visual { position:relative; }
    .def-img { width:100%; height:400px; object-fit:cover; object-position:center; display:block; }
    .def-badge { position:absolute; bottom:-20px; right:-20px; background:var(--navy); border:2px solid var(--gold); padding:24px 28px; text-align:center; }
    .def-badge-num { font-family:'Cormorant Garamond',serif; font-size:44px; color:var(--gold); font-weight:300; line-height:1; }
    .def-badge-label { font-size:10px; letter-spacing:2px; text-transform:uppercase; color:rgba(255,255,255,0.6); margin-top:4px; }

    /* ─── DEUX CONTRATS ─── */
    .contrats { padding:100px 5%; background:var(--navy); }
    .contrats-grid { display:grid; grid-template-columns:1fr 1fr; gap:3px; margin-top:60px; }
    .contrat-card { background:var(--navy-mid); padding:52px 44px; position:relative; overflow:hidden; }
    .contrat-card::before { content:''; position:absolute; top:0; left:0; right:0; height:3px; }
    .contrat-card:first-child::before { background:var(--gold); }
    .contrat-card:last-child::before { background:#5B8DEF; }
    .contrat-icon { font-size:38px; margin-bottom:22px; display:block; }
    .contrat-title { font-family:'Cormorant Garamond',serif; font-size:28px; color:var(--white); font-weight:500; margin-bottom:14px; }
    .contrat-rows { display:flex; flex-direction:column; gap:12px; margin-top:24px; }
    .contrat-row { display:flex; align-items:flex-start; gap:12px; font-size:13px; color:rgba(255,255,255,0.55); line-height:1.65; }
    .contrat-row-bullet { color:var(--gold); flex-shrink:0; margin-top:2px; }

    /* ─── RYTHME ─── */
    .rythme { padding:120px 5%; background:var(--cream); }
    .rythme-intro { max-width:680px; margin-bottom:80px; }
    .rythme-intro p { font-size:15px; color:#4A5568; line-height:1.9; font-weight:300; margin-top:18px; }

    .rythme-cards { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; margin-bottom:60px; }
    .rythme-card { background:var(--white); overflow:hidden; }
    .rythme-card-head { padding:32px 28px 22px; position:relative; }
    .rythme-card-head::after { content:''; position:absolute; bottom:0; left:0; right:0; height:2px; }
    .rythme-card.cap .rythme-card-head::after  { background:#E8956D; }
    .rythme-card.dev .rythme-card-head::after  { background:#5B8DEF; }
    .rythme-card.rh  .rythme-card-head::after  { background:#6DBE9A; }
    .rythme-card.avf .rythme-card-head::after  { background:#C87EC8; }
    .rythme-card-emoji { font-size:30px; margin-bottom:14px; display:block; }
    .rythme-card-title { font-family:'Cormorant Garamond',serif; font-size:20px; font-weight:500; color:var(--navy); line-height:1.2; }
    .rythme-card-body { padding:22px 28px 32px; }
    .rythme-split { display:flex; gap:10px; margin-bottom:18px; }
    .rythme-split-item { flex:1; text-align:center; padding:14px 8px; }
    .rythme-split-item.ecole { background:var(--gold-pale); }
    .rythme-split-item.entreprise { background:var(--navy); }
    .rythme-split-num { font-family:'Cormorant Garamond',serif; font-size:32px; font-weight:300; line-height:1; }
    .rythme-split-item.ecole .rythme-split-num { color:var(--navy); }
    .rythme-split-item.entreprise .rythme-split-num { color:var(--gold); }
    .rythme-split-label { font-size:10px; letter-spacing:1.5px; text-transform:uppercase; margin-top:5px; }
    .rythme-split-item.ecole .rythme-split-label { color:var(--gray); }
    .rythme-split-item.entreprise .rythme-split-label { color:rgba(255,255,255,0.5); }
    .rythme-card-info { font-size:12px; color:var(--gray); line-height:1.65; }

    /* Planning */
    .planning-box { background:var(--white); padding:48px 52px; border-left:4px solid var(--gold); margin-top:0; }
    .planning-box h3 { font-family:'Cormorant Garamond',serif; font-size:28px; font-weight:500; color:var(--navy); margin-bottom:14px; }
    .planning-box p { font-size:14px; color:#4A5568; line-height:1.85; font-weight:300; margin-bottom:20px; }
    .planning-weeks { display:grid; grid-template-columns:repeat(10,1fr); gap:4px; margin-top:28px; }
    .planning-week { height:36px; display:flex; align-items:center; justify-content:center; font-size:9px; letter-spacing:1px; text-transform:uppercase; font-weight:500; }
    .pw-ecole { background:var(--gold-pale); color:var(--navy); }
    .pw-entreprise { background:var(--navy); color:var(--gold-light); }
    .pw-exam { background:var(--gold); color:var(--navy); }
    .planning-legend { display:flex; gap:28px; margin-top:16px; flex-wrap:wrap; }
    .legend-item { display:flex; align-items:center; gap:8px; font-size:11px; color:var(--gray); }
    .legend-dot { width:14px; height:14px; flex-shrink:0; }

    /* ─── STATUT SALARIÉ ─── */
    .statut { padding:120px 5%; background:var(--navy); display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:start; }
    .statut-text { }
    .statut-text p { font-size:15px; color:rgba(255,255,255,0.55); line-height:1.9; font-weight:300; margin-top:18px; margin-bottom:28px; }
    .statut-obligations { display:flex; flex-direction:column; gap:14px; }
    .statut-oblig { display:flex; align-items:flex-start; gap:16px; padding:18px 22px; background:rgba(255,255,255,0.04); border-left:2px solid var(--gold); }
    .statut-oblig-icon { font-size:22px; flex-shrink:0; }
    .statut-oblig-text h5 { font-size:13px; font-weight:500; color:var(--white); margin-bottom:4px; }
    .statut-oblig-text p { font-size:12px; color:rgba(255,255,255,0.4); line-height:1.6; margin:0; font-weight:300; }

    .remuneration-card { background:var(--navy-mid); padding:44px 40px; border:1px solid rgba(200,169,110,0.2); }
    .remuneration-card h3 { font-family:'Cormorant Garamond',serif; font-size:26px; color:var(--white); margin-bottom:24px; font-weight:400; }
    .remun-table { width:100%; border-collapse:collapse; }
    .remun-table th { font-size:10px; letter-spacing:2px; text-transform:uppercase; color:var(--gold); padding:8px 12px; text-align:left; border-bottom:1px solid rgba(200,169,110,0.2); }
    .remun-table td { font-size:13px; color:rgba(255,255,255,0.7); padding:10px 12px; border-bottom:1px solid rgba(255,255,255,0.05); }
    .remun-table tr:last-child td { border-bottom:none; }
    .remun-table td:last-child { color:var(--gold); font-weight:500; text-align:right; }
    .remun-note { font-size:11px; color:rgba(255,255,255,0.3); margin-top:16px; font-style:italic; line-height:1.5; }

    /* ─── MAÎTRE D'APPRENTISSAGE ─── */
    .maitre { padding:120px 5%; background:var(--cream); }
    .maitre-layout { display:grid; grid-template-columns:1fr 1fr; gap:80px; margin-top:60px; align-items:start; }
    .maitre-def { }
    .maitre-def p { font-size:15px; color:#4A5568; line-height:1.9; font-weight:300; margin-bottom:20px; }
    .maitre-card { background:var(--navy); padding:44px 40px; position:relative; }
    .maitre-card::before { content:'"'; font-family:'Cormorant Garamond',serif; font-size:80px; color:var(--gold); line-height:0.8; opacity:0.3; position:absolute; top:24px; right:28px; }
    .maitre-card-title { font-family:'Cormorant Garamond',serif; font-size:22px; color:var(--white); margin-bottom:18px; font-weight:400; font-style:italic; }
    .maitre-card p { font-size:13px; color:rgba(255,255,255,0.5); line-height:1.8; font-weight:300; }
    .maitre-missions { display:flex; flex-direction:column; gap:12px; margin-top:24px; }
    .maitre-mission { display:flex; align-items:flex-start; gap:12px; font-size:13px; color:rgba(255,255,255,0.65); line-height:1.65; }
    .maitre-mission-icon { color:var(--gold); flex-shrink:0; font-size:15px; margin-top:1px; }
    .maitre-conditions { background:var(--gold-pale); padding:32px; margin-top:32px; border-left:3px solid var(--gold); }
    .maitre-conditions h4 { font-family:'Cormorant Garamond',serif; font-size:20px; color:var(--navy); margin-bottom:14px; }
    .maitre-conditions ul { list-style:none; display:flex; flex-direction:column; gap:8px; }
    .maitre-conditions li { font-size:13px; color:#4A5568; line-height:1.6; padding-left:16px; position:relative; }
    .maitre-conditions li::before { content:'—'; position:absolute; left:0; color:var(--gold); }

    /* ─── TRIANGLE ACTEURS ─── */
    .acteurs { padding:100px 5%; background:var(--navy); text-align:center; }
    .acteurs-triangle { display:flex; justify-content:center; margin-top:60px; }
    .triangle-wrap { position:relative; width:500px; height:420px; }
    .triangle-node { position:absolute; background:var(--navy-mid); border:1px solid rgba(200,169,110,0.3); padding:22px 28px; text-align:center; min-width:140px; transition:background 0.3s; }
    .triangle-node:hover { background:#1a2d4a; }
    .triangle-node-icon { font-size:30px; margin-bottom:8px; }
    .triangle-node-title { font-family:'Cormorant Garamond',serif; font-size:18px; color:var(--white); font-weight:500; }
    .triangle-node-sub { font-size:10px; letter-spacing:1.5px; color:var(--gold); text-transform:uppercase; }
    .triangle-node.apprenant { top:0; left:50%; transform:translateX(-50%); }
    .triangle-node.academie { bottom:0; left:0; }
    .triangle-node.entreprise { bottom:0; right:0; }
    .triangle-line { position:absolute; background:rgba(200,169,110,0.2); }
    .triangle-arrow { position:absolute; font-size:11px; color:rgba(200,169,110,0.5); letter-spacing:1px; text-transform:uppercase; white-space:nowrap; }

    /* ─── AVANTAGES / INCONVÉNIENTS ─── */
    .avantages { padding:120px 5%; background:var(--cream); }
    .avantages-grid { display:grid; grid-template-columns:1fr 1fr; gap:3px; margin-top:60px; }
    .avantage-side { padding:60px 52px; }
    .avantage-side.pros { background:var(--white); }
    .avantage-side.cons { background:var(--white); border-left:2px solid var(--gray-light); }
    .avantage-header { display:flex; align-items:center; gap:14px; margin-bottom:36px; }
    .avantage-icon { font-size:36px; }
    .avantage-title { font-family:'Cormorant Garamond',serif; font-size:28px; font-weight:500; }
    .avantage-side.pros .avantage-title { color:var(--green); }
    .avantage-side.cons .avantage-title { color:var(--red-soft); }
    .avantage-items { display:flex; flex-direction:column; gap:16px; }
    .avantage-item { display:flex; align-items:flex-start; gap:16px; padding:18px 20px; }
    .avantage-side.pros .avantage-item { background:var(--green-light); border-left:3px solid var(--green); }
    .avantage-side.cons .avantage-item { background:var(--red-pale); border-left:3px solid var(--red-soft); }
    .avantage-item-icon { font-size:20px; flex-shrink:0; margin-top:1px; }
    .avantage-item-content h5 { font-size:13px; font-weight:500; color:var(--navy); margin-bottom:5px; }
    .avantage-item-content p { font-size:12px; color:#6A7A8A; line-height:1.65; font-weight:300; }

    /* ─── DÉBOUCHÉS ─── */
    .debouches { padding:120px 5%; background:var(--navy); }
    .debouches-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-top:60px; }
    .debouche-card { background:var(--navy-mid); padding:40px 34px; position:relative; overflow:hidden; transition:background 0.3s; }
    .debouche-card:hover { background:#1a2d4a; }
    .debouche-card::after { content:''; position:absolute; bottom:0; left:0; right:0; height:2px; background:var(--gold); transform:scaleX(0); transition:transform 0.4s; }
    .debouche-card:hover::after { transform:scaleX(1); }
    .debouche-card-icon { font-size:34px; margin-bottom:18px; display:block; }
    .debouche-card-title { font-family:'Cormorant Garamond',serif; font-size:22px; color:var(--white); font-weight:500; margin-bottom:12px; }
    .debouche-card-text { font-size:13px; color:rgba(255,255,255,0.45); line-height:1.8; font-weight:300; }

    /* ─── CTA ─── */
    .cta-section { padding:120px 5%; background:var(--gold); text-align:center; }
    .cta-section .section-title { color:var(--navy); }
    .cta-section .section-tag-text { color:var(--navy); opacity:0.6; }
    .cta-section .section-tag-line { background:var(--navy); opacity:0.3; }
    .cta-section p { font-size:16px; color:var(--navy-mid); max-width:520px; margin:0 auto 48px; line-height:1.8; font-weight:300; opacity:0.8; }
    .cta-btns { display:flex; gap:16px; justify-content:center; flex-wrap:wrap; }
    .btn-navy { background:var(--navy); color:var(--white); padding:16px 44px; font-size:12px; letter-spacing:2.5px; text-transform:uppercase; border:none; cursor:pointer; font-family:'DM Sans',sans-serif; font-weight:500; transition:all 0.3s; text-decoration:none; display:inline-block; }
    .btn-navy:hover { background:var(--navy-light); transform:translateY(-2px); }
    .btn-white-outline { background:transparent; border:1.5px solid rgba(10,22,40,0.4); color:var(--navy); padding:16px 44px; font-size:12px; letter-spacing:2.5px; text-transform:uppercase; cursor:pointer; font-family:'DM Sans',sans-serif; transition:all 0.3s; text-decoration:none; display:inline-block; }
    .btn-white-outline:hover { background:rgba(10,22,40,0.08); }

    /* ─── FOOTER ─── */
    footer { background:#060e1a; padding:50px 5%; display:flex; justify-content:space-between; align-items:center; border-top:1px solid rgba(200,169,110,0.15); flex-wrap:wrap; gap:24px; }
    .footer-logo { font-family:'Cormorant Garamond',serif; font-size:20px; color:var(--white); }
    .footer-logo span { color:var(--gold); }
    .footer-links { display:flex; gap:32px; list-style:none; }
    .footer-links a { color:rgba(255,255,255,0.4); text-decoration:none; font-size:12px; letter-spacing:1px; transition:color 0.3s; }
    .footer-links a:hover { color:var(--gold); }
    .footer-copy { font-size:12px; color:rgba(255,255,255,0.25); }

    /* ─── ANIMATIONS ─── */
    .fade-in { opacity:0; transform:translateY(22px); transition:opacity 0.7s ease,transform 0.7s ease; }
    .fade-in.visible { opacity:1; transform:translateY(0); }

    /* ─── RESPONSIVE ─── */
    @media(max-width:1000px) {
      .definition, .statut, .maitre-layout { grid-template-columns:1fr; gap:50px; }
      .contrats-grid, .avantages-grid { grid-template-columns:1fr; }
      .rythme-cards { grid-template-columns:1fr 1fr; }
      .debouches-grid { grid-template-columns:1fr 1fr; }
    }
    @media(max-width:700px) {
      .nav-links { display:none; }
      .rythme-cards { grid-template-columns:1fr; }
      .debouches-grid { grid-template-columns:1fr; }
      .planning-weeks { grid-template-columns:repeat(5,1fr); }
    }

/* --- Bloc 2 --- */
:root {
      --navy: #0A1628;
      --navy-mid: #132040;
      --gold: #C8A96E;
      --gold-light: #E8D5A8;
      --cream: #F7F3ED;
      --white: #FFFFFF;
      --gray: #8A96A8;
      --gray-light: #E8ECF0;
    }

    * { margin: 0; padding: 0; box-sizing: border-box; }

    html { scroll-behavior: smooth; }

    body {
      font-family: 'DM Sans', sans-serif;
      background: var(--cream);
      color: var(--navy);
      overflow-x: hidden;
    }

    /* ─── NAVBAR ─── */
    nav {
      position: fixed;
      top: 0; left: 0; right: 0;
      z-index: 100;
      padding: 0 5%;
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: rgba(10, 22, 40, 0.97);
      backdrop-filter: blur(12px);
      border-bottom: 1px solid rgba(200, 169, 110, 0.2);
    }

    .nav-logo {
      display: flex;
      align-items: center;
      gap: 14px;
    }

    .nav-logo-mark {
      width: 42px; height: 42px;
      border: 2px solid var(--gold);
      display: flex; align-items: center; justify-content: center;
      font-family: 'Cormorant Garamond', serif;
      font-size: 20px;
      color: var(--gold);
      font-weight: 700;
      letter-spacing: 1px;
    }

    .nav-logo-text {
      font-family: 'Cormorant Garamond', serif;
      color: var(--white);
      font-size: 17px;
      font-weight: 500;
      letter-spacing: 0.5px;
      line-height: 1.2;
    }

    .nav-logo-text span {
      display: block;
      font-size: 11px;
      color: var(--gold);
      font-family: 'DM Sans', sans-serif;
      letter-spacing: 2px;
      text-transform: uppercase;
      font-weight: 300;
    }

    .nav-links {
      display: flex;
      gap: 36px;
      list-style: none;
    }

    .nav-links a {
      color: rgba(255,255,255,0.75);
      text-decoration: none;
      font-size: 13px;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      font-weight: 400;
      transition: color 0.3s;
    }

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

    .nav-cta {
      background: transparent;
      border: 1px solid var(--gold);
      color: var(--gold);
      padding: 10px 24px;
      font-family: 'DM Sans', sans-serif;
      font-size: 12px;
      letter-spacing: 2px;
      text-transform: uppercase;
      cursor: pointer;
      transition: all 0.3s;
    }

    .nav-cta:hover {
      background: var(--gold);
      color: var(--navy);
    }

    /* ─── HERO ─── */
    .hero {
      min-height: 100vh;
      background: var(--navy);
      position: relative;
      display: flex;
      align-items: center;
      overflow: hidden;
    }

    .hero-bg-pattern {
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(200, 169, 110, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(200, 169, 110, 0.04) 1px, transparent 1px);
      background-size: 80px 80px;
    }

    .hero-bg-circle {
      position: absolute;
      right: -10%;
      top: 50%;
      transform: translateY(-50%);
      width: 700px; height: 700px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(200, 169, 110, 0.08) 0%, transparent 70%);
      pointer-events: none;
    }

    .hero-line {
      position: absolute;
      left: 5%;
      top: 0; bottom: 0;
      width: 1px;
      background: linear-gradient(to bottom, transparent, rgba(200, 169, 110, 0.3), transparent);
    }

    .hero-content {
      position: relative;
      z-index: 2;
      padding: 0 5%;
      max-width: 900px;
      margin-top: 80px;
      animation: fadeUp 1s ease forwards;
    }

    .hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 36px;
    }

    .hero-badge-line {
      width: 40px; height: 1px;
      background: var(--gold);
    }

    .hero-badge-text {
      font-size: 11px;
      letter-spacing: 4px;
      text-transform: uppercase;
      color: var(--gold);
      font-weight: 400;
    }

    .hero h1 {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(52px, 7vw, 96px);
      font-weight: 300;
      color: var(--white);
      line-height: 1.05;
      letter-spacing: -1px;
      margin-bottom: 28px;
    }

    .hero h1 em {
      font-style: italic;
      color: var(--gold);
    }

    .hero-subtitle {
      font-size: 16px;
      color: rgba(255,255,255,0.55);
      max-width: 520px;
      line-height: 1.8;
      margin-bottom: 52px;
      font-weight: 300;
    }

    .hero-actions {
      display: flex;
      gap: 20px;
      align-items: center;
      flex-wrap: wrap;
    }

    .btn-primary {
      background: var(--gold);
      color: var(--navy);
      padding: 16px 40px;
      font-family: 'DM Sans', sans-serif;
      font-size: 12px;
      letter-spacing: 2.5px;
      text-transform: uppercase;
      border: none;
      cursor: pointer;
      font-weight: 500;
      transition: all 0.3s;
      text-decoration: none;
      display: inline-block;
    }

    .btn-primary:hover {
      background: var(--gold-light);
      transform: translateY(-2px);
    }

    .btn-ghost {
      color: rgba(255,255,255,0.7);
      font-size: 13px;
      letter-spacing: 1px;
      text-decoration: none;
      display: flex;
      align-items: center;
      gap: 8px;
      transition: color 0.3s;
    }

    .btn-ghost:hover { color: var(--gold); }
    .btn-ghost::after { content: '→'; }

    .hero-stats {
      position: absolute;
      bottom: 60px;
      right: 5%;
      display: flex;
      gap: 60px;
    }

    .hero-stat {
      text-align: right;
    }

    .hero-stat-number {
      font-family: 'Cormorant Garamond', serif;
      font-size: 44px;
      color: var(--white);
      font-weight: 300;
      line-height: 1;
    }

    .hero-stat-number span {
      color: var(--gold);
    }

    .hero-stat-label {
      font-size: 11px;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--gray);
      margin-top: 6px;
    }

    /* ─── SECTION COMMONS ─── */
    section { padding: 120px 5%; }

    .section-tag {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 20px;
    }

    .section-tag-line {
      width: 30px; height: 1px;
      background: var(--gold);
    }

    .section-tag-text {
      font-size: 11px;
      letter-spacing: 3.5px;
      text-transform: uppercase;
      color: var(--gold);
    }

    .section-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(36px, 4.5vw, 62px);
      font-weight: 400;
      line-height: 1.1;
      color: var(--navy);
      margin-bottom: 24px;
    }

    .section-title em {
      font-style: italic;
      color: var(--gold);
    }

    /* ─── À PROPOS ─── */
    .about {
      background: var(--cream);
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 100px;
      align-items: center;
    }

    .about-text p {
      font-size: 15px;
      line-height: 1.9;
      color: #4A5568;
      margin-bottom: 20px;
      font-weight: 300;
    }

    .about-visual {
      position: relative;
    }

    .about-card {
      background: var(--navy);
      padding: 60px 50px;
      position: relative;
    }

    .about-card::before {
      content: '';
      position: absolute;
      top: -12px; left: -12px;
      right: 12px; bottom: 12px;
      border: 1px solid var(--gold);
      pointer-events: none;
    }

    .about-card-quote {
      font-family: 'Cormorant Garamond', serif;
      font-size: 68px;
      color: var(--gold);
      line-height: 0.8;
      margin-bottom: 20px;
      opacity: 0.4;
    }

    .about-card-text {
      font-family: 'Cormorant Garamond', serif;
      font-size: 22px;
      color: var(--white);
      font-style: italic;
      font-weight: 300;
      line-height: 1.6;
    }

    .about-card-author {
      margin-top: 28px;
      font-size: 11px;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--gold);
    }

    .about-certif {
      margin-top: 40px;
      padding: 20px 24px;
      border: 1px solid var(--gray-light);
      display: flex;
      align-items: center;
      gap: 16px;
    }

    .certif-icon {
      width: 44px; height: 44px;
      background: var(--gold);
      display: flex; align-items: center; justify-content: center;
      font-size: 20px;
      flex-shrink: 0;
    }

    .certif-text strong {
      display: block;
      font-size: 13px;
      font-weight: 500;
      color: var(--navy);
    }

    .certif-text span {
      font-size: 12px;
      color: var(--gray);
    }

    /* ─── FORMATIONS ─── */
    .formations {
      background: var(--navy);
    }

    .formations .section-title { color: var(--white); }

    .formations-intro {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      margin-bottom: 70px;
      gap: 40px;
      flex-wrap: wrap;
    }

    .formations-desc {
      font-size: 15px;
      color: rgba(255,255,255,0.5);
      max-width: 400px;
      line-height: 1.8;
      font-weight: 300;
    }

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

    .formation-card {
      background: var(--navy-mid);
      padding: 50px 40px;
      position: relative;
      overflow: hidden;
      cursor: pointer;
      transition: background 0.4s;
    }

    .formation-card:hover {
      background: #1a2d4a;
    }

    .formation-card::after {
      content: '';
      position: absolute;
      bottom: 0; left: 0;
      width: 0; height: 2px;
      background: var(--gold);
      transition: width 0.4s;
    }

    .formation-card:hover::after { width: 100%; }

    .formation-num {
      font-family: 'Cormorant Garamond', serif;
      font-size: 64px;
      color: rgba(200, 169, 110, 0.12);
      font-weight: 700;
      line-height: 1;
      margin-bottom: 28px;
    }

    .formation-icon {
      font-size: 30px;
      margin-bottom: 20px;
    }

    .formation-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: 24px;
      color: var(--white);
      font-weight: 500;
      margin-bottom: 14px;
      line-height: 1.2;
    }

    .formation-desc {
      font-size: 13px;
      color: rgba(255,255,255,0.45);
      line-height: 1.8;
      font-weight: 300;
    }

    .formation-tags {
      margin-top: 28px;
      display: flex;
      gap: 8px;
      flex-wrap: wrap;
    }

    .formation-tag {
      border: 1px solid rgba(200, 169, 110, 0.3);
      color: var(--gold);
      font-size: 10px;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      padding: 5px 10px;
    }

    /* ─── ALTERNANCE ─── */
    .alternance {
      background: var(--cream);
    }

    .alternance-layout {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 80px;
      align-items: start;
      margin-top: 60px;
    }

    .alternance-steps {
      display: flex;
      flex-direction: column;
      gap: 0;
    }

    .step {
      display: flex;
      gap: 24px;
      padding: 32px 0;
      border-bottom: 1px solid var(--gray-light);
      position: relative;
    }

    .step:first-child { padding-top: 0; }

    .step-num {
      font-family: 'Cormorant Garamond', serif;
      font-size: 36px;
      color: var(--gold);
      font-weight: 300;
      line-height: 1;
      flex-shrink: 0;
      width: 40px;
    }

    .step-content h4 {
      font-family: 'Cormorant Garamond', serif;
      font-size: 22px;
      font-weight: 500;
      color: var(--navy);
      margin-bottom: 8px;
    }

    .step-content p {
      font-size: 13px;
      color: #6A7A8A;
      line-height: 1.8;
      font-weight: 300;
    }

    .alternance-benefits {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .benefit-box {
      background: var(--white);
      padding: 32px;
      border-left: 3px solid var(--gold);
    }

    .benefit-box h4 {
      font-family: 'Cormorant Garamond', serif;
      font-size: 20px;
      color: var(--navy);
      margin-bottom: 10px;
    }

    .benefit-box p {
      font-size: 13px;
      color: #6A7A8A;
      line-height: 1.7;
      font-weight: 300;
    }

    /* ─── CHIFFRES CLÉS ─── */
    .chiffres {
      background: var(--navy);
      text-align: center;
    }

    .chiffres .section-title { color: var(--white); }

    .chiffres-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 2px;
      margin-top: 70px;
    }

    .chiffre-item {
      background: var(--navy-mid);
      padding: 60px 30px;
    }

    .chiffre-number {
      font-family: 'Cormorant Garamond', serif;
      font-size: 68px;
      font-weight: 300;
      color: var(--gold);
      line-height: 1;
      margin-bottom: 12px;
    }

    .chiffre-label {
      font-size: 11px;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: rgba(255,255,255,0.4);
    }

    /* ─── TEMOIGNAGES ─── */
    .temoignages {
      background: var(--cream);
    }

    .temoignages-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      margin-top: 60px;
    }

    .temoignage-card {
      background: var(--white);
      padding: 44px 36px;
      position: relative;
    }

    .temoignage-stars {
      color: var(--gold);
      font-size: 13px;
      letter-spacing: 4px;
      margin-bottom: 24px;
    }

    .temoignage-text {
      font-family: 'Cormorant Garamond', serif;
      font-size: 19px;
      font-style: italic;
      color: var(--navy);
      line-height: 1.7;
      font-weight: 400;
      margin-bottom: 28px;
    }

    .temoignage-author {
      display: flex;
      align-items: center;
      gap: 14px;
    }

    .temoignage-avatar {
      width: 42px; height: 42px;
      border-radius: 50%;
      background: var(--navy);
      display: flex; align-items: center; justify-content: center;
      font-family: 'Cormorant Garamond', serif;
      font-size: 18px;
      color: var(--gold);
      font-weight: 600;
    }

    .temoignage-name {
      font-size: 13px;
      font-weight: 500;
      color: var(--navy);
    }

    .temoignage-role {
      font-size: 11px;
      color: var(--gray);
      letter-spacing: 0.5px;
    }

    /* ─── CONTACT ─── */
    .contact {
      background: var(--navy);
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 100px;
      align-items: center;
    }

    .contact-left .section-title { color: var(--white); }

    .contact-info {
      margin-top: 50px;
      display: flex;
      flex-direction: column;
      gap: 28px;
    }

    .contact-info-item {
      display: flex;
      align-items: flex-start;
      gap: 16px;
    }

    .contact-info-icon {
      width: 40px; height: 40px;
      border: 1px solid rgba(200, 169, 110, 0.3);
      display: flex; align-items: center; justify-content: center;
      font-size: 16px;
      flex-shrink: 0;
    }

    .contact-info-text strong {
      display: block;
      font-size: 13px;
      color: rgba(255,255,255,0.5);
      letter-spacing: 1px;
      text-transform: uppercase;
      font-weight: 400;
      margin-bottom: 4px;
    }

    .contact-info-text span {
      font-size: 15px;
      color: var(--white);
    }

    .contact-form {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

    .form-group {
      display: flex;
      flex-direction: column;
      gap: 8px;
    }

    .form-group label {
      font-size: 11px;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--gold);
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
      background: rgba(255,255,255,0.05);
      border: 1px solid rgba(255,255,255,0.12);
      color: var(--white);
      padding: 14px 18px;
      font-family: 'DM Sans', sans-serif;
      font-size: 14px;
      outline: none;
      transition: border-color 0.3s;
      width: 100%;
    }

    .form-group input::placeholder,
    .form-group textarea::placeholder {
      color: rgba(255,255,255,0.3);
    }

    .form-group input:focus,
    .form-group select:focus,
    .form-group textarea:focus {
      border-color: var(--gold);
    }

    .form-group select option {
      background: var(--navy-mid);
    }

    .form-group textarea {
      resize: vertical;
      min-height: 120px;
    }

    .form-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
    }

    /* ─── FOOTER ─── */
    footer {
      background: #060e1a;
      padding: 60px 5%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-top: 1px solid rgba(200, 169, 110, 0.15);
      flex-wrap: wrap;
      gap: 24px;
    }

    .footer-logo {
      font-family: 'Cormorant Garamond', serif;
      font-size: 20px;
      color: var(--white);
      font-weight: 400;
      letter-spacing: 0.5px;
    }

    .footer-logo span {
      color: var(--gold);
    }

    .footer-links {
      display: flex;
      gap: 32px;
      list-style: none;
    }

    .footer-links a {
      color: rgba(255,255,255,0.4);
      text-decoration: none;
      font-size: 12px;
      letter-spacing: 1px;
      transition: color 0.3s;
    }

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

    .footer-copy {
      font-size: 12px;
      color: rgba(255,255,255,0.25);
    }

    /* ─── ANIMATIONS ─── */
    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(30px); }
      to { opacity: 1; transform: translateY(0); }
    }

    .fade-in {
      opacity: 0;
      transform: translateY(24px);
      transition: opacity 0.7s ease, transform 0.7s ease;
    }

    .fade-in.visible {
      opacity: 1;
      transform: translateY(0);
    }

    /* ─── RESPONSIVE ─── */
    @media (max-width: 900px) {
      .nav-links { display: none; }
      .about, .contact { grid-template-columns: 1fr; gap: 50px; }
      .formations-grid { grid-template-columns: 1fr; }
      .alternance-layout { grid-template-columns: 1fr; gap: 40px; }
      .chiffres-grid { grid-template-columns: repeat(2, 1fr); }
      .temoignages-grid { grid-template-columns: 1fr; }
      .hero-stats { display: none; }
      .form-row { grid-template-columns: 1fr; }
    }
  
    .formation-card img {
      width: 100%;
      height: 180px;
      object-fit: cover;
      object-position: center;
      display: block;
      margin-bottom: 20px;
      transition: transform 0.4s ease;
      filter: brightness(0.92);
    }
    .formation-card:hover img { transform: scale(1.04); filter: brightness(1); }
    .formation-card { overflow: hidden; }

  
    /* ─── BANDEAU GRATUITE (intégré dans le hero page d'accueil) ─── */
    .gratuite-banner {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      background: var(--gold);
      padding: 11px 22px;
      margin-top: 32px;
      flex-wrap: wrap;
    }
    .gratuite-icon { font-size: 17px; flex-shrink: 0; }
    .gratuite-text {
      font-size: 13px;
      color: var(--navy);
      line-height: 1.45;
    }
    .gratuite-text strong { font-weight: 600; }
    .gratuite-link {
      font-size: 11px;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: var(--navy);
      font-weight: 600;
      text-decoration: none;
      border-bottom: 1px solid rgba(10,22,40,0.4);
      padding-bottom: 1px;
      white-space: nowrap;
      flex-shrink: 0;
    }
    .gratuite-link:hover { border-bottom-color: var(--navy); }

/* --- Bloc 3 --- */
:root {
      --navy: #0A1628;
      --navy-mid: #132040;
      --navy-light: #1e3055;
      --gold: #C8A96E;
      --gold-light: #E8D5A8;
      --cream: #F7F3ED;
      --white: #FFFFFF;
      --gray: #8A96A8;
      --gray-light: #E8ECF0;

      /* Couleurs par formation */
      --cap-color: #E8956D;
      --cap-bg: #FFF5F0;
      --dev-color: #5B8DEF;
      --dev-bg: #F0F5FF;
      --rh-color: #6DBE9A;
      --rh-bg: #F0FBF5;
      --avf-color: #C87EC8;
      --avf-bg: #FAF0FA;
    }

    * { margin: 0; padding: 0; box-sizing: border-box; }
    html { scroll-behavior: smooth; }

    body {
      font-family: 'DM Sans', sans-serif;
      background: var(--cream);
      color: var(--navy);
      overflow-x: hidden;
    }

    /* ─── NAVBAR ─── */
    nav {
      position: fixed;
      top: 0; left: 0; right: 0;
      z-index: 100;
      padding: 0 5%;
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: rgba(10, 22, 40, 0.97);
      backdrop-filter: blur(12px);
      border-bottom: 1px solid rgba(200, 169, 110, 0.2);
    }

    .nav-logo {
      display: flex;
      align-items: center;
      gap: 14px;
      text-decoration: none;
    }

    .nav-logo-mark {
      width: 42px; height: 42px;
      border: 2px solid var(--gold);
      display: flex; align-items: center; justify-content: center;
      font-family: 'Cormorant Garamond', serif;
      font-size: 20px;
      color: var(--gold);
      font-weight: 700;
    }

    .nav-logo-text {
      font-family: 'Cormorant Garamond', serif;
      color: var(--white);
      font-size: 17px;
      font-weight: 500;
      line-height: 1.2;
    }

    .nav-logo-text span {
      display: block;
      font-size: 11px;
      color: var(--gold);
      font-family: 'DM Sans', sans-serif;
      letter-spacing: 2px;
      text-transform: uppercase;
      font-weight: 300;
    }

    .nav-links {
      display: flex;
      gap: 36px;
      list-style: none;
    }

    .nav-links a {
      color: rgba(255,255,255,0.75);
      text-decoration: none;
      font-size: 13px;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      transition: color 0.3s;
    }

    .nav-links a:hover, .nav-links a.active { color: var(--gold); }

    .nav-cta {
      background: transparent;
      border: 1px solid var(--gold);
      color: var(--gold);
      padding: 10px 24px;
      font-family: 'DM Sans', sans-serif;
      font-size: 12px;
      letter-spacing: 2px;
      text-transform: uppercase;
      cursor: pointer;
      text-decoration: none;
      transition: all 0.3s;
    }

    .nav-cta:hover { background: var(--gold); color: var(--navy); }

    /* ─── PAGE HERO ─── */
    .page-hero {
      background: var(--navy);
      padding: 160px 5% 100px;
      position: relative;
      overflow: hidden;
    }

    .page-hero-pattern {
      position: absolute; inset: 0;
      background-image:
        linear-gradient(rgba(200,169,110,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(200,169,110,0.04) 1px, transparent 1px);
      background-size: 80px 80px;
    }

    .page-hero-content {
      position: relative;
      z-index: 2;
      max-width: 700px;
    }

    .breadcrumb {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 28px;
      font-size: 12px;
      letter-spacing: 1.5px;
      text-transform: uppercase;
    }

    .breadcrumb a {
      color: var(--gray);
      text-decoration: none;
      transition: color 0.3s;
    }

    .breadcrumb a:hover { color: var(--gold); }
    .breadcrumb-sep { color: var(--gold); }
    .breadcrumb span { color: rgba(255,255,255,0.5); }

    .page-hero h1 {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(44px, 5.5vw, 76px);
      font-weight: 300;
      color: var(--white);
      line-height: 1.05;
      margin-bottom: 22px;
    }

    .page-hero h1 em { font-style: italic; color: var(--gold); }

    .page-hero p {
      font-size: 15px;
      color: rgba(255,255,255,0.5);
      line-height: 1.8;
      font-weight: 300;
      max-width: 520px;
    }

    /* ─── FILTRES / ANCRES ─── */
    .filters-bar {
      background: var(--white);
      padding: 0 5%;
      border-bottom: 1px solid var(--gray-light);
      display: flex;
      align-items: center;
      gap: 0;
      overflow-x: auto;
      position: sticky;
      top: 80px;
      z-index: 50;
    }

    .filter-btn {
      padding: 20px 28px;
      font-size: 12px;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: var(--gray);
      border: none;
      background: transparent;
      cursor: pointer;
      border-bottom: 2px solid transparent;
      transition: all 0.3s;
      white-space: nowrap;
      font-family: 'DM Sans', sans-serif;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .filter-btn:hover { color: var(--navy); }
    .filter-btn.active { color: var(--navy); border-bottom-color: var(--gold); font-weight: 500; }

    .filter-dot {
      width: 8px; height: 8px;
      border-radius: 50%;
    }

    /* ─── CATALOGUE INTRO ─── */
    .catalogue-intro {
      padding: 80px 5% 40px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 40px;
      flex-wrap: wrap;
    }

    .catalogue-intro h2 {
      font-family: 'Cormorant Garamond', serif;
      font-size: 36px;
      font-weight: 400;
      color: var(--navy);
    }

    .catalogue-intro h2 em { font-style: italic; color: var(--gold); }

    .catalogue-count {
      font-size: 13px;
      color: var(--gray);
      letter-spacing: 1px;
    }

    .catalogue-count strong {
      font-size: 28px;
      font-family: 'Cormorant Garamond', serif;
      color: var(--navy);
      font-weight: 400;
    }

    /* ─── FICHE FORMATION ─── */
    .formation-section {
      padding: 0 5% 100px;
    }

    .formation-card-full {
      background: var(--white);
      overflow: hidden;
      margin-bottom: 60px;
      position: relative;
      scroll-margin-top: 160px;
    }

    /* Bandeau coloré en haut */
    .card-header {
      padding: 52px 56px 48px;
      position: relative;
      display: grid;
      grid-template-columns: auto 1fr auto;
      align-items: start;
      gap: 36px;
    }

    .card-header::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 4px;
    }

    .card-icon-wrap {
      width: 80px; height: 80px;
      display: flex; align-items: center; justify-content: center;
      font-size: 36px;
      flex-shrink: 0;
      border-radius: 2px;
    }

    .card-header-info { flex: 1; }

    .formation-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 14px;
    }

    .badge-pill {
      font-size: 10px;
      letter-spacing: 2px;
      text-transform: uppercase;
      padding: 5px 12px;
      border-radius: 20px;
      font-weight: 500;
    }

    .card-header-info h2 {
      font-family: 'Cormorant Garamond', serif;
      font-size: 36px;
      font-weight: 500;
      color: var(--navy);
      line-height: 1.1;
      margin-bottom: 12px;
    }

    .card-header-info .subtitle {
      font-size: 14px;
      color: var(--gray);
      font-weight: 300;
      line-height: 1.6;
      max-width: 560px;
    }

    .card-header-meta {
      display: flex;
      flex-direction: column;
      gap: 12px;
      align-items: flex-end;
      flex-shrink: 0;
    }

    .meta-item {
      text-align: right;
    }

    .meta-label {
      font-size: 10px;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--gray);
      display: block;
      margin-bottom: 3px;
    }

    .meta-value {
      font-size: 14px;
      font-weight: 500;
      color: var(--navy);
    }

    /* Corps de la fiche */
    .card-body {
      display: grid;
      grid-template-columns: 1fr 320px;
      border-top: 1px solid var(--gray-light);
    }

    .card-main { padding: 48px 56px; }

    .card-sidebar {
      border-left: 1px solid var(--gray-light);
      padding: 48px 36px;
      background: #FAFAFA;
    }

    /* Sections internes */
    .card-section { margin-bottom: 44px; }
    .card-section:last-child { margin-bottom: 0; }

    .card-section-title {
      font-size: 11px;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: var(--gold);
      margin-bottom: 18px;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .card-section-title::after {
      content: '';
      flex: 1;
      height: 1px;
      background: var(--gray-light);
    }

    .card-description {
      font-size: 14px;
      color: #4A5568;
      line-height: 1.9;
      font-weight: 300;
    }

    /* Modules */
    .modules-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px;
    }

    .module-item {
      padding: 16px 20px;
      border: 1px solid var(--gray-light);
      display: flex;
      align-items: flex-start;
      gap: 12px;
    }

    .module-dot {
      width: 6px; height: 6px;
      border-radius: 50%;
      margin-top: 6px;
      flex-shrink: 0;
    }

    .module-text {
      font-size: 13px;
      color: var(--navy);
      line-height: 1.5;
    }

    /* Débouchés */
    .debouches-list {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .debouche-item {
      display: flex;
      align-items: center;
      gap: 14px;
      padding: 14px 20px;
      background: var(--cream);
    }

    .debouche-icon { font-size: 18px; flex-shrink: 0; }

    .debouche-text {
      font-size: 13px;
      color: var(--navy);
      font-weight: 400;
    }

    /* Sidebar */
    .sidebar-block {
      margin-bottom: 36px;
      padding-bottom: 36px;
      border-bottom: 1px solid var(--gray-light);
    }

    .sidebar-block:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: none;
    }

    .sidebar-block-title {
      font-size: 11px;
      letter-spacing: 2.5px;
      text-transform: uppercase;
      color: var(--gray);
      margin-bottom: 16px;
    }

    .info-rows { display: flex; flex-direction: column; gap: 12px; }

    .info-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 10px;
      border-bottom: 1px dashed var(--gray-light);
    }

    .info-row:last-child { border-bottom: none; padding-bottom: 0; }

    .info-row-label {
      font-size: 12px;
      color: var(--gray);
    }

    .info-row-value {
      font-size: 13px;
      font-weight: 500;
      color: var(--navy);
      text-align: right;
    }

    /* Tags */
    .tags-wrap { display: flex; flex-wrap: wrap; gap: 8px; }

    .tag {
      font-size: 11px;
      letter-spacing: 1px;
      padding: 6px 12px;
      border: 1px solid var(--gray-light);
      color: var(--navy);
    }

    /* Avantages alternance */
    .avantages { display: flex; flex-direction: column; gap: 10px; }

    .avantage-item {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      font-size: 13px;
      color: #4A5568;
      line-height: 1.5;
    }

    .avantage-check {
      color: var(--gold);
      font-size: 14px;
      flex-shrink: 0;
      margin-top: 1px;
    }

    /* CTA Sidebar */
    .sidebar-cta {
      display: block;
      text-align: center;
      padding: 16px;
      font-size: 12px;
      letter-spacing: 2px;
      text-transform: uppercase;
      text-decoration: none;
      font-family: 'DM Sans', sans-serif;
      font-weight: 500;
      transition: all 0.3s;
      cursor: pointer;
      border: none;
      width: 100%;
    }

    .sidebar-cta-primary {
      background: var(--navy);
      color: var(--white);
      margin-bottom: 10px;
    }

    .sidebar-cta-primary:hover { background: var(--navy-light); }

    .sidebar-cta-secondary {
      background: transparent;
      border: 1px solid var(--gold);
      color: var(--gold);
    }

    .sidebar-cta-secondary:hover { background: var(--gold); color: var(--navy); }

    /* ─── COULEURS PAR FORMATION ─── */

    /* CAP Petite Enfance */
    #cap .card-header::before { background: var(--cap-color); }
    #cap .card-icon-wrap { background: #FFF0E8; }
    #cap .badge-pill { background: #FFF0E8; color: var(--cap-color); }
    #cap .module-dot { background: var(--cap-color); }
    #cap .sidebar-cta-primary { background: var(--cap-color); }
    #cap .sidebar-cta-primary:hover { background: #d4784a; }
    #cap .sidebar-cta-secondary { border-color: var(--cap-color); color: var(--cap-color); }
    #cap .sidebar-cta-secondary:hover { background: var(--cap-color); color: white; }
    #cap .card-section-title { color: var(--cap-color); }

    /* Développeur Web */
    #dev .card-header::before { background: var(--dev-color); }
    #dev .card-icon-wrap { background: #EEF3FF; }
    #dev .badge-pill { background: #EEF3FF; color: var(--dev-color); }
    #dev .module-dot { background: var(--dev-color); }
    #dev .sidebar-cta-primary { background: var(--dev-color); }
    #dev .sidebar-cta-primary:hover { background: #4070d0; }
    #dev .sidebar-cta-secondary { border-color: var(--dev-color); color: var(--dev-color); }
    #dev .sidebar-cta-secondary:hover { background: var(--dev-color); color: white; }
    #dev .card-section-title { color: var(--dev-color); }

    /* Assistant RH */
    #rh .card-header::before { background: var(--rh-color); }
    #rh .card-icon-wrap { background: #EDF8F3; }
    #rh .badge-pill { background: #EDF8F3; color: var(--rh-color); }
    #rh .module-dot { background: var(--rh-color); }
    #rh .sidebar-cta-primary { background: var(--rh-color); }
    #rh .sidebar-cta-primary:hover { background: #4da07a; }
    #rh .sidebar-cta-secondary { border-color: var(--rh-color); color: var(--rh-color); }
    #rh .sidebar-cta-secondary:hover { background: var(--rh-color); color: white; }
    #rh .card-section-title { color: var(--rh-color); }

    /* AVF */
    #avf .card-header::before { background: var(--avf-color); }
    #avf .card-icon-wrap { background: #F8EEF8; }
    #avf .badge-pill { background: #F8EEF8; color: var(--avf-color); }
    #avf .module-dot { background: var(--avf-color); }
    #avf .sidebar-cta-primary { background: var(--avf-color); }
    #avf .sidebar-cta-primary:hover { background: #a560a5; }
    #avf .sidebar-cta-secondary { border-color: var(--avf-color); color: var(--avf-color); }
    #avf .sidebar-cta-secondary:hover { background: var(--avf-color); color: white; }
    #avf .card-section-title { color: var(--avf-color); }

    /* ─── CTA BAS DE PAGE ─── */
    .bottom-cta {
      background: var(--navy);
      padding: 100px 5%;
      text-align: center;
      position: relative;
      overflow: hidden;
    }

    .bottom-cta::before {
      content: '';
      position: absolute; inset: 0;
      background-image:
        linear-gradient(rgba(200,169,110,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(200,169,110,0.04) 1px, transparent 1px);
      background-size: 80px 80px;
    }

    .bottom-cta-content { position: relative; z-index: 2; }

    .bottom-cta h2 {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(36px, 4.5vw, 62px);
      font-weight: 300;
      color: var(--white);
      margin-bottom: 20px;
    }

    .bottom-cta h2 em { font-style: italic; color: var(--gold); }

    .bottom-cta p {
      font-size: 15px;
      color: rgba(255,255,255,0.5);
      margin-bottom: 48px;
      font-weight: 300;
      max-width: 500px;
      margin-left: auto; margin-right: auto;
    }

    .bottom-cta-btns {
      display: flex;
      gap: 16px;
      justify-content: center;
      flex-wrap: wrap;
    }

    .btn-gold {
      background: var(--gold);
      color: var(--navy);
      padding: 16px 44px;
      font-size: 12px;
      letter-spacing: 2.5px;
      text-transform: uppercase;
      border: none;
      cursor: pointer;
      font-weight: 500;
      font-family: 'DM Sans', sans-serif;
      transition: all 0.3s;
      text-decoration: none;
    }

    .btn-gold:hover { background: var(--gold-light); transform: translateY(-2px); }

    .btn-outline-white {
      background: transparent;
      border: 1px solid rgba(255,255,255,0.3);
      color: rgba(255,255,255,0.7);
      padding: 16px 44px;
      font-size: 12px;
      letter-spacing: 2.5px;
      text-transform: uppercase;
      cursor: pointer;
      font-family: 'DM Sans', sans-serif;
      transition: all 0.3s;
      text-decoration: none;
    }

    .btn-outline-white:hover { border-color: var(--white); color: var(--white); }

    /* ─── FOOTER ─── */
    footer {
      background: #060e1a;
      padding: 50px 5%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-top: 1px solid rgba(200,169,110,0.15);
      flex-wrap: wrap;
      gap: 24px;
    }

    .footer-logo {
      font-family: 'Cormorant Garamond', serif;
      font-size: 20px;
      color: var(--white);
    }

    .footer-logo span { color: var(--gold); }

    .footer-links {
      display: flex; gap: 32px; list-style: none;
    }

    .footer-links a {
      color: rgba(255,255,255,0.4);
      text-decoration: none;
      font-size: 12px;
      letter-spacing: 1px;
      transition: color 0.3s;
    }

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

    .footer-copy { font-size: 12px; color: rgba(255,255,255,0.25); }

    /* ─── ANIMATIONS ─── */
    .fade-in {
      opacity: 0;
      transform: translateY(20px);
      transition: opacity 0.6s ease, transform 0.6s ease;
    }

    .fade-in.visible { opacity: 1; transform: translateY(0); }

    /* ─── RESPONSIVE ─── */
    @media (max-width: 1000px) {
      .card-body { grid-template-columns: 1fr; }
      .card-sidebar { border-left: none; border-top: 1px solid var(--gray-light); }
      .modules-grid { grid-template-columns: 1fr; }
      .card-header { grid-template-columns: auto 1fr; }
      .card-header-meta { display: none; }
    }

    @media (max-width: 700px) {
      .nav-links { display: none; }
      .card-header { padding: 32px 24px; grid-template-columns: 1fr; }
      .card-icon-wrap { display: none; }
      .card-main { padding: 32px 24px; }
      .card-sidebar { padding: 32px 24px; }
      .filters-bar { gap: 0; }
      .filter-btn { padding: 16px 14px; font-size: 10px; }
    }
  
    .formation-img-wrap {
      position: relative;
      width: 100%;
      height: 320px;
      overflow: hidden;
    }
    .formation-img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      display: block;
      transition: transform 0.5s ease;
    }
    .formation-img-wrap:hover img { transform: scale(1.03); }
    .formation-img-credit {
      position: absolute;
      bottom: 8px; right: 12px;
      font-size: 10px;
      color: rgba(255,255,255,0.6);
      font-family: 'DM Sans', sans-serif;
    }
    .formation-img-overlay {
      position: absolute;
      bottom: 0; left: 0; right: 0;
      height: 80px;
      background: linear-gradient(to top, rgba(10,22,40,0.55), transparent);
    }

/* --- Bloc 4 --- */
.floating-cta-btn {
    position:fixed; bottom:36px; right:36px; z-index:500;
    background:var(--gold,#C8A96E); color:#0A1628;
    padding:16px 26px; font-family:'DM Sans',sans-serif;
    font-size:12px; letter-spacing:2px; text-transform:uppercase;
    font-weight:500; text-decoration:none;
    display:flex; align-items:center; gap:10px;
    box-shadow:0 8px 32px rgba(200,169,110,0.45);
    transition:all 0.3s;
    animation:fcta-pulse 3s ease-in-out infinite;
  }
  .floating-cta-btn:hover {
    background:#E8D5A8; transform:translateY(-3px);
    box-shadow:0 14px 40px rgba(200,169,110,0.6);
  }
  .floating-cta-icon { font-size:18px; }
  @keyframes fcta-pulse {
    0%,100% { box-shadow:0 8px 32px rgba(200,169,110,0.45); }
    50%      { box-shadow:0 12px 44px rgba(200,169,110,0.65); }
  }
  @media(max-width:600px){
    .floating-cta-btn { bottom:20px; right:16px; padding:13px 18px; font-size:11px; }
    .floating-cta-label { display:none; }
    .floating-cta-icon { font-size:22px; }
  }

/* --- Bloc 5 --- */
:root {
      --navy:       #0A1628;
      --navy-mid:   #132040;
      --navy-light: #1e3055;
      --gold:       #C8A96E;
      --gold-light: #E8D5A8;
      --gold-pale:  #F7F0E3;
      --cream:      #F7F3ED;
      --white:      #FFFFFF;
      --gray:       #8A96A8;
      --gray-light: #E8ECF0;
      --green:      #2D6A4F;
      --green-light:#D8F3DC;
    }

    * { margin:0; padding:0; box-sizing:border-box; }
    html { scroll-behavior:smooth; }
    body {
      font-family:'DM Sans', sans-serif;
      background:var(--cream);
      color:var(--navy);
      overflow-x:hidden;
    }

    /* ─── NAVBAR ─── */
    nav {
      position:fixed; top:0; left:0; right:0; z-index:100;
      padding:0 5%; height:80px;
      display:flex; align-items:center; justify-content:space-between;
      background:rgba(10,22,40,0.97);
      backdrop-filter:blur(12px);
      border-bottom:1px solid rgba(200,169,110,0.2);
    }
    .nav-logo { display:flex; align-items:center; gap:14px; text-decoration:none; }
    .nav-logo-mark {
      width:42px; height:42px;
      border:2px solid var(--gold);
      display:flex; align-items:center; justify-content:center;
      font-family:'Cormorant Garamond',serif;
      font-size:20px; color:var(--gold); font-weight:700;
    }
    .nav-logo-text { font-family:'Cormorant Garamond',serif; color:var(--white); font-size:17px; font-weight:500; line-height:1.2; }
    .nav-logo-text span { display:block; font-size:11px; color:var(--gold); font-family:'DM Sans',sans-serif; letter-spacing:2px; text-transform:uppercase; font-weight:300; }
    .nav-links { display:flex; gap:36px; list-style:none; }
    .nav-links a { color:rgba(255,255,255,0.75); text-decoration:none; font-size:13px; letter-spacing:1.5px; text-transform:uppercase; transition:color 0.3s; }
    .nav-links a:hover, .nav-links a.active { color:var(--gold); }
    .nav-cta { background:transparent; border:1px solid var(--gold); color:var(--gold); padding:10px 24px; font-family:'DM Sans',sans-serif; font-size:12px; letter-spacing:2px; text-transform:uppercase; cursor:pointer; text-decoration:none; transition:all 0.3s; }
    .nav-cta:hover { background:var(--gold); color:var(--navy); }

    /* ─── HERO ─── */
    .hero {
      min-height:100vh;
      background:var(--navy);
      position:relative;
      display:flex; align-items:center;
      overflow:hidden;
    }
    .hero-grid-bg {
      position:absolute; inset:0;
      background-image:
        linear-gradient(rgba(200,169,110,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(200,169,110,0.04) 1px, transparent 1px);
      background-size:80px 80px;
    }
    .hero-glow {
      position:absolute; right:-5%; top:10%;
      width:650px; height:650px; border-radius:50%;
      background:radial-gradient(circle, rgba(200,169,110,0.07) 0%, transparent 65%);
      pointer-events:none;
    }
    .hero-glow-2 {
      position:absolute; left:-10%; bottom:-10%;
      width:400px; height:400px; border-radius:50%;
      background:radial-gradient(circle, rgba(30,48,85,0.8) 0%, transparent 70%);
    }
    .hero-left-line {
      position:absolute; left:5%; top:0; bottom:0; width:1px;
      background:linear-gradient(to bottom, transparent, rgba(200,169,110,0.3), transparent);
    }
    .hero-content {
      position:relative; z-index:2;
      padding:0 5%; max-width:800px; margin-top:80px;
    }
    .breadcrumb {
      display:flex; align-items:center; gap:10px;
      margin-bottom:32px; font-size:11px; letter-spacing:2px; text-transform:uppercase;
    }
    .breadcrumb a { color:var(--gray); text-decoration:none; transition:color 0.3s; }
    .breadcrumb a:hover { color:var(--gold); }
    .breadcrumb-sep { color:var(--gold); }
    .breadcrumb span { color:rgba(255,255,255,0.4); }

    .hero-tag {
      display:inline-flex; align-items:center; gap:10px; margin-bottom:28px;
    }
    .hero-tag-line { width:40px; height:1px; background:var(--gold); }
    .hero-tag-text { font-size:11px; letter-spacing:4px; text-transform:uppercase; color:var(--gold); }

    .hero h1 {
      font-family:'Cormorant Garamond',serif;
      font-size:clamp(52px, 7vw, 92px);
      font-weight:300; color:var(--white);
      line-height:1.05; letter-spacing:-1px;
      margin-bottom:28px;
    }
    .hero h1 em { font-style:italic; color:var(--gold); }

    .hero-desc {
      font-size:16px; color:rgba(255,255,255,0.5);
      max-width:540px; line-height:1.85; font-weight:300;
      margin-bottom:52px;
    }

    /* Compteurs animés hero */
    .hero-stats {
      display:flex; gap:0;
      border-top:1px solid rgba(200,169,110,0.2);
      padding-top:40px; margin-top:8px;
      flex-wrap:wrap;
    }
    .hero-stat {
      padding:0 48px 0 0;
      border-right:1px solid rgba(200,169,110,0.15);
      margin-right:48px;
    }
    .hero-stat:last-child { border-right:none; margin-right:0; padding-right:0; }
    .hero-stat-number {
      font-family:'Cormorant Garamond',serif;
      font-size:56px; font-weight:300; color:var(--white); line-height:1;
    }
    .hero-stat-number span { color:var(--gold); }
    .hero-stat-label { font-size:11px; letter-spacing:2px; text-transform:uppercase; color:var(--gray); margin-top:8px; }

    /* ─── SECTION COMMUNE ─── */
    .section-tag { display:flex; align-items:center; gap:12px; margin-bottom:18px; }
    .section-tag-line { width:30px; height:1px; background:var(--gold); }
    .section-tag-text { font-size:11px; letter-spacing:3.5px; text-transform:uppercase; color:var(--gold); }
    .section-title {
      font-family:'Cormorant Garamond',serif;
      font-size:clamp(34px, 4vw, 58px);
      font-weight:400; line-height:1.1; color:var(--navy);
      margin-bottom:20px;
    }
    .section-title em { font-style:italic; color:var(--gold); }
    .section-title-light { color:var(--white); }

    /* ─── IDENTITÉ ─── */
    .identity {
      padding:120px 5%;
      background:var(--cream);
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:90px; align-items:center;
    }
    .identity-text p {
      font-size:15px; line-height:1.95; color:#4A5568;
      margin-bottom:22px; font-weight:300;
    }
    .identity-text p strong { color:var(--navy); font-weight:500; }

    .identity-visual { position:relative; }

    .identity-img-wrap {
      position:relative; overflow:hidden;
    }
    .identity-img-wrap img {
      width:100%; height:420px;
      object-fit:cover; object-position:center;
      display:block;
    }
    .identity-img-wrap::after {
      content:''; position:absolute;
      bottom:0; left:0; right:0; height:120px;
      background:linear-gradient(to top, var(--navy-mid), transparent);
    }
    .identity-badge {
      position:absolute; bottom:-24px; left:-24px;
      background:var(--gold); padding:28px 32px; z-index:2;
    }
    .identity-badge-num {
      font-family:'Cormorant Garamond',serif;
      font-size:48px; font-weight:300; color:var(--navy); line-height:1;
    }
    .identity-badge-label {
      font-size:10px; letter-spacing:2px; text-transform:uppercase;
      color:var(--navy); margin-top:4px; font-weight:500;
    }

    /* ─── VALEURS ─── */
    .valeurs {
      padding:120px 5%;
      background:var(--navy);
    }
    .valeurs-header {
      display:grid; grid-template-columns:1fr 1fr;
      gap:80px; margin-bottom:80px; align-items:end;
    }
    .valeurs-desc {
      font-size:15px; color:rgba(255,255,255,0.5);
      line-height:1.85; font-weight:300;
      padding-top:24px;
      border-top:1px solid rgba(200,169,110,0.2);
    }
    .valeurs-grid {
      display:grid; grid-template-columns:repeat(3,1fr); gap:2px;
    }
    .valeur-card {
      background:var(--navy-mid); padding:52px 40px;
      position:relative; overflow:hidden;
      transition:background 0.4s;
    }
    .valeur-card:hover { background:#1a2d4a; }
    .valeur-card::before {
      content:''; position:absolute;
      top:0; left:0; right:0; height:3px;
      background:var(--gold); transform:scaleX(0);
      transform-origin:left; transition:transform 0.4s;
    }
    .valeur-card:hover::before { transform:scaleX(1); }
    .valeur-icon { font-size:36px; margin-bottom:24px; display:block; }
    .valeur-title {
      font-family:'Cormorant Garamond',serif;
      font-size:26px; font-weight:500; color:var(--white);
      margin-bottom:14px; line-height:1.2;
    }
    .valeur-text { font-size:13px; color:rgba(255,255,255,0.45); line-height:1.85; font-weight:300; }

    /* ─── ACCOMPAGNEMENT ─── */
    .accompagnement {
      padding:120px 5%;
      background:var(--cream);
    }
    .accomp-intro {
      max-width:680px; margin-bottom:80px;
    }
    .accomp-intro p {
      font-size:15px; color:#4A5568; line-height:1.9; font-weight:300; margin-top:20px;
    }
    .accomp-steps {
      display:grid; grid-template-columns:repeat(4,1fr); gap:0;
      position:relative;
    }
    .accomp-steps::before {
      content:''; position:absolute;
      top:36px; left:10%; right:10%; height:1px;
      background:linear-gradient(to right, transparent, var(--gold), var(--gold), transparent);
      z-index:0;
    }
    .accomp-step {
      padding:0 28px; position:relative; z-index:1;
    }
    .step-circle {
      width:72px; height:72px; border-radius:50%;
      background:var(--navy); border:2px solid var(--gold);
      display:flex; align-items:center; justify-content:center;
      font-family:'Cormorant Garamond',serif;
      font-size:26px; color:var(--gold); font-weight:500;
      margin:0 auto 28px;
    }
    .accomp-step h4 {
      font-family:'Cormorant Garamond',serif;
      font-size:20px; font-weight:500; color:var(--navy);
      margin-bottom:12px; text-align:center;
    }
    .accomp-step p {
      font-size:13px; color:#6A7A8A; line-height:1.8; text-align:center; font-weight:300;
    }

    /* ─── LOCALISATION ─── */
    .localisation {
      padding:120px 5%;
      background:var(--navy);
      display:grid; grid-template-columns:1fr 1fr;
      gap:80px; align-items:center;
    }
    .loc-text { }
    .loc-text p {
      font-size:15px; color:rgba(255,255,255,0.55);
      line-height:1.9; font-weight:300; margin-top:20px; margin-bottom:32px;
    }
    .loc-features {
      display:flex; flex-direction:column; gap:16px; margin-top:8px;
    }
    .loc-feature {
      display:flex; align-items:flex-start; gap:16px;
      padding:18px 22px;
      background:rgba(255,255,255,0.04);
      border-left:2px solid var(--gold);
    }
    .loc-feature-icon { font-size:22px; flex-shrink:0; }
    .loc-feature-content h5 {
      font-size:13px; font-weight:500; color:var(--white); margin-bottom:4px;
    }
    .loc-feature-content p {
      font-size:12px; color:rgba(255,255,255,0.4);
      line-height:1.6; margin:0; font-weight:300;
    }

    .loc-map-wrap {
      position:relative;
    }
    .loc-map-card {
      background:var(--navy-mid);
      padding:50px 44px;
      border:1px solid rgba(200,169,110,0.2);
      position:relative;
    }
    .loc-map-card::before {
      content:''; position:absolute;
      top:-10px; left:-10px; right:10px; bottom:10px;
      border:1px solid rgba(200,169,110,0.12);
      pointer-events:none;
    }
    .map-placeholder {
      width:100%; height:260px;
      background:linear-gradient(135deg, #0d1f38 0%, #1a3058 50%, #0d1f38 100%);
      display:flex; flex-direction:column;
      align-items:center; justify-content:center;
      position:relative; overflow:hidden; margin-bottom:28px;
    }
    .map-placeholder::before {
      content:'';
      position:absolute; inset:0;
      background-image:
        linear-gradient(rgba(200,169,110,0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(200,169,110,0.07) 1px, transparent 1px);
      background-size:30px 30px;
    }
    .map-pin { font-size:44px; z-index:1; animation:pulse-pin 2s ease-in-out infinite; }
    @keyframes pulse-pin {
      0%,100% { transform:translateY(0); }
      50% { transform:translateY(-8px); }
    }
    .map-label {
      z-index:1; margin-top:12px; text-align:center;
      font-family:'Cormorant Garamond',serif;
      font-size:18px; color:var(--gold); font-weight:400;
    }
    .map-sublabel { font-size:11px; color:rgba(255,255,255,0.4); letter-spacing:1px; }

    .loc-address-rows { display:flex; flex-direction:column; gap:12px; }
    .loc-address-row {
      display:flex; align-items:center; gap:14px;
      padding:12px 0; border-bottom:1px dashed rgba(200,169,110,0.15);
    }
    .loc-address-row:last-child { border-bottom:none; }
    .loc-address-row span { font-size:16px; }
    .loc-address-row p { font-size:13px; color:rgba(255,255,255,0.65); margin:0; }

    /* ─── RÉSEAU ─── */
    .reseau {
      padding:120px 5%;
      background:var(--cream);
    }
    .reseau-layout {
      display:grid; grid-template-columns:1fr 1fr;
      gap:80px; align-items:start; margin-top:60px;
    }
    .reseau-text p {
      font-size:15px; color:#4A5568; line-height:1.9;
      font-weight:300; margin-bottom:20px;
    }
    .reseau-tags {
      display:flex; flex-wrap:wrap; gap:10px; margin-top:32px;
    }
    .reseau-tag {
      padding:8px 18px;
      background:var(--navy); color:var(--gold-light);
      font-size:12px; letter-spacing:1px;
      font-weight:400;
    }
    .reseau-stats {
      display:grid; grid-template-columns:1fr 1fr; gap:20px;
    }
    .reseau-stat-card {
      background:var(--white); padding:40px 32px;
      border-bottom:3px solid var(--gold);
      text-align:center;
    }
    .reseau-stat-num {
      font-family:'Cormorant Garamond',serif;
      font-size:54px; font-weight:300; color:var(--navy); line-height:1;
    }
    .reseau-stat-num span { color:var(--gold); }
    .reseau-stat-label { font-size:11px; letter-spacing:2px; text-transform:uppercase; color:var(--gray); margin-top:8px; }

    /* ─── CHIFFRES CLÉS ─── */
    .chiffres {
      padding:120px 5%;
      background:var(--gold);
    }
    .chiffres .section-title { color:var(--navy); }
    .chiffres .section-tag-text { color:var(--navy); opacity:0.6; }
    .chiffres .section-tag-line { background:var(--navy); opacity:0.3; }
    .chiffres-grid {
      display:grid; grid-template-columns:repeat(4,1fr);
      gap:2px; margin-top:70px;
    }
    .chiffre-box {
      background:rgba(10,22,40,0.08); padding:56px 24px;
      text-align:center; position:relative; overflow:hidden;
      transition:background 0.3s;
    }
    .chiffre-box:hover { background:rgba(10,22,40,0.14); }
    .chiffre-num {
      font-family:'Cormorant Garamond',serif;
      font-size:68px; font-weight:300; color:var(--navy); line-height:1;
    }
    .chiffre-unit { font-size:32px; color:var(--navy-mid); }
    .chiffre-label {
      font-size:11px; letter-spacing:2px; text-transform:uppercase;
      color:var(--navy-mid); opacity:0.7; margin-top:10px;
    }
    .chiffre-sub {
      font-size:11px; color:var(--navy-mid); opacity:0.5;
      margin-top:6px; font-style:italic;
    }

    /* ─── ÉQUIPE PÉDAGOGIQUE ─── */
    .equipe {
      padding:120px 5%;
      background:var(--navy);
    }
    .equipe-intro {
      display:grid; grid-template-columns:1fr 1fr;
      gap:80px; margin-bottom:70px; align-items:end;
    }
    .equipe-desc {
      font-size:15px; color:rgba(255,255,255,0.5);
      line-height:1.85; font-weight:300;
      border-top:1px solid rgba(200,169,110,0.2); padding-top:24px;
    }
    .equipe-grid {
      display:grid; grid-template-columns:repeat(3,1fr); gap:24px;
    }
    .equipe-card {
      background:var(--navy-mid); padding:40px 32px;
      position:relative;
    }
    .equipe-card-icon {
      width:60px; height:60px;
      background:rgba(200,169,110,0.1);
      border:1px solid rgba(200,169,110,0.3);
      display:flex; align-items:center; justify-content:center;
      font-size:26px; margin-bottom:22px;
    }
    .equipe-card h4 {
      font-family:'Cormorant Garamond',serif;
      font-size:22px; font-weight:500; color:var(--white);
      margin-bottom:12px;
    }
    .equipe-card p {
      font-size:13px; color:rgba(255,255,255,0.45);
      line-height:1.8; font-weight:300;
    }

    /* ─── ENGAGEMENT QUALIOPI ─── */
    .qualiopi-section {
      padding:100px 5%;
      background:var(--green);
      display:flex; align-items:center;
      gap:80px; flex-wrap:wrap;
    }
    .qualiopi-left { flex:1; min-width:280px; }
    .qualiopi-badge {
      display:inline-flex; align-items:center; gap:16px;
      background:rgba(255,255,255,0.1); padding:20px 28px;
      margin-bottom:28px;
    }
    .qualiopi-badge-icon { font-size:36px; }
    .qualiopi-badge-text {
      font-family:'Cormorant Garamond',serif;
      font-size:28px; font-weight:500; color:var(--white);
    }
    .qualiopi-badge-sub { font-size:11px; color:var(--green-light); letter-spacing:2px; text-transform:uppercase; }
    .qualiopi-text {
      font-size:15px; color:rgba(255,255,255,0.7);
      line-height:1.9; font-weight:300; max-width:560px;
    }
    .qualiopi-right {
      display:flex; flex-direction:column; gap:14px; flex:1; min-width:280px;
    }
    .qualiopi-item {
      display:flex; align-items:flex-start; gap:14px;
      padding:16px 20px; background:rgba(255,255,255,0.07);
    }
    .qualiopi-item-check { color:var(--green-light); font-size:16px; flex-shrink:0; margin-top:1px; }
    .qualiopi-item-text { font-size:13px; color:rgba(255,255,255,0.75); line-height:1.6; }

    /* ─── CTA FINAL ─── */
    .cta-final {
      padding:120px 5%;
      background:var(--cream);
      text-align:center;
    }
    .cta-final .section-title { margin-bottom:24px; }
    .cta-final p {
      font-size:16px; color:#6A7A8A; max-width:520px;
      margin:0 auto 52px; line-height:1.8; font-weight:300;
    }
    .cta-btns { display:flex; gap:16px; justify-content:center; flex-wrap:wrap; }
    .btn-navy {
      background:var(--navy); color:var(--white);
      padding:16px 44px; font-size:12px;
      letter-spacing:2.5px; text-transform:uppercase;
      border:none; cursor:pointer;
      font-family:'DM Sans',sans-serif; font-weight:500;
      transition:all 0.3s; text-decoration:none; display:inline-block;
    }
    .btn-navy:hover { background:var(--navy-light); transform:translateY(-2px); }
    .btn-gold-outline {
      background:transparent; border:1.5px solid var(--gold); color:var(--gold);
      padding:16px 44px; font-size:12px;
      letter-spacing:2.5px; text-transform:uppercase;
      cursor:pointer; font-family:'DM Sans',sans-serif;
      transition:all 0.3s; text-decoration:none; display:inline-block;
    }
    .btn-gold-outline:hover { background:var(--gold); color:var(--navy); }

    /* ─── FOOTER ─── */
    footer {
      background:#060e1a; padding:50px 5%;
      display:flex; justify-content:space-between; align-items:center;
      border-top:1px solid rgba(200,169,110,0.15);
      flex-wrap:wrap; gap:24px;
    }
    .footer-logo { font-family:'Cormorant Garamond',serif; font-size:20px; color:var(--white); }
    .footer-logo span { color:var(--gold); }
    .footer-links { display:flex; gap:32px; list-style:none; }
    .footer-links a { color:rgba(255,255,255,0.4); text-decoration:none; font-size:12px; letter-spacing:1px; transition:color 0.3s; }
    .footer-links a:hover { color:var(--gold); }
    .footer-copy { font-size:12px; color:rgba(255,255,255,0.25); }

    /* ─── ANIMATIONS ─── */
    .fade-in { opacity:0; transform:translateY(24px); transition:opacity 0.7s ease, transform 0.7s ease; }
    .fade-in.visible { opacity:1; transform:translateY(0); }
    .fade-in-left { opacity:0; transform:translateX(-24px); transition:opacity 0.7s ease, transform 0.7s ease; }
    .fade-in-left.visible { opacity:1; transform:translateX(0); }
    .fade-in-right { opacity:0; transform:translateX(24px); transition:opacity 0.7s ease, transform 0.7s ease; }
    .fade-in-right.visible { opacity:1; transform:translateX(0); }

    /* Compteur animé */
    .count-up { display:inline-block; }

    /* ─── RESPONSIVE ─── */
    @media(max-width:1000px) {
      .identity, .localisation, .reseau-layout, .valeurs-header, .equipe-intro { grid-template-columns:1fr; gap:50px; }
      .valeurs-grid, .chiffres-grid, .equipe-grid { grid-template-columns:1fr 1fr; }
      .accomp-steps { grid-template-columns:1fr 1fr; }
      .accomp-steps::before { display:none; }
      .reseau-stats { grid-template-columns:1fr 1fr; }
    }
    @media(max-width:700px) {
      .nav-links { display:none; }
      .valeurs-grid, .chiffres-grid, .equipe-grid, .reseau-stats { grid-template-columns:1fr; }
      .accomp-steps { grid-template-columns:1fr; }
      .hero-stats { flex-direction:column; gap:28px; }
      .hero-stat { border-right:none; margin-right:0; padding-right:0; border-bottom:1px solid rgba(200,169,110,0.1); padding-bottom:20px; }
      .hero-stat:last-child { border-bottom:none; }
    }

/* --- Bloc 6 --- */
:root {
      --navy:       #0A1628;
      --navy-mid:   #132040;
      --navy-light: #1e3055;
      --gold:       #C8A96E;
      --gold-light: #E8D5A8;
      --gold-pale:  #F7F0E3;
      --cream:      #F7F3ED;
      --white:      #FFFFFF;
      --gray:       #8A96A8;
      --gray-light: #E8ECF0;
      --green:      #2D6A4F;
      --green-light:#D8F3DC;
      --error:      #C0392B;
      --error-pale: #FDECEA;
    }
    * { margin:0; padding:0; box-sizing:border-box; }
    html { scroll-behavior:smooth; }
    body { font-family:'DM Sans',sans-serif; background:var(--cream); color:var(--navy); overflow-x:hidden; }

    /* ─── NAVBAR ─── */
    nav {
      position:fixed; top:0; left:0; right:0; z-index:100;
      padding:0 5%; height:80px;
      display:flex; align-items:center; justify-content:space-between;
      background:rgba(10,22,40,0.97); backdrop-filter:blur(12px);
      border-bottom:1px solid rgba(200,169,110,0.2);
    }
    .nav-logo { display:flex; align-items:center; gap:14px; text-decoration:none; }
    .nav-logo-mark { width:42px; height:42px; border:2px solid var(--gold); display:flex; align-items:center; justify-content:center; font-family:'Cormorant Garamond',serif; font-size:20px; color:var(--gold); font-weight:700; }
    .nav-logo-text { font-family:'Cormorant Garamond',serif; color:var(--white); font-size:17px; font-weight:500; line-height:1.2; }
    .nav-logo-text span { display:block; font-size:11px; color:var(--gold); font-family:'DM Sans',sans-serif; letter-spacing:2px; text-transform:uppercase; font-weight:300; }
    .nav-links { display:flex; gap:36px; list-style:none; }
    .nav-links a { color:rgba(255,255,255,0.75); text-decoration:none; font-size:13px; letter-spacing:1.5px; text-transform:uppercase; transition:color 0.3s; }
    .nav-links a:hover { color:var(--gold); }
    .nav-cta { background:var(--gold); border:1px solid var(--gold); color:var(--navy); padding:10px 24px; font-family:'DM Sans',sans-serif; font-size:12px; letter-spacing:2px; text-transform:uppercase; cursor:pointer; text-decoration:none; transition:all 0.3s; font-weight:500; }
    .nav-cta:hover { background:var(--gold-light); }

    /* ─── HERO COMPACT ─── */
    .hero {
      min-height:38vh; background:var(--navy);
      position:relative; display:flex; align-items:flex-end;
      overflow:hidden; padding:80px 0 0;
    }
    .hero-grid { position:absolute; inset:0; background-image:linear-gradient(rgba(200,169,110,0.04) 1px,transparent 1px),linear-gradient(90deg,rgba(200,169,110,0.04) 1px,transparent 1px); background-size:80px 80px; }
    .hero-glow { position:absolute; right:5%; top:20%; width:500px; height:500px; border-radius:50%; background:radial-gradient(circle,rgba(200,169,110,0.07) 0%,transparent 65%); pointer-events:none; }
    .hero-content { position:relative; z-index:2; width:100%; padding:60px 5% 64px; }
    .breadcrumb { display:flex; align-items:center; gap:10px; margin-bottom:20px; font-size:11px; letter-spacing:2px; text-transform:uppercase; }
    .breadcrumb a { color:var(--gray); text-decoration:none; transition:color 0.3s; }
    .breadcrumb a:hover { color:var(--gold); }
    .breadcrumb-sep { color:var(--gold); }
    .breadcrumb span { color:rgba(255,255,255,0.4); }
    .hero-tag { display:inline-flex; align-items:center; gap:10px; margin-bottom:16px; }
    .hero-tag-line { width:40px; height:1px; background:var(--gold); }
    .hero-tag-text { font-size:11px; letter-spacing:4px; text-transform:uppercase; color:var(--gold); }
    .hero h1 { font-family:'Cormorant Garamond',serif; font-size:clamp(44px,6vw,80px); font-weight:300; color:var(--white); line-height:1.05; }
    .hero h1 em { font-style:italic; color:var(--gold); }

    /* ─── LAYOUT PRINCIPAL ─── */
    .main-layout {
      display:grid; grid-template-columns:1fr 420px;
      gap:0; min-height:100vh;
    }

    /* ─── FORMULAIRE ─── */
    .form-panel {
      background:var(--white); padding:70px 60px 80px;
    }
    .form-intro { margin-bottom:48px; }
    .form-intro h2 { font-family:'Cormorant Garamond',serif; font-size:30px; font-weight:400; color:var(--navy); margin-bottom:12px; }
    .form-intro p { font-size:14px; color:var(--gray); line-height:1.75; font-weight:300; }

    /* Groupes */
    .form-grid { display:grid; grid-template-columns:1fr 1fr; gap:20px; }
    .form-group { display:flex; flex-direction:column; gap:7px; margin-bottom:4px; }
    .form-group.full { grid-column:1/-1; }

    label {
      font-size:11px; letter-spacing:2px; text-transform:uppercase;
      color:var(--navy); font-weight:500;
      display:flex; align-items:center; gap:6px;
    }
    label .required { color:var(--gold); font-size:14px; line-height:1; }

    input[type=text], input[type=email], input[type=tel],
    select, textarea {
      background:var(--cream); border:1.5px solid var(--gray-light);
      color:var(--navy); padding:14px 16px;
      font-family:'DM Sans',sans-serif; font-size:14px;
      outline:none; transition:border-color 0.25s, background 0.25s;
      width:100%; appearance:none; -webkit-appearance:none;
    }
    input::placeholder, textarea::placeholder { color:rgba(138,150,168,0.7); }
    input:focus, select:focus, textarea:focus {
      border-color:var(--gold); background:var(--white);
    }
    input.error, select.error, textarea.error {
      border-color:var(--error); background:var(--error-pale);
    }
    .field-error {
      font-size:11px; color:var(--error); display:none; margin-top:2px;
    }
    .field-error.show { display:block; }

    /* Select custom arrow */
    .select-wrap { position:relative; }
    .select-wrap::after {
      content:'▾'; position:absolute; right:16px; top:50%;
      transform:translateY(-50%); color:var(--gold);
      font-size:14px; pointer-events:none;
    }
    .select-wrap select { padding-right:36px; cursor:pointer; }
    select option { background:var(--white); color:var(--navy); }

    textarea { resize:vertical; min-height:130px; line-height:1.7; }

    /* Séparateurs de sections */
    .form-section-label {
      font-size:10px; letter-spacing:3px; text-transform:uppercase;
      color:var(--gold); padding:20px 0 12px;
      border-top:1px solid var(--gray-light);
      margin-top:8px; grid-column:1/-1;
      display:flex; align-items:center; gap:10px;
    }
    .form-section-label::after { content:''; flex:1; height:1px; background:var(--gray-light); }

    /* RGPD */
    .rgpd-block {
      grid-column:1/-1;
      background:var(--cream); padding:20px 22px;
      border-left:3px solid var(--gold); margin-top:8px;
    }
    .rgpd-check { display:flex; align-items:flex-start; gap:12px; cursor:pointer; }
    .rgpd-check input[type=checkbox] {
      width:18px; height:18px; flex-shrink:0; margin-top:2px;
      accent-color:var(--gold); cursor:pointer;
      border:none; background:none; padding:0;
    }
    .rgpd-text { font-size:12px; color:#4A5568; line-height:1.7; font-weight:300; }
    .rgpd-text strong { color:var(--navy); font-weight:500; }
    .rgpd-text a { color:var(--gold); text-decoration:none; }
    .rgpd-text a:hover { text-decoration:underline; }

    /* Submit */
    .submit-area { grid-column:1/-1; margin-top:16px; }
    .btn-submit {
      width:100%; background:var(--navy); color:var(--white);
      padding:18px 32px; font-family:'DM Sans',sans-serif;
      font-size:13px; letter-spacing:2.5px; text-transform:uppercase;
      border:none; cursor:pointer; font-weight:500;
      transition:all 0.3s; position:relative; overflow:hidden;
    }
    .btn-submit::before {
      content:''; position:absolute; inset:0;
      background:var(--gold); transform:scaleX(0);
      transform-origin:left; transition:transform 0.4s ease;
    }
    .btn-submit:hover::before { transform:scaleX(1); }
    .btn-submit span { position:relative; z-index:1; }
    .btn-submit:hover span { color:var(--navy); }
    .btn-submit:disabled { opacity:0.6; cursor:not-allowed; }

    /* Confirmation */
    .confirmation {
      display:none; text-align:center; padding:60px 40px;
    }
    .confirmation.show { display:block; }
    .confirm-icon { font-size:60px; margin-bottom:24px; }
    .confirm-title { font-family:'Cormorant Garamond',serif; font-size:36px; font-weight:400; color:var(--green); margin-bottom:14px; }
    .confirm-text { font-size:15px; color:#4A5568; line-height:1.8; font-weight:300; margin-bottom:32px; }
    .confirm-back { display:inline-block; padding:14px 36px; background:var(--navy); color:var(--white); text-decoration:none; font-size:12px; letter-spacing:2px; text-transform:uppercase; transition:background 0.3s; }
    .confirm-back:hover { background:var(--navy-light); }

    /* ─── SIDEBAR INFO ─── */
    .info-panel {
      background:var(--navy); padding:70px 48px 80px;
      display:flex; flex-direction:column; gap:0;
      position:sticky; top:0; height:100vh; overflow-y:auto;
    }
    .info-panel-title {
      font-family:'Cormorant Garamond',serif;
      font-size:26px; color:var(--white); font-weight:400;
      margin-bottom:32px; padding-bottom:24px;
      border-bottom:1px solid rgba(200,169,110,0.2);
      line-height:1.3;
    }
    .info-panel-title em { font-style:italic; color:var(--gold); }

    .info-steps { display:flex; flex-direction:column; gap:0; }
    .info-step {
      display:flex; gap:18px; padding:22px 0;
      border-bottom:1px solid rgba(255,255,255,0.06);
    }
    .info-step:last-child { border-bottom:none; }
    .info-step-num {
      width:36px; height:36px; flex-shrink:0;
      border:1px solid var(--gold); border-radius:50%;
      display:flex; align-items:center; justify-content:center;
      font-family:'Cormorant Garamond',serif;
      font-size:18px; color:var(--gold); font-weight:500;
    }
    .info-step-content h4 { font-size:13px; font-weight:500; color:var(--white); margin-bottom:5px; }
    .info-step-content p { font-size:12px; color:rgba(255,255,255,0.4); line-height:1.65; font-weight:300; }

    .info-formations { margin-top:32px; }
    .info-formations-title { font-size:10px; letter-spacing:3px; text-transform:uppercase; color:var(--gold); margin-bottom:16px; }
    .info-formation-item {
      display:flex; align-items:center; gap:12px;
      padding:12px 16px; background:rgba(255,255,255,0.04);
      margin-bottom:6px; transition:background 0.3s; cursor:default;
    }
    .info-formation-item:hover { background:rgba(255,255,255,0.08); }
    .info-formation-dot { width:8px; height:8px; border-radius:50%; flex-shrink:0; }
    .info-formation-name { font-size:12px; color:rgba(255,255,255,0.65); }

    .info-contact { margin-top:36px; padding-top:28px; border-top:1px solid rgba(200,169,110,0.15); }
    .info-contact-title { font-size:10px; letter-spacing:3px; text-transform:uppercase; color:var(--gold); margin-bottom:14px; }
    .info-contact-row { display:flex; align-items:center; gap:10px; font-size:12px; color:rgba(255,255,255,0.5); margin-bottom:8px; }
    .info-contact-row span { font-size:16px; }

    /* ─── BOUTON FLOTTANT ─── */
    .floating-btn {
      position:fixed; bottom:36px; right:36px; z-index:200;
      background:var(--gold); color:var(--navy);
      padding:16px 28px; font-family:'DM Sans',sans-serif;
      font-size:12px; letter-spacing:2px; text-transform:uppercase;
      font-weight:500; text-decoration:none;
      box-shadow:0 8px 32px rgba(200,169,110,0.45);
      display:flex; align-items:center; gap:10px;
      transition:all 0.3s;
      animation:float-pulse 3s ease-in-out infinite;
    }
    .floating-btn:hover {
      background:var(--gold-light); transform:translateY(-3px);
      box-shadow:0 14px 40px rgba(200,169,110,0.55);
    }
    .floating-btn-icon { font-size:18px; }
    @keyframes float-pulse {
      0%,100% { box-shadow:0 8px 32px rgba(200,169,110,0.45); }
      50% { box-shadow:0 12px 44px rgba(200,169,110,0.65); }
    }

    /* ─── RESPONSIVE ─── */
    @media(max-width:1100px) {
      .main-layout { grid-template-columns:1fr; }
      .info-panel { position:static; height:auto; }
      .info-steps { display:grid; grid-template-columns:1fr 1fr; }
    }
    @media(max-width:700px) {
      .nav-links { display:none; }
      .form-panel { padding:40px 24px 60px; }
      .form-grid { grid-template-columns:1fr; }
      .form-group.full { grid-column:1; }
      .info-panel { padding:40px 24px; }
      .info-steps { grid-template-columns:1fr; }
      .floating-btn { bottom:20px; right:20px; padding:14px 22px; }
    }

/* --- Bloc 7 --- */
:root {
      --navy:#0A1628; --navy-mid:#132040; --gold:#C8A96E; --gold-light:#E8D5A8;
      --cream:#F7F3ED; --white:#fff; --gray:#8A96A8; --gray-light:#E8ECF0;
    }
    * { margin:0; padding:0; box-sizing:border-box; }
    html { scroll-behavior:smooth; }
    body { font-family:'DM Sans',sans-serif; background:var(--cream); color:var(--navy); }

    nav {
      position:fixed; top:0; left:0; right:0; z-index:100;
      padding:0 5%; height:80px;
      display:flex; align-items:center; justify-content:space-between;
      background:rgba(10,22,40,0.97); backdrop-filter:blur(12px);
      border-bottom:1px solid rgba(200,169,110,0.2);
    }
    .nav-logo { display:flex; align-items:center; gap:14px; text-decoration:none; }
    .nav-logo-mark { width:42px; height:42px; border:2px solid var(--gold); display:flex; align-items:center; justify-content:center; font-family:'Cormorant Garamond',serif; font-size:20px; color:var(--gold); font-weight:700; }
    .nav-logo-text { font-family:'Cormorant Garamond',serif; color:var(--white); font-size:17px; font-weight:500; line-height:1.2; }
    .nav-logo-text span { display:block; font-size:11px; color:var(--gold); font-family:'DM Sans',sans-serif; letter-spacing:2px; text-transform:uppercase; font-weight:300; }
    .nav-links { display:flex; gap:36px; list-style:none; }
    .nav-links a { color:rgba(255,255,255,0.75); text-decoration:none; font-size:13px; letter-spacing:1.5px; text-transform:uppercase; transition:color 0.3s; }
    .nav-links a:hover { color:var(--gold); }
    .nav-cta { background:var(--gold); color:var(--navy); padding:10px 24px; font-family:'DM Sans',sans-serif; font-size:12px; letter-spacing:2px; text-transform:uppercase; font-weight:500; text-decoration:none; transition:all 0.3s; }
    .nav-cta:hover { background:var(--gold-light); }

    /* Hero compact */
    .page-hero { background:var(--navy); padding:140px 5% 70px; position:relative; overflow:hidden; }
    .page-hero::before { content:''; position:absolute; inset:0; background-image:linear-gradient(rgba(200,169,110,0.04) 1px,transparent 1px),linear-gradient(90deg,rgba(200,169,110,0.04) 1px,transparent 1px); background-size:80px 80px; }
    .page-hero-content { position:relative; z-index:2; }
    .breadcrumb { display:flex; align-items:center; gap:10px; margin-bottom:20px; font-size:11px; letter-spacing:2px; text-transform:uppercase; }
    .breadcrumb a { color:var(--gray); text-decoration:none; }
    .breadcrumb a:hover { color:var(--gold); }
    .breadcrumb-sep { color:var(--gold); }
    .breadcrumb span { color:rgba(255,255,255,0.4); }
    .page-hero h1 { font-family:'Cormorant Garamond',serif; font-size:clamp(36px,5vw,64px); font-weight:300; color:var(--white); line-height:1.1; }
    .page-hero h1 em { font-style:italic; color:var(--gold); }
    .page-hero-date { font-size:12px; color:var(--gray); margin-top:14px; letter-spacing:1px; }

    /* Tabs navigation */
    .tabs-nav {
      background:var(--white); padding:0 5%;
      display:flex; border-bottom:2px solid var(--gray-light);
      position:sticky; top:80px; z-index:50;
    }
    .tab-btn {
      padding:20px 32px; font-size:12px; letter-spacing:2px; text-transform:uppercase;
      color:var(--gray); border:none; background:transparent; cursor:pointer;
      border-bottom:2px solid transparent; margin-bottom:-2px;
      font-family:'DM Sans',sans-serif; transition:all 0.3s;
    }
    .tab-btn.active { color:var(--navy); border-bottom-color:var(--gold); font-weight:500; }
    .tab-btn:hover { color:var(--navy); }

    /* Content */
    .tab-content { display:none; padding:80px 5% 100px; max-width:860px; }
    .tab-content.active { display:block; }

    h2 { font-family:'Cormorant Garamond',serif; font-size:32px; font-weight:400; color:var(--navy); margin:48px 0 18px; padding-bottom:10px; border-bottom:1px solid var(--gray-light); }
    h2:first-of-type { margin-top:0; }
    h3 { font-family:'Cormorant Garamond',serif; font-size:22px; font-weight:500; color:var(--navy); margin:28px 0 12px; }
    p { font-size:14px; color:#4A5568; line-height:1.9; margin-bottom:14px; font-weight:300; }
    p strong { color:var(--navy); font-weight:500; }
    ul { margin:10px 0 16px 0; padding-left:0; list-style:none; }
    ul li { font-size:14px; color:#4A5568; line-height:1.8; padding:6px 0 6px 20px; position:relative; font-weight:300; border-bottom:1px solid var(--gray-light); }
    ul li::before { content:'→'; position:absolute; left:0; color:var(--gold); font-size:12px; }
    ul li:last-child { border-bottom:none; }
    .info-block { background:var(--white); padding:28px 32px; border-left:3px solid var(--gold); margin:20px 0; }
    .info-block p { margin:0; }
    .info-block p + p { margin-top:8px; }
    .highlight { background:rgba(200,169,110,0.1); padding:20px 24px; border-radius:0; margin:20px 0; }
    .highlight p { margin:0; font-size:13px; }
    a { color:var(--gold); }
    a:hover { text-decoration:underline; }

    /* Table */
    table { width:100%; border-collapse:collapse; margin:20px 0; font-size:13px; }
    th { background:var(--navy); color:var(--gold-light); padding:12px 16px; text-align:left; font-weight:500; letter-spacing:0.5px; }
    td { padding:11px 16px; border-bottom:1px solid var(--gray-light); color:#4A5568; font-weight:300; vertical-align:top; }
    tr:last-child td { border-bottom:none; }
    tr:nth-child(even) td { background:rgba(247,243,237,0.5); }

    footer { background:#060e1a; padding:50px 5%; display:flex; justify-content:space-between; align-items:center; border-top:1px solid rgba(200,169,110,0.15); flex-wrap:wrap; gap:24px; }
    .footer-logo { font-family:'Cormorant Garamond',serif; font-size:20px; color:var(--white); }
    .footer-logo span { color:var(--gold); }
    .footer-links { display:flex; gap:32px; list-style:none; }
    .footer-links a { color:rgba(255,255,255,0.4); text-decoration:none; font-size:12px; letter-spacing:1px; transition:color 0.3s; }
    .footer-links a:hover { color:var(--gold); }
    .footer-copy { font-size:12px; color:rgba(255,255,255,0.25); }

    @media(max-width:700px) { .nav-links { display:none; } .tab-btn { padding:16px 14px; font-size:10px; } }
