.page-sports {
    background-color: #0D0E12; /* Background */
    color: #FFF3E6; /* Text Main */
    font-family: Arial, sans-serif; /* Roboto气质, so Arial is a good fallback */
}

.page-sports__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.page-sports__hero-section {
    position: relative;
    overflow: hidden;
    padding-top: 10px; /* Small top padding */
}

.page-sports__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover; /* Ensures image covers area without distortion */
}

.page-sports__hero-content {
    padding: 40px 20px;
    text-align: center;
    background: linear-gradient(0deg, #0D0E12 0%, rgba(13, 14, 18, 0.8) 70%, rgba(13, 14, 18, 0) 100%); /* Fades from background color up */
    position: relative; /* Not absolute, to be below the image */
    margin-top: -100px; /* Pulls content slightly over image, but not covering it with absolute position */
    padding-top: 100px; /* Compensate for margin-top */
}

.page-sports__main-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem); /* H1 clamp font-size */
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #FFF3E6;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-sports__description {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-sports__button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.2s ease;
    cursor: pointer;
    border: none;
}

.page-sports__button--primary {
    background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%); /* Button color */
    color: #FFF3E6; /* Text Main */
    box-shadow: 0 4px 15px rgba(255, 175, 54, 0.4);
}

.page-sports__button--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 175, 54, 0.6);
}

.page-sports__button--secondary {
    background-color: #17191F; /* Card BG */
    color: #FFA53A; /* Auxiliary color */
    border: 1px solid #A84F0C; /* Border color */
}

.page-sports__button--secondary:hover {
    background-color: #2a2d36;
    transform: translateY(-2px);
}

.page-sports__button--small {
    padding: 10px 20px;
    font-size: 0.9rem;
}

.page-sports__button--large {
    padding: 18px 35px;
    font-size: 1.2rem;
}

.page-sports__section-title {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    color: #FFF3E6; /* Text Main */
}

.page-sports__section-title--gradient {
    background: linear-gradient(90deg, #FFB04D, #FFA53A, #FF8C1A); /* Glow to Primary */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.page-sports__text-content {
    font-size: 1rem;
    line-height: 1.7;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 30px auto;
}

.page-sports__overview-section,
.page-sports__live-betting-section,
.page-sports__why-choose-section,
.page-sports__promotions-section,
.page-sports__cta-section {
    padding: 60px 0;
}

.page-sports__features-grid,
.page-sports__benefits-grid,
.page-sports__promo-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.page-sports__feature-card,
.page-sports__benefit-card,
.page-sports__promo-card {
    background-color: #17191F; /* Card BG */
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    border: 1px solid #A84F0C; /* Border color */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between; /* Distribute space */
}

.page-sports__feature-image,
.page-sports__promo-image {
    width: 100%;
    height: 200px; /* Fixed height for consistency, will be object-fit: cover */
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
    min-width: 200px; /* Min size requirement */
    min-height: 200px; /* Min size requirement */
}

.page-sports__feature-title,
.page-sports__benefit-title,
.page-sports__promo-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #FFA53A; /* Auxiliary color */
}

.page-sports__feature-description,
.page-sports__benefit-description,
.page-sports__promo-description {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #FFF3E6; /* Text Main */
    flex-grow: 1; /* Allow description to take available space */
}

.page-sports__live-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    margin-top: 40px;
}

.page-sports__live-image {
    flex: 1 1 45%;
    min-width: 300px;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
    min-height: 200px; /* Min size requirement */
}

.page-sports__live-text {
    flex: 1 1 45%;
    min-width: 300px;
    text-align: left;
}

.page-sports__live-text .page-sports__text-content {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
}

.page-sports__live-features-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}

.page-sports__live-features-list li {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="%23FFA53A"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>') no-repeat left center;
    background-size: 20px;
    padding-left: 30px;
    margin-bottom: 10px;
    color: #FFF3E6; /* Text Main */
    font-size: 1rem;
}

.page-sports__cta-section {
    text-align: center;
    background-color: #17191F; /* Card BG */
    padding: 80px 20px;
    border-radius: 10px;
    margin-top: 60px;
}

.page-sports__cta-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #FFF3E6; /* Text Main */
}

.page-sports__cta-description {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .page-sports__main-title {
        font-size: clamp(2rem, 6vw, 3rem);
    }
    .page-sports__section-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .page-sports__hero-content {
        padding: 30px 15px;
        margin-top: -80px;
        padding-top: 80px;
    }
    .page-sports__main-title {
        font-size: clamp(1.8rem, 7vw, 2.5rem);
    }
    .page-sports__description {
        font-size: 1rem;
    }
    .page-sports__section-title {
        font-size: 1.8rem;
    }
    .page-sports__text-content {
        font-size: 0.95rem;
    }
    .page-sports__features-grid,
    .page-sports__benefits-grid,
    .page-sports__promo-cards {
        grid-template-columns: 1fr;
    }
    .page-sports__live-content {
        flex-direction: column;
    }
    .page-sports__live-image,
    .page-sports__live-text {
        min-width: unset;
        width: 100%;
    }
    .page-sports__live-text {
        text-align: center;
    }
    .page-sports__live-text .page-sports__text-content {
        text-align: center;
    }
    .page-sports__live-features-list {
        text-align: left; /* Keep list items left aligned for readability */
        margin-left: 20px;
    }
    .page-sports__cta-title {
        font-size: 2rem;
    }
    .page-sports__cta-description {
        font-size: 1rem;
    }

    /* Enforce image max-width for mobile */
    .page-sports img {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 480px) {
    .page-sports__button {
        width: 100%;
        padding: 12px 20px;
        font-size: 1rem;
    }
    .page-sports__button--large {
        font-size: 1.1rem;
    }
    .page-sports__hero-content {
        margin-top: -60px;
        padding-top: 60px;
    }
    .page-sports__main-title {
        font-size: clamp(1.5rem, 8vw, 2rem);
    }
    .page-sports__section-title {
        font-size: 1.6rem;
    }
    .page-sports__cta-title {
        font-size: 1.8rem;
    }
}