:root{
  color-scheme:light;
  --bg:#f5f7fb;
  --surface:#ffffff;
  --text:#172033;
  --muted:#5f6b7e;
  --line:#dfe5ee;
  --accent:#106b78;
  --accent-soft:#e9f7f8;
  --notice:#f2f8ff;
  --notice-line:#c9dff8;
  --shadow:0 20px 60px rgba(35,48,73,.09);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);line-height:1.68}
a{color:var(--accent);text-underline-offset:3px}
a:hover{text-decoration-thickness:2px}
.legal-header{position:sticky;top:0;z-index:10;border-bottom:1px solid rgba(223,229,238,.9);background:rgba(255,255,255,.92);backdrop-filter:blur(16px)}
.legal-header-inner,.legal-main,.legal-footer-inner{width:min(100% - 36px,960px);margin:0 auto}
.legal-header-inner{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.legal-brand{display:flex;align-items:center;gap:12px;color:var(--text);text-decoration:none;font-weight:800;letter-spacing:-.02em}
.legal-mark{width:34px;height:34px;border:2px solid var(--accent);border-radius:10px;position:relative;display:inline-block}
.legal-mark:before{content:"";position:absolute;width:10px;height:10px;border:3px solid var(--accent);border-radius:50%;inset:8px}
.legal-mark:after{content:"";position:absolute;width:4px;height:4px;background:var(--accent);border-radius:50%;right:5px;top:5px}
.back-link{font-size:.88rem;font-weight:700;text-decoration:none}
.legal-main{padding:68px 0 80px}
.legal-hero{margin-bottom:30px}
.legal-kicker{margin:0 0 12px;color:var(--accent);font-size:.75rem;font-weight:850;letter-spacing:.13em;text-transform:uppercase}
h1{margin:0;font-size:clamp(2.15rem,5vw,3.75rem);line-height:1.06;letter-spacing:-.055em}
.legal-lead{max-width:760px;margin:22px 0 0;color:var(--muted);font-size:1.08rem}
.legal-meta{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px;color:var(--muted);font-size:.82rem}
.legal-meta span{padding:7px 10px;border:1px solid var(--line);border-radius:999px;background:var(--surface)}
.legal-card{background:var(--surface);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:clamp(24px,5vw,48px)}
.legal-section+ .legal-section{margin-top:38px;padding-top:38px;border-top:1px solid var(--line)}
.legal-section h2{margin:0 0 14px;font-size:1.35rem;letter-spacing:-.025em}
.legal-section h3{margin:24px 0 8px;font-size:1rem}
.legal-section p{margin:0 0 14px}
.legal-section p:last-child{margin-bottom:0}
.legal-section ul,.legal-section ol{margin:12px 0 0;padding-left:1.3rem}
.legal-section li+li{margin-top:9px}
.legal-highlight{margin:20px 0;padding:20px 22px;border:1px solid var(--notice-line);border-radius:16px;background:var(--notice)}
.legal-highlight strong{display:block;margin-bottom:7px;color:#164f7d}
.contact-box{display:grid;gap:5px;padding:18px 20px;border-radius:15px;background:var(--accent-soft);border:1px solid #c9e9ec}
.contact-box strong{font-size:1rem}
.step-list{counter-reset:steps;list-style:none!important;padding:0!important;display:grid;gap:13px}
.step-list li{counter-increment:steps;position:relative;padding:17px 18px 17px 58px;border:1px solid var(--line);border-radius:15px;background:#fbfcfe;margin:0!important}
.step-list li:before{content:counter(steps);position:absolute;left:17px;top:16px;width:27px;height:27px;display:grid;place-items:center;border-radius:50%;background:var(--accent);color:#fff;font-size:.78rem;font-weight:850}
.legal-footer{border-top:1px solid var(--line);background:#eef2f7}
.legal-footer-inner{padding:28px 0;display:flex;justify-content:space-between;align-items:flex-start;gap:28px;color:var(--muted);font-size:.8rem}
.legal-footer p{margin:0}
.legal-footer-nav{display:flex;gap:16px;flex-wrap:wrap}
.legal-footer-nav a{font-weight:700;text-decoration:none}
@media(max-width:680px){
  .legal-header-inner,.legal-main,.legal-footer-inner{width:min(100% - 24px,960px)}
  .legal-header-inner{min-height:62px}
  .legal-main{padding:44px 0 56px}
  .legal-card{border-radius:18px;padding:24px 20px}
  .legal-section+ .legal-section{margin-top:30px;padding-top:30px}
  .legal-footer-inner{flex-direction:column;gap:14px}
  .back-link{font-size:.8rem}
}
