.page-da-ga {
    font-family: Arial, sans-serif;
    color: #333333; /* Text Main */
    background-color: #F5F7FA; /* Background */
    line-height: 1.6;
}

.page-da-ga__container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
}

/* Hero Section */
.page-da-ga__hero-section {
    padding-top: 10px; /* Small top padding, body handles --header-offset */
    padding-bottom: 60px;
    background-color: #F5F7FA; /* Background */
    color: #333333;
}

.page-da-ga__hero-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    padding: 40px 0;
}

.page-da-ga__hero-content {
    flex: 1 1 45%;
    min-width: 300px;
}

.page-da-ga__main-title {
    font-size: clamp(2em, 4vw, 3.2em); /* Avoid fixed large font-size */
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #E53935; /* Main color for emphasis */
}

.page-da-ga__description {
    font-size: 1.1em;
    margin-bottom: 30px;
    color: #333333;
}

.page-da-ga__cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    width: 100%; /* Ensure container respects width */
    max-width: 100%;
    box-sizing: border-box;
}

.page-da-ga__cta-buttons--center {
    justify-content: center;
    margin-top: 40px;
}

.page-da-ga__btn-primary,
.page-da-ga__btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 1.1em;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
    max-width: 100%; /* Button responsive */
    white-space: normal; /* Allow text wrap */
    word-wrap: break-word; /* Allow text wrap */
    text-align: center;
}

.page-da-ga__btn-primary {
    background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%); /* Button gradient */
    color: #ffffff;
    border: 2px solid transparent;
}

.page-da-ga__btn-primary:hover {
    opacity: 0.9;
    box-shadow: 0 4px 12px rgba(229, 57, 53, 0.4);
}

.page-da-ga__btn-secondary {
    background: #ffffff;
    color: #E53935; /* Main color */
    border: 2px solid #E53935; /* Border color */
}

.page-da-ga__btn-secondary:hover {
    background: #E53935;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(229, 57, 53, 0.2);
}

.page-da-ga__hero-image {
    flex: 1 1 45%;
    text-align: center;
    min-width: 300px;
}

.page-da-ga__hero-side-image {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    display: block; /* Ensure it behaves as a block element for max-width */
}

/* General Section Styles */
.page-da-ga__section-title {
    font-size: clamp(1.8em, 3.5vw, 2.8em);
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    color: #E53935; /* Main color */
}

.page-da-ga__text-block {
    font-size: 1.05em;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
    color: #333333;
}

/* Intro Section */
.page-da-ga__intro-section {
    padding: 60px 0;
    background-color: #F5F7FA;
    color: #333333;
}

.page-da-ga__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
    text-align: center;
}

.page-da-ga__feature-item {
    background-color: #ffffff; /* Card BG */
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.page-da-ga__feature-item:hover {
    transform: translateY(-5px);
}

.page-da-ga__icon-box-media {
    width: 200px; /* Fixed width for circle */
    height: 200px; /* Fixed height for circle */
    margin: 0 auto 25px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background-color: #F5F7FA;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-da-ga__icon-box-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%; /* Ensure image is also circular */
    display: block;
}

.page-da-ga__feature-title {
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 15px;
    color: #E53935; /* Main color */
}

.page-da-ga__feature-description {
    font-size: 1em;
    color: #333333;
}

/* Betting Types Section */
.page-da-ga__betting-types-section {
    padding: 80px 0;
    background-color: #E53935; /* Main color for dark section */
    color: #ffffff; /* White text for dark background */
}

.page-da-ga__betting-types-section .page-da-ga__section-title,
.page-da-ga__betting-types-section .page-da-ga__text-block {
    color: #ffffff;
}

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

.page-da-ga__card {
    background-color: #ffffff; /* Card BG */
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    color: #333333;
}

.page-da-ga__card-image {
    width: 100%;
    height: 220px; /* Fixed height for consistent card image */
    object-fit: cover;
    display: block;
}

.page-da-ga__card-title {
    font-size: 1.4em;
    font-weight: 600;
    padding: 20px 25px 10px;
    color: #E53935; /* Main color */
}

.page-da-ga__card-description {
    font-size: 0.95em;
    padding: 0 25px 25px;
    color: #333333;
}

/* Guide Section */
.page-da-ga__guide-section {
    padding: 80px 0;
    background-color: #F5F7FA;
    color: #333333;
}

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

.page-da-ga__step-item {
    background-color: #ffffff; /* Card BG */
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.page-da-ga__step-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);
    color: #ffffff;
    font-size: 1.8em;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.page-da-ga__step-title {
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 15px;
    color: #E53935; /* Main color */
}

.page-da-ga__step-description {
    font-size: 0.95em;
    color: #333333;
}

/* Benefits Section */
.page-da-ga__benefits-section {
    padding: 80px 0;
    background-color: #E53935; /* Main color for dark section */
    color: #ffffff;
}

.page-da-ga__benefits-section .page-da-ga__section-title,
.page-da-ga__benefits-section .page-da-ga__text-block {
    color: #ffffff;
}

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

.page-da-ga__benefit-item {
    background-color: #ffffff; /* Card BG */
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    color: #333333;
    text-align: center;
}

.page-da-ga__benefit-image {
    width: 100%;
    height: 200px; /* Fixed height for consistent image */
    object-fit: cover;
    display: block;
}

.page-da-ga__benefit-title {
    font-size: 1.4em;
    font-weight: 600;
    padding: 20px 25px 10px;
    color: #E53935; /* Main color */
}

.page-da-ga__benefit-description {
    font-size: 0.95em;
    padding: 0 25px 25px;
    color: #333333;
}

/* Promo Section */
.page-da-ga__promo-section {
    padding: 80px 0;
    background-color: #F5F7FA;
    color: #333333;
}

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

.page-da-ga__promo-card {
    background-color: #ffffff; /* Card BG */
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    color: #333333;
    text-align: center;
}

.page-da-ga__promo-image {
    width: 100%;
    height: 200px; /* Fixed height for consistent image */
    object-fit: cover;
    display: block;
}

.page-da-ga__promo-title {
    font-size: 1.4em;
    font-weight: 600;
    padding: 20px 25px 10px;
    color: #E53935; /* Main color */
}

.page-da-ga__promo-description {
    font-size: 0.95em;
    padding: 0 25px;
    margin-bottom: 20px;
    color: #333333;
}

/* FAQ Section */
.page-da-ga__faq-section {
    padding: 80px 0;
    background-color: #E53935; /* Main color for dark section */
    color: #ffffff;
}

.page-da-ga__faq-section .page-da-ga__section-title {
    color: #ffffff;
}

.page-da-ga__faq-list {
    max-width: 800px;
    margin: 50px auto 0;
}

.page-da-ga__faq-item {
    background-color: #ffffff; /* Card BG */
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    color: #333333;
}

.page-da-ga__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    font-size: 1.1em;
    font-weight: 600;
    cursor: pointer;
    background-color: #ffffff;
    color: #E53935; /* Main color */
    list-style: none; /* Remove default marker */
}

.page-da-ga__faq-question::-webkit-details-marker {
    display: none;
}

.page-da-ga__faq-toggle {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1;
    color: #FF5A4F; /* Auxiliary color */
    margin-left: 15px;
}

.page-da-ga__faq-answer {
    padding: 0 25px 20px;
    font-size: 1em;
    line-height: 1.5;
    color: #333333;
}

.page-da-ga__faq-answer p {
    margin: 0;
}

/* Call to Action Section */
.page-da-ga__call-to-action-section {
    padding: 80px 0;
    background-color: #F5F7FA;
    color: #333333;
    text-align: center;
}

/* General image styling */
.page-da-ga img {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: cover; /* Ensure images fill their space without distortion */
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .page-da-ga__main-title {
        font-size: clamp(2em, 5vw, 2.8em);
    }
    .page-da-ga__section-title {
        font-size: clamp(1.8em, 4vw, 2.4em);
    }
    .page-da-ga__hero-container {
        flex-direction: column;
        text-align: center;
    }
    .page-da-ga__hero-content,
    .page-da-ga__hero-image {
        flex: 1 1 100%;
    }
    .page-da-ga__hero-image {
        order: -1; /* Image above text on smaller screens */
    }
    .page-da-ga__cta-buttons {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    /* HERO Section */
    .page-da-ga__hero-section {
        padding-top: 10px !important; /* Small top padding, body handles --header-offset */
        padding-bottom: 40px !important;
    }
    .page-da-ga__hero-container {
        padding: 30px 15px !important;
        gap: 30px !important;
    }
    .page-da-ga__main-title {
        font-size: clamp(1.8em, 7vw, 2.5em) !important;
        margin-bottom: 15px !important;
    }
    .page-da-ga__description {
        font-size: 1em !important;
        margin-bottom: 25px !important;
    }
    .page-da-ga__cta-buttons {
        flex-direction: column !important;
        gap: 10px !important;
        padding: 0 15px !important; /* Add padding to container */
    }
    .page-da-ga__cta-buttons--center {
        margin-top: 30px !important;
    }
    .page-da-ga__btn-primary,
    .page-da-ga__btn-secondary {
        max-width: 100% !important;
        width: 100% !important;
        padding: 12px 20px !important;
        font-size: 1em !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }
    .page-da-ga__hero-side-image {
        max-width: 100% !important;
        height: auto !important;
        width: 100% !important;
    }

    /* General Section Styles */
    .page-da-ga__section-title {
        font-size: clamp(1.6em, 6vw, 2.2em) !important;
        margin-bottom: 30px !important;
        padding: 0 15px;
    }
    .page-da-ga__text-block {
        font-size: 0.95em !important;
        margin-bottom: 40px !important;
        padding: 0 15px;
    }
    .page-da-ga__container {
        padding: 0 15px !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important; /* Prevent horizontal scroll */
    }

    /* Intro Section */
    .page-da-ga__intro-section {
        padding: 40px 0 !important;
    }
    .page-da-ga__features-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
        margin-top: 30px !important;
    }
    .page-da-ga__feature-item {
        padding: 25px !important;
    }
    .page-da-ga__icon-box-media {
        width: 150px !important; /* Maintain square ratio for feature images */
        height: 150px !important;
        margin-bottom: 20px !important;
    }
    .page-da-ga__icon-box-media img {
        width: 100% !important;
        height: 100% !important;
    }
    .page-da-ga__feature-title {
        font-size: 1.3em !important;
    }

    /* Betting Types Section */
    .page-da-ga__betting-types-section {
        padding: 50px 0 !important;
    }
    .page-da-ga__bet-cards-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
        margin-top: 30px !important;
    }
    .page-da-ga__card-image {
        height: 180px !important;
    }
}