:root{
  --navy:#0C1D36;--navy-text:#1A2B47;--green:#1F9D5F;--green-dark:#0F7A47;
  --gray700:#3A4252;--gray500:#6E7686;--gray300:#AEB4C0;--gray100:#E6E8EE;
  --cream:#FAFAF8;--white:#fff;--font:'Sora',system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;background:var(--cream);color:var(--navy-text);font-family:var(--font);line-height:1.65;font-size:16px}
.legal-top{background:var(--navy);color:#fff}
.legal-top-inner{max-width:760px;margin:0 auto;padding:0.9rem 1.2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}
.legal-brand{display:flex;align-items:center;gap:0.55rem;color:#fff;text-decoration:none;font-weight:700;font-size:1.05rem}
.legal-brand .dot{color:#7FE3B5}
.legal-brand svg{width:22px;height:22px;stroke:#7FE3B5;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.legal-top-inner a.legal-back{color:#BFE9D4;text-decoration:none;font-size:0.85rem;font-weight:600;white-space:nowrap}
main.legal{max-width:760px;margin:0 auto;padding:1.6rem 1.2rem 3rem}
.legal h1{font-size:clamp(1.6rem,5vw,2.1rem);line-height:1.2;margin:0.6rem 0 0.3rem;letter-spacing:-0.01em}
.legal .updated{color:var(--gray500);font-size:0.82rem;margin:0 0 1.6rem}
.legal h2{font-size:1.15rem;margin:2rem 0 0.5rem;color:var(--navy)}
.legal h3{font-size:0.98rem;margin:1.2rem 0 0.3rem;color:var(--gray700)}
.legal p,.legal li{font-size:0.95rem;color:var(--gray700)}
.legal ul{padding-left:1.2rem;margin:0.4rem 0 0.9rem}
.legal li{margin-bottom:0.35rem}
.legal a{color:var(--green-dark);text-decoration:underline;text-underline-offset:2px}
.legal strong{color:var(--navy)}
.legal .lead{font-size:1.02rem;color:var(--gray700)}
.legal .callout{background:#FBF4DF;border:1px solid #E7D391;border-radius:12px;padding:0.9rem 1.1rem;margin:1.2rem 0;font-size:0.9rem;color:#5b4a1e}
.legal .ph{background:#FFF3F3;border:1px dashed #E2A0A0;border-radius:8px;padding:0.15rem 0.4rem;color:#a23;font-size:0.85rem;font-weight:600}
.legal-foot{max-width:760px;margin:0 auto;padding:1.4rem 1.2rem 2.5rem;border-top:1px solid var(--gray100);font-size:0.8rem;color:var(--gray500);text-align:center}
.legal-foot a{color:var(--gray500);text-decoration:underline;text-underline-offset:2px;margin:0 0.3rem;white-space:nowrap}
.legal-foot .disclaim{display:block;margin-top:0.7rem;color:var(--gray300);font-size:0.74rem;line-height:1.5}
