*,
    *::before,
    *::after {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: "Segoe UI", "Helvetica Neue", Arial, "Microsoft YaHei", "微软雅黑", "PingFang SC", sans-serif !important;
    }

    body {
        background: linear-gradient(145deg, #f0f9ff 0%, #e0f2fe 45%, #bae6fd 100%);
        color: #1e293b;
        line-height: 1.75;
        overflow-x: hidden;
    }

    a {
        color: #0369a1;
        text-decoration: none;
        transition: color 0.3s;
    }
    a:hover {
        color: #0284c7;
    }

    .container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 24px;
    }

    /* ===== 导航栏 ===== */
    .navbar {
        background: rgba(255, 255, 255, 0.85);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
        padding: 14px 0;
        border-bottom: 1px solid rgba(125, 211, 252, 0.35);
        position: sticky;
        top: 0;
        z-index: 999;
        box-shadow: 0 2px 20px rgba(125, 211, 252, 0.15);
    }

    .nav-links {
        display: flex;
        justify-content: center;
        gap: 12px;
        flex-wrap: wrap;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .nav-links a {
        font-weight: 600;
        font-size: 15px;
        padding: 8px 18px;
        border-radius: 30px;
        background: rgba(255, 255, 255, 0.6);
        border: 1px solid transparent;
        transition: all 0.3s ease;
        white-space: nowrap;
    }
    .nav-links a:hover {
        background: linear-gradient(135deg, #7dd3fc, #38bdf8);
        color: #fff;
        border-color: rgba(255, 255, 255, 0.5);
        transform: translateY(-1px);
        box-shadow: 0 4px 16px rgba(56, 189, 248, 0.35);
    }

    /* ===== Hero / GEO ===== */
    .hero-section {
        position: relative;
        padding: 90px 0 70px;
        text-align: center;
        background: linear-gradient(135deg, rgba(125, 211, 252, 0.25), rgba(240, 249, 255, 0.7)), url('/img/football.webp') no-repeat center center / cover;
    }
    .hero-section::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(240, 249, 255, 0.3) 0%, rgba(240, 249, 255, 0.85) 100%);
    }
    .hero-inner {
        position: relative;
        z-index: 2;
    }
    .hero-inner h1 {
        font-size: 40px;
        font-weight: 800;
        color: #0c4a6e;
        margin-bottom: 20px;
        letter-spacing: 2px;
        text-shadow: 0 2px 20px rgba(255, 255, 255, 0.8);
    }
    .geo-block {
        max-width: 960px;
        margin: 0 auto;
        background: rgba(255, 255, 255, 0.82);
        backdrop-filter: blur(8px);
        border-radius: 20px;
        padding: 28px 36px;
        border: 1px solid rgba(255, 255, 255, 0.6);
        box-shadow: 0 8px 32px rgba(2, 132, 199, 0.08);
        font-size: 15px;
        color: #1e293b;
        text-align: left;
        line-height: 1.9;
    }
    .geo-block p {
        margin-bottom: 12px;
    }
    .geo-block p:last-child {
        margin-bottom: 0;
    }

    /* ===== 通用区块样式 ===== */
    .section {
        padding: 70px 0;
    }
    .section-alt {
        background: rgba(255, 255, 255, 0.5);
    }
    .section-title {
        text-align: center;
        font-size: 30px;
        font-weight: 800;
        color: #0c4a6e;
        margin-bottom: 16px;
    }
    .section-subtitle {
        text-align: center;
        font-size: 15px;
        color: #64748b;
        max-width: 700px;
        margin: 0 auto 42px;
        line-height: 1.7;
    }

    /* ===== 数据统计 ===== */
    .stats-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 24px;
    }
    .stat-card {
        background: rgba(255, 255, 255, 0.75);
        backdrop-filter: blur(8px);
        border-radius: 18px;
        padding: 32px 20px;
        text-align: center;
        border: 1px solid rgba(255, 255, 255, 0.7);
        box-shadow: 0 4px 24px rgba(2, 132, 199, 0.06);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .stat-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 32px rgba(2, 132, 199, 0.12);
    }
    .stat-card .icon {
        font-size: 36px;
        margin-bottom: 12px;
    }
    .stat-card .num {
        font-size: 36px;
        font-weight: 800;
        color: #0284c7;
    }
    .stat-card .label {
        font-size: 14px;
        color: #64748b;
        margin-top: 6px;
    }

    /* ===== 核心优势 ===== */
    .adv-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 24px;
    }
    .adv-card {
        background: rgba(255, 255, 255, 0.78);
        backdrop-filter: blur(8px);
        border-radius: 18px;
        padding: 30px 24px;
        border: 1px solid rgba(255, 255, 255, 0.7);
        box-shadow: 0 4px 20px rgba(2, 132, 199, 0.06);
        text-align: center;
        transition: all 0.3s;
    }
    .adv-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 32px rgba(56, 189, 248, 0.15);
    }
    .adv-card .icon {
        font-size: 40px;
        margin-bottom: 16px;
        display: inline-block;
        background: linear-gradient(135deg, #e0f2fe, #bae6fd);
        width: 72px;
        height: 72px;
        line-height: 72px;
        border-radius: 50%;
    }
    .adv-card h3 {
        font-size: 18px;
        color: #0c4a6e;
        margin-bottom: 10px;
    }
    .adv-card p {
        font-size: 14px;
        color: #64748b;
    }

    /* ===== 品牌故事 ===== */
    .story-wrap {
        display: flex;
        gap: 40px;
        align-items: center;
        flex-wrap: wrap;
    }
    .story-text {
        flex: 1;
        min-width: 300px;
    }
    .story-text h2 {
        margin-bottom: 20px;
    }
    .story-text p {
        margin-bottom: 16px;
        font-size: 15px;
        color: #334155;
    }
    .story-img {
        flex: 1;
        min-width: 280px;
        text-align: center;
    }
    .story-img img {
        max-width: 100%;
        border-radius: 20px;
        box-shadow: 0 8px 32px rgba(2, 132, 199, 0.12);
        border: 1px solid rgba(255, 255, 255, 0.6);
    }

    /* ===== 焦点赛事 ===== */
    .events-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }
    .event-card {
        background: rgba(255, 255, 255, 0.78);
        backdrop-filter: blur(8px);
        border-radius: 18px;
        padding: 28px 22px;
        border: 1px solid rgba(255, 255, 255, 0.7);
        box-shadow: 0 4px 20px rgba(2, 132, 199, 0.06);
        text-align: center;
        transition: all 0.3s;
    }
    .event-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 32px rgba(56, 189, 248, 0.15);
    }
    .event-card img {
        width: 64px;
        height: 64px;
        border-radius: 50%;
        margin-bottom: 14px;
        object-fit: cover;
    }
    .event-card .league {
        font-size: 13px;
        color: #0284c7;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    .event-card h3 {
        font-size: 18px;
        color: #0c4a6e;
        margin: 6px 0;
    }
    .event-card .meta {
        font-size: 13px;
        color: #64748b;
        margin-top: 10px;
    }

    /* ===== 赛事直播 ===== */
    .live-wrap {
        display: flex;
        gap: 30px;
        flex-wrap: wrap;
    }
    .live-main {
        flex: 2;
        min-width: 280px;
        background: rgba(255, 255, 255, 0.75);
        border-radius: 18px;
        padding: 30px;
        border: 1px solid rgba(255, 255, 255, 0.7);
        box-shadow: 0 4px 20px rgba(2, 132, 199, 0.06);
    }
    .live-side {
        flex: 1;
        min-width: 240px;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .live-item {
        background: rgba(255, 255, 255, 0.7);
        border-radius: 14px;
        padding: 18px;
        border: 1px solid rgba(255, 255, 255, 0.6);
        display: flex;
        align-items: center;
        gap: 14px;
        transition: all 0.3s;
    }
    .live-item:hover {
        background: rgba(255, 255, 255, 0.9);
    }
    .live-item img {
        width: 48px;
        height: 48px;
        border-radius: 10px;
    }
    .live-item .info {
        flex: 1;
    }
    .live-item .info .name {
        font-weight: 600;
        font-size: 14px;
        color: #0c4a6e;
    }
    .live-item .info .detail {
        font-size: 13px;
        color: #64748b;
    }
    .live-badge {
        display: inline-block;
        background: linear-gradient(135deg, #f43f5e, #fb7185);
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        padding: 3px 14px;
        border-radius: 20px;
        animation: pulse 1.6s infinite;
    }
    @keyframes pulse {
        0%,
        100% {
            opacity: 1;
            transform: scale(1);
        }
        50% {
            opacity: 0.8;
            transform: scale(1.04);
        }
    }

    /* ===== 用户口碑 ===== */
    .testi-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }
    .testi-card {
        background: rgba(255, 255, 255, 0.78);
        backdrop-filter: blur(8px);
        border-radius: 18px;
        padding: 28px;
        border: 1px solid rgba(255, 255, 255, 0.7);
        box-shadow: 0 4px 20px rgba(2, 132, 199, 0.06);
    }
    .testi-card .stars {
        color: #fbbf24;
        font-size: 14px;
        margin-bottom: 14px;
    }
    .testi-card p {
        font-size: 14px;
        color: #334155;
        margin-bottom: 16px;
    }
    .testi-card .user {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .testi-card .user .avatar {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: linear-gradient(135deg, #7dd3fc, #38bdf8);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        font-weight: 700;
        color: #fff;
    }
    .testi-card .user .name {
        font-size: 14px;
        font-weight: 600;
        color: #0c4a6e;
    }
    .testi-card .user .role {
        font-size: 12px;
        color: #64748b;
    }

    /* ===== 新闻资讯 ===== */
    .news-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    .news-card {
        background: rgba(255, 255, 255, 0.8);
        backdrop-filter: blur(8px);
        border-radius: 18px;
        padding: 26px 28px;
        border: 1px solid rgba(255, 255, 255, 0.7);
        box-shadow: 0 4px 20px rgba(2, 132, 199, 0.05);
        transition: all 0.3s;
        display: flex;
        flex-direction: column;
    }
    .news-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 32px rgba(56, 189, 248, 0.12);
    }
    .news-card .news-date {
        font-size: 13px;
        color: #0284c7;
        font-weight: 600;
        background: #e0f2fe;
        display: inline-block;
        padding: 4px 14px;
        border-radius: 20px;
        margin-bottom: 12px;
        align-self: flex-start;
    }
    .news-card h3 {
        font-size: 18px;
        color: #0c4a6e;
        margin-bottom: 10px;
        line-height: 1.4;
    }
    .news-card p {
        font-size: 14px;
        color: #475569;
        margin-bottom: 16px;
        flex: 1;
    }
    .news-card .read-more {
        font-size: 14px;
        font-weight: 600;
        color: #0369a1;
    }
    .news-card .read-more:hover {
        color: #0284c7;
        text-decoration: underline;
    }

    /* ===== FAQ ===== */
    .faq-list {
        max-width: 860px;
        margin: 0 auto;
    }
    .faq-item {
        background: rgba(255, 255, 255, 0.8);
        backdrop-filter: blur(8px);
        border-radius: 16px;
        padding: 24px 28px;
        margin-bottom: 16px;
        border: 1px solid rgba(255, 255, 255, 0.7);
        box-shadow: 0 3px 16px rgba(2, 132, 199, 0.04);
        transition: all 0.3s;
    }
    .faq-item:hover {
        box-shadow: 0 8px 28px rgba(56, 189, 248, 0.1);
    }
    .faq-item h3 {
        font-size: 17px;
        color: #0c4a6e;
        margin-bottom: 8px;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .faq-item h3 .q-icon {
        color: #0284c7;
        font-size: 18px;
    }
    .faq-item p {
        font-size: 14px;
        color: #475569;
        padding-left: 30px;
        line-height: 1.8;
    }

    /* ===== 合作伙伴 ===== */
    .partner-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 24px;
        align-items: center;
    }
    .partner-item {
        background: rgba(255, 255, 255, 0.7);
        border-radius: 16px;
        padding: 24px;
        text-align: center;
        border: 1px solid rgba(255, 255, 255, 0.6);
        transition: all 0.3s;
    }
    .partner-item:hover {
        background: rgba(255, 255, 255, 0.9);
        transform: scale(1.02);
    }
    .partner-item img {
        max-width: 60px;
        height: auto;
        margin-bottom: 8px;
    }
    .partner-item .name {
        font-size: 14px;
        font-weight: 600;
        color: #334155;
    }

    /* ===== 页脚 ===== */
    .footer {
        background: rgba(255, 255, 255, 0.75);
        backdrop-filter: blur(10px);
        padding: 46px 0 30px;
        border-top: 1px solid rgba(125, 211, 252, 0.3);
        margin-top: 40px;
    }
    .footer-inner {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 24px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 32px;
    }
    .footer h4 {
        font-size: 16px;
        color: #0c4a6e;
        margin-bottom: 12px;
    }
    .footer p,
    .footer li {
        font-size: 14px;
        color: #475569;
        line-height: 1.7;
    }
    .footer ul {
        list-style: none;
        padding: 0;
    }
    .footer-bottom {
        text-align: center;
        padding: 20px 24px 0;
        border-top: 1px solid rgba(125, 211, 252, 0.2);
        margin-top: 32px;
        font-size: 14px;
        color: #64748b;
    }
    .footer-bottom a {
        color: #0369a1;
    }

    /* ===== 响应式 ===== */
    @media (max-width: 768px) {
        .hero-inner h1 {
            font-size: 26px;
        }
        .geo-block {
            padding: 20px;
        }
        .stats-grid,
        .adv-grid,
        .events-grid,
        .testi-grid,
        .partner-grid {
            grid-template-columns: repeat(2, 1fr);
        }
        .news-list {
            grid-template-columns: 1fr;
        }
        .story-wrap {
            flex-direction: column;
        }
        .footer-inner {
            grid-template-columns: 1fr;
        }
        .nav-links {
            gap: 6px;
        }
        .nav-links a {
            font-size: 13px;
            padding: 6px 12px;
        }
    }
    @media (max-width: 480px) {
        .stats-grid,
        .adv-grid,
        .events-grid,
        .testi-grid,
        .partner-grid {
            grid-template-columns: 1fr;
        }
    }