/* ===========================
   Testimonial Section — Retro terminal treatment
   =========================== */
.testimonial-section {
    padding: 6rem 0;
}

.testimonial-section .container {
    border: 2px solid var(--color-foreground);
    box-shadow: 4px 4px 0 var(--color-foreground);
    padding: 3rem 4rem;
    background: var(--color-background);
}

.testimonial {
    font-style: italic;
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    line-height: 1.6;
}

.testimonial-author {
    text-align: right;
    color: var(--neutral-500);
}

@media (max-width: 900px) {
    .testimonial-section .container {
        padding: 2rem 2.5rem;
    }

    .testimonial {
        font-size: 1.1rem;
    }
}

@media (max-width: 768px) {
    .testimonial-section .container {
        padding: 1.5rem 1.25rem;
    }

    .testimonial {
        font-size: 1rem;
    }
}
