.support-hero {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    border-radius: 16px;
    color: #fff;
    margin-bottom: 2rem;
    padding: 3rem 2rem;
    text-align: center;
}

.support-hero h1 {
    color: #fff;
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.support-hero p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.05rem;
    margin: 0 auto;
    max-width: 680px;
}

.support-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    margin-bottom: 2rem;
}

.support-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    padding: 1.5rem;
}

.support-card h2,
.support-card h3 {
    align-items: center;
    color: #1e293b;
    display: flex;
    font-weight: 600;
    gap: 0.6rem;
    margin-bottom: 1rem;
}

.support-card h2 {
    font-size: 1.35rem;
}

.support-card h3 {
    font-size: 1.1rem;
}

.support-card i {
    color: #10b981;
}

.support-card p,
.support-card li {
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.65;
}

.support-card ul {
    margin-bottom: 0;
    padding-left: 1.25rem;
}

.support-card a {
    color: #059669;
    font-weight: 600;
    text-decoration: none;
}

.support-card a:hover {
    text-decoration: underline;
}

.support-note {
    background: #f8fafc;
    border-left: 4px solid #10b981;
    border-radius: 10px;
    color: #475569;
    margin-top: 1rem;
    padding: 1rem;
}
