/* style/index-platform-overview.css */
.page-index-platform-overview {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #F8F8F8; /* Light text for dark background */
    background-color: #0A2E36; /* Main dark background */
    line-height: 1.6;
}

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

.page-index-platform-overview__hero-section {
    background: linear-gradient(135deg, #0A2E36 0%, #1a4a53 100%);
    padding: 100px 0;
    text-align: center;
    color: #F8F8F8;
    position: relative;
    overflow: hidden;
}

.page-index-platform-overview__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract,geometric,pattern,dark]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-index-platform-overview__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #E0B34C; /* Accent color for main title */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
}

.page-index-platform-overview__hero-subtitle {
    font-size: 1.5em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.page-index-platform-overview__cta-button {
    display: inline-block;
    background-color: #E0B34C; /* Accent color for CTA */
    color: #0A2E36; /* Dark text for light button */
    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;
    position: relative;
    z-index: 1;
    border: none;
    cursor: pointer;
}

.page-index-platform-overview__cta-button:hover {
    background-color: #f0c56d;
    transform: translateY(-3px);
}

.page-index-platform-overview__cta-button--secondary {
    background-color: transparent;
    border: 2px solid #E0B34C;
    color: #E0B34C;
}

.page-index-platform-overview__cta-button--secondary:hover {
    background-color: #E0B34C;
    color: #0A2E36;
}

.page-index-platform-overview__section-title {
    font-size: 2.5em;
    color: #E0B34C; /* Accent color for section titles */
    text-align: center;
    margin-bottom: 40px;
    padding-top: 60px;
    position: relative;
}

.page-index-platform-overview__section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #E0B34C;
    margin: 15px auto 0;
    border-radius: 2px;
}

.page-index-platform-overview__text-content {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #F8F8F8;
    text-align: justify;
}

.page-index-platform-overview__highlight {
    color: #E0B34C;
    font-weight: bold;
}

.page-index-platform-overview__image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 40px auto;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}

.page-index-platform-overview__intro-section, 
.page-index-platform-overview__methodology-section, 
.page-index-platform-overview__featured-platforms-section, 
.page-index-platform-overview__promotions-section, 
.page-index-platform-overview__guide-section, 
.page-index-platform-overview__safety-section, 
.page-index-platform-overview__why-trust-us-section {
    padding: 60px 0;
    background-color: #0A2E36;
}

.page-index-platform-overview__advantages-section {
    background-color: #1a4a53; /* Slightly lighter dark background for contrast */
    padding: 60px 0;
}

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

.page-index-platform-overview__advantage-item {
    background-color: #0A2E36;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-platform-overview__advantage-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.page-index-platform-overview__icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: brightness(1.2);
}

.page-index-platform-overview__advantage-title, .page-index-platform-overview__guide-title {
    font-size: 1.6em;
    color: #E0B34C;
    margin-bottom: 15px;
}

.page-index-platform-overview__advantage-description, .page-index-platform-overview__guide-description {
    font-size: 1em;
    color: #F8F8F8;
}

.page-index-platform-overview__numbered-list, .page-index-platform-overview__bullet-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.page-index-platform-overview__numbered-list li {
    background-color: #1a4a53;
    margin-bottom: 15px;
    padding: 20px 25px;
    border-left: 5px solid #E0B34C;
    border-radius: 5px;
    color: #F8F8F8;
    font-size: 1.1em;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-index-platform-overview__numbered-list li::before {
    content: counter(item) ". ";
    counter-increment: item;
    color: #E0B34C;
    font-weight: bold;
    margin-right: 10px;
}

.page-index-platform-overview__bullet-list li {
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
    color: #F8F8F8;
    font-size: 1.1em;
}

.page-index-platform-overview__bullet-list li::before {
    content: '•';
    color: #E0B34C;
    position: absolute;
    left: 0;
    font-size: 1.5em;
    line-height: 1;
}

.page-index-platform-overview__list-title {
    color: #E0B34C;
    font-weight: bold;
}

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

.page-index-platform-overview__guide-item {
    background-color: #1a4a53;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    border-bottom: 5px solid #E0B34C;
}

.page-index-platform-overview__center-content {
    text-align: center;
    margin-top: 50px;
}

.page-index-platform-overview__text-link {
    color: #E0B34C;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-index-platform-overview__text-link:hover {
    color: #f0c56d;
    text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-index-platform-overview__hero-title {
        font-size: 2.5em;
    }

    .page-index-platform-overview__hero-subtitle {
        font-size: 1.2em;
    }

    .page-index-platform-overview__section-title {
        font-size: 2em;
    }

    .page-index-platform-overview__advantages-grid, .page-index-platform-overview__guide-grid {
        grid-template-columns: 1fr;
    }

    .page-index-platform-overview__numbered-list li {
        font-size: 1em;
        padding: 15px 20px;
    }

    .page-index-platform-overview__bullet-list li {
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .page-index-platform-overview__hero-title {
        font-size: 2em;
    }

    .page-index-platform-overview__hero-subtitle {
        font-size: 1em;
    }

    .page-index-platform-overview__section-title {
        font-size: 1.8em;
    }

    .page-index-platform-overview__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-index-platform-overview__advantage-item, .page-index-platform-overview__guide-item {
        padding: 20px;
    }
}