*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{--yellow:#FFAA00;--yellow-light:#FFD166;--white:#FFFFFF;--dark:#1A0533;--dark2:#250844}
html{scroll-behavior:smooth}
body{font-family:'DM Sans',sans-serif;background:var(--dark);color:var(--white);line-height:1.7;min-height:100vh;display:flex;flex-direction:column}
nav{padding:14px 48px;display:flex;align-items:center;border-bottom:1px solid rgba(255,255,255,0.08)}
.nav-logo img{height:44px;width:auto;display:block}
main{flex:1;max-width:760px;width:100%;margin:0 auto;padding:80px 24px 100px}
.tag{display:inline-block;font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--yellow);margin-bottom:14px}
h1{font-family:'Nunito',sans-serif;font-size:clamp(32px,6vw,52px);font-weight:900;letter-spacing:-1px;margin-bottom:24px;line-height:1.1}
.placeholder{background:var(--dark2);border:1px dashed rgba(255,255,255,0.2);border-radius:16px;padding:28px 24px;color:rgba(255,255,255,0.6);font-size:16px;margin-bottom:32px}
.contacts{font-size:15px;color:rgba(255,255,255,0.7)}
.contacts a{color:var(--yellow-light);text-decoration:none}
.updated{font-size:14px;color:rgba(255,255,255,0.45);margin-bottom:36px}
main h2{font-family:'Nunito',sans-serif;font-weight:800;font-size:22px;margin:36px 0 12px;letter-spacing:-.3px}
main h3{font-family:'Nunito',sans-serif;font-weight:700;font-size:17px;margin:22px 0 8px;color:var(--yellow-light)}
main p{margin-bottom:14px;color:rgba(255,255,255,0.82)}
main ul{margin:0 0 16px;padding-left:20px;display:flex;flex-direction:column;gap:8px}
main li{color:rgba(255,255,255,0.82)}
main a{color:var(--yellow-light)}
main strong{color:#fff;font-weight:700}
.back{display:inline-flex;align-items:center;gap:8px;margin-top:40px;font-family:'Nunito',sans-serif;font-weight:800;font-size:15px;color:var(--dark);background:var(--yellow);padding:12px 26px;border-radius:100px;text-decoration:none;transition:background .2s}
.back:hover{background:var(--yellow-light)}
footer{padding:32px 48px;border-top:1px solid rgba(255,255,255,0.06);font-size:13px;color:rgba(255,255,255,0.5);display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px}
footer a{color:rgba(255,255,255,0.5);text-decoration:none}
@media(max-width:600px){nav,footer{padding-left:20px;padding-right:20px}main{padding-top:56px}}
.footer-cookies{background:none;border:none;padding:0;font:inherit;font-size:13px;color:rgba(255,255,255,0.5);text-decoration:underline;cursor:pointer}
.footer-cookies:hover{color:var(--white)}
.cookie-bar{position:fixed;left:0;right:0;bottom:0;z-index:200;background:rgba(37,8,68,0.98);backdrop-filter:blur(18px);border-top:1px solid rgba(255,255,255,0.12);box-shadow:0 -12px 40px rgba(0,0,0,0.45);padding:20px 24px;animation:cookieUp .35s ease}
@keyframes cookieUp{from{transform:translateY(100%)}to{transform:translateY(0)}}
.cookie-inner{max-width:1180px;margin:0 auto;display:flex;flex-direction:column;gap:16px}
.cookie-text strong{font-family:'Nunito',sans-serif;font-weight:800;font-size:16px;display:block;margin-bottom:4px}
.cookie-text p{font-size:13px;color:rgba(255,255,255,0.68);line-height:1.6;max-width:820px}
.cookie-text a{color:var(--yellow-light);text-decoration:underline}
.cookie-cats{display:flex;flex-direction:column;gap:12px;border-top:1px solid rgba(255,255,255,0.1);padding-top:14px}
.cookie-cats[hidden]{display:none}
.cookie-cat{display:flex;align-items:center;justify-content:space-between;gap:16px;cursor:pointer}
.cookie-cat>span{display:flex;flex-direction:column;gap:2px}
.cookie-cat strong{font-size:14px;font-weight:700}
.cookie-cat em{font-style:normal;font-size:12px;color:rgba(255,255,255,0.5)}
.cookie-cat input{width:18px;height:18px;accent-color:var(--yellow);flex-shrink:0;cursor:pointer}
.cookie-cat input:disabled{opacity:.5;cursor:not-allowed}
.cookie-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center;justify-content:flex-end}
.cookie-btn{font-family:'Nunito',sans-serif;font-weight:800;font-size:14px;padding:11px 22px;border-radius:100px;border:none;cursor:pointer;transition:background .2s,border-color .2s}
.cookie-settings-toggle{background:none;border:1px solid rgba(255,255,255,0.25);color:var(--white);margin-right:auto}
.cookie-settings-toggle:hover{border-color:rgba(255,255,255,0.5)}
.cookie-reject{background:rgba(255,255,255,0.1);color:var(--white)}
.cookie-reject:hover{background:rgba(255,255,255,0.18)}
.cookie-accept,.cookie-save{background:var(--yellow);color:var(--dark);box-shadow:0 4px 18px rgba(255,170,0,0.3)}
.cookie-accept:hover,.cookie-save:hover{background:var(--yellow-light)}
.cookie-btn:focus-visible{outline:2px solid var(--yellow);outline-offset:2px}
@media(max-width:600px){.cookie-actions{gap:8px}.cookie-btn{flex:1 1 auto;text-align:center}.cookie-settings-toggle{flex-basis:100%;margin-right:0;order:3}}
@media(prefers-reduced-motion:reduce){.cookie-bar{animation:none}}
