:root { --wine:#7C3A52; --wine-dark:#5A2A3E; --bg:#F5F0EA; --text:#2A2228; --muted:#7A6F77; --border:#E6DCD2; --surface:#FFFFFF; }
* { box-sizing:border-box; }
body { margin:0; font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif; background:var(--bg); color:var(--text); line-height:1.6; }
header.site { background:linear-gradient(135deg,var(--wine),var(--wine-dark)); color:#fff; padding:48px 20px; text-align:center; }
header.site h1 { margin:0; font-size:34px; font-weight:800; letter-spacing:-0.5px; }
header.site p { margin:8px 0 0; opacity:.92; font-size:17px; }
nav { display:flex; gap:18px; justify-content:center; flex-wrap:wrap; padding:16px; background:var(--surface); border-bottom:1px solid var(--border); position:sticky; top:0; }
nav a { color:var(--wine); text-decoration:none; font-weight:700; font-size:15px; }
nav a:hover { text-decoration:underline; }
main { max-width:760px; margin:0 auto; padding:40px 20px 80px; }
h2 { font-size:26px; font-weight:800; margin:0 0 6px; }
.updated { color:var(--muted); font-size:14px; margin-bottom:28px; }
section { margin-bottom:26px; }
section h3 { font-size:18px; font-weight:800; margin:0 0 6px; }
section p { margin:0; color:#3a3036; }
.card { background:var(--surface); border:1px solid var(--border); border-radius:16px; padding:22px 24px; }
.faq dt { font-weight:800; margin-top:18px; }
.faq dd { margin:6px 0 0; color:#3a3036; }
.cta { display:inline-block; margin-top:10px; background:var(--wine); color:#fff; text-decoration:none; padding:12px 22px; border-radius:12px; font-weight:800; }
footer { text-align:center; color:var(--muted); font-size:13px; padding:30px 20px 50px; }
footer a { color:var(--muted); }
.lead { font-size:18px; }
.badge { display:inline-block; margin-top:16px; background:rgba(255,255,255,0.18); color:#fff; border:1px solid rgba(255,255,255,0.35); padding:6px 14px; border-radius:999px; font-size:13px; font-weight:700; }
.features { display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:16px; margin-top:28px; }
.feature { background:var(--surface); border:1px solid var(--border); border-radius:16px; padding:20px 22px; }
.feature h3 { font-size:17px; font-weight:800; margin:0 0 6px; color:var(--wine); }
.feature p { margin:0; color:#3a3036; font-size:15px; }
