:root{--bg:#050505;--paper:#fff;--ink:#0a0a0a;--muted:#606060;--mutedl:rgba(255,255,255,.62);--red:#FF0000;--red2:#ff3b3b;--line:rgba(255,255,255,.1);--lined:rgba(10,10,10,.1);--display:'Archivo',system-ui,sans-serif;--sans:'Inter',system-ui,sans-serif}
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:var(--sans);background:var(--bg);color:#fff;-webkit-font-smoothing:antialiased;line-height:1.6;font-size:16px}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.bar{border-bottom:1px solid var(--line)}
.bar-in{max-width:1240px;margin:0 auto;padding:16px 20px;display:flex;align-items:center;justify-content:space-between}
.bar-in img{height:40px;width:auto}
.bar-in a.btn{display:inline-flex;align-items:center;height:42px;padding:0 18px;border-radius:10px;background:var(--red);color:#fff;font-weight:600;font-size:14px}
.legal{max-width:760px;margin:0 auto;padding:40px 20px 80px}
.legal h1{font-family:var(--display);font-weight:700;letter-spacing:-.03em;font-size:40px;line-height:1;margin:14px 0 22px}
.legal h2{font-family:var(--display);font-weight:600;letter-spacing:-.02em;font-size:22px;margin:32px 0 10px}
.legal p,.legal li{color:var(--mutedl);font-size:15.5px;margin-bottom:12px}
.legal ul{padding-left:20px}
.legal a{color:#fff;text-decoration:underline}
.legal .date{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--red2);font-weight:600}
.back{display:inline-block;margin-bottom:20px;color:var(--mutedl);font-size:14px}
.back:hover{color:#fff}
.thanks{min-height:100svh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:100px 20px 60px}
.thanks .logo{height:56px;width:auto;margin-bottom:36px}
.thanks h1{font-family:var(--display);font-weight:700;letter-spacing:-.04em;font-size:clamp(40px,9vw,80px);line-height:.96;max-width:760px}
.thanks h1 em{font-style:normal;color:rgba(255,255,255,.42)}
.thanks p{color:var(--mutedl);font-size:17px;max-width:480px;margin:20px auto 0}
.thanks .row{display:flex;flex-direction:column;gap:10px;margin-top:30px;width:100%;max-width:420px}
.thanks .btn{display:inline-flex;align-items:center;justify-content:center;height:54px;padding:0 24px;border-radius:12px;font-weight:600;font-size:15px}
.thanks .btn-primary{background:var(--red);color:#fff}
.thanks .btn-outline{border:1px solid rgba(255,255,255,.24);color:#fff}
.thanks .tick{width:64px;height:64px;border-radius:50%;background:var(--red);display:flex;align-items:center;justify-content:center;margin-bottom:26px}
.thanks .tick svg{width:30px;height:30px}
@media(min-width:760px){.thanks .row{flex-direction:row;justify-content:center;max-width:none}.legal{padding:70px 32px 120px}.legal h1{font-size:56px}}
