:root {
    --bg: #F3F8FF; --white: #FFFFFF; --soft: #EAF4FF; --soft2: #F0F6FC;
    --brand: #0B55B5; --brand-dark: #073B86; --sport: #126BCB; --bright: #1785E8;
    --sky: #55B9F5; --highlight: #91D9FF; --navy: #10243D; --text: #263B52;
    --muted: #667A91; --footer: #052B62; --line: rgba(11,85,181,.12);
    --shadow: 0 18px 50px rgba(7,59,134,.12); --radius: 18px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif; color: var(--text); background: var(--bg); line-height: 1.78; overflow-x: hidden; }
body.drawer-open { overflow: hidden; }
a { color: var(--brand); text-decoration: none; }
a:hover { color: var(--bright); }
img { max-width: 100%; height: auto; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible { outline: 3px solid var(--highlight); outline-offset: 3px; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 12000; background: #fff; color: var(--brand-dark); padding: 10px 14px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 12px; }
.site-container { width: min(1320px, calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(880px, calc(100% - 40px)); margin-left: auto; margin-right: auto; }
.section { padding: 94px 0; }
.section-sm { padding: 64px 0; }
.section-white { background: var(--white); }
.section-soft { background: var(--soft); }
.section-gradient { background: linear-gradient(135deg, #073B86 0%, #0B55B5 32%, #126BCB 68%, #1785E8 100%); color: #fff; }
.section-title { margin: 0 0 14px; color: var(--navy); font-size: clamp(30px, 4vw, 42px); line-height: 1.18; letter-spacing: -.03em; }
.section-gradient .section-title, .dark-panel .section-title { color: #fff; }
.section-kicker { margin: 0 0 10px; font-size: 14px; font-weight: 800; letter-spacing: .12em; color: var(--bright); }
.section-gradient .section-kicker { color: var(--highlight); }
.section-lead { margin: 0; max-width: 800px; color: var(--muted); font-size: 18px; }
.section-gradient .section-lead { color: rgba(255,255,255,.82); }
.text-link { display: inline-flex; gap: 8px; align-items: center; margin-top: 22px; font-weight: 800; }
.text-link.light { color: #fff; }
.text-link.light:hover { color: var(--highlight); }
.main-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 22px; border-radius: 999px; background: linear-gradient(135deg,#55B9F5 0%,#1785E8 45%,#126BCB 100%); color: #fff; font-weight: 800; text-decoration: none; box-shadow: 0 10px 26px rgba(23,133,232,.28); white-space: nowrap; }
.main-btn:hover { color: #fff; transform: translateY(-1px); box-shadow: 0 14px 30px rgba(23,133,232,.34); }
.site-header { position: sticky; top: 0; width: 100%; z-index: 9999; background: rgba(7,59,134,.97); border-bottom: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(14px); }
.header-inner { position: relative; max-width: 1320px; min-height: 72px; margin: 0 auto; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; }
.menu-toggle { width: 44px; height: 44px; padding: 0; border: 1px solid rgba(255,255,255,.20); border-radius: 10px; background: rgba(255,255,255,.08); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; cursor: pointer; }
.menu-toggle span { width: 25px; height: 2px; display: block; background: #fff; }
.site-logo { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); display: block; line-height: 0; }
.site-logo img { display: block; width: auto; max-width: 150px; max-height: 48px; }
.channel-nav { background: #fff; border-bottom: 1px solid var(--line); overflow: hidden; }
.channel-nav-inner { width: min(1320px, 100%); margin: 0 auto; display: flex; align-items: stretch; overflow-x: auto; scrollbar-width: thin; }
.channel-nav a { position: relative; flex: 0 0 auto; padding: 14px 17px 12px; color: #526B86; font-size: 15px; font-weight: 700; }
.channel-nav a:hover, .channel-nav a.is-current { color: var(--brand); }
.channel-nav a.is-current::after { content: ""; position: absolute; left: 28%; right: 28%; bottom: 0; height: 3px; border-radius: 999px 999px 0 0; background: var(--bright); }
.drawer-overlay { position: fixed; inset: 0; z-index: 10000; background: rgba(1,18,42,.58); opacity: 0; transition: opacity .24s ease; }
.drawer-overlay.is-visible { opacity: 1; }
.site-drawer { position: fixed; z-index: 10001; left: 0; top: 0; bottom: 0; width: min(420px, 92vw); background: #fff; box-shadow: 18px 0 60px rgba(2,25,55,.22); transform: translateX(-104%); transition: transform .25s ease; overflow-y: auto; }
.site-drawer.is-open { transform: translateX(0); }
.drawer-head { min-height: 78px; padding: 14px 18px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.drawer-head img { display: block; width: auto; max-height: 44px; }
.drawer-close { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 10px; background: var(--soft2); color: var(--navy); font-size: 30px; line-height: 1; cursor: pointer; }
.drawer-body { padding: 22px 24px 36px; }
.drawer-group + .drawer-group { margin-top: 26px; }
.drawer-group h2 { margin: 0 0 8px; color: var(--brand); font-size: 13px; letter-spacing: .12em; }
.drawer-group a { display: block; padding: 10px 0; border-bottom: 1px solid rgba(11,85,181,.08); color: var(--navy); font-weight: 650; }
.drawer-group a:hover { color: var(--bright); padding-left: 4px; }
.hero-slider { position: relative; max-width: 1320px; margin: 22px auto 0; overflow: hidden; border-radius: 18px; background: #073B86; box-shadow: 0 20px 50px rgba(7,59,134,.20); }
.slider-track { display: flex; transition: transform .55s cubic-bezier(.22,.61,.36,1); }
.slide { flex: 0 0 100%; min-width: 100%; }
.slide img { display: block; width: 100%; height: auto; object-fit: contain; }
.slider-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(5,43,98,.56); color: #fff; font-size: 28px; cursor: pointer; backdrop-filter: blur(6px); }
.slider-arrow:hover { background: rgba(11,85,181,.84); }
.slider-prev { left: 18px; } .slider-next { right: 18px; }
.slider-dots { position: absolute; left: 0; right: 0; bottom: 14px; display: flex; justify-content: center; gap: 9px; }
.slider-dot { width: 11px; height: 11px; padding: 0; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; background: rgba(255,255,255,.35); cursor: pointer; }
.slider-dot.is-active { width: 28px; border-radius: 999px; background: #fff; }
.home-intro { padding: 34px 0 24px; }
.home-intro h1 { margin: 0; color: var(--navy); font-size: clamp(34px, 5vw, 56px); line-height: 1.14; letter-spacing: -.04em; }
.home-intro p { max-width: 900px; margin: 14px 0 0; color: var(--muted); font-size: 18px; }
.focus-strip { margin-top: 18px; padding: 30px; border-radius: var(--radius); background: linear-gradient(135deg,#052B62,#0B55B5 58%,#126BCB); color: #fff; box-shadow: var(--shadow); }
.focus-strip h2 { margin: 0 0 18px; font-size: 25px; }
.focus-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; }
.focus-item { padding: 0 22px; border-left: 1px solid rgba(255,255,255,.16); }
.focus-item:first-child { padding-left: 0; border-left: 0; }
.focus-item h3 { margin: 0 0 6px; font-size: 18px; color: #fff; }
.focus-item p { margin: 0; color: rgba(255,255,255,.76); font-size: 14px; }
.focus-item a { display: inline-block; margin-top: 10px; color: var(--highlight); font-weight: 800; font-size: 14px; }
.editorial-grid { display: grid; grid-template-columns: 1.5fr .9fr; gap: 22px; align-items: stretch; margin-top: 34px; }
.feature-major { position: relative; min-height: 520px; overflow: hidden; border-radius: 24px; background: var(--brand-dark); box-shadow: var(--shadow); }
.feature-major img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; opacity: .72; }
.feature-major::after { content:""; position:absolute; inset:0; background: linear-gradient(180deg,rgba(5,43,98,.05),rgba(5,43,98,.92)); }
.feature-copy { position: absolute; z-index: 2; left: 34px; right: 34px; bottom: 32px; color: #fff; }
.feature-copy h3 { margin: 0 0 8px; font-size: clamp(28px,4vw,42px); }
.feature-copy p { margin: 0; max-width: 720px; color: rgba(255,255,255,.82); }
.side-features { display: grid; grid-template-rows: 1fr 1fr; gap: 22px; }
.side-feature { padding: 32px; border-radius: 24px; background: #fff; border: 1px solid var(--line); box-shadow: 0 12px 32px rgba(7,59,134,.08); }
.side-feature:nth-child(2) { background: linear-gradient(145deg,#EAF4FF,#fff); }
.side-feature .number { display:block; color: var(--bright); font-size: 42px; font-weight: 900; line-height: 1; opacity: .32; }
.side-feature h3 { margin: 16px 0 8px; color: var(--navy); font-size: 28px; }
.side-feature p { margin: 0; color: var(--muted); }
.guide-row { margin-top: 30px; display: grid; grid-template-columns: repeat(5,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background:#fff; }
.guide-row a { padding: 24px 20px; border-right:1px solid var(--line); color:var(--navy); font-weight:800; }
.guide-row a:last-child { border-right:0; }
.guide-row span { display:block; margin-top:5px; color:var(--muted); font-size:13px; font-weight:500; }
.zone-scroll { display:grid; grid-template-columns: repeat(6, minmax(180px,1fr)); gap:18px; margin-top:32px; }
.zone-item { overflow:hidden; border-radius:18px; background:#fff; border:1px solid var(--line); box-shadow:0 10px 28px rgba(7,59,134,.07); }
.zone-item img { display:block; width:100%; aspect-ratio: 4/3; object-fit:cover; }
.zone-item .zone-copy { padding:18px 18px 20px; }
.zone-item h3 { margin:0 0 8px; color:var(--navy); font-size:19px; }
.zone-item p { margin:0; color:var(--muted); font-size:14px; }
.dual-sport { display:grid; grid-template-columns:1fr 1fr; gap:0; border-radius:26px; overflow:hidden; box-shadow:var(--shadow); }
.sport-half { padding:54px; min-height:360px; }
.sport-half:first-child { background:#fff; }
.sport-half:last-child { background:linear-gradient(135deg,#073B86,#126BCB); color:#fff; }
.sport-half h3 { margin:0 0 14px; font-size:36px; color:var(--navy); }
.sport-half:last-child h3 { color:#fff; }
.sport-half p { margin:0; color:var(--muted); }
.sport-half:last-child p { color:rgba(255,255,255,.8); }
.entertainment-grid { display:grid; grid-template-columns:1.15fr .85fr; gap:28px; align-items:stretch; }
.esports-main { position:relative; overflow:hidden; min-height:500px; border-radius:24px; background:#052B62; }
.esports-main img { width:100%; height:100%; min-height:500px; object-fit:cover; opacity:.62; }
.esports-main .feature-copy { bottom:30px; }
.ent-list { display:grid; gap:16px; }
.ent-row { display:grid; grid-template-columns:130px 1fr; gap:18px; align-items:center; min-height:145px; padding:15px; border-radius:18px; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.14); }
.ent-row img { width:130px; aspect-ratio:1/1; object-fit:cover; border-radius:14px; }
.ent-row h3 { margin:0 0 5px; color:#fff; }
.ent-row p { margin:0; color:rgba(255,255,255,.7); font-size:14px; }
.app-feature { background: radial-gradient(circle at 25% 30%,rgba(145,217,255,.25),transparent 35%),linear-gradient(135deg,#073B86,#126BCB); color:#fff; }
.app-grid { display:grid; grid-template-columns:1fr 1fr; gap:48px; align-items:center; }
.app-copy h2 { margin:0 0 16px; color:#fff; font-size:clamp(34px,5vw,52px); line-height:1.12; }
.app-copy p { color:rgba(255,255,255,.82); font-size:18px; }
.app-points { display:grid; grid-template-columns:1fr 1fr; gap:10px 16px; margin:24px 0; }
.app-points span { padding:9px 12px; border-left:3px solid var(--sky); background:rgba(255,255,255,.07); }
.app-visual img { display:block; width:100%; height:auto; object-fit:contain; }
.activity-layout { display:grid; grid-template-columns:1.25fr .75fr; gap:28px; margin-top:32px; }
.activity-lead { padding:42px; min-height:380px; border-radius:24px; background:linear-gradient(145deg,#fff,#EAF4FF); border:1px solid var(--line); }
.activity-lead .activity-label { display:inline-block; padding:5px 10px; border-radius:999px; background:var(--brand); color:#fff; font-size:12px; font-weight:800; }
.activity-lead h3 { margin:24px 0 12px; color:var(--navy); font-size:34px; }
.activity-list { display:grid; gap:12px; }
.activity-item { padding:24px; border-bottom:1px solid var(--line); background:#fff; }
.activity-item:first-child { border-radius:20px 20px 0 0; }
.activity-item:last-child { border-radius:0 0 20px 20px; border-bottom:0; }
.activity-item h3 { margin:0 0 6px; color:var(--navy); font-size:18px; }
.activity-item p { margin:0; color:var(--muted); font-size:14px; }
.news-layout { display:grid; grid-template-columns:1.05fr .95fr; gap:44px; margin-top:32px; }
.news-feature { padding-right:44px; border-right:1px solid var(--line); }
.news-label { color:var(--bright); font-size:13px; font-weight:900; letter-spacing:.1em; }
.news-feature h3 { margin:10px 0 12px; color:var(--navy); font-size:34px; line-height:1.25; }
.news-feature p { color:var(--muted); }
.news-list article { padding:0 0 18px; margin-bottom:18px; border-bottom:1px solid var(--line); }
.news-list article:last-child { margin-bottom:0; }
.news-list h3 { margin:0 0 5px; color:var(--navy); font-size:19px; }
.news-list p { margin:0; color:var(--muted); font-size:14px; }
.service-split { display:grid; grid-template-columns:1fr 1fr; gap:24px; }
.service-panel { padding:38px; border-radius:22px; background:#fff; border:1px solid var(--line); }
.service-panel.alt { background:linear-gradient(135deg,#073B86,#0B55B5); color:#fff; }
.service-panel h3 { margin:0 0 14px; color:var(--navy); font-size:30px; }
.service-panel.alt h3 { color:#fff; }
.service-panel ul { margin:0; padding-left:20px; }
.service-panel li { margin:8px 0; }
.service-panel.alt li { color:rgba(255,255,255,.82); }
.feedback-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:28px; }
.quote { position:relative; padding:28px; border-radius:18px; background:#fff; border:1px solid var(--line); }
.quote::before { content:'“'; position:absolute; top:4px; right:20px; font-size:64px; color:var(--soft); font-weight:900; line-height:1; }
.quote p { position:relative; margin:0; color:var(--text); }
.quote span { display:block; margin-top:16px; color:var(--muted); font-size:13px; }
.faq-list { margin-top:28px; border-top:1px solid var(--line); }
.faq-item { border-bottom:1px solid var(--line); }
.faq-question { width:100%; min-height:66px; padding:16px 52px 16px 0; border:0; background:transparent; color:var(--navy); font-size:18px; font-weight:800; text-align:left; cursor:pointer; position:relative; }
.faq-question::after { content:'+'; position:absolute; right:8px; top:50%; transform:translateY(-50%); color:var(--bright); font-size:28px; font-weight:400; }
.faq-question[aria-expanded="true"]::after { content:'−'; }
.faq-answer { padding:0 60px 22px 0; color:var(--muted); }
.faq-answer p { margin:0; }
.responsible-banner { padding:30px 34px; border-radius:20px; background:#052B62; color:#fff; display:grid; grid-template-columns:1fr auto; gap:30px; align-items:center; }
.responsible-banner h2 { margin:0 0 6px; font-size:25px; }
.responsible-banner p { margin:0; color:rgba(255,255,255,.78); }
.page-hero { position:relative; overflow:hidden; padding:88px 0 82px; background: radial-gradient(circle at 72% 35%,rgba(85,185,245,.40),transparent 38%),linear-gradient(135deg,#073B86 0%,#0B55B5 32%,#126BCB 68%,#1785E8 100%); color:#fff; }
.page-hero-grid { display:grid; grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr); gap:60px; align-items:center; }
.page-hero h1 { margin:0 0 18px; max-width:900px; font-size:clamp(40px,6vw,62px); line-height:1.08; letter-spacing:-.045em; }
.page-hero p { margin:0; max-width:760px; color:rgba(255,255,255,.82); font-size:18px; }
.page-hero .hero-image { display:block; width:100%; max-height:430px; object-fit:contain; border-radius:20px; box-shadow:0 28px 70px rgba(0,20,55,.26); }
.breadcrumb { margin-bottom:20px; color:rgba(255,255,255,.68); font-size:14px; }
.breadcrumb a { color:#fff; }
.prose { color:var(--text); }
.prose h2 { margin:52px 0 14px; color:var(--navy); font-size:32px; line-height:1.25; }
.prose h2:first-child { margin-top:0; }
.prose h3 { margin:32px 0 10px; color:var(--brand-dark); font-size:22px; }
.prose p { margin:0 0 18px; font-size:17px; line-height:1.88; }
.prose ul { margin:0 0 22px; padding-left:22px; }
.prose li { margin:9px 0; }
.prose .note { margin:30px 0; padding:20px 22px; border-left:4px solid var(--bright); background:var(--soft); border-radius:0 12px 12px 0; }
.content-band { padding:34px; border-radius:20px; background:#fff; border:1px solid var(--line); box-shadow:0 10px 30px rgba(7,59,134,.06); }
.content-band + .content-band { margin-top:22px; }
.content-band h2 { margin:0 0 12px; color:var(--navy); font-size:28px; }
.content-band p:last-child { margin-bottom:0; }
.content-image { display:block; width:100%; height:auto; object-fit:contain; border-radius:18px; }
.media-prose { display:grid; grid-template-columns:.9fr 1.1fr; gap:44px; align-items:start; }
.media-prose.reverse { grid-template-columns:1.1fr .9fr; }
.media-prose.reverse .media { order:2; }
.media-prose .media { position:sticky; top:150px; }
.topic-list { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; margin-top:28px; }
.topic-item { padding:22px; border-radius:16px; background:#fff; border:1px solid var(--line); }
.topic-item h3 { margin:0 0 7px; color:var(--navy); }
.topic-item p { margin:0; color:var(--muted); font-size:15px; }
.steps { counter-reset:step; display:grid; gap:18px; margin-top:26px; }
.step { position:relative; padding:24px 24px 24px 78px; background:#fff; border:1px solid var(--line); border-radius:18px; }
.step::before { counter-increment:step; content:counter(step); position:absolute; left:22px; top:22px; width:38px; height:38px; border-radius:50%; display:grid; place-items:center; background:var(--bright); color:#fff; font-weight:900; }
.step h3 { margin:0 0 6px; color:var(--navy); }
.step p { margin:0; color:var(--muted); }
.contact-types { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.contact-types article { padding:24px; background:#fff; border:1px solid var(--line); border-radius:18px; }
.contact-types h3 { margin:0 0 8px; color:var(--navy); }
.contact-types p { margin:0; color:var(--muted); }
.site-footer { background:#052B62; color:#fff; padding-bottom:26px; }
.footer-accent { height:4px; background:#1785E8; }
.footer-grid { display:grid; grid-template-columns:1.35fr repeat(3,.75fr); gap:50px; padding-top:58px; padding-bottom:38px; }
.footer-grid section h2 { margin:0 0 14px; color:#fff; font-size:16px; }
.footer-grid a { display:block; margin:8px 0; color:rgba(255,255,255,.72); font-size:14px; }
.footer-grid a:hover { color:var(--highlight); }
.footer-brand img { display:block; width:auto; max-height:48px; margin-bottom:16px; }
.footer-brand p { max-width:390px; margin:0; color:rgba(255,255,255,.68); font-size:14px; }
.footer-legal { padding-top:24px; border-top:1px solid rgba(255,255,255,.12); color:rgba(255,255,255,.58); font-size:13px; }
.footer-legal p { margin:4px 0; }
.mobile-bottom-nav { display:none; }
@media (max-width: 1100px) {
    .focus-grid { grid-template-columns:1fr 1fr; gap:18px 0; }
    .focus-item:nth-child(3) { border-left:0; padding-left:0; }
    .guide-row { grid-template-columns:repeat(3,1fr); }
    .guide-row a:nth-child(3) { border-right:0; }
    .guide-row a:nth-child(n+4) { border-top:1px solid var(--line); }
    .zone-scroll { grid-template-columns:repeat(3,1fr); }
    .feedback-grid { grid-template-columns:1fr 1fr; }
}
@media (max-width: 900px) {
    .section { padding:72px 0; }
    .editorial-grid, .entertainment-grid, .app-grid, .activity-layout, .news-layout, .page-hero-grid, .media-prose, .media-prose.reverse { grid-template-columns:1fr; }
    .media-prose.reverse .media { order:0; }
    .media-prose .media { position:static; }
    .feature-major, .feature-major img, .esports-main, .esports-main img { min-height:420px; }
    .dual-sport { grid-template-columns:1fr; }
    .sport-half { min-height:0; }
    .news-feature { padding-right:0; padding-bottom:28px; border-right:0; border-bottom:1px solid var(--line); }
    .footer-grid { grid-template-columns:1.2fr 1fr 1fr; }
    .footer-brand { grid-column:1/-1; }
}
@media (max-width: 767px) {
    body { padding-bottom:72px; }
    .site-container, .narrow { width:min(100% - 24px, 1320px); }
    .header-inner { min-height:64px; padding:0 12px; }
    .menu-toggle { width:40px; height:40px; }
    .menu-toggle span { width:22px; }
    .site-logo img { max-width:112px; max-height:38px; }
    .main-btn.header-register { min-height:39px; padding:0 16px; font-size:14px; }
    .channel-nav { display:none; }
    .site-drawer { width:min(86vw,360px); }
    .hero-slider { margin:12px 12px 0; border-radius:14px; }
    .slider-arrow { width:40px; height:40px; font-size:24px; }
    .slider-prev { left:10px; } .slider-next { right:10px; }
    .slider-dots { bottom:9px; }
    .home-intro { padding:28px 0 18px; }
    .home-intro p { font-size:16px; }
    .focus-strip { padding:24px 20px; }
    .focus-grid { grid-template-columns:1fr; gap:0; }
    .focus-item, .focus-item:nth-child(3) { padding:16px 0; border-left:0; border-top:1px solid rgba(255,255,255,.15); }
    .focus-item:first-child { padding-top:0; border-top:0; }
    .section { padding:58px 0; }
    .section-sm { padding:46px 0; }
    .editorial-grid, .side-features { gap:16px; }
    .feature-major, .feature-major img { min-height:360px; }
    .feature-copy { left:22px; right:22px; bottom:22px; }
    .side-feature { padding:25px; }
    .guide-row { grid-template-columns:1fr 1fr; }
    .guide-row a { border-bottom:1px solid var(--line); }
    .guide-row a:nth-child(2n) { border-right:0; }
    .guide-row a:nth-child(3) { border-right:1px solid var(--line); }
    .guide-row a:last-child { grid-column:1/-1; border-bottom:0; }
    .zone-scroll { grid-template-columns:repeat(2,1fr); gap:12px; }
    .zone-item .zone-copy { padding:14px; }
    .zone-item p { font-size:13px; }
    .sport-half { padding:34px 26px; }
    .sport-half h3 { font-size:30px; }
    .ent-row { grid-template-columns:100px 1fr; gap:14px; }
    .ent-row img { width:100px; }
    .app-grid { gap:28px; }
    .app-points { grid-template-columns:1fr; }
    .activity-lead { padding:28px; min-height:0; }
    .activity-lead h3 { font-size:28px; }
    .service-split, .feedback-grid, .topic-list, .contact-types { grid-template-columns:1fr; }
    .responsible-banner { grid-template-columns:1fr; padding:26px; }
    .page-hero { padding:60px 0 54px; }
    .page-hero-grid { gap:30px; }
    .page-hero .hero-image { max-height:320px; }
    .prose h2 { margin-top:42px; font-size:28px; }
    .prose p { font-size:16px; }
    .content-band { padding:24px; }
    .footer-grid { grid-template-columns:1fr 1fr; gap:34px 24px; padding-top:44px; }
    .footer-brand { grid-column:1/-1; }
    .mobile-bottom-nav { position:fixed; z-index:9998; left:0; right:0; bottom:0; min-height:64px; padding-bottom:env(safe-area-inset-bottom); display:grid; grid-template-columns:repeat(4,1fr); background:#fff; box-shadow:0 -10px 30px rgba(5,43,98,.12); border-top:1px solid var(--line); }
    .mobile-bottom-nav a { display:flex; min-height:64px; flex-direction:column; align-items:center; justify-content:center; gap:1px; color:var(--navy); font-size:12px; font-weight:800; }
    .mobile-bottom-nav a span { font-size:20px; line-height:1.1; }
    .mobile-bottom-nav a.is-current { color:var(--bright); }
}
@media (max-width: 430px) {
    .site-logo img { max-width:104px; }
    .main-btn.header-register { padding:0 13px; }
    .hero-slider { margin-left:8px; margin-right:8px; }
    .zone-scroll { grid-template-columns:1fr 1fr; }
    .ent-row { grid-template-columns:84px 1fr; padding:12px; }
    .ent-row img { width:84px; }
    .footer-grid { grid-template-columns:1fr; }
    .footer-brand { grid-column:auto; }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior:auto !important; transition-duration:.001ms !important; animation-duration:.001ms !important; }
}
