/* style/index-24-7-support.css */
.page-index-24-7-support {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f8f8;
}

.page-index-24-7-support__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-index-24-7-support__container--narrow {
    max-width: 900px;
}

.page-index-24-7-support__hero-section {
    background: linear-gradient(135deg, #FFD700 0%, #000080 100%);
    color: #fff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

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

.page-index-24-7-support__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #fff;
    position: relative;
    z-index: 1;
}

.page-index-24-7-support__hero-title .highlight {
    color: #FFD700;
}

.page-index-24-7-support__hero-description {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #e0e0e0;
    position: relative;
    z-index: 1;
}

.page-index-24-7-support__hero-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.page-index-24-7-support__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;
    white-space: nowrap;
}

.page-index-24-7-support__btn--primary {
    background-color: #FFD700;
    color: #000080;
    border: 2px solid #FFD700;
}

.page-index-24-7-support__btn--primary:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
}

.page-index-24-7-support__btn--secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-index-24-7-support__btn--secondary:hover {
    background-color: #FFD700;
    color: #000080;
    transform: translateY(-3px);
}

.page-index-24-7-support__btn--dark {
    background-color: #000080;
    color: #FFD700;
    border: 2px solid #000080;
}

.page-index-24-7-support__btn--dark:hover {
    background-color: #000066;
    color: #fff;
    transform: translateY(-3px);
}

.page-index-24-7-support__btn--small {
    padding: 10px 20px;
    font-size: 0.9em;
    border-radius: 5px;
    margin-top: 15px;
}

.page-index-24-7-support__section {
    padding: 80px 0;
    text-align: center;
}

.page-index-24-7-support__section--why-important {
    background-color: #f8f8f8;
}

.page-index-24-7-support__section--channels {
    background-color: #fff;
}

.page-index-24-7-support__section--team {
    background-color: #f8f8f8;
}

.page-index-24-7-support__section--when-to-contact {
    background-color: #000080;
    color: #fff;
}

.page-index-24-7-support__section--commitment {
    background-color: #fff;
}

.page-index-24-7-support__section--cta {
    background-color: #FFD700;
    color: #000080;
    padding: 60px 0;
}

.page-index-24-7-support__section-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    color: #000080;
    font-weight: bold;
}

.page-index-24-7-support__section-title .highlight {
    color: #FFD700;
}

.page-index-24-7-support__section-title--light {
    color: #fff;
}

.page-index-24-7-support__section-title--light .highlight {
    color: #FFD700;
}

.page-index-24-7-support__section-description {
    font-size: 1.1em;
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #555;
}

.page-index-24-7-support__section-description--light {
    color: #e0e0e0;
}

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

.page-index-24-7-support__card {
    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-24-7-support__card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.page-index-24-7-support__card-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: drop-shadow(0 5px 5px rgba(0, 0, 128, 0.3));
}

.page-index-24-7-support__card-title {
    font-size: 1.5em;
    color: #000080;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-index-24-7-support__card-text {
    color: #666;
    font-size: 1em;
}

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

.page-index-24-7-support__channel-item {
    background-color: #f0f8ff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.page-index-24-7-support__channel-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    filter: drop-shadow(0 5px 5px rgba(255, 215, 0, 0.4));
}

.page-index-24-7-support__channel-title {
    font-size: 1.6em;
    color: #000080;
    margin-bottom: 10px;
    font-weight: bold;
}

.page-index-24-7-support__channel-text {
    color: #555;
    font-size: 0.95em;
    flex-grow: 1;
}

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

.page-index-24-7-support__feature-item {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
    text-align: center;
}

.page-index-24-7-support__feature-icon {
    width: 65px;
    height: 65px;
    margin-bottom: 20px;
    filter: drop-shadow(0 5px 5px rgba(0, 0, 128, 0.2));
}

.page-index-24-7-support__feature-title {
    font-size: 1.4em;
    color: #000080;
    margin-bottom: 10px;
    font-weight: bold;
}

.page-index-24-7-support__feature-text {
    color: #666;
    font-size: 1em;
}

.page-index-24-7-support__list {
    list-style: none;
    padding: 0;
    text-align: left;
    max-width: 700px;
    margin: 40px auto;
}

.page-index-24-7-support__list-item {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 15px 25px;
    margin-bottom: 15px;
    border-radius: 8px;
    font-size: 1.1em;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-index-24-7-support__list-item::before {
    content: '✓';
    color: #FFD700;
    font-weight: bold;
    margin-right: 15px;
    font-size: 1.2em;
}

.page-index-24-7-support__call-to-action {
    margin-top: 50px;
}

.page-index-24-7-support__call-to-action-text {
    font-size: 1.4em;
    color: #FFD700;
    margin-bottom: 30px;
    font-weight: bold;
}

.page-index-24-7-support__commitment-points {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-index-24-7-support__commitment-item {
    background-color: #f0f8ff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.page-index-24-7-support__commitment-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: drop-shadow(0 5px 5px rgba(255, 215, 0, 0.4));
}

.page-index-24-7-support__commitment-title {
    font-size: 1.5em;
    color: #000080;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-index-24-7-support__commitment-text {
    color: #666;
    font-size: 1em;
}

.page-index-24-7-support__cta-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-index-24-7-support__hero-title {
        font-size: 2.8em;
    }
    .page-index-24-7-support__hero-description {
        font-size: 1.1em;
    }
    .page-index-24-7-support__section-title {
        font-size: 2.2em;
    }
    .page-index-24-7-support__grid, .page-index-24-7-support__channels-grid, .page-index-24-7-support__team-features, .page-index-24-7-support__commitment-points {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
    .page-index-24-7-support__hero-actions, .page-index-24-7-support__cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    .page-index-24-7-support__btn {
        width: 80%;
        max-width: 300px;
    }
}

@media (max-width: 768px) {
    .page-index-24-7-support__hero-title {
        font-size: 2.2em;
    }
    .page-index-24-7-support__hero-description {
        font-size: 1em;
    }
    .page-index-24-7-support__section-title {
        font-size: 1.8em;
    }
    .page-index-24-7-support__card, .page-index-24-7-support__channel-item, .page-index-24-7-support__feature-item, .page-index-24-7-support__commitment-item {
        padding: 20px;
    }
    .page-index-24-7-support__list-item {
        font-size: 1em;
        padding: 12px 20px;
    }
}

@media (max-width: 480px) {
    .page-index-24-7-support__hero-section {
        padding: 80px 0;
    }
    .page-index-24-7-support__hero-title {
        font-size: 1.8em;
    }
    .page-index-24-7-support__section-title {
        font-size: 1.5em;
    }
    .page-index-24-7-support__hero-actions, .page-index-24-7-support__cta-buttons {
        gap: 15px;
    }
    .page-index-24-7-support__btn {
        font-size: 1em;
        padding: 12px 25px;
        width: 90%;
    }
    .page-index-24-7-support__section {
        padding: 60px 0;
    }
    .page-index-24-7-support__card-title, .page-index-24-7-support__channel-title, .page-index-24-7-support__feature-title, .page-index-24-7-support__commitment-title {
        font-size: 1.3em;
    }
    .page-index-24-7-support__list-item {
        font-size: 0.9em;
        padding: 10px 15px;
    }
}