/* style/affiliate-program-advantages-deep-dive.css */

.page-affiliate-program-advantages-deep-dive {
    font-family: 'Arial', sans-serif;
    color: #F8F8F8; /* Light text for dark backgrounds */
    background-color: #0A192F; /* Main dark background */
    line-height: 1.6;
}

.page-affiliate-program-advantages-deep-dive__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-affiliate-program-advantages-deep-dive__hero-section {
    background: linear-gradient(135deg, #0A192F 0%, #30476e 100%);
    padding: 100px 0 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-bottom: 5px solid #E0B400;
}

.page-affiliate-program-advantages-deep-dive__hero-image {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1000px; /* Adjust as needed */
    opacity: 0.3;
    z-index: 0;
}

.page-affiliate-program-advantages-deep-dive__main-title {
    font-size: 3.5em;
    color: #E0B400; /* Accent color for main title */
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
}

.page-affiliate-program-advantages-deep-dive__highlight {
    color: #F8F8F8;
}

.page-affiliate-program-advantages-deep-dive__subtitle {
    font-size: 1.4em;
    color: #C0C0C0;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.page-affiliate-program-advantages-deep-dive__brand-name {
    color: #E0B400;
    font-weight: bold;
}

.page-affiliate-program-advantages-deep-dive__cta-button {
    display: inline-block;
    background-color: #E0B400; /* Accent color for buttons */
    color: #0A192F; /* Dark text for accent background */
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    position: relative;
    z-index: 1;
}

.page-affiliate-program-advantages-deep-dive__cta-button:hover {
    background-color: #f0c830;
    transform: translateY(-3px);
}

.page-affiliate-program-advantages-deep-dive__section-title {
    font-size: 2.5em;
    color: #E0B400;
    text-align: center;
    margin-bottom: 50px;
    padding-top: 40px;
    position: relative;
}

.page-affiliate-program-advantages-deep-dive__section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #E0B400;
    margin: 15px auto 0;
    border-radius: 2px;
}

.page-affiliate-program-advantages-deep-dive__text {
    font-size: 1.1em;
    color: #F8F8F8;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 30px;
}

.page-affiliate-program-advantages-deep-dive__advantages-section,
.page-affiliate-program-advantages-deep-dive__commission-structure,
.page-affiliate-program-advantages-deep-dive__tools-resources,
.page-affiliate-program-advantages-deep-dive__hiphop-edge-section,
.page-affiliate-program-advantages-deep-dive__how-to-join,
.page-affiliate-program-advantages-deep-dive__responsible-gaming,
.page-affiliate-program-advantages-deep-dive__faq-section,
.page-affiliate-program-advantages-deep-dive__cta-final-section {
    padding: 60px 0;
}

.page-affiliate-program-advantages-deep-dive__advantages-section {
    background-color: #122841;
}

.page-affiliate-program-advantages-deep-dive__advantage-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 40px;
}

.page-affiliate-program-advantages-deep-dive__advantage-item {
    background-color: #0A192F;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-affiliate-program-advantages-deep-dive__advantage-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.4);
}

.page-affiliate-program-advantages-deep-dive__advantage-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 5px #E0B400);
}

.page-affiliate-program-advantages-deep-dive__advantage-title {
    font-size: 1.8em;
    color: #E0B400;
    margin-bottom: 15px;
}

.page-affiliate-program-advantages-deep-dive__advantage-description {
    font-size: 1em;
    color: #C0C0C0;
}

.page-affiliate-program-advantages-deep-dive__commission-structure {
    background-color: #0A192F;
}

.page-affiliate-program-advantages-deep-dive__commission-details {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-affiliate-program-advantages-deep-dive__detail-item {
    background-color: #122841;
    border-left: 5px solid #E0B400;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-affiliate-program-advantages-deep-dive__detail-title {
    font-size: 1.6em;
    color: #E0B400;
    margin-bottom: 10px;
}

.page-affiliate-program-advantages-deep-dive__detail-description {
    font-size: 1em;
    color: #C0C0C0;
}

.page-affiliate-program-advantages-deep-dive__tools-resources {
    background-color: #122841;
}

.page-affiliate-program-advantages-deep-dive__resource-list {
    list-style: none;
    padding: 0;
    max-width: 900px;
    margin: 40px auto 0;
}

.page-affiliate-program-advantages-deep-dive__resource-list li {
    background-color: #0A192F;
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-affiliate-program-advantages-deep-dive__list-icon {
    color: #E0B400;
    font-size: 1.5em;
    margin-right: 15px;
    flex-shrink: 0;
}

.page-affiliate-program-advantages-deep-dive__list-text {
    color: #F8F8F8;
    font-size: 1.1em;
}

.page-affiliate-program-advantages-deep-dive__hiphop-edge-section {
    background-color: #0A192F;
}

.page-affiliate-program-advantages-deep-dive__hiphop-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-affiliate-program-advantages-deep-dive__feature-item {
    background-color: #122841;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

.page-affiliate-program-advantages-deep-dive__feature-title {
    font-size: 1.7em;
    color: #E0B400;
    margin-bottom: 15px;
}

.page-affiliate-program-advantages-deep-dive__feature-description {
    font-size: 1em;
    color: #C0C0C0;
}

.page-affiliate-program-advantages-deep-dive__how-to-join {
    background-color: #122841;
}

.page-affiliate-program-advantages-deep-dive__steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    margin-top: 40px;
    text-align: center;
}

.page-affiliate-program-advantages-deep-dive__step-item {
    background-color: #0A192F;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    position: relative;
}

.page-affiliate-program-advantages-deep-dive__step-number {
    background-color: #E0B400;
    color: #0A192F;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2em;
    font-weight: bold;
    margin: -60px auto 20px;
    border: 3px solid #0A192F;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.page-affiliate-program-advantages-deep-dive__step-title {
    font-size: 1.8em;
    color: #E0B400;
    margin-bottom: 10px;
}

.page-affiliate-program-advantages-deep-dive__step-description {
    font-size: 1em;
    color: #C0C0C0;
}

.page-affiliate-program-advantages-deep-dive__cta-button--bottom {
    margin-top: 60px;
}

.page-affiliate-program-advantages-deep-dive__responsible-gaming {
    background-color: #0A192F;
}

.page-affiliate-program-advantages-deep-dive__faq-section {
    background-color: #122841;
}

.page-affiliate-program-advantages-deep-dive__faq-grid {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-affiliate-program-advantages-deep-dive__faq-item {
    background-color: #0A192F;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-affiliate-program-advantages-deep-dive__faq-question {
    font-size: 1.4em;
    color: #E0B400;
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.page-affiliate-program-advantages-deep-dive__faq-question::after {
    content: '+';
    margin-left: auto;
    font-size: 1.2em;
    transition: transform 0.3s ease;
}

.page-affiliate-program-advantages-deep-dive__faq-question.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-affiliate-program-advantages-deep-dive__faq-answer {
    font-size: 1em;
    color: #C0C0C0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    padding-top: 0;
}

.page-affiliate-program-advantages-deep-dive__faq-answer.active {
    max-height: 200px; /* Adjust based on content */
    padding-top: 15px;
}

.page-affiliate-program-advantages-deep-dive__cta-final-section {
    background: linear-gradient(135deg, #0A192F 0%, #30476e 100%);
    text-align: center;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
}

.page-affiliate-program-advantages-deep-dive__cta-image {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1200px;
    opacity: 0.2;
    z-index: 0;
}

.page-affiliate-program-advantages-deep-dive__cta-button--large {
    font-size: 1.5em;
    padding: 20px 40px;
    margin-top: 40px;
    position: relative;
    z-index: 1;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-affiliate-program-advantages-deep-dive__main-title {
        font-size: 2.8em;
    }
    .page-affiliate-program-advantages-deep-dive__subtitle {
        font-size: 1.2em;
    }
    .page-affiliate-program-advantages-deep-dive__section-title {
        font-size: 2em;
    }
    .page-affiliate-program-advantages-deep-dive__hero-image,
    .page-affiliate-program-advantages-deep-dive__cta-image {
        max-width: 80%;
    }
}

@media (max-width: 768px) {
    .page-affiliate-program-advantages-deep-dive__main-title {
        font-size: 2.2em;
    }
    .page-affiliate-program-advantages-deep-dive__subtitle {
        font-size: 1em;
    }
    .page-affiliate-program-advantages-deep-dive__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-affiliate-program-advantages-deep-dive__section-title {
        font-size: 1.8em;
    }
    .page-affiliate-program-advantages-deep-dive__advantage-grid,
    .page-affiliate-program-advantages-deep-dive__commission-details,
    .page-affiliate-program-advantages-deep-dive__hiphop-features,
    .page-affiliate-program-advantages-deep-dive__steps-grid,
    .page-affiliate-program-advantages-deep-dive__faq-grid {
        grid-template-columns: 1fr;
    }
    .page-affiliate-program-advantages-deep-dive__hero-image,
    .page-affiliate-program-advantages-deep-dive__cta-image {
        max-width: 90%;
    }
}

@media (max-width: 480px) {
    .page-affiliate-program-advantages-deep-dive__main-title {
        font-size: 1.8em;
    }
    .page-affiliate-program-advantages-deep-dive__subtitle {
        font-size: 0.9em;
    }
    .page-affiliate-program-advantages-deep-dive__section-title {
        font-size: 1.5em;
    }
    .page-affiliate-program-advantages-deep-dive__advantage-icon {
        width: 60px;
        height: 60px;
    }
    .page-affiliate-program-advantages-deep-dive__step-number {
        width: 50px;
        height: 50px;
        font-size: 1.8em;
        margin: -50px auto 15px;
    }
}