/* Iris Library — site. Direction « Néon » : fond nuit, halos, verre, rose → corail, menthe en accent froid. */

@font-face { font-family: "Inter"; src: url("/assets/fonts/inter-var.woff") format("woff"); font-weight: 400 700; font-display: swap; }
@font-face { font-family: "Space Grotesk"; src: url("/assets/fonts/spacegrotesk-var.woff") format("woff"); font-weight: 400 700; font-display: swap; }
@font-face { font-family: "JetBrains Mono"; src: url("/assets/fonts/jetbrainsmono-var.woff") format("woff"); font-weight: 400 600; font-display: swap; }

:root {
  --nuit: #0D0A0E;
  --nuit-2: #141018;
  --nuit-3: #100C14;
  --nuit-4: #1B1522;
  --verre: rgba(255, 255, 255, .045);
  --verre-2: rgba(255, 255, 255, .07);
  --bord: rgba(255, 255, 255, .09);
  --bord-2: rgba(255, 255, 255, .15);
  --bord-rose: rgba(248, 87, 159, .32);
  --encre: #F1EBEE;
  --encre-2: #B8ADB2;
  --encre-3: #8F848A;
  --rose: #F8579F;
  --rose-clair: #FFB3D3;
  --corail: #FB7A58;
  --menthe: #5FD6C4;
  --vert: #4FD08A;
  --rouge: #E3123F;
  --grad: linear-gradient(96deg, #F8579F, #FB7A58);
  --grad-titre: linear-gradient(96deg, #FFB3D3 0%, #F8579F 40%, #FB7A58 92%);
  --grad-rouge: linear-gradient(96deg, #E3123F 0%, #F2382B 100%);
  --f-titre: "Space Grotesk", system-ui, sans-serif;
  --f-texte: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --f-mono: "JetBrains Mono", ui-monospace, "Cascadia Mono", Consolas, monospace;
  --wrap: 1140px;
  --ease: cubic-bezier(.2, .7, .2, 1);
  --nav-h: 64px;
  color-scheme: dark;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-h) + 16px); }
body {
  margin: 0; background: var(--nuit); color: var(--encre);
  font-family: var(--f-texte); font-size: 17px; line-height: 1.65;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden; text-rendering: optimizeLegibility;
}
body::before {
  content: ""; position: fixed; inset: 0; pointer-events: none; z-index: -1;
  background:
    radial-gradient(720px 520px at 8% -8%, rgba(248, 87, 159, .26), transparent 64%),
    radial-gradient(640px 460px at 96% 4%, rgba(251, 122, 88, .17), transparent 62%),
    radial-gradient(620px 460px at 60% 110%, rgba(95, 214, 196, .09), transparent 60%),
    var(--nuit);
}
img, svg, video { display: block; max-width: 100%; }
a { color: var(--rose); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--rose-clair); }
b, strong { color: var(--encre); font-weight: 650; }
h1, h2, h3 { font-family: var(--f-titre); margin: 0; font-weight: 700; letter-spacing: -.025em; line-height: 1.08; }
p { margin: 0; }
::selection { background: rgba(248, 87, 159, .32); color: #fff; }
:focus-visible { outline: 2px solid var(--menthe); outline-offset: 3px; border-radius: 6px; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
.skip { position: absolute; left: 12px; top: -60px; z-index: 100; background: var(--encre); color: var(--nuit); padding: 10px 16px; border-radius: 10px; font-weight: 600; }
.skip:focus { top: 12px; }

.grad, .hl { background: var(--grad-titre); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }

.eyebrow { font-family: var(--f-mono); font-size: 12.5px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--rose); margin-bottom: 16px; }
.lead { font-size: clamp(18px, 2vw, 21px); color: var(--encre-2); line-height: 1.55; max-width: 60ch; margin-top: 18px; }

/* ---------------------------------------------------------------- Navigation */
.topnav { position: sticky; top: 0; z-index: 50; height: var(--nav-h); background: rgba(13, 10, 14, .62); backdrop-filter: blur(16px) saturate(140%); -webkit-backdrop-filter: blur(16px) saturate(140%); border-bottom: 1px solid transparent; transition: border-color .3s, background .3s; }
.topnav.is-scrolled { border-bottom-color: var(--bord); background: rgba(13, 10, 14, .82); }
.topnav-in { height: 100%; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; color: var(--encre); flex: none; }
.brand-word { font-family: var(--f-titre); font-weight: 700; font-size: 22px; letter-spacing: -.02em; background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.brand-lib { font-family: var(--f-titre); font-weight: 500; font-size: 10.5px; letter-spacing: .2em; color: var(--encre-3); align-self: flex-end; padding-bottom: 5px; }
.nav-links { display: flex; gap: 26px; margin-left: 12px; }
.nav-links a, .nav-back { color: var(--encre-2); text-decoration: none; font-size: 14.5px; font-weight: 500; }
.nav-links a:hover, .nav-back:hover { color: var(--encre); }
.nav-right { margin-left: auto; display: flex; align-items: center; gap: 14px; }
.lang { display: inline-flex; border: 1px solid var(--bord); border-radius: 9px; padding: 2px; font-family: var(--f-mono); font-size: 12px; }
.lang a, .lang span { padding: 4px 8px; border-radius: 7px; text-decoration: none; line-height: 1.2; }
.lang a { color: var(--encre-3); }
.lang a:hover { color: var(--encre); }
.lang-on { background: var(--verre-2); color: var(--encre); }
.nav-cta { font-family: var(--f-titre); font-size: 14px; font-weight: 600; color: #fff; text-decoration: none; padding: 9px 16px; border-radius: 11px; background: var(--grad-rouge); box-shadow: 0 6px 22px rgba(227, 18, 63, .38); white-space: nowrap; }
.nav-cta:hover { color: #fff; box-shadow: 0 8px 30px rgba(227, 18, 63, .55); }

/* ---------------------------------------------------------------- Boutons */
.btn-red {
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 14px;
  width: 100%; max-width: 780px; padding: 20px 30px; border-radius: 16px; overflow: hidden;
  font-family: var(--f-titre); font-weight: 700; font-size: 17px; line-height: 1.3; letter-spacing: .01em; text-transform: uppercase; text-align: center;
  color: #fff; text-decoration: none; background: var(--grad-rouge);
  box-shadow: 0 0 0 1px rgba(255, 120, 140, .35) inset, 0 14px 44px rgba(227, 18, 63, .45), 0 2px 0 rgba(255, 255, 255, .12) inset;
  text-shadow: 0 1px 1px rgba(80, 0, 20, .35);
  transition: transform .2s var(--ease), box-shadow .2s var(--ease);
}
.btn-red svg { width: 24px; height: 24px; flex: none; transition: transform .2s var(--ease); }
.btn-red::after { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, .28) 48%, transparent 66%); transform: translateX(-120%); animation: shine 5.5s var(--ease) infinite 2s; pointer-events: none; }
.btn-red:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 0 0 1px rgba(255, 140, 160, .45) inset, 0 20px 60px rgba(227, 18, 63, .62), 0 2px 0 rgba(255, 255, 255, .14) inset; }
.btn-red:hover svg { transform: translateX(4px); }
.btn-red:active { transform: translateY(0); }
.btn-red.is-big { font-size: clamp(16px, 1.9vw, 20px); padding: clamp(18px, 2.4vw, 26px) clamp(20px, 3vw, 38px); }
.btn-red.is-small { width: auto; padding: 11px 18px; font-size: 14px; border-radius: 12px; gap: 8px; }
@keyframes shine { 0% { transform: translateX(-120%); } 22%, 100% { transform: translateX(120%); } }
.btn-ghost { display: inline-flex; align-items: center; gap: 8px; padding: 11px 18px; border-radius: 12px; border: 1px solid var(--bord-2); color: var(--encre); text-decoration: none; font-family: var(--f-titre); font-weight: 600; font-size: 15px; background: var(--verre); }
.btn-ghost:hover { border-color: var(--rose); color: var(--rose); }

.buy { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 6px; }
.buy .btn-red { margin-bottom: 10px; }
.buy-price { font-size: 15.5px; color: var(--encre); font-weight: 500; }
.buy-tax { font-size: 13.5px; color: var(--encre-3); }
.buy-secure { display: inline-flex; align-items: center; gap: 7px; font-size: 13.5px; color: var(--encre-2); margin-top: 4px; }
.buy-secure svg { width: 17px; height: 17px; color: var(--vert); }
.buy-meta { font-family: var(--f-mono); font-size: 13px; color: var(--encre-3); }
.buy-legal { font-size: 12.5px; color: var(--encre-3); max-width: 60ch; }
.buy-legal a { color: var(--encre-2); }

/* ---------------------------------------------------------------- Rareté (bêta 6/10) */
.scarcity { display: grid; justify-items: center; gap: 12px; }
.badge-beta { display: inline-flex; align-items: center; gap: 9px; padding: 7px 15px; border-radius: 999px; border: 1px solid var(--bord-rose); background: rgba(248, 87, 159, .08); color: var(--rose-clair); font-family: var(--f-titre); font-weight: 600; font-size: 14px; letter-spacing: .01em; }
.badge-beta .dot { width: 8px; height: 8px; border-radius: 50%; background: #FF3B5C; box-shadow: 0 0 0 0 rgba(255, 59, 92, .7); animation: ping 2s infinite; }
@keyframes ping { 0% { box-shadow: 0 0 0 0 rgba(255, 59, 92, .6); } 70% { box-shadow: 0 0 0 9px rgba(255, 59, 92, 0); } 100% { box-shadow: 0 0 0 0 rgba(255, 59, 92, 0); } }
.bar { display: flex; align-items: center; gap: 14px; }
.segs { display: grid; grid-template-columns: repeat(10, 1fr); gap: 5px; width: min(360px, 62vw); }
.segs i { height: 12px; border-radius: 4px; background: rgba(255, 255, 255, .09); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05); }
.segs i.on { background: linear-gradient(180deg, #FF4262, #E3123F); box-shadow: 0 0 14px rgba(255, 40, 70, .55), inset 0 1px 0 rgba(255, 255, 255, .25); }
.bar-label { font-family: var(--f-titre); font-weight: 600; font-size: 15px; color: var(--encre); white-space: nowrap; }
.bar-label b { color: #FF5A74; font-weight: 700; }
.bar-note { font-size: 14px; color: #FF7A8E; font-weight: 500; text-align: center; }
.is-full .bar-note { color: var(--corail); }

/* ---------------------------------------------------------------- Hero */
.hero { padding: clamp(36px, 6vw, 72px) 0 clamp(56px, 8vw, 96px); text-align: center; }
.hero-in { display: flex; flex-direction: column; align-items: center; }
.pre { font-size: clamp(16px, 1.7vw, 18.5px); color: var(--encre-2); font-style: italic; margin-bottom: 22px; }
.platform { display: inline-flex; align-items: center; gap: 12px; margin-top: 26px; padding: 9px 16px 9px 12px; border-radius: 14px; border: 1px solid var(--bord); background: var(--verre); font-size: 14.5px; color: var(--encre-2); }
.os { display: inline-flex; gap: 8px; color: var(--encre); }
.os svg { width: 17px; height: 17px; }
.pf i { font-style: normal; }
@media (width < 560px) { .pf span { display: block; } .pf i { display: none; } }
/* Titre : les sauts de ligne dépendent de la largeur d'écran ; la taille de police fait tenir la ligne la plus longue.
   --w = largeur de la ligne la plus longue en em (mesurée avec Space Grotesk 700, +4 % de marge), --a = largeur disponible. */
.hero h1 { margin-top: 26px; white-space: nowrap; line-height: 1.04; letter-spacing: -.035em; --w: 15.67; --a: min(100vw - 48px, 1092px); --max: 72px; font-size: min(var(--max), calc(var(--a) / var(--w))); }
.hero h1 br { display: none; }
.hero h1.h1-en { --w: 15.9; }
@media (width >= 1400px) {
  .hero h1.h1-fr { --w: 23.57; --a: min(100vw - 48px, 1600px); }
  .hero h1 .br-xl { display: inline; }
}
@media (900px <= width < 1400px) { .hero h1 .br-l { display: inline; } }
@media (560px <= width < 900px) {
  .hero h1.h1-fr { --a: calc(100vw - 48px); --w: 12.73; --max: 58px; }
  .hero h1.h1-en { --a: calc(100vw - 48px); --w: 11.31; --max: 60px; }
  .hero h1 .br-m { display: inline; }
}
@media (width < 560px) {
  .hero h1.h1-fr { --a: calc(100vw - 32px); --w: 10.67; --max: 46px; }
  .hero h1.h1-en { --a: calc(100vw - 32px); --w: 9.81; --max: 44px; }
  .hero h1 .br-s { display: inline; }
}
.hero h1 .caps { color: #fff; }
.hero h1 .ul { position: relative; white-space: nowrap; }
.hero h1 .ul::after { content: ""; position: absolute; left: 0; right: 0; bottom: -.04em; height: .09em; border-radius: 99px; background: var(--grad-rouge); box-shadow: 0 0 18px rgba(227, 18, 63, .6); transform-origin: left; animation: draw 1.1s var(--ease) .5s both; }
@keyframes draw { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.sub { margin-top: 24px; max-width: 58ch; font-size: clamp(17px, 1.9vw, 20.5px); color: var(--encre-2); line-height: 1.55; }
.sub b { color: var(--encre); }

.vsl { margin: clamp(34px, 5vw, 56px) 0 clamp(30px, 4vw, 44px); width: 100%; max-width: 980px; }
.vsl-frame { position: relative; aspect-ratio: 16 / 9; border-radius: 20px; overflow: hidden; background: #09070B; border: 1px solid var(--bord-2); box-shadow: 0 40px 120px -30px rgba(248, 87, 159, .45), 0 0 0 1px rgba(0, 0, 0, .4); }
.vsl-frame::before { content: ""; position: absolute; inset: -2px; z-index: -1; border-radius: 22px; background: var(--grad); filter: blur(26px); opacity: .28; }
.vsl-video { width: 100%; height: 100%; object-fit: cover; background: #09070B; }
.vsl-unmute { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: inline-flex; align-items: center; gap: 12px; padding: 14px 22px 14px 14px; border-radius: 999px; border: 1px solid rgba(255, 255, 255, .22); background: rgba(12, 8, 14, .72); color: #fff; font-family: var(--f-titre); font-weight: 600; font-size: clamp(14px, 1.6vw, 17px); cursor: pointer; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); transition: transform .2s var(--ease), background .2s; }
.vsl-unmute:hover { transform: translate(-50%, -50%) scale(1.04); background: rgba(12, 8, 14, .86); }
.vsl-ico { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: var(--grad-rouge); box-shadow: 0 0 0 0 rgba(227, 18, 63, .6); animation: ping 2.2s infinite; }
.vsl-ico svg { width: 22px; height: 22px; }
.vsl.is-playing .vsl-unmute { opacity: 0; pointer-events: none; }
.vsl figcaption { margin-top: 14px; font-size: 13.5px; color: var(--encre-3); }

.story-sep { text-align: center; }
.story-sep p { display: inline-block; font-family: var(--f-mono); font-size: 13px; letter-spacing: .04em; color: var(--encre-3); padding: 10px 18px; border: 1px dashed var(--bord-2); border-radius: 999px; }

/* ---------------------------------------------------------------- Sections */
.sec { padding: clamp(80px, 11vw, 136px) 0; position: relative; }
.sec h2 { font-size: clamp(31px, 4.4vw, 52px); max-width: 22ch; }
.sec h2.h2-wide { max-width: 26ch; }

/* Problème */
.split { display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(36px, 6vw, 80px); align-items: center; }
.loop { list-style: none; padding: 0; margin: 30px 0 0; display: grid; gap: 10px; }
.loop li { display: flex; align-items: baseline; gap: 14px; font-size: 17.5px; color: var(--encre); padding: 12px 16px; border-radius: 13px; background: var(--verre); border: 1px solid var(--bord); }
.loop li span { font-family: var(--f-mono); font-size: 12px; color: var(--rose); flex: none; }
.loop li:last-child { border-style: dashed; border-color: rgba(251, 122, 88, .4); color: var(--corail); }
.kicker { margin-top: 26px; font-size: 19px; color: var(--encre-2); }
.kicker b { color: var(--corail); }

.chaos { position: relative; height: 420px; max-width: 520px; width: 100%; justify-self: center; }
.win { position: absolute; border-radius: 12px; overflow: hidden; background: #17121C; border: 1px solid var(--bord-2); box-shadow: 0 24px 60px rgba(0, 0, 0, .55); transition: box-shadow .3s, border-color .3s; animation: focusWin 6s infinite; }
.win-bar { height: 28px; display: flex; align-items: center; gap: 6px; padding: 0 10px; background: rgba(255, 255, 255, .05); border-bottom: 1px solid var(--bord); font-size: 11.5px; color: var(--encre-2); }
.win-bar i { width: 8px; height: 8px; border-radius: 50%; background: rgba(255, 255, 255, .16); }
.win-bar b { margin-left: 6px; font-weight: 600; color: var(--encre-2); font-family: var(--f-titre); }
.win-body { padding: 10px 12px; font-family: var(--f-mono); font-size: 11px; color: var(--encre-3); }
.w-explorer { left: 0; top: 34px; width: 62%; animation-delay: 0s; }
.w-chrome { right: 0; top: 0; width: 60%; animation-delay: -4s; }
.w-premiere { left: 12%; bottom: 20px; width: 76%; animation-delay: -2s; }
.exp-path { color: var(--encre-2); margin-bottom: 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.exp-row { display: flex; align-items: center; gap: 8px; padding: 4px 0; border-top: 1px solid rgba(255, 255, 255, .04); white-space: nowrap; }
.exp-ic { width: 12px; height: 12px; border-radius: 3px; background: rgba(95, 214, 196, .35); flex: none; }
.tabs { gap: 3px; padding-left: 6px; overflow: hidden; }
.tabs em { flex: none; width: 17px; height: 17px; border-radius: 5px 5px 0 0; background: rgba(255, 255, 255, .09); }
.tabs b { margin-left: auto; color: #FF7A8E; white-space: nowrap; }
.fake-search { padding: 7px 10px; border-radius: 99px; background: rgba(255, 255, 255, .06); color: var(--encre-2); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.fake-lines { display: grid; gap: 7px; margin-top: 10px; }
.fake-lines i { height: 8px; border-radius: 4px; background: rgba(255, 255, 255, .06); }
.fake-lines i:nth-child(2) { width: 72%; } .fake-lines i:nth-child(3) { width: 54%; }
.pp-tracks { display: grid; gap: 7px; padding: 4px 0 6px; }
.pp-tracks span { height: 18px; border-radius: 4px; background: repeating-linear-gradient(90deg, rgba(95, 214, 196, .25) 0 60px, transparent 60px 74px, rgba(248, 87, 159, .3) 74px 120px, transparent 120px 140px); }
.pp-tracks span:nth-child(2) { background: repeating-linear-gradient(90deg, rgba(251, 122, 88, .28) 0 90px, transparent 90px 110px); }
@keyframes focusWin { 0%, 28% { z-index: 3; border-color: var(--bord-rose); box-shadow: 0 0 0 1px rgba(248, 87, 159, .35), 0 24px 70px rgba(248, 87, 159, .2); } 33%, 100% { z-index: 1; border-color: var(--bord-2); box-shadow: 0 24px 60px rgba(0, 0, 0, .55); filter: brightness(.82); } }
.chaos-cursor { position: absolute; z-index: 6; width: 22px; height: 22px; left: 0; top: 0; background: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 2l15 11.5-6.6.9 3.9 7.2-2.9 1.5-3.8-7.3L4 20z' fill='%23fff' stroke='%230D0A0E' stroke-width='1.3'/%3E%3C/svg%3E"); filter: drop-shadow(0 3px 6px rgba(0, 0, 0, .6)); animation: roam 6s var(--ease) infinite; }
@keyframes roam {
  0% { transform: translate(90px, 150px); } 12% { transform: translate(120px, 190px) scale(.9); } 22% { transform: translate(120px, 190px); }
  33% { transform: translate(220px, 330px); } 45% { transform: translate(230px, 350px) scale(.9); } 55% { transform: translate(230px, 350px); }
  66% { transform: translate(380px, 90px); } 78% { transform: translate(370px, 70px) scale(.9); } 88% { transform: translate(370px, 70px); } 100% { transform: translate(90px, 150px); }
}
.trips { position: absolute; right: -6px; bottom: -14px; z-index: 7; display: flex; align-items: baseline; gap: 8px; padding: 10px 16px; border-radius: 14px; background: rgba(20, 12, 18, .92); border: 1px solid rgba(251, 122, 88, .4); box-shadow: 0 14px 40px rgba(0, 0, 0, .5); }
.trips b { font-family: var(--f-mono); font-size: 26px; color: var(--corail); font-weight: 600; font-variant-numeric: tabular-nums; }
.trips span { font-size: 13px; color: var(--encre-2); }

/* Solution */
.steps { list-style: none; padding: 0; margin: 44px 0 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.step { padding: 22px 20px 24px; border-radius: 18px; background: var(--verre); border: 1px solid var(--bord); position: relative; }
.step-n { font-family: var(--f-mono); font-size: 12.5px; color: var(--menthe); }
.step h3 { margin-top: 12px; font-size: 20px; letter-spacing: -.015em; }
.step p { margin-top: 8px; font-size: 15px; color: var(--encre-2); line-height: 1.55; }
.demo-shell { margin-top: 40px; }
.demo-shell .iris-demo { margin-top: 30px; }
.demo-hint { font-size: 15px; color: var(--encre-2); margin-bottom: 14px; text-align: center; }
.demo-hint b { color: var(--menthe); }
.demo-note { margin-top: 12px; font-size: 12.5px; color: var(--encre-3); text-align: center; }
.same { margin-top: 48px; text-align: center; font-family: var(--f-titre); font-weight: 600; font-size: clamp(22px, 2.8vw, 32px); letter-spacing: -.02em; color: var(--encre-2); }
.same b { color: var(--encre); }

/* Banques */
.banks-head { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
.chips { list-style: none; padding: 0; margin: 26px 0 0; display: flex; flex-wrap: wrap; gap: 10px; }
.chip { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; font-size: 14.5px; font-weight: 500; border: 1px solid var(--bord); }
.chip svg { width: 16px; height: 16px; }
.chip.is-on { color: var(--encre); background: rgba(79, 208, 138, .08); border-color: rgba(79, 208, 138, .35); }
.chip.is-on svg { color: var(--vert); }
.chip.is-soon { color: var(--encre-3); border-style: dashed; }
.chip em { font-style: normal; font-family: var(--f-mono); font-size: 11px; color: var(--encre-3); margin-left: 2px; }
.big-line { margin-top: 64px; text-align: center; font-family: var(--f-titre); font-weight: 700; font-size: clamp(28px, 4.2vw, 50px); letter-spacing: -.03em; line-height: 1.1; }
.os-line { margin-top: 36px; display: flex; align-items: center; justify-content: center; gap: 14px; font-family: var(--f-titre); font-weight: 600; font-size: clamp(18px, 2.2vw, 24px); }
.os-line .os svg { width: 22px; height: 22px; }

.tabs40 { position: relative; height: 230px; border-radius: 18px; border: 1px solid var(--bord); background: linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .015)); overflow: hidden; }
.tabs40-row { position: absolute; left: 14px; right: 14px; top: 16px; display: flex; gap: 3px; }
.tabs40-row i { flex: 1; height: 20px; border-radius: 6px 6px 0 0; background: rgba(255, 255, 255, .1); transition: transform .8s var(--ease), opacity .8s var(--ease); transition-delay: calc(var(--i) * 18ms); }
.tabs40-row i:nth-child(3n) { background: rgba(248, 87, 159, .2); }
.tabs40-row i:nth-child(5n) { background: rgba(95, 214, 196, .2); }
.tabs40-panel { position: absolute; left: 50%; top: 58%; width: 62%; height: 112px; transform: translate(-50%, -50%) scale(.6); opacity: 0; border-radius: 14px; border: 1px solid var(--bord-rose); background: #140F18; box-shadow: 0 20px 60px rgba(248, 87, 159, .25); display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 12px; transition: transform .8s var(--ease) .7s, opacity .6s var(--ease) .7s; }
.tabs40-panel b { border-radius: 8px; background: linear-gradient(135deg, rgba(248, 87, 159, .35), rgba(251, 122, 88, .2)); }
.tabs40-panel b:nth-child(2n) { background: linear-gradient(135deg, rgba(95, 214, 196, .3), rgba(95, 214, 196, .08)); }
.tabs40.in .tabs40-row i { transform: translateY(-40px) scale(.4); opacity: 0; }
.tabs40.in .tabs40-panel { transform: translate(-50%, -50%) scale(1); opacity: 1; }

/* 20 % */
.ring-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(36px, 6vw, 80px); align-items: center; }
.ring { position: relative; width: min(340px, 78vw); aspect-ratio: 1; justify-self: center; }
.ring svg { width: 100%; height: 100%; transform: rotate(-90deg); filter: drop-shadow(0 0 30px rgba(248, 87, 159, .35)); }
.ring circle { fill: none; stroke-width: 14; }
.ring-bg { stroke: rgba(255, 255, 255, .07); stroke-dasharray: 2 3; }
.ring-fg { stroke: url(#ringg); stroke-linecap: round; stroke-dasharray: 100; stroke-dashoffset: 100; transition: stroke-dashoffset 1.8s var(--ease) .2s; }
.ring.in .ring-fg { stroke-dashoffset: 80; }
.ring-num { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-family: var(--f-titre); font-weight: 700; letter-spacing: -.04em; }
.ring-num b { font-size: clamp(72px, 12vw, 120px); font-variant-numeric: tabular-nums; color: var(--encre); font-weight: 700; }
.ring-num span { font-size: clamp(30px, 5vw, 48px); color: var(--rose); margin-left: 4px; }
.ring-next { margin-top: 26px; font-family: var(--f-mono); font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--encre-3); }
.roadmap { list-style: none; padding: 0; margin: 16px 0 0; display: grid; gap: 12px; }
.roadmap li { display: flex; gap: 16px; padding: 18px 20px; border-radius: 16px; border: 1px dashed var(--bord-2); background: rgba(255, 255, 255, .02); }
.rm-lock { flex: none; width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; background: rgba(255, 255, 255, .05); color: var(--encre-3); }
.rm-lock svg { width: 19px; height: 19px; }
.roadmap h3 { font-size: 19px; letter-spacing: -.015em; color: var(--encre); }
.roadmap p { margin-top: 4px; font-size: 15px; color: var(--encre-2); }

/* Offre */
.offer { background: linear-gradient(180deg, transparent, rgba(248, 87, 159, .045) 30%, rgba(248, 87, 159, .045) 70%, transparent); }
.anchor { font-size: clamp(18px, 2vw, 22px); color: var(--encre-3); margin-bottom: 18px; max-width: 48ch; }
.offer-grid { margin-top: 44px; display: grid; grid-template-columns: .95fr 1.05fr; gap: 24px; align-items: start; }
.offer-card { position: relative; padding: 32px 30px; border-radius: 24px; background: linear-gradient(#150F19, #150F19) padding-box, var(--grad) border-box; border: 1.5px solid transparent; box-shadow: 0 30px 90px -30px rgba(248, 87, 159, .5); }
.oc-title { font-family: var(--f-titre); font-weight: 600; font-size: 17px; color: var(--encre-2); }
.oc-price { display: flex; align-items: baseline; gap: 12px; margin-top: 10px; }
.oc-price b { font-family: var(--f-titre); font-size: clamp(66px, 9vw, 92px); line-height: .95; letter-spacing: -.05em; color: #fff; font-weight: 700; }
.oc-price b span { font-size: .5em; color: var(--rose); margin: 0 2px; }
.oc-price em { font-style: normal; font-family: var(--f-mono); font-size: 14px; color: var(--menthe); }
.oc-tax { font-size: 13.5px; color: var(--encre-3); margin-top: 6px; }
.oc-perks { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 12px; }
.oc-perks li { display: flex; gap: 12px; align-items: flex-start; font-size: 16px; }
.oc-perks svg { width: 20px; height: 20px; flex: none; margin-top: 3px; color: var(--vert); }
.oc-quad { margin: 22px 0 24px; padding: 12px 14px; border-radius: 12px; background: rgba(251, 122, 88, .08); border: 1px solid rgba(251, 122, 88, .25); color: #FFB199; font-size: 15px; font-weight: 500; }
.offer-card .scarcity { justify-items: start; }
.offer-card .segs { width: min(260px, 55vw); }
.offer-card .bar-note { text-align: left; }
.offer-deal { padding: 32px 30px; border-radius: 24px; background: var(--verre); border: 1px solid var(--bord); display: flex; flex-direction: column; gap: 14px; }
.offer-deal h3 { font-size: clamp(22px, 2.4vw, 28px); letter-spacing: -.02em; }
.offer-deal p { color: var(--encre-2); font-size: 16.5px; }
.offer-deal .deal-main { color: var(--encre); font-size: 19px; font-weight: 500; padding-left: 16px; border-left: 3px solid var(--rose); }
.deal-g { margin-top: 8px; display: flex; gap: 12px; padding: 16px; border-radius: 14px; background: rgba(79, 208, 138, .06); border: 1px solid rgba(79, 208, 138, .22); }
.deal-g svg { width: 24px; height: 24px; flex: none; color: var(--vert); margin-top: 2px; }
.deal-g span { color: var(--encre); font-size: 15.5px; }
.click-below { margin: 56px 0 18px; text-align: center; font-family: var(--f-titre); font-weight: 600; font-size: clamp(19px, 2.2vw, 24px); }

/* Qui suis-je */
.about-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(36px, 6vw, 84px); align-items: start; }
.about-photo { margin: 0; position: sticky; top: calc(var(--nav-h) + 30px); }
.about-photo picture, .about-photo img { border-radius: 26px; }
.about-photo img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; box-shadow: 0 40px 100px -30px rgba(251, 122, 88, .45); border: 1px solid var(--bord-2); }
.about-photo figcaption { margin-top: 16px; display: flex; flex-direction: column; gap: 2px; }
.about-photo figcaption b { font-family: var(--f-titre); font-size: 18px; }
.about-photo figcaption span { font-size: 14px; color: var(--encre-3); }
.about-text { margin-top: 26px; display: grid; gap: 18px; }
.about-text p { font-size: 18px; color: var(--encre-2); line-height: 1.7; }
.about-text p:first-child { font-size: 21px; color: var(--encre); }
.sign { margin-top: 26px; font-family: var(--f-titre); font-size: 30px; font-weight: 600; font-style: italic; background: var(--grad-titre); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

/* Compatibilité */
.compat-grid { list-style: none; padding: 0; margin: 36px 0 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 14px; }
.compat-item { display: flex; flex-direction: column; gap: 6px; padding: 22px 20px; border-radius: 18px; border: 1px solid var(--bord); background: var(--verre); }
.compat-item b { font-family: var(--f-titre); font-size: 18px; letter-spacing: -.01em; }
.compat-item > span:last-child { font-size: 14px; color: var(--encre-3); }
.ci-ic { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; margin-bottom: 8px; }
.ci-ic svg { width: 19px; height: 19px; }
.is-ok .ci-ic { background: rgba(79, 208, 138, .12); color: var(--vert); }
.is-no { border-style: dashed; }
.is-no b { color: var(--encre-2); }
.is-no .ci-ic { background: rgba(251, 122, 88, .1); color: var(--corail); }
.compat-notes { margin-top: 30px; display: grid; gap: 14px; max-width: 76ch; }
.compat-notes p { color: var(--encre-2); font-size: 16.5px; }

/* Fonctionnalités */
.feat-grid { list-style: none; padding: 0; margin: 40px 0 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.feat { position: relative; padding: 24px 22px 26px; border-radius: 20px; border: 1px solid var(--bord); overflow: hidden; }
.feat h3 { margin-top: 18px; font-size: 19px; letter-spacing: -.015em; }
.feat p { margin-top: 8px; font-size: 15px; line-height: 1.55; }
.feat-emoji { width: 52px; height: 52px; border-radius: 15px; display: grid; place-items: center; font-size: 27px; line-height: 1; }
.feat-tag { position: absolute; top: 22px; right: 20px; display: inline-flex; align-items: center; gap: 5px; font-family: var(--f-mono); font-size: 10.5px; letter-spacing: .08em; text-transform: uppercase; padding: 4px 8px; border-radius: 7px; }
.feat-tag svg { width: 12px; height: 12px; }
.feat.is-live { background: linear-gradient(160deg, rgba(248, 87, 159, .13), rgba(251, 122, 88, .05) 45%, rgba(255, 255, 255, .025)); border-color: rgba(248, 87, 159, .26); transition: transform .25s var(--ease), border-color .25s, box-shadow .25s; }
.feat.is-live:hover { transform: translateY(-4px); border-color: rgba(248, 87, 159, .5); box-shadow: 0 24px 60px -24px rgba(248, 87, 159, .5); }
.feat.is-live .feat-emoji { background: linear-gradient(135deg, rgba(248, 87, 159, .3), rgba(251, 122, 88, .22)); box-shadow: 0 8px 26px rgba(248, 87, 159, .25); }
.feat.is-live .feat-tag { color: var(--vert); background: rgba(79, 208, 138, .1); }
.feat.is-live p { color: var(--encre-2); }
.feat.is-soon { border-style: dashed; background: repeating-linear-gradient(135deg, rgba(255, 255, 255, .018) 0 10px, transparent 10px 20px), rgba(255, 255, 255, .012); }
.feat.is-soon .feat-emoji { background: rgba(255, 255, 255, .05); filter: grayscale(1); opacity: .55; }
.feat.is-soon h3 { color: var(--encre-2); }
.feat.is-soon p { color: var(--encre-3); }
.feat.is-soon .feat-tag { color: var(--encre-3); background: rgba(255, 255, 255, .06); }

/* Garantie */
.g-card { display: grid; grid-template-columns: auto 1fr; gap: clamp(26px, 5vw, 56px); align-items: center; padding: clamp(30px, 5vw, 56px); border-radius: 28px; background: radial-gradient(600px 300px at 0% 0%, rgba(79, 208, 138, .1), transparent 70%), var(--nuit-2); border: 1px solid rgba(79, 208, 138, .25); }
.g-badge { width: clamp(130px, 18vw, 180px); aspect-ratio: 1; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border: 2px dashed rgba(79, 208, 138, .55); box-shadow: inset 0 0 0 10px rgba(79, 208, 138, .06); transform: rotate(-8deg); }
.g-badge b { font-family: var(--f-titre); font-size: clamp(26px, 3.4vw, 36px); line-height: 1; color: var(--vert); }
.g-badge span { font-family: var(--f-mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--encre-2); margin-top: 6px; }
.g-quote { font-size: clamp(32px, 5vw, 58px) !important; max-width: none !important; background: var(--grad-titre); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; line-height: 1.05; }
.g-text { margin-top: 16px; font-size: clamp(18px, 2vw, 21px); color: var(--encre); max-width: 52ch; }
.g-small { margin-top: 12px; font-size: 15px; color: var(--encre-3); }

/* CTA final */
.final-in { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 30px; }
.final h2 { max-width: 20ch; }

/* FAQ */
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(30px, 6vw, 80px); align-items: start; }
.faq-grid > div:first-child { position: sticky; top: calc(var(--nav-h) + 30px); }
.faq-more { margin-top: 18px; color: var(--encre-2); font-size: 15.5px; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { border-radius: 16px; border: 1px solid var(--bord); background: var(--verre); transition: border-color .2s, background .2s; }
.faq-list details[open] { border-color: var(--bord-rose); background: rgba(248, 87, 159, .05); }
.faq-list summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 19px 22px; font-family: var(--f-titre); font-weight: 600; font-size: 18px; letter-spacing: -.01em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i { position: relative; flex: none; width: 26px; height: 26px; border-radius: 8px; background: rgba(255, 255, 255, .06); }
.faq-list summary i::before, .faq-list summary i::after { content: ""; position: absolute; left: 50%; top: 50%; width: 11px; height: 2px; border-radius: 2px; background: var(--encre-2); transform: translate(-50%, -50%); transition: transform .25s var(--ease); }
.faq-list summary i::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-list details[open] summary i::after { transform: translate(-50%, -50%) rotate(0); }
.faq-list details[open] summary i { background: rgba(248, 87, 159, .18); }
.faq-a { padding: 0 22px 20px; }
.faq-a p { color: var(--encre-2); font-size: 16px; }

/* Barre d'achat collante (mobile) */
.sticky-buy { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); background: rgba(13, 10, 14, .88); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-top: 1px solid var(--bord); transform: translateY(110%); transition: transform .35s var(--ease); }
.sticky-buy.is-on { transform: none; }
.sticky-in { display: flex; align-items: center; justify-content: space-between; gap: 12px; max-width: 560px; margin: 0 auto; }
.sticky-info { font-size: 14px; color: var(--encre-2); }
.sticky-info b { color: var(--encre); font-family: var(--f-titre); font-size: 17px; }

/* ---------------------------------------------------------------- Pied de page */
.foot { margin-top: 40px; padding: 56px 0 36px; border-top: 1px solid var(--bord); background: rgba(8, 6, 10, .6); }
.foot-top { display: flex; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.foot-brand p { margin-top: 10px; color: var(--encre-3); font-size: 14.5px; }
.foot-links { display: flex; flex-wrap: wrap; gap: 10px 22px; align-items: flex-start; max-width: 620px; }
.foot-links a { color: var(--encre-2); text-decoration: none; font-size: 14.5px; }
.foot-links a:hover { color: var(--rose); }
.foot-notes { margin-top: 34px; display: grid; gap: 8px; max-width: 90ch; }
.foot-notes p { font-size: 12.5px; color: var(--encre-3); line-height: 1.55; }
.foot-bottom { margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--bord); display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 13px; color: var(--encre-3); }
.foot-social { display: flex; gap: 14px; }
.foot-social a { color: var(--encre-2); text-decoration: none; }

/* ---------------------------------------------------------------- Pages légales */
.page-legal main { padding: clamp(40px, 7vw, 80px) 0 40px; }
.legal { max-width: 1060px; }
.legal-head { max-width: 760px; }
.legal-head h1 { font-size: clamp(34px, 5vw, 54px); letter-spacing: -.03em; }
.legal-date { margin-top: 14px; font-family: var(--f-mono); font-size: 13px; color: var(--encre-3); }
.legal-intro { margin-top: 18px; font-size: 19px; color: var(--encre-2); }
.legal-summary { margin-top: 36px; max-width: 820px; padding: 24px 26px; border-radius: 20px; background: rgba(79, 208, 138, .05); border: 1px solid rgba(79, 208, 138, .22); }
.ls-title { font-family: var(--f-mono); font-size: 12.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--vert); margin-bottom: 12px; }
.legal-summary ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 9px; }
.legal-summary li { position: relative; padding-left: 26px; color: var(--encre); font-size: 16px; }
.legal-summary li::before { content: ""; position: absolute; left: 2px; top: 7px; width: 13px; height: 8px; border-left: 2.5px solid var(--vert); border-bottom: 2.5px solid var(--vert); transform: rotate(-45deg); }
.legal-grid { margin-top: 44px; display: grid; grid-template-columns: 250px 1fr; gap: 56px; align-items: start; }
.legal-grid:has(> .legal-body:only-child) { grid-template-columns: 1fr; }
.toc { position: sticky; top: calc(var(--nav-h) + 24px); padding: 18px 0; border-top: 1px solid var(--bord); }
.toc p { font-family: var(--f-mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--encre-3); margin-bottom: 10px; }
.toc ol { margin: 0; padding-left: 18px; display: grid; gap: 6px; color: var(--encre-3); font-size: 13.5px; }
.toc a { color: var(--encre-2); text-decoration: none; }
.toc a:hover { color: var(--rose); }
.legal-body { max-width: 740px; }
.legal-body section { padding: 6px 0 26px; }
.legal-body section + section { border-top: 1px solid var(--bord); padding-top: 26px; }
.legal-body h2 { font-size: 22px; letter-spacing: -.015em; margin-bottom: 14px; }
.legal-body h2 span { color: var(--rose); font-family: var(--f-mono); font-size: 15px; margin-right: 4px; }
.legal-body p, .legal-body li { color: var(--encre-2); font-size: 16px; line-height: 1.72; }
.legal-body p + p { margin-top: 12px; }
.legal-body ul { margin: 8px 0 0; padding-left: 20px; display: grid; gap: 6px; }
.legal-body b { color: var(--encre); }

.contact-grid { margin-top: 40px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; max-width: 900px; }
.contact-card { padding: 28px 26px; border-radius: 22px; border: 1px solid var(--bord); background: var(--verre); }
.contact-card:first-child { background: linear-gradient(#150F19, #150F19) padding-box, var(--grad) border-box; border: 1.5px solid transparent; }
.cc-tag { font-family: var(--f-mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--menthe); }
.contact-card h2 { margin-top: 8px; font-size: 26px; }
.cc-mail { display: inline-block; margin-top: 10px; font-family: var(--f-mono); font-size: 16px; }
.contact-card ul { margin: 16px 0 0; padding-left: 18px; display: grid; gap: 6px; color: var(--encre-2); font-size: 15px; }
.contact-help { margin-top: 40px; }

.thanks-steps { list-style: none; padding: 0; margin: 40px 0 36px; display: grid; gap: 12px; max-width: 820px; }
.thanks-steps li { display: flex; gap: 18px; padding: 22px 22px; border-radius: 18px; border: 1px solid var(--bord); background: var(--verre); }
.thanks-steps li > span { flex: none; width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; font-family: var(--f-titre); font-weight: 700; color: #1A0A12; background: var(--grad); }
.thanks-steps h2 { font-size: 19px; }
.thanks-steps p { margin-top: 5px; color: var(--encre-2); font-size: 15.5px; }

.nf { text-align: center; padding: 40px 0 60px; display: flex; flex-direction: column; align-items: center; }
.nf-code { font-family: var(--f-titre); font-weight: 700; font-size: clamp(100px, 22vw, 200px); line-height: .9; letter-spacing: -.06em; background: var(--grad-titre); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.nf h1 { margin-top: 18px; font-size: clamp(28px, 4vw, 40px); }
.nf h1 span { color: var(--encre-3); font-weight: 500; }
.nf-links { margin-top: 26px; display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }

/* ---------------------------------------------------------------- Apparition au défilement */
.rv.rv-wait { opacity: 0; transform: translateY(22px); }
.rv.rv-wait.in { opacity: 1; transform: none; transition: opacity .8s var(--ease), transform .8s var(--ease); transition-delay: calc(var(--i, 0) * 70ms); }
.loop li.rv-wait, .step.rv-wait, .compat-item.rv-wait, .roadmap li.rv-wait, .feat.rv-wait { transition-delay: calc(var(--i, 0) * 90ms); }

/* ---------------------------------------------------------------- Responsive */
@media (max-width: 1020px) {
  .nav-links { display: none; }
  .steps, .feat-grid { grid-template-columns: repeat(2, 1fr); }
  .split, .banks-head, .ring-grid, .offer-grid, .about-grid, .faq-grid { grid-template-columns: 1fr; }
  .chaos { height: 400px; }
  .about-photo { position: static; max-width: 420px; }
  .faq-grid > div:first-child { position: static; }
  .legal-grid { grid-template-columns: 1fr; gap: 20px; }
  .toc { position: static; }
  .tabs40 { max-width: 520px; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .wrap { padding: 0 16px; }
  :root { --nav-h: 58px; }
  .topnav-in { gap: 12px; }
  .brand-lib { display: none; }
  .nav-cta { padding: 8px 12px; font-size: 13px; }
  .lang a, .lang span { padding: 3px 6px; }
  .bar { flex-direction: column; gap: 8px; }
  .segs { width: min(300px, 84vw); }
  .platform { font-size: 13.5px; text-align: left; }
  .vsl-frame { border-radius: 14px; }
  .vsl-unmute { padding: 10px 16px 10px 10px; }
  .vsl-ico { width: 36px; height: 36px; }
  .btn-red.is-big { font-size: 15.5px; padding: 17px 18px; }
  .btn-red svg { width: 20px; height: 20px; }
  .steps, .feat-grid, .compat-grid, .contact-grid { grid-template-columns: 1fr; }
  .chaos { height: 330px; transform: scale(.86); transform-origin: top center; margin-bottom: -40px; }
  .offer-card, .offer-deal { padding: 26px 20px; }
  .g-card { grid-template-columns: 1fr; justify-items: start; }
  .faq-list summary { font-size: 16.5px; padding: 17px 18px; }
  .foot-bottom { flex-direction: column; align-items: flex-start; }
  .legal-summary { padding: 20px 18px; }
  .thanks-steps li { padding: 18px 16px; }
}
@media (min-width: 1021px) { .sticky-buy { display: none; } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .rv.rv-wait { opacity: 1; transform: none; }
}
