/* style/promotions-gi8-first-deposit.css */

:root {
    --gi8-primary-color: #003366;
    --gi8-secondary-color: #FFCC00;
    --gi8-text-dark: #333333;
    --gi8-text-light: #ffffff;
    --gi8-bg-light: #f8f9fa;
    --gi8-bg-dark: #002244;
    --gi8-accent-color: #ffcc99;
    --gi8-border-color: #e0e0e0;
}

.page-promotions-gi8-first-deposit {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--gi8-text-dark);
    background-color: var(--gi8-bg-light);
}

.page-promotions-gi8-first-deposit-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-promotions-gi8-first-deposit-hero-section {
    background: linear-gradient(135deg, var(--gi8-primary-color), var(--gi8-bg-dark));
    padding: 80px 0;
    color: var(--gi8-text-light);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-promotions-gi8-first-deposit-hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: var(--gi8-secondary-color);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
}

.page-promotions-gi8-first-deposit-hero-subtitle {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: rgba(255, 255, 255, 0.9);
}

.page-promotions-gi8-first-deposit-btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.page-promotions-gi8-first-deposit-btn-primary {
    background-color: var(--gi8-secondary-color);
    color: var(--gi8-primary-color);
    box-shadow: 0 4px 10px rgba(255, 204, 0, 0.4);
}

.page-promotions-gi8-first-deposit-btn-primary:hover {
    background-color: #e6b800;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(255, 204, 0, 0.6);
}

.page-promotions-gi8-first-deposit-btn-secondary {
    background-color: var(--gi8-primary-color);
    color: var(--gi8-secondary-color);
    border: 2px solid var(--gi8-secondary-color);
    margin-left: 15px;
}

.page-promotions-gi8-first-deposit-btn-secondary:hover {
    background-color: var(--gi8-secondary-color);
    color: var(--gi8-primary-color);
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 51, 102, 0.2);
}

.page-promotions-gi8-first-deposit-btn-lg {
    padding: 18px 35px;
    font-size: 1.2em;
}

.page-promotions-gi8-first-deposit-btn-sm {
    padding: 10px 20px;
    font-size: 0.9em;
    margin-top: 15px;
}

.page-promotions-gi8-first-deposit-content-section,
.page-promotions-gi8-first-deposit-how-to-claim,
.page-promotions-gi8-first-deposit-terms-section,
.page-promotions-gi8-first-deposit-faq-section,
.page-promotions-gi8-first-deposit-cta-section {
    padding: 60px 0;
}

.page-promotions-gi8-first-deposit-bg-light {
    background-color: var(--gi8-bg-light);
}

.page-promotions-gi8-first-deposit-bg-dark {
    background-color: var(--gi8-bg-dark);
    color: var(--gi8-text-light);
}

.page-promotions-gi8-first-deposit-text-light {
    color: var(--gi8-text-light);
}

.page-promotions-gi8-first-deposit-section-title {
    font-size: 2.5em;
    color: var(--gi8-primary-color);
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.page-promotions-gi8-first-deposit-section-title.page-promotions-gi8-first-deposit-text-light {
    color: var(--gi8-secondary-color);
}

.page-promotions-gi8-first-deposit-section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: var(--gi8-secondary-color);
    margin: 15px auto 0;
    border-radius: 2px;
}

.page-promotions-gi8-first-deposit-section-title.page-promotions-gi8-first-deposit-text-light::after {
    background-color: var(--gi8-primary-color);
}

.page-promotions-gi8-first-deposit-sub-title {
    font-size: 1.8em;
    color: var(--gi8-primary-color);
    margin-top: 30px;
    margin-bottom: 20px;
}

.page-promotions-gi8-first-deposit-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.page-promotions-gi8-first-deposit-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 1.1em;
}

.page-promotions-gi8-first-deposit-list li::before {
    content: '✔';
    color: var(--gi8-secondary-color);
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}

.page-promotions-gi8-first-deposit-list-styled li::before {
    content: '•';
    color: var(--gi8-secondary-color);
    font-size: 1.5em;
    line-height: 0.8;
    top: 5px;
}

.page-promotions-gi8-first-deposit-image-wrapper {
    text-align: center;
    margin: 40px 0;
}

.page-promotions-gi8-first-deposit-img-responsive {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-promotions-gi8-first-deposit-image-caption {
    margin-top: 15px;
    font-style: italic;
    color: #666;
}

.page-promotions-gi8-first-deposit-image-caption.page-promotions-gi8-first-deposit-text-light {
    color: rgba(255, 255, 255, 0.8);
}

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

.page-promotions-gi8-first-deposit-step-card {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, background-color 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-promotions-gi8-first-deposit-step-card:hover {
    transform: translateY(-8px);
    background-color: rgba(255, 255, 255, 0.15);
}

.page-promotions-gi8-first-deposit-step-icon {
    width: 60px;
    height: 60px;
    background-color: var(--gi8-secondary-color);
    color: var(--gi8-primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.page-promotions-gi8-first-deposit-step-title {
    font-size: 1.5em;
    color: var(--gi8-secondary-color);
    margin-bottom: 15px;
}

.page-promotions-gi8-first-deposit-step-card p {
    color: rgba(255, 255, 255, 0.8);
    flex-grow: 1;
}

.page-promotions-gi8-first-deposit-faq-item {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 20px 30px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.page-promotions-gi8-first-deposit-faq-question {
    font-size: 1.3em;
    color: var(--gi8-secondary-color);
    margin-bottom: 10px;
}

.page-promotions-gi8-first-deposit-faq-answer {
    font-size: 1.1em;
    color: rgba(255, 255, 255, 0.8);
}

.page-promotions-gi8-first-deposit-cta-section {
    text-align: center;
    background-color: var(--gi8-primary-color);
    color: var(--gi8-text-light);
    padding: 80px 0;
}

.page-promotions-gi8-first-deposit-cta-section .page-promotions-gi8-first-deposit-section-title {
    color: var(--gi8-secondary-color);
}

.page-promotions-gi8-first-deposit-cta-section .page-promotions-gi8-first-deposit-section-title::after {
    background-color: var(--gi8-secondary-color);
}

.page-promotions-gi8-first-deposit-cta-section p {
    font-size: 1.2em;
    margin-bottom: 30px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    color: rgba(255, 255, 255, 0.9);
}

.page-promotions-gi8-first-deposit-text-link {
    color: var(--gi8-secondary-color);
    text-decoration: underline;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-promotions-gi8-first-deposit-text-link:hover {
    color: var(--gi8-accent-color);
}

.page-promotions-gi8-first-deposit-mt-40 {
    margin-top: 40px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-promotions-gi8-first-deposit-hero-title {
        font-size: 2.5em;
    }
    .page-promotions-gi8-first-deposit-hero-subtitle {
        font-size: 1.1em;
    }
    .page-promotions-gi8-first-deposit-section-title {
        font-size: 2em;
    }
    .page-promotions-gi8-first-deposit-sub-title {
        font-size: 1.5em;
    }
    .page-promotions-gi8-first-deposit-btn {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-promotions-gi8-first-deposit-btn-lg {
        padding: 15px 30px;
        font-size: 1.1em;
    }
    .page-promotions-gi8-first-deposit-btn-secondary {
        margin-left: 0;
        margin-top: 15px;
    }
    .page-promotions-gi8-first-deposit-steps-grid {
        grid-template-columns: 1fr;
    }
    .page-promotions-gi8-first-deposit-step-card {
        padding: 25px;
    }
}

@media (max-width: 480px) {
    .page-promotions-gi8-first-deposit-hero-title {
        font-size: 2em;
    }
    .page-promotions-gi8-first-deposit-hero-subtitle {
        font-size: 1em;
    }
    .page-promotions-gi8-first-deposit-section-title {
        font-size: 1.8em;
    }
    .page-promotions-gi8-first-deposit-btn-lg {
        width: 100%;
        margin-bottom: 15px;
    }
    .page-promotions-gi8-first-deposit-btn-secondary {
        margin-left: 0;
    }
    .page-promotions-gi8-first-deposit-btn-primary.page-promotions-gi8-first-deposit-btn-lg + .page-promotions-gi8-first-deposit-btn-secondary.page-promotions-gi8-first-deposit-btn-lg {
        margin-top: 0;
    }
}