@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;600;700&family=Inter:wght@400;500;600&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg:            #05060b;
  --bg-card:       rgba(17, 15, 36, 0.82);
  --violet:        #7c5cff;
  --violet-light:  #b3a3ff;
  --violet-dim:    rgba(124, 92, 255, 0.14);
  --blue:          #3fa9ff;
  --blue-light:    #8dcbff;
  --blue-dim:      rgba(63, 169, 255, 0.14);
  --border:        rgba(160, 140, 255, 0.22);
  --border-tint:   rgba(160, 140, 255, 0.10);
  --text:          #f2f3ff;
  --text-muted:    rgba(225, 228, 255, 0.58);
  --text-dim:      rgba(225, 228, 255, 0.32);
  --gradient:      linear-gradient(135deg, #7c5cff, #3fa9ff);
  --font-d:        'Space Grotesk', sans-serif;
  --font-b:        'Inter', sans-serif;
  --r-card:        18px;
  --r-pill:        999px;
  --max-w:         1120px;
  --cycle:         7s;
}

html {
  scroll-behavior: smooth;
  background-color: var(--bg);
}

body {
  background:
    radial-gradient(ellipse 70% 55% at 8%   10%, rgba(90, 50, 210, .55) 0%, transparent 60%),
    radial-gradient(ellipse 60% 45% at 0%   55%, rgba(50, 30, 140, .55) 0%, transparent 60%),
    radial-gradient(ellipse 60% 45% at 5%   95%, rgba(20, 30, 90, .55)  0%, transparent 60%),
    radial-gradient(ellipse 55% 42% at 100% 15%, rgba(63, 169, 255, .28) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 100% 68%, rgba(30, 20, 80, .40)   0%, transparent 55%),
    radial-gradient(ellipse 42% 35% at 50%  50%, rgba(20, 12, 50, .45)   0%, transparent 60%),
    var(--bg);
  background-attachment: fixed;
  color: var(--text);
  font-family: var(--font-b);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}

main > section, footer { background: transparent !important; }
a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; display: block; }
button { font: inherit; }
.wrap { max-width: var(--max-w); margin: 0 auto; padding: 0 24px; }

.mesh {
  position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 55% 45% at 88% 78%, rgba(63,169,255,.08) 0%, transparent 55%),
    radial-gradient(ellipse 40% 40% at 55% 25%, rgba(124,92,255,.08) 0%, transparent 50%);
}

nav, main, footer { position: relative; z-index: 1; }
main > section { margin: 0; }

#top {
  -webkit-mask-image: linear-gradient(to bottom, black 78%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 78%, transparent 100%);
}

/* ── NAV ── */
header.site-nav {
  position: fixed; top: 16px; left: 50%; transform: translateX(-50%);
  width: calc(100% - 48px); max-width: 1080px; z-index: 200;
  background: rgba(6,5,16,.82); backdrop-filter: blur(22px); -webkit-backdrop-filter: blur(22px);
  border: 1px solid var(--border); border-radius: var(--r-pill);
  padding: 10px 10px 10px 18px;
  transition: box-shadow .3s, border-color .3s;
}
header.site-nav .wrap { display: flex; align-items: center; max-width: none; padding: 0; }
header.site-nav.scrolled { box-shadow: 0 8px 32px rgba(0,0,0,.55); }
.brand { display: flex; align-items: center; gap: 10px; margin-right: auto; flex-shrink: 0; }
.brand-mark {
  width: 30px; height: 30px; border-radius: 9px; background: var(--gradient);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  box-shadow: 0 0 16px rgba(124,92,255,.45);
}
.brand-mark svg { width: 15px; height: 15px; }
.brand-name { font-family: var(--font-d); font-size: 15px; font-weight: 600; color: var(--text); white-space: nowrap; }
.nav-links { display: flex; align-items: center; gap: 26px; list-style: none; margin-right: 22px; }
.nav-links a { font-size: 14px; font-weight: 500; color: var(--text-muted); transition: color .2s; white-space: nowrap; }
.nav-links a:hover { color: var(--text); }
.nav-cta {
  background: var(--gradient); color: #fff !important; font-size: 13px; font-weight: 600;
  padding: 10px 20px; border-radius: var(--r-pill); white-space: nowrap; flex-shrink: 0;
  transition: opacity .2s, transform .15s; box-shadow: 0 0 20px rgba(124,92,255,.4);
  display: inline-flex; align-items: center;
}
.nav-cta:hover { opacity: .88; transform: translateY(-1px); }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 6px; color: var(--text); margin-left: 8px; }
.nav-toggle span { display: block; width: 20px; height: 2px; background: currentColor; margin: 4px 0; border-radius: 2px; transition: all .3s; }

/* ── TYPOGRAPHY ── */
.eyebrow {
  font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase;
  color: var(--violet-light); margin-bottom: 16px; display: block;
}
.grad { background: var(--gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.section-title { font-family: var(--font-d); font-size: clamp(30px,4.6vw,46px); font-weight: 700; line-height: 1.12; letter-spacing: -.015em; }
.section-sub { font-size: 16px; color: var(--text-muted); line-height: 1.7; max-width: 600px; margin-top: 16px; }
.section { padding: 96px 24px; }
.section-head { text-align: left; max-width: 700px; margin-bottom: 52px; }
.section-accent { position: relative; overflow: hidden; }
.section-accent::before {
  content: ''; position: absolute; pointer-events: none; width: 620px; height: 620px; border-radius: 50%;
  background: radial-gradient(circle, rgba(124,92,255,.08) 0%, transparent 70%);
  top: 30%; left: -220px;
}
.section-accent-r::before { left: auto; right: -220px; background: radial-gradient(circle, rgba(63,169,255,.07) 0%, transparent 70%); }

/* ── BUTTONS ── */
.btn {
  display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-b);
  font-size: 15px; font-weight: 600; padding: 13px 26px; border-radius: var(--r-pill);
  border: none; cursor: pointer; transition: all .2s; text-decoration: none;
}
.btn-primary { background: var(--gradient); color: #fff; box-shadow: 0 0 24px rgba(124,92,255,.45); }
.btn-primary:hover { opacity: .88; transform: translateY(-2px); box-shadow: 0 4px 32px rgba(124,92,255,.6); }
.btn-ghost { background: rgba(255,255,255,.05); color: var(--text); border: 1px solid var(--border); }
.btn-ghost:hover { background: rgba(140,120,255,.12); border-color: rgba(160,140,255,.5); transform: translateY(-2px); }

/* ── REVEAL ── */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.vis { opacity: 1; transform: translateY(0); }
.d1{transition-delay:.08s} .d2{transition-delay:.16s} .d3{transition-delay:.24s}
.d4{transition-delay:.32s} .d5{transition-delay:.40s} .d6{transition-delay:.48s}

/* ── CARDS ── */
.card {
  background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--r-card);
  padding: 32px; transition: border-color .25s, transform .25s, box-shadow .25s;
  position: relative; overflow: hidden;
}
.card::before {
  content: ''; position: absolute; inset: 0; border-radius: var(--r-card);
  background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(124,92,255,.07), transparent 60%);
  pointer-events: none;
}
.card:hover { border-color: rgba(124,92,255,.55); transform: translateY(-4px); box-shadow: 0 8px 40px rgba(124,92,255,.18), 0 0 0 1px rgba(63,169,255,.08); }
.card-icon {
  width: 48px; height: 48px; border-radius: 13px; display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px; background: linear-gradient(135deg, rgba(124,92,255,.18), rgba(63,169,255,.12));
  border: 1px solid var(--border); box-shadow: 0 0 20px rgba(124,92,255,.14);
}
.card-icon svg { width: 22px; height: 22px; stroke: var(--blue-light); fill: none; stroke-width: 1.8; }
.card h3 { font-family: var(--font-d); font-size: 18px; font-weight: 600; margin-bottom: 10px; color: var(--text); }
.card p { font-size: 14px; color: var(--text-muted); line-height: 1.7; }

/* ── HERO ── */
#top { padding: 148px 24px 90px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px; background: var(--violet-dim);
  border: 1px solid rgba(124,92,255,.3); border-radius: var(--r-pill); padding: 7px 16px;
  font-size: 13px; color: var(--violet-light); margin-bottom: 28px; width: fit-content;
}
.hero-badge::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 8px var(--blue); flex-shrink: 0; }
.hero-title { font-family: var(--font-d); font-size: clamp(36px,5.6vw,58px); font-weight: 700; line-height: 1.12; letter-spacing: -.02em; margin-bottom: 22px; max-width: 620px; }
.hero-sub { font-size: 17px; color: var(--text-muted); max-width: 540px; line-height: 1.7; margin-bottom: 32px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; margin-bottom: 16px; }
.hero-note { font-size: 13px; color: var(--text-dim); }

/* Hero visual */
.hero-visual { position: relative; height: 600px; }
.journey-label { font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--text-dim); text-align: center; margin-bottom: 18px; position: relative; z-index: 3; }
#vertex-canvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; }
.journey-stack { position: relative; z-index: 2; height: 100%; }

.jline { position: absolute; left: 50%; width: 2px; background: var(--gradient); transform-origin: top center; border-radius: 2px; }
.jline-12 { top: 238px; height: 32px; }
.jline-23 { top: 417px; height: 32px; }
.jping { position: absolute; left: 50%; width: 8px; height: 8px; border-radius: 50%; background: var(--blue); transform: translateX(-50%); box-shadow: 0 0 0 rgba(63,169,255,.6); }
.jping-1 { top: 270px; }
.jping-2 { top: 449px; }

.jcard {
  position: absolute; left: 50%; width: 272px; background: var(--bg-card);
  border: 1px solid var(--border); border-radius: 16px; padding: 16px;
  box-shadow: 0 20px 50px rgba(0,0,0,.4);
}
.jcard-1 { top: 16px;  transform: translateX(calc(-50% - 30px)) rotate(-2deg); }
.jcard-2 { top: 282px; transform: translateX(calc(-50% + 12px)) rotate(1deg); }
.jcard-3 { top: 461px; transform: translateX(calc(-50% - 10px)) rotate(-1deg); }

.jad-head { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; }
.jad-avatar { width: 26px; height: 26px; border-radius: 50%; background: var(--gradient); display: flex; align-items: center; justify-content: center; font-family: var(--font-d); font-size: 11px; font-weight: 700; color: #fff; flex-shrink: 0; }
.jad-who { font-size: 12.5px; font-weight: 600; color: var(--text); line-height: 1.3; }
.jad-sponsored { font-size: 10.5px; color: var(--text-dim); display: flex; align-items: center; gap: 4px; }
.jad-sponsored svg { width: 10px; height: 10px; stroke: var(--text-dim); fill: none; stroke-width: 2; }
.jad-media {
  position: relative; height: 68px; border-radius: 10px; margin-bottom: 12px; overflow: hidden;
  background: linear-gradient(135deg, rgba(124,92,255,.55), rgba(63,169,255,.45));
}
.jad-media svg { position: absolute; bottom: 0; left: 0; width: 100%; height: 72%; opacity: .55; }
.jad-text { font-size: 12.5px; font-weight: 500; color: var(--text); line-height: 1.4; margin-bottom: 12px; }
.jad-btn { display: inline-block; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.28); color: var(--text); font-size: 11.5px; font-weight: 600; padding: 7px 14px; border-radius: var(--r-pill); }

.jn-head { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.jn-icon { width: 30px; height: 30px; border-radius: 9px; background: var(--blue-dim); border: 1px solid rgba(63,169,255,.3); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.jn-icon svg { width: 15px; height: 15px; stroke: var(--blue-light); fill: none; stroke-width: 2; }
.jn-title { font-family: var(--font-d); font-size: 13.5px; font-weight: 600; color: var(--text); }
.jn-rows { display: flex; flex-direction: column; gap: 6px; }
.jn-rows span { font-size: 12px; color: var(--text-muted); }
.jn-rows span:first-child { color: var(--text); font-weight: 500; }

.ja-head { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.ja-icon { width: 30px; height: 30px; border-radius: 9px; background: var(--violet-dim); border: 1px solid rgba(124,92,255,.3); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ja-icon svg { width: 15px; height: 15px; stroke: var(--violet-light); fill: none; stroke-width: 2; }
.ja-title { font-family: var(--font-d); font-size: 13.5px; font-weight: 600; color: var(--text); }
.ja-rows { display: flex; flex-direction: column; gap: 6px; }
.ja-rows span { font-size: 12px; color: var(--text-muted); }
.ja-rows span:first-child { color: var(--text); font-weight: 500; }

@keyframes jcard1 { 0%,4%{opacity:0; transform:translateX(calc(-50% - 30px)) translateY(10px) rotate(-2deg);} 10%,88%{opacity:1; transform:translateX(calc(-50% - 30px)) translateY(0) rotate(-2deg);} 96%,100%{opacity:0; transform:translateX(calc(-50% - 30px)) translateY(10px) rotate(-2deg);} }
@keyframes jcard2 { 0%,22%{opacity:0; transform:translateX(calc(-50% + 12px)) translateY(10px) rotate(1deg);} 30%,88%{opacity:1; transform:translateX(calc(-50% + 12px)) translateY(0) rotate(1deg);} 96%,100%{opacity:0; transform:translateX(calc(-50% + 12px)) translateY(10px) rotate(1deg);} }
@keyframes jcard3 { 0%,46%{opacity:0; transform:translateX(calc(-50% - 10px)) translateY(10px) rotate(-1deg);} 54%,88%{opacity:1; transform:translateX(calc(-50% - 10px)) translateY(0) rotate(-1deg);} 96%,100%{opacity:0; transform:translateX(calc(-50% - 10px)) translateY(10px) rotate(-1deg);} }
@keyframes jline12 { 0%,20%{opacity:0; transform:scaleY(0);} 26%{opacity:1;} 30%,88%{opacity:1; transform:scaleY(1);} 96%,100%{opacity:0; transform:scaleY(0);} }
@keyframes jline23 { 0%,44%{opacity:0; transform:scaleY(0);} 50%{opacity:1;} 54%,88%{opacity:1; transform:scaleY(1);} 96%,100%{opacity:0; transform:scaleY(0);} }
@keyframes jping { 0%,26%{opacity:0; box-shadow:0 0 0 0 rgba(63,169,255,.6); transform:translateX(-50%) scale(.6);} 30%{opacity:1; transform:translateX(-50%) scale(1.3);} 40%{opacity:1; box-shadow:0 0 0 9px rgba(63,169,255,0); transform:translateX(-50%) scale(1);} 88%{opacity:1;} 96%,100%{opacity:0;} }
@keyframes jping2 { 0%,50%{opacity:0; box-shadow:0 0 0 0 rgba(124,92,255,.6); transform:translateX(-50%) scale(.6);} 54%{opacity:1; transform:translateX(-50%) scale(1.3);} 64%{opacity:1; box-shadow:0 0 0 9px rgba(124,92,255,0); transform:translateX(-50%) scale(1);} 88%{opacity:1;} 96%,100%{opacity:0;} }

.jcard-1 { animation: jcard1 var(--cycle) ease-in-out infinite; }
.jcard-2 { animation: jcard2 var(--cycle) ease-in-out infinite; }
.jcard-3 { animation: jcard3 var(--cycle) ease-in-out infinite; }
.jline-12 { animation: jline12 var(--cycle) ease-in-out infinite; }
.jline-23 { animation: jline23 var(--cycle) ease-in-out infinite; }
.jping-1 { animation: jping var(--cycle) ease-in-out infinite; }
.jping-2 { animation: jping2 var(--cycle) ease-in-out infinite; }

@media (prefers-reduced-motion: reduce) {
  .jcard-1, .jcard-2, .jcard-3, .jline-12, .jline-23, .jping-1, .jping-2 { animation: none !important; opacity: 1 !important; transform: none !important; }
  .jcard-1 { transform: translateX(calc(-50% - 30px)) rotate(-2deg) !important; }
  .jcard-2 { transform: translateX(calc(-50% + 12px)) rotate(1deg) !important; }
  .jcard-3 { transform: translateX(calc(-50% - 10px)) rotate(-1deg) !important; }
  .jline-12, .jline-23 { transform: scaleY(1) !important; }
}


/* ── CONSTAT ── */
.constat-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }

/* ── BENTO (offre) ── */
.bento { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.bento-item {
  background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--r-card);
  padding: 32px; position: relative; overflow: hidden; min-height: 220px;
  display: flex; flex-direction: column; transition: border-color .25s, transform .25s, box-shadow .25s;
}
.bento-item.wide, .bento-item.wide-alt { grid-column: span 2; }
.bento-item:hover { border-color: rgba(124,92,255,.5); transform: translateY(-4px); box-shadow: 0 8px 40px rgba(124,92,255,.16); }
.bento-watermark { position: absolute; right: -8px; bottom: -8px; width: 68px; height: 68px; opacity: .09; pointer-events: none; z-index: 0; }
.bento-watermark svg { width: 68px; height: 68px; stroke: var(--blue-light); fill: none; stroke-width: 1; }
.bento-item::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 65% 55% at 88% 88%, rgba(124,92,255,.14), transparent);
}
.bento-item:nth-child(2)::after,.bento-item:nth-child(5)::after { background: radial-gradient(ellipse 65% 55% at 88% 88%, rgba(63,169,255,.13), transparent); }
.bento-item:nth-child(3)::after,.bento-item:nth-child(6)::after { background: radial-gradient(ellipse 65% 55% at 88% 88%, rgba(179,163,255,.12), transparent); }
.bento-h3 { font-family: var(--font-d); font-size: 17px; font-weight: 600; margin-bottom: 10px; color: var(--text); position: relative; z-index: 1; max-width: 380px; padding-right: 56px; }
.bento-p { font-size: 14px; color: var(--text-muted); line-height: 1.7; position: relative; z-index: 1; max-width: 400px; padding-right: 56px; }

/* ── STEPS (méthode) ── */
.steps { display: flex; flex-direction: column; gap: 16px; }
.step-card {
  background: var(--bg-card); border: 1px solid var(--border); border-radius: 20px; padding: 34px 38px;
  display: grid; grid-template-columns: 68px 1fr 46px; gap: 26px; align-items: center;
  transition: border-color .25s, transform .25s, box-shadow .25s; position: relative; overflow: hidden;
}
.step-card::after { content:''; position:absolute; left:0; top:0; bottom:0; width:3px; background: var(--gradient); border-radius:3px 0 0 3px; opacity:0; transition: opacity .25s; }
.step-card:hover { border-color: rgba(124,92,255,.5); transform: translateX(6px); box-shadow: 0 4px 32px rgba(124,92,255,.12); }
.step-card:hover::after { opacity: 1; }
.step-n { font-family: var(--font-d); font-size: 44px; font-weight: 700; background: var(--gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; opacity: .4; line-height: 1; }
.step-body h3 { font-family: var(--font-d); font-size: 19px; font-weight: 600; margin-bottom: 8px; }
.step-body p { font-size: 14.5px; color: var(--text-muted); line-height: 1.7; }
.arrow-circle {
  width: 42px; height: 42px; border-radius: 50%; background: var(--border-tint); border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: background .2s, box-shadow .2s;
}
.step-card:hover .arrow-circle { background: var(--gradient); border-color: transparent; box-shadow: 0 0 16px rgba(124,92,255,.5); }
.arrow-circle svg { width: 15px; height: 15px; stroke: var(--text); fill: none; stroke-width: 2.2; }

/* ── MODELE ── */
.modele-card {
  position: relative; background: linear-gradient(135deg, rgba(15,12,34,.95), rgba(20,16,50,.9));
  border-radius: 28px; padding: 58px 52px; overflow: hidden;
  box-shadow: 0 0 60px rgba(124,92,255,.1), inset 0 0 80px rgba(63,169,255,.03);
}
.modele-card::before {
  content: ''; position: absolute; inset: 0; border-radius: 28px; padding: 1px;
  background: linear-gradient(135deg, rgba(124,92,255,.65), rgba(63,169,255,.55));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none;
}
.modele-card::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 55% 75% at 92% 50%, rgba(124,92,255,.14), transparent),
    radial-gradient(ellipse 40% 40% at 8% 85%, rgba(63,169,255,.08), transparent);
}
.modele-head { position: relative; z-index: 1; max-width: 620px; margin-bottom: 44px; }
.modele-points { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; margin-bottom: 32px; }
.modele-point-icon {
  width: 44px; height: 44px; border-radius: 12px; background: var(--violet-dim); border: 1px solid rgba(124,92,255,.3);
  display: flex; align-items: center; justify-content: center; margin-bottom: 18px;
}
.modele-point-icon svg { width: 20px; height: 20px; stroke: var(--blue-light); fill: none; stroke-width: 2; }
.modele-point h3 { font-family: var(--font-d); font-size: 17px; font-weight: 600; margin-bottom: 8px; }
.modele-point p { font-size: 14px; color: var(--text-muted); line-height: 1.7; }
.modele-note {
  position: relative; z-index: 1; font-size: 13.5px; color: var(--text-muted); line-height: 1.7;
  border-top: 1px solid var(--border-tint); padding-top: 26px; margin-bottom: 30px; max-width: 720px;
}
.modele-card .btn { position: relative; z-index: 1; }

/* ── POUR QUI ── */
.pourqui-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.pourqui-col {
  background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--r-card); padding: 36px;
}
.pourqui-col h3 { font-family: var(--font-d); font-size: 18px; font-weight: 600; margin-bottom: 22px; }
.pourqui-col ul { list-style: none; display: flex; flex-direction: column; gap: 16px; }
.pourqui-col li { display: flex; gap: 12px; font-size: 14.5px; color: var(--text-muted); line-height: 1.6; }
.pq-icon { width: 22px; height: 22px; border-radius: 50%; flex-shrink: 0; display: flex; align-items: center; justify-content: center; margin-top: 1px; }
.pq-yes .pq-icon { background: var(--gradient); }
.pq-yes .pq-icon svg { stroke: #fff; }
.pq-no .pq-icon { background: rgba(225,228,255,.08); border: 1px solid var(--border-tint); }
.pq-no .pq-icon svg { stroke: var(--text-dim); }
.pq-icon svg { width: 11px; height: 11px; fill: none; stroke-width: 2.6; }

/* ── FAQ ── */
.faq-list { display: flex; flex-direction: column; border: 1px solid var(--border); border-radius: 20px; overflow: hidden; }
.faq-item { border-bottom: 1px solid var(--border-tint); }
.faq-item:last-child { border-bottom: none; }
.faq-q {
  width: 100%; background: none; border: none; cursor: pointer; color: var(--text);
  font-family: var(--font-d); font-size: 16px; font-weight: 600; text-align: left;
  padding: 22px 28px; display: flex; justify-content: space-between; align-items: center; gap: 20px; transition: background .15s;
}
.faq-q:hover { background: rgba(124,92,255,.06); }
.faq-icon { width: 22px; height: 22px; border-radius: 50%; background: var(--border-tint); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: transform .3s, background .2s; }
.faq-icon svg { width: 11px; height: 11px; stroke: var(--blue-light); fill: none; stroke-width: 2.5; transition: transform .3s; }
.faq-item.open .faq-icon { background: var(--gradient); border-color: transparent; }
.faq-item.open .faq-icon svg { transform: rotate(45deg); stroke: #fff; }
.faq-a { display: none; padding: 0 28px 24px; font-size: 15px; color: var(--text-muted); line-height: 1.75; max-width: 780px; }
.faq-item.open .faq-a { display: block; }

/* ── CTA BOX ── */
.cta-box {
  background: linear-gradient(135deg, rgba(17,15,36,.95) 0%, rgba(22,18,55,.9) 100%);
  border: 1px solid rgba(124,92,255,.35); border-radius: 28px; padding: 60px 56px;
  display: grid; grid-template-columns: 1.3fr auto; gap: 40px; align-items: center;
  position: relative; overflow: hidden; box-shadow: 0 0 60px rgba(124,92,255,.1);
}
.cta-box::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 60% 80% at 90% 50%, rgba(124,92,255,.12), transparent),
    radial-gradient(ellipse 40% 40% at 10% 80%, rgba(63,169,255,.07), transparent);
}
.cta-box .section-title { font-size: clamp(24px,3.2vw,36px); position: relative; z-index: 1; }
.cta-box p { position: relative; z-index: 1; color: var(--text-muted); margin-top: 14px; max-width: 480px; }
.cta-actions { display: flex; flex-direction: column; gap: 12px; align-items: flex-end; position: relative; z-index: 1; }
.cta-actions .mailto-link { font-size: 13px; color: var(--text-muted); }
.cta-actions .mailto-link a { color: var(--blue-light); }
.cta-actions .mailto-link a:hover { text-decoration: underline; }

/* ── FOOTER ── */
footer.site-footer { border-top: 1px solid var(--border-tint); padding: 64px 24px 36px; margin-top: 40px; }
.footer-grid { max-width: var(--max-w); margin: 0 auto; display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-brand-row { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.footer-brand-row .brand-mark { width: 26px; height: 26px; border-radius: 8px; }
.footer-brand-row .brand-mark svg { width: 13px; height: 13px; }
.footer-brand-name { font-family: var(--font-d); font-size: 14px; font-weight: 700; color: var(--text); }
address { font-style: normal; font-size: 13px; color: var(--text-muted); line-height: 1.85; }
address a { color: var(--blue-light); }
address a:hover { text-decoration: underline; }
.footer-col h4 { font-family: var(--font-d); font-size: 13px; font-weight: 600; color: var(--text); margin-bottom: 18px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col ul li a { font-size: 13px; color: var(--text-muted); transition: color .2s; }
.footer-col ul li a:hover { color: var(--blue-light); }
.footer-bottom { max-width: var(--max-w); margin: 0 auto; border-top: 1px solid var(--border-tint); padding-top: 24px; }
.footer-copy { font-size: 12px; color: var(--text-dim); line-height: 1.6; }

/* ── LEGAL PAGES ── */
.legal { padding: 150px 24px 96px; }
.legal-card {
  max-width: 760px; margin: 0 auto; background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--r-card); padding: 52px;
}
.legal-card h1 { font-family: var(--font-d); font-size: clamp(28px,4vw,38px); font-weight: 700; margin-bottom: 10px; }
.legal-card .updated { font-size: 13px; color: var(--text-dim); margin-bottom: 36px; }
.legal-card h2 { font-family: var(--font-d); font-size: 19px; font-weight: 600; margin: 34px 0 12px; color: var(--text); }
.legal-card h2:first-of-type { margin-top: 0; }
.legal-card p { font-size: 15px; color: var(--text-muted); line-height: 1.8; margin-bottom: 4px; }
.legal-card ul { padding-left: 20px; margin: 8px 0 16px; }
.legal-card li { font-size: 15px; color: var(--text-muted); line-height: 1.8; margin-bottom: 6px; }
.legal-card a { color: var(--blue-light); }
.legal-card a:hover { text-decoration: underline; }

/* ── FOCUS ── */
a:focus-visible, button:focus-visible { outline: 2px solid var(--blue-light); outline-offset: 3px; border-radius: 6px; }

/* Scroll offset under fixed pill nav */
section[id], .legal[id] { scroll-margin-top: 100px; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { height: 400px; margin-top: 12px; }
  .nav-links { display: none; }
  .nav-toggle { display: block; }
  .nav-links.open {
    display: flex; flex-direction: column; position: fixed; top: 68px; left: 14px; right: 14px;
    background: rgba(6,5,16,.97); border: 1px solid var(--border); border-radius: 16px;
    padding: 18px 20px; gap: 14px; z-index: 199; backdrop-filter: blur(20px);
  }
  .constat-grid { grid-template-columns: 1fr; }
  .bento { grid-template-columns: 1fr 1fr; }
  .bento-item.wide { grid-column: span 2; }
  .bento-item.wide-alt { grid-column: span 1; }
  .pourqui-grid { grid-template-columns: 1fr; }
  .cta-box { grid-template-columns: 1fr; padding: 40px 30px; }
  .cta-actions { align-items: flex-start; }
  .modele-points { grid-template-columns: 1fr; gap: 26px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}

@media (max-width: 620px) {
  .section { padding: 64px 16px; }
  #top { padding: 128px 16px 56px; }
  .wrap { padding: 0 16px; }
  header.site-nav { width: calc(100% - 24px); top: 10px; padding: 9px 14px; }
  header.site-nav .wrap { padding: 0; }
  .nav-cta { padding: 9px 16px; font-size: 12px; }
  .hero-title { font-size: clamp(30px,9vw,42px); }
  .hero-sub { font-size: 15px; }
  .hero-actions .btn { font-size: 13px; padding: 11px 20px; }
  .hero-visual { height: 600px; }
  .jcard { width: 82%; padding: 14px; }
  .bento { grid-template-columns: 1fr; }
  .bento-item.wide { grid-column: span 1; }
  .bento-item { padding-bottom: 56px; }
  .bento-h3, .bento-p { padding-right: 0; max-width: none; }
  .step-card { grid-template-columns: 40px 1fr; padding: 22px 18px; gap: 16px; }
  .step-card .arrow-circle { display: none; }
  .step-n { font-size: 32px; }
  .modele-card { padding: 34px 22px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .cta-box { padding: 30px 20px; }
  .legal { padding: 118px 16px 64px; }
  .legal-card { padding: 28px 20px; }
}
