.circular-carousel{max-width:1200px;padding:var(--spacing-md,1rem)0 var(--spacing-4xl,3rem);flex-direction:column;justify-content:center;align-items:center;margin:0 auto;display:flex;position:relative}.circular-carousel__row{justify-content:center;align-items:center;gap:var(--spacing-xl,1.5rem);width:100%;display:flex}.circular-carousel__viewport{perspective:1200px;perspective-origin:50%;justify-content:center;align-items:center;width:100%;max-width:900px;min-height:480px;display:flex;overflow:visible}.circular-carousel__track{width:320px;height:420px;transform-style:preserve-3d;perspective:1200px;position:relative;overflow:visible}.circular-carousel__card{pointer-events:none;backface-visibility:hidden;width:320px;height:420px;margin-top:-210px;margin-left:-160px;transition:transform .6s cubic-bezier(.34,1.56,.64,1),opacity .6s cubic-bezier(.34,1.56,.64,1);position:absolute;top:50%;left:50%}.circular-carousel__card--active{pointer-events:auto}.circular-carousel__card-inner{width:100%;height:100%;padding:var(--spacing-2xl,1.5rem)var(--spacing-xl,1.25rem);text-align:center;background:#fffffff5;border:2px solid #c9a47e80;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;display:flex;box-shadow:0 20px 60px #4b2e2526}.circular-carousel__card--active .circular-carousel__card-inner{border-color:#4b2e25;box-shadow:0 24px 60px #4b2e2540}.circular-carousel__card-icon{width:80px;height:80px;margin-bottom:var(--spacing-lg,1rem);background:linear-gradient(135deg,#e7d3bf 0%,#c9a47e 100%);border-radius:20px;justify-content:center;align-items:center;font-size:3rem;display:flex}.circular-carousel__card-title{color:#4b2e25;margin-bottom:var(--spacing-md,.75rem);letter-spacing:-.01em;font-size:1.25rem;font-weight:700}.circular-carousel__card-description{color:#4b2e25d9;font-size:1rem;line-height:1.7}.circular-carousel__arrow{color:#4b2e25;cursor:pointer;z-index:100;background:#fff;border:2px solid #c9a47e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;padding:0;font-size:2rem;line-height:1;transition:all .3s;display:flex}.circular-carousel__arrow:hover{background:#f7f3ee;border-color:#4b2e25;transform:scale(1.1)}.circular-carousel__arrow:active{transform:scale(.95)}.circular-carousel__arrow:focus{outline:none;box-shadow:0 0 0 3px #4b2e254d}.circular-carousel__dots{bottom:var(--spacing-lg,1rem);gap:var(--spacing-sm,.5rem);z-index:100;display:flex;position:absolute;left:50%;transform:translate(-50%)}.circular-carousel__dot{cursor:pointer;background:0 0;border:2px solid #c9a47e;border-radius:50%;width:12px;height:12px;padding:0;transition:all .3s cubic-bezier(.34,1.56,.64,1)}.circular-carousel__dot:hover{background:#c9a47e80;transform:scale(1.2)}.circular-carousel__dot--active{background:#e7d3bf;border-color:#e7d3bf;border-radius:6px;width:32px}@media (max-width:768px){.circular-carousel{gap:var(--spacing-md,1rem);padding:var(--spacing-md,1rem)0 var(--spacing-2xl,2rem)}.circular-carousel__viewport{min-height:420px}.circular-carousel__track{width:280px;height:380px}.circular-carousel__card{width:280px;height:380px;margin-top:-190px;margin-left:-140px}.circular-carousel__card-inner{padding:var(--spacing-xl,1.25rem)}.circular-carousel__card-icon{width:60px;height:60px;margin-bottom:var(--spacing-md,.75rem);font-size:2.25rem}.circular-carousel__card-title{font-size:1.125rem}.circular-carousel__card-description{font-size:.9375rem}.circular-carousel__arrow{width:40px;height:40px;font-size:1.5rem}.circular-carousel__dot{width:10px;height:10px}.circular-carousel__dot--active{width:24px}}