:root {
  --ink: #241536;
  --muted: #6d6376;
  --brand: #6d28d9;
  --brand-dark: #4c1d95;
  --paper: #fbf9ff;
  --line: #e8e1f0;
  --soft: #f2ecfb;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: var(--brand); }
.policy-header { position: sticky; z-index: 10; top: 0; padding: 14px clamp(18px,6vw,74px); display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid rgba(109,40,217,.1); background: rgba(251,249,255,.94); backdrop-filter: blur(18px); }
.policy-brand { display: flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; }
.policy-brand span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: linear-gradient(145deg,#6d28d9,#4f46e5); color: white; font-weight: 900; }
.policy-brand strong { display: block; font-size: 16px; }
.policy-brand small { display: block; color: var(--muted); }
.back-link { padding: 10px 14px; border: 1px solid var(--line); border-radius: 12px; color: var(--brand-dark); text-decoration: none; font-size: 13px; font-weight: 800; background: white; }
.policy-hero { padding: 76px 22px 54px; background: radial-gradient(circle at 80% 20%,rgba(251,191,36,.2),transparent 26%),linear-gradient(135deg,#35105f,#6d28d9 58%,#7c3aed); color: white; }
.policy-hero > div { max-width: 940px; margin: 0 auto; }
.policy-hero span { font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; opacity: .8; }
.policy-hero h1 { max-width: 700px; margin: 13px 0; font-size: clamp(38px,7vw,68px); line-height: .98; letter-spacing: -.045em; }
.policy-hero p { max-width: 690px; margin: 0; color: rgba(255,255,255,.82); line-height: 1.65; }
.policy-nav { max-width: 1000px; margin: -22px auto 0; padding: 0 20px; position: relative; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; }
.policy-nav a { min-height: 64px; padding: 13px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 16px; background: white; color: var(--ink); text-align: center; text-decoration: none; font-size: 12px; font-weight: 850; box-shadow: 0 12px 35px rgba(54,22,91,.09); }
.policy-content { max-width: 940px; margin: 0 auto; padding: 55px 22px 80px; display: grid; gap: 22px; }
.policy-card { scroll-margin-top: 92px; padding: clamp(24px,4vw,40px); border: 1px solid var(--line); border-radius: 25px; background: white; box-shadow: 0 15px 45px rgba(54,22,91,.06); }
.policy-card .eyebrow { color: var(--brand); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.policy-card h2 { margin: 8px 0 20px; font-size: clamp(27px,4vw,38px); letter-spacing: -.035em; }
.policy-card h3 { margin: 25px 0 8px; font-size: 17px; }
.policy-card p, .policy-card li { color: var(--muted); line-height: 1.72; }
.policy-card ul, .policy-card ol { padding-left: 22px; }
.policy-card li + li { margin-top: 7px; }
.notice { margin-top: 22px; padding: 17px 18px; border-left: 4px solid #f59e0b; border-radius: 11px; background: #fffbeb; color: #674d13; line-height: 1.55; }
.contact-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.contact-item { padding: 18px; border-radius: 16px; background: var(--soft); }
.contact-item small { display: block; margin-bottom: 5px; color: var(--muted); }
.contact-item b { word-break: break-word; }
.policy-footer { padding: 28px 20px; background: #21123d; color: #c9bddc; text-align: center; }
.policy-footer a { color: white; }

@media (max-width: 720px) {
  .policy-header { padding: 11px 14px; }
  .policy-brand small { display: none; }
  .policy-nav { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .contact-grid { grid-template-columns: 1fr; }
}
