.support-container {
    max-width: 860px;
}

.support-hero {
    background: linear-gradient(135deg, var(--bs-primary) 0%, #0056b3 100%);
    color: #fff;
    padding: 3rem 1.5rem;
    border-radius: 0.75rem;
    margin-bottom: 2rem;
}

.support-hero h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.support-hero p {
    font-size: 1.1rem;
    opacity: 0.9;
    margin-bottom: 0;
}

.support-section {
    margin-bottom: 2rem;
}


.support-section-title {
    font-size: 1.25rem;
    font-weight: 600;
    border-bottom: 2px solid var(--bs-primary);
    padding-bottom: 0.4rem;
    margin-bottom: 1.25rem;
    color: var(--bs-emphasis-color);
}

.support-contact-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.6rem 0;
    border-bottom: 1px solid var(--bs-border-color);
}

.support-contact-item:last-child {
    border-bottom: none;
}

.support-contact-item .bi {
    font-size: 1.15rem;
    color: var(--bs-primary);
    flex-shrink: 0;
}

.support-steps .step {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 0.75rem;
}

.support-steps .step-number {
    background: var(--bs-primary);
    color: #fff;
    border-radius: 50%;
    width: 1.75rem;
    height: 1.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.feature-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: var(--bs-primary-bg-subtle);
    color: var(--bs-primary-text-emphasis);
    border-radius: 2rem;
    padding: 0.3rem 0.85rem;
    font-size: 0.875rem;
    font-weight: 500;
    margin: 0.25rem;
}

.troubleshoot-item {
    margin-bottom: 1.25rem;
}

.troubleshoot-item h6 {
    font-weight: 600;
    color: var(--bs-emphasis-color);
    margin-bottom: 0.35rem;
}

.faq-question {
    font-weight: 600;
    color: var(--bs-emphasis-color);
    margin-bottom: 0.25rem;
}

.support-footer-note {
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 0.5rem;
    padding: 1.25rem 1.5rem;
    text-align: center;
    margin-top: 1rem;
}

.form-control-plaintext.bg-body-tertiary {
    line-height: 1.25rem;
}

