/* ========================================
   xy-022 体育企业模板 - 皇家靛蓝 + 电光紫罗兰 浅色高端企业主题
   仿 ettorespanichi.com（开元网页版）架构（去除全覆盖广告与博彩内容，3栏目）
   版式：Hero+4数据 → 关于平台 → 3核心栏目 → 三大服务特色 → 实时数据快照
        → 安全保障体系4项 → 焦点资讯 → 最新资讯 → 版本更新记录 → 排行/标签 → FAQ → CTA
   ======================================== */
:root {
    /* 皇家靛蓝(主色) + 电光紫罗兰(强调) 浅色高端主题；按钮底用靛蓝→紫罗兰渐变(--teal-grad/--gold-grad)保证白字对比，--gold 实色仅用于装饰性文字/图标 */
    --teal: #1b2a6b;        /* 主色=皇家靛蓝 */
    --teal-2: #243b9e;
    --teal-3: #3b4fc0;
    --teal-dark: #121c4d;
    --gold: #7c3aed;        /* 强调=电光紫罗兰 */
    --gold-2: #a855f7;
    --gold-grad: linear-gradient(135deg, #1b2a6b 0%, #7c3aed 100%);
    --teal-grad: linear-gradient(135deg, #1b2a6b 0%, #7c3aed 100%);
    --bg: #f5f6fc;
    --surface: #ffffff;
    --surface-2: #eceef9;
    --text: #1a1f36;
    --text-light: #5a607a;
    --muted: #8a90a8;
    --border: rgba(27,42,107,.13);
    --shadow: 0 10px 30px rgba(27,42,107,.10);
    --shadow-lg: 0 18px 44px rgba(27,42,107,.16);
    --radius: 16px;
    --radius-sm: 10px;
    --transition: all .3s ease;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Microsoft YaHei', sans-serif; color: var(--text); line-height: 1.7; background: #fff; }
a { color: var(--teal); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--gold); }
img { max-width: 100%; height: auto; }
.xy22-container-sm { max-width: 900px; }

/* ===== Topbar ===== */
.xy22-topbar { background: var(--teal-dark); font-size: .8rem; color: rgba(255,255,255,.7); }
.xy22-topbar-inner { display: flex; align-items: center; justify-content: space-between; padding: 7px 0; gap: 12px; }
.xy22-topbar-slogan i { color: var(--gold-2); margin-right: 6px; }
.xy22-topbar-links { display: flex; gap: 18px; }
.xy22-topbar-links a { color: rgba(255,255,255,.7); }
.xy22-topbar-links a:hover { color: var(--gold-2); }
.xy22-topbar-links i { margin-right: 5px; color: var(--gold); }

/* ===== Header (navy, sticky) ===== */
.xy22-header { background: var(--teal); border-bottom: 1px solid rgba(255,255,255,.1); position: sticky; top: 0; z-index: 1000; box-shadow: 0 4px 20px rgba(18,28,77,.18); }
.xy22-header-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; gap: 16px; }
.xy22-logo { display: inline-flex; align-items: center; gap: 11px; }
.xy22-logo-badge { width: 40px; height: 40px; border-radius: 12px; background: var(--gold-grad); display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 16px rgba(124,58,237,.4); }
.xy22-logo-badge i { color: #fff; font-size: 1.15rem; }
.xy22-logo-text { color: #fff; font-size: 1.22rem; font-weight: 800; white-space: nowrap; letter-spacing: .5px; }
.xy22-logo mip-img { height: 40px; width: auto; }
.xy22-nav { display: flex; align-items: center; gap: 4px; }
.xy22-nav .nav-link { color: rgba(255,255,255,.8); padding: 8px 15px; border-radius: var(--radius-sm); font-size: .93rem; font-weight: 600; }
.xy22-nav .nav-link:hover, .xy22-nav .nav-link.active { color: #fff; background: rgba(255,255,255,.12); }
.xy22-nav-search { display: flex; margin-left: 12px; }
.xy22-nav-search input { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); color: #fff; padding: 8px 14px; border-radius: 22px 0 0 22px; font-size: .85rem; outline: none; width: 150px; transition: var(--transition); }
.xy22-nav-search input::placeholder { color: rgba(255,255,255,.5); }
.xy22-nav-search input:focus { border-color: var(--gold); width: 190px; }
.xy22-nav-search button { background: var(--gold-grad); border: none; color: #fff; padding: 8px 15px; border-radius: 0 22px 22px 0; cursor: pointer; font-size: .85rem; }
.xy22-toggle { display: none; background: none; border: none; color: #fff; font-size: 1.5rem; cursor: pointer; }

/* ===== Buttons ===== */
.xy22-btn-neon { display: inline-flex; align-items: center; gap: 8px; background: var(--gold-grad); color: #fff; padding: 13px 30px; border-radius: 30px; font-weight: 700; font-size: .95rem; box-shadow: 0 8px 22px rgba(124,58,237,.34); border: none; cursor: pointer; }
.xy22-btn-neon:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 12px 28px rgba(124,58,237,.42); }
.xy22-btn-primary { display: inline-flex; align-items: center; gap: 8px; background: var(--gold-grad); color: #fff; padding: 12px 26px; border-radius: 30px; font-weight: 700; font-size: .92rem; border: none; cursor: pointer; }
.xy22-btn-primary:hover { color: #fff; }
.xy22-btn-ghost { display: inline-flex; align-items: center; gap: 8px; background: #fff; color: var(--teal); padding: 13px 30px; border-radius: 30px; font-weight: 700; font-size: .95rem; border: 1.5px solid var(--border); }
.xy22-btn-ghost:hover { border-color: var(--teal); color: var(--teal); transform: translateY(-2px); }
.xy22-btn-ghost-light { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: #fff; padding: 13px 30px; border-radius: 30px; font-weight: 700; font-size: .95rem; border: 1.5px solid rgba(255,255,255,.35); }
.xy22-btn-ghost-light:hover { background: rgba(255,255,255,.12); color: #fff; border-color: #fff; }

/* ===== Hero (light, dual-entry) ===== */
.xy22-hero { position: relative; overflow: hidden; padding: 78px 0 86px; background: linear-gradient(160deg, #ffffff 0%, #eef0fb 55%, #e2e6f7 100%); }
.xy22-hero::before { content: ""; position: absolute; top: -130px; right: -90px; width: 440px; height: 440px; border-radius: 50%; background: radial-gradient(circle, rgba(124,58,237,.14), transparent 70%); }
.xy22-hero::after { content: ""; position: absolute; bottom: -140px; left: -100px; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(27,42,107,.10), transparent 70%); }
.xy22-hero-inner { position: relative; z-index: 2; display: flex; align-items: center; gap: 52px; }
.xy22-hero-text { flex: 1 1 52%; }
.xy22-hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(124,58,237,.12); color: #7c3aed; border: 1px solid rgba(124,58,237,.25); padding: 7px 18px; border-radius: 24px; font-size: .82rem; font-weight: 700; margin-bottom: 22px; }
.xy22-hero-badge i { color: var(--gold); }
.xy22-hero-title { font-size: 3rem; font-weight: 800; line-height: 1.15; color: var(--teal); margin-bottom: 16px; letter-spacing: .5px; }
.xy22-hero-sub { font-size: 1.05rem; color: var(--text-light); margin-bottom: 26px; max-width: 520px; }
.xy22-hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 24px; }
.xy22-hero-search { display: flex; max-width: 470px; margin-bottom: 28px; border-radius: 30px; overflow: hidden; background: #fff; border: 1px solid var(--border); box-shadow: var(--shadow); }
.xy22-hero-search input { flex: 1; border: none; outline: none; background: transparent; padding: 14px 22px; font-size: .95rem; color: var(--text); }
.xy22-hero-search input::placeholder { color: var(--muted); }
.xy22-hero-search button { background: var(--gold-grad); border: none; color: #fff; padding: 0 26px; cursor: pointer; font-size: .9rem; font-weight: 700; display: flex; align-items: center; gap: 7px; }
.xy22-hero-trust { display: flex; gap: 36px; flex-wrap: wrap; }
.xy22-trust-item b { display: block; font-size: 1.6rem; font-weight: 800; color: var(--teal); line-height: 1.1; }
.xy22-trust-item span { font-size: .82rem; color: var(--text-light); }
.xy22-hero-media { flex: 1 1 48%; position: relative; }
.xy22-hero-img-main { border-radius: 24px; overflow: hidden; box-shadow: var(--shadow-lg); border: 5px solid #fff; }
.xy22-hero-img-sub { position: absolute; left: -40px; bottom: -34px; width: 52%; border-radius: 18px; overflow: hidden; box-shadow: var(--shadow-lg); border: 4px solid #fff; }
.xy22-hero-float { position: absolute; right: -8px; top: 26px; background: #fff; border-radius: 14px; padding: 13px 18px; display: flex; align-items: center; gap: 11px; box-shadow: var(--shadow-lg); }
.xy22-hero-float i { color: var(--gold); font-size: 1.5rem; }
.xy22-hero-float b { color: var(--teal); font-size: 1rem; display: block; }
.xy22-hero-float span { font-size: .76rem; color: var(--text-light); }

/* ===== Sections ===== */
.xy22-sec { padding: 74px 0; }
.xy22-sec-alt { background: var(--bg); }
.xy22-sec-dark { background: var(--teal-grad); color: #fff; }
.xy22-sec-head { text-align: center; max-width: 680px; margin: 0 auto 46px; }
.xy22-kicker { display: inline-block; color: var(--gold); font-size: .78rem; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 10px; }
.xy22-sec-dark .xy22-kicker { color: var(--gold-2); }
.xy22-sec-head h2 { font-size: 2rem; font-weight: 800; color: var(--teal); margin-bottom: 12px; }
.xy22-sec-head p { color: var(--text-light); }
.xy22-bar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 30px; padding-bottom: 14px; border-bottom: 2px solid var(--surface-2); }
.xy22-bar h2 { font-size: 1.5rem; font-weight: 800; color: var(--teal); }
.xy22-bar h2 i { color: var(--gold); margin-right: 8px; }
.xy22-more { color: var(--gold); font-weight: 700; font-size: .9rem; }
.xy22-more:hover { color: var(--teal); }

/* ===== About + timeline ===== */
.xy22-about { background: #fff; }
.xy22-about-row { display: flex; align-items: center; gap: 52px; }
.xy22-about-media { flex: 1 1 44%; position: relative; }
.xy22-about-media mip-img { border-radius: 22px; overflow: hidden; box-shadow: var(--shadow-lg); }
.xy22-about-badge { position: absolute; bottom: -16px; left: 20px; background: var(--gold-grad); color: #fff; font-weight: 700; padding: 12px 20px; border-radius: 14px; box-shadow: 0 10px 26px rgba(124,58,237,.34); font-size: .9rem; }
.xy22-about-badge i { margin-right: 6px; }
.xy22-about-text { flex: 1 1 56%; }
.xy22-about-text h2 { font-size: 2rem; font-weight: 800; color: var(--teal); margin-bottom: 14px; }
.xy22-lead { color: var(--text-light); margin-bottom: 26px; }
.xy22-timeline { position: relative; }
.xy22-tl-item { display: flex; gap: 18px; margin-bottom: 20px; }
.xy22-tl-item:last-child { margin-bottom: 0; }
.xy22-tl-no { flex: 0 0 46px; height: 46px; border-radius: 14px; background: var(--surface-2); color: var(--teal); font-weight: 800; font-size: 1rem; display: flex; align-items: center; justify-content: center; border: 1px solid var(--border); transition: var(--transition); }
.xy22-tl-item:hover .xy22-tl-no { background: var(--gold-grad); color: #fff; border-color: transparent; }
.xy22-tl-body h4 { font-size: 1.05rem; font-weight: 700; color: var(--teal); margin-bottom: 4px; }
.xy22-tl-body p { color: var(--text-light); font-size: .9rem; }

/* ===== Category zones (3) ===== */
.xy22-catz { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.xy22-cat-card { position: relative; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 34px 28px; overflow: hidden; transition: var(--transition); display: block; box-shadow: var(--shadow); }
.xy22-cat-card::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: var(--gold-grad); transform: scaleX(0); transform-origin: left; transition: var(--transition); }
.xy22-cat-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: rgba(124,58,237,.4); }
.xy22-cat-card:hover::before { transform: scaleX(1); }
.xy22-cat-no { position: absolute; top: 16px; right: 22px; font-size: 2.6rem; font-weight: 800; color: var(--surface-2); line-height: 1; }
.xy22-cat-icon { width: 62px; height: 62px; border-radius: 18px; background: var(--surface-2); color: var(--gold); display: flex; align-items: center; justify-content: center; font-size: 1.7rem; margin-bottom: 20px; transition: var(--transition); }
.xy22-cat-card:hover .xy22-cat-icon { background: var(--gold-grad); color: #fff; }
.xy22-cat-card h3 { font-size: 1.25rem; font-weight: 800; color: var(--teal); margin-bottom: 8px; }
.xy22-cat-card p { color: var(--text-light); font-size: .9rem; margin-bottom: 16px; }
.xy22-cat-more { color: var(--gold); font-weight: 700; font-size: .88rem; }
.xy22-cat-card:hover .xy22-cat-more { color: var(--teal); }

/* ===== Grid cards (index + category page) ===== */
.xy22-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.xy22-grid-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; transition: var(--transition); display: flex; flex-direction: column; box-shadow: var(--shadow); }
.xy22-grid-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: rgba(124,58,237,.4); }
.xy22-grid-img { position: relative; display: block; overflow: hidden; aspect-ratio: 400/260; }
.xy22-grid-img mip-img { width: 100%; height: 100%; }
.xy22-grid-badge { position: absolute; top: 12px; left: 12px; background: var(--gold-grad); color: #fff; font-size: .74rem; font-weight: 700; padding: 4px 12px; border-radius: 20px; }
.xy22-grid-body { padding: 20px; flex: 1; display: flex; flex-direction: column; }
.xy22-grid-body h3 { font-size: 1.05rem; font-weight: 700; line-height: 1.5; margin-bottom: 10px; }
.xy22-grid-body h3 a { color: var(--teal); }
.xy22-grid-body h3 a:hover { color: var(--gold); }
.xy22-grid-body p { color: var(--text-light); font-size: .88rem; margin-bottom: 14px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; flex: 1; }
.xy22-grid-meta { display: flex; gap: 16px; color: var(--muted); font-size: .8rem; border-top: 1px solid var(--border); padding-top: 12px; }
.xy22-grid-meta i { margin-right: 5px; color: var(--gold); }

/* ===== Showcase (App-style, dark) ===== */
.xy22-show { padding: 80px 0; }
.xy22-show-row { display: flex; align-items: center; gap: 52px; }
.xy22-show-text { flex: 1 1 54%; }
.xy22-show-text h2 { font-size: 1.9rem; font-weight: 800; color: #fff; margin-bottom: 14px; line-height: 1.3; }
.xy22-show-text > p { color: rgba(255,255,255,.82); margin-bottom: 24px; }
.xy22-check { list-style: none; margin-bottom: 28px; }
.xy22-check li { position: relative; padding-left: 30px; margin-bottom: 13px; color: #fff; font-size: .95rem; }
.xy22-check li i { position: absolute; left: 0; top: 3px; color: var(--gold-2); font-size: 1.05rem; }
.xy22-show-media { flex: 1 1 46%; position: relative; }
.xy22-show-media mip-img { border-radius: 22px; overflow: hidden; box-shadow: 0 24px 50px rgba(0,0,0,.34); border: 1px solid rgba(255,255,255,.14); }
.xy22-show-float { position: absolute; bottom: -18px; left: 20px; background: #fff; border-radius: 14px; padding: 14px 22px; box-shadow: 0 14px 34px rgba(0,0,0,.28); }
.xy22-show-float b { display: block; color: var(--gold); font-size: 1.3rem; font-weight: 800; }
.xy22-show-float span { font-size: .78rem; color: var(--text-light); }

/* ===== Horizontal news ===== */
.xy22-h-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.xy22-h-card { display: flex; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; transition: var(--transition); box-shadow: var(--shadow); }
.xy22-h-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: rgba(124,58,237,.4); }
.xy22-h-img { flex: 0 0 42%; overflow: hidden; position: relative; }
.xy22-h-img mip-img { width: 100%; height: 100%; }
.xy22-h-body { flex: 1; padding: 20px; display: flex; flex-direction: column; }
.xy22-tag-mini { align-self: flex-start; background: rgba(124,58,237,.12); color: #7c3aed; font-size: .72rem; font-weight: 700; padding: 3px 10px; border-radius: 12px; margin-bottom: 10px; }
.xy22-h-body h3 { font-size: 1rem; font-weight: 700; line-height: 1.5; margin-bottom: 8px; }
.xy22-h-body h3 a { color: var(--teal); }
.xy22-h-body h3 a:hover { color: var(--gold); }
.xy22-h-body p { color: var(--text-light); font-size: .85rem; margin-bottom: 12px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; flex: 1; }

/* ===== Two col (rank + tags) ===== */
.xy22-two-col { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.xy22-side-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow); }
.xy22-side-head { font-size: 1.2rem; font-weight: 800; color: var(--teal); margin-bottom: 20px; padding-bottom: 14px; border-bottom: 2px solid var(--surface-2); }
.xy22-side-head i { color: var(--gold); margin-right: 8px; }
.xy22-rank { list-style: none; }
.xy22-rank li { display: flex; align-items: center; gap: 12px; padding: 11px 0; border-bottom: 1px dashed var(--border); }
.xy22-rank li:last-child { border-bottom: none; }
.xy22-rank-no { flex: 0 0 26px; height: 26px; border-radius: 8px; background: var(--surface-2); color: var(--text-light); font-size: .8rem; font-weight: 800; display: flex; align-items: center; justify-content: center; }
.xy22-rank li:nth-child(1) .xy22-rank-no, .xy22-rank li:nth-child(2) .xy22-rank-no, .xy22-rank li:nth-child(3) .xy22-rank-no { background: var(--gold-grad); color: #fff; }
.xy22-rank a { color: var(--text); font-size: .92rem; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.xy22-rank a:hover { color: var(--gold); }
.xy22-tag-cloud { display: flex; flex-wrap: wrap; gap: 10px; }
.xy22-tag-cloud a { background: var(--surface-2); color: var(--text-light); padding: 7px 15px; border-radius: 20px; font-size: .84rem; border: 1px solid var(--border); }
.xy22-tag-cloud a:hover { background: var(--gold-grad); color: #fff; border-color: transparent; }
.xy22-icon-rose { color: var(--gold); }

/* ===== FAQ ===== */
.xy22-faq-nav { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 30px; }
.xy22-faq-chip { background: #fff; border: 1px solid var(--border); color: var(--teal); padding: 8px 16px; border-radius: 22px; font-size: .84rem; font-weight: 600; }
.xy22-faq-chip:hover { background: var(--gold-grad); color: #fff; border-color: transparent; }
.xy22-faq { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.xy22-faq-item { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; border-left: 3px solid var(--gold); box-shadow: var(--shadow); }
.xy22-faq-item b { display: block; color: var(--teal); font-size: 1rem; margin-bottom: 8px; }
.xy22-faq-item b i { color: var(--gold); margin-right: 8px; }
.xy22-faq-item p { color: var(--text-light); font-size: .9rem; }

/* ===== CTA ===== */
.xy22-cta { background: linear-gradient(120deg, #1b2a6b 0%, #243b9e 55%, #a855f7 165%); padding: 60px 0; }
.xy22-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.xy22-cta h2 { color: #fff; font-size: 1.9rem; font-weight: 800; margin-bottom: 8px; }
.xy22-cta p { color: rgba(255,255,255,.82); }
.xy22-cta .xy22-btn-neon { background: #fff; color: var(--gold); box-shadow: 0 10px 26px rgba(0,0,0,.2); }
.xy22-cta .xy22-btn-neon:hover { color: #7c3aed; }

/* ===== Footer (navy dark) ===== */
.xy22-footer { background: var(--teal-dark); color: rgba(255,255,255,.72); padding-top: 46px; }
.xy22-footer-cta { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); padding: 26px 30px; margin-bottom: 44px; }
.xy22-footer-cta h3 { color: #fff; font-size: 1.3rem; font-weight: 800; margin-bottom: 6px; }
.xy22-footer-cta h3 i { color: var(--gold); margin-right: 8px; }
.xy22-footer-cta p { color: rgba(255,255,255,.7); font-size: .9rem; margin: 0; }
.xy22-footer-top { display: grid; grid-template-columns: 1fr 1fr 1.3fr 1.3fr; gap: 34px; padding-bottom: 38px; border-bottom: 1px solid rgba(255,255,255,.12); }
.xy22-footer-col h4 { color: #fff; font-size: 1.02rem; font-weight: 700; margin-bottom: 18px; position: relative; padding-bottom: 10px; }
.xy22-footer-col h4::after { content: ""; position: absolute; left: 0; bottom: 0; width: 30px; height: 2px; background: var(--gold-grad); }
.xy22-footer-col p { font-size: .88rem; margin-bottom: 10px; }
.xy22-footer-col ul { list-style: none; }
.xy22-footer-col ul li { margin-bottom: 10px; }
.xy22-footer-col ul a { color: rgba(255,255,255,.72); font-size: .88rem; }
.xy22-footer-col ul a:hover { color: var(--gold-2); }
.xy22-footer-col ul a i { margin-right: 8px; color: var(--gold); }
.xy22-footer-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.xy22-footer-tags a { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.72); padding: 5px 12px; border-radius: 16px; font-size: .8rem; }
.xy22-footer-tags a:hover { background: var(--gold-grad); color: #fff; border-color: transparent; }
.xy22-footer-social { display: flex; gap: 12px; margin-top: 14px; }
.xy22-footer-social a { width: 38px; height: 38px; border-radius: 10px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.72); display: flex; align-items: center; justify-content: center; }
.xy22-footer-social a:hover { background: var(--gold-grad); color: #fff; border-color: transparent; }
.xy22-footer-bottom { padding: 22px 0; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.xy22-footer-links { display: flex; flex-wrap: wrap; gap: 18px; justify-content: center; }
.xy22-footer-links a { color: rgba(255,255,255,.5); font-size: .84rem; }
.xy22-footer-links a:hover { color: var(--gold-2); }
.xy22-footer-bottom span { font-size: .82rem; color: rgba(255,255,255,.42); }

/* ===== Category page banner ===== */
.xy22-page-banner { position: relative; height: 280px; overflow: hidden; display: flex; align-items: center; }
.xy22-banner-bg { position: absolute; inset: 0; }
.xy22-banner-bg mip-img { width: 100%; height: 100%; object-fit: cover; }
.xy22-banner-mask { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(18,28,77,.94), rgba(60,76,160,.8)); }
.xy22-page-banner h1 { position: relative; color: #fff; font-size: 2.2rem; font-weight: 800; margin-bottom: 8px; }
.xy22-banner-sub { position: relative; color: var(--gold-2); font-size: 1rem; }
.xy22-crumb { padding: 18px 0; color: var(--text-light); font-size: .88rem; }
.xy22-crumb .breadcrumb { background: transparent; padding: 0; margin: 0; font-size: .88rem; }
.xy22-crumb .breadcrumb-item a { color: var(--text-light); }
.xy22-crumb .breadcrumb-item a:hover { color: var(--gold); }
.xy22-crumb .breadcrumb-item.active { color: var(--teal); font-weight: 600; }
.xy22-crumb .breadcrumb-item + .breadcrumb-item::before { color: var(--muted); content: "/"; }
.xy22-crumb a { color: var(--text-light); }
.xy22-crumb a:hover { color: var(--gold); }
.xy22-crumb span { color: var(--teal); font-weight: 600; }

/* ===== Pagination ===== */
.xy22-pager { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; padding: 36px 0 10px; }
.xy22-pager a, .xy22-pager span { min-width: 40px; height: 40px; padding: 0 14px; border-radius: 10px; background: #fff; border: 1px solid var(--border); color: var(--text-light); display: inline-flex; align-items: center; justify-content: center; font-size: .9rem; font-weight: 600; }
.xy22-pager a:hover { border-color: var(--gold); color: var(--gold); }
.xy22-pager .current, .xy22-pager span.active { background: var(--gold-grad); border-color: transparent; color: #fff; }

/* ===== Detail (light) ===== */
.xy22-detail { max-width: 920px; margin: 0 auto; padding: 42px 16px 60px; }
.xy22-detail-title { font-size: 1.9rem; font-weight: 800; color: var(--teal); line-height: 1.4; margin-bottom: 18px; }
.xy22-detail-meta { display: flex; flex-wrap: wrap; gap: 18px; color: var(--text-light); font-size: .85rem; padding-bottom: 20px; border-bottom: 1px solid var(--border); margin-bottom: 26px; }
.xy22-detail-meta i { color: var(--gold); margin-right: 6px; }
.xy22-detail-meta a { color: var(--text-light); }
.xy22-detail-meta a:hover { color: var(--gold); }
.xy22-detail-content { font-size: 1.02rem; color: #2a2f45; line-height: 1.95; }
.xy22-detail-content p { margin-bottom: 18px; }
.xy22-detail-content img, .xy22-detail-content mip-img { border-radius: 12px; margin: 14px 0; }
.xy22-detail-content h2, .xy22-detail-content h3 { color: var(--teal); font-weight: 700; margin: 26px 0 14px; }
.xy22-detail-content a { color: var(--gold); }
.xy22-detail-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; padding-top: 24px; border-top: 1px dashed var(--border); }
.xy22-detail-tags a { background: var(--surface-2); color: var(--teal); padding: 6px 15px; border-radius: 20px; font-size: .84rem; border: 1px solid var(--border); }
.xy22-detail-tags a:hover { background: var(--gold-grad); color: #fff; border-color: transparent; }
.xy22-related { margin-top: 46px; }
.xy22-related-title { font-size: 1.3rem; font-weight: 800; color: var(--teal); margin-bottom: 22px; }
.xy22-related-title i { color: var(--gold); margin-right: 8px; }

/* ===== Article list block ===== */
.xy22-list-item { display: flex; gap: 18px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; padding: 14px; margin-bottom: 18px; transition: var(--transition); box-shadow: var(--shadow); }
.xy22-list-item:hover { box-shadow: var(--shadow-lg); border-color: rgba(124,58,237,.4); transform: translateX(4px); }
.xy22-item-media { flex: 0 0 200px; border-radius: var(--radius-sm); overflow: hidden; }
.xy22-item-content h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 8px; }
.xy22-item-content h3 a { color: var(--teal); }
.xy22-item-content h3 a:hover { color: var(--gold); }
.xy22-item-content p { color: var(--text-light); font-size: .88rem; margin-bottom: 10px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.xy22-item-date { color: var(--muted); font-size: .8rem; }
.xy22-item-date i { color: var(--gold); margin-right: 5px; }
.xy22-sidebar-box { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; margin-bottom: 22px; box-shadow: var(--shadow); }
.xy22-sidebar-box h3 { font-size: 1.1rem; font-weight: 800; color: var(--teal); margin-bottom: 16px; padding-bottom: 12px; border-bottom: 2px solid var(--surface-2); }
.xy22-sidebar-box h3 i { margin-right: 8px; color: var(--gold); }

/* ===== Search / so ===== */
.xy22-so { max-width: 920px; margin: 0 auto; padding: 46px 16px 60px; }
.xy22-so-top { text-align: center; margin-bottom: 34px; }
.xy22-so-top h1 { font-size: 1.9rem; font-weight: 800; color: var(--teal); margin-bottom: 10px; }
.xy22-so-top h1 i { color: var(--gold); }
.xy22-so-top p { color: var(--text-light); margin-bottom: 20px; }
.xy22-so-form { display: flex; max-width: 520px; margin: 0 auto; border-radius: 30px; overflow: hidden; border: 1px solid var(--border); box-shadow: var(--shadow); }
.xy22-so-input { flex: 1; border: none; outline: none; background: #fff; padding: 13px 22px; font-size: .95rem; color: var(--text); }
.xy22-so-input::placeholder { color: var(--muted); }
.xy22-so-form .xy22-btn-neon, .xy22-so-form .xy22-btn-primary { border-radius: 0; padding: 13px 26px; }
.xy22-so-info { background: rgba(124,58,237,.1); border: 1px solid rgba(124,58,237,.22); color: var(--text); padding: 12px 20px; border-radius: var(--radius-sm); margin-bottom: 24px; font-size: .92rem; }
.xy22-so-info strong { color: var(--gold); }
.xy22-so-items { display: flex; flex-direction: column; gap: 16px; }
.xy22-so-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 22px 24px; border-left: 3px solid var(--gold); transition: var(--transition); box-shadow: var(--shadow); }
.xy22-so-card:hover { box-shadow: var(--shadow-lg); transform: translateX(4px); }
.xy22-so-card h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 8px; }
.xy22-so-card h3 a { color: var(--teal); }
.xy22-so-card h3 a:hover { color: var(--gold); }
.xy22-so-card p { color: var(--text-light); font-size: .9rem; margin-bottom: 10px; }
.xy22-so-date { color: var(--muted); font-size: .8rem; }
.xy22-so-date i { color: var(--gold); margin-right: 5px; }
.xy22-so-hot { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow); }
.xy22-so-hot h4 { color: var(--teal); font-weight: 800; margin-bottom: 18px; }
.xy22-so-hot h4 i { color: var(--gold); margin-right: 8px; }
.xy22-so-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.xy22-so-tags a { background: var(--surface-2); color: var(--text-light); padding: 7px 16px; border-radius: 20px; font-size: .85rem; border: 1px solid var(--border); }
.xy22-so-tags a:hover { background: var(--gold-grad); color: #fff; border-color: transparent; }

/* ===== Tag page ===== */
.xy22-tag-cloud-lg { justify-content: center; gap: 12px; }
.xy22-tag-chip { background: #fff; border: 1px solid var(--border); color: var(--teal); padding: 10px 20px; border-radius: 24px; font-size: .92rem; box-shadow: var(--shadow); }
.xy22-tag-chip i { color: var(--gold); margin-right: 6px; }
.xy22-tag-chip:hover { background: var(--gold-grad); color: #fff; border-color: transparent; }
.xy22-tag-chip:hover i { color: #fff; }

/* ===== Responsive ===== */
@media (max-width: 991px) {
    .xy22-hero-inner { flex-direction: column; gap: 60px; }
    .xy22-hero-text, .xy22-hero-media { flex: 1 1 100%; width: 100%; }
    .xy22-hero-title { font-size: 2.3rem; }
    .xy22-hero { padding: 52px 0 70px; }
    .xy22-catz, .xy22-grid-3 { grid-template-columns: repeat(2, 1fr); }
    .xy22-about-row, .xy22-show-row { flex-direction: column; gap: 44px; }
    .xy22-footer-top { grid-template-columns: repeat(2, 1fr); }
    .xy22-toggle { display: block; }
    .xy22-nav { position: absolute; top: 100%; left: 0; right: 0; background: var(--teal); flex-direction: column; align-items: stretch; padding: 12px; gap: 6px; display: none; border-bottom: 1px solid rgba(255,255,255,.12); }
    .xy22-nav.show { display: flex; }
    .xy22-nav .nav-link { padding: 12px 14px; }
    .xy22-nav-search { margin: 8px 0 0; }
    .xy22-nav-search input { width: 100%; flex: 1; }
    .xy22-hero-img-sub { left: 0; }
}
@media (max-width: 640px) {
    .xy22-topbar-slogan { display: none; }
    .xy22-topbar-inner { justify-content: center; }
    .xy22-sec { padding: 50px 0; }
    .xy22-hero-title { font-size: 1.9rem; }
    .xy22-catz, .xy22-grid-3, .xy22-h-grid, .xy22-two-col, .xy22-faq { grid-template-columns: 1fr; }
    .xy22-h-card { flex-direction: column; }
    .xy22-h-img { flex: 0 0 auto; aspect-ratio: 16/9; }
    .xy22-footer-top { grid-template-columns: 1fr; }
    .xy22-footer-cta { flex-direction: column; text-align: center; }
    .xy22-hero-trust { gap: 24px; }
    .xy22-cta-inner { flex-direction: column; text-align: center; }
    .xy22-list-item { flex-direction: column; }
    .xy22-item-media { flex: 0 0 auto; }
    .xy22-detail-title { font-size: 1.5rem; }
    .xy22-page-banner { height: 200px; }
    .xy22-page-banner h1 { font-size: 1.6rem; }
    .xy22-hero-img-sub { position: static; width: 100%; margin-top: 14px; }
    .xy22-show-text h2 { font-size: 1.5rem; }
}

/* ==========================================================
   xy-022 新增板块：服务分类 / 平台数据带 / 服务流程 / 球迷评价
   ========================================================== */
/* 服务分类 icon 卡 */
.xy22-srv { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.xy22-srv-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 30px 24px; text-align: center; transition: var(--transition); box-shadow: var(--shadow); position: relative; overflow: hidden; }
.xy22-srv-card::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 3px; background: var(--gold-grad); transform: scaleX(0); transition: var(--transition); }
.xy22-srv-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.xy22-srv-card:hover::after { transform: scaleX(1); }
.xy22-srv-icon { width: 66px; height: 66px; margin: 0 auto 18px; border-radius: 18px; background: var(--surface-2); color: var(--teal); display: flex; align-items: center; justify-content: center; font-size: 1.8rem; transition: var(--transition); }
.xy22-srv-card:hover .xy22-srv-icon { background: var(--teal-grad); color: #fff; }
.xy22-srv-card h3 { font-size: 1.1rem; font-weight: 800; color: var(--teal); margin-bottom: 8px; }
.xy22-srv-card p { color: var(--text-light); font-size: .88rem; }

/* 平台数据带 (dark teal band) */
.xy22-stats { background: var(--teal-grad); padding: 54px 0; }
.xy22-stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; text-align: center; }
.xy22-stat-item i { font-size: 2rem; color: var(--gold-2); margin-bottom: 12px; display: block; }
.xy22-stat-item b { display: block; font-size: 2.3rem; font-weight: 800; color: #fff; line-height: 1.1; }
.xy22-stat-item span { font-size: .88rem; color: rgba(255,255,255,.78); }

/* 服务流程 4 步 (numbered horizontal flow) */
.xy22-flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.xy22-flow-step { position: relative; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 36px 24px 28px; text-align: center; box-shadow: var(--shadow); transition: var(--transition); }
.xy22-flow-step:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.xy22-flow-num { position: absolute; top: -18px; left: 50%; transform: translateX(-50%); width: 40px; height: 40px; border-radius: 50%; background: var(--teal-grad); color: #fff; font-weight: 800; font-size: 1.05rem; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 16px rgba(27,42,107,.28); }
.xy22-flow-icon { font-size: 2rem; color: var(--gold); margin: 10px 0 14px; }
.xy22-flow-step h3 { font-size: 1.08rem; font-weight: 800; color: var(--teal); margin-bottom: 8px; }
.xy22-flow-step p { color: var(--text-light); font-size: .87rem; }

/* 球迷评价 testimonials */
.xy22-testi { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.xy22-testi-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 28px 26px; box-shadow: var(--shadow); transition: var(--transition); position: relative; overflow: hidden; }
.xy22-testi-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.xy22-testi-quote { position: absolute; top: 14px; right: 20px; color: var(--surface-2); font-size: 2.8rem; line-height: 1; }
.xy22-testi-stars { color: var(--gold); font-size: .9rem; margin-bottom: 14px; position: relative; z-index: 1; }
.xy22-testi-text { color: var(--text-light); font-size: .93rem; line-height: 1.8; margin-bottom: 18px; position: relative; z-index: 1; }
.xy22-testi-user { display: flex; align-items: center; gap: 12px; }
.xy22-testi-avatar { width: 44px; height: 44px; border-radius: 50%; overflow: hidden; flex: 0 0 44px; border: 2px solid var(--surface-2); }
.xy22-testi-user b { display: block; color: var(--teal); font-size: .95rem; }
.xy22-testi-user span { font-size: .8rem; color: var(--muted); }

/* 新增板块响应式 */
@media (max-width: 991px) {
    .xy22-srv { grid-template-columns: repeat(2, 1fr); }
    .xy22-stats-row { grid-template-columns: repeat(2, 1fr); gap: 30px; }
    .xy22-flow { grid-template-columns: repeat(2, 1fr); }
    .xy22-testi { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
    .xy22-srv, .xy22-flow { grid-template-columns: 1fr; }
    .xy22-stats-row { grid-template-columns: repeat(2, 1fr); }
}
