/* Shared client testimonial strip — companion to trusted-partners.css.
   Loaded on demand by includes/client-testimonials.php. */

.ct-section {
    padding: 64px 0;
    background: #f6f8fb;
}

.ct-head {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 36px;
}

.ct-kicker {
    display: inline-block;
    font-family: 'Manrope', system-ui, sans-serif;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #0b57d0;
    margin-bottom: 10px;
}

.ct-title {
    font-family: 'Manrope', system-ui, sans-serif;
    font-size: clamp(1.4rem, 2.4vw, 1.9rem);
    font-weight: 800;
    color: #0a1f44;
    margin: 0;
    line-height: 1.25;
}

.ct-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 22px;
}

.ct-card {
    background: #fff;
    border: 1px solid #e3e9f2;
    border-radius: 14px;
    padding: 26px 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.ct-stars {
    color: #f5a623;
    font-size: .9rem;
    line-height: 1;
    letter-spacing: 2px;
}

.ct-quote {
    margin: 0;
    color: #33415c;
    font-size: .96rem;
    line-height: 1.65;
    flex-grow: 1;
}

.ct-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    border-top: 1px solid #eef2f7;
    padding-top: 14px;
}

.ct-avatar {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0b57d0, #1a73e8);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Manrope', system-ui, sans-serif;
    font-weight: 800;
    font-size: .86rem;
}

.ct-meta strong {
    display: block;
    font-family: 'Manrope', system-ui, sans-serif;
    font-size: .95rem;
    color: #0a1f44;
    line-height: 1.3;
}

.ct-meta span {
    display: block;
    font-size: .84rem;
    color: #63708a;
}

@media (max-width: 575.98px) {
    .ct-section {
        padding: 44px 0;
    }

    .ct-card {
        padding: 22px 20px;
    }
}
