.climcat-testimonials-page {
    background: #f5f3ef;
    color: #202124;
    font-family: "Climcat Inter", "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    min-height: 70vh;
}

.climcat-testimonials-container {
    margin: 0 auto;
    max-width: 900px;
    padding: 0 24px;
}

.climcat-testimonials-hero {
    background: #ffffff;
    border-bottom: 6px solid #f5f3ef;
    padding: 110px 0 88px;
}

.climcat-testimonials-hero__eyebrow {
    color: #0b6b36;
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1.2;
    margin: 0 0 32px;
    text-transform: uppercase;
}

.climcat-testimonials-hero h1 {
    color: #0b6b36;
    font-size: 52px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.15;
    margin: 0 0 34px;
    max-width: 820px;
}

.climcat-testimonials-hero p {
    color: #2f774e;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.65;
    margin: 0;
    max-width: 760px;
}

.climcat-testimonials-list {
    background: #f5f3ef;
    padding: 44px 24px 72px;
}

.climcat-testimonials-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 820px;
}

.climcat-testimonial-card {
    background: #ffffff;
    border: 1px solid #e7e4df;
    border-radius: 7px;
    box-shadow: 0 1px 3px rgba(24, 32, 24, 0.08);
    min-width: 0;
    overflow: hidden;
}

.climcat-testimonial-card__media {
    aspect-ratio: 1 / 1;
    background: #e4e9df;
    overflow: hidden;
}

.climcat-testimonial-card__media img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.climcat-testimonial-card__body {
    padding: 16px 16px 18px;
}

.climcat-testimonial-card h2 {
    color: #202124;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    margin: 0 0 10px;
}

.climcat-testimonial-card__location {
    color: #68717e;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 14px;
}

.climcat-testimonial-card__quote {
    color: #202124;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.45;
    margin: 0;
}

.climcat-testimonials-empty {
    background: #ffffff;
    border: 1px solid #e7e4df;
    border-radius: 8px;
    color: #68717e;
    font-size: 16px;
    grid-column: 1 / -1;
    padding: 28px;
    text-align: center;
}

@media (max-width: 900px) {
    .climcat-testimonials-hero {
        padding: 84px 0 70px;
    }

    .climcat-testimonials-hero h1 {
        font-size: 42px;
    }

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

@media (max-width: 575.98px) {
    .climcat-testimonials-container {
        padding: 0 20px;
    }

    .climcat-testimonials-hero {
        padding: 58px 0 48px;
    }

    .climcat-testimonials-hero__eyebrow {
        font-size: 12px;
        margin-bottom: 24px;
    }

    .climcat-testimonials-hero h1 {
        font-size: 34px;
        margin-bottom: 24px;
    }

    .climcat-testimonials-hero p {
        font-size: 18px;
        line-height: 1.55;
    }

    .climcat-testimonials-list {
        padding: 28px 16px 52px;
    }

    .climcat-testimonials-grid {
        gap: 20px;
        grid-template-columns: 1fr;
    }
}
