/* style/index-mcw678-key-features.css */
.page-index-mcw678-key-features {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f9f9f9;
}

.page-index-mcw678-key-features .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.page-index-mcw678-key-features .hero-section {
    background: linear-gradient(135deg, #0A2463, #3A5B94);
    color: #ffffff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-index-mcw678-key-features .hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #FFD700;
}

.page-index-mcw678-key-features .hero-subtitle {
    font-size: 1.5em;
    margin-bottom: 30px;
    color: #e0e0e0;
}

.page-index-mcw678-key-features .hero-image-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    opacity: 0.7;
    z-index: 0;
}

.page-index-mcw678-key-features .hero-image {
    max-height: 100%;
    width: auto;
    object-fit: contain;
}

.page-index-mcw678-key-features .hero-section .container {
    position: relative;
    z-index: 1;
}

.page-index-mcw678-key-features .section-title {
    font-size: 2.5em;
    color: #0A2463;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

.page-index-mcw678-key-features .section-description {
    font-size: 1.1em;
    color: #555;
    text-align: center;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-index-mcw678-key-features .highlight {
    color: #FFD700;
}

.page-index-mcw678-key-features .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.3s ease;
    cursor: pointer;
    border: none;
}

.page-index-mcw678-key-features .btn-primary {
    background-color: #FFD700;
    color: #0A2463;
    margin-right: 15px;
}

.page-index-mcw678-key-features .btn-primary:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
}

.page-index-mcw678-key-features .btn-secondary {
    background-color: #0A2463;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-index-mcw678-key-features .btn-secondary:hover {
    background-color: #1a3a7a;
    transform: translateY(-3px);
}

.page-index-mcw678-key-features .features-overview-section {
    padding: 60px 0;
    background-color: #fff;
}

.page-index-mcw678-key-features .feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-index-mcw678-key-features .feature-item {
    background-color: #f0f4f8;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-top: 5px solid #0A2463;
}

.page-index-mcw678-key-features .feature-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-index-mcw678-key-features .feature-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    object-fit: contain;
}

.page-index-mcw678-key-features .feature-title {
    font-size: 1.8em;
    color: #0A2463;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-index-mcw678-key-features .feature-text {
    font-size: 1em;
    color: #666;
}

.page-index-mcw678-key-features .detailed-features-section {
    padding: 80px 0;
    background-color: #eef3f7;
}

.page-index-mcw678-key-features .detailed-feature-block {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 60px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    padding: 30px;
}

.page-index-mcw678-key-features .detailed-feature-block.reverse-layout {
    flex-direction: row-reverse;
}

.page-index-mcw678-key-features .detailed-feature-image {
    width: 45%;
    border-radius: 8px;
    object-fit: cover;
    height: 300px;
}

.page-index-mcw678-key-features .detailed-feature-content {
    width: 55%;
}

.page-index-mcw678-key-features .detailed-feature-title {
    font-size: 2em;
    color: #0A2463;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-index-mcw678-key-features .detailed-feature-text {
    font-size: 1.1em;
    color: #444;
}

.page-index-mcw678-key-features .cta-section {
    background-color: #0A2463;
    color: #ffffff;
    padding: 80px 0;
    text-align: center;
}

.page-index-mcw678-key-features .cta-section .section-title {
    color: #FFD700;
}

.page-index-mcw678-key-features .cta-section .section-description {
    color: #e0e0e0;
    margin-bottom: 40px;
}

.page-index-mcw678-key-features .cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.page-index-mcw678-key-features .faq-section {
    padding: 60px 0;
    background-color: #fff;
}

.page-index-mcw678-key-features .faq-item {
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.page-index-mcw678-key-features .faq-item:last-child {
    border-bottom: none;
}

.page-index-mcw678-key-features .faq-question {
    font-size: 1.5em;
    color: #0A2463;
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
}

.page-index-mcw678-key-features .faq-question::after {
    content: '+';
    font-size: 1.2em;
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.page-index-mcw678-key-features .faq-question.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-index-mcw678-key-features .faq-answer {
    font-size: 1em;
    color: #555;
    padding-left: 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, padding 0.5s ease-out;
}

.page-index-mcw678-key-features .faq-answer.open {
    max-height: 200px; /* Adjust as needed */
    padding-top: 10px;
}

.page-index-mcw678-key-features .responsible-gaming-promo {
    background-color: #f0f4f8;
    padding: 60px 0;
    text-align: center;
}

.page-index-mcw678-key-features .responsible-gaming-promo .section-title {
    color: #0A2463;
}

.page-index-mcw678-key-features .responsible-gaming-promo .section-description {
    color: #555;
    margin-bottom: 30px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-index-mcw678-key-features .hero-title {
        font-size: 2.8em;
    }
    .page-index-mcw678-key-features .hero-subtitle {
        font-size: 1.2em;
    }
    .page-index-mcw678-key-features .hero-image-wrapper {
        width: 50%;
    }
    .page-index-mcw678-key-features .detailed-feature-block {
        flex-direction: column;
        text-align: center;
    }
    .page-index-mcw678-key-features .detailed-feature-block.reverse-layout {
        flex-direction: column;
    }
    .page-index-mcw678-key-features .detailed-feature-image,
    .page-index-mcw678-key-features .detailed-feature-content {
        width: 100%;
    }
    .page-index-mcw678-key-features .detailed-feature-image {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .page-index-mcw678-key-features .hero-section {
        padding: 80px 0 150px 0;
    }
    .page-index-mcw678-key-features .hero-title {
        font-size: 2.2em;
    }
    .page-index-mcw678-key-features .hero-subtitle {
        font-size: 1em;
    }
    .page-index-mcw678-key-features .hero-image-wrapper {
        width: 80%;
        height: auto;
        position: static;
        margin-top: 30px;
        display: block;
    }
    .page-index-mcw678-key-features .hero-image {
        max-width: 100%;
        height: auto;
    }
    .page-index-mcw678-key-features .section-title {
        font-size: 2em;
    }
    .page-index-mcw678-key-features .feature-item {
        padding: 20px;
    }
    .page-index-mcw678-key-features .feature-title {
        font-size: 1.5em;
    }
    .page-index-mcw678-key-features .btn {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-index-mcw678-key-features .cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .page-index-mcw678-key-features .btn-primary, .page-index-mcw678-key-features .btn-secondary {
        margin-right: 0;
    }
    .page-index-mcw678-key-features .faq-question {
        font-size: 1.2em;
    }
    .page-index-mcw678-key-features .detailed-feature-image {
        height: 250px;
    }
}

@media (max-width: 480px) {
    .page-index-mcw678-key-features .hero-section {
        padding: 60px 0 100px 0;
    }
    .page-index-mcw678-key-features .hero-title {
        font-size: 1.8em;
    }
    .page-index-mcw678-key-features .hero-subtitle {
        font-size: 0.9em;
    }
    .page-index-mcw678-key-features .section-title {
        font-size: 1.8em;
    }
    .page-index-mcw678-key-features .detailed-feature-image {
        height: 200px;
    }
}