.testimonial-eyebrow { color: var(--primary-dark); text-transform: uppercase; letter-spacing: 2px; font-size: .8rem !important; margin-bottom: .75rem !important; font-weight: 600; }
.depoimentos-header { max-width: 760px; margin: 0 auto; }
.testimonials-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; text-align: left; padding: .5rem .2rem 1.5rem; }
.testimonials-list.is-enhanced { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; align-items: flex-start; }
.testimonial-card { position: relative; min-width: 0; padding: 1.75rem; border: 1px solid #f1d5e3; border-radius: 20px; background: var(--white); box-shadow: 0 6px 20px #32373c08; }
.is-enhanced .testimonial-card { flex: 0 0 calc((100% - 3rem) / 3); scroll-snap-align: start; }
.testimonial-person { display: flex; gap: .8rem; align-items: center; margin-bottom: 1.25rem; }
.testimonial-avatar { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; flex-shrink: 0; border-radius: 50%; color: var(--primary-dark); background: var(--background); font-weight: 600; }
.testimonial-person h3 { font-family: 'Inter', sans-serif; font-size: .95rem; line-height: 1.5; }
.testimonial-treatment { margin-top: .2rem; color: #666; font-size: .78rem; }
.testimonial-text { margin: 0; color: #555; font-size: .94rem; line-height: 1.8; overflow-wrap: anywhere; }
.testimonial-text.is-collapsed { display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical; overflow: hidden; }
.testimonial-read { margin-top: 1rem; padding: .5rem 0; border: 0; background: none; color: var(--primary-dark); font: inherit; font-size: .85rem; font-weight: 600; cursor: pointer; text-decoration: underline; text-underline-offset: 4px; }
.testimonials-controls { display: flex; align-items: center; justify-content: center; gap: 1.2rem; margin-top: 1rem; }
.testimonials-controls[hidden], .testimonial-read[hidden] { display: none; }
.testimonials-controls p { font-size: .85rem; color: #555; }
.testimonial-arrow { width: 46px; height: 46px; border: 1px solid var(--primary-dark); border-radius: 50%; background: white; color: var(--primary-dark); font-size: 1.4rem; cursor: pointer; }
.testimonial-arrow:hover:not(:disabled) { background: var(--primary-dark); color: white; }
.testimonial-arrow:disabled { opacity: .35; cursor: default; }
.testimonials-google { margin-top: 2rem; }
.testimonials-list:focus-visible, .testimonial-read:focus-visible { outline: 3px solid var(--primary-dark); outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
@media (max-width: 992px) { .testimonials-list { grid-template-columns: repeat(2, minmax(0, 1fr)); } .is-enhanced .testimonial-card { flex-basis: calc((100% - 1.5rem) / 2); } }
@media (max-width: 768px) { .testimonials-list { grid-template-columns: minmax(0, 1fr); } .is-enhanced .testimonial-card { flex-basis: 100%; } .testimonial-card { padding: 1.4rem; } .testimonials-google { font-size: .8rem; padding: 1rem 1.2rem; } }
