/* ========================================
   xy-017 体育企业模板 - 曜蓝黑 + 洋红品红 + 电光蓝 双色霓虹竞技主题
   仿 ayazgida.com 架构（去除全覆盖广告，3栏目）
   版式：居中式Hero+数据条 → 3栏目 → 关于+成就浮卡 → 编号服务网格
        → 头条特写(1大+列表) → 热门推荐 → 热门项目 → 成就数据带 → 排行/标签 → FAQ → CTA
   ======================================== */
:root {
    --bg: #0a0d18;
    --bg-alt: #0e1220;
    --surface: #141a2c;
    --surface-2: #1c2438;
    --fuchsia: #ff2e9a;
    --fuchsia-2: #e5187f;
    --blue: #2f6bff;
    --blue-soft: rgba(47,107,255,.14);
    --pink-soft: rgba(255,46,154,.13);
    --grad: linear-gradient(135deg, #ff2e9a 0%, #2f6bff 100%);
    --text: #eef1fb;
    --text-light: #9aa4c4;
    --muted: #6b7596;
    --border: rgba(255,46,154,.16);
    --shadow: 0 12px 34px rgba(0,0,0,.5);
    --radius: 18px;
    --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: var(--bg); }
a { color: var(--text); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--fuchsia); }
img { max-width: 100%; height: auto; }
.xy17-container-sm { max-width: 900px; }
.position-relative { position: relative; }

/* ===== Buttons ===== */
.xy17-btn { display: inline-flex; align-items: center; gap: 8px; background: var(--grad); color: #fff; padding: 13px 30px; border-radius: 30px; font-weight: 800; font-size: .95rem; border: none; cursor: pointer; box-shadow: 0 8px 24px rgba(255,46,154,.3); }
.xy17-btn:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 12px 30px rgba(47,107,255,.45); }
.xy17-btn-ghost { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: var(--text); padding: 13px 30px; border-radius: 30px; font-weight: 700; font-size: .95rem; border: 1.5px solid var(--border); }
.xy17-btn-ghost:hover { border-color: var(--blue); color: #fff; transform: translateY(-2px); }

/* ===== Topbar ===== */
.xy17-topbar { background: #060912; border-bottom: 1px solid var(--border); font-size: .8rem; color: var(--text-light); }
.xy17-topbar-inner { display: flex; align-items: center; justify-content: space-between; padding: 8px 0; gap: 14px; }
.xy17-topbar-info i { color: var(--fuchsia); margin-right: 6px; }
.xy17-topbar-links { display: flex; gap: 18px; }
.xy17-topbar-links a { color: var(--text-light); }
.xy17-topbar-links a:hover { color: var(--fuchsia); }
.xy17-topbar-links i { margin-right: 5px; color: var(--blue); }

/* ===== Header ===== */
.xy17-header { background: rgba(10,13,24,.94); backdrop-filter: blur(10px); border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 1000; }
.xy17-header-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; gap: 16px; }
.xy17-logo { display: inline-flex; align-items: center; gap: 11px; }
.xy17-logo-badge { width: 42px; height: 42px; border-radius: 13px; background: var(--grad); display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 18px rgba(255,46,154,.4); flex: 0 0 auto; }
.xy17-logo-badge i { color: #fff; font-size: 1.2rem; }
.xy17-logo-text { color: #fff; font-size: 1.24rem; font-weight: 800; white-space: nowrap; letter-spacing: .5px; }
.xy17-logo mip-img { height: 42px; width: auto; }
.xy17-nav { display: flex; align-items: center; gap: 4px; }
.xy17-nav .nav-link { color: var(--text-light); padding: 8px 15px; border-radius: var(--radius-sm); font-size: .93rem; font-weight: 600; }
.xy17-nav .nav-link:hover, .xy17-nav .nav-link.active { color: #fff; background: var(--surface-2); box-shadow: inset 0 0 0 1px var(--border); }
.xy17-nav-cta { display: inline-flex; align-items: center; gap: 7px; margin-left: 10px; background: var(--grad); color: #fff; padding: 9px 20px; border-radius: 22px; font-weight: 700; font-size: .88rem; }
.xy17-nav-cta:hover { color: #fff; transform: translateY(-1px); }
.xy17-toggle { display: none; background: none; border: none; color: #fff; font-size: 1.5rem; cursor: pointer; }

/* ===== Hero ===== */
.xy17-hero { position: relative; overflow: hidden; padding: 90px 0 0; background: linear-gradient(180deg, #0d1224 0%, var(--bg) 100%); }
.xy17-hero-bg { position: absolute; inset: 0; opacity: .22; }
.xy17-hero-bg mip-img { width: 100%; height: 100%; object-fit: cover; }
.xy17-hero-mask { position: absolute; inset: 0; background: radial-gradient(circle at 78% 22%, rgba(255,46,154,.28), transparent 52%), radial-gradient(circle at 16% 78%, rgba(47,107,255,.26), transparent 52%); }
.xy17-hero-inner { position: relative; z-index: 2; text-align: center; max-width: 780px; margin: 0 auto; padding-bottom: 70px; }
.xy17-hero-badge { display: inline-block; background: var(--pink-soft); border: 1px solid var(--border); color: var(--fuchsia); padding: 7px 20px; border-radius: 22px; font-size: .82rem; margin-bottom: 22px; font-weight: 700; letter-spacing: .5px; }
.xy17-hero-badge i { margin-right: 6px; color: var(--blue); }
.xy17-hero-title { font-size: 3.1rem; font-weight: 800; line-height: 1.15; margin-bottom: 18px; background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.xy17-hero-sub { font-size: 1.06rem; color: var(--text-light); margin: 0 auto 30px; max-width: 600px; }
.xy17-hero-search { display: flex; max-width: 520px; margin: 0 auto 26px; border-radius: 30px; overflow: hidden; background: var(--surface); border: 1px solid var(--border); }
.xy17-hero-search input { flex: 1; border: none; outline: none; background: transparent; padding: 14px 22px; font-size: .95rem; color: var(--text); min-width: 0; }
.xy17-hero-search input::placeholder { color: var(--muted); }
.xy17-hero-search button { background: var(--grad); border: none; color: #fff; padding: 0 26px; cursor: pointer; font-size: .92rem; font-weight: 700; }
.xy17-hero-cta { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
.xy17-hero-stats { position: relative; z-index: 3; margin-top: -34px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.xy17-hero-stat { background: var(--surface); padding: 22px 12px; text-align: center; }
.xy17-hero-stat b { display: block; font-size: 1.9rem; font-weight: 800; background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; line-height: 1.2; }
.xy17-hero-stat span { font-size: .84rem; color: var(--text-light); }

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

/* ===== Category zones ===== */
.xy17-catz-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.xy17-cat-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; transition: var(--transition); display: flex; flex-direction: column; }
.xy17-cat-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--fuchsia); }
.xy17-cat-media { position: relative; overflow: hidden; aspect-ratio: 800/560; }
.xy17-cat-media mip-img { width: 100%; height: 100%; transition: transform .5s ease; }
.xy17-cat-card:hover .xy17-cat-media mip-img { transform: scale(1.06); }
.xy17-cat-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,9,18,.05) 30%, rgba(6,9,18,.7) 100%); }
.xy17-cat-icon { position: absolute; bottom: -26px; left: 22px; width: 54px; height: 54px; border-radius: 16px; background: var(--grad); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; box-shadow: 0 6px 18px rgba(255,46,154,.4); z-index: 2; }
.xy17-cat-body { padding: 38px 22px 22px; position: relative; }
.xy17-cat-no { position: absolute; top: 34px; right: 22px; font-size: 2.2rem; font-weight: 800; color: rgba(255,255,255,.06); line-height: 1; }
.xy17-cat-body h3 { font-size: 1.22rem; font-weight: 800; color: #fff; margin-bottom: 8px; }
.xy17-cat-card:hover h3 { color: var(--fuchsia); }
.xy17-cat-body p { color: var(--text-light); font-size: .88rem; margin-bottom: 14px; }
.xy17-cat-more { color: var(--blue); font-weight: 700; font-size: .86rem; }

/* ===== About ===== */
.xy17-about { padding: 78px 0; background: linear-gradient(135deg, #0d1224 0%, var(--bg) 100%); }
.xy17-about-row { display: flex; align-items: center; gap: 50px; }
.xy17-about-text { flex: 1 1 54%; }
.xy17-about-text h2 { font-size: 2rem; font-weight: 800; color: #fff; margin-bottom: 16px; }
.xy17-lead { color: var(--text-light); margin-bottom: 24px; }
.xy17-check { list-style: none; margin-bottom: 28px; }
.xy17-check li { position: relative; padding-left: 32px; margin-bottom: 14px; color: var(--text); font-size: .95rem; }
.xy17-check li i { position: absolute; left: 0; top: 2px; width: 20px; height: 20px; border-radius: 50%; background: var(--pink-soft); color: var(--fuchsia); font-size: .66rem; display: flex; align-items: center; justify-content: center; }
.xy17-about-media { flex: 1 1 46%; position: relative; }
.xy17-about-media mip-img { border-radius: 22px; overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--border); }
.xy17-about-counter { position: absolute; bottom: -22px; left: 20px; display: flex; gap: 26px; background: var(--surface); border: 1px solid var(--border); border-radius: 16px; padding: 16px 26px; box-shadow: var(--shadow); }
.xy17-about-counter b { display: block; font-size: 1.6rem; font-weight: 800; background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; line-height: 1.2; }
.xy17-about-counter span { font-size: .8rem; color: var(--text-light); }

/* ===== Features (numbered) ===== */
.xy17-feat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.xy17-feat-card { position: relative; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 30px 24px; overflow: hidden; transition: var(--transition); }
.xy17-feat-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--blue); }
.xy17-feat-no { position: absolute; top: 12px; right: 18px; font-size: 2.6rem; font-weight: 800; color: rgba(255,255,255,.05); line-height: 1; }
.xy17-feat-icon { width: 56px; height: 56px; border-radius: 16px; background: var(--blue-soft); color: var(--blue); display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin-bottom: 18px; border: 1px solid var(--border); }
.xy17-feat-card:hover .xy17-feat-icon { background: var(--grad); color: #fff; }
.xy17-feat-body h3 { font-size: 1.12rem; font-weight: 800; color: #fff; margin-bottom: 8px; }
.xy17-feat-body p { color: var(--text-light); font-size: .88rem; }

/* ===== Featured news (1 big + list) ===== */
.xy17-feature-wrap { display: grid; grid-template-columns: 1.5fr 1fr; gap: 22px; }
.xy17-feature-big { grid-row: 1 / span 4; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: var(--transition); }
.xy17-feature-big:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--fuchsia); }
.xy17-feature-big-media { position: relative; overflow: hidden; }
.xy17-feature-big-media mip-img { width: 100%; }
.xy17-feature-flag { position: absolute; top: 14px; left: 14px; background: var(--grad); color: #fff; font-size: .76rem; font-weight: 800; padding: 5px 14px; border-radius: 20px; }
.xy17-feature-big-body { padding: 22px; flex: 1; display: flex; flex-direction: column; }
.xy17-feature-big-body h3 { font-size: 1.32rem; font-weight: 800; color: #fff; line-height: 1.4; margin-bottom: 10px; }
.xy17-feature-big:hover h3 { color: var(--fuchsia); }
.xy17-feature-big-body p { color: var(--text-light); font-size: .9rem; margin-bottom: 14px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.xy17-feature-row { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 16px 18px; display: flex; align-items: center; gap: 14px; transition: var(--transition); }
.xy17-feature-row:hover { border-color: var(--blue); background: var(--surface-2); }
.xy17-feature-idx { flex: 0 0 40px; height: 40px; border-radius: 12px; background: var(--surface-2); color: var(--fuchsia); font-weight: 800; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; }
.xy17-feature-row-body h4 { font-size: .98rem; font-weight: 700; color: var(--text); line-height: 1.45; margin-bottom: 5px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.xy17-feature-row:hover h4 { color: #fff; }

/* ===== Grid cards ===== */
.xy17-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.xy17-grid-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; transition: var(--transition); display: flex; flex-direction: column; }
.xy17-grid-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--fuchsia); }
.xy17-grid-img { position: relative; display: block; overflow: hidden; aspect-ratio: 400/260; }
.xy17-grid-img mip-img { width: 100%; height: 100%; }
.xy17-grid-badge { position: absolute; top: 12px; left: 12px; background: var(--grad); color: #fff; font-size: .74rem; font-weight: 800; padding: 4px 12px; border-radius: 20px; }
.xy17-grid-body { padding: 20px; flex: 1; display: flex; flex-direction: column; }
.xy17-grid-body h3 { font-size: 1.05rem; font-weight: 700; line-height: 1.5; margin-bottom: 10px; }
.xy17-grid-body h3 a { color: #fff; }
.xy17-grid-body h3 a:hover { color: var(--fuchsia); }
.xy17-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; }
.xy17-grid-meta { display: flex; gap: 16px; color: var(--muted); font-size: .8rem; border-top: 1px solid var(--border); padding-top: 12px; }
.xy17-grid-meta i { margin-right: 5px; color: var(--blue); }

/* ===== Programs band ===== */
.xy17-prog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.xy17-prog-card { position: relative; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); transition: var(--transition); }
.xy17-prog-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--fuchsia); }
.xy17-prog-media { position: relative; aspect-ratio: 800/560; overflow: hidden; }
.xy17-prog-media mip-img { width: 100%; height: 100%; transition: transform .5s ease; }
.xy17-prog-card:hover .xy17-prog-media mip-img { transform: scale(1.07); }
.xy17-prog-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,9,18,.1) 40%, rgba(6,9,18,.9) 100%); }
.xy17-prog-body { position: absolute; left: 0; right: 0; bottom: 0; padding: 22px; }
.xy17-prog-body h3 { color: #fff; font-size: 1.2rem; font-weight: 800; margin-bottom: 6px; }
.xy17-prog-body h3 i { color: var(--fuchsia); margin-right: 8px; }
.xy17-prog-body p { color: var(--text-light); font-size: .86rem; }

/* ===== Achievement band ===== */
.xy17-band { background: var(--grad); padding: 46px 0; }
.xy17-band-row { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 26px; }
.xy17-band-item { display: flex; align-items: center; gap: 14px; color: #fff; }
.xy17-band-item > i { font-size: 2rem; opacity: .9; }
.xy17-band-item b { display: block; font-size: 1.9rem; font-weight: 800; line-height: 1.1; }
.xy17-band-item span { font-size: .86rem; color: rgba(255,255,255,.85); }

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

/* ===== FAQ ===== */
.xy17-faq { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.xy17-faq-item { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; border-left: 3px solid var(--fuchsia); }
.xy17-faq-item b { display: block; color: #fff; font-size: 1rem; margin-bottom: 8px; }
.xy17-faq-item b i { color: var(--blue); margin-right: 8px; }
.xy17-faq-item p { color: var(--text-light); font-size: .9rem; }

/* ===== CTA ===== */
.xy17-cta { background: linear-gradient(135deg, #0d1224, var(--bg)); padding: 62px 0; border-top: 1px solid var(--border); }
.xy17-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.xy17-cta h2 { color: #fff; font-size: 1.9rem; font-weight: 800; margin-bottom: 8px; }
.xy17-cta p { color: var(--text-light); }

/* ===== Footer ===== */
.xy17-footer { background: #060912; color: var(--text-light); padding-top: 46px; border-top: 1px solid var(--border); }
.xy17-footer-brand-row { display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 26px 30px; margin-bottom: 44px; }
.xy17-footer-brand { display: flex; align-items: center; gap: 16px; flex: 1 1 340px; }
.xy17-footer-brand h3 { color: #fff; font-size: 1.24rem; font-weight: 800; margin-bottom: 4px; }
.xy17-footer-brand p { color: var(--text-light); font-size: .86rem; margin: 0; max-width: 420px; }
.xy17-footer-news { flex: 1 1 340px; }
.xy17-footer-news label { display: block; color: #fff; font-size: .9rem; font-weight: 700; margin-bottom: 10px; }
.xy17-footer-news label i { color: var(--fuchsia); margin-right: 6px; }
.xy17-footer-news-row { display: flex; border-radius: 26px; overflow: hidden; border: 1px solid var(--border); }
.xy17-footer-news-row input { flex: 1; border: none; outline: none; background: var(--surface-2); color: var(--text); padding: 12px 18px; font-size: .88rem; min-width: 0; }
.xy17-footer-news-row input::placeholder { color: var(--muted); }
.xy17-footer-news-row button { background: var(--grad); border: none; color: #fff; font-weight: 800; padding: 0 22px; cursor: pointer; font-size: .88rem; }
.xy17-footer-top { display: grid; grid-template-columns: 1fr 1fr 1.3fr 1.4fr; gap: 34px; padding-bottom: 38px; border-bottom: 1px solid var(--border); }
.xy17-footer-col h4 { color: #fff; font-size: 1.02rem; font-weight: 700; margin-bottom: 18px; position: relative; padding-bottom: 10px; }
.xy17-footer-col h4::after { content: ""; position: absolute; left: 0; bottom: 0; width: 30px; height: 2px; background: var(--grad); }
.xy17-footer-desc { font-size: .86rem; margin-bottom: 12px; }
.xy17-footer-col ul { list-style: none; }
.xy17-footer-col ul li { margin-bottom: 10px; }
.xy17-footer-col ul a { color: var(--text-light); font-size: .88rem; }
.xy17-footer-col ul a:hover { color: var(--fuchsia); }
.xy17-footer-col ul a i { margin-right: 8px; color: var(--blue); font-size: .72rem; }
.xy17-footer-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.xy17-footer-tags a { background: var(--surface); border: 1px solid var(--border); color: var(--text-light); padding: 5px 12px; border-radius: 16px; font-size: .8rem; }
.xy17-footer-tags a:hover { background: var(--grad); color: #fff; border-color: transparent; }
.xy17-footer-social { display: flex; gap: 12px; margin-top: 14px; }
.xy17-footer-social a { width: 38px; height: 38px; border-radius: 10px; background: var(--surface); border: 1px solid var(--border); color: var(--text-light); display: flex; align-items: center; justify-content: center; }
.xy17-footer-social a:hover { background: var(--grad); color: #fff; border-color: transparent; }
.xy17-footer-bottom { padding: 22px 0; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.xy17-footer-links { display: flex; flex-wrap: wrap; gap: 18px; justify-content: center; }
.xy17-footer-links a { color: var(--muted); font-size: .84rem; }
.xy17-footer-links a:hover { color: var(--fuchsia); }
.xy17-footer-bottom span { font-size: .82rem; color: var(--muted); }

/* ===== Category page banner ===== */
.xy17-page-banner { position: relative; height: 300px; overflow: hidden; display: flex; align-items: center; }
.xy17-banner-bg { position: absolute; inset: 0; }
.xy17-banner-bg mip-img { width: 100%; height: 100%; object-fit: cover; }
.xy17-banner-mask { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(10,13,24,.94), rgba(28,36,56,.72)); }
.xy17-banner-kicker { position: relative; display: inline-block; color: var(--fuchsia); font-size: .78rem; font-weight: 800; letter-spacing: 2px; margin-bottom: 8px; }
.xy17-page-banner h1 { position: relative; color: #fff; font-size: 2.2rem; font-weight: 800; margin-bottom: 8px; }
.xy17-banner-sub { position: relative; color: var(--text-light); font-size: 1rem; }
.xy17-crumb { padding: 18px 0; color: var(--text-light); font-size: .88rem; display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.xy17-crumb > i.fa-map-marker-alt { color: var(--fuchsia); }
.xy17-crumb a { color: var(--text-light); }
.xy17-crumb a:hover { color: var(--fuchsia); }
.xy17-crumb span { color: #fff; font-weight: 600; }
.xy17-crumb i.fa-angle-right { font-size: .7rem; color: var(--muted); }
.xy17-page-banner + .container .xy17-grid-3 { margin-bottom: 40px; }

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

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

/* ===== Article list block ===== */
.xy17-list-item { display: flex; gap: 18px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; padding: 14px; margin-bottom: 18px; transition: var(--transition); }
.xy17-list-item:hover { box-shadow: var(--shadow); border-color: var(--fuchsia); transform: translateX(4px); }
.xy17-item-media { flex: 0 0 200px; border-radius: var(--radius-sm); overflow: hidden; }
.xy17-item-content h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 8px; }
.xy17-item-content h3 a { color: #fff; }
.xy17-item-content h3 a:hover { color: var(--fuchsia); }
.xy17-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; }
.xy17-item-date { color: var(--muted); font-size: .8rem; }
.xy17-item-date i { color: var(--blue); margin-right: 5px; }
.xy17-sidebar-box { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; margin-bottom: 22px; }
.xy17-sidebar-box h3 { font-size: 1.1rem; font-weight: 800; color: #fff; margin-bottom: 16px; padding-bottom: 12px; border-bottom: 1px solid var(--border); }
.xy17-sidebar-box h3 i { margin-right: 8px; }

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

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

/* ===== Responsive ===== */
@media (max-width: 991px) {
    .xy17-hero-title { font-size: 2.3rem; }
    .xy17-hero { padding-top: 60px; }
    .xy17-hero-stats { grid-template-columns: repeat(2, 1fr); }
    .xy17-catz-grid, .xy17-grid-3, .xy17-prog-grid { grid-template-columns: repeat(2, 1fr); }
    .xy17-feat-grid { grid-template-columns: repeat(2, 1fr); }
    .xy17-feature-wrap { grid-template-columns: 1fr; }
    .xy17-feature-big { grid-row: auto; }
    .xy17-about-row { flex-direction: column; gap: 54px; }
    .xy17-footer-top { grid-template-columns: repeat(2, 1fr); }
    .xy17-toggle { display: block; }
    .xy17-nav { position: absolute; top: 100%; left: 0; right: 0; background: #060912; flex-direction: column; align-items: stretch; padding: 12px; gap: 6px; display: none; border-bottom: 1px solid var(--border); }
    .xy17-nav.show { display: flex; }
    .xy17-nav .nav-link { padding: 12px 14px; }
    .xy17-nav-cta { margin: 8px 0 0; justify-content: center; }
    .xy17-topbar-info { display: none; }
    .xy17-topbar-inner { justify-content: center; }
}
@media (max-width: 640px) {
    .xy17-sec { padding: 50px 0; }
    .xy17-hero-title { font-size: 1.9rem; }
    .xy17-hero-inner { padding-bottom: 54px; }
    .xy17-hero-stats { grid-template-columns: repeat(2, 1fr); }
    .xy17-catz-grid, .xy17-grid-3, .xy17-prog-grid, .xy17-feat-grid, .xy17-two-col, .xy17-faq { grid-template-columns: 1fr; }
    .xy17-about-counter { left: 12px; right: 12px; justify-content: space-around; }
    .xy17-footer-top, .xy17-footer-brand-row { grid-template-columns: 1fr; flex-direction: column; align-items: stretch; }
    .xy17-band-row { gap: 22px; }
    .xy17-band-item b { font-size: 1.5rem; }
    .xy17-cta-inner { flex-direction: column; text-align: center; }
    .xy17-list-item { flex-direction: column; }
    .xy17-item-media { flex: 0 0 auto; }
    .xy17-detail-title { font-size: 1.5rem; }
    .xy17-page-banner { height: 220px; }
    .xy17-page-banner h1 { font-size: 1.6rem; }
}
