* {
    font-family: "Segoe UI", "Helvetica Neue", Arial, "Microsoft YaHei", "微软雅黑", "PingFang SC", sans-serif !important;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #fdf8f2;
    background-image: radial-gradient(circle at 10% 20%, rgba(217, 119, 6, 0.06) 0%, transparent 40%),
    radial-gradient(circle at 90% 80%, rgba(120, 53, 15, 0.05) 0%, transparent 40%);
    color: #78350f;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* ===== 导航栏 ===== */
.navbar {
    background: linear-gradient(135deg, #b45309 0%, #78350f 50%, #92400e 100%);
    padding: 1rem 2rem;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 24px rgba(120, 53, 15, 0.35);
    border-bottom: 3px solid #d97706;
}

.nav-links {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.nav-links a {
    color: #fff8f0;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    padding: 0.5rem 1.2rem;
    border-radius: 50px;
    transition: all 0.35s ease;
    letter-spacing: 0.02em;
}

.nav-links a:hover {
    background-color: rgba(255, 248, 240, 0.18);
    color: #fde68a;
    transform: translateY(-2px);
}

/* ===== Hero / GEO 区块 ===== */
.hero {
    padding: 4rem 0 3.5rem;
    background: linear-gradient(180deg, #fef9f0 0%, #fdf3e6 100%);
    border-bottom: 1px solid rgba(217, 119, 6, 0.2);
}

.hero h1 {
    font-size: 2.6rem;
    font-weight: 800;
    color: #78350f;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 1.8rem;
    background: linear-gradient(135deg, #9a3412, #d97706);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.geo-desc {
    max-width: 900px;
    margin: 0 auto 2.5rem;
    font-size: 1.12rem;
    color: #7c4a21;
    text-align: justify;
    line-height: 1.9;
}

.hero-images {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.hero-images img {
    width: 280px;
    height: 180px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(120, 53, 15, 0.13);
    border: 3px solid #fff;
    transition: transform 0.4s, box-shadow 0.4s;
}

.hero-images img:hover {
    transform: scale(1.02);
    box-shadow: 0 12px 40px rgba(120, 53, 15, 0.22);
}

/* ===== 通用区块标题 ===== */
.section {
    padding: 3.5rem 0;
}

.section h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #78350f;
    text-align: center;
    margin-bottom: 0.5rem;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
}

.section h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    margin: 0.8rem auto 0;
    border-radius: 4px;
    background: linear-gradient(90deg, #d97706, #fbbf24, #d97706);
}

.section-sub {
    text-align: center;
    color: #a16207;
    font-size: 1rem;
    max-width: 720px;
    margin: 0.8rem auto 2.5rem;
    line-height: 1.8;
}

/* ===== 核心优势卡片 ===== */
.advantages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.8rem;
    margin-top: 2rem;
}

.card {
    background: linear-gradient(145deg, #fffdf8, #fef4e6);
    border-radius: 18px;
    padding: 2rem 1.6rem;
    border-left: 5px solid #d97706;
    box-shadow: 0 6px 24px rgba(120, 53, 15, 0.07);
    transition: transform 0.35s, box-shadow 0.35s;
}

.card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 36px rgba(120, 53, 15, 0.14);
}

.card h3 {
    font-size: 1.25rem;
    color: #9a3412;
    margin-bottom: 0.8rem;
    font-weight: 700;
}

.card p {
    color: #7c4a21;
    font-size: 0.95rem;
    line-height: 1.75;
}

.card .icon {
    font-size: 2.2rem;
    margin-bottom: 0.8rem;
    display: block;
}

/* ===== 数据统计 ===== */
.stats-section {
    background: linear-gradient(135deg, #78350f 0%, #92400e 40%, #b45309 100%);
    color: #fff8f0;
    border-radius: 0;
    position: relative;
    overflow: hidden;
}

.stats-section h2 {
    color: #fdf6ec;
}

.stats-section h2::after {
    background: linear-gradient(90deg, #fbbf24, #fde68a, #fbbf24);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 2rem;
    margin-top: 2.5rem;
    text-align: center;
}

.stat-item {
    padding: 1.5rem 1rem;
    background: rgba(255, 248, 240, 0.1);
    border-radius: 16px;
    border: 1px solid rgba(255, 248, 240, 0.2);
    backdrop-filter: blur(4px);
}

.stat-item strong {
    display: block;
    font-size: 2.8rem;
    font-weight: 800;
    color: #fde68a;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

.stat-item span {
    font-size: 0.95rem;
    color: #fdf6ec;
    letter-spacing: 0.08em;
}

/* ===== 品牌故事 ===== */
.brand-story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    margin-top: 2rem;
}

.brand-story-grid img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 12px 40px rgba(120, 53, 15, 0.18);
    border: 4px solid #fff;
}

.brand-story-text p {
    color: #7c4a21;
    font-size: 1.05rem;
    line-height: 1.9;
    margin-bottom: 1rem;
    text-align: justify;
}

.brand-story-text .highlight {
    color: #b45309;
    font-weight: 700;
}

/* ===== 焦点赛事 ===== */
.events-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.8rem;
    margin-top: 2rem;
}

.match-card {
    background: linear-gradient(160deg, #fffdf8, #fdf0df);
    border-radius: 18px;
    padding: 1.8rem;
    border-top: 4px solid #d97706;
    box-shadow: 0 6px 24px rgba(120, 53, 15, 0.07);
    transition: transform 0.35s, box-shadow 0.35s;
}

.match-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 36px rgba(120, 53, 15, 0.14);
}

.match-card .league {
    display: inline-block;
    background: linear-gradient(135deg, #d97706, #b45309);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 0.25rem 0.9rem;
    border-radius: 50px;
    margin-bottom: 0.8rem;
    letter-spacing: 0.06em;
}

.match-card .teams {
    font-size: 1.15rem;
    font-weight: 700;
    color: #78350f;
    margin-bottom: 0.6rem;
    line-height: 1.5;
}

.match-card .meta {
    font-size: 0.85rem;
    color: #a16207;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.match-card .meta span {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}

/* ===== 新闻列表 ===== */
.news-section {
    background: linear-gradient(180deg, #fdf8f2 0%, #fdf1e0 100%);
    border-top: 1px solid rgba(217, 119, 6, 0.15);
    border-bottom: 1px solid rgba(217, 119, 6, 0.15);
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.news-item {
    background: #fffdf8;
    border-radius: 16px;
    padding: 1.8rem;
    border: 1px solid rgba(217, 119, 6, 0.15);
    border-bottom: 4px solid transparent;
    box-shadow: 0 4px 16px rgba(120, 53, 15, 0.05);
    transition: all 0.35s ease;
    position: relative;
}

.news-item:hover {
    border-bottom-color: #d97706;
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(120, 53, 15, 0.12);
}

.news-item .news-date {
    display: inline-block;
    background: linear-gradient(135deg, #d97706, #b45309);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    padding: 0.25rem 1rem;
    border-radius: 50px;
    margin-bottom: 0.9rem;
    letter-spacing: 0.05em;
}

.news-item h3 {
    font-size: 1.15rem;
    color: #78350f;
    margin-bottom: 0.7rem;
    font-weight: 700;
    line-height: 1.45;
}

.news-item p {
    color: #7c4a21;
    font-size: 0.92rem;
    line-height: 1.75;
    margin-bottom: 0.8rem;
}

.news-item .read-more {
    font-size: 0.88rem;
    color: #d97706;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s;
    display: inline-block;
}

.news-item .read-more:hover {
    color: #9a3412;
}

/* ===== FAQ ===== */
.faq-section {
    background: linear-gradient(180deg, #fdf8f2 0%, #fffdf8 100%);
}

.faq-list {
    max-width: 880px;
    margin: 0 auto;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
}

.faq-item {
    background: #fffdf8;
    border-radius: 16px;
    padding: 1.8rem 2rem;
    border-left: 5px solid #d97706;
    box-shadow: 0 4px 16px rgba(120, 53, 15, 0.06);
    transition: box-shadow 0.3s;
}

.faq-item:hover {
    box-shadow: 0 8px 28px rgba(120, 53, 15, 0.1);
}

.faq-item h3 {
    font-size: 1.1rem;
    color: #9a3412;
    font-weight: 700;
    margin-bottom: 0.7rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.faq-item p {
    color: #7c4a21;
    font-size: 0.96rem;
    line-height: 1.8;
}

/* ===== 行动呼吁 CTA ===== */
.cta-section {
    background: linear-gradient(120deg, #78350f, #b45309, #d97706);
    color: #fff8f0;
    text-align: center;
    padding: 4.5rem 0;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -30%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 248, 240, 0.1) 0%, transparent 60%);
    border-radius: 50%;
}

.cta-section h2 {
    color: #fff8f0;
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 0.8rem;
}

.cta-section h2::after {
    background: linear-gradient(90deg, #fde68a, #fff, #fde68a);
}

.cta-section p {
    font-size: 1.1rem;
    color: rgba(255, 248, 240, 0.9);
    max-width: 720px;
    margin: 0 auto 2.5rem;
    line-height: 1.8;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.btn {
    display: inline-block;
    padding: 0.9rem 2.2rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.35s;
    border: 2px solid transparent;
}

.btn-primary {
    background: #fff8f0;
    color: #78350f;
    border-color: #fff8f0;
}

.btn-primary:hover {
    background: transparent;
    color: #fff8f0;
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.btn-outline {
    background: transparent;
    color: #fff8f0;
    border-color: #fde68a;
}

.btn-outline:hover {
    background: #fde68a;
    color: #78350f;
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.cta-image {
    margin-top: 2.5rem;
}

.cta-image img {
    width: 220px;
    height: 220px;
    object-fit: cover;
    border-radius: 28px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.3);
    border: 4px solid rgba(255, 255, 255, 0.4);
}

/* ===== 合作伙伴 ===== */
.partners-grid {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    flex-wrap: wrap;
    margin-top: 2.5rem;
}

.partner-item {
    background: #fffdf8;
    border-radius: 16px;
    padding: 1.2rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 4px 16px rgba(120, 53, 15, 0.06);
    transition: all 0.3s;
}

.partner-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 28px rgba(120, 53, 15, 0.12);
}

.partner-item img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 12px;
}

.partner-item span {
    font-weight: 600;
    color: #78350f;
    font-size: 0.95rem;
}

/* ===== 页脚 ===== */
.footer {
    background: linear-gradient(160deg, #3f2210 0%, #78350f 60%, #92400e 100%);
    color: rgba(255, 248, 240, 0.85);
    padding: 3.5rem 0 2rem;
    border-top: 4px solid #d97706;
}

.footer-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2rem;
}

.footer-top {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.5rem;
    margin-bottom: 2.5rem;
}

.footer-brand h3 {
    color: #fde68a;
    font-size: 1.4rem;
    font-weight: 800;
    margin-bottom: 0.8rem;
}

.footer-brand p {
    font-size: 0.9rem;
    line-height: 1.7;
    opacity: 0.9;
}

.footer-links h4,
.footer-contact h4 {
    color: #fde68a;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.footer-links .links-grid {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.footer-links a {
    color: rgba(255, 248, 240, 0.85);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s;
    display: inline-block;
}

.footer-links a:hover {
    color: #fde68a;
}

.footer-contact p {
    font-size: 0.9rem;
    line-height: 1.9;
}

.footer-contact .phone {
    font-size: 1.15rem;
    color: #fde68a;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.footer-divider {
    border: none;
    border-top: 1px solid rgba(255, 248, 240, 0.15);
    margin: 2rem 0 1.5rem;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 0.85rem;
}

.footer-bottom .copyright {
    opacity: 0.85;
}

.footer-bottom .bottom-links a {
    color: rgba(255, 248, 240, 0.85);
    text-decoration: none;
    margin-left: 1.2rem;
    font-size: 0.85rem;
    transition: color 0.3s;
}

.footer-bottom .bottom-links a:hover {
    color: #fde68a;
}

.icp-info {
    width: 100%;
    text-align: center;
    margin-top: 1rem;
    font-size: 0.82rem;
    opacity: 0.75;
    line-height: 1.8;
}

/* ===== 响应式 ===== */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 1.8rem;
    }
    .geo-desc {
        font-size: 1rem;
    }
    .hero-images img {
        width: 100%;
        height: auto;
    }
    .brand-story-grid {
        grid-template-columns: 1fr;
    }
    .nav-links {
        gap: 0.3rem;
    }
    .nav-links a {
        font-size: 0.88rem;
        padding: 0.4rem 0.9rem;
    }
    .section h2 {
        font-size: 1.6rem;
        left: 0;
        transform: none;
        display: block;
        text-align: center;
    }
    .section h2::after {
        margin-left: auto;
        margin-right: auto;
    }
    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
    .footer-bottom .bottom-links a {
        margin: 0 0.6rem;
    }
}