.seo-hero {
  position: relative;
  min-height: 420px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: #13243a;
  color: #fff;
}
.seo-hero--compact { min-height: 330px; }
.seo-hero--itinerary { min-height: 370px; }
.seo-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.seo-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 25, 51, .88), rgba(7, 25, 51, .48) 62%, rgba(7, 25, 51, .2)), linear-gradient(180deg, rgba(7, 25, 51, .12), rgba(7, 25, 51, .76));
}
.seo-hero .container,
.seo-hero__grid {
  position: relative;
  z-index: 1;
}
.seo-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 34px;
  align-items: center;
}
.seo-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
  color: rgba(255,255,255,.86);
  font-size: 13px;
  font-weight: 700;
}
.seo-breadcrumb a,
.seo-breadcrumb strong { color: #fff; }
.seo-hero h1 {
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-size: 46px;
  line-height: 1.1;
  font-weight: 800;
}
.seo-hero p {
  max-width: 700px;
  margin: 14px 0 0;
  color: rgba(255,255,255,.94);
  font-size: 18px;
  line-height: 1.6;
}
.seo-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}
.seo-badges span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border-radius: 8px;
  background: rgba(255,255,255,.14);
  font-weight: 800;
}
.seo-badges i { color: #ff7a1a; }
.seo-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.seo-hero-actions a,
.seo-hero-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 16px;
  border: 0;
  border-radius: 8px;
  background: #ff7417;
  color: #fff;
  font-weight: 800;
}
.seo-hero-actions a:nth-child(2) {
  background: #16803c;
}
.seo-hero-actions a:nth-child(3) {
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.28);
}
.seo-quote-card {
  padding: 24px;
  border-radius: 8px;
  background: rgba(255,255,255,.96);
  color: #102447;
  box-shadow: 0 18px 46px rgba(0,0,0,.22);
}
.seo-quote-card h2 {
  margin: 0 0 16px;
  color: #102447;
  font-size: 22px;
  font-weight: 800;
}
.seo-quote-card ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.seo-quote-card li {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 8px;
  color: #31435d;
}
.seo-quote-card li i { color: #16803c; }
.seo-package-card a,
.seo-info-grid a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border: 0;
  border-radius: 7px;
  background: #ff7417;
  color: #fff;
  font-weight: 800;
}
.seo-page {
  padding: 0 0 64px;
  background: #f6f8fb;
}
.seo-trust-strip {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: -30px;
  margin-bottom: 26px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
  background: #e2e8f0;
  box-shadow: 0 14px 32px rgba(28,46,77,.11);
}
.seo-trust-strip div {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  column-gap: 12px;
  align-items: center;
  min-height: 86px;
  padding: 16px;
  background: #fff;
}
.seo-trust-strip i {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #eef5ff;
  color: #0d47a1;
  font-size: 21px;
}
.seo-trust-strip strong {
  color: #102447;
  font-weight: 800;
}
.seo-trust-strip span {
  color: #667085;
  font-size: 13px;
  line-height: 1.35;
}
.seo-section {
  margin-bottom: 24px;
  padding: 26px;
  border: 1px solid #e1e8f0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 26px rgba(34,49,76,.06);
}
.seo-section__head {
  max-width: 780px;
  margin: 0 auto 22px;
  text-align: center;
}
.seo-kicker {
  display: inline-block;
  margin-bottom: 8px;
  color: #0d47a1;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.seo-section h2 {
  margin: 0 0 10px;
  color: #102447;
  font-size: 25px;
  font-weight: 800;
}
.seo-section p {
  color: #40516a;
  font-size: 15px;
  line-height: 1.7;
}
.seo-package-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.seo-package-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e5ecf3;
  border-radius: 8px;
  background: #fff;
}
.seo-package-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #dbe4ef;
}
.seo-package-card div {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
  padding: 14px;
}
.seo-package-card span {
  color: #0d47a1;
  font-size: 12px;
  font-weight: 800;
}
.seo-package-card h3 {
  display: -webkit-box;
  min-height: 44px;
  max-height: 44px;
  margin: 7px 0 8px;
  color: #102447;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 800;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow-wrap: anywhere;
}
.seo-package-card p {
  min-height: 44px;
  margin: 0 0 10px;
  color: #526177;
  font-size: 13px;
}
.seo-package-card strong {
  display: block;
  margin-bottom: 12px;
  color: #ff7417;
  font-weight: 800;
}
.seo-package-card a {
  width: 100%;
  margin-top: auto;
  background: #0d47a1;
}
.seo-update-grid,
.seo-area-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.seo-update-grid article,
.seo-area-grid article {
  min-width: 0;
  padding: 18px;
  border: 1px solid #e5ecf3;
  border-radius: 8px;
  background: #f8fbff;
}
.seo-update-grid i {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 12px;
  border-radius: 8px;
  background: #fff2e8;
  color: #ff7417;
  font-size: 20px;
}
.seo-update-grid strong,
.seo-area-grid strong {
  display: block;
  margin-bottom: 7px;
  color: #102447;
  font-weight: 800;
}
.seo-update-grid span,
.seo-area-grid p {
  display: block;
  margin: 0;
  color: #526177;
  font-size: 14px;
  line-height: 1.55;
}
.seo-split-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 22px;
  align-items: center;
}
.seo-split-card h2 {
  margin-bottom: 8px;
}
.seo-split-card button {
  min-height: 46px;
  border: 0;
  border-radius: 7px;
  background: #ff7417;
  color: #fff;
  font-weight: 800;
}
.seo-table-wrap {
  overflow-x: auto;
}
.seo-comparison-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid #e1e8f0;
  border-radius: 8px;
  background: #fff;
}
.seo-comparison-table th,
.seo-comparison-table td {
  padding: 13px 14px;
  border-bottom: 1px solid #e7edf4;
  color: #40516a;
  text-align: left;
  vertical-align: top;
}
.seo-comparison-table th {
  background: #eef5ff;
  color: #102447;
  font-size: 13px;
  font-weight: 800;
}
.seo-comparison-table tr:last-child td {
  border-bottom: 0;
}
.seo-comparison-table a {
  color: #0d47a1;
  font-weight: 800;
}
.seo-area-grid h3 {
  margin: 0 0 8px;
  color: #102447;
  font-size: 18px;
  font-weight: 800;
}
.seo-hotel-chips {
  margin-top: 18px;
}
.seo-hotel-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}
.seo-hotel-mini-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-width: 0;
  padding: 10px;
  border: 1px solid #e5ecf3;
  border-radius: 8px;
  background: #fff;
}
.seo-hotel-mini-card img,
.seo-hotel-mini-card__placeholder {
  width: 58px;
  height: 50px;
  border-radius: 7px;
}
.seo-hotel-mini-card img {
  object-fit: cover;
}
.seo-hotel-mini-card__placeholder {
  display: grid;
  place-items: center;
  background: #eef5ff;
  color: #0d47a1;
  font-size: 22px;
}
.seo-hotel-mini-card strong {
  display: -webkit-box;
  overflow: hidden;
  color: #102447;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.seo-hotel-mini-card small {
  display: block;
  margin-top: 3px;
  color: #ff7417;
  font-size: 12px;
  font-weight: 800;
}
.seo-package-card ul {
  display: grid;
  gap: 8px;
  min-height: 106px;
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}
.seo-package-card li {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  gap: 7px;
  color: #35465f;
  font-size: 13px;
  line-height: 1.4;
  min-width: 0;
}
.seo-package-card li i {
  color: #ff7417;
  font-size: 13px;
  line-height: 1.4;
}
.seo-package-card li span {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.seo-itinerary-picks {
  padding-top: 24px;
}
.seo-itinerary-card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.seo-itinerary-card img {
  height: 150px;
  aspect-ratio: auto;
}
.seo-comparison-section {
  background: linear-gradient(180deg, #fff, #f8fbff);
}
.seo-comparison-table th {
  text-align: center;
  vertical-align: top;
}
.seo-comparison-table th:first-child,
.seo-comparison-table td:first-child {
  text-align: left;
  font-weight: 800;
  color: #102447;
}
.seo-comparison-table th span {
  display: block;
  margin-top: 4px;
  color: #667085;
  font-size: 12px;
  font-weight: 700;
}
.seo-check-list {
  display: grid;
  gap: 10px;
}
.seo-check-list span {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 9px;
  color: #35465f;
  line-height: 1.5;
}
.seo-check-list i {
  color: #0d47a1;
}
.seo-intro-section {
  max-width: none;
}
.seo-intro-section p {
  max-width: 980px;
  color: #526177;
  line-height: 1.7;
}
.seo-inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
.seo-inline-links a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 8px;
  background: #eef5ff;
  color: #0d47a1;
  font-weight: 800;
}
.seo-answer-box {
  position: relative;
  z-index: 4;
  margin: -28px 0 24px;
  padding: 22px 26px;
  border: 1px solid #dbe7f4;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(28,46,77,.12);
}
.seo-answer-box span {
  display: inline-flex;
  margin-bottom: 8px;
  color: #ff7417;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.seo-answer-box h2 {
  margin: 0 0 8px;
  color: #102447;
  font-size: 24px;
  font-weight: 800;
}
.seo-answer-box p {
  max-width: 1050px;
  margin: 0;
  color: #40516a;
  font-size: 15px;
  line-height: 1.7;
}
.seo-guide-links {
  margin: 0 0 22px;
  padding: 20px 22px;
  border: 1px solid #e1e8f0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(34,49,76,.05);
}
.seo-guide-links .seo-section__head {
  max-width: 760px;
  margin-bottom: 18px;
}
.seo-guide-links .seo-section__head h2 {
  font-size: 22px;
}
.seo-guide-links .seo-section__head p {
  margin: 0;
  font-size: 14px;
}
.city-cluster-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}
.city-cluster-grid a,
.city-cluster-grid__item {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  min-height: 58px;
  padding: 10px 12px;
  border: 1px solid #e5ecf3;
  border-radius: 8px;
  background: #fbfcfe;
  color: #102447;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.25;
}
.city-cluster-grid__item.is-active {
  border-color: #ffb17a;
  background: #fff7f0;
  color: #0d2b59;
  cursor: default;
}
.city-cluster-grid i {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #eef5ff;
  color: #0d47a1;
  font-size: 16px;
}
.city-cluster-grid__item.is-active i {
  background: #fff0e3;
  color: #ff7417;
}
.city-cluster-grid span {
  min-width: 0;
  overflow-wrap: anywhere;
}
.seo-trust-strip--hotels {
  margin-top: 0;
  margin-bottom: 24px;
}
.seo-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.seo-info-grid article {
  min-width: 0;
  padding: 18px;
  border: 1px solid #e5ecf3;
  border-radius: 8px;
  background: #fbfcfe;
}
.seo-mini-list,
.seo-mini-card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.seo-mini-list span,
.seo-mini-card-grid a,
.seo-mini-card-grid span {
  padding: 8px 10px;
  border-radius: 8px;
  background: #eef5ff;
  color: #0d47a1;
  font-weight: 800;
  font-size: 13px;
}
.seo-itinerary-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 22px 0 0;
  padding: 22px 26px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(13, 71, 161, .96), rgba(5, 31, 72, .96));
  color: #fff;
}
.seo-itinerary-cta h2 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 23px;
}
.seo-itinerary-cta p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, .86);
  line-height: 1.6;
}
.seo-itinerary-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  min-width: 300px;
}
.seo-itinerary-cta__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 8px;
  background: #ff7417;
  color: #fff;
  font-weight: 800;
}
.seo-itinerary-cta__actions a + a {
  background: #fff;
  color: #0d47a1;
}
.seo-hotel-list,
.seo-timeline {
  display: grid;
  gap: 16px;
}
.seo-hotel-list article,
.seo-timeline article {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 20px;
  padding: 14px;
  border: 1px solid #e5ecf3;
  border-radius: 8px;
}
.seo-hotel-list img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 8px;
  background: #dbe4ef;
}
.seo-hotel-list h3,
.seo-timeline h3 {
  margin: 0 0 8px;
  color: #102447;
  font-weight: 800;
}
.seo-timeline article {
  grid-template-columns: 86px minmax(0, 1fr);
}
.seo-timeline article > span {
  display: grid;
  place-items: center;
  min-height: 62px;
  border-radius: 8px;
  background: #0d47a1;
  color: #fff;
  font-weight: 800;
}
.seo-timeline--detail article {
  grid-template-columns: 96px minmax(0, 1fr);
}
.seo-timeline--detail p {
  margin: 0 0 12px;
}
.seo-day-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}
.seo-day-meta small {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 9px;
  border-radius: 8px;
  background: #f2f6fb;
  color: #40516a;
  font-weight: 800;
}
.seo-table-wrap { overflow-x: auto; }
.seo-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
}
.seo-table th,
.seo-table td {
  padding: 13px 14px;
  border-bottom: 1px solid #edf1f6;
  text-align: left;
}
.seo-table th {
  background: #f2f6fb;
  color: #0d2b59;
}
.seo-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.seo-faq-grid details {
  border: 1px solid #e5ecf3;
  border-radius: 8px;
  background: #fbfcfe;
}
.seo-faq-grid summary {
  cursor: pointer;
  padding: 14px 16px;
  color: #102447;
  font-weight: 800;
}
.seo-faq-grid p { padding: 0 16px 16px; }
.seo-empty {
  grid-column: 1 / -1;
  padding: 28px;
  border: 1px dashed #c6d2df;
  border-radius: 8px;
  color: #40516a;
  text-align: center;
}

.city-package-hero {
  min-height: 500px;
  align-items: end;
  padding: 72px 0 96px;
}
.city-package-hero .seo-hero__shade {
  background:
    linear-gradient(90deg, rgba(5, 22, 44, .92), rgba(5, 22, 44, .58) 52%, rgba(5, 22, 44, .18)),
    linear-gradient(180deg, rgba(5, 22, 44, .18), rgba(5, 22, 44, .86));
}
.city-package-hero .seo-hero__grid {
  align-items: end;
  grid-template-columns: minmax(0, 1fr) 330px;
}
.city-package-hero h1 {
  max-width: 760px;
  font-size: 48px;
  letter-spacing: 0;
}
.city-package-hero p {
  max-width: 680px;
  font-size: 17px;
}
.city-package-hero .seo-badges span {
  min-height: 42px;
  padding: 10px 14px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.16);
  backdrop-filter: blur(10px);
}
.city-package-hero .seo-quote-card {
  padding: 22px;
  border: 1px solid rgba(255,255,255,.58);
  background: rgba(255,255,255,.92);
  box-shadow: 0 22px 60px rgba(0,0,0,.28);
}
.city-package-page {
  padding: 0 0 72px;
  background:
    linear-gradient(180deg, #eef3f8 0, #f8fafc 220px, #fff 100%);
}
.city-package-services {
  margin-top: -54px;
  margin-bottom: 0;
  border: 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(22, 38, 66, .14);
}
.city-package-services div {
  min-height: 92px;
  border-right: 1px solid #edf1f6;
}
.city-package-services div:last-child {
  border-right: 0;
}
.city-package-services i {
  background: #f0f7ff;
  color: #064da4;
}
.city-package-brief {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  margin: 28px 0 42px;
  padding: 0 0 28px;
  border: 0;
  border-bottom: 1px solid #dbe5ef;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.city-package-brief span {
  grid-row: 1 / 3;
  align-self: start;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 18px 20px;
  border-left: 4px solid #ff7417;
  border-radius: 0 8px 8px 0;
  background: #fff7f0;
  color: #c14f05;
  line-height: 1.35;
}
.city-package-brief h2 {
  grid-column: 2;
  font-size: 28px;
}
.city-package-brief p {
  grid-column: 2;
  max-width: 980px;
  font-size: 16px;
}
.city-package-reach {
  border-color: #dfe8f2;
  background: #fff;
}
.city-package-reach__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.city-package-reach__grid article {
  min-width: 0;
  padding: 20px;
  border: 1px solid #e5ecf3;
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #fbfcfe);
}
.city-package-reach__grid i {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 14px;
  border-radius: 8px;
  background: #eef5ff;
  color: #0d47a1;
  font-size: 24px;
}
.city-package-reach__grid article:nth-child(2) i {
  background: #fff0e6;
  color: #ff7417;
}
.city-package-reach__grid article:nth-child(3) i {
  background: #eaf7ef;
  color: #16803c;
}
.city-package-reach__grid h3 {
  margin: 0 0 8px;
  color: #102447;
  font-size: 18px;
  font-weight: 800;
}
.city-package-reach__grid p {
  margin: 0;
  color: #526177;
  font-size: 14px;
  line-height: 1.6;
}
.city-package-reach__grid ul {
  display: grid;
  gap: 6px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}
.city-package-reach__grid li {
  position: relative;
  padding-left: 16px;
  color: #243a5a;
  font-size: 13px;
  line-height: 1.45;
}
.city-package-reach__grid li::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #ff7417;
  content: "";
}
.city-package-route-panel--compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 14px;
}
.city-package-route-panel--compact > article {
  min-height: 100%;
}
.city-package-route-panel--compact .city-package-update-card,
.city-package-route-panel--compact .city-package-quick-links-card,
.city-package-route-panel--compact .city-package-hotel-compact-card {
  display: flex;
  flex-direction: column;
}
.city-package-route-panel--compact .seo-section__head {
  margin-bottom: 14px;
  text-align: left;
}
.city-package-route-panel--compact .seo-section__head h2 {
  margin-bottom: 6px;
  font-size: 22px;
  line-height: 1.2;
}
.city-package-route-panel--compact .seo-section__head p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.45;
}
.city-package-route-panel--compact .seo-update-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}
.city-package-route-panel--compact .seo-update-grid div {
  min-height: 112px;
  padding: 14px;
}
.city-package-quick-links-card {
  background: #fff;
}
.city-package-hotel-compact-card {
  background: #fff;
}
.city-package-hotel-list-compact {
  display: grid;
  gap: 8px;
  margin-top: 4px;
}
.city-package-hotel-list-compact div {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  min-width: 0;
}
.city-package-hotel-list-compact img,
.city-package-hotel-list-compact span {
  width: 42px;
  height: 34px;
  border-radius: 7px;
  object-fit: cover;
}
.city-package-hotel-list-compact span {
  display: grid;
  place-items: center;
  background: #eef5ff;
  color: #0d47a1;
}
.city-package-hotel-list-compact strong {
  min-width: 0;
  color: #102447;
  font-size: 12px;
  line-height: 1.3;
}
.city-package-card-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin-top: 12px;
  padding: 0 14px;
  border-radius: 7px;
  background: #0d47a1;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}
.city-package-conversion-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  margin: 0 0 24px;
  padding: 24px 26px;
  border-radius: 8px;
  background: linear-gradient(135deg, #0b2545, #123f73);
  color: #fff;
}
.city-package-conversion-band span {
  display: block;
  margin-bottom: 6px;
  color: #ffbf8e;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.city-package-conversion-band h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 800;
}
.city-package-conversion-band p {
  max-width: 760px;
  margin: 0;
  color: rgba(255,255,255,.84);
  line-height: 1.6;
}
.city-package-conversion-band > div:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}
.city-package-conversion-band a,
.city-package-conversion-band button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 0;
  border-radius: 7px;
  background: #ff7417;
  color: #fff;
  font-weight: 800;
}
.city-package-conversion-band a {
  background: #fff;
  color: #0d47a1;
}
.city-package-conversion-band a.city-package-whatsapp-cta {
  background: #16803c;
  color: #fff;
}
.city-package-conversion-band--bottom {
  margin-top: 4px;
}
.city-package-mobile-sticky-cta {
  display: none;
}
.city-package-page .seo-section {
  box-shadow: none;
}
.city-package-packages {
  padding: 0;
  border: 0;
  background: transparent;
}
.city-package-packages .seo-section__head {
  max-width: 840px;
  margin-bottom: 28px;
}
.city-package-packages .seo-section__head h2 {
  font-size: 32px;
}
.city-package-packages .seo-package-card {
  border: 1px solid #dfe8f2;
  box-shadow: 0 14px 34px rgba(25, 42, 70, .08);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.city-package-packages .seo-package-card:hover {
  transform: translateY(-3px);
  border-color: #b9cbe0;
  box-shadow: 0 20px 42px rgba(25, 42, 70, .14);
}
.city-package-packages .seo-package-card div {
  padding: 16px;
}
.city-package-route-panel,
.city-package-insight-grid {
  padding: 0;
  border: 0;
  background: transparent;
}
.city-package-route-panel article,
.city-package-insight-grid article {
  padding: 24px;
  border: 1px solid #dfe8f2;
  background: #fff;
  box-shadow: 0 12px 30px rgba(25, 42, 70, .06);
}
.city-package-route-panel article h2,
.city-package-insight-grid article h2 {
  display: flex;
  align-items: center;
  min-height: 48px;
  margin-bottom: 12px;
  font-size: 23px;
  line-height: 1.18;
}
.city-package-route-panel article p,
.city-package-insight-grid article p {
  min-height: 72px;
}
.city-package-route-panel article:first-child {
  grid-column: span 1;
  background: #0b2545;
}
.city-package-route-panel article:first-child h2,
.city-package-route-panel article:first-child p {
  color: #fff;
}
.city-package-route-panel article:first-child p {
  color: rgba(255,255,255,.82);
}
.city-package-route-panel article:first-child a {
  background: #ff7417;
}
.city-package-route-panel .seo-mini-list span,
.city-package-insight-grid .seo-mini-list span {
  background: #f2f6fb;
  color: #173b68;
}
.city-package-route-panel .seo-mini-list,
.city-package-insight-grid .seo-mini-list {
  align-content: start;
  min-height: 112px;
}
.city-package-route-panel .city-package-update-card {
  padding: 22px;
}
.city-package-update-card .seo-section__head {
  margin-bottom: 14px;
  text-align: center;
}
.city-package-route-panel .city-package-update-card .seo-section__head h2 {
  display: block;
  min-height: 0;
  margin-bottom: 6px;
  font-size: 22px;
  line-height: 1.2;
}
.city-package-update-card .seo-section__head p {
  min-height: 0;
  margin: 0;
  font-size: 13px;
}
.city-package-update-card .seo-update-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.city-package-update-card .seo-update-grid div {
  min-width: 0;
  padding: 14px;
  border: 1px solid #e5ecf3;
  border-radius: 8px;
  background: #f8fbff;
}
.city-package-update-card .seo-update-grid i {
  width: 34px;
  height: 34px;
  margin-bottom: 9px;
  font-size: 17px;
}
.city-package-update-card .seo-update-grid strong {
  display: block;
  margin-bottom: 5px;
  color: #102447;
  font-size: 13px;
  font-weight: 800;
}
.city-package-update-card .seo-update-grid span {
  display: block;
  color: #526177;
  font-size: 12px;
  line-height: 1.45;
}
.city-package-faq {
  padding: 34px;
  border-color: #dfe8f2;
  background: #fff;
}
.city-package-faq > h2 {
  margin-bottom: 18px;
  text-align: center;
  font-size: 30px;
}
.city-package-faq .seo-faq-grid details {
  background: #fff;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.city-package-faq .seo-faq-grid details[open],
.city-package-faq .seo-faq-grid details:hover {
  border-color: #b9cbe0;
  box-shadow: 0 10px 24px rgba(25, 42, 70, .08);
}
.city-package-faq .seo-faq-grid summary {
  display: flex;
  align-items: center;
  min-height: 54px;
}
.city-package-source-route .seo-section__head {
  max-width: 900px;
}
.city-package-internal-links {
  background: #fbfcfe;
}
.city-package-link-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}
.city-package-link-grid a {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 68px;
  padding: 12px;
  border: 1px solid #e5ecf3;
  border-radius: 8px;
  background: #fff;
  color: #102447;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
}
.city-package-link-grid i {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #eef5ff;
  color: #0d47a1;
  font-size: 19px;
}
.city-package-link-grid span {
  min-width: 0;
  overflow-wrap: anywhere;
}
.city-package-link-grid.city-package-link-grid--compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}
.city-package-link-grid.city-package-link-grid--compact a {
  min-height: 54px;
  padding: 10px 12px;
}

.route-guide-hero {
  position: relative;
  min-height: 460px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: #102447;
  color: #fff;
}
.route-guide-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.route-guide-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 19, 39, .9), rgba(4, 19, 39, .54) 56%, rgba(4, 19, 39, .18)),
    linear-gradient(180deg, rgba(4, 19, 39, .1), rgba(4, 19, 39, .8));
}
.route-guide-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 34px;
  align-items: center;
  padding-top: 42px;
  padding-bottom: 58px;
}
.route-guide-hero__grid > *,
.route-overview-card,
.route-mode-card,
.route-section,
.route-steps,
.route-cta {
  min-width: 0;
}
.route-guide-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: 44px;
  line-height: 1.12;
  font-weight: 800;
}
.route-guide-hero p {
  max-width: 690px;
  margin: 16px 0 0;
  color: rgba(255,255,255,.92);
  font-size: 17px;
  line-height: 1.7;
}
.route-guide-badges {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 850px;
  gap: 12px;
  margin-top: 28px;
}
.route-guide-badges span {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  min-height: 54px;
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  background: rgba(0,0,0,.2);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}
.route-guide-badges i {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(255, 116, 23, .14);
  color: #ff7417;
  font-size: 18px;
}
.route-overview-card {
  padding: 22px;
  border: 1px solid rgba(255,255,255,.54);
  border-radius: 8px;
  background: rgba(255,255,255,.95);
  color: #102447;
  box-shadow: 0 22px 56px rgba(0,0,0,.26);
}
.route-overview-card h2 {
  margin: 0 0 12px;
  color: #102447;
  font-size: 20px;
  font-weight: 800;
}
.route-overview-card ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.route-overview-card li {
  display: grid;
  grid-template-columns: 30px minmax(82px, .75fr) minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 12px 0;
  border-bottom: 1px solid #edf1f6;
  color: #40516a;
  font-size: 13px;
}
.route-overview-card li:last-child { border-bottom: 0; }
.route-overview-card i {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: #eef5ff;
  color: #0d47a1;
}
.route-overview-card span {
  font-weight: 800;
}
.route-overview-card strong {
  color: #102447;
  font-size: 13px;
  line-height: 1.4;
  min-width: 0;
  overflow-wrap: anywhere;
}
.route-guide-page {
  padding: 0 0 68px;
  background: linear-gradient(180deg, #f3f7fb 0, #fff 320px);
}
.route-steps {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: 220px repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: -36px 0 28px;
  border: 1px solid #dde7f1;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(25,42,70,.12);
  overflow: hidden;
}
.route-steps h2 {
  display: flex;
  align-items: center;
  min-height: 118px;
  margin: 0;
  padding: 22px 26px;
  color: #102447;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 800;
}
.route-steps article {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 118px;
  padding: 20px 24px;
  border-left: 1px solid #edf1f6;
}
.route-steps article > span {
  position: absolute;
  top: 16px;
  left: 20px;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #16803c;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}
.route-steps article:nth-of-type(2) > span { background: #ff7417; }
.route-steps article:nth-of-type(3) > span { background: #0d47a1; }
.route-steps article > i {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #eaf7ef;
  color: #16803c;
  font-size: 27px;
}
.route-steps article:nth-of-type(2) > i {
  background: #fff0e6;
  color: #ff7417;
}
.route-steps article:nth-of-type(3) > i {
  background: #eef5ff;
  color: #0d47a1;
}
.route-steps h3 {
  margin: 0 0 6px;
  color: #102447;
  font-size: 15px;
  font-weight: 800;
}
.route-steps p {
  margin: 0;
  color: #526177;
  font-size: 13px;
  line-height: 1.55;
}
.route-section {
  margin-bottom: 22px;
  padding: 24px;
  border: 1px solid #dfe8f2;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(25,42,70,.06);
}
.route-section__head {
  max-width: 780px;
  margin: 0 auto 20px;
  text-align: center;
}
.route-section__head--left {
  max-width: none;
  margin-left: 0;
  text-align: left;
}
.route-section h2,
.route-section__head h2 {
  margin: 0 0 8px;
  color: #102447;
  font-size: 25px;
  font-weight: 800;
}
.route-section__head p {
  margin: 0;
  color: #526177;
  line-height: 1.6;
}
.route-mode-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.route-mode-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 18px;
  border: 1px solid #e5ecf3;
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #fbfcfe);
}
.route-mode-card__head {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  margin-bottom: 14px;
}
.route-mode-card__head i {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 8px;
  background: #eaf7ef;
  color: #16803c;
  font-size: 27px;
}
.route-mode-card--train .route-mode-card__head i {
  background: #eef5ff;
  color: #0d47a1;
}
.route-mode-card--flight .route-mode-card__head i {
  background: #f5edff;
  color: #7636b8;
}
.route-mode-card h3 {
  margin: 0 0 4px;
  color: #102447;
  font-size: 18px;
  font-weight: 800;
}
.route-mode-card p {
  margin: 0;
  color: #526177;
  font-size: 12px;
  font-weight: 800;
}
.route-mode-card dl {
  display: grid;
  gap: 10px;
  margin: 0 0 16px;
}
.route-mode-card dl div {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 10px;
}
.route-mode-card dt {
  color: #102447;
  font-size: 12px;
  font-weight: 800;
}
.route-mode-card dd {
  margin: 0;
  color: #40516a;
  font-size: 13px;
  line-height: 1.45;
  min-width: 0;
  overflow-wrap: anywhere;
}
.route-mode-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin-top: auto;
  border-radius: 7px;
  background: #16803c;
  color: #fff;
  font-weight: 800;
}
.route-mode-card--train a { background: #0d47a1; }
.route-mode-card--flight a { background: #7636b8; }
.route-two-column,
.route-bottom-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  gap: 20px;
}
.route-table-wrap {
  overflow-x: auto;
}
.route-table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
}
.route-table th,
.route-table td {
  padding: 13px 14px;
  border-bottom: 1px solid #edf1f6;
  text-align: left;
  color: #40516a;
  font-size: 13px;
  overflow-wrap: anywhere;
}
.route-table th {
  background: #f2f6fb;
  color: #102447;
  font-weight: 800;
}
.route-table tr:last-child td {
  color: #102447;
  font-weight: 800;
}
.route-section small {
  display: block;
  margin-top: 12px;
  color: #667085;
}
.route-season-list {
  display: grid;
  gap: 10px;
}
.route-season-list article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid #e5ecf3;
  border-radius: 8px;
  background: #fbfcfe;
}
.route-season-list i,
.route-tip-grid i {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: #eef8ef;
  color: #16803c;
  font-size: 22px;
}
.route-season-list h3 {
  margin: 0 0 4px;
  color: #102447;
  font-size: 15px;
  font-weight: 800;
}
.route-season-list p {
  margin: 0;
  color: #526177;
  font-size: 13px;
  line-height: 1.45;
}
.route-tip-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}
.route-tip-grid article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  min-height: 82px;
  padding: 12px;
  border: 1px solid #e5ecf3;
  border-radius: 8px;
  background: #fbfcfe;
}
.route-tip-grid p {
  margin: 0;
  color: #40516a;
  font-size: 13px;
  line-height: 1.45;
}
.route-attraction-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}
.route-attraction-grid a {
  display: block;
  overflow: hidden;
  border: 1px solid #e5ecf3;
  border-radius: 8px;
  background: #fff;
  color: #102447;
  text-align: center;
}
.route-attraction-grid img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #dbe4ef;
}
.route-attraction-grid strong,
.route-attraction-grid span {
  display: block;
  padding: 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.route-attraction-grid strong {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 800;
}
.route-attraction-grid span {
  margin: 3px 0 10px;
  color: #526177;
  font-size: 12px;
}
.route-related-links .city-cluster-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.route-faq-list {
  display: grid;
  gap: 10px;
}
.route-faq-list details {
  border: 1px solid #e5ecf3;
  border-radius: 8px;
  background: #fbfcfe;
}
.route-faq-list summary {
  cursor: pointer;
  padding: 14px 16px;
  color: #102447;
  font-weight: 800;
}
.route-faq-list p {
  margin: 0;
  padding: 0 16px 16px;
  color: #526177;
  line-height: 1.6;
}
.route-cta {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-radius: 8px;
  background: #102447;
  color: #fff;
}
.route-cta img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.route-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(9,35,68,.92), rgba(9,35,68,.54));
}
.route-cta > div {
  position: relative;
  z-index: 1;
  max-width: 500px;
  padding: 28px;
}
.route-cta h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 800;
}
.route-cta p {
  margin: 0 0 18px;
  color: rgba(255,255,255,.88);
  line-height: 1.6;
}
.route-cta div div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.route-cta a,
.route-cta button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 0;
  border-radius: 7px;
  background: #ff7417;
  color: #fff;
  font-weight: 800;
}
.route-cta button {
  background: #fff;
  color: #0d47a1;
}
@media (max-width: 1100px) {
  .seo-package-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .seo-update-grid,
  .seo-area-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .seo-hotel-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .city-cluster-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .route-guide-badges,
  .route-tip-grid,
  .route-attraction-grid,
  .route-related-links .city-cluster-grid,
  .city-package-link-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .city-package-route-panel--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .city-package-link-grid--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .seo-hero__grid,
  .seo-trust-strip,
  .seo-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .seo-hero__grid { grid-template-columns: 1fr; padding-top: 34px; padding-bottom: 40px; }
  .seo-package-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .seo-split-card { grid-template-columns: 1fr; }
  .seo-itinerary-cta {
    align-items: flex-start;
    flex-direction: column;
  }
  .seo-itinerary-cta__actions {
    justify-content: flex-start;
    min-width: 0;
  }
  .city-package-hero {
    padding: 44px 0 82px;
  }
  .city-package-hero .seo-hero__grid,
  .city-package-brief {
    grid-template-columns: 1fr;
  }
  .city-package-brief {
    gap: 18px;
  }
  .city-package-brief span,
  .city-package-brief h2,
  .city-package-brief p {
    grid-column: 1;
    grid-row: auto;
  }
  .route-guide-hero__grid,
  .route-steps,
  .route-mode-grid,
  .route-two-column,
  .route-bottom-grid,
  .city-package-reach__grid,
  .city-package-route-panel--compact,
  .city-package-conversion-band {
    grid-template-columns: 1fr;
  }
  .city-package-conversion-band > div:last-child {
    justify-content: flex-start;
  }
  .route-guide-hero__grid {
    padding-top: 34px;
  }
  .route-steps h2,
  .route-steps article {
    min-height: 96px;
  }
  .route-steps article {
    border-left: 0;
    border-top: 1px solid #edf1f6;
  }
}
@media (max-width: 767px) {
  .seo-hero,
  .seo-hero--compact { min-height: 300px; }
  .seo-hero h1 { font-size: 34px; }
  .seo-hero p { font-size: 16px; }
  .seo-answer-box { padding: 18px; }
  .seo-answer-box h2 { font-size: 21px; }
  .seo-trust-strip,
  .seo-info-grid,
  .seo-package-grid,
  .seo-faq-grid,
  .seo-update-grid,
  .seo-area-grid,
  .seo-hotel-card-grid,
  .seo-hotel-list article,
  .seo-timeline article,
  .city-cluster-grid {
    grid-template-columns: 1fr;
  }
  .seo-section { padding: 20px; }
  .seo-comparison-table { min-width: 620px; }
  .seo-itinerary-cta {
    padding: 20px;
  }
  .seo-itinerary-cta h2 {
    font-size: 20px;
  }
  .seo-itinerary-cta__actions,
  .seo-itinerary-cta__actions a {
    width: 100%;
  }
  .city-package-hero {
    min-height: 420px;
    padding: 34px 0 76px;
  }
  .city-package-hero h1 {
    font-size: 34px;
  }
  .city-package-services {
    margin-top: -42px;
  }
  .city-package-services div {
    border-right: 0;
    border-bottom: 1px solid #edf1f6;
  }
  .city-package-services div:last-child {
    border-bottom: 0;
  }
  .city-package-brief {
    margin: 24px 0 34px;
    padding-bottom: 24px;
  }
  .city-package-brief h2,
  .city-package-packages .seo-section__head h2,
  .city-package-faq > h2 {
    font-size: 24px;
  }
  .route-guide-hero {
    min-height: auto;
  }
  .route-guide-hero__grid {
    gap: 20px;
    padding-top: 24px;
    padding-bottom: 42px;
  }
  .route-guide-hero h1 {
    font-size: 30px;
    line-height: 1.16;
    overflow-wrap: anywhere;
  }
  .route-guide-hero p {
    font-size: 15px;
    line-height: 1.55;
  }
  .route-guide-badges {
    gap: 8px;
    margin-top: 18px;
  }
  .route-guide-badges span {
    min-height: 46px;
    padding: 8px 10px;
    font-size: 12px;
  }
  .route-guide-badges,
  .route-tip-grid,
  .route-related-links .city-cluster-grid,
  .city-package-link-grid {
    grid-template-columns: 1fr;
  }
  .seo-hero-actions,
  .seo-hero-actions a,
  .seo-hero-actions button,
  .city-package-conversion-band a,
  .city-package-conversion-band button {
    width: 100%;
  }
  .city-package-page {
    padding-bottom: 86px;
  }
  .city-package-mobile-sticky-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 10px 12px;
    background: #fff;
    box-shadow: 0 -8px 24px rgba(34, 49, 76, .16);
  }
  .city-package-mobile-sticky-cta a {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-radius: 999px;
    color: #fff;
    font-weight: 800;
  }
  .city-package-mobile-sticky-cta a:first-child {
    background: #17345a;
  }
  .city-package-mobile-sticky-cta a:last-child {
    background: #0b6b57;
  }
  .route-attraction-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .route-overview-card,
  .route-section {
    padding: 16px;
  }
  .route-overview-card {
    padding: 16px;
    box-shadow: 0 14px 34px rgba(0,0,0,.18);
  }
  .route-overview-card li {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 7px 10px;
    padding: 10px 0;
  }
  .route-overview-card strong {
    grid-column: 2;
  }
  .route-section h2,
  .route-section__head h2 {
    font-size: 21px;
    line-height: 1.25;
    overflow-wrap: anywhere;
  }
  .route-steps {
    margin: 16px 0 18px;
    box-shadow: 0 10px 24px rgba(25,42,70,.08);
  }
  .route-steps h2 {
    min-height: auto;
    padding: 18px;
    font-size: 19px;
  }
  .route-steps article {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 12px;
    min-height: auto;
    padding: 16px 18px 16px 18px;
  }
  .route-steps article > span {
    top: 10px;
    left: 12px;
  }
  .route-steps article > i {
    width: 46px;
    height: 46px;
    font-size: 22px;
  }
  .route-mode-card dl div {
    grid-template-columns: 1fr;
    gap: 3px;
  }
  .route-mode-card {
    padding: 15px;
  }
  .route-mode-card__head {
    grid-template-columns: 46px minmax(0, 1fr);
  }
  .route-mode-card__head i {
    width: 46px;
    height: 46px;
    font-size: 23px;
  }
  .route-table {
    min-width: 0;
    border-collapse: separate;
    border-spacing: 0 10px;
  }
  .route-table thead {
    display: none;
  }
  .route-table,
  .route-table tbody,
  .route-table tr,
  .route-table td {
    display: block;
    width: 100%;
  }
  .route-table tr {
    padding: 12px;
    border: 1px solid #e5ecf3;
    border-radius: 8px;
    background: #fbfcfe;
  }
  .route-table td {
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr);
    gap: 10px;
    padding: 7px 0;
    border-bottom: 1px solid #edf1f6;
  }
  .route-table td:last-child {
    border-bottom: 0;
  }
  .route-table td:nth-child(1)::before { content: "Route"; }
  .route-table td:nth-child(2)::before { content: "Distance"; }
  .route-table td:nth-child(3)::before { content: "Travel Time"; }
  .route-table td::before {
    color: #102447;
    font-weight: 800;
  }
  .route-season-list article,
  .route-tip-grid article {
    grid-template-columns: 42px minmax(0, 1fr);
    min-height: auto;
  }
  .route-season-list i,
  .route-tip-grid i {
    width: 42px;
    height: 42px;
    font-size: 19px;
  }
  .route-attraction-grid strong {
    font-size: 12px;
  }
  .route-attraction-grid span {
    font-size: 11px;
  }
  .route-cta {
    min-height: 340px;
  }
  .route-cta > div {
    padding: 20px;
  }
  .route-cta h2 {
    font-size: 22px;
  }
  .route-cta a,
  .route-cta button {
    width: 100%;
  }
}
