.support-container {
    flex: 1; display: flex; flex-direction: column; align-items: center;
    justify-content: center; padding: 4rem 20px; text-align: center;
}

.support-header { margin-bottom: 3rem; }
.support-header h1 { font-size: 2.5rem; font-weight: 700; margin-bottom: 0.75rem; letter-spacing: -0.02em; }
.support-header p { font-size: 1.1rem; color: var(--text-muted); }

.support-card-modern {
    background: #ffffff; border: 1px solid #e5e7eb; border-radius: 16px;
    padding: 4rem 2rem; width: 100%; max-width: 600px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.01);
    display: flex; flex-direction: column; align-items: center;
}

.icon-circle {
    width: 56px; height: 56px; background-color: var(--primary-light);
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    color: var(--primary-color); font-size: 1.5rem; margin-bottom: 1.5rem;
}

.support-card-modern h2 { font-size: 1.25rem; font-weight: 600; margin-bottom: 0.5rem; }
.support-card-modern p { color: var(--text-muted); margin-bottom: 2rem; font-size: 0.95rem; }

.btn-email-action {
    background-color: var(--primary-color); color: white; text-decoration: none;
    padding: 12px 24px; border-radius: 8px; font-weight: 500;
    display: inline-flex; align-items: center; gap: 10px; transition: 0.2s;
}
.btn-email-action:hover { background-color: var(--primary-dark); }