[x-cloak] {
  display: none !important;
}

.site-navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1030;
  background: linear-gradient(135deg, #1e3a5f 0%, #2a5490 50%, #3a6ea8 100%);
  min-height: 56px;
  box-shadow: 0 1px 12px rgba(10, 32, 64, 0.3);
  overflow: visible;
}
.site-navbar__brand {
  min-width: 230px;
  padding: 0;
}
.site-navbar .nav-link {
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.85) !important;
  padding: 0.45rem 0.9rem !important;
  border-radius: 0.5rem;
  transition: color 0.16s, background 0.16s;
}
.site-navbar .nav-link:hover, .site-navbar .nav-link.active {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.12);
}
.site-navbar .dropdown-menu {
  background: #19314f;
  border: none;
  box-shadow: 0 6px 20px rgba(10, 53, 112, 0.3);
  border-radius: 0.6rem;
  overflow: hidden;
}
.site-navbar .dropdown-menu .dropdown-item {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.86rem;
}
.site-navbar .dropdown-menu .dropdown-item:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.site-logo-tab {
  position: fixed;
  top: 13px;
  left: 1rem;
  z-index: 1029;
  display: block;
  line-height: 0;
  text-decoration: none;
}
.site-logo-tab img {
  height: 120px;
  width: auto;
  display: block;
  filter: drop-shadow(2px 6px 14px rgba(0, 0, 0, 0.22));
  transition: filter 0.2s, transform 0.2s;
}
.site-logo-tab:hover img {
  filter: drop-shadow(2px 8px 20px rgba(0, 0, 0, 0.32));
  transform: translateY(-3px);
}
@media (max-width: 991px) {
  .site-logo-tab {
    display: none;
  }
}

.hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
}
.hero .carousel,
.hero .carousel-inner,
.hero .carousel-item {
  height: 100%;
}
.hero .carousel-item {
  background-size: cover;
  background-position: center;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(13, 45, 78, 0.62) 0%, rgba(13, 45, 78, 0.22) 38%, rgba(13, 45, 78, 0.42) 68%, rgba(13, 45, 78, 0.72) 100%);
  pointer-events: none;
}

.hero-slide--0,
.hero-slide--1,
.hero-slide--2 {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.hero-slide--0 .hero__overlay,
.hero-slide--1 .hero__overlay,
.hero-slide--2 .hero__overlay {
  background: transparent;
}
.hero-slide--0 .hero__caption,
.hero-slide--1 .hero__caption,
.hero-slide--2 .hero__caption {
  color: #0d2d4e;
}
.hero-slide--0 .hero__title,
.hero-slide--1 .hero__title,
.hero-slide--2 .hero__title {
  color: #0d2d4e;
  text-shadow: none;
}
.hero-slide--0 .hero__subtitle,
.hero-slide--1 .hero__subtitle,
.hero-slide--2 .hero__subtitle {
  color: rgba(13, 45, 78, 0.68);
}
.hero-slide--0 .hero__tag,
.hero-slide--1 .hero__tag,
.hero-slide--2 .hero__tag {
  background: #007BFF;
  border-color: transparent;
  box-shadow: 0 2px 14px rgba(0, 123, 255, 0.22);
}
.hero-slide--0 .btn-primary,
.hero-slide--1 .btn-primary,
.hero-slide--2 .btn-primary {
  background: linear-gradient(135deg, #1a6fd4 0%, #007BFF 50%, #38a8e8 100%);
  border: none;
  border-radius: 999px;
  padding: 0.72rem 2rem;
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
  box-shadow: 0 4px 18px rgba(0, 123, 255, 0.38);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}
.hero-slide--0 .btn-primary:hover, .hero-slide--0 .btn-primary:focus,
.hero-slide--1 .btn-primary:hover,
.hero-slide--1 .btn-primary:focus,
.hero-slide--2 .btn-primary:hover,
.hero-slide--2 .btn-primary:focus {
  filter: brightness(1.08);
  box-shadow: 0 6px 26px rgba(0, 123, 255, 0.5);
  transform: translateY(-2px);
  background: linear-gradient(135deg, #1a6fd4 0%, #007BFF 50%, #38a8e8 100%);
  border: none;
}
.hero-slide--0 .btn-outline-light,
.hero-slide--1 .btn-outline-light,
.hero-slide--2 .btn-outline-light {
  color: #0d2d4e;
  background: rgba(255, 255, 255, 0.6);
  border: 1.5px solid rgba(13, 45, 78, 0.22);
  border-radius: 999px;
  padding: 0.72rem 2rem;
  font-weight: 600;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 2px 10px rgba(13, 45, 78, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}
.hero-slide--0 .btn-outline-light:hover, .hero-slide--0 .btn-outline-light:focus,
.hero-slide--1 .btn-outline-light:hover,
.hero-slide--1 .btn-outline-light:focus,
.hero-slide--2 .btn-outline-light:hover,
.hero-slide--2 .btn-outline-light:focus {
  background: rgba(13, 45, 78, 0.06);
  border-color: rgba(13, 45, 78, 0.45);
  color: #0d2d4e;
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(13, 45, 78, 0.12);
}

.hero .carousel-control-prev,
.hero .carousel-control-next {
  filter: invert(1) brightness(0.25);
  opacity: 0.55;
}
.hero .carousel-control-prev:hover,
.hero .carousel-control-next:hover {
  opacity: 0.85;
}

.hero-slide--0 {
  background: #f0f6ff;
}
.hero-slide--0::before {
  content: "";
  position: absolute;
  width: 820px;
  height: 820px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 123, 255, 0.38) 0%, rgba(0, 123, 255, 0.12) 40%, transparent 70%);
  top: -340px;
  right: -220px;
  pointer-events: none;
}
.hero-slide--0::after {
  content: "";
  position: absolute;
  width: 580px;
  height: 580px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(72, 202, 228, 0.42) 0%, rgba(72, 202, 228, 0.14) 42%, transparent 68%);
  bottom: -160px;
  left: -100px;
  pointer-events: none;
}

.hero-slide--1 {
  background: #f0f6ff;
}
.hero-slide--1::before {
  content: "";
  position: absolute;
  width: 950px;
  height: 950px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 150, 199, 0.36) 0%, rgba(0, 150, 199, 0.1) 45%, transparent 68%);
  bottom: -520px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.hero-slide--1::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 123, 255, 0.35) 0%, rgba(0, 123, 255, 0.1) 44%, transparent 65%);
  top: -180px;
  left: -130px;
  pointer-events: none;
}

.hero-slide--2 {
  background: #f0f6ff;
}
.hero-slide--2::before {
  content: "";
  position: absolute;
  width: 720px;
  height: 720px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(72, 202, 228, 0.4) 0%, rgba(72, 202, 228, 0.12) 42%, transparent 68%);
  top: -220px;
  left: -160px;
  pointer-events: none;
}
.hero-slide--2::after {
  content: "";
  position: absolute;
  width: 640px;
  height: 640px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 123, 255, 0.36) 0%, rgba(0, 123, 255, 0.1) 44%, transparent 66%);
  bottom: -220px;
  right: -150px;
  pointer-events: none;
}

.hero__caption {
  top: 36%;
  bottom: auto;
  transform: translateY(-50%);
  text-align: center;
  padding: 0 1rem;
}

.hero__tag {
  display: inline-flex;
  align-items: center;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(0, 123, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.28);
  padding: 0.32rem 1.1rem;
  border-radius: 999px;
  margin-bottom: 1.25rem;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 2px 10px rgba(13, 45, 78, 0.25);
}

.hero__title {
  font-size: clamp(2.2rem, 5.5vw, 4rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.01em;
  text-shadow: 0 2px 16px rgba(13, 45, 78, 0.35);
  margin-bottom: 0.6rem;
}

.hero__subtitle {
  font-size: 1.15rem;
  font-weight: 400;
  opacity: 0.88;
  max-width: 560px;
  margin: 0 auto 0.5rem;
}

.hero__btns {
  display: flex;
  gap: 0.85rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

.hero__search-wrap {
  position: absolute;
  top: 70%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 20;
  padding: 0 15px;
}

.section-header {
  margin-bottom: 2rem;
}
.section-header .section-eyebrow {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #007BFF;
  margin-bottom: 0.45rem;
}
.section-header .section-title {
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  font-weight: 800;
  color: #0d2d4e;
  line-height: 1.15;
  margin: 0;
}

.featured-services {
  background: #FFFFFF;
  padding: 4rem 0;
}

.featured-services__wrap {
  position: relative;
}

.featured-services__track {
  display: flex;
  gap: 1.25rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 0.5rem;
}
.featured-services__track::-webkit-scrollbar {
  display: none;
}

.featured-services__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: #fff;
  box-shadow: 0 2px 12px rgba(13, 45, 78, 0.14);
  color: #0d2d4e;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.15s, color 0.15s, box-shadow 0.15s;
}
.featured-services__nav:hover {
  background: #007BFF;
  color: #fff;
  box-shadow: 0 4px 18px rgba(0, 123, 255, 0.3);
}
.featured-services__nav--prev {
  left: -22px;
}
.featured-services__nav--next {
  right: -22px;
}

.featured-card {
  flex: 0 0 280px;
  scroll-snap-align: start;
  aspect-ratio: 3/4;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  display: block;
  text-decoration: none;
  background: #0d2d4e;
  box-shadow: 0 4px 18px rgba(13, 45, 78, 0.12);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.featured-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(13, 45, 78, 0.2);
}

.featured-card__img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.38s ease;
}
.featured-card:hover .featured-card__img {
  transform: scale(1.05);
}

.featured-card__img-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.25);
  font-size: 2rem;
}

.featured-card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem 1.25rem 1.25rem;
  background: linear-gradient(to top, rgba(13, 45, 78, 0.9) 0%, rgba(13, 45, 78, 0.45) 65%, transparent 100%);
  color: #fff;
}

.featured-card__stars {
  font-size: 0.76rem;
  color: #f6c90e;
  letter-spacing: 0.04em;
  margin-bottom: 0.3rem;
}

.featured-card__name {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.3rem;
}

.featured-card__geo {
  font-size: 0.78rem;
  opacity: 0.82;
  margin: 0;
}
.featured-card__geo i {
  color: #007BFF;
  margin-right: 0.25rem;
}

@media (max-width: 767px) {
  .featured-services__nav {
    display: none;
  }
  .featured-card {
    flex: 0 0 230px;
  }
}
.mare-italia {
  position: relative;
  padding: 4.5rem 0;
  overflow: hidden;
  background: linear-gradient(135deg, #023e8a 0%, #0077b6 45%, #0096c7 75%, #48cae4 100%);
}
.mare-italia::before {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.055);
  top: -280px;
  right: -120px;
  pointer-events: none;
}
.mare-italia::after {
  content: "";
  position: absolute;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  bottom: -160px;
  left: 3%;
  pointer-events: none;
}
.mare-italia .section-header .section-eyebrow {
  color: rgba(255, 255, 255, 0.72);
}
.mare-italia .section-header .section-title {
  color: #fff;
}
.mare-italia .featured-services__nav {
  background: rgba(255, 255, 255, 0.92);
  color: #0077b6;
  box-shadow: 0 2px 12px rgba(0, 55, 120, 0.22);
}
.mare-italia .featured-services__nav:hover {
  background: #fff;
  color: #023e8a;
  box-shadow: 0 4px 18px rgba(0, 55, 120, 0.3);
}

.mare-card {
  flex: 0 0 300px;
  scroll-snap-align: start;
  border-radius: 1rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 6px 24px rgba(0, 40, 100, 0.18);
  display: block;
  text-decoration: none;
  color: #0d2d4e;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.mare-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 34px rgba(0, 40, 100, 0.26);
  color: #0d2d4e;
}

.mare-card__img {
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  transition: transform 0.38s ease;
}
.mare-card:hover .mare-card__img {
  transform: scale(1.05);
}

.mare-card__img-placeholder {
  height: 100%;
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 100, 180, 0.12);
  color: rgba(0, 100, 180, 0.35);
  font-size: 2rem;
}

.mare-card__body {
  padding: 1rem 1.1rem 1.2rem;
}

.mare-card__stars {
  font-size: 0.72rem;
  color: #f6c90e;
  letter-spacing: 0.04em;
  margin-bottom: 0.25rem;
}

.mare-card__name {
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.3rem;
  color: #0d2d4e;
}

.mare-card__geo {
  font-size: 0.76rem;
  color: #6C757D;
  margin-bottom: 0.7rem;
}
.mare-card__geo i {
  color: #0096c7;
  margin-right: 0.2rem;
}

.mare-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: #0077b6;
  transition: gap 0.18s;
}
.mare-card__cta i {
  font-size: 0.62rem;
  transition: transform 0.18s;
}
.mare-card:hover .mare-card__cta {
  gap: 0.5rem;
}
.mare-card:hover .mare-card__cta i {
  transform: translateX(2px);
}

@media (max-width: 767px) {
  .mare-italia {
    padding: 3rem 0;
  }
  .mare-card {
    flex: 0 0 240px;
  }
}
.destinazioni-calde {
  position: relative;
  padding: 4.5rem 0;
  overflow: hidden;
  background: linear-gradient(135deg, #7b1818 0%, #c0392b 28%, #e8622a 62%, #f4a23a 100%);
}
.destinazioni-calde::before {
  content: "";
  position: absolute;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 200, 50, 0.13) 0%, transparent 70%);
  top: -300px;
  right: -150px;
  pointer-events: none;
}
.destinazioni-calde::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(255, 100, 20, 0.08);
  bottom: -180px;
  left: 0;
  pointer-events: none;
}
.destinazioni-calde .section-header .section-eyebrow {
  color: rgba(255, 255, 255, 0.72);
}
.destinazioni-calde .section-header .section-title {
  color: #fff;
}
.destinazioni-calde .featured-services__nav {
  background: rgba(255, 255, 255, 0.92);
  color: #c0392b;
  box-shadow: 0 2px 12px rgba(100, 20, 0, 0.22);
}
.destinazioni-calde .featured-services__nav:hover {
  background: #fff;
  color: #7b1818;
  box-shadow: 0 4px 18px rgba(100, 20, 0, 0.3);
}

.calde-card {
  flex: 0 0 320px;
  scroll-snap-align: start;
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 6px 24px rgba(100, 20, 0, 0.22);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.calde-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 34px rgba(100, 20, 0, 0.3);
}

.calde-card__img {
  flex: 0 0 45%;
  background-size: cover;
  background-position: center;
  transition: transform 0.38s ease;
  min-height: 180px;
}
.calde-card:hover .calde-card__img {
  transform: scale(1.06);
}

.calde-card__img-placeholder {
  height: 100%;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(200, 60, 0, 0.25);
  color: rgba(255, 200, 80, 0.6);
  font-size: 2rem;
}

.calde-card__body {
  flex: 1;
  background: linear-gradient(160deg, #c0392b 0%, #e8622a 60%, #f4a23a 100%);
  padding: 1.25rem 1.1rem;
  display: flex;
  flex-direction: column;
  color: #fff;
}

.calde-card__stars {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.04em;
  margin-bottom: 0.28rem;
}

.calde-card__name {
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 0.35rem;
}

.calde-card__geo {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: auto;
}
.calde-card__geo i {
  margin-right: 0.2rem;
}

.calde-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.32rem;
  font-size: 0.77rem;
  font-weight: 700;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.38);
  padding: 0.3rem 0.85rem;
  border-radius: 999px;
  margin-top: 1rem;
  align-self: flex-start;
  transition: background 0.18s;
}
.calde-card__cta i {
  font-size: 0.62rem;
  transition: transform 0.18s;
}
.calde-card:hover .calde-card__cta {
  background: rgba(255, 255, 255, 0.32);
}
.calde-card:hover .calde-card__cta i {
  transform: translateX(2px);
}

@media (max-width: 767px) {
  .destinazioni-calde {
    padding: 3rem 0;
  }
  .calde-card {
    flex: 0 0 260px;
  }
}
.capitali-europee {
  position: relative;
  padding: 4.5rem 0;
  overflow: hidden;
  background: linear-gradient(135deg, #0f0c29 0%, #1e1860 35%, #302b7a 65%, #4a3fa0 100%);
}
.capitali-europee::before {
  content: "";
  position: absolute;
  width: 650px;
  height: 650px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(218, 190, 80, 0.1) 0%, transparent 68%);
  top: -220px;
  right: -100px;
  pointer-events: none;
}
.capitali-europee::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.03);
  bottom: -140px;
  left: 5%;
  pointer-events: none;
}
.capitali-europee .section-header .section-eyebrow {
  color: rgba(218, 190, 80, 0.8);
}
.capitali-europee .section-header .section-title {
  color: #fff;
}
.capitali-europee .featured-services__nav {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(218, 190, 80, 0.4);
  color: #dabe50;
  box-shadow: 0 2px 12px rgba(10, 5, 50, 0.35);
}
.capitali-europee .featured-services__nav:hover {
  background: rgba(218, 190, 80, 0.18);
  color: #f0d060;
  box-shadow: 0 4px 18px rgba(10, 5, 50, 0.45);
}

.city-card {
  flex: 0 0 255px;
  scroll-snap-align: start;
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #12103a;
  box-shadow: 0 6px 24px rgba(5, 3, 30, 0.4);
  text-decoration: none;
  color: #fff;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.city-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 34px rgba(5, 3, 30, 0.55);
  color: #fff;
}

.city-card__img {
  height: 175px;
  background-size: cover;
  background-position: center;
  transition: transform 0.38s ease;
}
.city-card:hover .city-card__img {
  transform: scale(1.05);
}

.city-card__img-placeholder {
  height: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(50, 40, 120, 0.4);
  color: rgba(218, 190, 80, 0.35);
  font-size: 2rem;
}

.city-card__divider {
  height: 3px;
  background: linear-gradient(90deg, transparent, #dabe50 20%, #f0d060 50%, #dabe50 80%, transparent);
  flex-shrink: 0;
}

.city-card__body {
  flex: 1;
  padding: 1rem 1.1rem 1.2rem;
  display: flex;
  flex-direction: column;
  background: #12103a;
}

.city-card__stars {
  font-size: 0.72rem;
  color: #dabe50;
  letter-spacing: 0.04em;
  margin-bottom: 0.28rem;
}

.city-card__name {
  font-size: 0.96rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 0.3rem;
}

.city-card__geo {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: auto;
}
.city-card__geo i {
  color: #dabe50;
  margin-right: 0.2rem;
}

.city-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.32rem;
  font-size: 0.77rem;
  font-weight: 700;
  color: #12103a;
  background: linear-gradient(90deg, #c8a830, #f0d060);
  padding: 0.3rem 0.9rem;
  border-radius: 999px;
  margin-top: 1rem;
  align-self: flex-start;
  transition: opacity 0.18s;
}
.city-card__cta i {
  font-size: 0.62rem;
  transition: transform 0.18s;
}
.city-card:hover .city-card__cta {
  opacity: 0.88;
}
.city-card:hover .city-card__cta i {
  transform: translateX(2px);
}

@media (max-width: 767px) {
  .capitali-europee {
    padding: 3rem 0;
  }
  .city-card {
    flex: 0 0 220px;
  }
}
.cultura-paesaggi {
  position: relative;
  padding: 4.5rem 0;
  overflow: hidden;
  background: linear-gradient(135deg, #2d6016 0%, #4a9622 30%, #82c030 62%, #d4b822 100%);
}
.cultura-paesaggi::before {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(220, 200, 60, 0.16) 0%, transparent 65%);
  top: -250px;
  left: -100px;
  pointer-events: none;
}
.cultura-paesaggi::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  bottom: -160px;
  right: 5%;
  pointer-events: none;
}
.cultura-paesaggi .section-header .section-eyebrow {
  color: rgba(210, 185, 80, 0.82);
}
.cultura-paesaggi .section-header .section-title {
  color: #fff;
}
.cultura-paesaggi .featured-services__nav {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(210, 185, 80, 0.35);
  color: #d2b950;
  box-shadow: 0 2px 12px rgba(20, 30, 5, 0.3);
}
.cultura-paesaggi .featured-services__nav:hover {
  background: rgba(210, 185, 80, 0.2);
  color: #e8d070;
  box-shadow: 0 4px 18px rgba(20, 30, 5, 0.4);
}

.cultura-card {
  flex: 0 0 270px;
  scroll-snap-align: start;
  aspect-ratio: 5/7;
  border-radius: 1.1rem;
  overflow: hidden;
  position: relative;
  display: block;
  text-decoration: none;
  background: #2b1e0a;
  box-shadow: 0 4px 18px rgba(30, 20, 5, 0.25);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.cultura-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(30, 20, 5, 0.38);
}

.cultura-card__img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.38s ease;
}
.cultura-card:hover .cultura-card__img {
  transform: scale(1.05);
}

.cultura-card__img-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(60, 80, 20, 0.3);
  color: rgba(210, 185, 80, 0.3);
  font-size: 2rem;
}

.cultura-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(60, 30, 5, 0.82) 0%, rgba(50, 80, 10, 0.28) 55%, rgba(20, 60, 5, 0.06) 100%);
}

.cultura-card__body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.75rem 1.25rem 1.25rem;
  color: #fff;
}

.cultura-card__stars {
  font-size: 0.72rem;
  color: #d2b950;
  letter-spacing: 0.04em;
  margin-bottom: 0.3rem;
}

.cultura-card__name {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.3rem;
  color: #fff;
}

.cultura-card__geo {
  font-size: 0.77rem;
  opacity: 0.78;
  margin: 0;
}
.cultura-card__geo i {
  color: #d2b950;
  margin-right: 0.22rem;
}

@media (max-width: 767px) {
  .cultura-paesaggi {
    padding: 3rem 0;
  }
  .cultura-card {
    flex: 0 0 230px;
  }
}
.searchbar-wrap {
  background: #007BFF;
  padding: 2rem 0;
  position: relative;
  z-index: 10;
}

.search-form {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 1.25rem;
  border: 1.5px solid rgba(0, 123, 255, 0.18);
  padding: 1.5rem 2rem;
  box-shadow: 0 8px 40px rgba(10, 32, 64, 0.14), 0 2px 8px rgba(10, 32, 64, 0.06);
}

.search-form__tabs {
  display: inline-flex;
  margin-bottom: 1.25rem;
  border-bottom: 2px solid rgba(0, 123, 255, 0.12);
}
.search-form__tabs .tab-btn {
  border: none;
  background: transparent;
  color: rgba(13, 45, 78, 0.45);
  padding: 0.4rem 1.4rem 0.55rem;
  font-size: 0.86rem;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  transition: color 0.2s;
}
.search-form__tabs .tab-btn::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background: #007BFF;
  transform: scaleX(0);
  transition: transform 0.2s ease;
}
.search-form__tabs .tab-btn.active {
  color: #007BFF;
}
.search-form__tabs .tab-btn.active::after {
  transform: scaleX(1);
}
.search-form__tabs .tab-btn:hover:not(.active) {
  color: rgba(13, 45, 78, 0.7);
}

.search-form__fields {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: flex-end;
}

.search-form__field {
  flex: 1 1 200px;
}
.search-form__field label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
  color: rgba(13, 45, 78, 0.55);
}
.search-form__field .form-control,
.search-form__field .form-select {
  border: 1.5px solid rgba(0, 123, 255, 0.18);
  border-radius: 0.6rem;
  background: #fff;
  color: #0d2d4e;
}
.search-form__field .form-control::placeholder,
.search-form__field .form-select::placeholder {
  color: rgba(13, 45, 78, 0.35);
}
.search-form__field .form-control:focus,
.search-form__field .form-select:focus {
  border-color: #007BFF;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.15);
  color: #0d2d4e;
}
.search-form__field--submit {
  flex: 0 1 150px;
}
.search-form__field--submit .btn-primary {
  background: linear-gradient(135deg, #1e3a5f 0%, #007BFF 60%, #38a8e8 100%);
  border: none;
  border-radius: 0.6rem;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  padding: 0.6rem 1rem;
  box-shadow: 0 4px 18px rgba(0, 123, 255, 0.38);
  transition: filter 0.18s, transform 0.18s, box-shadow 0.18s;
}
.search-form__field--submit .btn-primary:hover:not(:disabled) {
  filter: brightness(1.08);
  transform: translateY(-1px);
  box-shadow: 0 6px 24px rgba(0, 123, 255, 0.5);
}
.search-form__field--date, .search-form__field--occupancy {
  position: relative;
}

.date-picker-wrap {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  z-index: 200;
}
.date-picker-wrap > div {
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.occupancy-panel {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  padding: 1rem;
  min-width: 280px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.occupancy-room {
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid #f0f0f0;
}
.occupancy-room:last-of-type {
  border-bottom: none;
}

@media (max-width: 767px) {
  .hero {
    height: 65vh;
    min-height: 400px;
  }
  .hero__caption {
    top: 38%;
  }
  .hero__search-wrap {
    position: static;
    background: #0d2d4e;
    padding: 1.5rem;
  }
  .search-form__field {
    flex: 1 1 100%;
  }
}
#results-grid {
  transition: opacity 0.25s ease;
}

.result-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 12px rgba(13, 45, 78, 0.08);
  text-decoration: none;
  color: inherit;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.result-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 32px rgba(13, 45, 78, 0.14);
  color: inherit;
}

.result-card__img {
  position: relative;
  height: 195px;
  overflow: hidden;
  background: #f0f6ff;
  flex-shrink: 0;
}
.result-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.38s ease;
}
.result-card:hover .result-card__img img {
  transform: scale(1.04);
}

.result-card__img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(13, 45, 78, 0.2);
  font-size: 2rem;
}

.result-card__rating {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background: linear-gradient(135deg, #1e3a5f, #007BFF);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  line-height: 1.3;
}
.result-card__rating em {
  font-style: normal;
  opacity: 0.8;
  margin-left: 0.2rem;
  font-weight: 400;
}

.result-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 1rem 1.1rem 1.1rem;
}

.result-card__stars {
  color: #f59e0b;
  font-size: 0.75rem;
  margin-bottom: 0.3rem;
  letter-spacing: 0.05em;
}

.result-card__name {
  font-size: 0.98rem;
  font-weight: 700;
  color: #0d2d4e;
  line-height: 1.25;
  margin-bottom: 0.3rem;
}

.result-card__geo {
  font-size: 0.78rem;
  color: rgba(13, 45, 78, 0.55);
  margin-bottom: 0.5rem;
}
.result-card__geo i {
  color: #007BFF;
  margin-right: 0.25rem;
}

.result-card__summary {
  font-size: 0.8rem;
  color: rgba(13, 45, 78, 0.6);
  line-height: 1.5;
  margin-bottom: 0.6rem;
  flex-grow: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.result-card__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin-bottom: 0.75rem;
}

.result-card__badge {
  font-size: 0.68rem;
  font-weight: 600;
  padding: 0.18rem 0.55rem;
  border-radius: 999px;
  background: #f0f6ff;
  color: #0d2d4e;
}
.result-card__badge i {
  margin-right: 0.2rem;
  opacity: 0.7;
}
.result-card__badge--tag {
  background: rgba(0, 123, 255, 0.08);
  color: #007BFF;
}

.result-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.75rem;
  margin-top: auto;
  border-top: 1px solid rgba(13, 45, 78, 0.07);
}
.result-card__footer--no-price {
  justify-content: flex-end;
}

.result-card__price {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.result-card__price-value {
  font-size: 1.12rem;
  font-weight: 800;
  color: #0d2d4e;
}

.result-card__price-label {
  font-size: 0.68rem;
  color: rgba(13, 45, 78, 0.45);
}

.result-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #1e3a5f, #007BFF);
  padding: 0.38rem 1rem;
  border-radius: 999px;
  transition: filter 0.18s, transform 0.18s;
  white-space: nowrap;
}
.result-card__cta i {
  font-size: 0.65rem;
  transition: transform 0.18s;
}
.result-card:hover .result-card__cta {
  filter: brightness(1.08);
}
.result-card:hover .result-card__cta i {
  transform: translateX(2px);
}

[data-results-filter]:checked ~ label,
[data-results-filter]:checked + label {
  color: #007BFF;
  font-weight: 600;
}

#sort-select {
  font-size: 0.85rem;
  border-color: #dee2e6;
  color: #0d2d4e;
}
#sort-select:focus {
  border-color: #007BFF;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.2);
}

#load-more-wrap {
  padding-top: 2rem;
}

.custom-switch {
  display: inline-flex;
  align-items: center;
  width: 48px;
  height: 26px;
  background: #dee2e6;
  border-radius: 999px;
  position: relative;
  cursor: pointer;
  transition: background 0.2s;
  flex-shrink: 0;
}
.custom-switch span {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  transition: left 0.2s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.custom-switch.active {
  background: #007BFF;
}
.custom-switch.active span {
  left: 25px;
}

.pick-item {
  display: flex;
  background: #fff;
  border: 1px solid #e5e9ef;
  border-radius: 0.75rem;
  overflow: hidden;
  margin-bottom: 1.25rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.2s;
}
.pick-item:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.pick-item .item-gallery-col {
  width: 220px;
  flex-shrink: 0;
}
.pick-item .item-gallery {
  position: relative;
  height: 100%;
  min-height: 180px;
}
.pick-item .item-gallery .main-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  min-height: 180px;
}
.pick-item .item-gallery .prev-btn,
.pick-item .item-gallery .next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.4);
  border: none;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  padding: 0;
  font-size: 0.75rem;
  transition: background 0.15s;
}
.pick-item .item-gallery .prev-btn:hover,
.pick-item .item-gallery .next-btn:hover {
  background: rgba(0, 0, 0, 0.65);
}
.pick-item .item-gallery .prev-btn {
  left: 6px;
}
.pick-item .item-gallery .next-btn {
  right: 6px;
}
.pick-item .item-info {
  flex: 1;
  padding: 1.25rem;
  min-width: 0;
}
.pick-item .item-info .item-title {
  font-weight: 700;
  font-size: 1rem;
  color: #0d2d4e;
  margin-bottom: 0.2rem;
}
.pick-item .item-info .item-subtitle {
  font-size: 0.82rem;
  color: #6C757D;
  margin-bottom: 0.6rem;
}
.pick-item .item-info .item-description {
  font-size: 0.85rem;
  color: #6C757D;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pick-item .price-infos {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-left: 1px solid #f0f0f0;
  min-width: 90px;
}
.pick-item .price-infos .item-price {
  font-weight: 700;
  font-size: 1.15rem;
  color: #0d2d4e;
  white-space: nowrap;
  text-align: center;
}
.pick-item .item-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 1rem 1.1rem;
  border-left: 1px solid #f0f0f0;
}
.pick-item .item-actions .action-label {
  font-size: 0.72rem;
  color: #6C757D;
  white-space: nowrap;
}
@media (max-width: 575px) {
  .pick-item {
    flex-direction: column;
  }
  .pick-item .item-gallery-col {
    width: 100%;
    height: 200px;
  }
  .pick-item .item-gallery-col .item-gallery,
  .pick-item .item-gallery-col .main-image {
    min-height: 200px;
  }
  .pick-item .price-infos,
  .pick-item .item-actions {
    border-left: none;
    border-top: 1px solid #f0f0f0;
    padding: 0.75rem 1.25rem;
  }
  .pick-item .price-infos {
    justify-content: flex-start;
  }
  .pick-item .item-actions {
    flex-direction: row;
    justify-content: flex-start;
  }
}

.extra-pick-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.65rem 1rem;
  border: 1px solid #e5e9ef;
  border-radius: 0.5rem;
  margin-bottom: 0.45rem;
  background: #fff;
  font-size: 0.9rem;
}
.extra-pick-item .item-name {
  color: #212529;
  flex-shrink: 0;
}
.extra-pick-item .extra-spacer {
  flex: 1;
}
.extra-pick-item .price-infos .item-price {
  font-weight: 700;
  color: #0d2d4e;
  white-space: nowrap;
  font-size: 0.95rem;
}
.extra-pick-item .extra-item-actions {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-shrink: 0;
}
.extra-pick-item .extra-item-actions .action-label {
  font-size: 0.72rem;
  color: #6C757D;
}
.extra-pick-item.confirm-pick-item {
  background: #f0f6ff;
  border-color: #c7deff;
}

.on-site-badge {
  font-size: 0.7rem;
  font-weight: 600;
  background: rgba(40, 167, 69, 0.12);
  color: #19692c;
  padding: 0.15rem 0.55rem;
  border-radius: 999px;
  white-space: nowrap;
}

.picker-cnt .static-items {
  display: flex;
  flex-direction: column;
}
.picker-cnt .travio-results .pick-group-cnt.not-first {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #e5e9ef;
}
.picker-cnt .travio-results .pick-group-cnt > h4 {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #6C757D;
  margin-bottom: 1rem;
}

.travio-history-cnt {
  margin-bottom: 1.5rem;
}
.travio-history-cnt .history-service .history-title {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #6C757D;
  padding-bottom: 0.5rem;
  margin-bottom: 0.75rem;
  border-bottom: 2px solid #007BFF;
}
.travio-history-cnt .history-service .history-item .pick-item {
  opacity: 0.95;
}
.travio-history-cnt .history-service .history-item .pick-item .item-actions .custom-switch {
  background: #28A745;
  pointer-events: none;
}
.travio-history-cnt .history-service .history-item .pick-item .item-actions .custom-switch span {
  left: 25px;
}

.cart-recap {
  background: #fff;
  border: 1px solid #e5e9ef;
  border-radius: 0.75rem;
  padding: 1.5rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  position: sticky;
  top: 1.5rem;
}
.cart-recap .cart-title {
  font-weight: 700;
  font-size: 1.05rem;
  color: #0d2d4e;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #e5e9ef;
}
.cart-recap .cart-item {
  display: flex;
  gap: 0.75rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid #f0f0f0;
}
.cart-recap .cart-item:last-child {
  border-bottom: none;
}
.cart-recap .cart-item > i.fa-circle-check {
  color: #28A745;
  margin-top: 0.15rem;
  flex-shrink: 0;
}
.cart-recap .cart-item .item-info {
  flex: 1;
  min-width: 0;
}
.cart-recap .cart-item .title {
  font-weight: 600;
  font-size: 0.88rem;
  color: #0d2d4e;
}
.cart-recap .cart-item .item-dates {
  font-size: 0.78rem;
  margin-top: 0.2rem;
}
.cart-recap .cart-item .hotel-info {
  margin-top: 0.3rem;
}
.cart-recap .cart-item .hotel-info .rating i {
  color: #f6c90e;
  font-size: 0.72rem;
}
.cart-recap .cart-item .hotel-info .geo {
  font-size: 0.78rem;
  color: #6C757D;
}
.cart-recap .cart-item .item-detail {
  margin-top: 0.45rem;
  padding-left: 0.6rem;
  border-left: 2px solid #007BFF;
}
.cart-recap .cart-item .item-detail .title {
  font-size: 0.83rem;
}
.cart-recap .cart-item .item-detail .subtitle {
  font-size: 0.78rem;
  color: #6C757D;
  margin-top: 0.1rem;
}
.cart-recap .cart-item .item-detail .subtitle small {
  margin-left: 0.3rem;
  color: #28A745;
}
.cart-recap .cart-infos {
  padding-top: 0.5rem;
}
.cart-recap .cart-infos .cart-total {
  padding: 0.75rem 0;
}
.cart-recap .cart-infos .cart-total .label {
  display: block;
  font-size: 0.78rem;
  color: #6C757D;
  margin-bottom: 0.2rem;
}
.cart-recap .cart-infos .cart-total .price {
  font-size: 1.5rem;
  font-weight: 800;
  color: #0d2d4e;
  display: block;
}
.cart-recap .cart-infos .cart-total .on-site-prices .price {
  font-size: 0.82rem;
  font-weight: 500;
  color: #6C757D;
}
.cart-recap .cart-infos .cart-adv {
  background: #f0f6ff;
  border-radius: 0.6rem;
  padding: 1rem;
  text-align: center;
  margin-bottom: 0.75rem;
}
.cart-recap .cart-infos .cart-adv .cart-adv-title {
  display: block;
  font-size: 0.78rem;
  color: #6C757D;
  margin-bottom: 0.4rem;
}
.cart-recap .cart-infos .cart-adv .cart-adv-infos {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.4rem;
  margin-bottom: 0.25rem;
}
.cart-recap .cart-infos .cart-adv .cart-adv-infos .big {
  font-size: 2.2rem;
  font-weight: 800;
  color: #007BFF;
  line-height: 1;
}
.cart-recap .cart-infos .cart-adv .cart-adv-infos .small {
  font-size: 0.72rem;
  color: #6C757D;
  text-align: left;
  line-height: 1.35;
}
.cart-recap .cart-infos .cart-adv > .small {
  font-size: 0.72rem;
  color: #6C757D;
}
.cart-recap .cart-actions {
  display: flex;
  gap: 0.5rem;
}
.cart-recap .cart-actions .btn {
  flex: 1;
  font-size: 0.83rem;
}

.detail-hero {
  height: 55vh;
  min-height: 420px;
  position: relative;
  background-size: cover;
  background-position: center 30%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 3rem;
}
.detail-hero > .container {
  position: relative;
}
.detail-hero--noimg {
  background: linear-gradient(135deg, #1e3a5f 0%, #007BFF 100%);
}
.detail-hero--noimg .detail-hero-overlay {
  display: none;
}

.detail-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(13, 45, 78, 0.7) 0%, rgba(13, 45, 78, 0.18) 55%, rgba(13, 45, 78, 0.15) 100%);
  z-index: 1;
}

.detail-hero-content {
  color: #fff;
}
.detail-hero-content h1 {
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 700;
  color: #fff;
  margin: 0 0 1rem;
  line-height: 1.15;
}

.detail-hero-meta {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-wrap: wrap;
}

.detail-meta-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.92rem;
}
.detail-meta-item i {
  opacity: 0.85;
}

.detail-meta-divider {
  width: 1px;
  height: 24px;
  background: rgba(255, 255, 255, 0.3);
}

.detail-hero-stars {
  color: #f59e0b;
  letter-spacing: 0.05em;
}

.detail-rating-badge {
  background: linear-gradient(135deg, #1e3a5f, #007BFF);
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 0.25rem 0.65rem;
  border-radius: 0.5rem;
}

.detail-price-hero {
  font-size: 0.92rem;
  opacity: 0.9;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.detail-price-pill {
  background: #007BFF;
  color: #fff;
  font-weight: 700;
  font-size: 1.15rem;
  padding: 0.4rem 1.2rem;
  border-radius: 50px;
}

.detail-main {
  padding: 0 0 4rem;
  position: relative;
  z-index: 5;
}

.detail-layout {
  display: flex;
  gap: 2.5rem;
  align-items: flex-start;
}

.detail-content {
  flex: 1;
  min-width: 0;
  padding-top: 2.5rem;
}

.detail-sidebar {
  width: 380px;
  min-width: 380px;
  position: sticky;
  top: 90px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: -180px;
  z-index: 10;
}

.sidebar-card--booking {
  order: -1;
}

.detail-section {
  margin-bottom: 1rem;
}

.detail-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 1.2rem 0;
  border-bottom: 1px solid #e8ecf0;
  transition: color 0.2s ease;
}
.detail-section-header:hover {
  color: #007BFF;
}
.detail-section-header h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #0d2d4e;
  margin: 0;
}
.detail-section-header i {
  font-size: 1rem;
  color: #6C757D;
  transition: transform 0.3s ease;
}

.detail-section-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.3s ease;
  padding: 0;
}
.detail-section-body.open {
  max-height: 5000px;
  padding: 1.5rem 0;
}
.detail-section-body p {
  font-size: 0.92rem;
  color: #6C757D;
  line-height: 1.7;
  margin-bottom: 0;
}

.detail-block-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #0d2d4e;
  margin: 0 0 1.2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e8ecf0;
}

.detail-gallery {
  margin-bottom: 1rem;
}

.detail-gallery-scroll {
  display: flex;
  gap: 0.8rem;
  overflow-x: auto;
  padding-bottom: 0.8rem;
  scrollbar-width: none;
  width: 100%;
}
.detail-gallery-scroll::-webkit-scrollbar {
  display: none;
}

.detail-gallery-img {
  width: 180px;
  min-width: 180px;
  height: 130px;
  border-radius: 0.75rem;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  transition: transform 0.25s ease;
}
.detail-gallery-img:hover {
  transform: scale(1.05);
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
}

.gallery-lightbox-img {
  max-width: 90vw;
  max-height: 85vh;
  border-radius: 0.5rem;
  object-fit: contain;
  user-select: none;
}

.gallery-lightbox-close,
.gallery-lightbox-prev,
.gallery-lightbox-next {
  background: none;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.gallery-lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
}
.gallery-lightbox-close:hover {
  opacity: 1;
}

.gallery-lightbox-prev,
.gallery-lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.1rem;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  color: #0d2d4e;
}
.gallery-lightbox-prev:hover,
.gallery-lightbox-next:hover {
  background: #f0f0f0;
}

.gallery-lightbox-prev {
  left: 1.5rem;
}

.gallery-lightbox-next {
  right: 1.5rem;
}

.gallery-lightbox-counter {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.85rem;
  pointer-events: none;
}

.detail-amenities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.7rem;
}

.detail-amenity-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.88rem;
  color: #6C757D;
}
.detail-amenity-item i {
  color: #28A745;
}

.sidebar-card {
  background: #fff;
  border-radius: 1.25rem;
  padding: 1.6rem;
  box-shadow: 0 2px 12px rgba(13, 45, 78, 0.08);
}
.sidebar-card h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0d2d4e;
  margin-bottom: 1.2rem;
}

.sidebar-card--why {
  background: #f0f6ff;
  box-shadow: none;
}

.sidebar-why-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #007BFF;
  font-style: italic;
  margin-bottom: 1.5rem;
}

.sidebar-why-item {
  margin-bottom: 1.3rem;
}
.sidebar-why-item:last-child {
  margin-bottom: 0;
}
.sidebar-why-item h5 {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.92rem;
  font-weight: 700;
  color: #0d2d4e;
  margin-bottom: 0.35rem;
}
.sidebar-why-item p {
  font-size: 0.78rem;
  color: #6C757D;
  line-height: 1.5;
  margin: 0;
}

.sidebar-why-icon {
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  color: #007BFF;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.search-form--sidebar {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: none;
  box-shadow: none;
  padding: 0;
}
.search-form--sidebar .search-form__fields {
  flex-direction: column;
  align-items: stretch;
  gap: 0;
}
.search-form--sidebar .search-form__field {
  flex: none;
  width: 100%;
  padding: 0.75rem 0;
  border-bottom: 1px solid #f0f2f5;
}
.search-form--sidebar .search-form__field--submit {
  border-bottom: none;
  padding-top: 1.2rem;
}
.search-form--sidebar .btn-primary {
  width: 100%;
  border-radius: 0.6rem;
  padding: 0.8rem;
}

@media (max-width: 991.98px) {
  .detail-layout {
    flex-direction: column;
  }
  .detail-content {
    order: 1;
  }
  .detail-sidebar {
    display: contents;
  }
  .detail-sidebar .sidebar-card {
    width: 100%;
  }
  .detail-sidebar .sidebar-card--why {
    order: 2;
  }
  .detail-amenities-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .detail-hero {
    height: 42vh;
    min-height: 320px;
  }
  .detail-hero-meta {
    gap: 0.8rem;
  }
  .detail-meta-divider {
    display: none;
  }
  .detail-amenities-grid {
    grid-template-columns: 1fr;
  }
  .detail-gallery-img {
    width: 140px;
    min-width: 140px;
    height: 105px;
  }
  .detail-gallery-scroll {
    gap: 0.5rem;
  }
  .detail-content {
    padding-top: 1.5rem;
  }
  .detail-section-body.open {
    padding: 1rem 0;
  }
  .detail-main {
    padding-bottom: 2rem;
  }
}
.result-card-list {
  display: flex;
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 12px rgba(13, 45, 78, 0.08);
  text-decoration: none;
  color: inherit;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  min-height: 175px;
}
.result-card-list:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(13, 45, 78, 0.14);
  color: inherit;
}
.result-card-list__img {
  flex-shrink: 0;
  width: 230px;
  overflow: hidden;
  background: #f0f6ff;
  position: relative;
}
.result-card-list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.38s ease;
}
.result-card-list:hover .result-card-list__img img {
  transform: scale(1.04);
}
@media (max-width: 575px) {
  .result-card-list__img {
    width: 120px;
  }
}
.result-card-list__img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(13, 45, 78, 0.18);
  font-size: 2rem;
}
.result-card-list__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 1rem 1.25rem 1rem;
  min-width: 0;
}
.result-card-list__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.5rem;
}
.result-card-list__meta {
  flex: 1;
  min-width: 0;
}
.result-card-list__rating {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(135deg, #1e3a5f, #007BFF);
  color: #fff;
  border-radius: 0.6rem;
  padding: 0.35rem 0.65rem;
  text-align: center;
  min-width: 46px;
}
.result-card-list__rating-score {
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1;
}
.result-card-list__rating-label {
  font-size: 0.6rem;
  opacity: 0.8;
  margin-top: 0.1rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.result-card-list__summary {
  font-size: 0.8rem;
  color: rgba(13, 45, 78, 0.58);
  line-height: 1.55;
  margin-bottom: 0.65rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.filters-panel {
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(13, 45, 78, 0.08);
  position: sticky;
  top: 80px;
}

.filters-panel__header {
  background: linear-gradient(135deg, #1e3a5f, #007BFF);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.85rem 1.1rem;
}
.filters-panel__header i {
  margin-right: 0.5rem;
  opacity: 0.8;
}

.filters-panel__body {
  padding: 1rem 1.1rem;
}

.filters-panel__empty {
  font-size: 0.82rem;
  color: rgba(13, 45, 78, 0.45);
  margin: 0;
}

.filters-group {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(13, 45, 78, 0.07);
}
.filters-group:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.filters-group__title {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(13, 45, 78, 0.4);
  margin-bottom: 0.6rem;
}

.filters-group__sub {
  margin-bottom: 0.4rem;
}

.filters-group__sub-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: none;
  background: none;
  padding: 0.28rem 0;
  font-size: 0.8rem;
  font-weight: 600;
  color: #0d2d4e;
  cursor: pointer;
  text-align: left;
}
.filters-group__sub-toggle i {
  font-size: 0.65rem;
  color: rgba(13, 45, 78, 0.35);
  transition: transform 0.2s;
}
.filters-group__sub-toggle[aria-expanded=false] i, .filters-group__sub-toggle.collapsed i {
  transform: rotate(-90deg);
}

.filters-check {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.28rem 0;
  cursor: pointer;
  border-radius: 0.35rem;
  transition: background 0.14s;
}
.filters-check:hover {
  background: #f0f6ff;
  padding-left: 0.3rem;
  margin-left: -0.3rem;
}
.filters-check--indented {
  padding-left: 0.9rem;
}
.filters-check__input {
  appearance: none;
  -webkit-appearance: none;
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  border: 1.5px solid rgba(13, 45, 78, 0.25);
  border-radius: 3px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
  position: relative;
}
.filters-check__input::after {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 1px;
  background: #007BFF;
  opacity: 0;
  transition: opacity 0.15s;
}
.filters-check__input:checked {
  border-color: #007BFF;
}
.filters-check__input:checked::after {
  opacity: 1;
}
.filters-check__label {
  flex: 1;
  font-size: 0.8rem;
  color: rgba(13, 45, 78, 0.75);
  line-height: 1.3;
}
.filters-check__label i {
  margin-right: 0.2rem;
  opacity: 0.6;
}
.filters-check__input:checked ~ .filters-check__label {
  color: #0d2d4e;
  font-weight: 600;
}
.filters-check__stars {
  font-size: 0.75rem;
  color: #f59e0b;
  letter-spacing: 0.05em;
}
.filters-check__count {
  flex-shrink: 0;
  font-size: 0.65rem;
  font-weight: 700;
  color: #007BFF;
  background: rgba(0, 123, 255, 0.08);
  padding: 0.08rem 0.42rem;
  border-radius: 999px;
  line-height: 1.6;
}

.page-block--hero {
  position: relative;
  min-height: 60vh;
  background: #0d2d4e center center/cover no-repeat;
  display: flex;
  align-items: center;
}
.page-block--hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.page-block--cta {
  position: relative;
  background: #00458f;
  color: #fff;
  overflow: hidden;
}
.page-block--cta__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.3;
}
.page-block--cta h2, .page-block--cta p {
  color: #fff;
}

.page-block--text,
.page-block--two-columns,
.page-block--image-text {
  background: #FFFFFF;
}