/* style/index-99win-exclusive-offers-entrance.css */

/* General styles for the page content wrapper */
.page-index-99win-exclusive-offers-entrance {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f8f8;
}

/* Container for consistent content width */
.page-index-99win-exclusive-offers-entrance__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Section styling */
.page-index-99win-exclusive-offers-entrance__section {
    padding: 60px 0;
    text-align: center;
}

.page-index-99win-exclusive-offers-entrance__section:nth-of-type(even) {
    background-color: #f0f0f0;
}

.page-index-99win-exclusive-offers-entrance__section-title {
    font-size: 2.8em;
    color: #1A2E44; /* Dark blue for titles */
    margin-bottom: 20px;
    font-weight: bold;
}

.page-index-99win-exclusive-offers-entrance__section-description {
    font-size: 1.1em;
    color: #555;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Buttons */
.page-index-99win-exclusive-offers-entrance__btn {
    display: inline-block;
    padding: 14px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    cursor: pointer;
    border: none;
    text-align: center;
}

.page-index-99win-exclusive-offers-entrance__btn--primary {
    background-color: #FFD700; /* Gold background */
    color: #1A2E44; /* Dark blue text for contrast */
}

.page-index-99win-exclusive-offers-entrance__btn--primary:hover {
    background-color: #e6c200; /* Slightly darker gold on hover */
    transform: translateY(-2px);
}

.page-index-99win-exclusive-offers-entrance__btn--secondary {
    background-color: #1A2E44; /* Dark blue background */
    color: #FFD700; /* Gold text for contrast */
    border: 2px solid #FFD700;
    margin-left: 20px;
}

.page-index-99win-exclusive-offers-entrance__btn--secondary:hover {
    background-color: #0d1a29; /* Darker blue on hover */
    transform: translateY(-2px);
}

.page-index-99win-exclusive-offers-entrance__btn--small {
    padding: 10px 20px;
    font-size: 0.95em;
    margin-top: 15px;
}

.page-index-99win-exclusive-offers-entrance__btn--large {
    padding: 18px 40px;
    font-size: 1.25em;
    min-width: 250px;
}

/* Hero Section */
.page-index-99win-exclusive-offers-entrance__hero-section {
    background: linear-gradient(135deg, #1A2E44 0%, #3a5c81 100%); /* Dark blue gradient */
    padding: 100px 0;
    color: #ffffff; /* White text on dark background */
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
}

.page-index-99win-exclusive-offers-entrance__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); /* Overlay for readability */
    z-index: 1;
}

.page-index-99win-exclusive-offers-entrance__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    opacity: 0.6;
}

.page-index-99win-exclusive-offers-entrance__hero-section > .page-index-99win-exclusive-offers-entrance__container {
    position: relative;
    z-index: 2;
    text-align: center;
}

.page-index-99win-exclusive-offers-entrance__hero-title {
    font-size: 3.8em;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #FFD700; /* Gold title for impact */
    font-weight: 900;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-index-99win-exclusive-offers-entrance__hero-subtitle {
    font-size: 1.5em;
    margin-bottom: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.page-index-99win-exclusive-offers-entrance__hero-cta-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* About Offers Section */
.page-index-99win-exclusive-offers-entrance__about-offers {
    background-color: #ffffff;
}

.page-index-99win-exclusive-offers-entrance__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-index-99win-exclusive-offers-entrance__grid-item {
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: left;
}

.page-index-99win-exclusive-offers-entrance__grid-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-index-99win-exclusive-offers-entrance__icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
}

.page-index-99win-exclusive-offers-entrance__item-title {
    font-size: 1.8em;
    color: #1A2E44;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-index-99win-exclusive-offers-entrance__item-description {
    font-size: 1.05em;
    color: #666;
}

/* Offer Categories Section */
.page-index-99win-exclusive-offers-entrance__offer-categories {
    background-color: #f0f0f0;
}

.page-index-99win-exclusive-offers-entrance__offer-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
    margin-top: 50px;
}

.page-index-99win-exclusive-offers-entrance__offer-card {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: left;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-99win-exclusive-offers-entrance__offer-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-index-99win-exclusive-offers-entrance__offer-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-bottom: 1px solid #eee;
}

.page-index-99win-exclusive-offers-entrance__offer-content {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.page-index-99win-exclusive-offers-entrance__offer-title {
    font-size: 1.6em;
    color: #1A2E44;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-index-99win-exclusive-offers-entrance__offer-text {
    font-size: 1em;
    color: #555;
    margin-bottom: 20px;
    flex-grow: 1;
}

.page-index-99win-exclusive-offers-entrance__offer-details {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    color: #444;
}

.page-index-99win-exclusive-offers-entrance__offer-details li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
    font-size: 0.95em;
}

.page-index-99win-exclusive-offers-entrance__offer-details li::before {
    content: '✓';
    color: #FFD700;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}

/* How to Claim Section */
.page-index-99win-exclusive-offers-entrance__how-to-claim {
    background-color: #ffffff;
}

.page-index-99win-exclusive-offers-entrance__steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.page-index-99win-exclusive-offers-entrance__step-item {
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    text-align: center;
    position: relative;
    padding-top: 70px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-index-99win-exclusive-offers-entrance__step-number {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #1A2E44; /* Dark blue background */
    color: #FFD700; /* Gold text for contrast */
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2em;
    font-weight: bold;
    border: 3px solid #FFD700;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-index-99win-exclusive-offers-entrance__step-title {
    font-size: 1.5em;
    color: #1A2E44;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-index-99win-exclusive-offers-entrance__step-description {
    font-size: 1em;
    color: #666;
    margin-bottom: 20px;
    flex-grow: 1;
}

/* App Promo Section */
.page-index-99win-exclusive-offers-entrance__app-promo {
    background: linear-gradient(90deg, #1A2E44 0%, #3a5c81 100%);
    color: #ffffff;
    padding: 80px 0;
}

.page-index-99win-exclusive-offers-entrance__app-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    gap: 40px;
    flex-wrap: wrap;
}

.page-index-99win-exclusive-offers-entrance__app-content {
    flex: 1;
    min-width: 300px;
}

.page-index-99win-exclusive-offers-entrance__app-content .page-index-99win-exclusive-offers-entrance__section-title {
    color: #FFD700; /* Gold title on dark background */
    text-align: left;
}

.page-index-99win-exclusive-offers-entrance__app-content .page-index-99win-exclusive-offers-entrance__section-description {
    color: #e0e0e0;
    text-align: left;
}

.page-index-99win-exclusive-offers-entrance__app-features {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.page-index-99win-exclusive-offers-entrance__app-features li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 1.1em;
    color: #ffffff;
}

.page-index-99win-exclusive-offers-entrance__small-icon {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3));
}

.page-index-99win-exclusive-offers-entrance__app-image {
    flex: 1;
    max-width: 450px;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    object-fit: contain;
}

/* FAQ Section */
.page-index-99win-exclusive-offers-entrance__faq {
    background-color: #ffffff;
}

.page-index-99win-exclusive-offers-entrance__faq-item {
    background-color: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 20px;
    text-align: left;
    transition: box-shadow 0.3s ease;
}

.page-index-99win-exclusive-offers-entrance__faq-item:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.page-index-99win-exclusive-offers-entrance__faq-question {
    font-size: 1.3em;
    color: #1A2E44;
    margin-bottom: 10px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.page-index-99win-exclusive-offers-entrance__faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.5em;
    color: #FFD700;
    transition: transform 0.3s ease;
}

.page-index-99win-exclusive-offers-entrance__faq-question.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-index-99win-exclusive-offers-entrance__faq-answer {
    font-size: 1em;
    color: #666;
    display: none; /* Hidden by default, toggled by JS */
    padding-top: 10px;
    border-top: 1px solid #eee;
    margin-top: 15px;
}

.page-index-99win-exclusive-offers-entrance__faq-answer.active {
    display: block;
}

/* Final CTA Section */
.page-index-99win-exclusive-offers-entrance__cta-final {
    background-color: #1A2E44; /* Dark blue background */
    color: #ffffff;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.page-index-99win-exclusive-offers-entrance__cta-final::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* Overlay for readability */
    z-index: 1;
}

.page-index-99win-exclusive-offers-entrance__cta-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    opacity: 0.6;
}

.page-index-99win-exclusive-offers-entrance__cta-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-index-99win-exclusive-offers-entrance__cta-title {
    font-size: 3.2em;
    color: #FFD700; /* Gold title */
    margin-bottom: 20px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-index-99win-exclusive-offers-entrance__cta-description {
    font-size: 1.3em;
    color: #e0e0e0;
    margin-bottom: 40px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-index-99win-exclusive-offers-entrance__hero-title {
        font-size: 3em;
    }
    .page-index-99win-exclusive-offers-entrance__hero-subtitle {
        font-size: 1.3em;
    }
    .page-index-99win-exclusive-offers-entrance__section-title {
        font-size: 2.2em;
    }
    .page-index-99win-exclusive-offers-entrance__cta-title {
        font-size: 2.5em;
    }
    .page-index-99win-exclusive-offers-entrance__app-flex {
        flex-direction: column;
        text-align: center;
    }
    .page-index-99win-exclusive-offers-entrance__app-content .page-index-99win-exclusive-offers-entrance__section-title,
    .page-index-99win-exclusive-offers-entrance__app-content .page-index-99win-exclusive-offers-entrance__section-description {
        text-align: center;
    }
    .page-index-99win-exclusive-offers-entrance__app-features {
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        max-width: 350px;
    }
    .page-index-99win-exclusive-offers-entrance__app-image {
        max-width: 350px;
    }
}

@media (max-width: 768px) {
    .page-index-99win-exclusive-offers-entrance__hero-title {
        font-size: 2.5em;
    }
    .page-index-99win-exclusive-offers-entrance__hero-subtitle {
        font-size: 1.1em;
    }
    .page-index-99win-exclusive-offers-entrance__section-title {
        font-size: 2em;
    }
    .page-index-99win-exclusive-offers-entrance__btn--secondary {
        margin-left: 0;
        margin-top: 15px;
    }
    .page-index-99win-exclusive-offers-entrance__hero-cta-group {
        flex-direction: column;
        align-items: center;
    }
    .page-index-99win-exclusive-offers-entrance__grid-item,
    .page-index-99win-exclusive-offers-entrance__offer-card,
    .page-index-99win-exclusive-offers-entrance__step-item {
        padding: 25px;
    }
    .page-index-99win-exclusive-offers-entrance__cta-title {
        font-size: 2em;
    }
    .page-index-99win-exclusive-offers-entrance__cta-description {
        font-size: 1.1em;
    }
}

@media (max-width: 480px) {
    .page-index-99win-exclusive-offers-entrance__hero-title {
        font-size: 2em;
    }
    .page-index-99win-exclusive-offers-entrance__hero-subtitle {
        font-size: 1em;
    }
    .page-index-99win-exclusive-offers-entrance__section-title {
        font-size: 1.8em;
    }
    .page-index-99win-exclusive-offers-entrance__btn {
        width: 100%;
        max-width: 280px;
    }
    .page-index-99win-exclusive-offers-entrance__cta-title {
        font-size: 1.8em;
    }
    .page-index-99win-exclusive-offers-entrance__cta-description {
        font-size: 1em;
    }
}