/* style/promotions-first-deposit-bonus.css */
.page-promotions-first-deposit-bonus {
    font-family: 'Arial', sans-serif;
    color: #f5f0e7; /* Light text for dark background */
    background-color: #0A0F18; /* Main dark background */
    line-height: 1.6;
}

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

.page-promotions-first-deposit-bonus__section {
    padding: 60px 0;
    text-align: center;
}

.page-promotions-first-deposit-bonus__section-title {
    font-size: 2.8em;
    color: #FFD700; /* Accent gold for titles */
    margin-bottom: 30px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.page-promotions-first-deposit-bonus__sub-section-title {
    font-size: 2em;
    color: #FFD700; /* Accent gold for sub-titles */
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 600;
}

.page-promotions-first-deposit-bonus__text-content {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #e0e0e0;
}

/* Hero Section */
.page-promotions-first-deposit-bonus__hero-section {
    background: linear-gradient(135deg, #0A0F18 0%, #301f00 100%); /* Dark gradient with hint of gold */
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 600px;
}

.page-promotions-first-deposit-bonus__hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 900px;
}

.page-promotions-first-deposit-bonus__main-title {
    font-size: 4.5em;
    color: #FFD700; /* Gold for main title */
    margin-bottom: 20px;
    font-weight: 900;
    line-height: 1.1;
    text-shadow: 0 0 15px rgba(255, 215, 0, 0.6);
}

.page-promotions-first-deposit-bonus__subtitle {
    font-size: 1.5em;
    color: #e0e0e0;
    margin-bottom: 40px;
    font-weight: 300;
}

.page-promotions-first-deposit-bonus__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2;
    z-index: 1;
}

/* CTA Buttons */
.page-promotions-first-deposit-bonus__cta-button {
    display: inline-block;
    background-color: #FFD700; /* Gold button */
    color: #0A0F18; /* Dark text for gold button */
    padding: 18px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.3em;
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(255, 215, 0, 0.4);
    border: 2px solid #FFD700;
}

.page-promotions-first-deposit-bonus__cta-button:hover {
    background-color: #e6c200;
    box-shadow: 0 10px 25px rgba(255, 215, 0, 0.6);
    transform: translateY(-3px);
}

.page-promotions-first-deposit-bonus__secondary-button {
    display: inline-block;
    background-color: transparent;
    color: #FFD700; /* Gold text for secondary button */
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: 600;
    border: 2px solid #FFD700;
    transition: all 0.3s ease;
    margin-left: 20px;
}

.page-promotions-first-deposit-bonus__secondary-button:hover {
    background-color: #FFD700;
    color: #0A0F18;
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
}

/* About Bonus Section */
.page-promotions-first-deposit-bonus__about-bonus {
    background-color: #0A0F18;
}

/* Feature Grid */
.page-promotions-first-deposit-bonus__feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.page-promotions-first-deposit-bonus__feature-item {
    background-color: #1a1f28; /* Slightly lighter dark background */
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
    border: 1px solid #FFD70033; /* Subtle gold border */
}

.page-promotions-first-deposit-bonus__feature-item:hover {
    transform: translateY(-10px);
}

.page-promotions-first-deposit-bonus__feature-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 8px #FFD70066);
}

.page-promotions-first-deposit-bonus__feature-title {
    font-size: 1.6em;
    color: #FFD700;
    margin-bottom: 15px;
}

.page-promotions-first-deposit-bonus__feature-description {
    color: #cccccc;
    font-size: 1em;
}

/* List Styles */
.page-promotions-first-deposit-bonus__list {
    list-style: none;
    padding: 0;
    text-align: left;
    max-width: 800px;
    margin: 30px auto;
}

.page-promotions-first-deposit-bonus__list li {
    background-color: #1a1f28;
    margin-bottom: 10px;
    padding: 15px 25px;
    border-radius: 8px;
    font-size: 1.1em;
    color: #e0e0e0;
    border-left: 5px solid #FFD700;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-promotions-first-deposit-bonus__list li strong {
    color: #FFD700;
}

/* How to Claim Section */
.page-promotions-first-deposit-bonus__how-to-claim {
    background-color: #0d121c;
}

.page-promotions-first-deposit-bonus__step-by-step {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin-top: 50px;
}

.page-promotions-first-deposit-bonus__step-item {
    background-color: #1a1f28;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
    width: 100%;
    max-width: 380px;
    text-align: center;
    border: 1px solid #FFD70044;
    position: relative;
    overflow: hidden;
}

.page-promotions-first-deposit-bonus__step-number {
    background-color: #FFD700;
    color: #0A0F18;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5em;
    font-weight: bold;
    margin: -60px auto 20px auto; /* Adjust position */
    position: relative;
    z-index: 1;
    border: 3px solid #0A0F18;
}

.page-promotions-first-deposit-bonus__step-title {
    font-size: 1.8em;
    color: #FFD700;
    margin-bottom: 15px;
    font-weight: 700;
}

.page-promotions-first-deposit-bonus__step-description {
    color: #cccccc;
    font-size: 1em;
    margin-bottom: 20px;
}

.page-promotions-first-deposit-bonus__step-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    margin-top: 15px;
    border: 1px solid #FFD70022;
}

.page-promotions-first-deposit-bonus__cta-button--bottom {
    margin-top: 60px;
}

/* Why Typhu88 Section */
.page-promotions-first-deposit-bonus__why-typhu88 {
    background-color: #0A0F18;
}

.page-promotions-first-deposit-bonus__advantage-list {
    list-style: none;
    padding: 0;
    text-align: left;
    max-width: 900px;
    margin: 40px auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

.page-promotions-first-deposit-bonus__advantage-list li {
    background-color: #1a1f28;
    padding: 20px 30px;
    border-radius: 10px;
    font-size: 1.1em;
    color: #e0e0e0;
    border-left: 4px solid #FFD700;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    transition: background-color 0.3s ease;
}

.page-promotions-first-deposit-bonus__advantage-list li:hover {
    background-color: #2a2f38;
}

.page-promotions-first-deposit-bonus__advantage-list li strong {
    color: #FFD700;
}

/* FAQ Section */
.page-promotions-first-deposit-bonus__faq {
    background-color: #0d121c;
}

.page-promotions-first-deposit-bonus__faq-item {
    background-color: #1a1f28;
    margin-bottom: 20px;
    padding: 25px;
    border-radius: 10px;
    text-align: left;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #FFD70033;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.page-promotions-first-deposit-bonus__faq-question {
    font-size: 1.4em;
    color: #FFD700;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.page-promotions-first-deposit-bonus__faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.2em;
    transition: transform 0.3s ease;
}

.page-promotions-first-deposit-bonus__faq-question.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-promotions-first-deposit-bonus__faq-answer {
    font-size: 1.05em;
    color: #cccccc;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
    opacity: 0;
    padding-top: 0;
}

.page-promotions-first-deposit-bonus__faq-answer.active {
    max-height: 200px; /* Adjust based on expected content height */
    opacity: 1;
    padding-top: 15px;
}

/* Final CTA Section */
.page-promotions-first-deposit-bonus__final-cta {
    background: linear-gradient(45deg, #0A0F18, #301f00);
    padding: 80px 0;
}

.page-promotions-first-deposit-bonus__action-buttons {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-promotions-first-deposit-bonus__main-title {
        font-size: 3.5em;
    }
    .page-promotions-first-deposit-bonus__section-title {
        font-size: 2.2em;
    }
    .page-promotions-first-deposit-bonus__cta-button {
        padding: 15px 30px;
        font-size: 1.1em;
    }
    .page-promotions-first-deposit-bonus__secondary-button {
        padding: 12px 25px;
        font-size: 1em;
        margin-left: 10px;
    }
    .page-promotions-first-deposit-bonus__step-item {
        max-width: 320px;
    }
}

@media (max-width: 768px) {
    .page-promotions-first-deposit-bonus__hero-section {
        padding: 80px 0;
        min-height: 500px;
    }
    .page-promotions-first-deposit-bonus__main-title {
        font-size: 2.8em;
    }
    .page-promotions-first-deposit-bonus__subtitle {
        font-size: 1.2em;
    }
    .page-promotions-first-deposit-bonus__section-title {
        font-size: 1.8em;
    }
    .page-promotions-first-deposit-bonus__feature-grid, 
    .page-promotions-first-deposit-bonus__step-by-step {
        grid-template-columns: 1fr;
    }
    .page-promotions-first-deposit-bonus__step-item {
        max-width: 90%;
    }
    .page-promotions-first-deposit-bonus__action-buttons {
        flex-direction: column;
        align-items: center;
    }
    .page-promotions-first-deposit-bonus__secondary-button {
        margin-left: 0;
        margin-top: 15px;
    }
    .page-promotions-first-deposit-bonus__list li,
    .page-promotions-first-deposit-bonus__advantage-list li,
    .page-promotions-first-deposit-bonus__faq-item {
        padding: 15px 20px;
    }
    .page-promotions-first-deposit-bonus__faq-question {
        font-size: 1.2em;
    }
}

@media (max-width: 480px) {
    .page-promotions-first-deposit-bonus__hero-section {
        padding: 60px 0;
        min-height: 400px;
    }
    .page-promotions-first-deposit-bonus__main-title {
        font-size: 2.2em;
    }
    .page-promotions-first-deposit-bonus__subtitle {
        font-size: 1em;
    }
    .page-promotions-first-deposit-bonus__section-title {
        font-size: 1.5em;
    }
    .page-promotions-first-deposit-bonus__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-promotions-first-deposit-bonus__secondary-button {
        padding: 10px 20px;
        font-size: 0.9em;
    }
    .page-promotions-first-deposit-bonus__step-number {
        width: 50px;
        height: 50px;
        font-size: 2em;
        margin-top: -50px;
    }
    .page-promotions-first-deposit-bonus__step-title {
        font-size: 1.5em;
    }
    .page-promotions-first-deposit-bonus__feature-icon {
        width: 60px;
        height: 60px;
    }
}