/* style/index-suncity888-customer-support.css */

:root {
    --suncity888-gold: #FFD700;
    --suncity888-dark: #1A202C;
    --suncity888-light-text: #FFFFFF;
    --suncity888-dark-text: #1A202C;
    --suncity888-grey-light: #f0f2f5;
    --suncity888-grey-dark: #333;
}

.page-index-suncity888-customer-support {
    font-family: 'Arial', sans-serif;
    color: var(--suncity888-dark-text);
    line-height: 1.6;
    background-color: var(--suncity888-grey-light);
}

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

.page-index-suncity888-customer-support__hero-section {
    background: linear-gradient(135deg, var(--suncity888-gold) 0%, #d4af37 100%); /* Slightly darker gold for gradient */
    color: var(--suncity888-dark-text);
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-index-suncity888-customer-support__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    color: var(--suncity888-dark-text);
}

.page-index-suncity888-customer-support__hero-description {
    font-size: 1.3em;
    max-width: 800px;
    margin: 0 auto 40px;
    color: var(--suncity888-dark-text);
}

.page-index-suncity888-customer-support__hero-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.page-index-suncity888-customer-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;
    cursor: pointer;
    border: none;
}

.page-index-suncity888-customer-support__btn--primary {
    background-color: var(--suncity888-dark);
    color: var(--suncity888-light-text);
}

.page-index-suncity888-customer-support__btn--primary:hover {
    background-color: #0d1217; /* Darker shade of dark */
    transform: translateY(-3px);
}

.page-index-suncity888-customer-support__btn--secondary {
    background-color: transparent;
    color: var(--suncity888-dark-text);
    border: 2px solid var(--suncity888-dark-text);
}

.page-index-suncity888-customer-support__btn--secondary:hover {
    background-color: var(--suncity888-dark-text);
    color: var(--suncity888-light-text);
    transform: translateY(-3px);
}

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

.page-index-suncity888-customer-support__content-section {
    padding: 80px 0;
    text-align: center;
}

.page-index-suncity888-customer-support__bg--dark {
    background-color: var(--suncity888-dark);
    color: var(--suncity888-light-text);
}

.page-index-suncity888-customer-support__bg--dark .page-index-suncity888-customer-support__section-title,
.page-index-suncity888-customer-support__bg--dark .page-index-suncity888-customer-support__text-intro,
.page-index-suncity888-customer-support__bg--dark .page-index-suncity888-customer-support__feature-title,
.page-index-suncity888-customer-support__bg--dark .page-index-suncity888-customer-support__feature-description,
.page-index-suncity888-customer-support__bg--dark .page-index-suncity888-customer-support__problem-title,
.page-index-suncity888-customer-support__bg--dark .page-index-suncity888-customer-support__problem-description,
.page-index-suncity888-customer-support__bg--dark .page-index-suncity888-customer-support__commitment-list,
.page-index-suncity888-customer-support__bg--dark .page-index-suncity888-customer-support__conclusion-text {
    color: var(--suncity888-light-text);
}

.page-index-suncity888-customer-support__bg--dark .page-index-suncity888-customer-support__btn--secondary {
    border-color: var(--suncity888-light-text);
    color: var(--suncity888-light-text);
}

.page-index-suncity888-customer-support__bg--dark .page-index-suncity888-customer-support__btn--secondary:hover {
    background-color: var(--suncity888-light-text);
    color: var(--suncity888-dark-text);
}

.page-index-suncity888-customer-support__section-title {
    font-size: 2.5em;
    margin-bottom: 40px;
    color: var(--suncity888-dark-text);
    font-weight: bold;
}

.page-index-suncity888-customer-support__text-intro {
    font-size: 1.1em;
    max-width: 900px;
    margin: 0 auto 50px;
    color: var(--suncity888-dark-text);
}

.page-index-suncity888-customer-support__features-grid,
.page-index-suncity888-customer-support__channel-grid,
.page-index-suncity888-customer-support__problem-solution-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.page-index-suncity888-customer-support__feature-item,
.page-index-suncity888-customer-support__channel-item,
.page-index-suncity888-customer-support__problem-item {
    background-color: var(--suncity888-light-text);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
    color: var(--suncity888-dark-text);
}

.page-index-suncity888-customer-support__bg--dark .page-index-suncity888-customer-support__feature-item,
.page-index-suncity888-customer-support__bg--dark .page-index-suncity888-customer-support__channel-item,
.page-index-suncity888-customer-support__bg--dark .page-index-suncity888-customer-support__problem-item {
    background-color: var(--suncity888-grey-dark); /* Slightly lighter dark for contrast */
    color: var(--suncity888-light-text);
}

.page-index-suncity888-customer-support__feature-item:hover,
.page-index-suncity888-customer-support__channel-item:hover,
.page-index-suncity888-customer-support__problem-item:hover {
    transform: translateY(-10px);
}

.page-index-suncity888-customer-support__feature-icon,
.page-index-suncity888-customer-support__channel-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    object-fit: contain;
}

.page-index-suncity888-customer-support__feature-title,
.page-index-suncity888-customer-support__channel-title,
.page-index-suncity888-customer-support__problem-title {
    font-size: 1.5em;
    margin-bottom: 15px;
    font-weight: bold;
    color: var(--suncity888-gold);
}

.page-index-suncity888-customer-support__feature-description,
.page-index-suncity888-customer-support__channel-description,
.page-index-suncity888-customer-support__problem-description {
    font-size: 1em;
    color: var(--suncity888-dark-text);
}

.page-index-suncity888-customer-support__bg--dark .page-index-suncity888-customer-support__feature-description,
.page-index-suncity888-customer-support__bg--dark .page-index-suncity888-customer-support__channel-description,
.page-index-suncity888-customer-support__bg--dark .page-index-suncity888-customer-support__problem-description {
    color: var(--suncity888-light-text);
}

.page-index-suncity888-customer-support__email-address {
    font-weight: bold;
    color: var(--suncity888-gold);
    margin-top: 15px;
    font-size: 1.1em;
}

.page-index-suncity888-customer-support__call-to-action-section {
    background-color: var(--suncity888-gold);
    color: var(--suncity888-dark-text);
    padding: 80px 0;
    text-align: center;
}

.page-index-suncity888-customer-support__cta-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 40px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.page-index-suncity888-customer-support__cta-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    font-weight: bold;
    color: var(--suncity888-dark-text);
}

.page-index-suncity888-customer-support__cta-description {
    font-size: 1.2em;
    max-width: 900px;
    margin: 0 auto 40px;
    color: var(--suncity888-dark-text);
}

.page-index-suncity888-customer-support__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.page-index-suncity888-customer-support__commitment-section {
    padding: 80px 0;
    text-align: left;
}

.page-index-suncity888-customer-support__commitment-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.page-index-suncity888-customer-support__commitment-list li {
    font-size: 1.1em;
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    color: var(--suncity888-light-text);
}

.page-index-suncity888-customer-support__list-icon {
    color: var(--suncity888-gold);
    font-size: 1.5em;
    margin-right: 15px;
    line-height: 1;
}

.page-index-suncity888-customer-support__conclusion-text {
    font-size: 1.1em;
    max-width: 900px;
    margin: 40px auto 0;
    text-align: center;
    color: var(--suncity888-light-text);
}

.page-index-suncity888-customer-support .highlight-text {
    color: var(--suncity888-dark);
    font-weight: bold;
}

.page-index-suncity888-customer-support__bg--dark .highlight-text {
    color: var(--suncity888-gold);
}

.page-index-suncity888-customer-support__inline-link {
    color: var(--suncity888-dark-text);
    text-decoration: underline;
    font-weight: bold;
}

.page-index-suncity888-customer-support__inline-link:hover {
    color: #0d1217;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-index-suncity888-customer-support__hero-title {
        font-size: 2.8em;
    }
    .page-index-suncity888-customer-support__section-title,
    .page-index-suncity888-customer-support__cta-title {
        font-size: 2em;
    }
    .page-index-suncity888-customer-support__hero-description,
    .page-index-suncity888-customer-support__cta-description {
        font-size: 1.1em;
    }
    .page-index-suncity888-customer-support__hero-actions,
    .page-index-suncity888-customer-support__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .page-index-suncity888-customer-support__btn {
        width: 80%;
        max-width: 300px;
        margin: 0 auto;
    }
    .page-index-suncity888-customer-support__features-grid,
    .page-index-suncity888-customer-support__channel-grid,
    .page-index-suncity888-customer-support__problem-solution-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .page-index-suncity888-customer-support__hero-section,
    .page-index-suncity888-customer-support__content-section,
    .page-index-suncity888-customer-support__call-to-action-section,
    .page-index-suncity888-customer-support__commitment-section {
        padding: 50px 0;
    }
    .page-index-suncity888-customer-support__hero-title {
        font-size: 2em;
    }
    .page-index-suncity888-customer-support__section-title,
    .page-index-suncity888-customer-support__cta-title {
        font-size: 1.8em;
    }
    .page-index-suncity888-customer-support__hero-description,
    .page-index-suncity888-customer-support__cta-description {
        font-size: 1em;
    }
    .page-index-suncity888-customer-support__btn {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-index-suncity888-customer-support__feature-title,
    .page-index-suncity888-customer-support__channel-title,
    .page-index-suncity888-customer-support__problem-title {
        font-size: 1.3em;
    }
    .page-index-suncity888-customer-support__commitment-list li {
        font-size: 1em;
    }
}