/* ============================================================
   AURA — Site de présentation (refonte premium)
   ============================================================ */
:root {
  --orange: #FF7A00; --coral: #FF6B35; --mint: #00D4AA; --purple: #BF5AF2;
  --bg: #06070A; --bg2: #0b0c11;
  --card: rgba(255,255,255,0.035);
  --card-2: rgba(255,255,255,0.06);
  --stroke: rgba(255,255,255,0.09);
  --stroke-2: rgba(255,255,255,0.14);
  --text: #f4f5f7;
  --dim: rgba(244,245,247,0.60);
  --faint: rgba(244,245,247,0.38);
  --maxw: 1180px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --device-ar: 1170 / 2532;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: 88px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--bg); color: var(--text); line-height: 1.6; overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
::selection { background: rgba(255,122,0,0.3); }

/* Fond */
.bg { position: fixed; inset: 0; z-index: -1; overflow: hidden; background: radial-gradient(120% 70% at 50% -10%, #14101a 0%, var(--bg) 55%); }
.bg__glow { position: absolute; border-radius: 50%; filter: blur(120px); opacity: 0.35; }
.bg__glow--1 { width: 600px; height: 600px; background: var(--orange); top: -200px; left: -150px; opacity: 0.22; }
.bg__glow--2 { width: 520px; height: 520px; background: var(--purple); top: 30%; right: -180px; opacity: 0.16; }
.bg__grid { position: absolute; inset: 0; opacity: 0.04;
  background-image: linear-gradient(rgba(255,255,255,.6) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.6) 1px, transparent 1px);
  background-size: 60px 60px; mask-image: radial-gradient(120% 80% at 50% 0%, #000 30%, transparent 75%); }

/* Utilitaires */
.grad { background: linear-gradient(105deg, var(--orange), var(--coral) 40%, var(--purple) 75%, var(--mint));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.eyebrow { display: inline-block; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--orange); margin-bottom: 16px; }
.eyebrow--mint { color: var(--mint); } .eyebrow--purple { color: var(--purple); }
.section { max-width: var(--maxw); margin: 0 auto; padding: clamp(70px, 11vh, 130px) clamp(20px, 5vw, 40px); }
.head { text-align: center; max-width: 680px; margin: 0 auto 60px; }
.head h2 { font-size: clamp(2rem, 4.6vw, 3.3rem); font-weight: 900; letter-spacing: -0.03em; line-height: 1.07; }
.head p { color: var(--dim); font-size: 1.08rem; margin-top: 16px; }
.stars { color: var(--orange); letter-spacing: 2px; }

/* Boutons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-weight: 700; font-size: 0.92rem;
  padding: 12px 22px; border-radius: 14px; border: 1px solid transparent; cursor: pointer; white-space: nowrap;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s; color: #1a0f00;
  background: linear-gradient(120deg, var(--orange), var(--coral)); box-shadow: 0 10px 28px rgba(255,122,0,0.28); }
.btn:hover { transform: translateY(-3px); box-shadow: 0 16px 38px rgba(255,122,0,0.42); }
.btn--sm { padding: 9px 18px; font-size: 0.84rem; border-radius: 12px; }
.btn--lg { padding: 15px 28px; font-size: 1rem; border-radius: 16px; }
.btn--block { width: 100%; }
.btn--ghost { color: var(--text); background: rgba(255,255,255,0.05); border-color: var(--stroke-2); box-shadow: none; backdrop-filter: blur(10px); }
.btn--ghost:hover { background: rgba(255,255,255,0.1); box-shadow: none; }

.badge { display: inline-flex; align-items: center; gap: 8px; font-size: 0.8rem; font-weight: 600; color: var(--dim);
  padding: 7px 14px; border-radius: 999px; background: var(--card); border: 1px solid var(--stroke); margin-bottom: 24px; }
.badge__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 0 rgba(0,212,170,.5); animation: pulse 2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 7px rgba(0,212,170,0); } 100% { box-shadow: 0 0 0 0 rgba(0,212,170,0); } }

/* ===== Cadre appareil (vraies captures, AUCUN recadrage) ===== */
.device { position: relative; width: 100%; max-width: 300px; margin: 0 auto;
  background: linear-gradient(150deg, #2c2c34, #121217 55%, #0a0a0d); border-radius: 42px; padding: 9px;
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 40px 90px rgba(0,0,0,0.55), inset 0 1.5px 1px rgba(255,255,255,0.2), inset 0 0 0 2px #000; }
.device img { width: 100%; height: auto; display: block; border-radius: 33px; }
.device__island { position: absolute; top: 15px; left: 50%; transform: translateX(-50%); width: 74px; height: 20px;
  background: #000; border-radius: 999px; z-index: 2; box-shadow: inset 0 0 0 1px rgba(255,255,255,0.05); }
.device--sm { max-width: 210px; }

/* ===== NAV ===== */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between;
  padding: 16px clamp(18px, 5vw, 44px); transition: padding .45s var(--ease); border-bottom: 1px solid transparent; }
.nav::before { content: ''; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background: rgba(8,9,13,0.66); backdrop-filter: blur(20px) saturate(1.4); -webkit-backdrop-filter: blur(20px) saturate(1.4);
  border-bottom: 1px solid var(--stroke); opacity: 0; transition: opacity .45s var(--ease); }
.nav--scrolled::before { opacity: 1; }
.nav--scrolled { padding-top: 10px; padding-bottom: 10px; }

.nav__brand { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 1.18rem; transition: transform .4s var(--ease); }
.nav__brand:hover { transform: translateX(2px); }
.nav__brand img { width: 34px; height: 34px; border-radius: 9px; transition: transform .5s var(--ease); }
.nav__brand:hover img { transform: rotate(-8deg) scale(1.06); }

/* Menu — capsule de verre + pilule glissante */
.nav__menu { display: flex; gap: 2px; position: relative; padding: 5px; border-radius: 999px;
  border: 1px solid transparent; transition: background .45s var(--ease), border-color .45s var(--ease), box-shadow .45s var(--ease); }
.nav--scrolled .nav__menu { background: rgba(255,255,255,0.04); border-color: var(--stroke);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06), 0 8px 24px rgba(0,0,0,0.25); }
.nav__menu a { position: relative; z-index: 1; font-size: 0.86rem; font-weight: 600; color: var(--dim); white-space: nowrap;
  padding: 8px 13px; border-radius: 999px; transition: color .3s var(--ease); }
.nav__menu a:hover, .nav__menu a.active { color: var(--text); }
.nav__pill { position: absolute; top: 5px; bottom: 5px; left: 0; z-index: 0; border-radius: 999px;
  width: var(--w, 0); transform: translateX(var(--x, 0)) scale(var(--s, 1)); opacity: 0;
  background: linear-gradient(125deg, color-mix(in srgb, var(--orange) 24%, transparent), color-mix(in srgb, var(--purple) 22%, transparent));
  border: 1px solid color-mix(in srgb, var(--orange) 34%, transparent);
  box-shadow: 0 6px 20px rgba(255,122,0,0.20), inset 0 1px 0 rgba(255,255,255,0.12);
  transition: transform .5s var(--ease), width .5s var(--ease), opacity .35s var(--ease); }
.nav__menu.ready .nav__pill { opacity: 1; }
.nav__right { display: flex; align-items: center; gap: 14px; }
.nav__burger { display: none; width: 40px; height: 40px; border: 1px solid var(--stroke); border-radius: 11px; background: rgba(255,255,255,0.05);
  cursor: pointer; flex-direction: column; gap: 5px; align-items: center; justify-content: center; }
.nav__burger span { width: 17px; height: 2px; background: var(--text); border-radius: 2px; transition: transform .3s var(--ease), opacity .3s; }
.nav__burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__burger.open span:nth-child(2) { opacity: 0; }
.nav__burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
@media (max-width: 980px) {
  .nav__burger { display: flex; }
  .nav__pill { display: none; }
  .nav__menu, .nav--scrolled .nav__menu { position: fixed; top: 70px; left: 14px; right: 14px; flex-direction: column; gap: 4px;
    background: rgba(10,11,15,0.95); backdrop-filter: blur(20px); border: 1px solid var(--stroke); border-radius: 20px; padding: 12px; box-shadow: 0 30px 70px rgba(0,0,0,0.6);
    opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .3s var(--ease), transform .3s var(--ease), visibility .3s; }
  .nav__menu.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .nav__menu a { padding: 13px 16px; border-radius: 12px; font-size: 1rem; }
  .nav__menu a:hover, .nav__menu a.active { background: rgba(255,255,255,0.06); }
}

/* ===== HERO ===== */
.hero { max-width: var(--maxw); margin: 0 auto; padding: clamp(120px, 17vh, 190px) clamp(20px, 5vw, 40px) 70px;
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 50px; align-items: center; }
.hero h1 { font-size: clamp(2.6rem, 6vw, 4.3rem); font-weight: 900; line-height: 1.03; letter-spacing: -0.035em; margin-bottom: 22px; }
.hero p { font-size: 1.12rem; color: var(--dim); max-width: 500px; margin-bottom: 32px; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 13px; margin-bottom: 30px; }
.hero__rating { display: flex; align-items: center; gap: 12px; font-size: 0.92rem; color: var(--dim); }
.hero__rating strong { color: var(--text); }
.hero__visual { position: relative; display: flex; justify-content: center; transform-style: preserve-3d; will-change: transform;
  transform: perspective(1100px) translateY(var(--py, 0)) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg));
  transition: transform .4s var(--ease); }
.hero__visual .device { max-width: 290px; animation: floaty 6s ease-in-out infinite; }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
.chip { position: absolute; display: flex; align-items: center; gap: 10px; padding: 11px 15px; border-radius: 16px;
  background: rgba(18,19,25,0.8); backdrop-filter: blur(14px); border: 1px solid var(--stroke); box-shadow: 0 18px 44px rgba(0,0,0,0.5);
  animation: floaty 5s ease-in-out infinite; }
.chip__ic { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; font-size: 1.1rem; background: color-mix(in srgb, var(--c) 20%, transparent); border: 1px solid color-mix(in srgb, var(--c) 35%, transparent); }
.chip b { display: block; font-size: 0.86rem; } .chip i { font-style: normal; font-size: 0.72rem; color: var(--dim); }
.chip--1 { top: 14%; left: -6%; animation-delay: -1s; } .chip--2 { top: 44%; right: -8%; animation-delay: -2.5s; } .chip--3 { bottom: 12%; left: -2%; animation-delay: -4s; }
@media (max-width: 920px) {
  .hero { grid-template-columns: 1fr; text-align: center; }
  .hero p { margin-left: auto; margin-right: auto; } .hero__cta, .hero__rating { justify-content: center; }
  .hero__visual { margin-top: 30px; } .chip--1 { left: 2%; } .chip--2 { right: 2%; } .chip--3 { left: 6%; }
}

/* ===== TRUST ===== */
.trust { max-width: var(--maxw); margin: 0 auto; padding: 30px clamp(20px,5vw,40px); display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 20px; border-top: 1px solid var(--stroke); border-bottom: 1px solid var(--stroke); }
.trust__item { text-align: center; } .trust__item b { font-size: clamp(1.8rem, 3.6vw, 2.6rem); font-weight: 900; letter-spacing: -0.03em; }
.trust__item span { display: block; font-size: 0.84rem; color: var(--dim); margin-top: 2px; }
@media (max-width: 680px) { .trust { grid-template-columns: repeat(2, 1fr); gap: 28px 20px; } }

/* ===== BENTO (premium) — mosaïque vivante ===== */
.bento { display: grid; gap: 16px; perspective: 1400px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas:
    "train train train"
    "ia    nutri sante"
    "stats stats stats"; }
.bento__cell--train { grid-area: train; } .bento__cell--ia { grid-area: ia; }
.bento__cell--nutri { grid-area: nutri; } .bento__cell--sante { grid-area: sante; } .bento__cell--stats { grid-area: stats; }
/* colonnes verticales : visuel collé en bas de la carte */
.bento__cell--ia, .bento__cell--nutri, .bento__cell--sante { display: flex; flex-direction: column; }
.vchat, .vmacro, .vpulse { margin-top: auto; }
.bento__cell { position: relative; overflow: hidden; border-radius: 26px; padding: 30px; --c: var(--orange);
  border: 1px solid var(--stroke); transform-style: preserve-3d; will-change: transform;
  background:
    radial-gradient(200px circle at var(--mx, 80%) var(--my, -10%), color-mix(in srgb, var(--c) 16%, transparent), transparent 60%),
    linear-gradient(160deg, color-mix(in srgb, var(--c) 8%, var(--card)), var(--card) 75%);
  transform: rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg));
  transition: transform .5s var(--ease), border-color .4s, box-shadow .4s; }
/* halo d'accent diffus en fond */
.bento__cell::after { content: ''; position: absolute; right: -25%; top: -45%; width: 60%; height: 85%; z-index: 0; pointer-events: none;
  background: radial-gradient(circle, color-mix(in srgb, var(--c) 30%, transparent), transparent 70%); filter: blur(34px); opacity: .45; transition: opacity .4s; }
/* bordure dégradée révélée au survol */
.bento__cell::before { content: ''; position: absolute; inset: 0; border-radius: inherit; padding: 1.3px; z-index: 2; pointer-events: none;
  background: linear-gradient(140deg, color-mix(in srgb, var(--c) 85%, transparent), transparent 45%, color-mix(in srgb, var(--c) 35%, transparent));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude;
  opacity: 0; transition: opacity .4s; }
.bento__cell:hover { border-color: transparent; box-shadow: 0 30px 64px rgba(0,0,0,0.5); }
.bento__cell:hover::before { opacity: 1; }
.bento__cell:hover::after { opacity: .85; }
.bento__cell > * { position: relative; z-index: 1; }
.bento__cell--lg { grid-column: span 2; display: flex; align-items: center; gap: 30px; }
.bento__cell--lg .bento__txt { flex: 1; }
.bento__cell--rev { flex-direction: row-reverse; }
.bento__ic { width: 56px; height: 56px; border-radius: 16px; display: grid; place-items: center; font-size: 1.6rem; margin-bottom: 18px;
  background: color-mix(in srgb, var(--c) 18%, transparent); border: 1px solid color-mix(in srgb, var(--c) 32%, transparent);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12); transition: transform .45s var(--ease); }
.bento__cell:hover .bento__ic { transform: scale(1.1) rotate(-6deg) translateZ(30px); }
.bento__cell h3 { font-size: 1.35rem; font-weight: 800; margin-bottom: 10px; transition: transform .45s var(--ease); }
.bento__cell:hover h3 { transform: translateZ(26px); }
.bento__cell p { color: var(--dim); font-size: 0.97rem; }
.bento__cell--lg .device { flex-shrink: 0; transition: transform .5s var(--ease); }
.bento__cell--lg:hover .device { transform: translateZ(40px) scale(1.03); }
@media (max-width: 900px) {
  .bento { display: flex; flex-direction: column; }
  .bento__cell--lg { flex-direction: column; text-align: center; }
}

/* --- Mini-démo : chat IA --- */
.vchat { display: flex; flex-direction: column; gap: 8px; padding-top: 16px; }
.vchat__b { font-size: 0.74rem; padding: 8px 11px; border-radius: 13px; max-width: 88%; opacity: 0; line-height: 1.35;
  animation: vchatIn 5.5s ease-in-out infinite; }
.vchat__b--in { align-self: flex-start; background: rgba(255,255,255,0.07); border-bottom-left-radius: 4px; }
.vchat__b--out { align-self: flex-end; color: var(--text); border-bottom-right-radius: 4px; animation-delay: .9s;
  background: color-mix(in srgb, var(--c) 26%, transparent); border: 1px solid color-mix(in srgb, var(--c) 34%, transparent); }
.vchat__b--type { align-self: flex-start; display: inline-flex; gap: 4px; padding: 9px 11px; animation-delay: 2s; }
.vchat__b--type i { width: 5px; height: 5px; border-radius: 50%; background: var(--dim); animation: vtype 1.2s infinite; }
.vchat__b--type i:nth-child(2) { animation-delay: .2s; } .vchat__b--type i:nth-child(3) { animation-delay: .4s; }
@keyframes vchatIn { 0% { opacity: 0; transform: translateY(8px) scale(.96); } 14%, 82% { opacity: 1; transform: none; } 100% { opacity: 0; } }
@keyframes vtype { 0%, 60%, 100% { opacity: .35; transform: translateY(0); } 30% { opacity: 1; transform: translateY(-3px); } }

/* --- Mini-démo : macros --- */
.vmacro { display: flex; flex-direction: column; gap: 9px; padding-top: 16px; }
.vmacro__r { display: grid; grid-template-columns: 62px 1fr; align-items: center; gap: 10px; font-size: 0.72rem; font-weight: 600; color: var(--dim); }
.vmacro__r i { height: 7px; border-radius: 999px; background: rgba(255,255,255,0.08); position: relative; overflow: hidden; }
.vmacro__r i::after { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: var(--v, 60%); border-radius: 999px; transform-origin: left;
  background: linear-gradient(90deg, color-mix(in srgb, var(--c) 55%, white), var(--c));
  box-shadow: 0 0 8px color-mix(in srgb, var(--c) 55%, transparent); animation: vmacroFill 3s var(--ease) infinite; }
@keyframes vmacroFill { 0% { transform: scaleX(0); } 55%, 100% { transform: scaleX(1); } }

/* --- Mini-démo : courbe cardiaque --- */
.vpulse { width: 100%; height: 46px; padding-top: 14px; overflow: visible; }
.vpulse polyline { fill: none; stroke: var(--c); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round;
  filter: drop-shadow(0 0 5px color-mix(in srgb, var(--c) 60%, transparent));
  stroke-dasharray: 340; stroke-dashoffset: 340; animation: vpulseDraw 2.8s linear infinite; }
@keyframes vpulseDraw { to { stroke-dashoffset: -340; } }

@media (prefers-reduced-motion: reduce) {
  .bento__cell, .bento__cell:hover .bento__ic, .bento__cell:hover h3, .bento__cell--lg:hover .device { transform: none; }
  .vchat__b, .vchat__b--type i, .vmacro__r i::after, .vpulse polyline { animation: none; }
  .vchat__b { opacity: 1; } .vmacro__r i::after { transform: scaleX(1); } .vpulse polyline { stroke-dashoffset: 0; } }

/* ===== AJOUT D'ALIMENT (démo d'app) ===== */
.amk__wrap { display: grid; grid-template-columns: 1fr 0.92fr; gap: clamp(34px, 6vw, 80px); align-items: center; }
.amk__intro h2 { font-size: clamp(1.8rem, 4vw, 3rem); font-weight: 900; letter-spacing: -0.03em; line-height: 1.07; }
.amk__intro p { color: var(--dim); font-size: 1.05rem; margin: 16px 0 26px; }
.amk__steps { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.amk__steps li { display: flex; align-items: center; gap: 14px; color: var(--dim); font-size: .98rem; }
.amk__steps b { flex-shrink: 0; width: 32px; height: 32px; border-radius: 10px; display: grid; place-items: center; font-size: .9rem; font-weight: 800; color: var(--text);
  background: color-mix(in srgb, var(--mint) 18%, transparent); border: 1px solid color-mix(in srgb, var(--mint) 34%, transparent); }
.amk__steps i { font-style: normal; font-weight: 800; color: var(--mint); }

.amk__app { position: relative; display: flex; justify-content: center; }
.amk__glow { position: absolute; z-index: -1; inset: 8% 12%; border-radius: 50%; filter: blur(60px);
  background: radial-gradient(circle, color-mix(in srgb, var(--mint) 40%, transparent), transparent 70%); opacity: .55; animation: floaty 7s ease-in-out infinite; }
.amk__device { max-width: 320px; }
.amk__screen { border-radius: 33px; overflow: hidden; padding: 40px 14px 16px; min-height: 510px; display: flex; flex-direction: column; gap: 12px;
  background: radial-gradient(120% 60% at 50% 0%, #15161d, #0c0d12 70%); }
/* onglets repas */
.amk__tabs { display: flex; gap: 6px; }
.amk__tab { flex: 1; font-size: .68rem; font-weight: 700; color: var(--dim); padding: 8px 4px; border-radius: 11px; text-align: center; cursor: pointer;
  background: rgba(255,255,255,0.04); border: 1px solid var(--stroke); transition: all .3s var(--ease); white-space: nowrap; }
.amk__tab.is-on { color: #08240f; background: linear-gradient(135deg, var(--mint), #19e0b4); border-color: transparent; box-shadow: 0 6px 16px rgba(0,212,170,0.35); }
/* recherche */
.amk__search { display: flex; align-items: center; gap: 8px; padding: 11px 13px; border-radius: 14px; background: rgba(255,255,255,0.05); border: 1px solid var(--stroke); }
.amk__sic { font-size: .9rem; opacity: .8; }
.amk__q { font-size: .85rem; font-weight: 600; color: var(--text); white-space: nowrap; }
.amk__caret { width: 2px; height: 15px; background: var(--mint); border-radius: 2px; animation: amkCaret 1s steps(1) infinite; }
@keyframes amkCaret { 50% { opacity: 0; } }
/* liste d'aliments */
.amk__list { display: flex; flex-direction: column; gap: 8px; flex: 1; }
.amk__food { display: flex; align-items: center; gap: 11px; padding: 10px 12px; border-radius: 14px; position: relative;
  background: rgba(255,255,255,0.04); border: 1px solid var(--stroke);
  opacity: 0; transform: translateY(10px); animation: amkIn .5s var(--ease) forwards; }
.amk__food__e { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; font-size: 1.15rem; background: rgba(255,255,255,0.05); flex-shrink: 0; }
.amk__food__n { flex: 1; font-size: .82rem; font-weight: 600; color: var(--text); }
.amk__food__m { font-size: .64rem; color: var(--dim); }
.amk__food__k { font-size: .82rem; font-weight: 800; color: var(--mint); }
.amk__food--new { border-color: color-mix(in srgb, var(--mint) 45%, transparent); box-shadow: 0 0 0 1px color-mix(in srgb, var(--mint) 30%, transparent), 0 8px 20px rgba(0,212,170,0.18); }
.amk__food--new::after { content: '+1'; position: absolute; top: -8px; right: 10px; font-size: .6rem; font-weight: 800; color: #08240f;
  background: var(--mint); padding: 2px 7px; border-radius: 999px; animation: amkPlus 1.6s var(--ease); }
@keyframes amkIn { to { opacity: 1; transform: none; } }
@keyframes amkPlus { 0% { transform: translateY(6px) scale(.6); opacity: 0; } 30% { transform: none; opacity: 1; } 80% { opacity: 1; } 100% { transform: translateY(-4px); opacity: 0; } }
/* total + macros */
.amk__total { display: flex; align-items: center; gap: 14px; padding: 13px; border-radius: 16px;
  background: linear-gradient(120deg, color-mix(in srgb, var(--mint) 14%, rgba(255,255,255,0.03)), rgba(255,255,255,0.02)); border: 1px solid var(--stroke); }
.amk__kcal { display: flex; flex-direction: column; line-height: 1; }
.amk__kcal b { font-size: 1.5rem; font-weight: 900; color: var(--text); }
.amk__kcal span { font-size: .62rem; color: var(--dim); text-transform: uppercase; letter-spacing: .08em; }
.amk__macros { flex: 1; display: flex; flex-direction: column; gap: 6px; }
.amk__mac { display: grid; grid-template-columns: 16px 1fr auto; align-items: center; gap: 8px; font-size: .62rem; font-weight: 700; color: var(--dim); }
.amk__mac em { font-style: normal; color: var(--mc); }
.amk__mac i { height: 5px; border-radius: 999px; background: rgba(255,255,255,0.08); position: relative; overflow: hidden; }
.amk__mac i::after { content: ''; position: absolute; inset: 0; width: var(--w, 0); border-radius: 999px; background: var(--mc); transition: width .6s var(--ease); }
@media (max-width: 880px) { .amk__wrap { grid-template-columns: 1fr; } .amk__intro { text-align: center; } .amk__steps li { text-align: left; } }
@media (prefers-reduced-motion: reduce) { .amk__food { animation: none; opacity: 1; transform: none; } .amk__caret, .amk__glow, .amk__food--new::after { animation: none; } }

/* ===== SHOWCASE (lignes alternées) ===== */
.showcase { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; margin-bottom: clamp(60px, 9vh, 110px); }
.showcase:last-child { margin-bottom: 0; }
.showcase--rev .showcase__text { order: 2; }
.showcase h3 { font-size: clamp(1.6rem, 3.2vw, 2.3rem); font-weight: 900; letter-spacing: -0.02em; margin-bottom: 14px; }
.showcase p { color: var(--dim); font-size: 1.05rem; margin-bottom: 24px; }
.ticks { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.ticks li { position: relative; padding-left: 32px; font-size: 0.98rem; }
.ticks li::before { content: '✓'; position: absolute; left: 0; top: 1px; width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center;
  font-size: 0.72rem; font-weight: 800; color: #06241d; background: linear-gradient(135deg, var(--mint), #0bb); }
.showcase .device { max-width: 270px; }
@media (max-width: 820px) {
  .showcase { grid-template-columns: 1fr; gap: 36px; }
  .showcase--rev .showcase__text { order: 1; }
}

/* ===== THÈMES ===== */
.themes__duo { display: flex; justify-content: center; align-items: flex-start; gap: clamp(24px, 6vw, 70px); flex-wrap: wrap; }
.themes__duo figure { text-align: center; width: 250px; max-width: 100%; }
.themes__duo .device { width: 100%; max-width: 250px; }
.themes__duo figcaption { margin-top: 16px; font-weight: 700; color: var(--dim); }

/* ===== IPAD ===== */
.ipad { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.ipad h2 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 900; letter-spacing: -0.03em; line-height: 1.08; }
.ipad p { color: var(--dim); font-size: 1.05rem; margin: 16px 0 22px; }
.pills { display: flex; flex-wrap: wrap; gap: 9px; }
.pills span { font-size: 0.85rem; font-weight: 600; padding: 8px 14px; border-radius: 999px; background: var(--card); border: 1px solid var(--stroke); }
.tablet { max-width: 460px; margin: 0 auto; width: 100%; background: linear-gradient(150deg, #2c2c34, #121217 55%, #0a0a0d);
  border-radius: 30px; padding: 12px; border: 1px solid rgba(255,255,255,0.14); box-shadow: 0 45px 100px rgba(0,0,0,0.55), inset 0 0 0 2px #000; }
.tablet img { width: 100%; height: auto; display: block; border-radius: 20px; }
@media (max-width: 820px) { .ipad { grid-template-columns: 1fr; gap: 36px; text-align: center; } .pills { justify-content: center; } }

/* ===== TOUTES LES FONCTIONS ===== */
#tout { position: relative; }
#tout::before { content: ''; position: absolute; left: 50%; top: 40%; transform: translateX(-50%); width: 80%; height: 60%;
  background: radial-gradient(circle, rgba(255,122,0,0.10), rgba(191,90,242,0.06) 45%, transparent 72%); filter: blur(70px); z-index: -1; pointer-events: none; }
/* ===== VITRINE FONCTIONNALITÉS (interactive) ===== */
.feats__wrap { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: clamp(30px, 5vw, 64px); align-items: center; }
.feats__device { position: relative; display: flex; justify-content: center; }
.feats__device .device { max-width: 292px; aspect-ratio: 1170 / 2532; }
.feats .fimg { position: absolute; inset: 9px; width: calc(100% - 18px); height: calc(100% - 18px); object-fit: cover; border-radius: 33px;
  opacity: 0; transform: scale(1.06) translateY(8px); transition: opacity .6s var(--ease), transform .7s var(--ease); }
.feats .fimg.is-on { opacity: 1; transform: none; }
.feats__glow { position: absolute; z-index: -1; left: 50%; top: 50%; width: 78%; height: 70%; transform: translate(-50%, -50%);
  border-radius: 50%; filter: blur(60px); opacity: .6; transition: background .6s ease;
  background: radial-gradient(circle, var(--gc, var(--orange)), transparent 70%); animation: floaty 7s ease-in-out infinite; }

.feats__tabs { display: flex; flex-direction: column; gap: 10px; }
.ftab { border: 1px solid var(--stroke); border-radius: 18px; background: var(--card); overflow: hidden;
  transition: border-color .35s, background .35s, box-shadow .35s; }
.ftab.is-on { border-color: color-mix(in srgb, var(--c) 48%, transparent);
  background: linear-gradient(150deg, color-mix(in srgb, var(--c) 12%, transparent), var(--card));
  box-shadow: 0 16px 44px rgba(0,0,0,0.32); }
.ftab__h { width: 100%; display: flex; align-items: center; gap: 14px; padding: 16px 20px; background: none; border: none;
  color: var(--text); cursor: pointer; font: inherit; text-align: left; }
.ftab__ic { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; font-size: 1.3rem; flex-shrink: 0;
  background: color-mix(in srgb, var(--c) 18%, transparent); border: 1px solid color-mix(in srgb, var(--c) 32%, transparent);
  transition: transform .35s var(--ease); }
.ftab.is-on .ftab__ic { transform: scale(1.08); }
.ftab__h h3 { font-size: 1.06rem; font-weight: 800; flex: 1; }
.ftab__n { font-size: .72rem; font-weight: 800; color: var(--c); background: color-mix(in srgb, var(--c) 16%, transparent);
  border: 1px solid color-mix(in srgb, var(--c) 30%, transparent); padding: 3px 9px; border-radius: 999px; }
.ftab__x { width: 18px; height: 18px; position: relative; flex-shrink: 0; }
.ftab__x::before, .ftab__x::after { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  background: var(--c); border-radius: 2px; transition: transform .35s var(--ease), opacity .35s; }
.ftab__x::before { width: 13px; height: 2px; } .ftab__x::after { width: 2px; height: 13px; }
.ftab.is-on .ftab__x::after { transform: translate(-50%,-50%) rotate(90deg); opacity: 0; }
.ftab__body { max-height: 0; overflow: hidden; transition: max-height .55s var(--ease); }
.ftab.is-on .ftab__body { max-height: 360px; }
.ftab__body ul { list-style: none; padding: 4px 20px 20px; columns: 2; column-gap: 18px; }
.ftab__body li { position: relative; padding: 6px 0 6px 24px; font-size: .9rem; color: var(--dim); break-inside: avoid;
  opacity: 0; transform: translateX(-8px); }
.ftab.is-on .ftab__body li { animation: featLiX .5s var(--ease) forwards; }
.ftab.is-on .ftab__body li:nth-child(1){animation-delay:.05s} .ftab.is-on .ftab__body li:nth-child(2){animation-delay:.09s}
.ftab.is-on .ftab__body li:nth-child(3){animation-delay:.13s} .ftab.is-on .ftab__body li:nth-child(4){animation-delay:.17s}
.ftab.is-on .ftab__body li:nth-child(5){animation-delay:.21s} .ftab.is-on .ftab__body li:nth-child(6){animation-delay:.25s}
.ftab.is-on .ftab__body li:nth-child(7){animation-delay:.29s} .ftab.is-on .ftab__body li:nth-child(8){animation-delay:.33s}
.ftab.is-on .ftab__body li:nth-child(9){animation-delay:.37s} .ftab.is-on .ftab__body li:nth-child(10){animation-delay:.41s}
.ftab.is-on .ftab__body li:nth-child(11){animation-delay:.45s} .ftab.is-on .ftab__body li:nth-child(12){animation-delay:.49s}
@keyframes featLiX { to { opacity: 1; transform: none; } }
.ftab__body li::before { content: '✓'; position: absolute; left: 0; top: 6px; font-weight: 800; font-size: .72rem; color: var(--c); }
@media (max-width: 900px) {
  .feats__wrap { grid-template-columns: 1fr; }
  .feats__device { margin-bottom: 10px; }
}
@media (max-width: 520px) { .ftab__body ul { columns: 1; } }
@media (prefers-reduced-motion: reduce) { .ftab__body li { opacity: 1 !important; transform: none !important; } .feats .fimg.is-on { transform: none; } }

/* ===== AVIS ===== */
.avis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.avis__c { background: var(--card); border: 1px solid var(--stroke); border-radius: 22px; padding: 26px; display: flex; flex-direction: column; gap: 14px;
  transition: transform .4s var(--ease), border-color .4s; }
.avis__c:hover { transform: translateY(-6px); border-color: var(--stroke-2); }
.avis__c blockquote { font-size: 0.98rem; line-height: 1.6; flex: 1; }
.avis__c figcaption { display: flex; align-items: center; gap: 12px; }
.ava { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; font-weight: 800; color: #fff; background: var(--g); flex-shrink: 0; }
.avis__c figcaption b { display: block; font-size: 0.92rem; } .avis__c figcaption i { font-style: normal; font-size: 0.8rem; color: var(--dim); }
@media (max-width: 820px) { .avis { grid-template-columns: 1fr; } }

/* ===== TARIFS ===== */
@property --pang { syntax: '<angle>'; inherits: false; initial-value: 0deg; }
.plans { display: grid; grid-template-columns: repeat(2, minmax(0, 380px)); gap: 24px; justify-content: center; align-items: center; }
.plan { background: var(--card); border: 1px solid var(--stroke); border-radius: 26px; padding: 32px; position: relative; transition: transform .4s var(--ease); }
.plan:hover { transform: translateY(-6px); }
.plan h3 { font-size: 1.1rem; color: var(--dim); font-weight: 700; margin-bottom: 8px; }

/* ---- Carte Premium haut de gamme ---- */
.plan--pro { border-color: transparent; transform: scale(1.035); z-index: 1;
  background:
    radial-gradient(120% 80% at 50% -10%, rgba(255,122,0,0.14), transparent 60%),
    linear-gradient(165deg, rgba(191,90,242,0.10), var(--card) 55%);
  box-shadow: 0 30px 70px rgba(0,0,0,0.45), 0 0 40px rgba(255,122,0,0.10); }
.plan--pro:hover { transform: scale(1.035) translateY(-6px); }
/* bordure dégradée qui tourne */
.plan--pro::before { content: ''; position: absolute; inset: 0; border-radius: inherit; padding: 1.6px; pointer-events: none; z-index: 2;
  background: conic-gradient(from var(--pang), var(--orange), var(--coral), var(--purple), var(--mint), var(--orange));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude;
  animation: planSpin 7s linear infinite; }
@keyframes planSpin { to { --pang: 360deg; } }
.plan--pro > * { position: relative; z-index: 1; }
.plan__tag { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); z-index: 3; font-size: 0.72rem; font-weight: 800; white-space: nowrap;
  background: linear-gradient(120deg, var(--orange), var(--coral)); color: #1a0f00; padding: 6px 16px; border-radius: 999px;
  box-shadow: 0 8px 20px rgba(255,122,0,0.4); }
.plan__brand { display: flex; align-items: center; gap: 11px; margin-bottom: 16px; }
.plan__brand h3 { margin: 0; color: var(--text); font-size: 1.2rem; font-weight: 800; }
.plan__crown { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; font-size: 1.25rem; flex-shrink: 0;
  background: color-mix(in srgb, var(--orange) 20%, transparent); border: 1px solid color-mix(in srgb, var(--orange) 35%, transparent);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.18); animation: crownPulse 2.6s ease-in-out infinite; }
@keyframes crownPulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.08) rotate(-4deg); } }
/* bascule mensuel / annuel */
.plan__toggle { display: inline-flex; gap: 4px; padding: 4px; border-radius: 999px; margin-bottom: 18px;
  background: rgba(255,255,255,0.05); border: 1px solid var(--stroke); }
.plan__toggle button { border: none; background: none; color: var(--dim); font: inherit; font-size: .8rem; font-weight: 700; cursor: pointer;
  padding: 7px 15px; border-radius: 999px; display: inline-flex; align-items: center; gap: 6px; transition: color .3s, background .3s, box-shadow .3s; }
.plan__toggle button.is-on { color: #1a0f00; background: linear-gradient(120deg, var(--orange), var(--coral)); box-shadow: 0 6px 16px rgba(255,122,0,0.32); }
.plan__toggle em { font-style: normal; font-size: .62rem; font-weight: 800; padding: 2px 6px; border-radius: 999px;
  background: color-mix(in srgb, var(--mint) 24%, transparent); color: var(--mint); }
.plan__toggle button.is-on em { background: rgba(0,0,0,0.16); color: #0a2e22; }

.plan__price { display: flex; align-items: baseline; gap: 6px; margin-bottom: 6px; }
.plan__price b { font-size: 2.7rem; font-weight: 900; letter-spacing: -0.03em; } .plan__price span { color: var(--dim); font-size: 0.95rem; }
.plan__price.bump b { animation: priceBump .45s var(--ease); }
@keyframes priceBump { 0% { transform: scale(.82); opacity: .4; } 100% { transform: none; opacity: 1; } }
.plan__d { color: var(--dim); font-size: 0.9rem; margin-bottom: 22px; min-height: 1.2em; }
.plan .ticks { margin-bottom: 26px; }

/* bouton à reflet */
.btn--shine { position: relative; overflow: hidden; }
.btn--shine::after { content: ''; position: absolute; top: 0; left: -65%; width: 45%; height: 100%; transform: skewX(-22deg); pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.55), transparent); animation: btnShine 3.6s ease-in-out infinite; }
@keyframes btnShine { 0%, 100% { left: -65%; } 55% { left: 130%; } }

.finep { max-width: 620px; margin: 26px auto 0; text-align: center; font-size: 0.78rem; color: var(--faint); }
@media (max-width: 760px) { .plans { grid-template-columns: 1fr; } .plan--pro, .plan--pro:hover { transform: none; } }
@media (prefers-reduced-motion: reduce) {
  .plan--pro::before, .plan__crown, .btn--shine::after, .plan__price.bump b { animation: none; } }

/* ===== FAQ ===== */
.faq { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq__i { background: var(--card); border: 1px solid var(--stroke); border-radius: 18px; overflow: hidden; transition: border-color .3s, background .3s; }
.faq__i[open] { border-color: rgba(255,122,0,0.35); background: linear-gradient(160deg, rgba(255,122,0,0.06), var(--card)); }
.faq__i summary { list-style: none; cursor: pointer; padding: 19px 54px 19px 22px; position: relative; font-size: 1.04rem; font-weight: 700; }
.faq__i summary::-webkit-details-marker { display: none; }
.faq__i summary i { position: absolute; right: 22px; top: 50%; transform: translateY(-50%); width: 16px; height: 16px; }
.faq__i summary i::before, .faq__i summary i::after { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); background: var(--orange); border-radius: 2px; transition: transform .3s var(--ease), opacity .3s; }
.faq__i summary i::before { width: 14px; height: 2px; } .faq__i summary i::after { width: 2px; height: 14px; }
.faq__i[open] summary i::after { transform: translate(-50%,-50%) rotate(90deg); opacity: 0; }
.faq__i div { padding: 0 22px 22px; color: var(--dim); font-size: 0.95rem; line-height: 1.6; }
.faq__i[open] div { animation: faqIn .4s var(--ease); }
@keyframes faqIn { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }

/* ===== CTA ===== */
.cta { max-width: var(--maxw); margin: 0 auto; padding: 0 clamp(20px,5vw,40px) clamp(70px,10vh,120px); }
.cta__box { text-align: center; border-radius: 36px; padding: clamp(40px,7vw,80px) 30px; position: relative; overflow: hidden;
  background: linear-gradient(165deg, rgba(255,122,0,0.12), rgba(191,90,242,0.08)); border: 1px solid var(--stroke); }
.cta__box::before { content: ''; position: absolute; width: 320px; height: 320px; border-radius: 50%; background: var(--orange); filter: blur(130px); opacity: 0.3; top: -120px; left: 50%; transform: translateX(-50%); }
.cta__logo { width: 72px; height: 72px; border-radius: 18px; margin: 0 auto 22px; position: relative; box-shadow: 0 16px 40px rgba(0,0,0,0.5); }
.cta__box h2 { font-size: clamp(2rem, 5vw, 3rem); font-weight: 900; letter-spacing: -0.03em; line-height: 1.1; position: relative; }
.cta__box p { color: var(--dim); font-size: 1.05rem; margin: 16px auto 30px; position: relative; }
.cta__box .btn { position: relative; }

/* ===== FOOTER ===== */
.footer { max-width: var(--maxw); margin: 0 auto; padding: 40px clamp(20px,5vw,40px); border-top: 1px solid var(--stroke); }
.footer__top { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 18px; }
.footer__brand { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 1.1rem; }
.footer__brand img { width: 30px; height: 30px; border-radius: 8px; }
.footer__links { display: flex; flex-wrap: wrap; gap: 22px; }
.footer__links a { font-size: 0.9rem; color: var(--dim); transition: color .2s; } .footer__links a:hover { color: var(--text); }
.footer__copy { margin-top: 22px; font-size: 0.82rem; color: var(--faint); }

/* ===== Navigation par points latéraux (progression) ===== */
.dotnav { position: fixed; right: 22px; top: 50%; transform: translateY(-50%); z-index: 90;
  display: flex; flex-direction: column; align-items: flex-end; gap: 12px;
  opacity: 0; visibility: hidden; transition: opacity .45s var(--ease), visibility .45s; }
.dotnav.show { opacity: 1; visibility: visible; }
.dotnav__d { position: relative; width: 9px; height: 9px; padding: 0; border: none; cursor: pointer; border-radius: 999px;
  background: rgba(255,255,255,0.22); transition: height .45s var(--ease), background .35s, box-shadow .35s; }
.dotnav__d:hover { background: rgba(255,255,255,0.5); }
.dotnav__d.is-on { height: 26px; background: linear-gradient(180deg, var(--orange), var(--coral) 60%, var(--purple));
  box-shadow: 0 0 10px color-mix(in srgb, var(--orange) 60%, transparent); }
/* libellé au survol */
.dotnav__t { position: absolute; right: 20px; top: 50%; transform: translateY(-50%) translateX(6px); white-space: nowrap;
  font-size: .76rem; font-weight: 700; color: var(--text); padding: 5px 11px; border-radius: 999px;
  background: rgba(10,11,15,0.9); backdrop-filter: blur(10px); border: 1px solid var(--stroke); box-shadow: 0 8px 22px rgba(0,0,0,0.5);
  opacity: 0; pointer-events: none; transition: opacity .3s var(--ease), transform .3s var(--ease); }
.dotnav__d:hover .dotnav__t, .dotnav__d.is-on .dotnav__t { opacity: 1; transform: translateY(-50%) translateX(0); }
.dotnav__d.is-on .dotnav__t { opacity: 0; }
.dotnav__d.is-on:hover .dotnav__t { opacity: 1; }
@media (max-width: 980px) { .dotnav { display: none; } }
@media (prefers-reduced-motion: reduce) { .dotnav__d { transition: background .35s, box-shadow .35s; } }

/* ===== Bouton retour en haut ===== */
.totop { position: fixed; bottom: 26px; right: 26px; z-index: 90; width: 50px; height: 50px; border-radius: 50%; border: none; cursor: pointer; padding: 0;
  display: grid; place-items: center; color: #1a0f00; font-size: 1.2rem; font-weight: 800;
  background: linear-gradient(135deg, var(--orange), var(--coral)); box-shadow: 0 12px 30px rgba(255,122,0,0.4);
  opacity: 0; visibility: hidden; transform: translateY(14px) scale(0.85);
  transition: opacity .4s var(--ease), transform .4s var(--ease), visibility .4s, box-shadow .3s; }
.totop.show { opacity: 1; visibility: visible; transform: none; }
.totop:hover { transform: translateY(-3px) scale(1.07); box-shadow: 0 16px 38px rgba(255,122,0,0.52); }
.totop__ico { display: grid; place-items: center; line-height: 1; transition: transform .3s var(--ease); }
.totop:hover .totop__ico { transform: translateY(-2px); }

/* ===== Reveal ===== */
.reveal { opacity: 0; transform: translateY(40px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}
