.testimonios-section { position: relative; padding: 90px 0 100px; background: #ffffff; overflow: hidden; }
.testimonios-section::after { content: ""; position: absolute; right: -80px; top: 50%; transform: translateY(-50%); width: 600px; height: 600px; background: url("../images/fondo-zodiaco.png") center/contain no-repeat; opacity: 0.10; pointer-events: none; }
.testimonios-shell { position: relative; max-width: 1140px; margin: 0 auto; padding: 0 32px; z-index: 1; }
.testimonios-badge { display: inline-block; padding: 5px 16px; border-radius: 20px; background: #f5ede0; color: #8a6030; font-size: 12px; font-weight: 600; letter-spacing: 0.4px; margin-bottom: 20px; }
.testimonios-title { font-size: clamp(28px,3vw,44px); font-weight: 700; color: #1a1a1a; line-height: 1.15; margin-bottom: 48px; max-width: 520px; }
.testimonios-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.testimonio-card { background: #ffffff; border: 1px solid #ede8df; border-radius: 16px; padding: 22px 20px 20px; display: flex; flex-direction: column; gap: 14px; box-shadow: 0 4px 18px rgba(0,0,0,0.04); transition: transform 0.2s, box-shadow 0.2s; }
.testimonio-card:hover { transform: translateY(-3px); box-shadow: 0 10px 28px rgba(0,0,0,0.08); }
.testimonio-card-top { display: flex; align-items: center; gap: 12px; }
.testimonio-quote-icon { flex: 0 0 38px; width: 38px; height: 38px; background: #f5ede0; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 26px; line-height: 1; color: #c8a06a; font-family: Georgia, serif; padding-bottom: 4px; }
.testimonio-autor-nombre { font-size: 15px; color: #5a4020; }
.testimonio-texto { font-size: 13px; color: #555; line-height: 1.7; flex: 1 1 auto; }
.testimonio-footer { display: flex; align-items: center; gap: 10px; padding-top: 12px; border-top: 1px solid #f0ebe3; }
.testimonio-avatar { flex: 0 0 36px; width: 36px; height: 36px; border-radius: 50%; background: #ddd; color: #888; font-size: 11px; font-weight: 700; display: flex; align-items: center; justify-content: center; letter-spacing: 0.5px; }
.testimonio-footer-info { display: flex; flex-direction: column; gap: 2px; }
.testimonio-nombre { font-size: 13px; font-weight: 700; color: #1a1a1a; }
.testimonio-fecha { font-size: 11px; color: #aaa; }
.testimonio-estrellas { display: flex; gap: 2px; font-size: 13px; color: #f59e0b; }
.testimonio-estrellas .estrella-vacia { color: #ddd; }
