:root { color-scheme: dark; }
html { scroll-behavior: smooth; }
body { min-height: 100vh; }
.loader-overlay { display: none !important; }
img { max-width: 100%; height: auto; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 10000; top: 12px; left: 12px; transform: translateY(-150%); padding: 10px 14px; border-radius: 8px; background: #fff; color: #111; }
.skip-link:focus { transform: translateY(0); }
.site-name { font-size: 24px; line-height: 1; font-weight: 800; }
.site-tagline { font-size: 15px; }
.public-nav { display: flex; gap: 18px; align-items: center; margin-left: auto; }
.public-nav a, footer a, .text-link { color: inherit; text-decoration: none; }
.public-nav a:hover, footer a:hover, .text-link:hover { color: #ffd84d; }
.seo-hero { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr); gap: 34px; align-items: center; margin: 34px 0 54px; padding: 30px; border: 1px solid rgba(255,255,255,.12); border-radius: 28px; background: linear-gradient(135deg, rgba(255,207,32,.12), rgba(18,18,22,.85)); overflow: hidden; }
.seo-hero h1 { margin: 5px 0 16px; font-size: clamp(2rem, 5vw, 4.4rem); line-height: .98; }
.seo-hero p:not(.eyebrow) { max-width: 58ch; font-size: 1.08rem; line-height: 1.7; }
.seo-hero img { width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: 20px; }
.eyebrow { margin: 0; color: #ffd84d; font-weight: 800; letter-spacing: .14em; font-size: .78rem; }
.section-heading { display: flex; justify-content: space-between; gap: 28px; align-items: end; margin-bottom: 20px; }
.section-heading h2 { margin: 4px 0 0; }
.section-heading > p { max-width: 50ch; }
.static-catalog { margin-bottom: 48px; }
.app-card-static { display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: start; }
.app-card-static h3 { margin-top: 0; }
.icon-fallback { display: grid; place-items: center; font-weight: 900; background: linear-gradient(135deg, #ffd84d, #e79300); color: #181818; }
.legal-page, .content-page { max-width: 900px; margin: 42px auto 70px; }
.legal-page h1, .content-page h1 { font-size: clamp(2rem, 5vw, 3.5rem); }
.legal-page h2, .content-page h2 { margin-top: 34px; }
.legal-page p, .legal-page li, .content-page p { line-height: 1.75; }
.page-meta { color: #a9a9b2; }
.breadcrumbs { margin: 24px 0; }
.download-noscript { display: inline-flex; margin-top: 14px; }
footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; margin-bottom: 12px; }
.cookie-banner { position: fixed; z-index: 9999; right: 18px; bottom: 18px; width: min(440px, calc(100vw - 36px)); padding: 20px; border: 1px solid #b9dcf7; border-radius: 18px; background: #f8fcff; color: #14324a; box-shadow: none; }
.cookie-banner p { margin: 0 0 14px; line-height: 1.55; color: #14324a; }
.cookie-banner strong { color: #075b9a; }
.cookie-banner a { color: #0879c9; font-weight: 700; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.cookie-actions button { cursor: pointer; border: 1px solid #168bd2; background: #168bd2; color: #fff; box-shadow: none !important; text-shadow: none; }
.cookie-actions .btn-ghost { background: #fff; color: #126ba8; }
.cookie-actions button:hover { transform: none; filter: none; box-shadow: none !important; }
@media (max-width: 980px) { .public-nav { order: 3; width: 100%; justify-content: center; } .seo-hero { grid-template-columns: 1fr; } }
@media (max-width: 700px) { .site-tagline { display: none; } .section-heading { display: block; } .seo-hero { padding: 18px; border-radius: 20px; } .app-card-static { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
