*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Segoe UI", "Helvetica Neue", Arial, "Microsoft YaHei", "微软雅黑", "PingFang SC", sans-serif !important;
}
:root {
    --primary: #d97706;
    --primary-dark: #b45309;
    --deep-brown: #78350f;
    --cream: #fffbeb;
    --beige: #fef3c7;
    --dark-red: #9f1239;
    --text: #1c1917;
    --text-light: #78716c;
    --sand-grad: linear-gradient(135deg, #d97706, #78350f);
    --card-grad: linear-gradient(145deg, #fffbeb, #fef3c7);
}
body {
    color: var(--text);
    background: #faf6ef;
    line-height: 1.7;
    overflow-x: hidden;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
h1, h2, h3, h4, h5 {
    line-height: 1.3;
    color: var(--deep-brown);
}
h1 {
    font-size: 2.6rem;
    font-weight: 800;
    margin-bottom: 20px;
}
h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 16px;
    position: relative;
}
h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: var(--sand-grad);
    border-radius: 2px;
    margin-top: 8px;
}
h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 10px;
}
p {
    margin-bottom: 12px;
}
.section {
    padding: 72px 0;
}
.section-alt {
    background: linear-gradient(180deg, #fef3c7, #faf6ef);
}
.btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.95rem;
    background: var(--sand-grad);
    color: #fff;
    border: none;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 4px 15px rgba(217, 119, 6, 0.3);
}
.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(120, 53, 15, 0.35);
}
.btn-outline {
    background: transparent;
    border: 2px solid var(--primary);
    color: var(--primary);
    box-shadow: none;
}
.btn-outline:hover {
    background: var(--primary);
    color: #fff;
}
.card {
    background: var(--card-grad);
    border-radius: 14px;
    border: 1px solid #eadbc0;
    box-shadow: 0 4px 18px rgba(120, 53, 15, 0.06);
    padding: 28px 24px;
    transition: transform 0.3s, box-shadow 0.3s;
}
.card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(120, 53, 15, 0.12);
}
/* Navbar */
.navbar {
    background: var(--sand-grad);
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 20px rgba(0,0,0,0.25);
}
.nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
}
.logo {
    font-size: 1.4rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1px;
}
.nav-links {
    display: flex;
    gap: 6px;
    align-items: center;
}
.nav-links a {
    color: #fff;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 500;
    transition: background 0.3s;
}
.nav-links a:hover {
    background: rgba(255,255,255,0.2);
}
/* Hero */
.hero {
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 40%, #f5e6d3 100%);
    padding: 80px 0 60px;
    position: relative;
    overflow: hidden;
}
.hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(217,119,6,0.15), transparent 70%);
    border-radius: 50%;
}
.hero-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    position: relative;
    z-index: 2;
}
.hero-copy {
    padding-right: 20px;
}
.hero-copy .geo-intro {
    font-size: 1.05rem;
    color: var(--text);
    line-height: 1.8;
    margin-bottom: 28px;
    background: rgba(255,255,255,0.6);
    padding: 20px 24px;
    border-radius: 12px;
    border-left: 4px solid var(--primary);
}
.hero-img-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero-img-wrap img {
    border-radius: 20px;
    box-shadow: 0 12px 40px rgba(120, 53, 15, 0.2);
    max-height: 380px;
    width: 100%;
    object-fit: cover;
    border: 3px solid #fff;
}
.hero-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
/* Stats */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.stat-item {
    text-align: center;
    padding: 32px 16px;
    background: var(--card-grad);
    border-radius: 14px;
    border: 1px solid #eadbc0;
    box-shadow: 0 4px 18px rgba(120, 53, 15, 0.05);
}
.stat-num {
    font-size: 2.6rem;
    font-weight: 800;
    background: var(--sand-grad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
}
.stat-label {
    font-size: 0.9rem;
    color: var(--text-light);
    margin-top: 8px;
}
/* Advantages */
.advantages-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.adv-item .card {
    text-align: center;
    padding: 32px 20px;
}
.adv-icon {
    font-size: 2.8rem;
    margin-bottom: 16px;
    display: block;
}
/* Brand story */
.brand-story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}
.brand-story-img img {
    border-radius: 18px;
    box-shadow: 0 10px 35px rgba(120, 53, 15, 0.15);
}
.brand-story-copy p {
    font-size: 1rem;
    line-height: 1.9;
    color: var(--text);
}
/* Features */
.featured-events-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.event-card {
    background: var(--card-grad);
    border-radius: 14px;
    border: 1px solid #eadbc0;
    box-shadow: 0 4px 18px rgba(120, 53, 15, 0.05);
    padding: 28px;
    transition: transform 0.3s;
}
.event-card:hover {
    transform: translateY(-4px);
}
.event-card img {
    border-radius: 10px;
    margin-bottom: 16px;
    height: 180px;
    object-fit: cover;
    width: 100%;
}
.event-date {
    font-size: 0.8rem;
    color: var(--primary);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
/* Live stream */
.live-stream-wrap {
    background: linear-gradient(135deg, #78350f, #451a03);
    border-radius: 20px;
    padding: 48px;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.live-stream-wrap h2 {
    color: #fff;
}
.live-stream-wrap h2::after {
    background: linear-gradient(90deg, #fbbf24, #fef3c7);
}
.live-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: center;
    margin-top: 24px;
}
.live-text {
    color: #fde68a;
}
.live-text p {
    color: rgba(255,255,255,0.85);
    font-size: 0.95rem;
    line-height: 1.8;
}
.live-img img {
    border-radius: 14px;
    border: 2px solid rgba(255,255,255,0.2);
}
/* Highlights */
.highlights-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.highlight-card {
    text-align: center;
}
.highlight-card img {
    border-radius: 14px;
    height: 160px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 14px;
    box-shadow: 0 6px 20px rgba(120, 53, 15, 0.12);
}
/* Game recommend */
.game-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.game-card {
    text-align: center;
    padding: 30px 16px;
}
.game-card .game-icon {
    font-size: 3.5rem;
    margin-bottom: 12px;
    display: block;
}
/* Testimonials */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.testimonial-card {
    position: relative;
    padding-top: 40px;
}
.testimonial-card::before {
    content: '"';
    position: absolute;
    top: 4px;
    left: 20px;
    font-size: 5rem;
    color: var(--primary);
    opacity: 0.3;
    line-height: 1;
}
.testimonial-card .quote {
    font-style: italic;
    color: var(--text);
    margin-bottom: 16px;
}
.testimonial-card .author {
    font-weight: 600;
    color: var(--deep-brown);
    font-size: 0.9rem;
    text-align: right;
}
/* News */
.news-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.news-card {
    display: flex;
    gap: 20px;
    background: #fff;
    border-radius: 14px;
    border: 1px solid #eadbc0;
    box-shadow: 0 4px 18px rgba(120, 53, 15, 0.05);
    padding: 24px;
    transition: transform 0.3s;
}
.news-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(120, 53, 15, 0.1);
}
.news-content {
    flex: 1;
}
.news-date {
    font-size: 0.8rem;
    color: var(--primary);
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}
.news-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--deep-brown);
    margin-bottom: 8px;
}
.news-excerpt {
    font-size: 0.9rem;
    color: var(--text-light);
    line-height: 1.7;
}
.read-more {
    color: var(--primary);
    font-weight: 600;
    font-size: 0.85rem;
    display: inline-block;
    margin-top: 10px;
}
/* FAQ */
.faq-list {
    max-width: 850px;
    margin: 0 auto;
}
.faq-item {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #eadbc0;
    box-shadow: 0 3px 15px rgba(120, 53, 15, 0.04);
    margin-bottom: 16px;
    overflow: hidden;
    transition: box-shadow 0.3s;
}
.faq-item:hover {
    box-shadow: 0 6px 20px rgba(120, 53, 15, 0.08);
}
.faq-question {
    padding: 20px 28px;
    font-weight: 700;
    color: var(--deep-brown);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.05rem;
    background: linear-gradient(90deg, #fffbeb, #fef3c7);
    border-bottom: 1px solid transparent;
    transition: background 0.3s;
}
.faq-question:hover {
    background: #fef3c7;
}
.faq-question .icon {
    font-size: 1.2rem;
    color: var(--primary);
    transition: transform 0.3s;
}
.faq-answer {
    padding: 20px 28px;
    color: var(--text);
    line-height: 1.8;
    font-size: 0.95rem;
    display: none;
}
.faq-item.open .faq-answer {
    display: block;
}
.faq-item.open .faq-question .icon {
    transform: rotate(45deg);
}
/* Footer */
.footer {
    background: linear-gradient(135deg, #1c1917, #292524);
    color: #d6d3d1;
    padding: 64px 0 0;
    margin-top: 40px;
}
.footer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer h4 {
    color: #fde68a;
    font-size: 1.1rem;
    margin-bottom: 18px;
}
.footer p {
    font-size: 0.9rem;
    line-height: 1.8;
    color: #a8a29e;
}
.footer-bottom {
    padding: 24px 0;
    text-align: center;
    font-size: 0.85rem;
    color: #78716c;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.footer-bottom a {
    color: #a8a29e;
}
.footer-bottom a:hover {
    color: #fde68a;
}
/* Responsive */
@media (max-width: 992px) {
    .hero-inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .advantages-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .brand-story-grid {
        grid-template-columns: 1fr;
    }
    .featured-events-grid {
        grid-template-columns: 1fr;
    }
    .live-grid {
        grid-template-columns: 1fr;
    }
    .highlights-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .game-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
    .news-list {
        grid-template-columns: 1fr;
    }
    .footer-grid {
        grid-template-columns: 1fr;
    }
    .nav-links a {
        padding: 8px 10px;
        font-size: 0.8rem;
    }
}
@media (max-width: 576px) {
    h1 {
        font-size: 1.8rem;
    }
    h2 {
        font-size: 1.5rem;
    }
    .stats-grid {
        grid-template-columns: 1fr 1fr;
    }
    .advantages-grid {
        grid-template-columns: 1fr;
    }
    .highlights-grid {
        grid-template-columns: 1fr;
    }
    .game-grid {
        grid-template-columns: 1fr 1fr;
    }
    .nav-links {
        flex-wrap: wrap;
        justify-content: center;
    }
    .nav-container {
        flex-direction: column;
        height: auto;
        padding: 12px 0;
        gap: 8px;
    }
    .footer-bottom {
        flex-direction: column;
        gap: 8px;
    }
}