/* ========================================
   SUPPORT PAGE STYLES
   Antologa Design System Compliant
   Units: rem for spacing/typography, % for widths
   ======================================== */

/* ========== HERO SECTION ========== */
.support-hero-container {
    padding-top: 4rem;
    min-height: 16rem;
    width: 100%;
    height: auto;
}

.support-hero-title {
    font-family: Inter, sans-serif;
    font-size: 3rem;
    margin-bottom: 2rem;
}

.support-hero-subtitle {
    font-family: Nunito, sans-serif;
    font-size: 1rem;
    max-width: 42rem;
    margin: 0 auto 2rem auto;
}

.support-back-button {
    width: 12rem;
}

/* ========== MAIN CONTACT SECTION ========== */
.support-main-container {
    padding: 4rem 1.5rem;
}

.support-paper {
    border-radius: 1rem;
    overflow: hidden;
}

/* ========== CONTACT INFORMATION PANEL ========== */
.support-contact-panel {
    padding: 2.5rem;
    color: white;
}

.support-contact-title {
    font-family: Inter, sans-serif;
    font-weight: 700;
    margin-bottom: 2rem;
    color: white;
}

.support-contact-item {
    display: flex;
    align-items: flex-start;
}

.support-contact-icon {
    margin-right: 1rem;
    margin-top: 0.25rem;
    flex-shrink: 0;
}

.support-contact-label {
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.25rem;
}

.support-contact-link {
    color: white;
    display: block;
    margin-bottom: 0.25rem;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

    .support-contact-link:hover {
        color: white;
        opacity: 0.8;
        text-decoration: underline;
    }

.support-contact-text {
    color: white;
}

.support-divider {
    border-color: rgba(255, 255, 255, 0.2);
    margin: 2rem 0 1.25rem 0;
}

.support-social-label {
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1.25rem;
}

.support-social-icon {
    color: white;
}

    .support-social-icon:hover {
        color: rgba(255, 255, 255, 0.8);
    }

/* ========== CONTACT FORM PANEL ========== */
.support-form-panel {
    padding: 2.5rem;
}

.support-form-wrapper {
    max-width: 37.5rem;
    margin: 0 auto;
}

.support-alert {
    margin-bottom: 1.5rem;
    font-family: Nunito, sans-serif;
}

.support-form-label {
    font-family: Nunito, sans-serif;
    font-weight: 500;
    margin-bottom: 0.75rem;
}

.support-user-type-group {
    width: 100%;
}

.support-user-type-btn {
    flex: 1;
}

.support-text-field {
    font-family: Nunito, sans-serif;
}

.support-submit-btn {
    padding: 0.75rem 1.5rem;
    font-family: Nunito, sans-serif;
}

/* ========== FAQ SECTION ========== */
.support-faq-container {
    padding: 5rem 1.5rem 4rem 1.5rem;
}

.support-faq-header {
    margin-bottom: 3rem;
}

.support-faq-title {
    font-family: Inter, sans-serif;
    font-weight: 700;
    margin-bottom: 1rem;
}

.support-faq-subtitle {
    font-family: Nunito, sans-serif;
    max-width: 42rem;
    margin: 0 auto;
}

.support-faq-card {
    padding: 1.5rem;
    border-radius: 0.5rem;
    height: 100%;
}

.support-faq-category-header {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.support-faq-icon {
    margin-right: 0.75rem;
}

.support-faq-category-title {
    font-family: Inter, sans-serif;
    font-weight: 700;
}

.support-faq-item {
    border-bottom: 1px solid rgba(158, 158, 158, 0.2);
    padding-bottom: 1rem;
}

    .support-faq-item:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

.support-faq-question-btn {
    justify-content: space-between;
    text-align: left;
    padding: 0.75rem;
    text-transform: none;
}

.support-faq-question {
    font-family: Nunito, sans-serif;
    font-weight: 500;
    text-align: left;
    line-height: 1.4;
}

.support-faq-answer-wrapper {
    margin-top: 0.75rem;
    padding: 0.75rem;
    border-radius: 0.5rem;
}

.support-faq-answer {
    font-family: Nunito, sans-serif;
    line-height: 1.6;
}

/* ========== RESPONSIVE ADJUSTMENTS ========== */

/* Tablet and below */
@media (max-width: 1279px) {

    .support-footer {
        padding-bottom: 12rem;
    }


    .support-hero-title {
        font-size: 2.5rem;
    }

    .support-main-container {
        width: 75vw;
        padding: 3rem 1rem;
    }

    .support-hero-container {
        width: 75vw;
    }

    .support-contact-panel,
    .support-form-panel {
        padding: 2rem;
    }

    .support-faq-container {
        width: 75vw;
        padding: 4rem 1rem 3rem 1rem;
    }
}

/* Mobile */
@media (max-width: 959px) {

    .support-footer {
        margin-bottom: 4rem;
    }

    .support-hero-container {
        padding-top: 3rem;
        min-height: 14rem;
    }

    .support-hero-title {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

    .support-hero-subtitle {
        font-size: 0.875rem;
        margin-bottom: 1.5rem;
    }

    .support-back-button {
        width: 10rem;
    }

    .support-contact-panel {
        padding: 1.5rem;
    }

    .support-form-panel {
        padding: 1.5rem;
    }

    .support-contact-title {
        font-size: 1.75rem;
        margin-bottom: 1.5rem;
    }

    .support-form-wrapper {
        max-width: 100%;
    }

    .support-faq-container {
        padding: 3rem 1rem 2rem 1rem;
    }

    .support-faq-header {
        margin-bottom: 2rem;
    }

    .support-faq-title {
        font-size: 1.75rem;
    }

    .support-faq-card {
        padding: 1rem;
    }
}

/* Small mobile */
@media (max-width: 480px) {

    .support-footer {
        margin-bottom: 8rem;
    }

    .support-hero-title {
        font-size: 1.75rem;
    }

    .support-user-type-btn {
        font-size: 0.875rem;
        padding: 0.5rem 0.75rem;
    }

    .support-contact-item {
        flex-direction: column;
    }

    .support-contact-icon {
        margin-right: 0;
        margin-bottom: 0.5rem;
    }

    .support-main-container {
        width: 85vw;
    }
}

.support-footer {
    padding-top: 4rem;
}
