.partner-hero {
    padding: 2.5rem 0 1.5rem;
    text-align: center;
}

.partner-hero h1 {
    font-size: 1.6rem;
    color: #0F172A;
    margin-bottom: 10px;
}

.partner-hero p {
    max-width: 720px;
    margin: 0 auto;
    color: #475569;
    font-size: 0.95rem;
}

.partner-section {
    margin: 2.5rem 0;
}

.partner-section.light {
    background: #F8FAFC;
    padding: 2rem;
    border-radius: 14px;
}

.partner-section h2 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: #0F172A;
}

.partner-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.partner-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    color: #334155;
}

.partner-list i {
    color: #22C55E;
    font-size: 1.2rem;
}

.note {
    margin-top: 12px;
    font-size: 0.9rem;
    color: #64748B;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.2rem;
}

.step-card {
    background: white;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    padding: 1rem;
}

.step-number {
    display: inline-block;
    background: #1D4ED8;
    color: white;
    width: 28px;
    height: 28px;
    text-align: center;
    border-radius: 50%;
    font-size: 0.85rem;
    line-height: 28px;
    margin-bottom: 8px;
}

.step-card h4 {
    margin: 0 0 6px;
    font-size: 0.95rem;
    color: #0F172A;
}

.step-card p {
    font-size: 0.85rem;
    color: #475569;
}

.partner-cta {
    text-align: center;
    padding: 2.5rem 1rem;
    background: #0F172A;
    color: white;
    border-radius: 16px;
    margin-bottom: 3rem;
}

.partner-cta h3 {
    margin-bottom: 6px;
}

.partner-cta p {
    color: #CBD5F5;
    margin-bottom: 1rem;
}