/* wy08 - 皇家蓝 | 智慧体育科技企业官网 */
:root {
  --wy-primary: #2563eb;
  --wy-primary-dark: #1d4ed8;
  --wy-accent: #f59e0b;
  --wy-accent2: #ef4444;
  --wy-bg: #ffffff;
  --wy-sub-bg: #eff6ff;
  --wy-text: #1e293b;
  --wy-text-2: #64748b;
  --wy-border: #e5e7eb;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"PingFang SC","Microsoft YaHei",sans-serif; color: var(--wy-text); background: var(--wy-bg); line-height: 1.6; }
a { color: var(--wy-primary); text-decoration: none; transition: .3s; }
a:hover { color: var(--wy-primary-dark); }

/* Header */
.wy-header { background: #fff; box-shadow: 0 2px 12px rgba(0,0,0,.06); position: sticky; top: 0; z-index: 999; }
.wy-header .navbar { padding: 12px 0; }
.wy-header .logo { display: flex; align-items: center; text-decoration: none; gap: 10px; }
.wy-header .logo-img { max-height: 44px; }
.wy-header .logo-text { font-size: 1.1rem; font-weight: 700; color: var(--wy-primary); }
.wy-header .navbar-nav .nav-link { color: var(--wy-text)!important; font-size: .9rem; font-weight: 500; padding: 10px 16px!important; transition: .3s; }
.wy-header .navbar-nav .nav-link:hover,.wy-header .navbar-nav .nav-link.active { color: var(--wy-primary)!important; }
.wy-header .navbar-toggler { border-color: var(--wy-border); }

/* Hero Banner */
.wy-hero { position: relative; height: 500px; overflow: hidden; background: var(--wy-primary-dark); }
.wy-hero-bg { position: absolute; inset: 0; background: linear-gradient(135deg, var(--wy-primary-dark) 0%, var(--wy-primary) 60%, var(--wy-primary-dark) 100%); }
.wy-hero-bg::before { content:''; position: absolute; inset: 0; background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60"><circle cx="30" cy="30" r="1.5" fill="rgba(255,255,255,.06)"/></svg>') repeat; }
.wy-hero-content { position: relative; z-index: 2; height: 100%; display: flex; align-items: center; }
.wy-hero h1 { color: #fff; font-size: 2.6rem; font-weight: 700; margin-bottom: 16px; text-shadow: 0 2px 8px rgba(0,0,0,.15); }
.wy-hero h1 strong { color: var(--wy-accent); }
.wy-hero p { color: rgba(255,255,255,.85); font-size: 1.05rem; max-width: 580px; margin-bottom: 28px; }
.wy-btn { display: inline-flex; align-items: center; padding: 12px 30px; border-radius: 8px; font-weight: 700; font-size: .95rem; text-decoration: none; transition: .3s; }
.wy-btn-primary { background: var(--wy-primary); color: #fff; box-shadow: 0 4px 12px rgba(0,0,0,.15); }
.wy-btn-primary:hover { opacity: .9; transform: translateY(-2px); color: #fff; box-shadow: 0 6px 16px rgba(0,0,0,.2); }
.wy-btn-outline { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.5); }
.wy-btn-outline:hover { background: rgba(255,255,255,.1); color: #fff; border-color: #fff; }

/* Section */
.wy-section { padding: 64px 0; }
.wy-section.alt { background: var(--wy-sub-bg); }
.wy-stitle { text-align: center; margin-bottom: 48px; }
.wy-stitle h2 { color: var(--wy-text); font-size: 1.8rem; font-weight: 700; margin: 0 0 10px; }
.wy-stitle p { color: var(--wy-text-2); font-size: .95rem; margin: 0; }
.wy-stitle::after { content:''; display: block; width: 50px; height: 3px; background: var(--wy-primary); margin: 14px auto 0; border-radius: 2px; }

/* Service Cards */
.wy-svc-card { background: #fff; border-radius: 8px; padding: 32px 24px; text-align: center; transition: .3s; border: 1px solid var(--wy-border); height: 100%; }
.wy-svc-card:hover { transform: translateY(-5px); box-shadow: 0 12px 32px rgba(0,0,0,.08); border-color: var(--wy-primary); }
.wy-svc-card i { font-size: 2.8rem; color: var(--wy-primary); margin-bottom: 16px; }
.wy-svc-card h4 { font-size: 1.05rem; font-weight: 700; color: var(--wy-text); margin-bottom: 8px; }
.wy-svc-card p { font-size: .88rem; color: var(--wy-text-2); margin: 0; }

/* Business Layout */
.wy-biz { padding: 64px 0; background: var(--wy-sub-bg); }
.wy-biz-card { background: #fff; border-radius: 8px; padding: 28px 24px; border: 1px solid var(--wy-border); transition: .3s; height: 100%; }
.wy-biz-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,.08); transform: translateY(-3px); }
.wy-biz-card i { font-size: 2.2rem; color: var(--wy-primary); margin-bottom: 14px; }
.wy-biz-card h4 { font-size: 1rem; font-weight: 700; color: var(--wy-text); margin-bottom: 8px; }
.wy-biz-card p { font-size: .85rem; color: var(--wy-text-2); margin: 0; }

/* Stats */
.wy-stats { background: linear-gradient(135deg, var(--wy-primary-dark), var(--wy-primary)); padding: 50px 0; }
.wy-stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; max-width: 900px; margin: 0 auto; text-align: center; }
.wy-stats-item .num { font-size: 2.4rem; font-weight: 800; color: #fff; }
.wy-stats-item .label { font-size: .85rem; color: rgba(255,255,255,.7); margin-top: 4px; }

/* Product Show */
.wy-product { padding: 64px 0; }
.wy-product-img { border-radius: 8px; overflow: hidden; box-shadow: 0 12px 32px rgba(0,0,0,.08); }
.wy-product-img img { width: 100%; height: 360px; object-fit: cover; display: block; }
.wy-feature-list { list-style: none; padding: 0; margin: 20px 0; }
.wy-feature-list li { padding: 8px 0; color: var(--wy-text-2); position: relative; padding-left: 28px; font-size: .92rem; }
.wy-feature-list li::before { content: '\f00c'; font-family: 'Font Awesome 6 Free'; font-weight: 900; position: absolute; left: 0; color: var(--wy-primary); font-size: .85rem; }

/* CTA */
.wy-cta { background: linear-gradient(135deg, var(--wy-primary), var(--wy-primary-dark)); padding: 60px 0; text-align: center; }
.wy-cta h2 { color: #fff; font-size: 1.8rem; font-weight: 700; margin-bottom: 12px; }
.wy-cta p { color: rgba(255,255,255,.8); font-size: 1rem; margin-bottom: 28px; }

/* News */
.wy-news-card { background: #fff; border-radius: 8px; overflow: hidden; border: 1px solid var(--wy-border); transition: .3s; height: 100%; }
.wy-news-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,.08); transform: translateY(-3px); }
.wy-news-card-img { height: 180px; background: linear-gradient(135deg, rgba(0,0,0,.03), rgba(0,0,0,.01)); display: flex; align-items: center; justify-content: center; }
.wy-news-card-img i { font-size: 3rem; color: var(--wy-primary); opacity: .2; }
.wy-news-card-body { padding: 18px; }
.wy-news-card-body h3 { font-size: 1rem; font-weight: 700; color: var(--wy-text); margin-bottom: 6px; }
.wy-news-card-body h3 a { color: var(--wy-text); }
.wy-news-card-body h3 a:hover { color: var(--wy-primary); }
.wy-news-card-body p { font-size: .85rem; color: var(--wy-text-2); margin-bottom: 8px; }
.wy-news-card-body time { font-size: .8rem; color: var(--wy-primary); font-weight: 600; }

/* Footer */
.wy-footer { background: #1a1a2e; color: rgba(255,255,255,.7); padding: 50px 0 0; }
.wy-footer h5 { color: #fff; font-size: .95rem; font-weight: 700; margin-bottom: 16px; padding-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,.1); position: relative; }
.wy-footer h5::after { content:''; position: absolute; bottom: -1px; left: 0; width: 40px; height: 2px; background: var(--wy-primary); }
.wy-footer ul { list-style: none; padding: 0; }
.wy-footer ul li { padding: 4px 0; font-size: .85rem; }
.wy-footer a { color: rgba(255,255,255,.6); text-decoration: none; transition: .3s; }
.wy-footer a:hover { color: var(--wy-primary); }
.wy-footer .copy { border-top: 1px solid rgba(255,255,255,.08); padding: 18px 0; margin-top: 30px; text-align: center; font-size: .82rem; color: rgba(255,255,255,.4); }

/* Breadcrumb */
.wy-breadcrumb { background: var(--wy-sub-bg); padding: 12px 0; font-size: .85rem; border-bottom: 1px solid var(--wy-border); }
.wy-breadcrumb a { color: var(--wy-text-2); text-decoration: none; }
.wy-breadcrumb a:hover { color: var(--wy-primary); }
.wy-breadcrumb span { color: var(--wy-primary); }

/* Pagination */
.wy-pagination { display: flex; justify-content: center; gap: 6px; margin-top: 30px; }
.wy-pagination a,.wy-pagination span { display: inline-block; padding: 8px 14px; background: #fff; border: 1px solid var(--wy-border); color: var(--wy-text-2); text-decoration: none; border-radius: 8px; font-size: .9rem; transition: .3s; }
.wy-pagination a:hover,.wy-pagination .active { background: var(--wy-primary); color: #fff; border-color: var(--wy-primary); }

/* Tags */
.wy-tag-badge { display: inline-block; background: var(--wy-primary); color: #fff; font-size: .85rem; padding: 8px 16px; border-radius: 20px; text-decoration: none; margin: 4px; transition: .3s; }
.wy-tag-badge:hover { opacity: .85; color: #fff; }

@media (max-width: 768px) {
  .wy-hero { height: 360px; }
  .wy-hero h1 { font-size: 1.5rem; }
  .wy-section { padding: 40px 0; }
  .wy-stats-grid { grid-template-columns: repeat(2,1fr); }
}
