:root{--ink:#101b35;--muted:#647084;--paper:#f5f2eb;--white:#fffdf9;--coral:#f2614b;--mint:#bde8d6;--line:rgba(16,27,53,.12)}
*{box-sizing:border-box}html{font-family:Inter,Aptos,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper)}body{margin:0;min-height:100vh;background:radial-gradient(circle at 85% 10%,rgba(189,232,214,.48),transparent 27%),radial-gradient(circle at 5% 82%,rgba(242,97,75,.11),transparent 24%),var(--paper)}a{color:inherit;text-decoration:none}.shell{width:min(1280px,calc(100% - 48px));min-height:100vh;margin:auto;display:grid;grid-template-rows:auto 1fr auto}.topbar{height:96px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;gap:12px;align-items:center;font-size:20px;letter-spacing:-.03em}.brand strong{font-weight:750}.brand-mark{width:34px;height:34px;display:flex;gap:3px;align-items:end;padding:7px;border-radius:11px;background:var(--ink);transform:rotate(-5deg)}.brand-mark i{display:block;width:5px;border-radius:4px;background:var(--white)}.brand-mark i:nth-child(1){height:9px}.brand-mark i:nth-child(2){height:19px;background:var(--coral)}.brand-mark i:nth-child(3){height:14px;background:var(--mint)}.status{display:flex;gap:9px;align-items:center;padding:9px 13px;border:1px solid var(--line);border-radius:99px;background:rgba(255,253,249,.62);font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.status i{width:7px;height:7px;border-radius:50%;background:var(--coral);box-shadow:0 0 0 5px rgba(242,97,75,.12)}main{display:flex;align-items:center}.hero{width:100%;display:grid;grid-template-columns:1fr .9fr;gap:8vw;align-items:center;padding:56px 0 72px}.eyebrow{margin:0 0 22px;color:var(--coral);font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}h1{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(60px,7.7vw,112px);font-weight:400;line-height:.88;letter-spacing:-.06em}h1 em{color:var(--coral);font-weight:400}.intro{max-width:610px;margin:32px 0;color:var(--muted);font-size:clamp(17px,1.6vw,21px);line-height:1.65}.meta{display:flex;flex-wrap:wrap;gap:8px}.meta span{padding:9px 12px;border:1px solid var(--line);border-radius:99px;background:rgba(255,253,249,.45);font-size:12px;font-weight:650}.preview{position:relative}.preview:before{content:"";position:absolute;inset:-18px 15% 30%;z-index:-1;border-radius:50%;background:var(--mint);filter:blur(55px);opacity:.6}.browser{overflow:hidden;border:1px solid rgba(16,27,53,.16);border-radius:22px;background:var(--white);box-shadow:0 35px 90px rgba(16,27,53,.14);transform:rotate(1.2deg)}.browser-top{height:47px;display:flex;gap:6px;align-items:center;padding:0 17px;border-bottom:1px solid var(--line)}.browser-top span{width:7px;height:7px;border-radius:50%;background:#d9d6d0}.browser-top span:first-child{background:var(--coral)}.browser-top i{width:48%;height:9px;margin:auto;border-radius:99px;background:#efede8}.browser-body{min-height:400px;padding:28px;background:linear-gradient(150deg,#f6f3ec,#eef5f1);display:flex;flex-direction:column}.ghost-nav{width:42%;height:8px;border-radius:8px;background:#d9dedc}.ghost-title{width:69%;height:42px;margin-top:54px;border-radius:8px;background:#dfe6e2}.ghost-line{width:51%;height:8px;margin-top:13px;border-radius:8px;background:#e0e3df}.consent-card{margin-top:auto;padding:22px;border:1px solid var(--line);border-radius:17px;background:rgba(255,253,249,.96);box-shadow:0 17px 45px rgba(16,27,53,.13)}.card-heading{display:flex;gap:12px;align-items:center}.mini-mark{width:31px;height:31px;border-radius:9px;background:linear-gradient(135deg,var(--ink) 0 55%,var(--coral) 55%)}.card-heading span:last-child{display:grid}.card-heading b{font-family:Georgia,serif;font-size:17px}.card-heading small{margin-top:3px;color:var(--muted)}.choices{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:18px 0}.choice{display:flex;align-items:center;justify-content:space-between;padding:10px;border:1px solid var(--line);border-radius:9px;color:var(--muted);font-size:10px}.choice i{width:23px;height:13px;border-radius:20px;background:#d7d9d5}.choice.active i{background:var(--mint);box-shadow:inset 11px 0 var(--ink)}.buttons{display:flex;justify-content:flex-end;gap:8px;font-size:10px;font-weight:750}.buttons span,.buttons strong{padding:10px 13px;border-radius:8px}.buttons span{border:1px solid var(--line)}.buttons strong{background:var(--ink);color:white}.caption{margin:18px 0 0;text-align:center;color:var(--muted);font-size:12px}footer{min-height:74px;display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);color:var(--muted);font-size:12px}footer a{color:var(--ink);font-weight:700}@media(max-width:850px){.shell{width:min(100% - 28px,1280px)}.topbar{height:80px}.hero{grid-template-columns:1fr;padding:55px 0}.preview{margin-top:22px}.browser-body{min-height:330px}footer{padding:20px 0;gap:14px;align-items:flex-start;flex-direction:column}}@media(max-width:500px){.status{font-size:0}.status:after{content:"En préparation";font-size:10px}.choices{grid-template-columns:1fr}h1{font-size:56px}}

