.page-sports {
    font-family: 'Arial', sans-serif;
    color: #1F2D3D; /* Text Main */
    background-color: #F4F7FB; /* Background */
    line-height: 1.6;
    font-size: 1rem;
}

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

.page-sports__section-title {
    font-size: 2.5rem;
    color: #1F2D3D; /* Text Main */
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
    line-height: 1.2;
}

.page-sports__main-title {
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.2;
    /* Using clamp for responsive font size */
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-sports__description,
.page-sports__text-block {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 20px;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-sports__btn-primary,
.page-sports__btn-secondary,
.page-sports__btn-link {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    max-width: 100%; /* Ensure responsiveness */
    box-sizing: border-box;
    white-space: normal; /* Allow text wrapping */
    word-wrap: break-word; /* Allow long words to break */
}

.page-sports__btn-primary {
    background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%); /* Button color */
    color: #ffffff;
    border: none;
}

.page-sports__btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.page-sports__btn-secondary {
    background: #ffffff; /* Card BG */
    color: #2F6BFF; /* Primary color for text */
    border: 2px solid #2F6BFF;
}

.page-sports__btn-secondary:hover {
    background: #2F6BFF;
    color: #ffffff;
}

.page-sports__btn-link {
    background: none;
    color: #2F6BFF;
    border: 2px solid #2F6BFF;
    padding: 10px 20px;
}

.page-sports__btn-link:hover {
    background: #2F6BFF;
    color: #ffffff;
}

.page-sports__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.page-sports__card {
    background-color: #FFFFFF; /* Card BG */
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    padding: 30px;
    text-align: center;
    transition: transform 0.3s ease;
    border: 1px solid #D6E2FF; /* Border color */
    color: #1F2D3D; /* Text Main */
}

.page-sports__card:hover {
    transform: translateY(-5px);
}

.page-sports__card-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #2F6BFF; /* Primary Color */
    margin-bottom: 15px;
}

/* Hero Section */
.page-sports__hero-section {
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
    background-color: #2F6BFF; /* Primary Color for background */
    padding-top: 10px; /* Small top padding, relying on body padding-top from shared.css */
}

.page-sports__hero-image-wrapper {
    width: 100%;
    max-height: 600px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.page-sports__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover; /* Desktop default */
}

.page-sports__hero-content-wrapper {
    position: relative;
    z-index: 1;
    color: #ffffff;
}

.page-sports__hero-content-wrapper .page-sports__description {
    color: #f0f0f0;
}

/* Features Section */
.page-sports__features-section {
    padding: 80px 0;
    background-color: #2F6BFF; /* Primary Color */
    color: #ffffff;
}

.page-sports__features-section .page-sports__section-title {
    color: #ffffff;
}

.page-sports__features-section .page-sports__text-block {
    color: #f0f0f0;
}

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

.page-sports__feature-item {
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 30px;
    transition: background 0.3s ease;
}

.page-sports__feature-item:hover {
    background: rgba(255, 255, 255, 0.15);
}

.page-sports__feature-icon {
    width: 100%;
    height: auto;
    max-width: 200px;
    margin: 0 auto 20px;
    display: block;
    border-radius: 8px;
    min-width: 200px; /* Ensure min size */
    min-height: 200px; /* Ensure min size */
    object-fit: cover;
}

.page-sports__feature-title {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #ffffff;
}

.page-sports__feature-item p {
    font-size: 1rem;
    line-height: 1.6;
    color: #f0f0f0;
}

/* Betting Types Section */
.page-sports__betting-types-section {
    padding: 80px 0;
    background-color: #F4F7FB; /* Background */
}

.page-sports__betting-types-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

/* Live Betting Section */
.page-sports__live-betting-section {
    padding: 80px 0;
    background-color: #2F6BFF; /* Primary Color */
    color: #ffffff;
}

.page-sports__live-betting-section .page-sports__section-title {
    color: #ffffff;
}

.page-sports__live-betting-section .page-sports__text-block {
    color: #f0f0f0;
}

.page-sports__live-betting-image {
    width: 100%;
    height: auto;
    display: block;
    max-width: 1000px;
    margin: 40px auto;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
    min-width: 200px; /* Ensure min size */
    min-height: 200px; /* Ensure min size */
    object-fit: cover;
}

.page-sports__live-betting-advantages {
    list-style: none;
    padding: 0;
    margin: 40px 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.page-sports__live-betting-advantages li {
    background: rgba(255, 255, 255, 0.1);
    padding: 25px;
    border-radius: 10px;
    color: #ffffff;
}

.page-sports__live-betting-advantages li .page-sports__list-title {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #ffffff;
}

.page-sports__live-betting-advantages li p {
    font-size: 1rem;
    line-height: 1.6;
    color: #f0f0f0;
}

/* Promotions Section */
.page-sports__promotions-section {
    padding: 80px 0;
    background-color: #F4F7FB; /* Background */
}

.page-sports__promotions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-sports__promotion-image {
    width: 100%;
    height: auto;
    max-width: 600px;
    margin-bottom: 20px;
    border-radius: 8px;
    min-width: 200px; /* Ensure min size */
    min-height: 200px; /* Ensure min size */
    object-fit: cover;
}

/* How To Start Section */
.page-sports__how-to-start-section {
    padding: 80px 0;
    background-color: #2F6BFF; /* Primary Color */
    color: #ffffff;
}

.page-sports__how-to-start-section .page-sports__section-title {
    color: #ffffff;
}

.page-sports__how-to-start-section .page-sports__text-block {
    color: #f0f0f0;
}

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

.page-sports__step-item {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    color: #ffffff;
}

.page-sports__step-number {
    font-size: 3rem;
    font-weight: bold;
    color: #A5C4FF; /* Glow */
    margin-bottom: 15px;
}

.page-sports__step-title {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #ffffff;
}

.page-sports__step-item p {
    font-size: 1rem;
    line-height: 1.6;
    color: #f0f0f0;
}

/* Responsible Gaming Section */
.page-sports__responsible-gaming-section {
    padding: 80px 0;
    background-color: #F4F7FB; /* Background */
}

.page-sports__responsible-gaming-points {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

/* FAQ Section */
.page-sports__faq-section {
    padding: 80px 0;
    background-color: #2F6BFF; /* Primary Color */
    color: #ffffff;
}

.page-sports__faq-section .page-sports__section-title {
    color: #ffffff;
}

.page-sports__faq-list {
    margin-top: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-sports__faq-item {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
    color: #ffffff;
}

.page-sports__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    font-size: 1.2rem;
    font-weight: bold;
    cursor: pointer;
    color: #ffffff;
    position: relative;
}

.page-sports__faq-question::marker,
.page-sports__faq-question::-webkit-details-marker {
    display: none;
}

.page-sports__faq-qtext {
    flex-grow: 1;
    margin-right: 15px;
}

.page-sports__faq-toggle {
    font-size: 1.5rem;
    line-height: 1;
    transition: transform 0.3s ease;
}

.page-sports__faq-item[open] .page-sports__faq-toggle {
    transform: rotate(45deg);
}

.page-sports__faq-answer {
    padding: 0 25px 20px;
    font-size: 1rem;
    line-height: 1.6;
    color: #f0f0f0;
}

.page-sports__faq-answer p {
    margin-bottom: 0;
    text-align: left;
}

/* General image styling */
.page-sports img {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* --- Responsive Styles --- */

@media (max-width: 1024px) {
    .page-sports__container {
        padding: 15px;
    }

    .page-sports__section-title {
        font-size: 2rem;
        margin-bottom: 30px;
    }

    .page-sports__main-title {
        font-size: clamp(1.8rem, 5vw, 2.8rem);
    }

    .page-sports__description,
    .page-sports__text-block {
        font-size: 1rem;
    }

    .page-sports__btn-primary,
    .page-sports__btn-secondary,
    .page-sports__btn-link {
        padding: 12px 24px;
        font-size: 0.95rem;
    }

    .page-sports__hero-section,
    .page-sports__features-section,
    .page-sports__betting-types-section,
    .page-sports__live-betting-section,
    .page-sports__promotions-section,
    .page-sports__how-to-start-section,
    .page-sports__responsible-gaming-section,
    .page-sports__faq-section {
        padding: 60px 0;
    }

    .page-sports__features-grid,
    .page-sports__betting-types-grid,
    .page-sports__promotions-grid,
    .page-sports__steps-grid,
    .page-sports__responsible-gaming-points {
        gap: 20px;
    }

    .page-sports__card-title,
    .page-sports__feature-title,
    .page-sports__list-title {
        font-size: 1.3rem;
    }

    .page-sports__step-number {
        font-size: 2.5rem;
    }

    .page-sports__step-title {
        font-size: 1.2rem;
    }

    .page-sports__faq-question {
        font-size: 1.1rem;
        padding: 18px 20px;
    }

    .page-sports__faq-answer {
        padding: 0 20px 18px;
    }
}

@media (max-width: 768px) {
    .page-sports {
        font-size: 16px;
        line-height: 1.6;
    }

    .page-sports__container {
        padding-left: 15px !important;
        padding-right: 15px !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .page-sports__section-title {
        font-size: 1.8rem;
        margin-bottom: 25px;
    }

    .page-sports__main-title {
        font-size: clamp(1.6rem, 7vw, 2.5rem);
        padding: 0 10px;
    }

    .page-sports__description,
    .page-sports__text-block {
        font-size: 0.95rem;
        padding: 0 10px;
    }

    /* Buttons & Button Containers */
    .page-sports__btn-primary,
    .page-sports__btn-secondary,
    .page-sports__btn-link,
    .page-sports a[class*="button"],
    .page-sports a[class*="btn"] {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-sports__cta-buttons,
    .page-sports__button-group,
    .page-sports__btn-container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        flex-direction: column !important; /* Stack buttons vertically */
        gap: 15px;
    }

    /* Hero Section - Mobile */
    .page-sports__hero-section {
        padding-bottom: 30px;
        padding-top: 10px !important; /* Small top padding */
    }

    .page-sports__hero-image {
        object-fit: contain !important; /* Crucial: no cropping on mobile */
        max-height: 300px; /* Limit height for mobile */
        aspect-ratio: unset !important;
    }

    .page-sports__hero-image-wrapper {
        margin-bottom: 20px;
    }

    /* General Images & Containers - Mobile */
    .page-sports img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        min-width: 200px !important; /* Ensure min size */
        min-height: 200px !important; /* Ensure min size */
    }

    .page-sports__section,
    .page-sports__card,
    .page-sports__container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Features Section - Mobile */
    .page-sports__features-section {
        padding: 40px 0;
    }

    .page-sports__features-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .page-sports__feature-icon {
        max-width: 150px !important;
        min-width: 200px !important; /* Ensure min size */
        min-height: 200px !important; /* Ensure min size */
    }

    /* Betting Types Section - Mobile */
    .page-sports__betting-types-section {
        padding: 40px 0;
    }

    .page-sports__betting-types-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    /* Live Betting Section - Mobile */
    .page-sports__live-betting-section {
        padding: 40px 0;
    }

    .page-sports__live-betting-image {
        margin: 30px auto;
        min-width: 200px !important; /* Ensure min size */
        min-height: 200px !important; /* Ensure min size */
    }

    .page-sports__live-betting-advantages {
        grid-template-columns: 1fr;
        gap: 20px;
        margin: 30px 0;
    }

    /* Promotions Section - Mobile */
    .page-sports__promotions-section {
        padding: 40px 0;
    }

    .page-sports__promotions-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .page-sports__promotion-image {
        min-width: 200px !important; /* Ensure min size */
        min-height: 200px !important; /* Ensure min size */
    }

    /* How To Start Section - Mobile */
    .page-sports__how-to-start-section {
        padding: 40px 0;
    }

    .page-sports__steps-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    /* Responsible Gaming Section - Mobile */
    .page-sports__responsible-gaming-section {
        padding: 40px 0;
    }

    .page-sports__responsible-gaming-points {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    /* FAQ Section - Mobile */
    .page-sports__faq-section {
        padding: 40px 0;
    }

    .page-sports__faq-list {
        margin-top: 30px;
    }

    .page-sports__faq-question {
        font-size: 1rem;
        padding: 15px 18px;
    }

    .page-sports__faq-answer {
        padding: 0 18px 15px;
    }
}