.patient-voices{background-color:#101e30;color:#f5f0e6;padding:6rem 1.5rem;position:relative;z-index:10}.patient-voices__container{max-width:1200px;margin:0 auto}.patient-voices__header{text-align:center;margin-bottom:3.5rem;display:flex;flex-direction:column;align-items:center}.patient-voices__eyebrow{display:inline-flex;align-items:center;gap:.75rem;font-family:Nunito,sans-serif;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#b89968;margin-bottom:.75rem}.patient-voices__eyebrow-line{width:20px;height:1px;background-color:#b89968}.patient-voices__headline{font-family:Fraunces,Georgia,serif;font-size:clamp(2rem,5vw,3rem);font-weight:300;color:#f5f0e6;margin:0 0 1rem;letter-spacing:-.01em;line-height:1.2;text-shadow:none}.patient-voices__subtitle{font-family:Nunito,sans-serif;font-size:clamp(.95rem,2vw,1.1rem);font-weight:400;color:#f5f0e6b3;margin:0;letter-spacing:.02em}.testimonial-video{position:relative;max-width:960px;width:80%;margin:0 auto 1.5rem;aspect-ratio:16 / 9;border-radius:16px;overflow:hidden;box-shadow:0 20px 40px #0006;background:#000;border:1px solid rgba(184,153,104,.15)}.testimonial-video__poster{position:absolute;inset:0;z-index:2;transition:opacity .5s ease,visibility .5s ease}.testimonial-video__poster img{width:100%;height:100%;object-fit:cover}.testimonial-video__overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0000001a,#0006)}.testimonial-video__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;border-radius:50%;background:#f5f0e6;border:2px solid #b89968;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#b89968;box-shadow:0 12px 36px #00000073;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),background .3s ease,color .3s ease,border-color .3s ease,box-shadow .3s ease}.testimonial-video__play:hover{transform:translate(-50%,-50%) scale(1.08);background:#b89968;color:#f5f0e6;border-color:#f5f0e6;box-shadow:0 16px 42px #b899684d}.testimonial-video__play-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;transform:translate(-1.5px)}.testimonial-video__play-icon :global(svg){width:100%;height:100%;display:block}.testimonial-video__player-wrap{position:absolute;inset:0;z-index:1}.testimonial-video__player{width:100%;height:100%}.testimonial-video.is-playing .testimonial-video__poster{opacity:0;visibility:hidden;pointer-events:none}.testimonial-video__caption{font-family:Nunito,sans-serif;font-size:.85rem;font-style:italic;color:#f5f0e699;text-align:center;margin:0 auto 4.5rem;max-width:600px}.patient-voices__hero-stat{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:4.5rem}.patient-voices__stars{display:flex;gap:.25rem;color:#b89968;font-size:1.25rem;margin-bottom:.5rem}.patient-voices__stars :global(svg){width:20px;height:20px}.patient-voices__stat-number{font-family:Fraunces,Georgia,serif;font-size:clamp(3.2rem,7vw,4.5rem);font-weight:300;line-height:1;color:#f5f0e6;margin-bottom:.25rem}.patient-voices__stat-label{font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.24em;color:#f5f0e6cc;margin-bottom:.75rem}.patient-voices__stat-link{font-family:Nunito,sans-serif;font-size:.8rem;font-weight:700;color:#b89968;text-decoration:none;text-transform:uppercase;letter-spacing:.08em;transition:color .2s ease,transform .2s ease}.patient-voices__stat-link:hover{color:#9f8050;transform:translateY(-1px)}.patient-voices__grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:5.5rem}.voice-card{margin:0;padding:2.25rem 2rem;background:#1a2f4a66;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(184,153,104,.15);border-radius:16px;box-shadow:0 10px 30px #00000026;display:flex;flex-direction:column;height:100%;position:relative;transition:transform .4s ease,box-shadow .4s ease,border-color .4s ease}.voice-card:hover{transform:translateY(-4px);border-color:#b8996859;box-shadow:0 14px 40px #b8996814}.voice-card__rating-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.voice-card__stars{display:flex;gap:.15rem;color:#b89968}.voice-card__stars :global(svg){width:14px;height:14px}.voice-card__google-logo{opacity:.5;transition:opacity .3s ease}.voice-card:hover .voice-card__google-logo{opacity:.85}.voice-card__text{font-family:Fraunces,Georgia,serif;font-size:clamp(1.05rem,1.6vw,1.2rem);font-weight:300;line-height:1.7;color:#f5f0e6;margin:0 0 2rem;position:relative;z-index:1;letter-spacing:-.005em;transition:color .3s ease;flex-grow:1}.voice-card:hover .voice-card__text{color:#fff}.voice-card__author-info{display:flex;align-items:center;gap:.85rem;margin-top:auto;padding-top:1.25rem;border-top:1px solid rgba(184,153,104,.1)}.voice-card__avatar{width:38px;height:38px;border-radius:50%;background-color:#b89968;display:flex;align-items:center;justify-content:center;flex-shrink:0}.voice-card__avatar span{font-family:DM Sans,sans-serif;color:#101e30;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.voice-card__details{display:flex;flex-direction:column;gap:2px}.voice-card__name{font-family:DM Sans,sans-serif;font-style:normal;font-size:.9rem;font-weight:700;color:#f5f0e6}.voice-card__context{font-family:DM Sans,sans-serif;font-size:.72rem;font-weight:400;color:#f5f0e699;letter-spacing:.01em}@media(max-width:1023px){.patient-voices{padding:5rem 1.5rem}.testimonial-video{width:90%;margin-bottom:1.25rem}.testimonial-video__caption,.patient-voices__hero-stat{margin-bottom:3.5rem}.patient-voices__grid{gap:1.5rem;margin-bottom:4.5rem}}@media(max-width:767px){.patient-voices{padding:4.5rem 1rem}.patient-voices__header{margin-bottom:2.5rem}.testimonial-video{width:100%;margin-bottom:1rem}.testimonial-video__caption{margin-bottom:3rem;font-size:.8rem;line-height:1.4}.patient-voices__hero-stat{margin-bottom:3rem}.patient-voices__stat-number{font-size:3rem}.patient-voices__stat-label{font-size:.82rem;letter-spacing:.2em}.patient-voices__grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:4rem;padding:0}.voice-card{padding:1.75rem 1.5rem}.voice-card__text{margin-bottom:1.5rem}}
