/* ============================================
   SUPPORT PAGE STYLES
   ============================================ */

/* Support Hero Section */
.support-hero {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    padding: 120px 40px 80px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.support-hero-container {
    max-width: 800px;
    margin: 0 auto;
}

.support-hero-title {
    font-size: 48px;
    color: #fff;
    margin: 0 0 1.5rem 0;
    font-family: var(--font-family-heading);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.3);
}

.support-hero-subtitle {
    font-size: 18px;
    color: #a3a3a3;
    line-height: 1.6;
    margin: 0;
}

/* FAQ Section */
.faq-section {
    background: #0a0a0a;
    padding: 80px 40px;
}

.faq-container {
    max-width: 900px;
    margin: 0 auto;
}

.faq-main-title {
    font-size: 36px;
    color: #fff;
    text-align: center;
    margin: 0 0 4rem 0;
    font-family: var(--font-family-heading);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* FAQ Category */
.faq-category {
    margin-bottom: 4rem;
}

.faq-category:last-child {
    margin-bottom: 0;
}

.faq-category-title {
    font-size: 24px;
    color: #fff;
    margin: 0 0 2rem 0;
    font-family: var(--font-family-heading);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

/* FAQ Item */
.faq-item {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
    overflow: hidden;
}

.faq-item:hover {
    border-color: rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.04);
}

.faq-item.active {
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.05);
}

/* FAQ Question Button */
.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.5rem 2rem;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 18px;
    text-align: left;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: var(--font-family-heading);
}

.faq-question:hover {
    color: #fff;
}

.faq-question span {
    flex: 1;
}

/* FAQ Icon */
.faq-icon {
    width: 24px;
    height: 24px;
    stroke: #a3a3a3;
    stroke-width: 2;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

/* FAQ Answer */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 0 2rem 1.5rem 2rem;
}

.faq-answer p {
    color: #a3a3a3;
    line-height: 1.8;
    margin: 0;
    font-size: 16px;
}

/* Contact Section */
.contact-section {
    background: linear-gradient(135deg, #0a0a0a 0%, #141414 100%);
    padding: 80px 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-container {
    max-width: 800px;
    margin: 0 auto;
}

.contact-header {
    text-align: center;
    margin-bottom: 3rem;
}

.contact-title {
    font-size: 36px;
    color: #fff;
    margin: 0 0 1rem 0;
    font-family: var(--font-family-heading);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.contact-subtitle {
    font-size: 16px;
    color: #a3a3a3;
    margin: 1rem;
    line-height: 1.6;
}

/* Contact Form */
.contact-form {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 3rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    color: #d4d4d4;
    font-size: 14px;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.875rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    font-family: inherit;
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.08);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.form-group select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23a3a3a3'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 20px;
    padding-right: 3rem;
}

/* Select dropdown options */
.form-group select option {
    background: #1a1a1a;
    color: #ffffff;
    padding: 0.5rem 1rem;
}

.form-group select option:hover,
.form-group select option:focus,
.form-group select option:checked {
    background: #2563eb;
    color: #ffffff;
}

.form-group select option:disabled {
    color: #666666;
}

/* Checkbox */
.form-checkbox label {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    cursor: pointer;
}

.form-checkbox input[type="checkbox"] {
    width: auto;
    margin-top: 0.25rem;
    cursor: pointer;
}

.form-checkbox span {
    color: #a3a3a3;
    font-size: 14px;
    line-height: 1.6;
}

.form-checkbox a {
    color: #fff;
    text-decoration: underline;
    transition: opacity 0.3s ease;
}

.form-checkbox a:hover {
    opacity: 0.8;
}

/* Submit Button */
.form-submit-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    background: white;
    color: black;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-family: var(--font-family-heading);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.4);
    width: 100%;
    justify-content: center;
}

.form-submit-btn:hover {
    background: rgba(255, 255, 255, 0.95);
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.6);
}

.form-submit-btn svg {
    width: 20px;
    height: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .support-hero {
        padding: 100px 20px 60px;
    }

    .support-hero-title {
        font-size: 36px;
    }

    .support-hero-subtitle {
        font-size: 16px;
    }

    .faq-section {
        padding: 60px 20px;
    }

    .faq-main-title {
        font-size: 28px;
        margin-bottom: 3rem;
    }

    .faq-category-title {
        font-size: 20px;
    }

    .faq-question {
        padding: 1.25rem 1.5rem;
        font-size: 16px;
    }

    .faq-item.active .faq-answer {
        padding: 0 1.5rem 1.25rem 1.5rem;
    }

    .contact-section {
        padding: 60px 20px;
    }

    .contact-title {
        font-size: 28px;
    }

    .contact-form {
        padding: 2rem 1.5rem;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

@media (max-width: 480px) {
    .support-hero-title {
        font-size: 28px;
    }

    .faq-question {
        padding: 1rem 1.25rem;
        font-size: 15px;
    }

    .faq-answer p {
        font-size: 15px;
    }

    .contact-form {
        padding: 1.5rem 1rem;
    }
}
