.destinations-hero,.destination-section{--dst-navy: #061456;--dst-navy-deep: #0a1f5c;--dst-muted: #5a6c7d;--dst-muted-2: #6c757d;--dst-bg: #ffffff;--dst-bg-alt: #eef2f4;--dst-border-line: rgba(6, 20, 86, .25);--dst-radius: .75rem;--dst-radius-sm: .5rem;--dst-shadow-sm: 0 2px 8px rgba(0, 0, 0, .1);--dst-shadow-md: 0 8px 20px rgba(0, 0, 0, .15);--dst-shadow-btn: 0 4px 12px rgba(6, 20, 86, .3);--dst-ease: cubic-bezier(.4, 0, .2, 1);--dst-card-w: 180px;--dst-card-img-h: 140px;--dst-card-gap: 1rem}.destinations-hero{background:linear-gradient(160deg,var(--dst-navy) 0%,#0d2461 50%,var(--dst-navy-deep) 100%);padding:clamp(2.5rem,6vw,4.5rem) 0 clamp(3.5rem,8vw,6rem);position:relative;overflow:hidden}.destinations-hero:before{content:"";position:absolute;top:-40%;right:-15%;width:min(650px,70vw);height:min(650px,70vw);background:radial-gradient(circle,rgba(61,133,198,.3) 0%,transparent 70%);pointer-events:none;z-index:0}.destinations-hero:after{content:"";position:absolute;bottom:-30%;left:-10%;width:min(450px,50vw);height:min(450px,50vw);background:radial-gradient(circle,rgba(61,133,198,.18) 0%,transparent 70%);pointer-events:none;z-index:0}.destinations-hero__container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:1}.destinations-hero__content{text-align:center;max-width:800px;margin:0 auto}.destinations-hero__badge{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#fff9;margin-bottom:1rem}.destinations-hero__title{font-size:clamp(2rem,5.5vw,3.25rem);font-weight:800;line-height:1.15;letter-spacing:-.02em;color:#fff;margin:0 0 1.25rem;text-shadow:0 2px 20px rgba(0,0,0,.2)}.destinations-hero__title:after{content:"";display:block;width:64px;height:3px;margin:1rem auto 0;border-radius:2px;background:linear-gradient(90deg,#ffffff4d,#fffc,#ffffff4d)}.destinations-hero__description{font-size:clamp(.95rem,2vw,1.15rem);font-weight:400;line-height:1.75;color:#ffffffc7;margin:0 auto;max-width:640px}.destinations-hero__wave{position:absolute;bottom:0;left:0;width:100%;height:clamp(30px,4vw,60px);z-index:2}.destinations-hero__wave svg{display:block;width:100%;height:100%}.destination-section{padding:1.75rem 0;position:relative;width:100%;overflow:hidden;background:var(--dst-bg)}.destination-section:nth-child(2n){background:var(--dst-bg-alt)}.destination-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(to right,transparent,var(--dst-border-line),transparent)}.destination-section .section-header{margin-bottom:1.25rem;position:relative;padding:0 1rem}.destination-section .section-title{font-size:clamp(1.4rem,3.5vw,2.25rem);margin-bottom:1rem;color:var(--dst-navy);line-height:1.2;font-weight:800;letter-spacing:-.5px;position:relative;display:inline-block;padding-bottom:.85rem}.destination-section .section-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:50px;height:3px;background:linear-gradient(90deg,var(--dst-navy),var(--dst-navy-deep));border-radius:2px;box-shadow:0 2px 8px #0614564d}.destination-section .section-description{font-size:clamp(.88rem,1.4vw,1.05rem);line-height:1.7;color:var(--dst-muted);max-width:800px;font-weight:400;margin-top:.4rem}.destination-section .carousel-wrapper{position:relative;width:100%;max-width:100%;margin:0 auto;padding:0;display:flex;align-items:center;gap:.75rem}.destination-section .carousel-content{position:relative;width:100%;overflow-x:auto;overflow-y:hidden;flex:1;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none;padding:8px .75rem 16px}.destination-section .carousel-content::-webkit-scrollbar{display:none}.destination-section .carousel-track{display:flex;gap:var(--dst-card-gap);width:max-content;flex-wrap:nowrap;justify-content:flex-start}.destination-section .carousel-control-prev,.destination-section .carousel-control-next{display:none}.destination-section .carousel-card-item{flex:0 0 var(--dst-card-w);width:var(--dst-card-w);min-width:var(--dst-card-w)}.destination-card-link{display:block;width:100%;height:100%;text-decoration:none}.destination-card{border-radius:var(--dst-radius);overflow:hidden;cursor:pointer;height:100%;background:#fff;border:none;width:100%;margin:0;box-shadow:var(--dst-shadow-sm);position:relative;transition:transform .4s var(--dst-ease),box-shadow .4s var(--dst-ease)}.destination-card:hover{transform:translateY(-4px);box-shadow:var(--dst-shadow-md)}.destination-card .card-img-wrapper{height:var(--dst-card-img-h);overflow:hidden;position:relative;background:#f0f0f0}.destination-card .card-overlay{display:none}.destination-card-img{width:100%;height:100%;object-fit:cover;aspect-ratio:16 / 10;transition:transform .5s var(--dst-ease)}.destination-card:hover .destination-card-img{transform:scale(1.05)}.destination-card .card-body{padding:.875rem;display:flex;flex-direction:column;min-height:90px;position:relative;z-index:2;background:#fff}.destination-card .card-title{font-size:.9rem;font-weight:700;color:#212529;margin-bottom:.625rem;line-height:1.3;min-height:auto;display:flex;align-items:center;text-align:center;justify-content:center}.destination-card .btn-primary{background:var(--dst-navy);border:none;font-weight:600;padding:.55rem .875rem;border-radius:var(--dst-radius-sm);transition:background .3s var(--dst-ease),transform .3s var(--dst-ease),box-shadow .3s var(--dst-ease);font-size:.75rem;text-transform:uppercase;letter-spacing:.5px;margin-top:auto;width:100%;min-height:44px;display:flex;align-items:center;justify-content:center;color:#fff}.destination-card .btn-primary:hover{background:var(--dst-navy-deep);transform:translateY(-2px);box-shadow:var(--dst-shadow-btn)}.destination-card .btn-primary:active{transform:translateY(0)}@media (min-width: 576px){:root{--dst-card-w: 200px;--dst-card-img-h: 150px}.destination-section .carousel-card-item{flex:0 0 200px;width:200px;min-width:200px}.destination-card .card-img-wrapper{height:150px}.destination-card .card-title{font-size:.95rem}.destinations-hero__badge{font-size:.75rem;margin-bottom:.75rem}.destinations-hero__description{max-width:95%}}@media (min-width: 768px){.destination-section{padding:2rem 0}.destination-section .carousel-wrapper{padding:0 2rem}.destination-section .carousel-card-item{flex:0 0 240px;width:240px;min-width:240px}.destination-card .card-img-wrapper{height:170px}.destination-card .card-body{padding:1rem;min-height:100px}.destination-card .card-title{font-size:1rem;margin-bottom:.75rem}.destination-card .btn-primary{padding:.6rem 1rem;font-size:.8rem}.destinations-hero__badge{font-size:.8rem;margin-bottom:.875rem}}@media (min-width: 992px){.destination-section .carousel-wrapper{padding:0 60px}.destination-section .carousel-control-prev,.destination-section .carousel-control-next{display:flex;position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;background:var(--dst-navy);border-radius:50%;border:none;align-items:center;justify-content:center;opacity:1;z-index:20;box-shadow:0 2px 8px #00000026;cursor:pointer;flex-shrink:0;transition:background .3s var(--dst-ease),transform .3s var(--dst-ease),box-shadow .3s var(--dst-ease)}.destination-section .carousel-control-prev{left:0}.destination-section .carousel-control-next{right:0}.destination-section .carousel-control-prev:hover:not(.disabled),.destination-section .carousel-control-next:hover:not(.disabled){background:var(--dst-navy-deep);transform:translateY(-50%) scale(1.05);box-shadow:0 4px 12px #0003}.destination-section .carousel-control-prev:active:not(.disabled),.destination-section .carousel-control-next:active:not(.disabled){transform:translateY(-50%) scale(1)}.destination-section .carousel-control-prev.disabled,.destination-section .carousel-control-next.disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.destination-section .carousel-control-prev-icon,.destination-section .carousel-control-next-icon{width:20px;height:20px;background-size:100% 100%;filter:brightness(0) invert(1)}.destination-section .carousel-card-item{flex:0 0 280px;width:280px;min-width:280px}.destination-card .card-img-wrapper{height:200px}.destination-card .card-body{padding:1.25rem;min-height:110px}.destination-card .card-title{font-size:1.1rem;margin-bottom:.875rem}.destination-card .btn-primary{padding:.65rem 1.25rem;font-size:.85rem}.carousel-wrapper.centered-desktop{justify-content:center;padding:0}.carousel-wrapper.centered-desktop .carousel-track{width:100%;justify-content:center;flex-wrap:wrap}.destination-section .section-header{margin-bottom:1.5rem}}@media (min-width: 1200px){.destination-section .carousel-card-item{flex:0 0 280px;width:280px;min-width:280px}.destination-card .card-img-wrapper{height:200px}}@keyframes dst-slideIn{0%{opacity:0;transform:translate(-16px)}to{opacity:1;transform:translate(0)}}.destination-card{animation:dst-slideIn .5s var(--dst-ease) both}.destination-card:nth-child(1){animation-delay:.05s}.destination-card:nth-child(2){animation-delay:.1s}.destination-card:nth-child(3){animation-delay:.15s}.destination-card:nth-child(4){animation-delay:.2s}.destination-card:nth-child(5){animation-delay:.25s}@media (prefers-reduced-motion: reduce){.destination-card,.destination-card-img,.destination-card .btn-primary,.destination-section .carousel-control-prev,.destination-section .carousel-control-next{transition:none;animation:none}.destination-card:hover,.destination-card:hover .destination-card-img{transform:none}.destination-section .carousel-content{scroll-behavior:auto}}
