/* Site vitrine sanoria.app — même design system que l'app (tokens v2) :
   fond nuit #0A0A0F, cartes #13131A, dégradé #FF6B35 → #FF3366, Plus Jakarta
   Sans + Inter pour les chiffres. Polices servies par le site lui-même (pas
   de Google Fonts : aucune requête vers un tiers, RGPD). */

@font-face { font-family: 'Plus Jakarta Sans'; font-style: normal; font-display: swap; font-weight: 400; src: url(fonts/jakarta-400.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Plus Jakarta Sans'; font-style: normal; font-display: swap; font-weight: 600; src: url(fonts/jakarta-600.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Plus Jakarta Sans'; font-style: normal; font-display: swap; font-weight: 700; src: url(fonts/jakarta-700.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Plus Jakarta Sans'; font-style: normal; font-display: swap; font-weight: 800; src: url(fonts/jakarta-800.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Plus Jakarta Sans'; font-style: normal; font-display: swap; font-weight: 400; src: url(fonts/jakarta-ext-400.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Plus Jakarta Sans'; font-style: normal; font-display: swap; font-weight: 600; src: url(fonts/jakarta-ext-600.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Plus Jakarta Sans'; font-style: normal; font-display: swap; font-weight: 700; src: url(fonts/jakarta-ext-700.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Plus Jakarta Sans'; font-style: normal; font-display: swap; font-weight: 800; src: url(fonts/jakarta-ext-800.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Inter'; font-style: normal; font-display: swap; font-weight: 800; src: url(fonts/inter-800.woff2) format('woff2'); }

:root {
  --bg: #0A0A0F;
  --card: #13131A;
  --surface: #1C1C27;
  --line: rgba(255, 255, 255, 0.07);
  --ink: #F3F1F5;
  --ink-2: #B4BAC5;
  --muted: #858D9B;
  --accent: #FF6B35;
  --accent-2: #FF3366;
  --accent-soft: #FF8A5C;
  --ok: #3FCB8A;
  --on-accent: #1A0B06;
  --grad: linear-gradient(120deg, var(--accent), var(--accent-2));
  --radius: 28px;
  --gutter: clamp(16px, 5.5vw, 80px);
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font: 17px/1.6 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
[hidden] { display: none !important; }
a { color: var(--accent-soft); }
a:hover { color: #FFB08F; }
:focus-visible { outline: 2px solid var(--accent-soft); outline-offset: 3px; border-radius: 6px; }
h1, h2, h3 { margin: 0; letter-spacing: -0.03em; text-wrap: balance; }
p { margin: 0; }
.num { font-family: Inter, 'Plus Jakarta Sans', sans-serif; font-feature-settings: 'tnum'; }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 16px; top: 16px; z-index: 10; background: var(--card); padding: 10px 14px; }

.wrap { width: 100%; max-width: 1440px; margin: 0 auto; padding-inline: var(--gutter); }
.eyebrow { font-size: 13px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent-soft); }
.lead { font-size: clamp(17px, 1.6vw, 20px); line-height: 1.6; color: var(--ink-2); }
.grad-text { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.section { padding-block: clamp(72px, 9vw, 120px) 0; }
.section-head { display: flex; flex-direction: column; gap: 14px; max-width: 760px; }
.h2 { font-size: clamp(32px, 4vw, 50px); line-height: 1.08; font-weight: 800; }

/* ── Boutons ── */
.store {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 11px 18px; border-radius: 14px;
  background: #000; border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff; text-decoration: none; min-height: 48px;
}
.store:hover { color: #fff; border-color: rgba(255, 255, 255, 0.5); }
.store small { display: block; font-size: 11px; color: #C8CCD4; line-height: 1.1; }
.store strong { display: block; font-size: 17px; line-height: 1.15; letter-spacing: -0.01em; }
.store.big { padding: 14px 24px; }
.store.big strong { font-size: 20px; }
.ghost {
  display: inline-flex; align-items: center; gap: 8px; min-height: 48px;
  padding: 14px 22px; border-radius: 14px;
  background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff; text-decoration: none; font-weight: 700;
}
.soon {
  display: inline-flex; align-items: center; gap: 8px; min-height: 48px;
  padding: 12px 18px; border-radius: 14px; border: 1px dashed rgba(255, 255, 255, 0.16);
  color: var(--muted); font-size: 15px; font-weight: 600;
}

/* ── Navigation ── */
.nav { position: sticky; top: 0; z-index: 5; background: rgba(10, 10, 15, 0.78); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.nav .wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 14px; }
.brand { display: flex; align-items: center; gap: 12px; color: #fff; text-decoration: none; font-size: 21px; font-weight: 800; letter-spacing: -0.02em; }
.brand:hover { color: #fff; }
.nav-links { display: flex; gap: 32px; font-size: 15px; font-weight: 600; }
.nav-links a { color: var(--ink-2); text-decoration: none; }
.nav-links a:hover { color: #fff; }

/* ── Héros ── */
.hero { position: relative; background: radial-gradient(800px 520px at 78% 40%, rgba(255, 107, 53, 0.16), transparent 70%); }
.hero .wrap { display: grid; grid-template-columns: 1.05fr 1fr; gap: 48px; align-items: center; padding-block: clamp(48px, 7vw, 96px) clamp(40px, 6vw, 72px); }
.hero-copy { display: flex; flex-direction: column; gap: 26px; }
.hero h1 { font-size: clamp(44px, 6.2vw, 80px); line-height: 1.02; font-weight: 800; letter-spacing: -0.035em; }
.hero .lead strong { color: #fff; }
.ctas { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.checks { display: flex; flex-wrap: wrap; gap: 10px 22px; font-size: 14px; color: var(--muted); list-style: none; padding: 0; margin: 0; }
.checks li { display: inline-flex; align-items: center; gap: 7px; }
.hero-art { position: relative; min-height: 640px; }
.phone { border-radius: 14%/6.5%; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.12); background: var(--bg); box-shadow: 0 40px 90px rgba(0, 0, 0, 0.55), 0 0 0 8px #15151D; }
.phone img { width: 100%; height: auto; }
.hero-art .p-main { position: absolute; left: 27%; top: 0; width: min(300px, 54%); }
.hero-art .p-back { position: absolute; left: 0; top: 150px; width: min(230px, 41%); transform: rotate(-6deg); opacity: 0.9; }
.neo-say { position: absolute; right: 0; bottom: 30px; display: flex; align-items: flex-end; gap: 10px; }
.bubble { max-width: 230px; padding: 14px 16px; border-radius: 18px 18px 4px 18px; background: var(--surface); border: 1px solid var(--line); font-size: 14px; line-height: 1.45; color: #E6E3EA; box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5); }
.neo { animation: neo-float 5s ease-in-out infinite; }
@keyframes neo-float { 50% { transform: translateY(-6px) rotate(-2deg); } }

/* ── Preuves ── */
.proof { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); }
.proof div { display: flex; align-items: baseline; gap: 14px; padding: 26px 24px; border-left: 1px solid var(--line); }
.proof div:first-child { border-left: 0; }
.proof b { font-family: Inter, sans-serif; font-size: 44px; font-weight: 800; letter-spacing: -0.03em; }
.proof span { font-size: 15px; line-height: 1.4; color: var(--ink-2); }

/* ── Score ── */
.score { display: grid; grid-template-columns: auto 1fr; gap: clamp(40px, 7vw, 90px); align-items: center; }
.score .phone { width: 320px; }
.score-copy { display: flex; flex-direction: column; gap: 24px; max-width: 640px; }
.score-copy strong { color: #fff; }
.duo { display: flex; flex-direction: column; gap: 10px; padding: 22px; border-radius: 22px; background: var(--card); border: 1px solid var(--line); }
.duo-row { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.pill-score { display: flex; flex-direction: column; align-items: center; padding: 10px 18px; border-radius: 16px; background: rgba(255, 255, 255, 0.05); }
.pill-score b { font-family: Inter, sans-serif; font-size: 34px; font-weight: 800; color: var(--muted); line-height: 1.2; }
.pill-score span { font-size: 12px; color: var(--muted); }
.pill-score.mine { background: rgba(255, 107, 53, 0.14); }
.pill-score.mine b { color: var(--accent-soft); }
.pill-score.mine span { color: #FFB08F; }
.duo small { font-size: 13px; color: var(--muted); }

/* ── Profils ── */
.panel { padding: clamp(32px, 5vw, 70px) clamp(22px, 5vw, 72px); border-radius: 36px; background: linear-gradient(160deg, #16161F, #101016); border: 1px solid var(--line); display: flex; flex-direction: column; gap: 30px; }
.panel-top { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; }
.panel-top .section-head { max-width: 700px; }
.aside-card { display: flex; flex-direction: column; gap: 8px; padding: 18px 20px; border-radius: 18px; background: rgba(255, 255, 255, 0.04); max-width: 300px; }
.aside-card b { font-size: 16px; }
.aside-card span { font-size: 14px; line-height: 1.5; color: var(--ink-2); }
.chips { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; padding: 0; margin: 0; }
.chips li { padding: 8px 14px; border-radius: 999px; background: rgba(255, 255, 255, 0.06); color: #D5D9E0; font-size: 14px; font-weight: 600; }

/* ── Bento ── */
.bento { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 20px; margin-top: 36px; }
.tile { display: flex; flex-direction: column; gap: 22px; padding: 30px 30px 0; border-radius: var(--radius); background: var(--card); border: 1px solid var(--line); overflow: hidden; }
.tile.tall { grid-row: span 2; }
.tile.no-img { padding-bottom: 30px; }
.tile h3 { font-size: 24px; font-weight: 800; letter-spacing: -0.02em; }
.tile p { font-size: 16px; line-height: 1.55; color: var(--ink-2); }
.tile-ic { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 14px; }
.tile-shot { margin-top: auto; height: 260px; overflow: hidden; display: flex; justify-content: center; }
.tile.tall .tile-shot { height: 460px; }
.tile-shot img { width: 240px; height: auto; border-radius: 26px 26px 0 0; border: 1px solid rgba(255, 255, 255, 0.1); }
.tile.tall .tile-shot img { width: 300px; }

/* ── Zéro culpabilité ── */
.calm { display: grid; grid-template-columns: auto 1fr; gap: clamp(32px, 6vw, 70px); align-items: center; padding: clamp(32px, 5vw, 64px) clamp(22px, 5vw, 72px); border-radius: 36px; background: radial-gradient(600px 300px at 15% 50%, rgba(255, 107, 53, 0.14), transparent 70%), var(--card); border: 1px solid var(--line); }
.calm-neo { display: flex; flex-direction: column; align-items: center; gap: 12px; font-size: 14px; color: var(--muted); }
.calm-copy { display: flex; flex-direction: column; gap: 24px; }
.trio { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.trio div { display: flex; flex-direction: column; gap: 8px; padding: 20px; border-radius: 18px; background: rgba(255, 255, 255, 0.04); }
.trio b { font-size: 17px; }
.trio span { font-size: 15px; line-height: 1.5; color: var(--ink-2); }

/* ── Galerie ── */
.gallery-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; flex-wrap: wrap; }
.gallery { display: flex; gap: 28px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 28px 4px 40px; margin-top: 8px; scrollbar-width: thin; }
.gallery figure { margin: 0; flex: 0 0 236px; scroll-snap-align: start; display: flex; flex-direction: column; gap: 14px; align-items: center; }
.gallery figcaption { font-size: 14px; font-weight: 600; color: var(--ink-2); }
.gallery .phone { width: 236px; box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5), 0 0 0 6px #15151D; }

/* ── Premium ── */
.pricing { display: flex; flex-direction: column; align-items: center; gap: 36px; text-align: center; }
.plans { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; width: 100%; max-width: 980px; text-align: left; }
.plan { display: flex; flex-direction: column; gap: 20px; padding: 34px; border-radius: var(--radius); background: var(--card); border: 1px solid rgba(255, 255, 255, 0.08); }
.plan.hl { border: 2px solid var(--accent); background: linear-gradient(180deg, rgba(255, 107, 53, 0.1), var(--card) 55%); }
.plan-name { font-size: 18px; font-weight: 800; }
.plan-price { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
.plan-price b { font-family: Inter, sans-serif; font-size: 44px; font-weight: 800; letter-spacing: -0.03em; }
.plan-price span { font-size: 15px; color: var(--muted); }
.plan ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.plan li { display: flex; gap: 10px; font-size: 16px; color: #D5D9E0; }
.plan li svg { flex-shrink: 0; margin-top: 3px; }
.fine { font-size: 13px; color: var(--muted); }

/* ── FAQ ── */
.faq { display: grid; grid-template-columns: 1fr 1.6fr; gap: clamp(32px, 6vw, 70px); padding-bottom: clamp(64px, 8vw, 100px); }
.faq details { padding: 22px 0; border-top: 1px solid rgba(255, 255, 255, 0.08); }
.faq summary { font-size: 19px; font-weight: 700; cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; color: var(--accent-soft); font-weight: 800; }
.faq details[open] summary::after { content: '−'; }
.faq details p { margin-top: 10px; font-size: 16px; line-height: 1.6; color: var(--ink-2); max-width: 65ch; }

/* ── Appel final ── */
.final { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: clamp(32px, 4vw, 56px) clamp(24px, 4vw, 64px); border-radius: 36px; background: var(--grad); color: var(--on-accent); }
.final-l { display: flex; align-items: center; gap: 26px; }
.final h2 { font-size: clamp(28px, 3.4vw, 42px); line-height: 1.05; font-weight: 800; color: var(--on-accent); }
.final p { font-size: 18px; color: #3A1408; margin-top: 6px; }

/* ── Pied de page ── */
.footer { margin-top: clamp(56px, 7vw, 90px); border-top: 1px solid var(--line); }
.footer .wrap { display: flex; justify-content: space-between; gap: 40px; padding-block: 56px 48px; flex-wrap: wrap; }
.footer-id { display: flex; flex-direction: column; gap: 12px; max-width: 360px; font-size: 14px; line-height: 1.55; color: var(--muted); }
.footer-cols { display: flex; gap: clamp(32px, 5vw, 70px); flex-wrap: wrap; }
.footer-cols div { display: flex; flex-direction: column; gap: 12px; }
.footer-cols h3 { font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
.footer-cols a { font-size: 15px; color: #D5D9E0; text-decoration: none; }
.footer-cols a:hover { color: #fff; }

/* ── Tablette ── */
@media (max-width: 1080px) {
  .nav-links { display: none; }
  .hero .wrap { grid-template-columns: 1fr; }
  .hero-art { min-height: 560px; max-width: 560px; width: 100%; margin-inline: auto; }
  .proof { grid-template-columns: 1fr 1fr; }
  .proof div:nth-child(3) { border-left: 0; }
  .proof div:nth-child(n+3) { border-top: 1px solid var(--line); }
  .bento { grid-template-columns: 1fr 1fr; }
  .tile.tall { grid-row: auto; grid-column: span 2; }
  .tile.tall .tile-shot { height: 300px; }
  .trio { grid-template-columns: 1fr; }
  .panel-top { flex-direction: column; align-items: flex-start; }
}

/* ── Téléphone ── */
@media (max-width: 720px) {
  body { font-size: 16px; }
  .nav .store small { display: none; }
  .nav .store { padding: 8px 14px; min-height: 44px; }
  .hero-art { min-height: 470px; }
  .hero-art .p-main { left: 30%; width: 58%; }
  .hero-art .p-back { top: 110px; width: 44%; }
  .neo-say { right: -4px; bottom: 0; }
  .bubble { max-width: 180px; font-size: 13px; }
  .proof { grid-template-columns: 1fr; }
  .proof div { border-left: 0; border-top: 1px solid var(--line); padding: 18px 4px; }
  .proof div:first-child { border-top: 0; }
  .score { grid-template-columns: 1fr; }
  .score .phone { width: min(280px, 80%); margin-inline: auto; order: 2; }
  .bento { grid-template-columns: 1fr; }
  .tile.tall { grid-column: auto; }
  .calm { grid-template-columns: 1fr; text-align: left; }
  .calm-neo { flex-direction: row; }
  .calm-neo svg { width: 84px; height: 84px; }
  .plans { grid-template-columns: 1fr; }
  .faq { grid-template-columns: 1fr; }
  .final { flex-direction: column; align-items: flex-start; }
  .final-l { flex-direction: column; align-items: flex-start; gap: 16px; }
  .final-l svg { width: 72px; height: 72px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .neo { animation: none; }
}
.badge { display: inline-block; margin-left: 10px; padding: 4px 10px; border-radius: 999px; background: rgba(255, 107, 53, 0.16); color: #FFB08F; font-size: 12px; font-weight: 700; vertical-align: 3px; }

/* ── Les coachs (mascottes v2, SVG rendus depuis l'app) ── */
.coachs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 36px; }
.coach { margin: 0; display: flex; flex-direction: column; align-items: center; gap: 18px; padding: 30px 20px 26px; border-radius: var(--radius); background: radial-gradient(180px 140px at 50% 38%, rgba(255, 255, 255, 0.05), transparent 70%), var(--card); border: 1px solid var(--line); text-align: center; }
.coach-art { transition: transform 0.4s cubic-bezier(.22, 1, .36, 1); }
.coach:hover .coach-art { transform: translateY(-6px) rotate(-2deg); }
.coach figcaption { display: flex; flex-direction: column; gap: 4px; }
.coach b { font-size: 22px; font-weight: 800; letter-spacing: -0.02em; }
.coach-sp { font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent-soft); }
.coach-line { font-size: 15px; line-height: 1.5; color: var(--ink-2); margin-top: 4px; }
@media (max-width: 1080px) { .coachs { grid-template-columns: 1fr 1fr; } }
@media (max-width: 420px) { .coach { padding: 22px 12px; } .coach-art { width: 120px; height: auto; } }
@media (prefers-reduced-motion: reduce) { .coach-art { transition: none; } }
