/**
 * Affiliate Program — small PSD extensions only.
 * Core look = site-overrides .psd / .psd-hero (same as service details).
 */

.psd--affiliate .psd-hero__title {
    max-width: 18ch;
}

.psd-tech-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 991px) {
    .psd-tech-grid--2 {
        grid-template-columns: 1fr;
    }
}

.psd-aff-visual {
    min-height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 0.65rem;
}

.psd-aff-visual__pct {
    font-size: clamp(3.5rem, 8vw, 5.5rem);
    font-weight: 850;
    letter-spacing: -0.05em;
    line-height: 1;
    color: #0f172a;
    border-bottom: 4px solid #3b82f6;
    padding-bottom: 0.1em;
}

.psd-aff-visual__label {
    font-size: 0.95rem;
    font-weight: 650;
    color: #64748b;
}

.psd-aff-visual__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    margin-top: 0.35rem;
}

.psd-aff-visual__meta span {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #e2e8f0;
    font-size: 0.78rem;
    font-weight: 700;
    color: #0f172a;
}

.psd-section--soft {
    background:
        radial-gradient(900px 420px at 12% 0%, rgba(59, 130, 246, 0.08), transparent 55%),
        linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    border-block: 1px solid #e2e8f0;
}

.psd-aff-terms {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #e2e8f0;
    border-radius: 22px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 16px 40px -28px rgba(15, 23, 42, 0.22);
}

.psd-aff-terms li {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #e2e8f0;
    font-size: 0.95rem;
}

.psd-aff-terms li:last-child {
    border-bottom: 0;
}

.psd-aff-terms strong {
    color: #64748b;
    font-weight: 600;
}

.psd-aff-terms span {
    font-weight: 750;
    color: #0f172a;
    text-align: right;
}

.psd-aff-side-card {
    min-height: auto !important;
}
