/* style/index-core-advantages.css */
.page-index-core-advantages {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
}

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

.page-index-core-advantages__hero-section {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: #fff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-index-core-advantages__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract_pattern,gaming_elements,blue_gold]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-index-core-advantages__hero-section > div {
    position: relative;
    z-index: 1;
}

.page-index-core-advantages__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
}

.page-index-core-advantages__hero-subtitle {
    font-size: 1.4em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #e0e0e0;
}

.page-index-core-advantages__section-title {
    font-size: 2.5em;
    color: #007bff;
    text-align: center;
    margin-bottom: 50px;
    font-weight: bold;
    position: relative;
    padding-bottom: 15px;
}

.page-index-core-advantages__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #ffc107;
    border-radius: 2px;
}

.page-index-core-advantages__sub-title {
    font-size: 1.8em;
    color: #0056b3;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-index-core-advantages__intro-section,
.page-index-core-advantages__feature-section {
    padding: 80px 0;
}

.page-index-core-advantages__feature-section--dark {
    background-color: #e9ecef;
}

.page-index-core-advantages__text-content {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #495057;
    text-align: justify;
}

.page-index-core-advantages__image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-index-core-advantages__image--center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-index-core-advantages__image--small {
    max-width: 80%;
    display: block;
    margin: 20px auto;
}

.page-index-core-advantages__image--left {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    max-width: 45%;
}

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

.page-index-core-advantages__feature-item {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.page-index-core-advantages__feature-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}

.page-index-core-advantages__feature-title {
    font-size: 1.6em;
    color: #007bff;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-index-core-advantages__feature-description {
    font-size: 1em;
    color: #555;
    text-align: justify;
}

.page-index-core-advantages__grid-two-col {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

@media (min-width: 768px) {
    .page-index-core-advantages__grid-two-col {
        grid-template-columns: repeat(2, 1fr);
    }
}

.page-index-core-advantages__text-block {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.page-index-core-advantages__payment-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.page-index-core-advantages__payment-item {
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.page-index-core-advantages__payment-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
}

.page-index-core-advantages__payment-title {
    font-size: 1.4em;
    color: #007bff;
    margin-bottom: 10px;
}

.page-index-core-advantages__payment-description {
    font-size: 0.95em;
    color: #666;
}

.page-index-core-advantages__promo-list {
    list-style: none;
    padding: 0;
    margin: 40px 0;
    font-size: 1.1em;
    color: #495057;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-index-core-advantages__promo-list li {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
    line-height: 1.8;
}

.page-index-core-advantages__list-icon {
    color: #28a745; /* Green for checkmark */
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.2em;
}

.page-index-core-advantages__mobile-experience {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-top: 40px;
}

@media (min-width: 992px) {
    .page-index-core-advantages__mobile-experience {
        flex-direction: row;
        text-align: left;
    }
    .page-index-core-advantages__image--left {
        float: none;
        margin-right: 0;
        max-width: 50%;
    }
}

.page-index-core-advantages__cta-section {
    text-align: center;
    padding: 80px 0;
    background: linear-gradient(135deg, #0056b3, #007bff);
    color: #fff;
}

.page-index-core-advantages__cta-section .page-index-core-advantages__section-title {
    color: #fff;
}

.page-index-core-advantages__cta-section .page-index-core-advantages__section-title::after {
    background-color: #ffc107;
}

.page-index-core-advantages__cta-section .page-index-core-advantages__text-content {
    color: #e0e0e0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-index-core-advantages__btn {
    display: inline-block;
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    margin-top: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-index-core-advantages__btn--primary {
    background-color: #ffc107;
    color: #000;
}

.page-index-core-advantages__btn--primary:hover {
    background-color: #e0a800;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-index-core-advantages__btn--secondary {
    background-color: #007bff;
    color: #fff;
}

.page-index-core-advantages__btn--secondary:hover {
    background-color: #0056b3;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-index-core-advantages__btn--large {
    padding: 18px 45px;
    font-size: 1.3em;
}

.page-index-core-advantages .highlight {
    color: #ffc107;
    font-weight: bold;
}

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

    .page-index-core-advantages__hero-subtitle {
        font-size: 1.2em;
    }

    .page-index-core-advantages__section-title {
        font-size: 2em;
    }

    .page-index-core-advantages__sub-title {
        font-size: 1.5em;
    }

    .page-index-core-advantages__feature-grid {
        grid-template-columns: 1fr;
    }

    .page-index-core-advantages__image--left {
        float: none;
        margin-right: 0;
        max-width: 100%;
    }
}

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

    .page-index-core-advantages__hero-subtitle {
        font-size: 1em;
    }

    .page-index-core-advantages__section-title {
        font-size: 1.8em;
    }

    .page-index-core-advantages__btn {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-index-core-advantages__btn--large {
        padding: 15px 35px;
        font-size: 1.1em;
    }
}