.pricing-carousel-wrap{position:relative}.pricing-carousel{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-inline:.25rem;-webkit-overflow-scrolling:touch;padding-bottom:.25rem;scrollbar-width:none}.pricing-carousel::-webkit-scrollbar{display:none}.pricing-carousel__item{flex:0 0 100%;scroll-snap-align:start;min-width:0}.pricing-carousel__controls{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:1rem}.pricing-carousel__nav{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:1px solid rgba(13,43,74,.15);border-radius:9999px;background:#ffffff;color:var(--brand-navy,#0d2b4a);cursor:pointer;box-shadow:0 4px 14px rgba(13,43,74,.1);transition:background-color .2s ease,color .2s ease,opacity .2s ease,transform .2s ease}.pricing-carousel__nav:hover:not(:disabled){background:var(--brand-navy,#0d2b4a);color:#ffffff}.pricing-carousel__nav:active:not(:disabled){transform:scale(.96)}.pricing-carousel__nav:disabled{opacity:.35;cursor:default}.pricing-carousel__dots{display:flex;align-items:center;justify-content:center;gap:.4rem}.pricing-carousel__dot{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:.45rem;height:.45rem;padding:0;border:0;border-radius:9999px;background:rgba(13,43,74,.22);cursor:pointer;transition:width .35s cubic-bezier(.22,1,.36,1),background-color .35s ease}.pricing-carousel__dot.is-active{width:1.5rem;background:var(--brand-navy,#0d2b4a)}@media (min-width:1024px){.pricing-carousel{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;overflow:visible;scroll-snap-type:none;padding-bottom:0}.pricing-carousel__item{flex:none;width:auto}.pricing-carousel__controls{display:none}}@media (prefers-reduced-motion:reduce){.pricing-carousel{scroll-behavior:auto}}