.testimonial-carousel[data-astro-cid-rv7yulhv]{--card-width: min(360px, 85vw);--stage-perspective: 1200px;--teal: var(--color-primary-500, #4a84a0);display:flex;flex-direction:column;align-items:center;gap:1.5rem;outline:none}.carousel-stage[data-astro-cid-rv7yulhv]{position:relative;width:100%;display:flex;justify-content:center;padding:2rem 3.5rem}.carousel-viewport[data-astro-cid-rv7yulhv]{perspective:var(--stage-perspective);width:var(--card-width);position:relative;min-height:280px;transition:height .3s ease}.carousel-card[data-astro-cid-rv7yulhv]{position:absolute;top:0;left:0;width:100%;opacity:0;pointer-events:none}.carousel-card[data-astro-cid-rv7yulhv].is-active{opacity:1;pointer-events:auto;animation:card-idle 4s ease-in-out infinite}.card-inner[data-astro-cid-rv7yulhv]{background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #00000012,0 12px 28px -4px #0000001f,0 0 0 1px #0000000a;overflow:hidden}.carousel-card[data-astro-cid-rv7yulhv].is-active .card-inner[data-astro-cid-rv7yulhv]{box-shadow:0 8px 16px -2px #0000001a,0 20px 44px -8px #00000029,0 0 0 1px #0000000d}.card-inner[data-astro-cid-rv7yulhv] img[data-astro-cid-rv7yulhv]{display:block;width:100%;height:auto;user-select:none;-webkit-user-drag:none}@keyframes card-idle{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-6px) rotate(.3deg)}}.carousel-card[data-astro-cid-rv7yulhv].exit-to-left{opacity:1;pointer-events:none;animation:flip-exit-left .5s cubic-bezier(.4,0,.2,1) forwards}.carousel-card[data-astro-cid-rv7yulhv].exit-to-right{opacity:1;pointer-events:none;animation:flip-exit-right .5s cubic-bezier(.4,0,.2,1) forwards}.carousel-card[data-astro-cid-rv7yulhv].enter-from-right{opacity:0;pointer-events:none;animation:flip-enter-from-right .45s cubic-bezier(.2,0,.2,1) .12s forwards}.carousel-card[data-astro-cid-rv7yulhv].enter-from-left{opacity:0;pointer-events:none;animation:flip-enter-from-left .45s cubic-bezier(.2,0,.2,1) .12s forwards}@keyframes flip-exit-left{0%{transform:translateZ(0) rotateY(0) scale(1);opacity:1}40%{transform:translateZ(40px) rotateY(-60deg) scale(.92);opacity:.7}to{transform:translateZ(-60px) rotateY(-110deg) scale(.8);opacity:0}}@keyframes flip-exit-right{0%{transform:translateZ(0) rotateY(0) scale(1);opacity:1}40%{transform:translateZ(40px) rotateY(60deg) scale(.92);opacity:.7}to{transform:translateZ(-60px) rotateY(110deg) scale(.8);opacity:0}}@keyframes flip-enter-from-right{0%{transform:translateZ(-60px) rotateY(110deg) scale(.8);opacity:0}60%{transform:translateZ(30px) rotateY(0) scale(1.02);opacity:.9}to{transform:translateZ(0) rotateY(0) scale(1);opacity:1}}@keyframes flip-enter-from-left{0%{transform:translateZ(-60px) rotateY(-110deg) scale(.8);opacity:0}60%{transform:translateZ(30px) rotateY(0) scale(1.02);opacity:.9}to{transform:translateZ(0) rotateY(0) scale(1);opacity:1}}.carousel-arrow[data-astro-cid-rv7yulhv]{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:3rem;height:3rem;border-radius:50%;border:none;background:#fff;color:var(--teal);box-shadow:0 2px 8px #0000001f,0 0 0 1px #0000000a;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.carousel-arrow[data-astro-cid-rv7yulhv]:hover{background:var(--teal);color:#fff;box-shadow:0 4px 14px #1a7a7a59;transform:translateY(-50%) scale(1.1)}.carousel-arrow[data-astro-cid-rv7yulhv]:active{transform:translateY(-50%) scale(.95)}.carousel-arrow--prev[data-astro-cid-rv7yulhv]{left:0}.carousel-arrow--next[data-astro-cid-rv7yulhv]{right:0}.carousel-counter[data-astro-cid-rv7yulhv]{font-size:.95rem;font-weight:600;color:var(--teal);letter-spacing:.05em;direction:ltr}.carousel-dots[data-astro-cid-rv7yulhv]{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap;max-width:22rem}.carousel-dot[data-astro-cid-rv7yulhv]{width:.55rem;height:.55rem;border-radius:50%;border:none;background:#d1d5db;cursor:pointer;padding:0;transition:all .3s ease}.carousel-dot[data-astro-cid-rv7yulhv]:hover{background:#9ca3af;transform:scale(1.3)}.carousel-dot[data-astro-cid-rv7yulhv].is-active{background:var(--teal);width:1.5rem;border-radius:.5rem}@media(max-width:480px){.carousel-stage[data-astro-cid-rv7yulhv]{padding:1.5rem 2.5rem}.carousel-arrow[data-astro-cid-rv7yulhv]{width:2.5rem;height:2.5rem}}
