:root {
    --bg: #050816;
    --bg-soft: #0c1227;
    --panel: rgba(8, 14, 33, 0.88);
    --panel-strong: rgba(9, 14, 31, 0.96);
    --text: #f4f7ff;
    --muted: #9ca8c7;
    --line: rgba(255, 255, 255, 0.08);
    --line-strong: rgba(77, 255, 143, 0.28);
    --accent: #4dff8f;
    --accent-soft: rgba(77, 255, 143, 0.16);
    --accent-alt: #ff526e;
    --accent-cyan: #42d8ff;
    --shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
    --radius-lg: 28px;
    --radius-md: 20px;
    --radius-sm: 14px;
    --container: min(1180px, calc(100vw - 32px));
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Space Grotesk", system-ui, sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at 10% 10%, rgba(255, 82, 110, 0.16), transparent 28%),
        radial-gradient(circle at 85% 18%, rgba(66, 216, 255, 0.14), transparent 26%),
        linear-gradient(180deg, #040713 0%, #060b1a 50%, #050816 100%);
    min-height: 100vh;
    overflow-x: hidden;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    background:
        linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.85), transparent 92%);
    pointer-events: none;
    z-index: -2;
}

body::after {
    content: "";
    position: fixed;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 38%, rgba(77, 255, 143, 0.03));
    pointer-events: none;
    z-index: -1;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
select,
textarea {
    font: inherit;
}

.container {
    width: var(--container);
    margin: 0 auto;
}

.skip-link,
.sr-only {
    position: absolute;
}

.is-hidden {
    display: none !important;
}

.skip-link {
    left: 16px;
    top: -100px;
    z-index: 100;
    padding: 12px 16px;
    border-radius: 999px;
    background: var(--accent);
    color: #02100a;
    font-weight: 700;
}

.skip-link:focus {
    top: 16px;
}

.sr-only {
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.site-header-shell {
    position: sticky;
    top: 0;
    z-index: 300;
}

.site-shell {
    position: relative;
    isolation: isolate;
}

.site-shell > main,
.site-shell > .site-footer {
    position: relative;
    z-index: 1;
}

.fire-scene {
    position: fixed;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.fire-glow,
.fire-ridge,
.embers-layer {
    position: absolute;
    pointer-events: none;
}

.fire-glow {
    bottom: -18vh;
    width: 48vw;
    height: 48vw;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.45;
    mix-blend-mode: screen;
}

.fire-glow-left {
    left: -12vw;
    background:
        radial-gradient(circle, rgba(255, 203, 91, 0.34) 0%, rgba(255, 128, 20, 0.38) 28%, rgba(255, 69, 0, 0.2) 56%, transparent 76%);
    animation: flamePulse 8s ease-in-out infinite;
}

.fire-glow-right {
    right: -14vw;
    background:
        radial-gradient(circle, rgba(255, 188, 74, 0.24) 0%, rgba(255, 102, 22, 0.28) 34%, rgba(255, 61, 0, 0.12) 58%, transparent 76%);
    animation: flamePulse 10s ease-in-out infinite reverse;
}

.fire-ridge {
    left: -10%;
    right: -10%;
    bottom: -12vh;
    height: 38vh;
    opacity: 0.92;
    filter: blur(14px) saturate(1.14);animation: fireDrift 14s ease-in-out infinite alternate;
}

.fire-ridge::before,
.fire-ridge::after {
    content: "";
    position: absolute;
    inset: 0;
}

.fire-ridge::before {
    background:
        radial-gradient(ellipse at 12% 100%, rgba(255, 218, 140, 0.14) 0%, rgba(255, 145, 41, 0.18) 22%, rgba(255, 72, 0, 0) 44%),
        radial-gradient(ellipse at 28% 100%, rgba(255, 194, 91, 0.12) 0%, rgba(255, 104, 26, 0.18) 18%, rgba(255, 72, 0, 0) 42%),
        radial-gradient(ellipse at 46% 100%, rgba(255, 221, 146, 0.14) 0%, rgba(255, 120, 30, 0.16) 22%, rgba(255, 72, 0, 0) 44%),
        radial-gradient(ellipse at 67% 100%, rgba(255, 200, 109, 0.12) 0%, rgba(255, 96, 21, 0.16) 20%, rgba(255, 72, 0, 0) 42%),
        radial-gradient(ellipse at 84% 100%, rgba(255, 210, 128, 0.12) 0%, rgba(255, 112, 24, 0.16) 20%, rgba(255, 72, 0, 0) 42%);
    animation: fireLick 11s ease-in-out infinite;
}

.fire-ridge::after {
    inset: 16% 6% -2%;
    background:
        linear-gradient(0deg, rgba(255, 78, 0, 0.16), rgba(255, 78, 0, 0) 72%),
        radial-gradient(circle at 30% 100%, rgba(255, 161, 53, 0.18) 0%, transparent 42%),
        radial-gradient(circle at 72% 100%, rgba(255, 124, 34, 0.16) 0%, transparent 38%);
    filter: blur(26px);
    animation: flameBreath 9s ease-in-out infinite;
}

.embers-layer {
    inset: -8% 0 0;
    overflow: hidden;
    opacity: 0.88;
    mix-blend-mode: screen;
}

.embers-layer span {
    position: absolute;
    left: var(--x);
    bottom: -12vh;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    opacity: 0;
    background:
        radial-gradient(circle, rgba(255, 243, 209, 0.98) 0%, rgba(255, 193, 94, 0.9) 28%, rgba(255, 108, 32, 0.88) 52%, rgba(255, 70, 0, 0) 74%);
    box-shadow:
        0 0 10px rgba(255, 170, 59, 0.4),
        0 0 24px rgba(255, 89, 0, 0.22);
    filter: blur(0.2px);
    animation: emberRise var(--duration) linear infinite;
    animation-delay: var(--delay);
}

.site-header {
    position: relative;
    z-index: 305;
    overflow: visible;
    isolation: isolate;
    backdrop-filter: blur(18px);
    background: rgba(4, 7, 19, 0.78);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 84px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

.brand-logo {
    width: 52px;
    height: 52px;
    display: block;
    flex: 0 0 52px;
    border-radius: 14px;
    object-fit: cover;
    background: rgba(8, 15, 34, 0.92);
    border: 1px solid rgba(77, 255, 143, 0.45);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.03), 0 0 28px rgba(77, 255, 143, 0.16);
}

.brand-text {
    display: grid;
    gap: 4px;
}

.brand-text strong {
    font-family: "Orbitron", sans-serif;
    font-size: 1rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.brand-text small {
    color: var(--muted);
    font-size: 0.72rem;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.site-nav,
.site-nav-desktop {
    display: flex;
    align-items: center;
    gap: 22px;
}

.site-nav a,
.site-nav-desktop a,
.site-nav-mobile a {
    position: relative;
    color: var(--muted);
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: color 0.2s ease;
}

.site-nav a::after,
.site-nav-desktop a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, var(--accent), var(--accent-alt));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.2s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav-desktop a:hover,
.site-nav-desktop a:focus-visible,
.site-nav-mobile a:hover,
.site-nav-mobile a:focus-visible {
    color: var(--text);
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.site-nav-desktop a:hover::after,
.site-nav-desktop a:focus-visible::after {
    transform: scaleX(1);
}

.nav-link-ghost {
    padding: 12px 18px;
    border-radius: 999px;
    border: 1px solid rgba(77, 255, 143, 0.24);
    background: rgba(255, 255, 255, 0.02);
}

.nav-link-ghost::after {
    display: none;
}

.mobile-nav-backdrop,
.site-nav-mobile {
    display: none;
}

.mobile-nav-close {
    display: none;
}

.nav-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 1px solid rgba(77, 255, 143, 0.3);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
    color: var(--text);
}

.nav-toggle span:not(.sr-only) {
    width: 22px;
    height: 2px;
    background: currentColor;
    border-radius: 999px;
    transform-origin: center;
    transition: transform 0.24s ease, opacity 0.18s ease, background-color 0.24s ease;
}

.nav-toggle[aria-expanded="true"] {
    background: rgba(77, 255, 143, 0.08);
    border-color: rgba(77, 255, 143, 0.42);
}

.nav-toggle[aria-expanded="true"] span:nth-child(1):not(.sr-only) {
    transform: translateY(7px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2):not(.sr-only) {
    opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(3):not(.sr-only) {
    transform: translateY(-7px) rotate(-45deg);
}

section {
    padding: 96px 0;
}

.hero-section {
    padding-top: 72px;
    position: relative;
}

.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 0% 50%, rgba(255, 82, 110, 0.12), transparent 38%),
        radial-gradient(circle at 100% 18%, rgba(77, 255, 143, 0.08), transparent 34%);
    pointer-events: none;
}

.hero-grid,
.safety-layout,
.contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
    gap: 32px;
    align-items: center;
}

.hero-copy h1,
.legal-hero h1 {
    margin: 0;
    font-family: "Orbitron", sans-serif;
    font-size: clamp(2.6rem, 6vw, 4rem);
    line-height: 0.94;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    max-width: 12ch;
}

.hero-lead,
.section-heading p,
.panel-copy p,
.safety-copy p,
.contact-panel p,
.legal-hero p,
.legal-card p {
    color: var(--muted);
    line-height: 1.8;
    font-size: 1.02rem;
}

.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    padding: 10px 16px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(77, 255, 143, 0.22), rgba(66, 216, 255, 0.12));
    border: 1px solid rgba(77, 255, 143, 0.28);
    color: #dfffe8;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.hero-actions,
.hero-metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.hero-actions {
    margin: 32px 0 28px;
}

.button-primary,
.button-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 22px;
    border-radius: 16px;
    border: 1px solid transparent;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.button-primary {
    background: linear-gradient(90deg, var(--accent), #79ffb2);
    color: #02110b;
    box-shadow: 0 16px 32px rgba(77, 255, 143, 0.2);
}

.button-secondary {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.1);
    color: var(--text);
}

.button-primary:hover,
.button-primary:focus-visible,
.button-secondary:hover,
.button-secondary:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.button-primary:disabled {
    cursor: wait;
    opacity: 0.72;
    transform: none;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.metric-pill,
.info-card,
.platform-card,
.advantage-card,
.review-card,
.aside-card,
.legal-card {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(14, 22, 44, 0.98), rgba(7, 12, 28, 0.94));
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow);
}

.metric-pill {
    min-width: 170px;
    padding: 18px 20px;
}

.metric-pill strong {
    display: block;
    margin-bottom: 8px;
    font-family: "Orbitron", sans-serif;
    font-size: 1.2rem;
    color: var(--accent);
}

.metric-pill span {
    color: var(--muted);
    font-size: 0.95rem;
}

.frame-shell {
    position: relative;
    padding: 14px;
    background: linear-gradient(145deg, rgba(255, 82, 110, 0.18), rgba(66, 216, 255, 0.12) 35%, rgba(77, 255, 143, 0.18));
    border-radius: 30px;
    box-shadow: 0 26px 80px rgba(0, 0, 0, 0.5);
    animation: float-frame 7s ease-in-out infinite;
}

.frame-shell::before,
.frame-shell::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.frame-shell::before {
    inset: 10px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.09);
}

.frame-shell::after {
    inset: 0;
    border-radius: 30px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 0 48px rgba(77, 255, 143, 0.12);
}

.frame-shell img,
.panel-media img,
.safety-media img,
.contact-aside > img,
.legal-media img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    filter: saturate(1.06) contrast(1.03);
}

.hero-art {
    aspect-ratio: 16 / 9;
    object-position: center center;
}

.portrait-art {
    aspect-ratio: 4 / 5;
    object-position: center center;
}

.square-art {
    aspect-ratio: 1 / 1;
    object-position: center center;
}

.wide-art {
    aspect-ratio: 16 / 10;
    object-position: center center;
}

.contact-art {
    aspect-ratio: 4 / 3;
    object-position: center center;
}

.overlay-badges {
    position: absolute;
    right: 24px;
    bottom: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.overlay-badges span {
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(5, 8, 22, 0.76);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #ecf4ff;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.hero-marquee {
    --marquee-gap: 20px;
    overflow: hidden;
    margin-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.02);
}

.hero-marquee-track {
    display: flex;
    gap: var(--marquee-gap);
    width: max-content;
    padding: 16px 0;
    will-change: transform;
    animation: marquee var(--marquee-duration, 32s) linear infinite;
}

.hero-marquee-group {
    display: flex;
    align-items: center;
    gap: var(--marquee-gap);
    width: max-content;
    flex: 0 0 auto;
}

.hero-marquee-track span {
    flex: 0 0 auto;
    white-space: nowrap;
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid rgba(77, 255, 143, 0.18);
    color: var(--muted);
    background: rgba(255, 255, 255, 0.02);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.78rem;
    font-weight: 700;
}

.section-heading {
    max-width: 780px;
    margin-bottom: 34px;
}

.section-heading h2,
.panel-copy h2,
.safety-copy h2,
.contact-panel h2,
.legal-card h2 {
    margin: 0 0 18px;
    font-family: "Orbitron", sans-serif;
    font-size: clamp(1.7rem, 4vw, 3rem);
    line-height: 1.02;
    letter-spacing: -0.03em;
    text-transform: uppercase;
}

.info-grid,
.ranking-grid,
.advantage-grid,
.review-grid,
.footer-grid,
.legal-grid {
    display: grid;
    gap: 20px;
}

.info-grid,
.advantage-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ranking-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.footer-grid {
    grid-template-columns: 1.4fr repeat(3, 1fr);
}

.legal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.info-card,
.advantage-card,
.review-card,
.legal-card {
    padding: 28px;
}

.info-card::before,
.platform-card::before,
.advantage-card::before,
.review-card::before,
.aside-card::before,
.legal-card::before {
    content: "";
    position: absolute;
    inset: auto -40% -60% auto;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(77, 255, 143, 0.18), transparent 65%);
    pointer-events: none;
}

.info-card h3,
.advantage-card h3,
.review-card h3,
.aside-card h3,
.footer-column h3 {
    margin: 0 0 14px;
    font-family: "Orbitron", sans-serif;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.info-card p,
.advantage-card p,
.review-card p,
.platform-card p,
.aside-card p,
.footer-column p,
.footer-brand p,
.legal-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.75;
}

.platform-card {
    display: grid;
    gap: 18px;
    padding: 16px 16px 18px;
    min-height: 100%;
}

.platform-media {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    min-height: 210px;
    background: linear-gradient(180deg, rgba(14, 22, 44, 0.94), rgba(7, 12, 28, 0.96));
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.platform-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(4, 7, 19, 0.08) 0%, rgba(4, 7, 19, 0.18) 55%, rgba(4, 7, 19, 0.88) 100%),
        linear-gradient(135deg, rgba(77, 255, 143, 0.16), transparent 38%, rgba(66, 216, 255, 0.08) 78%, rgba(255, 82, 110, 0.12));
    pointer-events: none;
}

.platform-cover {
    width: 100%;
    height: 100%;
    min-height: 210px;
    display: block;
    object-fit: cover;
    transform: scale(1.01);
    transition: transform 0.35s ease;
}

.platform-card:hover .platform-cover,
.platform-card:focus-within .platform-cover {
    transform: scale(1.045);
}

.cover-war-thunder {
    object-position: center 34%;
}

.cover-hero-wars {
    object-position: center 32%;
}

.cover-elvenar {
    object-position: center center;
}

.cover-darkorbit {
    object-position: center 24%;
}

.cover-avalon {
    object-position: center 26%;
}

.cover-heroesgame {
    object-position: center 30%;
}

.cover-galaxi {
    object-position: center center;
}

.cover-lilith {
    object-position: center 28%;
}

.platform-card h3 {
    margin: 0;
    font-family: "Orbitron", sans-serif;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.rank-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(77, 255, 143, 0.24), rgba(255, 82, 110, 0.16));
    border: 1px solid rgba(77, 255, 143, 0.3);
    color: var(--accent);
    font-family: "Orbitron", sans-serif;
    font-size: 1rem;
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 1;
    backdrop-filter: blur(10px);
}

.card-tags,
.content-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.card-tags li,
.content-list li {
    color: #d9e2ff;
}

.card-tags li {
    padding: 9px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 0.8rem;
}

.content-list {
    display: grid;
    gap: 10px;
    margin-top: 24px;
}

.content-list li {
    position: relative;
    padding-left: 22px;
    line-height: 1.7;
}

.content-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent), var(--accent-alt));
}

.platform-card a {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 56px;
    padding: 14px 18px;
    border-radius: 16px;
    border: 1px solid rgba(77, 255, 143, 0.24);
    background:
        linear-gradient(135deg, rgba(77, 255, 143, 0.14), rgba(66, 216, 255, 0.08) 55%, rgba(255, 255, 255, 0.02)),
        rgba(255, 255, 255, 0.02);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.07),
        inset 0 0 0 1px rgba(255, 255, 255, 0.03),
        0 14px 30px rgba(0, 0, 0, 0.24);
    color: var(--text);
    font-weight: 700;
    font-size: 0.92rem;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.platform-card a:hover,
.platform-card a:focus-visible {
    color: #03110a;
    background: linear-gradient(135deg, #79ffb2, var(--accent) 52%, #42d8ff 120%);
    border-color: rgba(121, 255, 178, 0.75);
    box-shadow:
        0 18px 34px rgba(77, 255, 143, 0.22),
        0 0 0 1px rgba(255, 255, 255, 0.06);
    transform: translateY(-2px);
}

.comparison-table {
    overflow-x: auto;
    border-radius: 24px;
    border: 1px solid var(--line);
    background: rgba(9, 14, 31, 0.9);
    box-shadow: var(--shadow);
}

.comparison-table table {
    width: 100%;
    border-collapse: collapse;
    min-width: 760px;
}

.comparison-table th,
.comparison-table td {
    padding: 18px 22px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.comparison-table th {
    color: var(--text);
    font-family: "Orbitron", sans-serif;
    font-size: 0.86rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.02);
}

.comparison-table td {
    color: var(--muted);
    vertical-align: top;
}

.review-card:nth-child(3n + 1) {
    border-color: rgba(77, 255, 143, 0.18);
}

.review-card:nth-child(3n + 2) {
    border-color: rgba(66, 216, 255, 0.18);
}

.review-card:nth-child(3n + 3) {
    border-color: rgba(255, 82, 110, 0.18);
}

.trust-grid {
    display: grid;
    gap: 28px;
}

.media-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
    gap: 26px;
    padding: 28px;
    align-items: center;
    background: linear-gradient(180deg, rgba(10, 16, 36, 0.95), rgba(7, 12, 28, 0.92));
    border: 1px solid var(--line);
    border-radius: 28px;
    box-shadow: var(--shadow);
}

.media-panel.reverse {
    grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
}

.score-breakdown {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    margin-top: 24px;
}

.score-breakdown div {
    padding: 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.score-breakdown strong {
    display: block;
    margin-bottom: 10px;
    color: var(--accent);
    font-family: "Orbitron", sans-serif;
    font-size: 1.04rem;
}

.score-breakdown span {
    color: var(--muted);
    font-size: 0.92rem;
    line-height: 1.55;
}

.safety-points {
    display: grid;
    gap: 16px;
    margin-top: 26px;
}

.safety-points article {
    padding: 20px 22px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.safety-points h3,
.contact-panel h2,
.legal-card h2 {
    font-size: 1.2rem;
}

.safety-points h3 {
    margin: 0 0 12px;
    font-family: "Orbitron", sans-serif;
    text-transform: uppercase;
}

.safety-points p {
    margin: 0;
}

.faq-grid {
    display: grid;
    gap: 16px;
}

.faq-grid details {
    padding: 24px;
    border-radius: 18px;
    background: rgba(9, 14, 31, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow);
}

.faq-grid summary {
    cursor: pointer;
    list-style: none;
    font-family: "Orbitron", sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.faq-grid summary::-webkit-details-marker {
    display: none;
}

.faq-grid details p {
    margin: 16px 0 0;
    color: var(--muted);
    line-height: 1.75;
}

.contact-panel,
.contact-aside {
    position: relative;
}

.contact-panel {
    padding: 30px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(9, 15, 34, 0.96), rgba(7, 12, 28, 0.94));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow);
}

.contact-aside {
    display: grid;
    gap: 18px;
}

.aside-card {
    padding: 22px;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.contact-form {
    display: grid;
    gap: 18px;
    margin-top: 28px;
}

.form-field {
    display: grid;
    gap: 10px;
}

.form-field span {
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.form-field input,
.form-field select,
.form-field textarea {
    width: 100%;
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.03);
    color: var(--text);
    outline: none;
    color-scheme: dark;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-field select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.03)),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23f4f7ff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat, no-repeat;
    background-position: 0 0, right 16px center;
    background-size: auto, 18px 18px;
    padding-right: 52px;
}

.form-field select option {
    background: #091126;
    color: #f4f7ff;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
    border-color: rgba(77, 255, 143, 0.45);
    box-shadow: 0 0 0 4px rgba(77, 255, 143, 0.12);
}

.form-field input[aria-invalid="true"],
.form-field select[aria-invalid="true"],
.form-field textarea[aria-invalid="true"] {
    border-color: rgba(255, 82, 110, 0.42);
    box-shadow: 0 0 0 4px rgba(255, 82, 110, 0.1);
}

.form-field small,
.checkbox-error {
    color: #ff95a8;
    line-height: 1.5;
}

.form-field small[hidden],
.checkbox-error[hidden] {
    display: none;
}

.form-field textarea {
    resize: vertical;
    min-height: 180px;
}

.checkbox-field {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: var(--muted);
    line-height: 1.7;
}

.checkbox-field input {
    margin-top: 4px;
}

.checkbox-field.is-invalid {
    color: #ffd0d8;
}

.checkbox-field.is-invalid input {
    outline: 2px solid rgba(255, 82, 110, 0.32);
    outline-offset: 2px;
}

.checkbox-field a {
    color: var(--accent);
}

.honeypot {
    display: none;
}

.form-notice {
    margin-top: 24px;
    padding: 16px 18px;
    border-radius: 16px;
    font-weight: 700;
}

.form-notice.success {
    background: rgba(77, 255, 143, 0.12);
    border: 1px solid rgba(77, 255, 143, 0.28);
    color: #dfffe8;
}

.form-notice.error {
    background: rgba(255, 82, 110, 0.1);
    border: 1px solid rgba(255, 82, 110, 0.22);
    color: #ffc0cb;
}

.site-footer {
    padding-top: 24px;
    background: rgba(2, 5, 14, 0.9);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-grid {
    padding: 0 0 34px;
}

.footer-column,
.footer-brand {
    display: grid;
    gap: 14px;
}

.footer-column a {
    color: var(--muted);
    transition: color 0.2s ease;
}

.footer-column a:hover,
.footer-column a:focus-visible {
    color: var(--accent);
}

.footer-bottom {
    padding: 18px 0 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-bottom p {
    margin: 0;
    color: var(--muted);
}

.legal-hero {
    padding-top: 68px;
}

.legal-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
    gap: 28px;
    align-items: center;
}

.legal-meta {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--muted);
}

.legal-content {
    padding-top: 24px;
}

.js [data-reveal] {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.js [data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(var(--marquee-shift, 50%) * -1));
    }
}

@keyframes float-frame {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes flamePulse {
    0%,
    100% {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 0.38;
    }
    50% {
        transform: translate3d(0, -2vh, 0) scale(1.08);
        opacity: 0.52;
    }
}

@keyframes fireDrift {
    0% {
        transform: translate3d(-1.5%, 0, 0) scaleY(1);
    }
    50% {
        transform: translate3d(0, -1vh, 0) scaleY(1.06);
    }
    100% {
        transform: translate3d(1.5%, 0, 0) scaleY(0.98);
    }
}

@keyframes fireLick {
    0%,
    100% {
        transform: translateY(0) scaleX(1);
        opacity: 0.74;
    }
    50% {
        transform: translateY(-1.2vh) scaleX(1.04);
        opacity: 0.92;
    }
}

@keyframes flameBreath {
    0%,
    100% {
        transform: scaleX(1) translateY(0);
        opacity: 0.5;
    }
    50% {
        transform: scaleX(1.05) translateY(-0.8vh);
        opacity: 0.78;
    }
}

@keyframes emberRise {
    0% {
        transform: translate3d(0, 0, 0) scale(0.58);
        opacity: 0;
    }
    12% {
        opacity: 0.95;
    }
    55% {
        opacity: 0.72;
    }
    100% {
        transform: translate3d(var(--drift), -112vh, 0) scale(1.08);
        opacity: 0;
    }
}

@media (max-width: 1140px) {
    .ranking-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .info-grid,
    .advantage-grid,
    .footer-grid,
    .score-breakdown {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .media-panel,
    .media-panel.reverse,
    .legal-hero-grid,
    .hero-grid,
    .safety-layout,
    .contact-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 860px) {
    section {
        padding: 80px 0;
    }

    .site-nav-desktop {
        display: none;
    }

    .mobile-nav-backdrop {
        position: fixed;
        inset: 0;
        display: block;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        background: rgba(2, 6, 16, 0.74);
        backdrop-filter: blur(4px);
        transition: opacity 0.24s ease, visibility 0.24s ease;
        z-index: 320;
    }

    .site-nav-mobile {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: min(360px, 88vw);
        z-index: 330;
        max-height: 100vh;
        overflow-y: auto;
        padding: 20px 16px 24px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        background:
            linear-gradient(180deg, rgba(4, 7, 19, 0.985), rgba(3, 6, 16, 0.99)),
            radial-gradient(circle at top center, rgba(77, 255, 143, 0.08), transparent 28%);
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.04),
            -24px 0 80px rgba(0, 0, 0, 0.54);
        backdrop-filter: blur(18px);
        transform: translateX(108%);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: transform 0.28s ease, opacity 0.2s ease, visibility 0.2s ease;
    }

    .mobile-nav-close {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        align-self: flex-end;
        position: relative;
        width: 52px;
        height: 52px;
        margin-bottom: 6px;
        padding: 0;
        border: 1px solid rgba(77, 255, 143, 0.24);
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.03);
        color: var(--text);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    }

    .mobile-nav-close span {
        position: absolute;
        width: 22px;
        height: 2px;
        border-radius: 999px;
        background: currentColor;
    }

    .mobile-nav-close span:first-child {
        transform: rotate(45deg);
    }

    .mobile-nav-close span:last-child {
        transform: rotate(-45deg);
    }

    .mobile-nav-close:hover,
    .mobile-nav-close:focus-visible {
        background: rgba(77, 255, 143, 0.08);
        border-color: rgba(77, 255, 143, 0.42);
    }

    body.nav-open .mobile-nav-backdrop {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    body.nav-open .site-nav-mobile {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .site-nav-mobile a {
        display: flex;
        align-items: center;
        min-height: 58px;
        padding: 16px 18px;
        border-radius: 18px;
        background: linear-gradient(180deg, rgba(8, 17, 39, 0.96), rgba(6, 11, 26, 0.94));
        border: 1px solid rgba(255, 255, 255, 0.06);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    }

    .site-nav-mobile a:hover,
    .site-nav-mobile a:focus-visible {
        background: linear-gradient(180deg, rgba(16, 32, 68, 0.98), rgba(8, 17, 39, 0.96));
        border-color: rgba(77, 255, 143, 0.2);
    }

    .site-nav-mobile a::after {
        display: none;
    }

    .nav-toggle {
        display: inline-flex;
        position: relative;
        z-index: 340;
    }

    body.nav-open {
        overflow: hidden;
    }

    .review-grid,
    .legal-grid,
    .info-grid,
    .advantage-grid,
    .score-breakdown,
    .footer-grid,
    .form-grid {
        grid-template-columns: 1fr;
    }

    .header-row {
        min-height: 78px;
        position: relative;
        z-index: 341;
    }

    .overlay-badges {
        position: static;
        margin-top: 14px;
        justify-content: flex-start;
    }
}

@media (max-width: 620px) {
    :root {
        --container: min(1180px, calc(100vw - 20px));
    }

    .hero-section {
        padding-top: 48px;
    }

    .hero-copy h1,
    .legal-hero h1 {
        font-size: clamp(2.15rem, 8vw, 3.5rem);
        max-width: none;
    }

    .button-primary,
    .button-secondary {
        width: 100%;
    }

    .metric-pill {
        width: 100%;
    }

    .ranking-grid {
        grid-template-columns: 1fr;
    }

    .metric-pill,
    .info-card,
    .platform-card,
    .advantage-card,
    .review-card,
    .contact-panel,
    .legal-card,
    .media-panel {
        border-radius: 18px;
    }

    .hero-marquee-track {
        animation-duration: 24s;
    }

    .fire-glow {
        width: 74vw;
        height: 74vw;
        opacity: 0.34;
    }

    .fire-ridge {
        height: 28vh;
        bottom: -10vh;
        opacity: 0.72;
    }

    .contact-panel,
    .media-panel {
        padding: 22px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .fire-glow,
    .fire-ridge,
    .fire-ridge::before,
    .fire-ridge::after,
    .embers-layer span {
        animation: none !important;
    }

    .embers-layer {
        display: none;
    }
}
