/* style/resources-888slot-licensing.css */
.page-resources-888slot-licensing {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f8f8;
}

.page-resources-888slot-licensing__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-888slot-licensing__hero {
    background: linear-gradient(135deg, #003366 0%, #004488 100%); /* Deep blue gradient */
    color: #fff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-888slot-licensing__hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract,geometric,patterns]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-resources-888slot-licensing__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #FFCC00; /* Auxiliary color for emphasis */
    position: relative;
    z-index: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-888slot-licensing__hero-subtitle {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.page-resources-888slot-licensing__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.2s ease;
    position: relative;
    z-index: 1;
}

.page-resources-888slot-licensing__btn--primary {
    background-color: #FFCC00; /* Auxiliary color */
    color: #003366; /* Primary color for text */
    border: 2px solid #FFCC00;
}

.page-resources-888slot-licensing__btn--primary:hover {
    background-color: #e6b800;
    transform: translateY(-2px);
}

.page-resources-888slot-licensing__section {
    padding: 60px 0;
}

.page-resources-888slot-licensing__section--dark {
    background-color: #003366;
    color: #fff;
}

.page-resources-888slot-licensing__section--alt {
    background-color: #f0f0f0;
}

.page-resources-888slot-licensing__section-title {
    font-size: 2.5em;
    color: #003366;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.page-resources-888slot-licensing__section--dark .page-resources-888slot-licensing__section-title {
    color: #FFCC00;
}

.page-resources-888slot-licensing__section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background-color: #FFCC00;
    margin: 15px auto 0;
    border-radius: 2px;
}

.page-resources-888slot-licensing__section--dark .page-resources-888slot-licensing__section-title::after {
    background-color: #fff;
}

.page-resources-888slot-licensing__section-intro {
    text-align: center;
    font-size: 1.1em;
    max-width: 900px;
    margin: -20px auto 50px auto;
    color: #ccc;
}

.page-resources-888slot-licensing__content-block {
    padding: 20px 0;
}

.page-resources-888slot-licensing__grid-2-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.page-resources-888slot-licensing__grid-2-cols--reversed {
    grid-template-columns: 1fr 1fr;
}

.page-resources-888slot-licensing__text-content p {
    margin-bottom: 20px;
    font-size: 1.05em;
}

.page-resources-888slot-licensing__image-wrapper {
    text-align: center;
}

.page-resources-888slot-licensing__image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.page-resources-888slot-licensing__grid-3-cols {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-888slot-licensing__card {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-resources-888slot-licensing__card:hover {
    transform: translateY(-5px);
    background-color: rgba(255, 255, 255, 0.15);
}

.page-resources-888slot-licensing__card-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    filter: brightness(1.2);
}

.page-resources-888slot-licensing__card-title {
    font-size: 1.8em;
    color: #FFCC00;
    margin-bottom: 15px;
}

.page-resources-888slot-licensing__card-description {
    font-size: 1em;
    color: #e0e0e0;
}

.page-resources-888slot-licensing__note {
    text-align: center;
    margin-top: 50px;
    font-style: italic;
    color: #ccc;
    font-size: 0.95em;
}

.page-resources-888slot-licensing__sub-title {
    font-size: 1.8em;
    color: #003366;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-resources-888slot-licensing__section--alt .page-resources-888slot-licensing__sub-title {
    color: #003366;
}

.page-resources-888slot-licensing__faq-list {
    margin-top: 40px;
}

.page-resources-888slot-licensing__faq-item {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 25px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.page-resources-888slot-licensing__faq-question {
    font-size: 1.4em;
    color: #003366;
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-resources-888slot-licensing__faq-question::after {
    content: '+';
    font-size: 1.2em;
    font-weight: bold;
    color: #FFCC00;
    transition: transform 0.3s ease;
}

.page-resources-888slot-licensing__faq-item.active .page-resources-888slot-licensing__faq-question::after {
    transform: rotate(45deg);
}

.page-resources-888slot-licensing__faq-answer {
    font-size: 1.05em;
    color: #555;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding-top 0.4s ease-out;
    padding-top: 0;
}

.page-resources-888slot-licensing__faq-item.active .page-resources-888slot-licensing__faq-answer {
    max-height: 200px; /* Adjust as needed */
    padding-top: 15px;
}

.page-resources-888slot-licensing__cta-section {
    background: linear-gradient(135deg, #003366, #FFCC00);
    padding: 80px 0;
    text-align: center;
    color: #fff;
}

.page-resources-888slot-licensing__cta-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

.page-resources-888slot-licensing__cta-description {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto 40px auto;
}

.page-resources-888slot-licensing__cta-buttons .page-resources-888slot-licensing__btn {
    margin: 0 15px;
}

.page-resources-888slot-licensing__btn--secondary {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.page-resources-888slot-licensing__btn--secondary:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-resources-888slot-licensing__hero-title {
        font-size: 2.5em;
    }

    .page-resources-888slot-licensing__section-title {
        font-size: 2em;
    }

    .page-resources-888slot-licensing__grid-2-cols {
        grid-template-columns: 1fr;
    }

    .page-resources-888slot-licensing__grid-2-cols--reversed {
        grid-template-columns: 1fr;
    }

    .page-resources-888slot-licensing__image-wrapper {
        order: -1; /* Image first on mobile for reversed grid */
    }

    .page-resources-888slot-licensing__cta-title {
        font-size: 2.2em;
    }

    .page-resources-888slot-licensing__cta-buttons {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .page-resources-888slot-licensing__cta-buttons .page-resources-888slot-licensing__btn {
        margin: 0;
    }
}

@media (max-width: 768px) {
    .page-resources-888slot-licensing__hero {
        padding: 60px 0;
    }

    .page-resources-888slot-licensing__hero-title {
        font-size: 2em;
    }

    .page-resources-888slot-licensing__hero-subtitle {
        font-size: 1.1em;
    }

    .page-resources-888slot-licensing__section {
        padding: 40px 0;
    }

    .page-resources-888slot-licensing__section-title {
        font-size: 1.8em;
    }

    .page-resources-888slot-licensing__card-title {
        font-size: 1.5em;
    }

    .page-resources-888slot-licensing__sub-title {
        font-size: 1.5em;
    }

    .page-resources-888slot-licensing__faq-question {
        font-size: 1.2em;
    }

    .page-resources-888slot-licensing__cta-title {
        font-size: 1.8em;
    }
    .page-resources-888slot-licensing__text-content p {
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .page-resources-888slot-licensing__hero-title {
        font-size: 1.8em;
    }
    .page-resources-888slot-licensing__btn {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-resources-888slot-licensing__section-title {
        font-size: 1.5em;
    }
    .page-resources-888slot-licensing__cta-title {
        font-size: 1.5em;
    }
}