*{box-sizing:border-box}html{scroll-behavior:smooth}
:root{
  --bg:#0f0f10; --fg:#111111; --card:#ffffff; --text:#1b1b1b; --muted:#5b5b5b;
  --hint:#ffffffcc; --chip:#f3f4f6; --brand:#0ea5e9; --accent:#14b8a6; --radius:18px;
}
body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:#fafafa;color:var(--text)}
.container{max-width:1000px;margin:0 auto;padding:0 20px 64px}
.hero{color:#fff;padding:28px 20px 56px;background:linear-gradient(135deg,var(--gradA,#0ea5e9),var(--gradB,#6366f1));}
.hero__top{max-width:1000px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:12px}
.brand{display:flex;align-items:center;gap:10px;font-weight:700;letter-spacing:.3px}
.bean{width:18px;height:24px;border-radius:12px;background:#fff;position:relative;box-shadow:0 0 0 2px #0001 inset}
.bean:before{content:"";position:absolute;left:8px;top:2px;bottom:2px;width:3px;background:#0002;border-radius:2px}
.controls{display:flex;align-items:center;gap:8px}
.select{padding:10px 12px;border-radius:12px;border:1px solid #ffffff55;background:#ffffff22;color:#fff}
.btn{padding:12px 16px;border-radius:14px;text-decoration:none;font-weight:600;border:1px solid transparent;cursor:pointer}
.btn.solid{background:#fff;color:#111}
.btn.outline{background:transparent;border-color:#ffffff77;color:#fff}
.btn.ghost{background:#ffffff22;color:#fff;border-color:#ffffff33}
.hint{opacity:.9;margin-top:6px}
.hero__grid{max-width:1000px;margin:28px auto 0;display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:center}
.hero__copy h1{margin:0 0 6px;font-size:40px}
.hero__copy .muted{color:#e8e8e8}
.hero__art{display:flex;align-items:center;justify-content:center}
.hero__art img{width:100%;max-width:360px;height:auto;border-radius:24px;box-shadow:0 12px 40px #0004;background:#0001}
.card{background:var(--card);border:1px solid #0000000d;border-radius:var(--radius);padding:22px 22px;margin:16px 0;box-shadow:0 6px 24px #0000000b}
.card h2{margin:0 0 10px}
.muted{color:var(--muted)}
.chips{display:flex;flex-wrap:wrap;gap:8px;padding:0;margin:12px 0 0;list-style:none}
.chips li{background:var(--chip);border-radius:999px;padding:8px 12px}
.badge{display:inline-block;margin-top:10px;font-size:14px;color:#0a0a0a;background:#e7f5ef;border:1px solid #b5ead7;padding:6px 10px;border-radius:999px}
.steps{padding-left:18px;margin:8px 0 0}
.bullets{padding-left:18px;margin:8px 0 0}
.foot{max-width:1000px;margin:8px auto 0;color:#666;padding:0 20px}
.ctaRow{display:flex;gap:10px;margin-top:16px;flex-wrap:wrap}
@media (max-width:860px){.hero__grid{grid-template-columns:1fr} .hero{padding-bottom:36px} .hero__copy h1{font-size:32px}}
