.dest-hero {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #172033;
}

.dest-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dest-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 20, 36, .16) 0%, rgba(8, 20, 36, .24) 42%, rgba(8, 20, 36, .82) 100%),
    linear-gradient(90deg, rgba(8, 20, 36, .76), rgba(8, 20, 36, .28) 58%, rgba(8, 20, 36, .12));
}

.dest-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 72px;
  background: linear-gradient(180deg, rgba(246, 248, 251, 0), #f6f8fb);
}

.dest-hero__content {
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 96px 15px 48px;
}

.dest-kicker {
  margin: 0 0 10px;
  font-weight: 700;
  color: #ffd08a;
  text-transform: uppercase;
  letter-spacing: 0;
}

.dest-hero h1 {
  max-width: 880px;
  margin: 0;
  color: #fff;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 800;
}

.dest-hero__summary {
  max-width: 760px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .92);
  font-size: 18px;
  line-height: 1.55;
}

.dest-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.dest-facts span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .16);
  color: #fff;
  font-weight: 700;
  backdrop-filter: blur(6px);
}

.dest-breadcrumb {
  border-bottom: 1px solid #e8edf2;
  background: #fff;
}

.dest-breadcrumb .container {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 52px;
  color: #607086;
  font-size: 13px;
}

.dest-breadcrumb a {
  color: #233b57;
}

.dest-page {
  background: #f6f8fb;
  padding: 42px 0 64px;
}

.dest-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 28px;
  align-items: start;
}

.dest-main,
.dest-sidebar {
  min-width: 0;
}

.dest-section,
.side-card {
  background: #fff;
  border: 1px solid #e3e9ef;
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(34, 49, 76, .06);
}

.dest-section {
  margin-bottom: 24px;
  padding: 28px;
}

.dest-intro-section {
  padding-bottom: 22px;
}

.dest-section h2,
.side-card h3 {
  margin: 0 0 14px;
  color: #172842;
  font-weight: 800;
}

.dest-section h2 {
  font-size: 26px;
}

.dest-section p,
.dest-richtext,
.side-card p {
  color: #33445c;
  font-size: 15px;
  line-height: 1.75;
}

.section-intro {
  margin: -4px 0 18px;
  color: #657287;
}

.quick-facts-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid #e8edf2;
}

.quick-facts-strip div {
  position: relative;
  min-width: 0;
  padding: 12px;
  border-radius: 8px;
  background: #f7fafc;
  border: 1px solid #e8edf2;
}

.quick-facts-strip div:focus {
  outline: 2px solid rgba(239, 133, 34, .28);
  outline-offset: 2px;
}

.quick-facts-strip span,
.final-cta-band span {
  display: block;
  color: #d86f16;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.quick-facts-strip strong {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 5px;
  color: #172842;
  font-size: 13px;
  line-height: 1.35;
  word-break: normal;
  overflow-wrap: anywhere;
  overflow: hidden;
}

.quick-facts-strip div[data-full]:hover::after,
.quick-facts-strip div[data-full]:focus::after {
  content: attr(data-full);
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: calc(100% + 10px);
  z-index: 20;
  padding: 10px 12px;
  border: 1px solid #dfe6ee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(23, 40, 66, .16);
  color: #172842;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
  text-transform: none;
  white-space: normal;
}

.quick-facts-strip div[data-full]:hover::before,
.quick-facts-strip div[data-full]:focus::before {
  content: "";
  position: absolute;
  left: 28px;
  bottom: calc(100% + 4px);
  z-index: 21;
  width: 12px;
  height: 12px;
  border-right: 1px solid #dfe6ee;
  border-bottom: 1px solid #dfe6ee;
  background: #fff;
  transform: rotate(45deg);
}

.city-cluster-section .dest-section__head span {
  color: #657287;
  font-size: 13px;
  font-weight: 800;
}

.city-cluster-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.city-cluster-grid a {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 64px;
  padding: 12px;
  border: 1px solid #dfe6ee;
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #f8fbff);
  color: #172842;
  font-weight: 800;
}

.city-cluster-grid i {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #fff3e5;
  color: #d86f16;
  font-size: 18px;
}

.city-cluster-grid span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.best-time-text p {
  margin: 0;
  color: #33445c;
  line-height: 1.75;
}

.best-time-text p + p {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #e8edf2;
}

.lead-copy {
  font-size: 16px;
}

.place-quick-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.place-quick-facts div {
  min-width: 0;
  padding: 13px 14px;
  border: 1px solid #e6edf4;
  border-radius: 8px;
  background: #f8fbff;
}

.place-quick-facts span {
  display: block;
  color: #d86f16;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.place-quick-facts strong {
  display: -webkit-box;
  margin-top: 5px;
  color: #172842;
  font-size: 13px;
  line-height: 1.35;
  overflow: hidden;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.dest-section__head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  margin-bottom: 16px;
}

.dest-section__head h2 {
  margin: 0;
}

.dest-section__head a {
  color: #d86f16;
  font-weight: 800;
  white-space: nowrap;
}

.place-grid,
.package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.place-card,
.package-card {
  display: block;
  overflow: hidden;
  border: 1px solid #dfe6ee;
  border-radius: 8px;
  background: #fff;
  color: #172842;
  transition: transform .18s ease, box-shadow .18s ease;
}

.place-card {
  position: relative;
}

.place-card:hover,
.package-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(34, 49, 76, .12);
  color: #172842;
}

.place-card img,
.package-card img {
  width: 100%;
  height: 136px;
  object-fit: cover;
  display: block;
  background: #dfe6ee;
}

.place-card div,
.package-card div {
  padding: 12px;
}

.place-card em,
.package-card em {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  max-width: 100%;
  margin-bottom: 8px;
  padding: 3px 8px;
  border-radius: 999px;
  background: #fff3e5;
  color: #c76512;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.place-card strong,
.package-card strong {
  display: block;
  font-size: 15px;
  line-height: 1.35;
}

.place-card span,
.package-card span {
  display: block;
  margin-top: 4px;
  color: #68778c;
  font-size: 13px;
  line-height: 1.45;
}

.package-card b {
  display: block;
  margin-top: 7px;
  color: #0b6b57;
  font-size: 14px;
}

.todo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
}

.todo-grid div {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  color: #26384f;
  line-height: 1.5;
}

.todo-grid i {
  color: #e08125;
  font-size: 18px;
  margin-top: 1px;
}

.highlight-box {
  margin-top: 20px;
  padding: 18px;
  border-radius: 8px;
  border: 1px solid #f0dfbf;
  background: #fff8ec;
}

.highlight-box h3 {
  margin: 0 0 14px;
  color: #6b4a11;
  font-size: 18px;
}

.gallery-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.gallery-strip figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid #dfe6ee;
  border-radius: 8px;
  background: #fff;
}

.gallery-strip img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  display: block;
}

.gallery-strip figcaption {
  padding: 10px 12px;
  color: #26384f;
  font-weight: 700;
  font-size: 13px;
}

.place-gallery {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.place-gallery img {
  height: 230px;
}

.faq-list details {
  border: 1px solid #dfe6ee;
  border-radius: 8px;
  background: #fff;
}

.faq-list details + details {
  margin-top: 10px;
}

.faq-list summary {
  cursor: pointer;
  padding: 14px 16px;
  color: #172842;
  font-weight: 800;
}

.faq-list p {
  margin: 0;
  padding: 0 16px 16px;
}

.dest-sidebar {
  position: sticky;
  top: 88px;
}

.side-card {
  padding: 18px;
  margin-bottom: 16px;
}

.side-cta {
  border-color: #f2c38f;
  background: linear-gradient(180deg, #fff7ec, #fff);
  box-shadow: 0 16px 34px rgba(239, 133, 34, .12);
}

.mini-enquiry-form {
  display: grid;
  gap: 8px;
  margin: 14px 0;
}

.mini-enquiry-form input {
  width: 100%;
  min-height: 42px;
  border: 1px solid #e1e7ee;
  border-radius: 8px;
  padding: 8px 11px;
  color: #172842;
  background: #fff;
}

.side-cta button,
.primary-inline-cta {
  width: 100%;
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  background: #ef8522;
  color: #fff;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(239, 133, 34, .28);
}

.primary-inline-cta {
  width: auto;
  margin-top: 16px;
  padding: 0 24px;
}

.side-cta a,
.map-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  color: #17345a;
  font-weight: 800;
}

.side-cta-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 12px;
}

.side-cta-actions a {
  justify-content: center;
  min-height: 38px;
  margin: 0;
  border: 1px solid #dfe6ee;
  border-radius: 999px;
  background: #fff;
  font-size: 13px;
}

.trust-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #f0dfbf;
}

.trust-strip span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #4c5d73;
  font-size: 12px;
  font-weight: 700;
}

.trust-strip i {
  color: #0b6b57;
}

.visual-info-card {
  position: relative;
  overflow: hidden;
  background: #f8fbff;
  min-height: 154px;
}

.visual-info-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 1;
  background-size: cover;
  background-position: center right;
  pointer-events: none;
}

.visual-info-card > * {
  position: relative;
  z-index: 1;
}

.best-time-card::before {
  background-image: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.98) 58%, rgba(255,255,255,.62) 78%, rgba(255,255,255,.12) 100%), var(--info-card-image, url("/static/img/slider_single_tour/2_large.jpg"));
}

.reach-card::before {
  background-image: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.98) 62%, rgba(255,255,255,.68) 80%, rgba(255,255,255,.16) 100%), var(--info-card-image, url("/static/img/slider_single_tour/3_large.jpg"));
}

.visual-info-card h3 {
  max-width: 72%;
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.2;
}

.visual-info-card p,
.visual-info-card .best-time-text {
  max-width: 72%;
}

.reach-list {
  display: grid;
  gap: 10px;
}

.reach-list p {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 10px;
  align-items: start;
  margin: 0;
  color: #1f3048;
  font-size: 14px;
  line-height: 1.55;
}

.reach-list i {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #17345a;
  color: #fff;
  font-size: 14px;
}

.nearby-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.nearby-grid a {
  display: block;
  padding: 14px;
  border: 1px solid #dfe6ee;
  border-radius: 8px;
  background: #f7fafc;
  color: #172842;
  font-weight: 800;
}

.nearby-grid span {
  display: block;
  margin-top: 4px;
  color: #657287;
  font-size: 12px;
  font-weight: 600;
}

.final-cta-band {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: center;
  margin: 26px 0 0;
  padding: 28px;
  border-radius: 8px;
  background: linear-gradient(135deg, #17345a, #0f263f);
  color: #fff;
  box-shadow: 0 16px 34px rgba(23, 52, 90, .18);
}

.final-cta-band h2 {
  margin: 6px 0 8px;
  color: #fff;
  font-size: 27px;
}

.final-cta-band p {
  margin: 0;
  color: rgba(255, 255, 255, .82);
}

.final-cta-actions {
  display: flex;
  gap: 10px;
  flex: 0 0 auto;
}

.final-cta-actions button,
.final-cta-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  font-weight: 800;
}

.final-cta-actions button {
  background: #ef8522;
  color: #fff;
}

.final-cta-actions a {
  background: rgba(255, 255, 255, .12);
  color: #fff;
}

.map-box {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #dfe6ee;
  background: #e8edf2;
}

.map-box iframe {
  display: block;
  width: 100%;
  height: 230px;
  border: 0;
}

.mini-list {
  display: grid;
  gap: 12px;
}

.mini-item {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 10px;
  align-items: center;
}

.mini-item img {
  width: 70px;
  height: 58px;
  object-fit: cover;
  border-radius: 7px;
}

.mini-item strong,
.mini-item span {
  display: block;
}

.mini-item span {
  color: #68778c;
  font-size: 12px;
}

.timing-list {
  padding-left: 18px;
  margin: 0;
  color: #33445c;
  line-height: 1.7;
}

.mobile-sticky-cta {
  display: none;
}

.places-breadcrumb {
  border-bottom: 1px solid #e8edf2;
  background: #fff;
}

.places-breadcrumb .container {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  color: #66758b;
  font-size: 13px;
}

.places-breadcrumb a {
  color: #33445c;
  font-weight: 600;
}

.places-list-hero {
  position: relative;
  min-height: 310px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #10233a;
}

.places-list-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.places-list-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(9, 24, 43, .86), rgba(9, 24, 43, .52) 48%, rgba(9, 24, 43, .2)),
    linear-gradient(180deg, rgba(9, 24, 43, .18), rgba(9, 24, 43, .78));
}

.places-list-hero__content {
  position: relative;
  z-index: 1;
  padding: 42px 15px 34px;
  color: #fff;
}

.places-list-hero__content > span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 5px 14px;
  border-radius: 999px;
  background: #f58220;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.places-list-hero h1 {
  max-width: 760px;
  margin: 14px 0 8px;
  color: #fff;
  font-size: 40px;
  line-height: 1.08;
  font-weight: 800;
}

.places-list-hero p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, .92);
  font-size: 17px;
  line-height: 1.55;
}

.places-hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 22px;
}

.places-hero-facts strong {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.places-hero-facts i {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 50%;
}

.places-list-page {
  background: #fff;
  padding: 34px 0 64px;
}

.places-answer-box {
  margin-bottom: 26px;
  padding: 24px 26px;
  border: 1px solid #dfe6ee;
  border-radius: 8px;
  background: linear-gradient(135deg, #f8fbff, #fff8eb);
}

.places-answer-box span {
  display: block;
  margin-bottom: 8px;
  color: #d86f16;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.places-answer-box h2 {
  margin: 0 0 8px;
  color: #112642;
  font-size: 25px;
  font-weight: 800;
}

.places-answer-box p {
  max-width: 980px;
  margin: 0;
  color: #33445c;
  font-size: 15px;
  line-height: 1.75;
}

.places-cluster-section,
.places-category-section {
  margin-bottom: 30px;
}

.places-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.places-category-grid div {
  min-width: 0;
  padding: 15px;
  border: 1px solid #dfe6ee;
  border-radius: 8px;
  background: #f8fbff;
}

.places-category-grid strong {
  display: inline-flex;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 800;
}

.places-category-grid span {
  display: block;
  color: #112642;
  font-size: 12px;
  font-weight: 800;
}

.places-category-grid p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 7px 0 0;
  color: #56677e;
  font-size: 13px;
  line-height: 1.45;
  overflow: hidden;
}

.places-section-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-end;
  margin-bottom: 22px;
}

.places-section-head h2 {
  margin: 0;
  color: #112642;
  font-size: 27px;
  font-weight: 800;
}

.places-section-head p {
  margin: 7px 0 0;
  color: #56677e;
  line-height: 1.65;
}

.places-section-head span,
.places-section-head a {
  flex: 0 0 auto;
  color: #4d5e73;
  font-weight: 700;
}

.places-section-head a {
  color: #d86f16;
}

.places-list-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.places-list-card {
  display: block;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  color: #112642;
  box-shadow: 0 12px 30px rgba(23, 40, 66, .08);
  transition: transform .18s ease, box-shadow .18s ease;
}

.places-list-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(23, 40, 66, .14);
}

.places-list-card__media {
  position: relative;
  height: 170px;
  background: #e8edf2;
}

.places-list-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.places-list-card__media > i {
  position: absolute;
  left: 16px;
  bottom: -20px;
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  box-shadow: 0 8px 18px rgba(23, 40, 66, .18);
}

.places-list-card__body {
  min-height: 206px;
  padding: 30px 16px 16px;
}

.places-list-card h3 {
  margin: 0 0 9px;
  color: #112642;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 800;
}

.places-list-card p {
  min-height: 66px;
  margin: 0 0 14px;
  color: #405169;
  font-size: 14px;
  line-height: 1.58;
}

.places-list-card span,
.places-list-card b {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 800;
}

.places-list-card b {
  margin-top: 8px;
  color: #4d5e73;
}

.places-list-card span i {
  font-size: 8px;
}

.places-cat-spiritual {
  color: #7a56c2;
}

.places-cat-cultural {
  color: #f26b28;
}

.places-cat-nature {
  color: #35a852;
}

.places-cat-adventure {
  color: #1f80d8;
}

.places-cat-shopping {
  color: #ef8522;
}

.places-cat-default {
  color: #2f7dbf;
}

.places-list-card__media .places-cat-spiritual,
.places-list-card__media .places-cat-cultural,
.places-list-card__media .places-cat-nature,
.places-list-card__media .places-cat-adventure,
.places-list-card__media .places-cat-shopping,
.places-list-card__media .places-cat-default {
  color: #fff;
}

.places-list-card__media .places-cat-spiritual {
  background: #7a56c2;
}

.places-list-card__media .places-cat-cultural {
  background: #f26b28;
}

.places-list-card__media .places-cat-nature {
  background: #35a852;
}

.places-list-card__media .places-cat-adventure {
  background: #1f80d8;
}

.places-list-card__media .places-cat-shopping {
  background: #ef8522;
}

.places-list-card__media .places-cat-default {
  background: #2f7dbf;
}

.places-extra-desktop {
  display: none;
}

.places-list-grid.show-all .places-extra-desktop,
.places-list-grid.show-all .places-extra-mobile {
  display: block;
}

.places-more-wrap {
  display: flex;
  justify-content: center;
  margin: 24px 0 0;
}

.places-more-mobile-only {
  display: none;
}

.places-more-wrap button {
  min-width: 240px;
  min-height: 42px;
  border: 1px solid #f58220;
  border-radius: 999px;
  background: #fff;
  color: #e57216;
  font-weight: 800;
}

.places-empty {
  padding: 26px;
  border: 1px dashed #dfe6ee;
  border-radius: 8px;
  color: #52637a;
  text-align: center;
}

.places-packages-section,
.places-info-grid,
.places-help-band,
.places-trust-strip,
.places-faq-section {
  margin-top: 34px;
}

.places-package-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.places-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.places-info-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 170px;
  gap: 18px;
  align-items: center;
  min-height: 176px;
  padding: 22px;
  border-radius: 8px;
  border: 1px solid #edf0f4;
}

.places-tips-card {
  background: #fff8eb;
}

.places-time-card {
  background: #eef7ff;
}

.places-info-card h2 {
  margin: 0 0 12px;
  color: #112642;
  font-size: 22px;
  font-weight: 800;
}

.places-info-card ul {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.places-info-card li {
  display: flex;
  gap: 8px;
  color: #33445c;
  font-size: 14px;
}

.places-info-card li i,
.places-time-card strong i {
  color: #f58220;
}

.places-time-card strong {
  display: inline-flex;
  gap: 9px;
  margin-bottom: 10px;
  color: #112642;
  font-size: 16px;
}

.places-time-card p {
  margin: 0;
  color: #33445c;
  line-height: 1.65;
}

.places-info-card img {
  width: 170px;
  height: 128px;
  object-fit: cover;
  border-radius: 8px;
}

.places-help-band {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 22px 26px;
  border-radius: 8px;
  background: linear-gradient(90deg, #06274d, #0b3b73);
  color: #fff;
}

.places-help-icon {
  display: inline-flex;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f58220;
  font-size: 30px;
}

.places-help-band h2 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
}

.places-help-band p {
  margin: 0;
  color: rgba(255, 255, 255, .86);
}

.places-help-actions {
  display: flex;
  gap: 12px;
}

.places-help-actions a,
.places-help-actions button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 22px;
  border: 0;
  border-radius: 8px;
  font-weight: 800;
}

.places-help-actions a {
  background: #fff;
  color: #0b315d;
}

.places-help-actions button {
  background: #f58220;
  color: #fff;
}

.places-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.places-trust-strip div {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 2px 12px;
  align-items: center;
  padding: 18px;
  border: 1px solid #edf0f4;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(23, 40, 66, .05);
}

.places-trust-strip i {
  grid-row: span 2;
  color: #1f80d8;
  font-size: 24px;
}

.places-trust-strip strong {
  color: #112642;
  font-weight: 800;
}

.places-trust-strip span {
  color: #607086;
  font-size: 12px;
}

@media (max-width: 991px) {
  .dest-hero {
    min-height: 390px;
  }

  .dest-hero h1 {
    font-size: 38px;
  }

  .dest-layout {
    grid-template-columns: 1fr;
  }

  .dest-sidebar {
    position: static;
    display: flex;
    flex-direction: column;
  }

  .dest-sidebar .side-cta {
    order: -4;
  }

  .quick-facts-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .place-quick-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .places-list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .places-info-grid,
  .places-package-grid,
  .places-category-grid,
  .places-trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .places-help-band {
    grid-template-columns: 60px minmax(0, 1fr);
  }

  .places-help-actions {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .places-breadcrumb .container {
    overflow-x: auto;
    white-space: nowrap;
  }

  .places-list-hero {
    min-height: 360px;
  }

  .places-list-hero__content {
    padding: 44px 15px 32px;
  }

  .places-list-hero h1 {
    font-size: 32px;
  }

  .places-list-hero p {
    font-size: 15px;
  }

  .places-hero-facts {
    flex-wrap: nowrap;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .places-hero-facts strong {
    flex: 0 0 auto;
    max-width: 86vw;
  }

  .places-list-page {
    padding: 26px 0 84px;
  }

  .places-section-head {
    display: block;
  }

  .places-section-head h2 {
    font-size: 24px;
  }

  .places-section-head > span,
  .places-section-head > a {
    display: inline-block;
    margin-top: 8px;
  }

  .places-list-grid,
  .places-info-grid,
  .places-package-grid,
  .places-category-grid,
  .places-trust-strip {
    grid-template-columns: 1fr;
  }

  .places-extra-mobile {
    display: none;
  }

  .places-more-mobile-only {
    display: flex;
  }

  .places-list-card__media {
    height: 190px;
  }

  .places-list-card__body {
    min-height: 0;
  }

  .places-info-card {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .places-info-card img {
    width: 100%;
    height: 170px;
  }

  .places-help-band {
    grid-template-columns: 1fr;
    padding: 22px;
    text-align: center;
  }

  .places-help-icon {
    margin: 0 auto;
  }

  .places-help-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .places-trust-strip div {
    padding: 15px;
  }

  .dest-hero {
    min-height: 430px;
  }

  .dest-hero__shade {
    background: linear-gradient(180deg, rgba(8, 20, 36, .28), rgba(8, 20, 36, .82));
  }

  .dest-hero__content {
    padding: 92px 15px 34px;
  }

  .dest-hero h1 {
    font-size: 31px;
  }

  .dest-hero__summary {
    font-size: 15px;
  }

  .dest-facts {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .dest-facts span {
    flex: 0 0 auto;
    max-width: 84vw;
  }

  .dest-page {
    padding: 22px 0 82px;
  }

  .dest-section,
  .side-card {
    padding: 18px;
    border-radius: 8px;
  }

  .dest-section h2 {
    font-size: 22px;
  }

  .dest-section__head {
    display: block;
  }

  .dest-section__head a {
    display: inline-block;
    margin-top: 6px;
  }

  .place-grid,
  .package-grid,
  .todo-grid,
  .gallery-strip,
  .city-cluster-grid,
  .place-gallery,
  .nearby-grid {
    grid-template-columns: 1fr;
  }

  .quick-facts-strip {
    grid-template-columns: 1fr;
  }

  .place-quick-facts {
    grid-template-columns: 1fr;
  }

  .final-cta-band {
    display: block;
    padding: 22px;
  }

  .final-cta-actions {
    margin-top: 18px;
  }

  .place-card img,
  .package-card img,
  .gallery-strip img,
  .place-gallery img {
    height: 190px;
  }

  .mobile-sticky-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: grid;
    grid-template-columns: 1fr 74px 96px;
    gap: 8px;
    padding: 10px 12px;
    background: #fff;
    box-shadow: 0 -8px 24px rgba(34, 49, 76, .16);
  }

  .mobile-sticky-cta button,
  .mobile-sticky-cta a {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    font-weight: 800;
  }

  .mobile-sticky-cta button {
    background: #ef8522;
    color: #fff;
  }

  .mobile-sticky-cta a {
    background: #17345a;
    color: #fff;
  }

  .mobile-sticky-cta a:last-child {
    background: #0b6b57;
  }
}
