:root{color-scheme:dark;--gold:#f7c654;--gold2:#d68b08;--bg:#030508;--panel:#0d121a;--muted:#aeb7c5;--line:rgba(255,255,255,.09)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  min-height:100vh;
  background:
    radial-gradient(circle at 12% 0%,rgba(247,198,84,.10),transparent 27%),
    radial-gradient(circle at 92% 15%,rgba(35,108,255,.05),transparent 22%),
    linear-gradient(180deg,#05070b,#020305);
  color:#f7f8fb;
  font-family:Arial,Helvetica,sans-serif;
  line-height:1.68;
}
body::before{content:"";position:fixed;inset:0;pointer-events:none;background:linear-gradient(115deg,rgba(255,255,255,.015),transparent 35%)}
.legal-shell{width:min(980px,calc(100% - 30px));margin:0 auto;padding:28px 0 72px}
.legal-top{
  display:flex;justify-content:space-between;align-items:center;gap:20px;
  margin-bottom:22px;padding:12px 14px;
  border:1px solid rgba(255,255,255,.07);border-radius:18px;
  background:rgba(9,13,19,.72);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)
}
.legal-brand{display:flex;align-items:center;gap:11px;color:inherit;text-decoration:none}
.legal-brand-mark{width:50px;height:43px;display:grid;place-items:center;border-radius:14px;color:#e8ba59;border:1px solid rgba(247,198,84,.23);background:rgba(247,198,84,.055)}
.legal-brand-mark svg{width:42px;height:28px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.legal-brand-copy{display:grid;line-height:1.05}
.legal-brand-copy strong{color:#f7c654;font-size:17px;letter-spacing:.035em}
.legal-brand-copy small{margin-top:5px;color:#8993a1;font-size:9px;letter-spacing:.08em;text-transform:uppercase}
.legal-back{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 15px;border:1px solid rgba(255,255,255,.11);border-radius:12px;color:#e4e8ee;text-decoration:none;font-size:12px;font-weight:800;background:rgba(255,255,255,.025)}
.legal-back::before{content:"←";margin-right:8px;color:#e4b44f;font-size:16px}.legal-back:hover{border-color:rgba(247,198,84,.35);color:#f7c654}
.legal-card{
  position:relative;overflow:hidden;
  padding:clamp(24px,5vw,54px);
  border:1px solid rgba(247,198,84,.26);
  border-radius:30px;
  background:linear-gradient(145deg,rgba(18,24,34,.985),rgba(6,9,14,.99));
  box-shadow:0 38px 100px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.07)
}
.legal-card::before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(120deg,rgba(247,198,84,.10),transparent 30%),radial-gradient(circle at 92% 5%,rgba(247,198,84,.11),transparent 21%)}
.legal-card::after{content:"";position:absolute;top:-140px;right:-150px;width:340px;height:340px;border-radius:50%;border:1px solid rgba(247,198,84,.14);box-shadow:0 0 0 34px rgba(247,198,84,.018),0 0 0 68px rgba(247,198,84,.012);pointer-events:none}
.legal-card>*{position:relative;z-index:1}
.legal-hero{max-width:780px;padding-bottom:28px;margin-bottom:28px;border-bottom:1px solid rgba(255,255,255,.08)}
.legal-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 11px;border:1px solid rgba(247,198,84,.24);border-radius:999px;color:#f5cf74;background:rgba(247,198,84,.07);font-size:10px;font-weight:900;letter-spacing:.14em}
.legal-eyebrow::before{content:"";width:6px;height:6px;border-radius:50%;background:#28c96e;box-shadow:0 0 11px rgba(40,201,110,.7)}
h1{margin:17px 0 12px;font-size:clamp(36px,7vw,62px);line-height:.98;letter-spacing:-.05em;background:linear-gradient(180deg,#fff,#e4e7ed 72%,#9fa7b3);-webkit-background-clip:text;background-clip:text;color:transparent}
.legal-meta{margin:0;color:#7d8795;font-size:12px}
h2{display:flex;align-items:center;gap:11px;margin:34px 0 12px;color:#fff;font-size:21px;line-height:1.25}
.legal-section-number{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border-radius:10px;color:#1b1204;background:linear-gradient(145deg,#ffe59a,#d28a09);font-size:10px;font-weight:1000;letter-spacing:.04em;box-shadow:0 8px 20px rgba(195,120,0,.15)}
p,li{color:var(--muted)}
p{margin:0 0 14px}ul{padding-left:22px}li+li{margin-top:7px}
a{color:var(--gold)}
.legal-contact{display:grid;grid-template-columns:1fr 1fr;gap:8px 14px;margin-top:28px;padding:19px;border:1px solid rgba(247,198,84,.16);border-radius:17px;background:linear-gradient(180deg,rgba(247,198,84,.055),rgba(255,255,255,.018))}
.legal-contact strong{grid-column:1/-1;color:#fff;font-size:16px}.legal-contact span{color:#87919f}.legal-contact a{text-decoration:none}
.legal-help{display:grid;grid-template-columns:50px 1fr;gap:15px;align-items:center;margin-top:34px;padding:17px;border:1px solid rgba(255,255,255,.08);border-radius:17px;background:rgba(255,255,255,.025)}
.legal-help-icon{width:50px;height:50px;display:grid;place-items:center;border-radius:14px;color:#f7c654;border:1px solid rgba(247,198,84,.23);background:rgba(247,198,84,.06)}
.legal-help-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.legal-help strong{display:block;color:#fff;font-size:14px}.legal-help p{margin:4px 0 0;font-size:12px}
.legal-actions{display:flex;flex-wrap:wrap;gap:11px;margin-top:28px}
.legal-button{display:inline-flex;align-items:center;justify-content:center;min-height:51px;padding:0 19px;border-radius:14px;background:linear-gradient(135deg,#27d469,#15a24b);color:#fff;font-weight:900;text-decoration:none;box-shadow:0 14px 30px rgba(31,189,93,.20)}
.legal-button.secondary{border:1px solid rgba(247,198,84,.27);background:rgba(255,255,255,.035);color:#fff;box-shadow:none}
.thankyou-card{text-align:center;max-width:760px;margin:auto;padding-top:50px;padding-bottom:50px}.thankyou-card .legal-hero{max-width:620px;margin-left:auto;margin-right:auto;border:0;padding:0}.thankyou-card .legal-eyebrow{display:none}.thankyou-icon{width:78px;height:78px;display:grid;place-items:center;margin:0 auto 22px;border-radius:25px;color:#121006;background:linear-gradient(145deg,#f9da7e,#d88d08);box-shadow:0 20px 50px rgba(201,126,0,.22)}.thankyou-icon svg{width:42px;height:42px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.thankyou-card>p{max-width:600px;margin:0 auto;color:#adb6c3}.thankyou-card .legal-actions{justify-content:center}
@media(max-width:620px){.legal-shell{width:min(100% - 22px,980px);padding-top:11px}.legal-top{align-items:center;padding:10px}.legal-brand-copy small{display:none}.legal-back{width:42px;padding:0;font-size:0}.legal-back::before{margin:0}.legal-card{padding:24px 18px;border-radius:23px}.legal-card::after{right:-220px}.legal-hero{padding-bottom:22px;margin-bottom:23px}h1{font-size:clamp(34px,11vw,48px)}h2{align-items:flex-start;font-size:18px}.legal-contact{grid-template-columns:1fr}.legal-contact strong{grid-column:auto}.legal-help{grid-template-columns:42px 1fr}.legal-help-icon{width:42px;height:42px}.legal-actions{display:grid}.legal-button{width:100%}.thankyou-card{padding-top:38px;padding-bottom:38px}}
