/* style/index-huebet-platform-overview.css */

.page-index-huebet-platform-overview {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #ffffff; /* White text for dark background */
    background-color: #001a33; /* Darker shade of primary for main background */
}

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

.page-index-huebet-platform-overview__hero-section {
    background: linear-gradient(135deg, #003366 0%, #001a33 100%);
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

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

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

.page-index-huebet-platform-overview__hero-subtitle {
    font-size: 1.5em;
    color: #e0e0e0;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

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

.page-index-huebet-platform-overview__btn--primary {
    background-color: #FFCC00; /* Gold */
    color: #003366; /* Deep Blue */
    border: 2px solid #FFCC00;
}

.page-index-huebet-platform-overview__btn--primary:hover {
    background-color: #e6b800;
    border-color: #e6b800;
    transform: translateY(-3px);
}

.page-index-huebet-platform-overview__btn--secondary {
    background-color: transparent;
    color: #FFCC00; /* Gold */
    border: 2px solid #FFCC00;
}

.page-index-huebet-platform-overview__btn--secondary:hover {
    background-color: #FFCC00;
    color: #003366; /* Deep Blue */
    transform: translateY(-3px);
}

.page-index-huebet-platform-overview__section-title {
    font-size: 2.5em;
    color: #FFCC00; /* Gold */
    text-align: center;
    margin-bottom: 40px;
    padding-top: 40px;
    position: relative;
}

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

.page-index-huebet-platform-overview__introduction-section,
.page-index-huebet-platform-overview__usp-section,
.page-index-huebet-platform-overview__why-choose-section {
    padding: 60px 0;
    background-color: #002244; /* Slightly lighter blue for content sections */
}

.page-index-huebet-platform-overview__features-section {
    padding: 80px 0;
    background-color: #003366; /* Primary blue for features */
}

.page-index-huebet-platform-overview__introduction-section p,
.page-index-huebet-platform-overview__usp-section p,
.page-index-huebet-platform-overview__why-choose-section p {
    font-size: 1.1em;
    color: #e0e0e0;
    margin-bottom: 20px;
    text-align: justify;
}

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

.page-index-huebet-platform-overview__feature-card {
    background-color: #002244; /* Darker blue for cards */
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    text-align: left;
    transition: transform 0.3s ease;
}

.page-index-huebet-platform-overview__feature-card:hover {
    transform: translateY(-5px);
}

.page-index-huebet-platform-overview__feature-title {
    font-size: 1.8em;
    color: #FFCC00; /* Gold for feature titles */
    margin-bottom: 15px;
}

.page-index-huebet-platform-overview__feature-card p {
    color: #cccccc;
    font-size: 1em;
    margin-bottom: 15px;
}

.page-index-huebet-platform-overview__list {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.page-index-huebet-platform-overview__list li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
    color: #cccccc;
}

.page-index-huebet-platform-overview__list li::before {
    content: '✓';
    color: #FFCC00; /* Gold checkmark */
    position: absolute;
    left: 0;
    font-weight: bold;
}

.page-index-huebet-platform-overview__list--ordered {
    list-style: decimal;
    padding-left: 25px;
}

.page-index-huebet-platform-overview__list--ordered li {
    margin-bottom: 10px;
    color: #cccccc;
}

.page-index-huebet-platform-overview__image--responsive {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-index-huebet-platform-overview__image--full-width {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 30px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.page-index-huebet-platform-overview__content-block {
    background-color: #002244;
    padding: 40px;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-index-huebet-platform-overview__sub-section-title {
    font-size: 2em;
    color: #FFCC00; /* Gold */
    margin-bottom: 20px;
    text-align: center;
}

.page-index-huebet-platform-overview__cta-section {
    background: linear-gradient(45deg, #003366, #001a33);
    padding: 80px 0;
    text-align: center;
}

.page-index-huebet-platform-overview__cta-section .page-index-huebet-platform-overview__section-title {
    color: #FFCC00;
    margin-bottom: 20px;
}

.page-index-huebet-platform-overview__cta-section p {
    font-size: 1.2em;
    color: #e0e0e0;
    margin-bottom: 40px;
}

.page-index-huebet-platform-overview__btn--large {
    padding: 18px 40px;
    font-size: 1.3em;
}

.page-index-huebet-platform-overview__text--center {
    text-align: center;
}

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

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

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

    .page-index-huebet-platform-overview__sub-section-title {
        font-size: 1.6em;
    }

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

    .page-index-huebet-platform-overview__btn--large {
        padding: 15px 30px;
        font-size: 1.1em;
    }

    .page-index-huebet-platform-overview__grid {
        grid-template-columns: 1fr;
    }
}

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

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

    .page-index-huebet-platform-overview__btn {
        display: block;
        margin: 10px auto;
        width: fit-content;
    }
}