* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: "Segoe UI", "Helvetica Neue", Arial, "Microsoft YaHei", "微软雅黑", "PingFang SC", sans-serif !important;
        }
        body {
            background: #fdf5ef;
            color: #2d2a26;
            line-height: 1.7;
            overflow-x: hidden;
        }
        .container {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 24px;
        }
        a {
            text-decoration: none;
            color: inherit;
            transition: all .3s;
        }
        img {
            max-width: 100%;
            border-radius: 12px;
            display: block;
        }

        /* ===== Header & Nav ===== */
        .site-header {
            position: sticky;
            top: 0;
            z-index: 100;
            background: rgba(253, 245, 239, .92);
            backdrop-filter: blur(18px);
            border-bottom: 1px solid rgba(232, 121, 111, .18);
            padding: 14px 0;
        }
        .nav-links {
            display: flex;
            align-items: center;
            gap: 34px;
            flex-wrap: wrap;
            justify-content: center;
        }
        .nav-links a {
            font-size: 15px;
            font-weight: 600;
            padding: 8px 6px;
            border-radius: 6px;
            color: #5a4a42;
            position: relative;
            letter-spacing: .3px;
        }
        .nav-links a:hover {
            background: linear-gradient(135deg, #fbe3de, #fdf0df);
            color: #c05b52;
        }
        .nav-links a:first-child {
            background: linear-gradient(135deg, #e8796f, #fbbf24);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            font-weight: 800;
            font-size: 18px;
        }

        /* ===== Hero ===== */
        .hero {
            position: relative;
            background: linear-gradient(135deg, #fbe3de 0%, #fdf5ef 55%, #fdf0d3 100%);
            padding: 72px 0 50px;
            text-align: center;
        }
        .hero::before {
            content: "";
            position: absolute;
            top: -60px;
            right: -60px;
            width: 300px;
            height: 300px;
            background: radial-gradient(circle, rgba(232, 121, 111, .15) 0%, transparent 70%);
            border-radius: 50%;
        }
        .hero h1 {
            font-size: 42px;
            font-weight: 800;
            letter-spacing: 1px;
            margin-bottom: 24px;
            background: linear-gradient(135deg, #d05a50, #f0a830);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            line-height: 1.3;
            max-width: 860px;
            margin-left: auto;
            margin-right: auto;
        }
        .hero .hero-img {
            margin: 24px auto 0;
            max-width: 320px;
            border-radius: 20px;
            box-shadow: 0 20px 60px rgba(232, 121, 111, .25);
        }
        .geo-intro {
            max-width: 860px;
            margin: 22px auto 0;
            font-size: 16px;
            line-height: 1.85;
            color: #5a4a42;
            background: rgba(255, 255, 255, .65);
            border-radius: 20px;
            padding: 28px 36px;
            border: 1px solid rgba(232, 121, 111, .12);
            text-align: left;
            backdrop-filter: blur(4px);
        }

        /* ===== Section ===== */
        .section {
            padding: 64px 0;
        }
        .section-alt {
            background: linear-gradient(180deg, #fdf5ef, #fbecec);
        }
        .section-title {
            font-size: 30px;
            font-weight: 700;
            text-align: center;
            margin-bottom: 12px;
            color: #a84f45;
            letter-spacing: 1.5px;
        }
        .section-subtitle {
            text-align: center;
            font-size: 15px;
            color: #8b7a73;
            margin-bottom: 44px;
            max-width: 640px;
            margin-left: auto;
            margin-right: auto;
            line-height: 1.7;
        }
        .section-divider {
            width: 60px;
            height: 4px;
            background: linear-gradient(90deg, #e8796f, #fbbf24);
            border-radius: 4px;
            margin: 0 auto 24px;
        }

        /* ===== Cards ===== */
        .card {
            background: #fffaf7;
            border-radius: 16px;
            border: 1px solid rgba(232, 121, 111, .15);
            box-shadow: 0 6px 30px rgba(232, 121, 111, .06);
            padding: 28px;
            transition: transform .3s, box-shadow .3s;
        }
        .card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 40px rgba(232, 121, 111, .13);
        }

        /* ===== Data Stats ===== */
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 28px;
            margin-top: 20px;
        }
        .stat-card {
            text-align: center;
            background: linear-gradient(145deg, #fffaf7, #fef0f0);
            border-radius: 18px;
            padding: 34px 18px;
            border: 1px solid rgba(232, 121, 111, .12);
        }
        .stat-number {
            font-size: 40px;
            font-weight: 800;
            background: linear-gradient(135deg, #e8796f, #fbbf24);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            display: block;
            line-height: 1.2;
        }
        .stat-label {
            font-size: 14px;
            color: #8b7a73;
            margin-top: 8px;
            font-weight: 500;
        }

        /* ===== Advantages ===== */
        .adv-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 26px;
        }
        .adv-icon {
            width: 56px;
            height: 56px;
            border-radius: 16px;
            background: linear-gradient(135deg, #fbe3de, #fdf0d3);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 26px;
            margin-bottom: 16px;
        }

        /* ===== Brand Story ===== */
        .brand-story-wrap {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 48px;
            align-items: center;
        }
        .brand-story-wrap img {
            border-radius: 18px;
            box-shadow: 0 16px 48px rgba(232, 121, 111, .15);
        }

        /* ===== Events / Live ===== */
        .event-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 28px;
        }
        .event-card {
            display: flex;
            align-items: center;
            gap: 18px;
            padding: 22px 24px;
            background: #fffaf7;
            border-radius: 16px;
            border: 1px solid rgba(232, 121, 111, .12);
        }
        .event-card .vs {
            font-weight: 800;
            font-size: 18px;
            color: #e8796f;
            white-space: nowrap;
        }
        .event-card .score {
            font-size: 26px;
            font-weight: 800;
            color: #2d2a26;
            background: linear-gradient(135deg, #e8796f, #fbbf24);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }
        .event-card .teams {
            flex: 1;
        }
        .event-card .teams .tm {
            font-weight: 600;
            font-size: 16px;
            display: block;
            line-height: 1.5;
        }
        .tag {
            display: inline-block;
            background: linear-gradient(135deg, #e8796f, #fbbf24);
            color: #fff;
            font-size: 11px;
            font-weight: 700;
            padding: 3px 10px;
            border-radius: 20px;
            letter-spacing: .4px;
            vertical-align: middle;
            margin-right: 6px;
        }

        /* ===== News ===== */
        .news-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 28px;
            margin-top: 20px;
        }
        .news-card {
            background: #fffaf7;
            border-radius: 18px;
            padding: 0 0 20px;
            border: 1px solid rgba(232, 121, 111, .1);
            display: flex;
            flex-direction: column;
        }
        .news-card img {
            width: 100%;
            height: 180px;
            object-fit: cover;
            border-radius: 18px 18px 0 0;
        }
        .news-card .news-body {
            padding: 18px 22px 10px;
            flex: 1;
        }
        .news-date {
            font-size: 13px;
            color: #b08a81;
            margin-top: 6px;
            display: block;
            font-weight: 500;
        }
        .news-card h3 {
            font-size: 17px;
            font-weight: 700;
            line-height: 1.5;
            margin: 10px 0 8px;
            color: #3d322d;
        }
        .news-card p {
            font-size: 14px;
            color: #6b5d55;
            line-height: 1.7;
        }
        .news-more {
            display: inline-block;
            margin: 14px 22px 0;
            font-size: 13px;
            font-weight: 600;
            color: #e8796f;
            border-bottom: 1px solid transparent;
        }
        .news-more:hover {
            border-bottom-color: #e8796f;
        }

        /* ===== Testimonials ===== */
        .testimonial-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 28px;
        }
        .testimonial-avatar {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            overflow: hidden;
            margin-bottom: 14px;
            border: 2px solid #fbd8d4;
        }
        .testimonial-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 50%;
        }

        /* ===== FAQ ===== */
        .faq-list {
            max-width: 860px;
            margin: 0 auto;
        }
        .faq-item {
            background: #fffaf7;
            border: 1px solid rgba(232, 121, 111, .1);
            border-radius: 14px;
            padding: 24px 30px;
            margin-bottom: 18px;
        }
        .faq-q {
            font-weight: 700;
            font-size: 17px;
            color: #3d322d;
            margin-bottom: 10px;
            display: flex;
            gap: 10px;
            align-items: flex-start;
        }
        .faq-q::before {
            content: "Q";
            background: linear-gradient(135deg, #e8796f, #fbbf24);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            font-weight: 800;
            font-size: 20px;
        }
        .faq-a {
            font-size: 15px;
            color: #5a4a42;
            line-height: 1.75;
            padding-left: 30px;
        }

        /* ===== Footer ===== */
        .site-footer {
            background: #2d2a26;
            color: #b5a69e;
            padding: 50px 0 30px;
            font-size: 14px;
            line-height: 1.8;
        }
        .site-footer a {
            color: #d9b8af;
            margin: 0 4px;
        }
        .site-footer a:hover {
            color: #fbbf24;
        }
        .footer-inner {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 24px;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 40px;
        }
        .footer-bottom {
            border-top: 1px solid rgba(255, 255, 255, .08);
            margin-top: 36px;
            padding-top: 18px;
            text-align: center;
            font-size: 13px;
            color: #7a6e68;
        }
        .footer-bottom a {
            color: #a68d86;
            margin: 0 4px;
        }
        .footer-bottom a:hover {
            color: #fbbf24;
        }

        /* ===== Responsive ===== */
        @media (max-width: 768px) {
            .stats-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            .adv-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            .news-grid {
                grid-template-columns: 1fr;
            }
            .brand-story-wrap {
                grid-template-columns: 1fr;
            }
            .event-grid {
                grid-template-columns: 1fr;
            }
            .testimonial-grid {
                grid-template-columns: 1fr;
            }
            .footer-inner {
                grid-template-columns: 1fr;
            }
            .hero h1 {
                font-size: 28px;
            }
            .nav-links {
                gap: 14px;
            }
            .nav-links a {
                font-size: 13px;
            }
        }