/* ============================================================
   Group Capitalize — Stylesheet
   Production build (Hostinger ready)
   ============================================================ */

:root {
  --w: #FFFFFF;
  --off: #F5F3F0;
  --ink: #0A0A0A;
  --ink2: #2A2A2A;
  --ink3: #6B6B6B;
  --pink: #E8435A;
  --pale: #FDE8EA;
  --pbr: #F5B0BB;
  --bdr: #E0E0E0;
  --sh: rgba(10,10,10,.07);
  --sh2: rgba(10,10,10,.14);
}
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Plus Jakarta Sans', sans-serif; background: var(--w); color: var(--ink); overflow-x: hidden; }

/* ── STICKY ── */
.sticky { position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%); z-index: 200; opacity: 0; pointer-events: none; transition: opacity .4s; white-space: nowrap; }
.sticky.on { opacity: 1; pointer-events: all; }
.sticky-btn { display: flex; align-items: center; gap: 10px; background: var(--ink); color: var(--w); padding: 13px 24px; border-radius: 50px; border: none; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 14px; font-weight: 700; cursor: pointer; box-shadow: 0 8px 32px rgba(0,0,0,.3); transition: background .2s, transform .2s; }
.sticky-btn:hover { background: var(--pink); transform: scale(1.03); }
.s-dot { width: 8px; height: 8px; border-radius: 50%; background: #4ADE80; animation: blink 2s infinite; flex-shrink: 0; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:.4} }

/* ── NAV ── */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 14px 40px; display: flex; align-items: center; justify-content: space-between; background: rgba(10,10,10,.92); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(255,255,255,.08); transition: padding .3s, background .3s; }
nav.light { background: rgba(255,255,255,.95); border-bottom-color: rgba(0,0,0,.08); }
nav.scrolled { padding: 10px 40px; }
.nlogo { display: flex; align-items: center; gap: 9px; font-size: 15px; font-weight: 800; color: var(--w); text-decoration: none; letter-spacing: -.4px; }
nav.light .nlogo { color: var(--ink); }
.nlinks { display: flex; gap: 22px; align-items: center; }
.nlinks a { font-size: 13px; font-weight: 500; color: rgba(255,255,255,.65); text-decoration: none; transition: color .2s; }
nav.light .nlinks a { color: var(--ink3); }
.nlinks a:hover { color: var(--w); }
nav.light .nlinks a:hover { color: var(--ink); }
.ncta { padding: 8px 20px; background: var(--pink); color: var(--w); border-radius: 50px; border: none; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 13px; font-weight: 700; cursor: pointer; transition: background .2s, transform .2s; }
.ncta:hover { background: #cc2e43; transform: scale(1.04); }

/* ── HERO ── */
.hero { min-height: 100vh; padding: 140px 40px 80px; display: flex; flex-direction: column; justify-content: center; background: #080808; position: relative; overflow: hidden; }
.hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 56px 56px; pointer-events: none; }
.hglow { position: absolute; top: -200px; right: -150px; width: 700px; height: 700px; border-radius: 50%; background: radial-gradient(circle, rgba(232,67,90,.15), transparent 60%); pointer-events: none; animation: glowpulse 7s ease-in-out infinite; }
@keyframes glowpulse { 0%,100%{transform:scale(1)} 50%{transform:scale(1.1)} }

.hero-badge { display: inline-flex; align-items: center; gap: 7px; background: rgba(232,67,90,.12); border: 1px solid rgba(232,67,90,.28); color: var(--pink); border-radius: 50px; padding: 6px 16px; font-size: 12px; font-weight: 700; margin-bottom: 28px; width: fit-content; }
.bdot { width: 6px; height: 6px; border-radius: 50%; background: var(--pink); animation: blink 2s infinite; }

.h1 { font-size: clamp(40px, 7vw, 86px); font-weight: 800; line-height: 1.0; letter-spacing: -2px; color: var(--w); margin-bottom: 12px; }
.h1-sub { font-size: clamp(22px, 3.5vw, 46px); font-weight: 800; line-height: 1.1; letter-spacing: -1.5px; color: rgba(255,255,255,.35); margin-bottom: 24px; }
.h1-sub em { color: var(--pink); font-style: normal; }
.hsub { font-size: clamp(15px, 1.8vw, 18px); color: rgba(255,255,255,.5); max-width: 520px; line-height: 1.7; margin-bottom: 36px; }
.hsub strong { color: rgba(255,255,255,.85); font-weight: 700; }

.hctas { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-proof { display: flex; gap: 32px; margin-top: 56px; padding-top: 36px; border-top: 1px solid rgba(255,255,255,.08); flex-wrap: wrap; }
.hp-n { font-size: 26px; font-weight: 800; letter-spacing: -1px; color: var(--w); }
.hp-n em { color: var(--pink); font-style: normal; }
.hp-l { font-size: 12px; color: rgba(255,255,255,.4); margin-top: 3px; }

/* ── BUTTONS ── */
.bp { padding: 15px 28px; background: var(--pink); color: var(--w); border-radius: 12px; border: none; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 15px; font-weight: 700; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; transition: background .2s, transform .2s, box-shadow .2s; }
.bp:hover { background: #cc2e43; transform: translateY(-2px); box-shadow: 0 12px 32px rgba(232,67,90,.4); }
.bp:active { transform: scale(.97); }
.bg { padding: 14px 22px; background: transparent; color: rgba(255,255,255,.75); border: 1.5px solid rgba(255,255,255,.2); border-radius: 12px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 15px; font-weight: 600; cursor: pointer; transition: border-color .2s, color .2s, transform .2s; }
.bg:hover { border-color: rgba(255,255,255,.5); color: var(--w); transform: translateY(-1px); }

/* ── ROLL ── */
.roll { background: var(--pink); overflow: hidden; padding: 14px 0; }
.roll-t { display: flex; animation: sl 22s linear infinite; width: max-content; }
.ri { font-size: 13px; font-weight: 700; color: rgba(255,255,255,.85); white-space: nowrap; display: inline-flex; align-items: center; gap: 10px; padding: 0 20px; }
.rd { width: 4px; height: 4px; border-radius: 50%; background: rgba(255,255,255,.5); flex-shrink: 0; }
@keyframes sl { to { transform: translateX(-50%); } }

/* ── GROUP STRIP ── */
.gstrip { background: var(--ink); padding: 18px 40px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; border-bottom: 1px solid rgba(255,255,255,.07); }
.gstrip-label { font-size: 11px; font-weight: 700; color: rgba(255,255,255,.35); letter-spacing: 2px; text-transform: uppercase; white-space: nowrap; }
.gstrip-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.gchip { padding: 5px 12px; border-radius: 6px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); font-size: 11px; font-weight: 600; color: rgba(255,255,255,.5); cursor: pointer; transition: all .2s; }
.gchip:hover { background: rgba(232,67,90,.1); border-color: rgba(232,67,90,.3); color: var(--pink); }
.gstrip-cta { font-size: 12px; font-weight: 700; color: rgba(255,255,255,.4); cursor: pointer; white-space: nowrap; transition: color .2s; }
.gstrip-cta:hover { color: var(--pink); }

/* ── SHARED LABELS ── */
.slbl { font-size: 11px; font-weight: 700; color: var(--pink); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 12px; display: flex; align-items: center; gap: 7px; }
.slbl::before { content: ''; width: 18px; height: 2px; background: var(--pink); border-radius: 2px; }
.sh2 { font-size: clamp(26px, 3.5vw, 44px); font-weight: 800; letter-spacing: -1.5px; line-height: 1.05; color: var(--ink); margin-bottom: 12px; }
.sh2 em { font-style: italic; color: var(--pink); }
.sh2.w { color: var(--w); }
.ssub { font-size: 15px; color: var(--ink3); line-height: 1.7; }

/* ── WHY ── */
.why { padding: 88px 40px; background: var(--w); }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; margin-top: 48px; }
.big-stmt { font-size: clamp(24px, 3vw, 38px); font-weight: 800; letter-spacing: -1.5px; line-height: 1.1; color: var(--ink); margin-bottom: 20px; }
.big-stmt em { color: var(--pink); font-style: normal; }
.why-sub { font-size: 15px; color: var(--ink3); line-height: 1.75; margin-bottom: 28px; }
.not-grid { display: flex; flex-direction: column; gap: 10px; }
.not-item { display: flex; align-items: center; gap: 12px; padding: 14px 18px; background: var(--off); border: 1.5px solid var(--bdr); border-radius: 12px; font-size: 14px; font-weight: 600; color: var(--ink2); transition: border-color .2s, transform .2s; }
.not-item:hover { border-color: rgba(232,67,90,.3); transform: translateX(4px); }
.not-x { width: 22px; height: 22px; border-radius: 50%; background: #fee2e2; display: flex; align-items: center; justify-content: center; font-size: 11px; color: #dc2626; font-weight: 800; flex-shrink: 0; }
.yes-item { display: flex; align-items: center; gap: 12px; padding: 14px 18px; background: var(--pale); border: 1.5px solid var(--pbr); border-radius: 12px; font-size: 14px; font-weight: 700; color: var(--ink); transition: border-color .2s, transform .2s; }
.yes-item:hover { border-color: var(--pink); transform: translateX(4px); }
.yes-check { width: 22px; height: 22px; border-radius: 50%; background: var(--pink); display: flex; align-items: center; justify-content: center; font-size: 11px; color: #fff; font-weight: 800; flex-shrink: 0; }
.vs-sep { text-align: center; font-size: 11px; font-weight: 700; color: var(--ink3); letter-spacing: 1px; text-transform: uppercase; margin: 6px 0; }

/* ── PROOF ── */
.proof { background: var(--ink); padding: 88px 40px; position: relative; overflow: hidden; }
.proof::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px); background-size: 48px 48px; pointer-events: none; }
.proof-hdr { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 48px; flex-wrap: wrap; gap: 24px; position: relative; z-index: 1; }
.ptit { font-size: clamp(26px, 3.5vw, 44px); font-weight: 800; letter-spacing: -1.8px; color: var(--w); line-height: 1.07; max-width: 480px; }
.ptit em { color: var(--pink); font-style: italic; }
.psub { font-size: 14px; color: rgba(255,255,255,.4); line-height: 1.65; max-width: 280px; }
.pnote { display: inline-block; margin-top: 10px; padding: 5px 14px; background: rgba(232,67,90,.12); border: 1px solid rgba(232,67,90,.25); border-radius: 50px; font-size: 11px; color: var(--pink); font-weight: 700; }
.pgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; position: relative; z-index: 1; }
.pcard { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07); border-radius: 20px; padding: 28px 24px; transition: background .3s, transform .3s; }
.pcard:hover { background: rgba(255,255,255,.08); transform: translateY(-4px); }
.pcard.f { background: var(--pink); border-color: transparent; }
.pnum { font-size: clamp(32px, 4vw, 46px); font-weight: 800; letter-spacing: -2px; color: var(--w); line-height: 1; margin-bottom: 8px; }
.pnum span { color: var(--pink); }
.pcard.f .pnum span { color: rgba(255,255,255,.6); }
.plbl { font-size: 12px; color: rgba(255,255,255,.45); line-height: 1.5; font-weight: 500; }

/* ── MODELE ── */
.modele { padding: 88px 40px; background: var(--off); }
.modele-inner { margin-top: 48px; }
.modele-steps { display: flex; gap: 0; position: relative; }
.modele-steps::before { content: ''; position: absolute; top: 28px; left: 0; right: 0; height: 2px; background: var(--bdr); z-index: 0; }
.ms { flex: 1; display: flex; flex-direction: column; align-items: center; text-align: center; position: relative; z-index: 1; padding: 0 12px; }
.ms-num { width: 56px; height: 56px; border-radius: 50%; background: var(--w); border: 2px solid var(--bdr); display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 800; color: var(--ink); margin-bottom: 16px; transition: all .3s; }
.ms:hover .ms-num { background: var(--pink); border-color: var(--pink); color: var(--w); transform: scale(1.1); }
.ms-t { font-size: 15px; font-weight: 800; letter-spacing: -.3px; margin-bottom: 6px; }
.ms-d { font-size: 12px; color: var(--ink3); line-height: 1.55; }
.ms-arrow { position: absolute; top: 24px; right: -12px; font-size: 16px; color: var(--pink); z-index: 2; background: var(--off); padding: 0 4px; }
.modele-bottom { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 48px; }
.mb-card { background: var(--w); border: 1.5px solid var(--bdr); border-radius: 16px; padding: 22px 18px; transition: transform .3s, box-shadow .3s, border-color .3s; position: relative; overflow: hidden; }
.mb-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--pink); transform: scaleX(0); transform-origin: left; transition: transform .3s; }
.mb-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px var(--sh2); border-color: rgba(232,67,90,.2); }
.mb-card:hover::before { transform: scaleX(1); }
.mb-n { font-size: 22px; margin-bottom: 10px; }
.mb-t { font-size: 14px; font-weight: 800; letter-spacing: -.2px; margin-bottom: 5px; }
.mb-d { font-size: 12px; color: var(--ink3); line-height: 1.55; }

/* ── PROGRAMME ── */
.prog { padding: 88px 40px; background: var(--ink); position: relative; overflow: hidden; }
.prog::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.015) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.015) 1px, transparent 1px); background-size: 48px 48px; pointer-events: none; }
.prog-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; margin-top: 48px; position: relative; z-index: 1; }
.prog-title { font-size: clamp(28px, 3.5vw, 44px); font-weight: 800; letter-spacing: -1.8px; line-height: 1.08; color: var(--w); margin-bottom: 14px; }
.prog-title em { color: var(--pink); font-style: italic; }
.prog-sub { font-size: 15px; color: rgba(255,255,255,.45); line-height: 1.75; margin-bottom: 32px; }
.prog-inclus { display: flex; flex-direction: column; margin-bottom: 32px; }
.pi { display: flex; align-items: flex-start; gap: 14px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.07); transition: padding-left .2s; }
.pi:last-child { border-bottom: none; }
.pi:hover { padding-left: 6px; }
.pi-ic { width: 36px; height: 36px; border-radius: 10px; background: rgba(232,67,90,.12); border: 1px solid rgba(232,67,90,.25); display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; }
.pi-t { font-size: 14px; font-weight: 700; color: var(--w); margin-bottom: 3px; }
.pi-d { font-size: 12px; color: rgba(255,255,255,.4); line-height: 1.5; }

/* Waitlist */
.waitlist-card { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.12); border-radius: 24px; padding: 34px; position: sticky; top: 90px; }
.wl-badge { display: inline-flex; align-items: center; gap: 7px; background: rgba(232,67,90,.12); border: 1px solid rgba(232,67,90,.25); color: var(--pink); border-radius: 8px; padding: 5px 12px; font-size: 11px; font-weight: 700; margin-bottom: 18px; }
.wl-title { font-size: 21px; font-weight: 800; letter-spacing: -.8px; color: var(--w); margin-bottom: 8px; line-height: 1.2; }
.wl-sub { font-size: 13px; color: rgba(255,255,255,.42); line-height: 1.6; margin-bottom: 22px; }
.wl-spots { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; background: rgba(255,255,255,.04); border-radius: 10px; padding: 12px 14px; }
.wl-bar { flex: 1; height: 6px; background: rgba(255,255,255,.1); border-radius: 3px; overflow: hidden; }
.wl-fill { height: 100%; background: var(--pink); border-radius: 3px; width: 0; transition: width 1.2s ease; }
.wl-spots-label { font-size: 12px; color: rgba(255,255,255,.5); font-weight: 600; white-space: nowrap; }
.wl-spots-label strong { color: var(--pink); }
.wl-form { display: flex; flex-direction: column; gap: 10px; }
.wl-input { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 10px; padding: 13px 16px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 14px; color: var(--w); outline: none; width: 100%; transition: border-color .2s; }
.wl-input::placeholder { color: rgba(255,255,255,.3); }
.wl-input:focus { border-color: rgba(232,67,90,.5); }
.wl-btn { width: 100%; padding: 14px; background: var(--pink); color: var(--w); border-radius: 10px; border: none; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 14px; font-weight: 800; cursor: pointer; transition: background .2s, transform .2s; }
.wl-btn:hover { background: #cc2e43; transform: scale(1.02); }
.wl-note { font-size: 11px; color: rgba(255,255,255,.28); text-align: center; margin-top: 8px; }
.wl-perks { display: flex; flex-direction: column; gap: 7px; margin-top: 20px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.07); }
.wl-perk { display: flex; align-items: center; gap: 8px; font-size: 12px; color: rgba(255,255,255,.45); }
.wl-perk::before { content: '✓'; color: var(--pink); font-weight: 700; flex-shrink: 0; }

/* ── AUDIT ── */
.audit { padding: 88px 40px; background: var(--w); }
.abox { background: var(--ink); border-radius: 24px; padding: 52px 48px; display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; position: relative; overflow: hidden; }
.abox::before { content: ''; position: absolute; top: -80px; right: -80px; width: 300px; height: 300px; border-radius: 50%; background: radial-gradient(circle, rgba(232,67,90,.2), transparent 65%); pointer-events: none; }
.al { position: relative; z-index: 1; }
.ati { font-size: clamp(22px, 2.8vw, 34px); font-weight: 800; letter-spacing: -1.5px; color: var(--w); line-height: 1.1; margin-bottom: 14px; }
.ati em { color: var(--pink); font-style: italic; }
.asu { font-size: 14px; color: rgba(255,255,255,.45); line-height: 1.7; margin-bottom: 16px; }
.adelivr { display: flex; flex-direction: column; gap: 8px; margin-bottom: 28px; }
.adr { display: flex; align-items: center; gap: 9px; font-size: 13px; color: rgba(255,255,255,.75); font-weight: 500; }
.adr::before { content: '→'; color: var(--pink); font-weight: 700; }
.acta-btn { width: 100%; padding: 16px; background: var(--pink); color: var(--w); border-radius: 12px; border: none; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 15px; font-weight: 800; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 8px; transition: background .2s, transform .2s, box-shadow .2s; }
.acta-btn:hover { background: #cc2e43; transform: translateY(-2px); box-shadow: 0 12px 40px rgba(232,67,90,.5); }
.anote { font-size: 11px; color: rgba(255,255,255,.28); text-align: center; margin-top: 10px; }
.asteps { display: flex; flex-direction: column; gap: 10px; position: relative; z-index: 1; }
.astep { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: 12px; padding: 14px 16px; display: flex; gap: 12px; align-items: flex-start; transition: background .2s, transform .2s; }
.astep:hover { background: rgba(255,255,255,.08); transform: translateX(4px); }
.asn { width: 26px; height: 26px; border-radius: 50%; background: var(--pink); display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 800; color: var(--w); flex-shrink: 0; }
.ast { font-size: 13px; font-weight: 700; color: var(--w); margin-bottom: 2px; }
.ass { font-size: 11px; color: rgba(255,255,255,.4); line-height: 1.5; }

/* ── BOOTCAMPS ── */
.boot { padding: 88px 40px; background: var(--off); position: relative; }
.boot-hdr { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 40px; flex-wrap: wrap; gap: 20px; }
.boot-hdr-right { max-width: 320px; }
.boot-hdr-right p { font-size: 14px; color: var(--ink3); line-height: 1.65; }
.bgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.bcard { background: var(--w); border: 1.5px solid var(--bdr); border-radius: 20px; padding: 28px 24px; display: flex; flex-direction: column; transition: background .3s, box-shadow .3s, border-color .3s, transform .3s; position: relative; overflow: hidden; }
.bcard::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--pink); transform: scaleX(0); transform-origin: left; transition: transform .35s; }
.bcard:hover { box-shadow: 0 18px 50px var(--sh2); border-color: rgba(232,67,90,.2); transform: translateY(-4px); }
.bcard:hover::before { transform: scaleX(1); }
.bcard-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 18px; }
.bcard-num { font-size: 12px; font-weight: 800; letter-spacing: 2px; color: var(--pink); }
.bcard-tag { font-size: 10px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; color: var(--ink3); background: var(--off); border: 1px solid var(--bdr); border-radius: 50px; padding: 3px 10px; }
.bcard-name { font-size: 19px; font-weight: 800; letter-spacing: -.6px; color: var(--ink); margin-bottom: 8px; line-height: 1.15; }
.bcard-promise { font-size: 13px; color: var(--ink3); line-height: 1.6; margin-bottom: 22px; flex: 1; }
.bcard-cta { width: 100%; padding: 11px; background: var(--ink); color: var(--w); border-radius: 9px; border: none; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 12px; font-weight: 700; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 6px; transition: background .2s, transform .2s; margin-top: auto; }
.bcard-cta:hover { background: var(--pink); transform: scale(1.02); }

/* ── ECOSYSTEM FUNNEL (REWORK MODELE) ── */
.funnel-steps { display: flex; gap: 0; position: relative; }
.funnel-steps::before { content: ''; position: absolute; top: 28px; left: 0; right: 0; height: 2px; background: var(--bdr); z-index: 0; }
.fs-step { flex: 1; display: flex; flex-direction: column; align-items: center; text-align: center; position: relative; z-index: 1; padding: 0 10px; }
.fs-num { width: 56px; height: 56px; border-radius: 50%; background: var(--w); border: 2px solid var(--bdr); display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 800; color: var(--ink); margin-bottom: 16px; transition: all .3s; }
.fs-step.highlight .fs-num { background: var(--pink); border-color: var(--pink); color: var(--w); }
.fs-step:hover .fs-num { background: var(--pink); border-color: var(--pink); color: var(--w); transform: scale(1.08); }
.fs-t { font-size: 14px; font-weight: 800; letter-spacing: -.3px; margin-bottom: 5px; }
.fs-d { font-size: 11px; color: var(--ink3); line-height: 1.5; }
.fs-arrow { position: absolute; top: 24px; right: -10px; font-size: 16px; color: var(--pink); z-index: 2; background: var(--off); padding: 0 4px; }
.fs-pill { display: inline-block; margin-top: 10px; padding: 4px 12px; background: var(--pink); color: var(--w); border-radius: 50px; font-size: 10px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; }

/* ── WORKSHOP ── */
.ws { padding: 88px 40px; background: var(--off); }
.ws-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; margin-top: 48px; }
.ws-card { background: var(--w); border: 1.5px solid var(--bdr); border-radius: 22px; padding: 34px; margin-bottom: 14px; transition: box-shadow .3s; }
.ws-card:hover { box-shadow: 0 16px 48px var(--sh2); }
.ws-badge { display: inline-flex; align-items: center; gap: 6px; background: var(--pale); border: 1px solid var(--pbr); color: var(--pink); border-radius: 8px; padding: 5px 11px; font-size: 11px; font-weight: 700; margin-bottom: 14px; }
.ws-t { font-size: 21px; font-weight: 800; letter-spacing: -.7px; margin-bottom: 10px; }
.ws-d { font-size: 14px; color: var(--ink3); line-height: 1.65; margin-bottom: 20px; }
.ws-formats { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 22px; }
.ws-fmt { padding: 5px 12px; border-radius: 8px; background: var(--off); border: 1.5px solid var(--bdr); font-size: 12px; font-weight: 600; color: var(--ink2); transition: border-color .2s, color .2s; }
.ws-fmt:hover { border-color: var(--pink); color: var(--pink); }
.ws-cta { width: 100%; padding: 13px; background: var(--ink); color: var(--w); border-radius: 10px; border: none; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 14px; font-weight: 700; cursor: pointer; transition: background .2s, transform .2s; }
.ws-cta:hover { background: var(--pink); transform: scale(1.02); }
.ws-philo { background: var(--ink); border-radius: 18px; padding: 28px; margin-bottom: 14px; }
.wp-title { font-size: 16px; font-weight: 800; color: var(--w); margin-bottom: 4px; }
.wp-sub { font-size: 13px; color: rgba(255,255,255,.45); margin-bottom: 14px; }
.wp-items { display: flex; flex-direction: column; gap: 8px; }
.wp-item { display: flex; align-items: center; gap: 10px; font-size: 13px; color: rgba(255,255,255,.65); font-weight: 600; }
.wp-item::before { content: '⚡'; font-size: 12px; }
.ws-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.ws-stat { background: var(--w); border: 1.5px solid var(--bdr); border-radius: 14px; padding: 18px; text-align: center; }
.ws-stat-n { font-size: 26px; font-weight: 800; letter-spacing: -1px; color: var(--ink); }
.ws-stat-n span { color: var(--pink); }
.ws-stat-l { font-size: 11px; color: var(--ink3); margin-top: 3px; }

/* ── ECOSYSTEM (FILIALES) ── */
.eco { padding: 88px 40px; background: var(--w); }
.eco-hdr { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 40px; flex-wrap: wrap; gap: 20px; }
.fgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.fcard { background: var(--off); border: 1.5px solid var(--bdr); border-radius: 20px; padding: 26px 22px; display: flex; flex-direction: column; transition: background .3s, box-shadow .3s, border-color .3s, transform .3s; position: relative; overflow: hidden; }
.fcard::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--pink); transform: scaleX(0); transform-origin: left; transition: transform .3s; }
.fcard:hover { background: var(--w); box-shadow: 0 16px 48px var(--sh2); border-color: rgba(232,67,90,.25); transform: translateY(-4px); }
.fcard:hover::before { transform: scaleX(1); }
.fcard-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; margin-bottom: 12px; }
.fcard-ico { width: 44px; height: 44px; background: var(--pale); border: 1px solid var(--pbr); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; }
.fcard-tag { font-size: 10px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; color: var(--pink); background: var(--pale); border: 1px solid var(--pbr); border-radius: 50px; padding: 3px 10px; }
.fcard-name { font-size: 16px; font-weight: 800; letter-spacing: -.4px; color: var(--ink); margin-bottom: 6px; }
.fcard-promise { font-size: 13px; color: var(--ink3); line-height: 1.6; margin-bottom: 16px; }
.fservices { list-style: none; display: flex; flex-direction: column; gap: 6px; margin-bottom: 20px; flex: 1; }
.fservices li { display: flex; align-items: flex-start; gap: 8px; font-size: 12px; color: var(--ink2); font-weight: 500; line-height: 1.4; }
.fservices li::before { content: ''; width: 5px; height: 5px; min-width: 5px; border-radius: 50%; background: var(--pink); flex-shrink: 0; margin-top: 6px; }
.frdv { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-top: 16px; border-top: 1px solid var(--bdr); margin-top: auto; }
.frdv-btn { padding: 9px 18px; background: var(--ink); color: var(--w); border: none; border-radius: 8px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 12px; font-weight: 700; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; gap: 5px; transition: background .2s, transform .2s; }
.frdv-btn:hover { background: var(--pink); transform: scale(1.03); }
.frdv-arrow { font-size: 18px; color: var(--pink); font-weight: 700; transition: transform .2s; }
.fcard:hover .frdv-arrow { transform: translateX(3px); }
.eco-reassure { margin-top: 24px; padding: 20px 24px; background: var(--off); border: 1.5px solid var(--bdr); border-radius: 14px; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.eco-reassure-text { font-size: 14px; color: var(--ink3); }
.eco-reassure-text strong { color: var(--ink); font-weight: 700; }

/* ── TEAM ── */
.team { padding: 88px 40px; background: var(--ink); position: relative; overflow: hidden; }
.team::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px); background-size: 48px 48px; pointer-events: none; }
.team-hdr { position: relative; z-index: 1; margin-bottom: 48px; display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 24px; }
.team-hdr h2 { font-size: clamp(26px, 3.8vw, 44px); font-weight: 800; letter-spacing: -1.8px; color: var(--w); line-height: 1.05; }
.team-hdr h2 em { color: var(--pink); font-style: italic; }
.team-hdr p { font-size: 14px; color: rgba(255,255,255,.35); max-width: 280px; line-height: 1.65; }
.team-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; position: relative; z-index: 1; }
.tcard { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: 18px; padding: 24px 20px; transition: background .3s, transform .3s, border-color .3s; display: flex; flex-direction: column; position: relative; overflow: hidden; }
.tcard::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--pink); transform: scaleX(0); transform-origin: left; transition: transform .3s; }
.tcard:hover { background: rgba(255,255,255,.07); transform: translateY(-5px); border-color: rgba(232,67,90,.2); }
.tcard:hover::before { transform: scaleX(1); }
.tav { width: 44px; height: 44px; border-radius: 50%; background: var(--pink); display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 800; color: #fff; margin-bottom: 12px; flex-shrink: 0; }
.tname { font-size: 14px; font-weight: 800; color: var(--w); margin-bottom: 2px; }
.trole { font-size: 11px; color: var(--pink); font-weight: 600; margin-bottom: 7px; letter-spacing: .3px; text-transform: uppercase; }
.tbio { font-size: 12px; color: rgba(255,255,255,.38); line-height: 1.55; flex: 1; margin-bottom: 14px; }
.tcard-rdv { font-size: 11px; font-weight: 700; color: rgba(255,255,255,.5); border: 1px solid rgba(255,255,255,.12); border-radius: 7px; padding: 6px 12px; background: rgba(255,255,255,.04); cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; gap: 5px; transition: background .2s, border-color .2s, color .2s; width: fit-content; }
.tcard-rdv:hover { background: var(--pink); border-color: var(--pink); color: var(--w); }

/* ── COLLABS ── */
.collabs { padding: 64px 40px; background: var(--off); border-top: 1px solid var(--bdr); }
.col-logos { overflow: hidden; mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent); margin-top: 36px; }
.col-track { display: flex; gap: 12px; animation: colSlide 22s linear infinite; align-items: center; }
.col-item { flex-shrink: 0; background: var(--w); border: 1.5px solid var(--bdr); border-radius: 12px; padding: 14px 22px; font-size: 13px; font-weight: 700; color: var(--ink2); white-space: nowrap; display: flex; align-items: center; gap: 10px; transition: border-color .2s, color .2s, background .2s; }
.col-item:hover { border-color: var(--pink); color: var(--pink); background: var(--pale); }
.col-sector { font-size: 10px; font-weight: 600; letter-spacing: .5px; text-transform: uppercase; color: var(--ink3); background: var(--off); border: 1px solid var(--bdr); border-radius: 5px; padding: 2px 7px; }
@keyframes colSlide { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }

/* ── FINAL ── */
.fin { padding: 100px 40px; background: var(--ink); text-align: center; position: relative; overflow: hidden; }
.fin::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 700px; height: 400px; border-radius: 50%; background: radial-gradient(ellipse, rgba(232,67,90,.14), transparent 65%); pointer-events: none; }
.fnt { font-size: clamp(34px, 5.5vw, 68px); font-weight: 800; letter-spacing: -2px; line-height: 1.0; color: var(--w); margin-bottom: 18px; position: relative; z-index: 1; }
.fnt em { color: var(--pink); font-style: italic; }
.fns { font-size: 16px; color: rgba(255,255,255,.42); max-width: 400px; margin: 0 auto 36px; line-height: 1.65; position: relative; z-index: 1; }
.fcg { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }
.bw { padding: 15px 32px; background: var(--w); color: var(--ink); border-radius: 12px; border: none; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 15px; font-weight: 800; cursor: pointer; transition: background .2s, color .2s, transform .2s, box-shadow .2s; }
.bw:hover { background: var(--pink); color: var(--w); transform: translateY(-2px); box-shadow: 0 14px 44px rgba(232,67,90,.5); }
.bow { padding: 15px 26px; background: transparent; color: rgba(255,255,255,.55); border: 1.5px solid rgba(255,255,255,.15); border-radius: 12px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 15px; font-weight: 600; cursor: pointer; transition: border-color .2s, color .2s; }
.bow:hover { border-color: rgba(255,255,255,.4); color: var(--w); }

/* ── FOOTER ── */
footer { background: #060606; padding: 48px 40px 26px; border-top: 1px solid rgba(255,255,255,.05); }
.fg { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 32px; margin-bottom: 36px; }
.fbn { font-size: 16px; font-weight: 800; color: var(--w); letter-spacing: -.4px; margin-bottom: 10px; display: flex; align-items: center; gap: 8px; }
.fbd { font-size: 13px; color: rgba(255,255,255,.28); line-height: 1.75; max-width: 220px; }
.fct { font-size: 10px; font-weight: 700; color: rgba(255,255,255,.28); letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 12px; }
.flinks { display: flex; flex-direction: column; gap: 9px; }
.flinks a { font-size: 13px; color: rgba(255,255,255,.32); text-decoration: none; transition: color .2s; font-weight: 500; }
.flinks a:hover { color: var(--pink); }
.fbot { display: flex; justify-content: space-between; align-items: center; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.05); flex-wrap: wrap; gap: 10px; }
.fcp { font-size: 11px; color: rgba(255,255,255,.2); }
.fsocs { display: flex; gap: 8px; }
.fsoc { width: 30px; height: 30px; border-radius: 8px; background: rgba(255,255,255,.05); display: flex; align-items: center; justify-content: center; font-size: 11px; text-decoration: none; color: rgba(255,255,255,.35); transition: background .2s, color .2s; }
.fsoc:hover { background: var(--pink); color: var(--w); }

/* ── REVEAL ANIMATION ── */
.rv { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.rv.on { opacity: 1; transform: none; }
.rv.d1 { transition-delay: .08s; }
.rv.d2 { transition-delay: .16s; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .why-grid, .prog-inner, .abox { grid-template-columns: 1fr; gap: 36px; }
  .modele-steps { flex-direction: column; }
  .ms-arrow { display: none; }
  .modele-bottom { grid-template-columns: 1fr 1fr; }
  .pgrid { grid-template-columns: 1fr 1fr; }
  .fgrid { grid-template-columns: 1fr 1fr; }
  .bgrid { grid-template-columns: 1fr 1fr; }
  .team-cards { grid-template-columns: 1fr 1fr; }
  .fg { grid-template-columns: 1fr 1fr; }
  .waitlist-card { position: static; }
  .funnel-steps { flex-direction: column; gap: 18px; }
  .funnel-steps::before { display: none; }
  .fs-arrow { display: none; }
}

@media (max-width: 680px) {
  nav { padding: 12px 20px; }
  .nlinks { display: none; }
  .hero { padding: 100px 20px 60px; }
  .why, .modele, .prog, .audit, .eco, .team, .collabs, .fin, .boot { padding: 60px 20px; }
  footer { padding: 36px 20px 20px; }
  .h1 { letter-spacing: -1.5px; }
  .pgrid { grid-template-columns: 1fr; }
  .fgrid { grid-template-columns: 1fr; }
  .bgrid { grid-template-columns: 1fr; }
  .abox { padding: 28px 20px; }
  .fg { grid-template-columns: 1fr 1fr; }
  .sticky { bottom: 12px; left: 12px; right: 12px; transform: none; white-space: normal; }
  .sticky.on { transform: none; }
  .sticky-btn { justify-content: center; width: 100%; }
  .team-cards { grid-template-columns: 1fr 1fr; }
  .modele-bottom { grid-template-columns: 1fr 1fr; }
  .gstrip { padding: 14px 20px; gap: 12px; }
  .eco-reassure { flex-direction: column; gap: 14px; }
  .hero-proof { gap: 20px; }
  .prog-inner { gap: 40px; }
  .fnt { letter-spacing: -1.5px; }
}
