:root {
    --bg: #ffffff;
    --bg-soft: #eef4fc;
    --surface: #ffffff;
    --surface-2: #f3f7fd;
    --border: rgba(15, 27, 51, 0.10);
    --text: #0f1b33;
    --muted: #5a6a85;
    --primary: #1f6bff;
    --primary-2: #0bb6d6;
    --accent: #6c5ce7;
    --live: #ff3b5c;
    --radius: 16px;
    --container: 1180px;
    --shadow-sm: 0 6px 18px rgba(31, 107, 255, 0.08);
    --shadow: 0 18px 44px rgba(31, 107, 255, 0.14);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    font-family: "PingFang SC", "Microsoft YaHei", "Segoe UI", system-ui, -apple-system, sans-serif;
    background: var(--bg);
    color: var(--text);
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }

.container {
    width: 100%;
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 24px;
}

/* ---------- Buttons ---------- */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 22px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
    border: 1px solid transparent;
    white-space: nowrap;
}
.btn-lg { padding: 14px 34px; font-size: 16px; }
.btn-primary {
    background: linear-gradient(135deg, var(--primary), var(--accent));
    color: #fff;
    box-shadow: 0 10px 24px rgba(31, 107, 255, 0.30);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(31, 107, 255, 0.42); }
.btn-ghost { color: var(--text); }
.btn-ghost:hover { color: var(--primary); }
.btn-outline { border-color: var(--border); color: var(--text); background: #fff; box-shadow: var(--shadow-sm); }
.btn-outline:hover { border-color: var(--primary); color: var(--primary); }

/* ---------- Header ---------- */
.site-header {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid transparent;
    transition: background .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.site-header.scrolled {
    background: rgba(255, 255, 255, 0.92);
    border-bottom-color: var(--border);
    box-shadow: 0 6px 24px rgba(15, 27, 51, 0.06);
}
.nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
}
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; }
.brand-mark {
    display: inline-grid;
    place-items: center;
    width: 40px; height: 40px;
    border-radius: 11px;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    color: #fff;
    font-size: 14px;
    letter-spacing: .5px;
}
.brand-text { font-size: 20px; }
.brand-text small { font-size: 13px; color: var(--muted); font-weight: 600; margin-left: 2px; }
.nav-links { display: flex; gap: 26px; }
.nav-links a { color: var(--muted); font-size: 15px; font-weight: 500; transition: color .2s; position: relative; }
.nav-links a:hover { color: var(--primary); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; flex-direction: column; gap: 5px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--text); border-radius: 2px; transition: .3s; }

/* ---------- Hero ---------- */
.hero {
    position: relative;
    padding: 170px 0 110px;
    overflow: hidden;
    background: linear-gradient(180deg, #eaf2ff 0%, #ffffff 100%);
}
.hero-bg {
    position: absolute; inset: 0;
    background:
        radial-gradient(55% 50% at 18% 8%, rgba(31,107,255,.18), transparent 60%),
        radial-gradient(50% 50% at 86% 18%, rgba(108,92,231,.16), transparent 60%),
        radial-gradient(40% 60% at 62% 100%, rgba(11,182,214,.12), transparent 60%);
    z-index: 0;
}
.hero-bg::after {
    content: "";
    position: absolute; inset: 0;
    background-image: linear-gradient(rgba(31,107,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(31,107,255,.08) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(circle at 50% 35%, #000 0%, transparent 70%);
}
.hero-inner { position: relative; z-index: 1; }
.eyebrow {
    display: inline-block;
    padding: 6px 16px;
    border: 1px solid rgba(31,107,255,.25);
    border-radius: 999px;
    color: var(--primary);
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 22px;
    background: rgba(31,107,255,.06);
}
.hero-title {
    font-size: clamp(34px, 6vw, 62px);
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -1px;
    max-width: 900px;
}
.grad {
    background: linear-gradient(120deg, var(--primary), var(--primary-2));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.hero-desc {
    margin-top: 22px;
    font-size: clamp(16px, 2vw, 19px);
    color: var(--muted);
    max-width: 640px;
}
.hero-cta { margin-top: 36px; display: flex; gap: 16px; flex-wrap: wrap; }
.hero-badges { margin-top: 56px; display: flex; gap: 40px; flex-wrap: wrap; }
.badge strong { display: block; font-size: 32px; font-weight: 800; background: linear-gradient(120deg,var(--primary),var(--primary-2)); -webkit-background-clip: text; background-clip:text; color: transparent; }
.badge span { color: var(--muted); font-size: 14px; }

/* ---------- Sections ---------- */
.section { padding: 96px 0; }
.section-dark { background: var(--bg-soft); }
.section-head { margin-bottom: 52px; }
.section-head.center { text-align: center; }
.section-head.center .section-sub { margin-left: auto; margin-right: auto; }
.kicker { color: var(--primary); font-size: 13px; font-weight: 700; letter-spacing: 3px; }
.section-head h2 { font-size: clamp(26px, 4vw, 40px); font-weight: 800; margin-top: 10px; }
.section-sub { color: var(--muted); margin-top: 14px; max-width: 620px; }

/* ---------- Live streaming ---------- */
.live-head { display: flex; align-items: flex-end; justify-content: space-between; flex-wrap: wrap; gap: 16px; margin-bottom: 36px; }
.live-title { display: flex; align-items: center; gap: 14px; }
.live-dot {
    width: 12px; height: 12px; border-radius: 50%;
    background: var(--live);
    box-shadow: 0 0 0 0 rgba(255,59,92,.6);
    animation: pulse 1.6s infinite;
}
@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(255,59,92,.55); }
    70% { box-shadow: 0 0 0 12px rgba(255,59,92,0); }
    100% { box-shadow: 0 0 0 0 rgba(255,59,92,0); }
}
.live-layout { display: grid; grid-template-columns: 1.6fr 1fr; gap: 26px; align-items: start; }
.player-wrap {
    background: #060d1c;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
}
.player-frame { position: relative; aspect-ratio: 16 / 9; background: #000; }
.player-frame video { width: 100%; height: 100%; object-fit: cover; display: block; }
.player-live-tag {
    position: absolute; top: 14px; left: 14px;
    display: inline-flex; align-items: center; gap: 6px;
    background: var(--live); color: #fff;
    font-size: 12px; font-weight: 700;
    padding: 4px 10px; border-radius: 6px;
    letter-spacing: 1px;
    z-index: 2;
}
.player-live-tag::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #fff; }
.player-info { padding: 18px 22px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.player-info h3 { color: #fff; font-size: 18px; }
.player-info .pi-meta { color: #9fb0cc; font-size: 13px; margin-top: 4px; }
.player-info .pi-score { color: #fff; font-size: 26px; font-weight: 800; letter-spacing: 2px; }
.player-info .pi-score small { color: var(--primary-2); font-size: 13px; font-weight: 600; display: block; text-align: right; letter-spacing: 0; }

.match-list { display: flex; flex-direction: column; gap: 12px; }
.match-list h4 { font-size: 15px; color: var(--muted); margin-bottom: 4px; font-weight: 700; }
.match-card {
    display: flex; align-items: center; gap: 14px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 14px 16px;
    cursor: pointer;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.match-card:hover { transform: translateX(4px); box-shadow: var(--shadow-sm); }
.match-card.active { border-color: var(--primary); box-shadow: var(--shadow-sm); background: linear-gradient(120deg, rgba(31,107,255,.06), #fff); }
.mc-league { font-size: 11px; font-weight: 700; color: #fff; padding: 3px 8px; border-radius: 6px; white-space: nowrap; }
.mc-nba { background: #c8102e; }
.mc-epl { background: #38003c; }
.mc-cba { background: #e2231a; }
.mc-lpl { background: #d4380d; }
.mc-uefa { background: #003a70; }
.mc-body { flex: 1; min-width: 0; }
.mc-teams { font-size: 15px; font-weight: 700; }
.mc-status { font-size: 12px; color: var(--live); font-weight: 600; margin-top: 2px; }
.mc-status.soon { color: var(--muted); }
.mc-score { font-size: 18px; font-weight: 800; color: var(--text); white-space: nowrap; }

/* ---------- About ---------- */
.about-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: start; }
.about-text p { color: var(--muted); margin-bottom: 18px; }
.about-text p:first-child { color: var(--text); font-size: 17px; }
.about-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.feature-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 24px;
    box-shadow: var(--shadow-sm);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.feature-card:hover { transform: translateY(-4px); border-color: rgba(31,107,255,.4); box-shadow: var(--shadow); }
.fc-icon { font-size: 28px; margin-bottom: 12px; }
.feature-card h3 { font-size: 17px; margin-bottom: 8px; }
.feature-card p { color: var(--muted); font-size: 14px; }

/* ---------- Stats ---------- */
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.stat-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 32px 26px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}
.stat-card::before {
    content: "";
    position: absolute; top: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(90deg, var(--primary), var(--primary-2));
}
.stat-card h3 { font-size: 15px; color: var(--muted); font-weight: 600; }
.stat-num { font-size: 46px; font-weight: 800; margin: 14px 0 8px; background: linear-gradient(120deg,var(--primary),var(--primary-2)); -webkit-background-clip:text; background-clip:text; color: transparent; }
.stat-card p { font-size: 14px; color: var(--muted); }

/* ---------- Security ---------- */
.security-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.sec-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 30px 26px;
    box-shadow: var(--shadow-sm);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.sec-card:hover { transform: translateY(-4px); border-color: rgba(108,92,231,.45); box-shadow: var(--shadow); }
.sec-step {
    display: inline-block;
    font-size: 30px; font-weight: 800;
    background: linear-gradient(120deg, var(--accent), var(--primary));
    -webkit-background-clip: text; background-clip: text; color: transparent;
    margin-bottom: 14px;
}
.sec-card h3 { font-size: 18px; margin-bottom: 10px; }
.sec-card p { color: var(--muted); font-size: 14px; }

/* ---------- Changelog ---------- */
.changelog { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.cl-item {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}
.cl-head {
    width: 100%;
    display: flex; align-items: center; justify-content: space-between;
    padding: 20px 26px;
    background: none; border: 0; cursor: pointer;
    color: var(--text);
    font-size: 17px; font-weight: 700;
    text-align: left;
}
.cl-arrow { font-size: 24px; color: var(--primary); transition: transform .3s ease; font-weight: 400; }
.cl-item.open .cl-arrow { transform: rotate(45deg); }
.cl-body { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.cl-item.open .cl-body { max-height: 320px; }
.cl-body ul { padding: 0 26px 22px 46px; }
.cl-body li { color: var(--muted); margin-bottom: 8px; }
.cl-body li::marker { color: var(--primary); }

/* ---------- Mission ---------- */
.mission-wrap {
    display: grid; grid-template-columns: 1fr 1fr; gap: 56px;
    background: linear-gradient(160deg, #ffffff, #eef4fc);
    border: 1px solid var(--border);
    border-radius: 24px;
    padding: 52px;
    align-items: center;
    box-shadow: var(--shadow-sm);
}
.mission-head p { color: var(--muted); margin-top: 16px; }
.mission-list { list-style: none; display: flex; flex-direction: column; gap: 18px; }
.mission-list li {
    background: #fff;
    border: 1px solid var(--border);
    border-left: 3px solid var(--primary);
    border-radius: 12px;
    padding: 18px 22px;
    box-shadow: var(--shadow-sm);
}
.mission-list strong { display: block; font-size: 17px; margin-bottom: 4px; }
.mission-list span { color: var(--muted); font-size: 14px; }

/* ---------- News ---------- */
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.news-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 28px;
    box-shadow: var(--shadow-sm);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
    display: flex; flex-direction: column;
}
.news-cover {
    margin: -28px -28px 20px;
    height: 150px;
    border-radius: var(--radius) var(--radius) 0 0;
    display: flex; align-items: center; justify-content: center;
    position: relative; overflow: hidden;
    color: #fff;
}
.news-cover .nc-emoji { font-size: 56px; filter: drop-shadow(0 6px 14px rgba(0,0,0,.25)); transition: transform .3s ease; }
.news-card:hover .news-cover .nc-emoji { transform: scale(1.12) rotate(-4deg); }
.news-cover .nc-label {
    position: absolute; top: 12px; left: 12px;
    background: rgba(255,255,255,.22);
    backdrop-filter: blur(4px);
    color: #fff; font-size: 12px; font-weight: 700;
    padding: 4px 12px; border-radius: 999px;
    letter-spacing: 1px;
}
.news-cover::after {
    content: ""; position: absolute; inset: 0;
    background-image: radial-gradient(circle at 80% 20%, rgba(255,255,255,.25), transparent 45%);
}
.cover-nba { background: linear-gradient(135deg, #c8102e, #ff6a3d); }
.cover-cba { background: linear-gradient(135deg, #e2231a, #ff8a4c); }
.cover-game { background: linear-gradient(135deg, #6c5ce7, #2ea1f8); }
.cover-epl { background: linear-gradient(135deg, #38003c, #8e2de2); }
.cover-uefa { background: linear-gradient(135deg, #003a70, #1f6bff); }
.cover-lpl { background: linear-gradient(135deg, #d4380d, #ff7a18); }
.news-card:hover { transform: translateY(-5px); border-color: rgba(31,107,255,.45); box-shadow: var(--shadow); }
.news-tag {
    align-self: flex-start;
    font-size: 12px; font-weight: 700;
    color: var(--primary);
    background: rgba(31,107,255,.08);
    border: 1px solid rgba(31,107,255,.2);
    padding: 3px 12px; border-radius: 999px;
    margin-bottom: 16px;
}
.news-card h3 { font-size: 18px; line-height: 1.4; margin-bottom: 12px; }
.news-card p { color: var(--muted); font-size: 14px; flex: 1; }
.news-more { color: var(--primary); font-size: 14px; font-weight: 600; margin-top: 18px; }
.news-more:hover { color: var(--primary-2); }

/* ---------- Footer ---------- */
.site-footer { background: #0f1b33; color: #c4d0e6; border-top: 1px solid var(--border); padding-top: 64px; }
.site-footer .brand-text { color: #fff; }
.site-footer .brand-text small { color: #8fa0bd; }
.footer-inner { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 48px; }
.footer-brand p { color: #93a3c0; font-size: 14px; margin-top: 16px; max-width: 320px; }
.footer-col h4 { font-size: 15px; margin-bottom: 16px; color: #fff; }
.footer-col a { display: block; color: #93a3c0; font-size: 14px; margin-bottom: 10px; transition: color .2s; }
.footer-col a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 22px 0; }
.footer-bottom p { color: #7c8cab; font-size: 13px; text-align: center; }

/* ---------- Back to top ---------- */
.back-top {
    position: fixed; right: 24px; bottom: 24px;
    width: 46px; height: 46px;
    border-radius: 50%;
    border: 0; cursor: pointer;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    color: #fff; font-size: 20px;
    box-shadow: var(--shadow);
    opacity: 0; pointer-events: none;
    transform: translateY(12px);
    transition: opacity .3s, transform .3s;
    z-index: 90;
}
.back-top.show { opacity: 1; pointer-events: auto; transform: translateY(0); }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ---------- Sub-page shared ---------- */
.page-hero {
    position: relative;
    padding: 140px 0 56px;
    background: linear-gradient(180deg, #eaf2ff 0%, #ffffff 100%);
    overflow: hidden;
}
.page-hero .hero-bg { position: absolute; inset: 0; z-index: 0; }
.page-hero .container { position: relative; z-index: 1; }
.breadcrumb { font-size: 14px; color: var(--muted); margin-bottom: 14px; }
.breadcrumb a:hover { color: var(--primary); }
.breadcrumb span { color: var(--text); }
.page-hero h1 { font-size: clamp(28px, 4vw, 44px); font-weight: 800; letter-spacing: -0.5px; }
.page-hero p { color: var(--muted); margin-top: 12px; max-width: 640px; }
.page-main { padding: 56px 0 90px; }

/* ---------- Forms ---------- */
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 14px; font-weight: 600; margin-bottom: 8px; }
.field input,
.field textarea {
    width: 100%; padding: 13px 16px;
    border: 1px solid var(--border);
    border-radius: 12px;
    font-size: 15px; color: var(--text);
    background: var(--surface-2);
    outline: none; transition: border-color .2s, background .2s;
    font-family: inherit;
}
.field textarea { resize: vertical; min-height: 120px; }
.field input:focus,
.field textarea:focus { border-color: var(--primary); background: #fff; }
.btn-block { width: 100%; }
.form-note { margin-top: 14px; text-align: center; font-size: 13px; color: var(--primary); min-height: 18px; }

/* ---------- Article ---------- */
.article { max-width: 780px; margin: 0 auto; }
.article-meta { display: flex; align-items: center; gap: 14px; color: var(--muted); font-size: 14px; margin-bottom: 28px; padding-bottom: 22px; border-bottom: 1px solid var(--border); }
.article-meta .news-tag { margin: 0; }
.article-body h2 { font-size: 22px; font-weight: 800; margin: 34px 0 14px; }
.article-body p { color: #38465f; margin-bottom: 18px; font-size: 16px; line-height: 1.9; }
.article-body ul { margin: 0 0 18px 22px; color: #38465f; }
.article-body .auto-link { color: var(--primary); font-weight: 600; border-bottom: 1px solid rgba(31,107,255,.35); transition: color .2s, border-color .2s; }
.article-body .auto-link:hover { color: var(--primary-2); border-color: var(--primary-2); }
.article-body li { margin-bottom: 8px; }
.article-back { display: inline-flex; margin-top: 40px; }
.related { margin-top: 70px; }
.related h3 { font-size: 20px; font-weight: 800; margin-bottom: 22px; }

/* ---------- Article cover ---------- */
.art-cover {
    height: 220px;
    border-radius: 20px;
    margin-bottom: 30px;
    display: flex; align-items: center; justify-content: center;
    position: relative; overflow: hidden;
    color: #fff;
}
.art-cover .nc-emoji { font-size: 92px; filter: drop-shadow(0 8px 18px rgba(0,0,0,.3)); }
.art-cover::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(circle at 82% 18%, rgba(255,255,255,.28), transparent 45%); }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.faq-item { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-sm); overflow: hidden; }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 20px 24px; background: none; border: 0; cursor: pointer; font-size: 16px; font-weight: 700; color: var(--text); text-align: left; }
.faq-q .cl-arrow { font-size: 24px; color: var(--primary); transition: transform .3s; font-weight: 400; }
.faq-item.open .cl-arrow { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-item.open .faq-a { max-height: 260px; }
.faq-a p { padding: 0 24px 22px; color: var(--muted); }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: start; }
.contact-card { background: #fff; border: 1px solid var(--border); border-radius: 20px; box-shadow: var(--shadow-sm); padding: 34px; }
.contact-card h3 { font-size: 20px; font-weight: 800; margin-bottom: 8px; }
.contact-card > p { color: var(--muted); margin-bottom: 22px; }
.contact-item { display: flex; gap: 14px; padding: 14px 0; border-top: 1px solid var(--border); }
.contact-item:first-of-type { border-top: 0; }
.contact-item .ci-icon { font-size: 22px; }
.contact-item strong { display: block; font-size: 15px; }
.contact-item span { color: var(--muted); font-size: 14px; }
/* ---------- Responsive ---------- */
@media (max-width: 980px) {
    .about-grid, .mission-wrap, .live-layout { grid-template-columns: 1fr; gap: 32px; }
    .stats-grid, .security-grid { grid-template-columns: repeat(2, 1fr); }
    .news-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-inner { grid-template-columns: 1fr 1fr; }
    .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
    .nav-links, .nav-actions { display: none; }
    .nav-links.open {
        display: flex; flex-direction: column;
        position: absolute; top: 72px; left: 0; right: 0;
        background: #fff;
        border-bottom: 1px solid var(--border);
        box-shadow: 0 12px 24px rgba(15,27,51,.08);
        padding: 20px 24px; gap: 18px;
    }
    .nav-toggle { display: flex; }
    .news-grid, .about-cards { grid-template-columns: 1fr; }
    .mission-wrap { padding: 32px 24px; }
    .hero { padding: 130px 0 80px; }
    .hero-badges { gap: 28px; }
}
@media (max-width: 480px) {
    .stats-grid, .security-grid { grid-template-columns: 1fr; }
    .footer-inner { grid-template-columns: 1fr; }
}
