/* style/index-why-choose-debet.css */

.page-index-why-choose-debet {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #F0F0F0; /* Light text for dark background */
    background-color: #0A1931;
}

.page-index-why-choose-debet__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-index-why-choose-debet__hero-section {
    background: linear-gradient(135deg, #0A1931 0%, #1a3a6b 100%); /* Dark blue gradient */
    padding: 100px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
    position: relative;
    overflow: hidden;
}

.page-index-why-choose-debet__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract_geometric,dark_pattern,subtle_texture]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 1;
}

.page-index-why-choose-debet__hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    color: #FFFFFF;
}

.page-index-why-choose-debet__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #E0B400; /* Accent color for title */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: bold;
}

.page-index-why-choose-debet__hero-subtitle {
    font-size: 1.4em;
    margin-bottom: 40px;
    color: #F0F0F0;
    line-height: 1.5;
}

.page-index-why-choose-debet__cta-button {
    display: inline-block;
    background-color: #E0B400; /* Accent color for button */
    color: #0A1931; /* Dark text on accent background */
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    cursor: pointer;
}

.page-index-why-choose-debet__cta-button:hover {
    background-color: #f5c72a;
    transform: translateY(-3px);
}

.page-index-why-choose-debet__hero-image-wrapper {
    display: none; /* Hide on small screens */
}

.page-index-why-choose-debet__advantages-section {
    padding: 80px 0;
    background-color: #0A1931;
    color: #F0F0F0;
}

.page-index-why-choose-debet__section-title {
    font-size: 2.8em;
    color: #E0B400;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

.page-index-why-choose-debet__section-description {
    font-size: 1.1em;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 60px auto;
    color: #CCCCCC;
}

.page-index-why-choose-debet__advantage-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.page-index-why-choose-debet__advantage-item {
    background-color: #1a2a47; /* Slightly lighter dark blue for cards */
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(224, 180, 0, 0.2);
}

.page-index-why-choose-debet__advantage-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.page-index-why-choose-debet__advantage-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 5px #E0B400);
}

.page-index-why-choose-debet__advantage-title {
    font-size: 1.8em;
    color: #E0B400;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-index-why-choose-debet__advantage-text {
    font-size: 1.05em;
    color: #F0F0F0;
    text-align: left;
}

.page-index-why-choose-debet__final-cta-text {
    font-size: 1.2em;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 30px;
    color: #CCCCCC;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-index-why-choose-debet__cta-button--bottom {
    margin-top: 20px;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.page-index-why-choose-debet__faq-section {
    padding: 80px 0;
    background-color: #0A1931;
    color: #F0F0F0;
}

.page-index-why-choose-debet__faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.page-index-why-choose-debet__faq-item {
    background-color: #1a2a47;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 25px;
    border: 1px solid rgba(224, 180, 0, 0.1);
}

.page-index-why-choose-debet__faq-question {
    font-size: 1.3em;
    color: #E0B400;
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}

.page-index-why-choose-debet__faq-question::after {
    content: '+';
    font-size: 1.2em;
    transition: transform 0.3s ease;
}

.page-index-why-choose-debet__faq-question.active::after {
    transform: rotate(45deg);
}

.page-index-why-choose-debet__faq-answer {
    font-size: 1.05em;
    color: #F0F0F0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, padding 0.5s ease-out;
    padding-top: 0;
    text-align: left;
}

.page-index-why-choose-debet__faq-answer.active {
    max-height: 500px; /* Adjust as needed for content */
    padding-top: 15px;
}

/* Responsive Design */
@media (min-width: 768px) {
    .page-index-why-choose-debet__hero-section {
        text-align: left;
        padding: 120px 0;
    }

    .page-index-why-choose-debet__hero-content {
        max-width: 60%;
    }

    .page-index-why-choose-debet__hero-image-wrapper {
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 40%;
        max-width: 600px; /* Limit image size */
        z-index: 1;
    }

    .page-index-why-choose-debet__hero-image {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .page-index-why-choose-debet__hero-title {
        font-size: 4.5em;
    }

    .page-index-why-choose-debet__hero-subtitle {
        font-size: 1.6em;
    }

    .page-index-why-choose-debet__advantage-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .page-index-why-choose-debet__advantage-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .page-index-why-choose-debet__hero-title {
        font-size: 2.5em;
    }

    .page-index-why-choose-debet__hero-subtitle {
        font-size: 1.1em;
    }

    .page-index-why-choose-debet__section-title {
        font-size: 2em;
    }

    .page-index-why-choose-debet__advantage-title {
        font-size: 1.5em;
    }

    .page-index-why-choose-debet__cta-button {
        font-size: 1em;
        padding: 12px 25px;
    }
}