/* style/index-platform-highlights.css */
.page-index-platform-highlights {
    font-family: 'Arial', sans-serif;
    color: #F0F0F0;
    background-color: #0A2239;
    line-height: 1.6;
}

.page-index-platform-highlights__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-index-platform-highlights__hero-section {
    background: linear-gradient(135deg, #0A2239 0%, #1A3F5B 100%);
    padding: 100px 0 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-index-platform-highlights__hero-title {
    font-size: 3.5em;
    color: #E0B400;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.2;
}

.page-index-platform-highlights__hero-description {
    font-size: 1.3em;
    color: #D3D3D3;
    max-width: 800px;
    margin: 0 auto 40px;
}

.page-index-platform-highlights__hero-image {
    max-width: 100%;
    height: auto;
    margin-top: 40px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-index-platform-highlights__btn {
    display: inline-block;
    padding: 15px 35px;
    border-radius: 8px;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    margin: 10px;
}

.page-index-platform-highlights__btn--primary {
    background-color: #E0B400;
    color: #0A2239;
    border: 2px solid #E0B400;
}

.page-index-platform-highlights__btn--primary:hover {
    background-color: #F5C93D;
    border-color: #F5C93D;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(224, 180, 0, 0.4);
}

.page-index-platform-highlights__btn--secondary {
    background-color: transparent;
    color: #E0B400;
    border: 2px solid #E0B400;
}

.page-index-platform-highlights__btn--secondary:hover {
    background-color: #E0B400;
    color: #0A2239;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(224, 180, 0, 0.4);
}

.page-index-platform-highlights__features-overview {
    padding: 80px 0;
    background-color: #0A2239;
    text-align: center;
}

.page-index-platform-highlights__section-title {
    font-size: 2.8em;
    color: #E0B400;
    margin-bottom: 20px;
    font-weight: bold;
}

.page-index-platform-highlights__section-subtitle {
    font-size: 1.2em;
    color: #D3D3D3;
    max-width: 900px;
    margin: 0 auto 60px;
}

.page-index-platform-highlights__feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 40px;
}

.page-index-platform-highlights__feature-item {
    background-color: #1A3F5B;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-platform-highlights__feature-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
}

.page-index-platform-highlights__feature-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 5px rgba(224, 180, 0, 0.6));
}

.page-index-platform-highlights__feature-heading {
    font-size: 1.8em;
    color: #E0B400;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-index-platform-highlights__feature-text {
    font-size: 1em;
    color: #C0C0C0;
    line-height: 1.7;
}

.page-index-platform-highlights__why-choose {
    background-color: #0A2239;
    padding: 80px 0;
    text-align: center;
}

.page-index-platform-highlights__content-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    margin-top: 50px;
    text-align: left;
}

.page-index-platform-highlights__why-choose-image {
    flex: 1;
    min-width: 300px;
    max-width: 500px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-index-platform-highlights__text-content {
    flex: 2;
    min-width: 300px;
}

.page-index-platform-highlights__text-content p {
    font-size: 1.1em;
    color: #C0C0C0;
    margin-bottom: 20px;
    line-height: 1.8;
}

.page-index-platform-highlights__text-content strong {
    color: #E0B400;
}

.page-index-platform-highlights__cta-section {
    background-color: #1A3F5B;
    padding: 80px 0;
    text-align: center;
    border-top: 5px solid #E0B400;
}

.page-index-platform-highlights__cta-title {
    font-size: 3em;
    color: #E0B400;
    margin-bottom: 25px;
    font-weight: bold;
}

.page-index-platform-highlights__cta-description {
    font-size: 1.4em;
    color: #D3D3D3;
    max-width: 900px;
    margin: 0 auto 50px;
}

.page-index-platform-highlights__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.page-index-platform-highlights__faq-section {
    padding: 80px 0;
    background-color: #0A2239;
    text-align: center;
}

.page-index-platform-highlights__faq-list {
    margin-top: 50px;
    text-align: left;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-index-platform-highlights__faq-item {
    background-color: #1A3F5B;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 25px 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-index-platform-highlights__faq-question {
    font-size: 1.4em;
    color: #E0B400;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.page-index-platform-highlights__faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2em;
    color: #E0B400;
    transition: transform 0.3s ease;
}

.page-index-platform-highlights__faq-question.active::after {
    content: '-';
    transform: translateY(-50%) rotate(180deg);
}

.page-index-platform-highlights__faq-answer {
    font-size: 1.1em;
    color: #C0C0C0;
    line-height: 1.7;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    padding-top: 0;
}

.page-index-platform-highlights__faq-answer.active {
    max-height: 500px; /* Adjust as needed */
    padding-top: 15px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-index-platform-highlights__hero-title {
        font-size: 3em;
    }
    .page-index-platform-highlights__section-title,
    .page-index-platform-highlights__cta-title {
        font-size: 2.5em;
    }
    .page-index-platform-highlights__hero-description,
    .page-index-platform-highlights__section-subtitle,
    .page-index-platform-highlights__cta-description {
        font-size: 1.1em;
    }
    .page-index-platform-highlights__feature-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 30px;
    }
    .page-index-platform-highlights__content-wrapper {
        flex-direction: column;
        text-align: center;
    }
    .page-index-platform-highlights__why-choose-image {
        max-width: 80%;
    }
    .page-index-platform-highlights__text-content {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .page-index-platform-highlights__hero-section {
        padding: 80px 0 40px;
    }
    .page-index-platform-highlights__hero-title {
        font-size: 2.5em;
    }
    .page-index-platform-highlights__section-title,
    .page-index-platform-highlights__cta-title {
        font-size: 2em;
    }
    .page-index-platform-highlights__hero-description,
    .page-index-platform-highlights__section-subtitle,
    .page-index-platform-highlights__cta-description {
        font-size: 1em;
    }
    .page-index-platform-highlights__btn {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-index-platform-highlights__feature-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .page-index-platform-highlights__feature-item,
    .page-index-platform-highlights__faq-item {
        padding: 20px;
    }
    .page-index-platform-highlights__faq-question {
        font-size: 1.2em;
    }
    .page-index-platform-highlights__faq-answer {
        font-size: 0.95em;
    }
    .page-index-platform-highlights__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .page-index-platform-highlights__hero-title {
        font-size: 2em;
    }
    .page-index-platform-highlights__section-title,
    .page-index-platform-highlights__cta-title {
        font-size: 1.8em;
    }
    .page-index-platform-highlights__hero-description {
        font-size: 0.9em;
    }
    .page-index-platform-highlights__btn {
        width: 100%;
        box-sizing: border-box;
    }
    .page-index-platform-highlights__feature-heading {
        font-size: 1.5em;
    }
}