.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-conversion-band--slim {
  gap: 18px;
  margin-top: 14px;
  margin-bottom: 0;
  padding: 16px 20px;
}
.city-package-conversion-band--slim span {
  margin-bottom: 3px;
  font-size: 10px;
}
.city-package-conversion-band--slim h2 {
  margin-bottom: 4px;
  font-size: 19px;
}
.city-package-conversion-band--slim p {
  font-size: 13px;
  line-height: 1.45;
}
.city-package-conversion-band--slim a,
.city-package-conversion-band--slim button {
  min-height: 38px;
  padding: 0 14px;
  font-size: 12px;
}
.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 {
  grid-template-columns: .95fr 1.15fr .95fr;
  align-items: start;
}
.city-package-route-panel article,
.city-package-insight-grid article {
  padding: 18px;
  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: 0;
  margin-bottom: 9px;
  font-size: 20px;
  line-height: 1.18;
}
.city-package-route-panel article p,
.city-package-insight-grid article p {
  min-height: 0;
  font-size: 14px;
  line-height: 1.5;
}
.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: 0;
}
.city-package-route-panel .city-package-update-card {
  padding: 18px;
}
.city-package-update-card .seo-section__head {
  margin-bottom: 10px;
  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: 8px;
}
.city-package-update-card .seo-update-grid div {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 9px;
  align-content: start;
  min-width: 0;
  padding: 10px;
  border: 1px solid #e5ecf3;
  border-radius: 8px;
  background: #f8fbff;
}
.city-package-update-card .seo-update-grid i {
  grid-row: 1 / span 2;
  width: 30px;
  height: 30px;
  margin: 0;
  font-size: 15px;
}
.city-package-update-card .seo-update-grid strong {
  display: block;
  margin: 0 0 3px;
  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.35;
}
.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%;
  }
}

/* Premium duration itinerary detail */
.itinerary-detail-hero {
  min-height: 510px;
  background: #071a33;
}
.itinerary-detail-hero .seo-hero__shade {
  background: linear-gradient(90deg, rgba(5, 20, 44, .95) 0%, rgba(8, 30, 61, .78) 55%, rgba(8, 30, 61, .3) 100%), linear-gradient(180deg, rgba(5, 20, 44, .08), rgba(5, 20, 44, .78));
}
.itinerary-detail-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 58px;
  align-items: center;
  padding-top: 46px;
  padding-bottom: 72px;
}
.itinerary-detail-hero__eyebrow,
.itinerary-detail-section-head > span,
.itinerary-final-cta span {
  display: block;
  margin: 0 0 9px;
  color: #ff7a1a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.itinerary-detail-hero h1 {
  max-width: 760px;
  font-size: clamp(38px, 4.2vw, 58px);
  letter-spacing: -.03em;
}
.itinerary-detail-hero .itinerary-detail-hero__summary {
  max-width: 660px;
  font-size: 17px;
  line-height: 1.65;
}
.itinerary-detail-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.itinerary-detail-hero__badges span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  backdrop-filter: blur(8px);
}
.itinerary-detail-hero__badges i { color: #ffb078; }
.itinerary-detail-quote {
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.66);
  border-radius: 16px;
  background: rgba(255,255,255,.97);
  box-shadow: 0 22px 55px rgba(0,0,0,.3);
  color: #102447;
}
.itinerary-detail-quote > span {
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.itinerary-detail-quote > strong {
  display: block;
  margin-top: 3px;
  color: #f15b24;
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: -.03em;
}
.itinerary-detail-quote > strong small { font-size: 22px; }
.itinerary-detail-quote > .itinerary-detail-quote__request { font-size: 31px; }
.itinerary-detail-quote > p {
  margin: 3px 0 16px;
  color: #64748b;
  font-size: 12px;
}
.itinerary-detail-quote ul {
  display: grid;
  gap: 9px;
  margin: 0 0 18px;
  padding: 16px 0;
  border-top: 1px solid #e7edf5;
  list-style: none;
}
.itinerary-detail-quote li {
  display: flex;
  gap: 9px;
  align-items: center;
  font-size: 13px;
  font-weight: 650;
}
.itinerary-detail-quote li i { color: #159447; }
.itinerary-detail-quote > a {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: linear-gradient(135deg, #f36a21, #ff8a1c);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(243,106,33,.25);
}
.itinerary-detail-quote > .itinerary-detail-quote__call {
  min-height: auto;
  margin-top: 13px;
  gap: 7px;
  background: none;
  box-shadow: none;
  color: #0d47a1;
  font-size: 13px;
}
.itinerary-detail-page { padding-bottom: 76px; }
.itinerary-detail-facts {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: -34px;
  overflow: hidden;
  border: 1px solid #dfe7f0;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(18,43,78,.12);
}
.itinerary-detail-facts > div {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 94px;
  padding: 17px 20px;
  border-right: 1px solid #e8edf3;
}
.itinerary-detail-facts > div:last-child { border-right: 0; }
.itinerary-detail-facts i {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 11px;
  background: #eef5ff;
  color: #0d47a1;
  font-size: 19px;
}
.itinerary-detail-facts span { color: #65748a; font-size: 12px; line-height: 1.45; }
.itinerary-detail-facts strong { display: block; color: #102447; font-size: 14px; }
.itinerary-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 26px;
  align-items: start;
  padding-top: 42px;
}
.itinerary-detail-section-head { margin-bottom: 20px; }
.itinerary-detail-section-head h2 {
  margin: 0;
  color: #102447;
  font-size: clamp(25px, 2.5vw, 34px);
  font-weight: 800;
  letter-spacing: -.025em;
}
.itinerary-detail-section-head p {
  max-width: 720px;
  margin: 8px 0 0;
  color: #64748b;
  font-size: 14px;
}
.itinerary-day-list { display: grid; gap: 18px; }
.itinerary-day-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #dde6f0;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 7px 22px rgba(23,50,83,.06);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.itinerary-day-card:hover {
  transform: translateY(-2px);
  border-color: #bdcee2;
  box-shadow: 0 14px 34px rgba(23,50,83,.1);
}
.itinerary-day-card__content { min-width: 0; padding: 22px; }
.itinerary-day-card__content header {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}
.itinerary-day-card__number {
  display: grid;
  min-height: 52px;
  place-items: center;
  border-radius: 10px;
  background: linear-gradient(145deg, #0b3f91, #062e70);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(13,71,161,.2);
}
.itinerary-day-card h3 {
  margin: 0 0 5px;
  color: #102447;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 800;
}
.itinerary-day-card__route {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #607086;
  font-size: 12px;
  font-weight: 700;
}
.itinerary-day-card__route i { color: #f36a21; }
.itinerary-day-card__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 16px 0 13px;
}
.itinerary-day-card__facts span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 9px;
  border-radius: 7px;
  background: #f1f5fa;
  color: #42526a;
  font-size: 11px;
  font-weight: 750;
}
.itinerary-day-card__facts i { color: #0d47a1; font-size: 13px; }
.itinerary-day-card__summary {
  margin: 0 0 13px;
  color: #4e5f75;
  font-size: 13px;
  line-height: 1.7;
}
.itinerary-day-card__places { display: flex; flex-wrap: wrap; gap: 6px; }
.itinerary-day-card__places a {
  padding: 6px 9px;
  border: 1px solid #d9e7fb;
  border-radius: 7px;
  background: #f5f9ff;
  color: #0d47a1;
  font-size: 10px;
  font-weight: 800;
}
.itinerary-day-card__places a:hover { border-color: #0d47a1; background: #0d47a1; color: #fff; }
.itinerary-day-card__details { margin-top: 14px; border-top: 1px solid #e9eef5; }
.itinerary-day-card__details summary {
  display: flex;
  padding-top: 12px;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  color: #0d47a1;
  font-size: 12px;
  font-weight: 800;
  list-style: none;
}
.itinerary-day-card__details summary::-webkit-details-marker { display: none; }
.itinerary-day-card__details[open] summary i { transform: rotate(180deg); }
.itinerary-day-card__details p { margin: 11px 0 0; color: #526177; font-size: 13px; line-height: 1.7; }
.itinerary-day-card__media {
  position: relative;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  background: #dce7f3;
}
.itinerary-day-card__media img { width: 100%; height: 100%; min-height: 260px; object-fit: cover; transition: transform .35s ease; }
.itinerary-day-card:hover .itinerary-day-card__media img { transform: scale(1.035); }
.itinerary-day-card__media::after { position: absolute; inset: auto 0 0; height: 45%; background: linear-gradient(transparent, rgba(5,20,44,.75)); content: ""; }
.itinerary-day-card__media figcaption {
  position: absolute;
  z-index: 1;
  right: 12px;
  bottom: 10px;
  left: 12px;
  color: #fff;
  font-size: 11px;
  font-weight: 750;
}
.itinerary-detail-note {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  margin-top: 18px;
  padding: 17px;
  border: 1px solid #fed7aa;
  border-radius: 12px;
  background: #fff8ed;
}
.itinerary-detail-note > i { color: #ea580c; font-size: 23px; }
.itinerary-detail-note strong { color: #8a3a0d; font-size: 13px; }
.itinerary-detail-note p { margin: 3px 0 0; color: #785237; font-size: 11px; line-height: 1.65; }
.itinerary-detail-sidebar { position: sticky; top: 86px; display: grid; gap: 14px; }
.itinerary-side-card {
  padding: 18px;
  border: 1px solid #dfe7f0;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(23,50,83,.05);
}
.itinerary-side-card h2 {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 0 0 13px;
  color: #102447;
  font-size: 16px;
  font-weight: 800;
}
.itinerary-side-card h2 > i { color: #0d47a1; }
.itinerary-side-card ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.itinerary-side-card li { display: grid; grid-template-columns: 17px minmax(0, 1fr); gap: 7px; color: #4c5c71; font-size: 11px; line-height: 1.45; }
.itinerary-side-card--included li i { color: #159447; }
.itinerary-side-card--excluded li i { color: #e5484d; }
.itinerary-side-card--season { background: linear-gradient(135deg, #fff8eb, #fff); }
.itinerary-side-card--season h2 > i { color: #f36a21; }
.itinerary-side-card--season p { margin: 0 0 10px; color: #5b6473; font-size: 12px; line-height: 1.6; }
.itinerary-side-card--season a { color: #0d47a1; font-size: 11px; font-weight: 800; }
.itinerary-side-cta {
  padding: 21px;
  overflow: hidden;
  border-radius: 13px;
  background: linear-gradient(145deg, #0d47a1, #062b69);
  box-shadow: 0 16px 30px rgba(13,71,161,.2);
  color: #fff;
}
.itinerary-side-cta > span { color: #8fc0ff; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.itinerary-side-cta h2 { margin: 5px 0 7px; color: #fff; font-size: 19px; }
.itinerary-side-cta p { margin: 0 0 15px; color: #d9e8ff; font-size: 11px; line-height: 1.55; }
.itinerary-side-cta a { display: flex; min-height: 42px; gap: 7px; align-items: center; justify-content: center; border-radius: 8px; background: #17a751; color: #fff; font-size: 12px; font-weight: 800; }
.itinerary-related,
.itinerary-faq { padding-top: 56px; }
.itinerary-related__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 17px; }
.itinerary-package-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #dfe7f0;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 7px 22px rgba(23,50,83,.06);
}
.itinerary-package-card__image { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; background: #dce7f3; }
.itinerary-package-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.itinerary-package-card:hover img { transform: scale(1.04); }
.itinerary-package-card__image > span { position: absolute; top: 10px; left: 10px; padding: 5px 8px; border-radius: 6px; background: #0d47a1; color: #fff; font-size: 9px; font-weight: 800; }
.itinerary-package-card > div { padding: 14px; }
.itinerary-package-card h3 { min-height: 42px; margin: 0 0 7px; font-size: 15px; line-height: 1.35; font-weight: 800; }
.itinerary-package-card h3 a { color: #102447; }
.itinerary-package-card p { min-height: 34px; margin: 0 0 12px; color: #6b788b; font-size: 10px; }
.itinerary-package-card p i { margin-right: 5px; color: #f36a21; }
.itinerary-package-card__footer { display: flex; gap: 10px; align-items: center; justify-content: space-between; }
.itinerary-package-card__footer strong { color: #f15b24; font-size: 15px; }
.itinerary-package-card__footer strong small { display: block; color: #8793a3; font-size: 8px; text-transform: uppercase; }
.itinerary-package-card__footer > a { padding: 8px 11px; border-radius: 7px; background: #0d47a1; color: #fff; font-size: 10px; font-weight: 800; }
.itinerary-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-top: 54px;
  padding: 28px 30px;
  border-radius: 16px;
  background: linear-gradient(130deg, #061d3c, #0d47a1 70%, #1261c7);
  box-shadow: 0 18px 40px rgba(6,29,60,.18);
  color: #fff;
}
.itinerary-final-cta h2 { margin: 0 0 5px; color: #fff; font-size: 27px; }
.itinerary-final-cta p { margin: 0; color: #dceaff; font-size: 12px; }
.itinerary-final-cta > div:last-child { display: flex; gap: 10px; }
.itinerary-final-cta a { display: flex; min-height: 46px; padding: 0 19px; gap: 7px; align-items: center; justify-content: center; border-radius: 9px; background: #ff7417; color: #fff; font-size: 12px; font-weight: 800; }
.itinerary-final-cta a:last-child { background: #fff; color: #0d47a1; }
.itinerary-mobile-actions { display: none; }

@media (max-width: 1100px) {
  .itinerary-detail-layout { grid-template-columns: minmax(0, 1fr) 290px; }
  .itinerary-day-card { grid-template-columns: minmax(0, 1fr) 250px; }
}
@media (max-width: 991px) {
  .itinerary-detail-hero__grid { grid-template-columns: 1fr; gap: 28px; padding-top: 48px; }
  .itinerary-detail-quote { max-width: 520px; }
  .itinerary-detail-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .itinerary-detail-facts > div:nth-child(2) { border-right: 0; }
  .itinerary-detail-facts > div:nth-child(-n+2) { border-bottom: 1px solid #e8edf3; }
  .itinerary-detail-layout { grid-template-columns: 1fr; }
  .itinerary-detail-sidebar { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .itinerary-related__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
  .itinerary-detail-hero { min-height: auto; }
  .itinerary-detail-hero__grid { padding-top: 34px; padding-bottom: 72px; }
  .itinerary-detail-hero h1 { font-size: 34px; }
  .itinerary-detail-hero .itinerary-detail-hero__summary { font-size: 14px; }
  .itinerary-detail-hero__badges { gap: 7px; }
  .itinerary-detail-hero__badges span { padding: 7px 9px; font-size: 10px; }
  .itinerary-detail-quote { padding: 20px; }
  .itinerary-detail-facts { grid-template-columns: 1fr; margin-top: -28px; }
  .itinerary-detail-facts > div { min-height: 76px; padding: 13px 16px; border-right: 0; border-bottom: 1px solid #e8edf3; }
  .itinerary-detail-facts > div:last-child { border-bottom: 0; }
  .itinerary-detail-layout { padding-top: 32px; }
  .itinerary-detail-section-head h2 { font-size: 25px; }
  .itinerary-day-card { grid-template-columns: 1fr; }
  .itinerary-day-card__content { padding: 18px; }
  .itinerary-day-card__content header { grid-template-columns: 56px minmax(0, 1fr); gap: 11px; }
  .itinerary-day-card h3 { font-size: 17px; }
  .itinerary-day-card__media { grid-row: 1; min-height: 210px; }
  .itinerary-day-card__media img { min-height: 210px; max-height: 240px; }
  .itinerary-detail-sidebar { grid-template-columns: 1fr; }
  .itinerary-related,
  .itinerary-faq { padding-top: 42px; }
  .itinerary-related__grid { grid-template-columns: 1fr; }
  .itinerary-final-cta { grid-template-columns: 1fr; padding: 23px 20px; }
  .itinerary-final-cta > div:last-child { display: grid; grid-template-columns: 1fr 1fr; }
  .itinerary-mobile-actions {
    position: fixed;
    z-index: 999;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: .8fr 1fr 1.2fr;
    padding: 8px max(10px, env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left));
    gap: 7px;
    border-top: 1px solid #dce4ed;
    background: rgba(255,255,255,.97);
    box-shadow: 0 -8px 26px rgba(15,35,64,.14);
    backdrop-filter: blur(10px);
  }
  .itinerary-mobile-actions a { display: flex; min-height: 42px; gap: 5px; align-items: center; justify-content: center; border-radius: 7px; background: #eef4fb; color: #0d47a1; font-size: 10px; font-weight: 800; }
  .itinerary-mobile-actions a:nth-child(2) { background: #eaf9f0; color: #13853e; }
  .itinerary-mobile-actions a:last-child { background: #ff7417; color: #fff; }
  .itinerary-detail-page { padding-bottom: 118px; }
}
