.carousel-container{flex-direction:column;align-items:center;gap:4rem;width:100%;display:flex}@media (min-width:768px){.carousel-container{flex-direction:row;justify-content:space-between;align-items:center;gap:3.5rem}}.card-stack-wrapper{perspective:1000px;flex-shrink:0;justify-content:center;align-items:center;width:280px;height:380px;display:flex;position:relative}@media (min-width:640px){.card-stack-wrapper{width:310px;height:420px}}.card-stacked{width:100%;height:100%;transform-style:preserve-3d;cursor:pointer;background-color:#f3f4f6;border-radius:1.75rem;transition:transform .7s cubic-bezier(.34,1.45,.64,1),opacity .6s,z-index .6s,box-shadow .3s;position:absolute;overflow:hidden;box-shadow:0 10px 25px -5px #00000026,0 8px 10px -6px #0000001a}.card-stacked:hover{box-shadow:0 20px 35px -5px #00000040,0 15px 15px -10px #00000026}.card-active{z-index:10;opacity:1;pointer-events:auto;transform:translate(0,0)scale(1)rotate(0)}.card-next-1{z-index:9;opacity:.95;pointer-events:auto;transform:translate3d(-24px,4px,-30px)scale(.94)rotate(-3.5deg)}.card-next-2{z-index:8;opacity:.85;pointer-events:auto;transform:translate3d(-48px,8px,-60px)scale(.88)rotate(-7deg)}.card-next-3{z-index:7;opacity:.55;pointer-events:none;transform:translate3d(-72px,12px,-90px)scale(.82)rotate(-10.5deg)}.card-hidden{z-index:0;opacity:0;pointer-events:none;transform:translate3d(-100px,16px,-120px)scale(.75)rotate(-14deg)}.card-glass-label{color:#fff;background:linear-gradient(#0000 0%,#0006 40%,#000c 100%);flex-direction:column;justify-content:flex-end;padding:2.5rem 1.5rem 1.5rem;display:flex;position:absolute;bottom:0;left:0;right:0}.content-section{text-align:left;flex-direction:column;flex:1;justify-content:center;min-width:0;display:flex}.badge-pill{letter-spacing:.05em;text-transform:uppercase;color:#15803d;background-color:#f0fdf4;border:1px solid #dcfce7;border-radius:9999px;align-self:flex-start;align-items:center;margin-bottom:1rem;padding:.35rem 1rem;font-size:.75rem;font-weight:600;transition:all .2s;display:inline-flex}.carousel-title{font-family:var(--font-display),ui-sans-serif,system-ui;letter-spacing:-.02em;color:#0a0a0a;margin-bottom:.75rem;font-size:2.25rem;font-weight:700;line-height:1.15}@media (min-width:768px){.carousel-title{font-size:2.75rem}}@media (min-width:1024px){.carousel-title{font-size:3.25rem}}.carousel-location{color:#6b7280;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.875rem;font-weight:500;line-height:1.4;display:flex}.action-row{flex-wrap:wrap;align-items:center;gap:1.5rem;margin-bottom:2rem;display:flex}.book-btn{color:#fff;background-color:#2aa255;border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;padding:.9rem 2rem;font-size:.95rem;font-weight:600;transition:all .25s;display:inline-flex;box-shadow:0 4px 14px #22c55e4d}.book-btn:hover{background-color:#228443;transform:translateY(-1px);box-shadow:0 6px 20px #22c55e66}.book-btn:active{transform:translateY(0)}.price-tag{color:#6b7280;font-size:.875rem;font-weight:500}.price-amount{color:#0a0a0a;margin-left:.25rem;font-size:1.25rem;font-weight:800}.indicators-row{align-items:center;gap:.5rem;margin-top:auto;display:flex}.indicator-dot{cursor:pointer;background-color:#e5e7eb;border-radius:9999px;height:6px;transition:all .3s cubic-bezier(.4,0,.2,1)}.indicator-dot:hover{background-color:#cbd5e1}.indicator-dot.active{background-color:#0a0a0a;width:24px}.indicator-dot.inactive{width:6px}
