:root {
    --primary-color: #FFD700; /* Gold */
    --secondary-color: #8B0000; /* Dark Red */
    --text-dark: #1a1a1a;
    --text-light: #ffffff;
    --background-light: #f4f4f4;
    --background-dark: #2a2a2a;
    --card-bg: #ffffff;
    --border-color: #e0e0e0;
}

.page--da-ga {
    font-family: 'Arial', sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
}

.page--da-ga .section-padding {
    padding: 60px 0;
}

.page--da-ga .bg-light {
    background-color: var(--background-light);
}

.page--da-ga .bg-dark {
    background-color: var(--background-dark);
    color: var(--text-light);
}

.page--da-ga .bg-dark h2,
.page--da-ga .bg-dark h3 {
    color: var(--primary-color);
}

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

.page--da-ga h1,
.page--da-ga h2,
.page--da-ga h3,
.page--da-ga h4,
.page--da-ga h5,
.page--da-ga h6 {
    color: var(--secondary-color);
    margin-bottom: 20px;
    line-height: 1.2;
}

.page--da-ga h1 {
    font-size: 3.2em;
    text-align: center;
    color: var(--primary-color);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page--da-ga h2 {
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.page--da-ga h2::after {
    content: '';
    width: 80px;
    height: 4px;
    background-color: var(--primary-color);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    border-radius: 2px;
}

.page--da-ga h3 {
    font-size: 1.8em;
    margin-bottom: 15px;
}

.page--da-ga p {
    margin-bottom: 15px;
    font-size: 1.1em;
}

.page--da-ga strong {
    color: var(--secondary-color);
}

.page--da-ga .hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 80px 20px;
    background: linear-gradient(135deg, #2a2a2a, #000000);
    color: var(--text-light);
}

.page--da-ga .hero-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page--da-ga .hero-image {
    width: 100%;
    margin-bottom: 30px;
}

.page--da-ga .hero-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}

.page--da-ga .hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
}

.page--da-ga .hero-content p {
    font-size: 1.2em;
    margin-top: 20px;
    margin-bottom: 30px;
    color: #e0e0e0;
}

.page--da-ga .cta-button {
    display: inline-block;
    padding: 15px 40px;
    background: var(--primary-color);
    color: var(--text-dark);
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border: 2px solid var(--primary-color);
}

.page--da-ga .cta-button:hover {
    background: var(--secondary-color);
    color: var(--text-light);
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    border-color: var(--secondary-color);
}

.page--da-ga .cta-button.small-button {
    padding: 10px 25px;
    font-size: 1em;
    margin-top: 15px;
}

.page--da-ga .cta-button.large-button {
    padding: 20px 50px;
    font-size: 1.4em;
}

.page--da-ga .center-button {
    text-align: center;
    margin-top: 40px;
}

.page--da-ga .intro-section ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.page--da-ga .intro-section ul li {
    background: var(--background-light);
    margin-bottom: 10px;
    padding: 15px;
    border-left: 5px solid var(--primary-color);
    border-radius: 5px;
    font-size: 1.05em;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.page--da-ga .intro-section ul li strong {
    color: var(--secondary-color);
}

.page--da-ga .image-content-block {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 50px;
    flex-wrap: wrap;
}

.page--da-ga .image-content-block .content-image {
    flex: 1;
    min-width: 300px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    object-fit: cover;
}

.page--da-ga .image-content-block .text-content {
    flex: 2;
    min-width: 300px;
}

.page--da-ga .text-content ul {
    list-style: disc;
    padding-left: 20px;
}

.page--da-ga .text-content ul li {
    margin-bottom: 10px;
    background: none;
    border-left: none;
    padding: 0;
    box-shadow: none;
}

.page--da-ga .feature-grid, .page--da-ga .bet-type-grid, .page--da-ga .offer-grid, .page--da-ga .safety-support-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page--da-ga .feature-card, .page--da-ga .bet-type-card, .page--da-ga .offer-card, .page--da-ga .safety-card {
    background: var(--card-bg);
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-top: 5px solid var(--primary-color);
}

.page--da-ga .feature-card:hover, .page--da-ga .bet-type-card:hover, .page--da-ga .offer-card:hover, .page--da-ga .safety-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.page--da-ga .feature-card .card-image, .page--da-ga .bet-type-card .card-image, .page--da-ga .offer-card .card-image, .page--da-ga .safety-card .card-image {
    width: 150px;
    height: 150px;
    margin: 0 auto 20px;
    object-fit: contain;
}

.page--da-ga .feature-card h3, .page--da-ga .bet-type-card h3, .page--da-ga .offer-card h3, .page--da-ga .safety-card h3 {
    color: var(--secondary-color);
    font-size: 1.5em;
}

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

.page--da-ga .step-item {
    background: var(--card-bg);
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
    border-bottom: 5px solid var(--primary-color);
}

.page--da-ga .step-item .step-number {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--secondary-color);
    color: var(--text-light);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8em;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page--da-ga .step-item h3 {
    margin-top: 20px;
    color: var(--secondary-color);
    font-size: 1.6em;
}

.page--da-ga .step-item h3 a {
    color: var(--secondary-color);
    text-decoration: none;
}

.page--da-ga .step-item h3 a:hover {
    text-decoration: underline;
}

.page--da-ga .strategy-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 40px;
}

.page--da-ga .strategy-item {
    background: var(--card-bg);
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: flex-start;
    gap: 20px;
    border-left: 6px solid var(--primary-color);
}

.page--da-ga .strategy-item .strategy-icon {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    object-fit: contain;
}

.page--da-ga .strategy-item h3 {
    margin-top: 0;
    color: var(--secondary-color);
    font-size: 1.4em;
}

.page--da-ga .strategy-item p {
    font-size: 1em;
    margin-bottom: 0;
}

.page--da-ga .faq-section {
    background-color: var(--background-light);
}

.page--da-ga .faq-list {
    margin-top: 40px;
}

.page--da-ga .faq-item {
    margin-bottom: 15px;
    border: 1px solid var(--border-color);
    border-radius: 5px;
    overflow: hidden;
}

.page--da-ga .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: var(--card-bg);
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.page--da-ga .faq-question:hover {
    background: #f0f0f0;
}

.page--da-ga .faq-question h3 {
    margin: 0;
    font-size: 1.2em;
    color: var(--text-dark);
}

.page--da-ga .faq-toggle {
    font-size: 1.8em;
    font-weight: bold;
    color: var(--primary-color);
    transition: transform 0.3s ease;
}

.page--da-ga .faq-item.active .faq-toggle {
    transform: rotate(45deg);
    color: var(--secondary-color);
}

.page--da-ga .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
    padding: 0 20px;
    background: #f9f9f9;
    color: var(--text-dark);
}

.page--da-ga .faq-item.active .faq-answer {
    max-height: 500px; /* Sufficient height to contain content */
    padding: 20px;
    border-top: 1px solid var(--border-color);
}

.page--da-ga .faq-answer p {
    margin-bottom: 0;
    font-size: 1em;
}

.page--da-ga .cta-bottom-section {
    text-align: center;
    background: linear-gradient(90deg, var(--secondary-color), #a00000);
    color: var(--text-light);
}

.page--da-ga .cta-bottom-section h2 {
    color: var(--primary-color);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.page--da-ga .cta-bottom-section p {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #f0f0f0;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page--da-ga h1 {
        font-size: 2.5em;
    }

    .page--da-ga h2 {
        font-size: 2em;
    }

    .page--da-ga h3 {
        font-size: 1.5em;
    }

    .page--da-ga .hero-section {
        padding: 60px 15px;
    }

    .page--da-ga .image-content-block {
        flex-direction: column;
        gap: 30px;
    }

    .page--da-ga .image-content-block .text-content {
        order: 1; /* Move text above image on small screens */
    }

    .page--da-ga .image-content-block .content-image {
        order: 2;
    }

    .page--da-ga .feature-grid, .page--da-ga .bet-type-grid, .page--da-ga .offer-grid, .page--da-ga .safety-support-grid, .page--da-ga .step-by-step {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
    }

    .page--da-ga .cta-button {
        padding: 12px 30px;
        font-size: 1.1em;
    }
    .page--da-ga .cta-button.large-button {
        padding: 15px 40px;
        font-size: 1.2em;
    }

    .page--da-ga .strategy-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .page--da-ga .strategy-item .strategy-icon {
        margin-bottom: 15px;
    }

    .page--da-ga .faq-question h3 {
        font-size: 1.1em;
    }
}

@media (max-width: 768px) {
    .page--da-ga .section-padding {
        padding: 40px 0;
    }

    .page--da-ga h1 {
        font-size: 2em;
    }

    .page--da-ga h2 {
        font-size: 1.8em;
        margin-bottom: 30px;
    }

    .page--da-ga h3 {
        font-size: 1.3em;
    }

    .page--da-ga p {
        font-size: 1em;
    }

    .page--da-ga .hero-section {
        padding: 40px 10px;
    }

    .page--da-ga .hero-image img {
        border-radius: 4px;
    }

    .page--da-ga .cta-button {
        padding: 10px 25px;
        font-size: 1em;
    }
    .page--da-ga .cta-button.large-button {
        padding: 12px 30px;
        font-size: 1.1em;
    }

    .page--da-ga .feature-grid, .page--da-ga .bet-type-grid, .page--da-ga .offer-grid, .page--da-ga .safety-support-grid, .page--da-ga .step-by-step {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .page--da-ga .step-item .step-number {
        width: 40px;
        height: 40px;
        font-size: 1.5em;
        top: -15px;
    }

    .page--da-ga .step-item h3 {
        font-size: 1.4em;
        margin-top: 15px;
    }

    .page--da-ga .strategy-item {
        padding: 20px;
        gap: 15px;
    }

    .page--da-ga .strategy-item .strategy-icon {
        width: 60px;
        height: 60px;
    }

    .page--da-ga .strategy-item h3 {
        font-size: 1.2em;
    }

    .page--da-ga .faq-question {
        padding: 12px 15px;
    }

    .page--da-ga .faq-question h3 {
        font-size: 1em;
    }

    .page--da-ga .faq-toggle {
        font-size: 1.5em;
    }

    .page--da-ga .faq-answer {
        padding: 15px;
    }
}