:root{--orange-1:#FF9D2E;--orange-2:#FF6A00;--orange-3:#F24B00;--grad:linear-gradient(135deg,#FF9D2E,#FF6A00 52%,#F24B00);--ink:#1D1D1F;--ink-2:#6E6E73;--ink-3:#86868B;--line:#E7E7EC;--bg-2:#F5F5F7;--dark:#0E0F12;--maxw:860px;--ease:cubic-bezier(.28,1,.32,1)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body{font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--ink);background:#fff;line-height:1.7;overflow-x:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}::selection{background:rgba(255,106,0,.2)}.wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}nav{position:-webkit-sticky;position:sticky;top:0;z-index:50;height:74px;background:rgba(255,255,255,.88);backdrop-filter:saturate(180%) blur(14px);-webkit-backdrop-filter:saturate(180%) blur(14px);border-bottom:1px solid var(--line)}.nav-in,nav{display:flex;align-items:center}.nav-in{max-width:1140px;margin:0 auto;width:100%;padding:0 24px;justify-content:space-between}.logo-img{height:38px;width:auto}.back{font-size:14px;font-weight:600;color:var(--ink-2);display:inline-flex;align-items:center;gap:6px;transition:color .25s}.back:hover,.eyebrow{color:var(--orange-3)}.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;margin-bottom:18px}.eyebrow:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--grad)}.legal{padding:74px 0 90px}.legal h1{font-size:clamp(34px,5.4vw,54px);font-weight:800;letter-spacing:-.035em;line-height:1.04}.upd{color:var(--ink-3);font-size:14px;margin-top:14px;font-weight:600}.intro{margin-top:26px;font-size:17px;color:var(--ink-2)}.card{background:var(--bg-2);border:1px solid var(--line);border-radius:18px;padding:24px 26px;margin:34px 0 8px}.card p{margin:0 0 4px;color:var(--ink);font-weight:500}.card p strong{font-weight:800}.legal-body{margin-top:30px}.legal-body h2{font-size:20px;font-weight:800;letter-spacing:-.01em;margin:40px 0 12px;color:var(--ink)}.legal-body p{color:var(--ink-2);margin-bottom:14px}.legal-body ul{margin:0 0 16px 22px;color:var(--ink-2)}.legal-body li{margin-bottom:8px}.legal-body a{color:var(--orange-3);font-weight:600}.legal-body strong{color:var(--ink);font-weight:700}footer{background:var(--dark);color:#fff;padding:70px 0 34px;margin-top:30px}footer .wrap{max-width:1140px}.foot-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.1fr;grid-gap:40px;gap:40px;padding-bottom:44px;border-bottom:1px solid rgba(255,255,255,.1)}.foot-brand .logo{display:inline-flex;align-items:center;margin-bottom:16px}.foot-brand .logo-img{height:38px;filter:brightness(0) invert(1)}.foot-brand p{color:rgba(255,255,255,.55);font-size:14px;max-width:280px;line-height:1.6}.foot-social{margin-top:20px;display:flex;gap:10px}.foot-social a{width:36px;height:36px;border-radius:9px;background:rgba(255,255,255,.08);display:grid;place-items:center;transition:.3s}.foot-social a:hover{background:var(--grad)}.foot-social svg{width:16px;height:16px;stroke:#fff}.foot-col h5{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:rgba(255,255,255,.5);font-weight:800;margin-bottom:16px}.foot-col a,.foot-col span{display:block;color:rgba(255,255,255,.78);font-size:14px;margin-bottom:11px;transition:color .25s}.foot-col a:hover{color:var(--orange-1)}.foot-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:28px;flex-wrap:wrap;gap:12px}.foot-bottom p{color:rgba(255,255,255,.45);font-size:13px}.foot-bottom .links{display:flex;gap:22px}.foot-bottom .links a{color:rgba(255,255,255,.55);font-size:13px}@media(max-width:1000px){.foot-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.legal{padding:52px 0 66px}.foot-grid{grid-template-columns:1fr}}