/* style/exclusive-offers-deposit-match.css */
.page-exclusive-offers-deposit-match {
    font-family: 'Arial', sans-serif;
    color: #E0E0E0;
    background-color: #0A192F;
    line-height: 1.6;
}

.page-exclusive-offers-deposit-match__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-exclusive-offers-deposit-match__hero {
    background: linear-gradient(135deg, #0A192F 0%, #1A3047 100%);
    color: #FFFFFF;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-exclusive-offers-deposit-match__hero-image {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1200px;
    opacity: 0.3;
    z-index: 0;
}

.page-exclusive-offers-deposit-match__hero .page-exclusive-offers-deposit-match__container {
    position: relative;
    z-index: 1;
}

.page-exclusive-offers-deposit-match__title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #FFD700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: bold;
}

.page-exclusive-offers-deposit-match__subtitle {
    font-size: 1.2em;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-exclusive-offers-deposit-match__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-size: 1.1em;
    cursor: pointer;
}

.page-exclusive-offers-deposit-match__btn--primary {
    background-color: #FFD700;
    color: #0A192F;
    border: 2px solid #FFD700;
}

.page-exclusive-offers-deposit-match__btn--primary:hover {
    background-color: #E0B800;
    transform: translateY(-3px);
}

.page-exclusive-offers-deposit-match__btn--secondary {
    background-color: #0A192F;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-exclusive-offers-deposit-match__btn--secondary:hover {
    background-color: #FFD700;
    color: #0A192F;
    transform: translateY(-3px);
}

.page-exclusive-offers-deposit-match__section {
    padding: 60px 0;
    background-color: #0A192F;
}

.page-exclusive-offers-deposit-match__section:nth-of-type(even) {
    background-color: #12253D;
}

.page-exclusive-offers-deposit-match__heading {
    font-size: 2.5em;
    color: #FFD700;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.page-exclusive-offers-deposit-match__heading::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    margin: 15px auto 0;
    border-radius: 2px;
}

.page-exclusive-offers-deposit-match__sub-heading {
    font-size: 1.8em;
    color: #FFFFFF;
    margin-top: 30px;
    margin-bottom: 15px;
    border-left: 4px solid #FFD700;
    padding-left: 15px;
}

.page-exclusive-offers-deposit-match__paragraph {
    margin-bottom: 20px;
    font-size: 1.1em;
    color: #E0E0E0;
}

.page-exclusive-offers-deposit-match__list {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 20px;
    color: #E0E0E0;
}

.page-exclusive-offers-deposit-match__list-item {
    margin-bottom: 10px;
    font-size: 1.1em;
}

.page-exclusive-offers-deposit-match__image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 40px auto;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-exclusive-offers-deposit-match__image--inline {
    max-width: 80%;
}

.page-exclusive-offers-deposit-match__feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.page-exclusive-offers-deposit-match__feature-item {
    background-color: #1A3047;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-exclusive-offers-deposit-match__feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-exclusive-offers-deposit-match__feature-item .page-exclusive-offers-deposit-match__sub-heading {
    color: #FFD700;
    border-left: none;
    padding-left: 0;
    margin-top: 0;
}

.page-exclusive-offers-deposit-match__faq-item {
    background-color: #1A3047;
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.page-exclusive-offers-deposit-match__faq-item .page-exclusive-offers-deposit-match__sub-heading {
    color: #FFD700;
    margin-top: 0;
    margin-bottom: 10px;
    cursor: pointer;
    border-left: none;
    padding-left: 0;
}

.page-exclusive-offers-deposit-match__faq-item .page-exclusive-offers-deposit-match__paragraph {
    display: block; /* Could be toggled with JS for accordion */
}

.page-exclusive-offers-deposit-match__cta {
    text-align: center;
    padding: 80px 0;
    background: linear-gradient(45deg, #0A192F, #1A3047);
    position: relative;
    overflow: hidden;
}

.page-exclusive-offers-deposit-match__cta .page-exclusive-offers-deposit-match__heading {
    color: #FFD700;
}

.page-exclusive-offers-deposit-match__cta .page-exclusive-offers-deposit-match__paragraph {
    max-width: 900px;
    margin: 0 auto 40px auto;
    font-size: 1.2em;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-exclusive-offers-deposit-match__title {
        font-size: 2.5em;
    }

    .page-exclusive-offers-deposit-match__heading {
        font-size: 2em;
    }

    .page-exclusive-offers-deposit-match__sub-heading {
        font-size: 1.5em;
    }

    .page-exclusive-offers-deposit-match__hero {
        padding: 60px 0;
    }

    .page-exclusive-offers-deposit-match__section {
        padding: 40px 0;
    }

    .page-exclusive-offers-deposit-match__feature-grid {
        grid-template-columns: 1fr;
    }

    .page-exclusive-offers-deposit-match__hero-image {
        opacity: 0.15;
    }
}

@media (max-width: 480px) {
    .page-exclusive-offers-deposit-match__title {
        font-size: 2em;
    }

    .page-exclusive-offers-deposit-match__subtitle {
        font-size: 1em;
    }

    .page-exclusive-offers-deposit-match__heading {
        font-size: 1.8em;
    }

    .page-exclusive-offers-deposit-match__btn {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-exclusive-offers-deposit-match__image--inline {
        max-width: 95%;
    }
}