.page-da-ga {
    font-family: 'Arial', sans-serif;
    color: #333333;
    line-height: 1.6;
    background-color: #FFFFFF;
}

.page-da-ga__hero-section {
    background-color: #FFFFFF;
    padding-top: 10px; /* Small top padding as body padding is handled by shared.css */
    padding-bottom: 40px;
    text-align: center;
}

.page-da-ga__hero-container {
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 20px 16px;
}

.page-da-ga__hero-content {
    flex: 1 1 45%;
    min-width: 300px;
    text-align: left;
    color: #333333;
}

.page-da-ga__hero-title {
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    font-weight: 700;
    color: #26A9E0;
    margin-bottom: 15px;
    line-height: 1.2;
}

.page-da-ga__hero-description {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #555555;
}

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

.page-da-ga__hero-side-image {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-da-ga__hero-cta-buttons,
.page-da-ga__cta-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.page-da-ga__btn-primary,
.page-da-ga__btn-secondary {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    white-space: normal;
    word-wrap: break-word;
    box-sizing: border-box;
    text-align: center;
}

.page-da-ga__btn-primary {
    background-color: #26A9E0;
    color: #FFFFFF;
    border: 2px solid #26A9E0;
}

.page-da-ga__btn-primary:hover {
    background-color: #1e87b8;
    border-color: #1e87b8;
}

.page-da-ga__btn-secondary {
    background-color: #FFFFFF;
    color: #26A9E0;
    border: 2px solid #26A9E0;
}

.page-da-ga__btn-secondary:hover {
    background-color: #e0f2f7;
    color: #1e87b8;
    border-color: #1e87b8;
}

.page-da-ga__light-bg {
    background-color: #FFFFFF;
    color: #333333;
}

.page-da-ga__dark-bg {
    background-color: #26A9E0;
    color: #FFFFFF;
}

.page-da-ga__section-title {
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}

.page-da-ga__dark-bg .page-da-ga__section-title {
    color: #FFFFFF;
}

.page-da-ga__light-bg .page-da-ga__section-title {
    color: #26A9E0;
}

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

.page-da-ga__text-block {
    font-size: 1rem;
    margin-bottom: 20px;
    text-align: justify;
}

.page-da-ga__intro-section {
    padding-bottom: 60px;
}

.page-da-ga__icon-boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.page-da-ga__icon-box {
    flex: 1 1 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
    text-align: center;
    background-color: #f8f8f8;
    padding: 30px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    min-width: 280px;
    box-sizing: border-box;
}

.page-da-ga__icon-box-media {
    width: 200px;
    height: 200px;
    aspect-ratio: 1 / 1;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #26A9E0;
}

.page-da-ga__icon-box-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 50%;
}

.page-da-ga__icon-box-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #26A9E0;
    margin-bottom: 10px;
}

.page-da-ga__icon-box-description {
    font-size: 0.95rem;
    color: #555555;
}

.page-da-ga__betting-types-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

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

.page-da-ga__betting-card {
    background-color: rgba(255, 255, 255, 0.15);
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page-da-ga__betting-card-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.page-da-ga__betting-card-description {
    font-size: 0.95rem;
    color: #f0f0f0;
}

.page-da-ga__guide-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.page-da-ga__guide-steps {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.page-da-ga__guide-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.page-da-ga__step-number {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #26A9E0;
    color: #FFFFFF;
    font-size: 1.8rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.page-da-ga__step-title {
    font-size: 1.6rem;
    font-weight: 600;
    color: #26A9E0;
    margin-bottom: 15px;
}

.page-da-ga__step-description {
    font-size: 1rem;
    color: #555555;
    margin-bottom: 25px;
    max-width: 800px;
}

.page-da-ga__step-image {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.page-da-ga__tips-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.page-da-ga__tips-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.page-da-ga__tips-item {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 15px;
    font-size: 1rem;
    color: #FFFFFF;
    display: flex;
    align-items: flex-start;
}

.page-da-ga__tips-item::before {
    content: '✔';
    color: #FFFFFF;
    font-weight: bold;
    margin-right: 10px;
    font-size: 1.2em;
}

.page-da-ga__benefits-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

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

.page-da-ga__benefit-item {
    background-color: #f8f8f8;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    height: 100%;
}

.page-da-ga__benefit-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #26A9E0;
    margin-bottom: 10px;
}

.page-da-ga__benefit-description {
    font-size: 0.95rem;
    color: #555555;
}

.page-da-ga__faq-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.page-da-ga__faq-list {
    margin-top: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-da-ga__faq-item {
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-da-ga__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    font-size: 1.15rem;
    font-weight: 600;
    color: #FFFFFF;
    cursor: pointer;
    list-style: none;
    position: relative;
}

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

.page-da-ga__faq-toggle {
    font-size: 1.8rem;
    line-height: 1;
    transition: transform 0.3s ease;
}

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

.page-da-ga__faq-answer {
    padding: 0 25px 20px;
    font-size: 1rem;
    color: #f0f0f0;
    text-align: justify;
}

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

.page-da-ga__cta-section {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}

.page-da-ga__cta-content {
    max-width: 800px;
}

.page-da-ga__cta-content .page-da-ga__section-title {
    margin-bottom: 20px;
}

.page-da-ga__cta-content .page-da-ga__text-block {
    margin-bottom: 30px;
    color: #f0f0f0;
}

/* General image responsiveness */
.page-da-ga img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Responsive styles */
@media (max-width: 1024px) {
    .page-da-ga__hero-container {
        flex-direction: column;
        text-align: center;
    }

    .page-da-ga__hero-content {
        text-align: center;
    }

    .page-da-ga__hero-cta-buttons {
        justify-content: center;
    }

    .page-da-ga__icon-box {
        flex: 1 1 calc(50% - 15px);
        max-width: calc(50% - 15px);
    }

    .page-da-ga__betting-grid,
    .page-da-ga__benefits-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

@media (max-width: 768px) {
    /* HERO section */
    .page-da-ga__hero-section {
        padding-top: 10px !important;
        padding-bottom: 30px !important;
    }

    .page-da-ga__hero-container {
        padding: 15px !important;
        gap: 20px !important;
    }

    .page-da-ga__hero-title {
        font-size: clamp(1.8rem, 7vw, 2.5rem) !important;
        margin-bottom: 10px !important;
    }

    .page-da-ga__hero-description {
        font-size: 1rem !important;
        margin-bottom: 20px !important;
    }

    .page-da-ga__hero-cta-buttons,
    .page-da-ga__cta-buttons {
        flex-direction: column !important;
        gap: 10px !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Buttons and button containers */
    .page-da-ga__btn-primary,
    .page-da-ga__btn-secondary {
        max-width: 100% !important;
        width: 100% !important;
        padding: 10px 15px !important;
        font-size: 1rem !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        box-sizing: border-box !important;
    }

    /* Section titles */
    .page-da-ga__section-title {
        font-size: clamp(1.5rem, 6vw, 2rem) !important;
        margin-bottom: 25px !important;
    }

    .page-da-ga__content-area {
        padding: 30px 15px !important;
    }

    .page-da-ga__text-block {
        font-size: 0.95rem !important;
    }

    /* Module 1: Intro section with feature icons */
    .page-da-ga__intro-section {
        padding-bottom: 40px !important;
    }

    .page-da-ga__icon-boxes {
        flex-direction: column !important;
        gap: 20px !important;
    }

    .page-da-ga__icon-box {
        flex: 1 1 100% !important;
        max-width: 100% !important;
        padding: 25px 15px !important;
        min-width: unset !important;
    }

    .page-da-ga__icon-box-media {
        width: 160px !important;
        height: 160px !important;
        margin-bottom: 15px !important;
    }

    .page-da-ga__icon-box-title {
        font-size: 1.2rem !important;
    }

    /* Betting types section */
    .page-da-ga__betting-types-section {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .page-da-ga__betting-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    .page-da-ga__betting-card {
        padding: 20px !important;
    }

    /* Guide section */
    .page-da-ga__guide-section {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .page-da-ga__guide-steps {
        gap: 30px !important;
    }

    .page-da-ga__step-number {
        width: 45px !important;
        height: 45px !important;
        font-size: 1.5rem !important;
        margin-bottom: 15px !important;
    }

    .page-da-ga__step-title {
        font-size: 1.4rem !important;
        margin-bottom: 10px !important;
    }

    .page-da-ga__step-description {
        font-size: 0.9rem !important;
        margin-bottom: 20px !important;
    }

    /* Tips section */
    .page-da-ga__tips-section {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .page-da-ga__tips-item {
        padding: 12px 15px !important;
        font-size: 0.95rem !important;
        margin-bottom: 10px !important;
    }

    /* Benefits section */
    .page-da-ga__benefits-section {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .page-da-ga__benefits-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    .page-da-ga__benefit-item {
        padding: 20px !important;
    }

    .page-da-ga__benefit-title {
        font-size: 1.2rem !important;
    }

    /* FAQ section */
    .page-da-ga__faq-section {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .page-da-ga__faq-list {
        margin-top: 30px !important;
    }

    .page-da-ga__faq-question {
        padding: 15px 20px !important;
        font-size: 1rem !important;
    }

    .page-da-ga__faq-toggle {
        font-size: 1.5rem !important;
    }

    .page-da-ga__faq-answer {
        padding: 0 20px 15px !important;
        font-size: 0.9rem !important;
    }

    /* CTA section */
    .page-da-ga__cta-section {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .page-da-ga__cta-content .page-da-ga__text-block {
        margin-bottom: 25px !important;
    }

    /* General images and containers */
    .page-da-ga img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
    }

    .page-da-ga__content-area,
    .page-da-ga__icon-box,
    .page-da-ga__betting-card,
    .page-da-ga__benefit-item,
    .page-da-ga__faq-item {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .page-da-ga__content-area {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}