@font-face {
  font-family: "New Hero";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/new-hero-regular.woff2") format("woff2");
}

.mt-home-primary-button {
  align-items: center;
  background: var(--mt-tomato);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 10px 26px rgba(240, 95, 80, 0.3);
  color: #fff;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  min-height: 48px;
  padding: 14px 26px;
  transition: background 0.2s ease, transform 0.2s ease;
}

.mt-home-primary-button:hover {
  background: var(--mt-tomato-hover);
  transform: translateY(-1px);
}

.mt-home-primary-button--light {
  background: #fff;
  color: var(--mt-blue);
}

.mt-home-primary-button--light:hover {
  background: var(--mt-cream);
}

/* Desktop V2 homepage parity: hero/header, trust, CTA and dialogs. */
.mt-country-desktop .mt-home-primary-button {
  align-items: center;
  background: var(--cta-grad-light);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 10px 26px rgba(240, 86, 42, 0.45);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  min-height: 48px;
  padding: 14px 26px;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.mt-country-desktop .mt-home-primary-button:hover {
  background: var(--cta-grad-hover);
  transform: translateY(-2px);
}

.mt-country-desktop .mt-home-stars {
  color: #ffc24b;
  display: block;
  letter-spacing: 1.5px;
  line-height: 1;
}

.mt-country-desktop__sticky-header {
  left: max(48px, calc((100vw - 1440px) / 2 + 48px));
  position: absolute;
  top: 24px;
  z-index: 120;
}

.mt-country-desktop__brand {
  display: inline-flex;
}

.mt-country-desktop__brand img {
  display: block;
  height: 112px;
  object-fit: contain;
  width: 112px;
}

.mt-country-desktop__brand small {
  display: none;
}

@media (min-width: 900px) and (orientation: landscape), (min-width: 1200px) {
  .mt-country-desktop__hero {
    height: 100vh;
    margin-top: 0;
    min-height: 100vh;
    overflow: hidden;
  }

  .mt-country-desktop__hero-slides,
  .mt-country-desktop__hero-slide {
    height: 100%;
  }

  .mt-country-desktop__hero-frame {
    bottom: 0;
    display: block;
    left: 0;
    margin: 0 auto;
    max-width: 1280px;
    right: 0;
    width: 100%;
    z-index: 3;
  }

  .mt-country-desktop__hero .mt-home-hero__content {
    animation: mt-home-rise 0.8s cubic-bezier(0.2, 0.7, 0.2, 1) both;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 48px 116px;
    position: absolute;
    right: 0;
    z-index: 3;
  }

  .mt-country-desktop__hero-copy {
    color: #fff;
    max-width: none;
  }

  .mt-country-desktop__hero-copy h1 {
    color: #fff;
    font-family: var(--mt-serif);
    font-size: clamp(50px, 6.2vw, 74px);
    font-weight: 700;
    line-height: 1.02;
    margin: 0;
    max-width: 780px;
    text-shadow: 0 2px 28px rgba(0, 0, 0, 0.38);
  }

  .mt-country-desktop__hero .mt-home-hero__subline {
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(19px, 1.9vw, 25px);
    line-height: 1.45;
    margin: 18px 0 0;
    max-width: 560px;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.34);
  }

  .mt-country-desktop__plan-card {
    bottom: 96px;
    position: absolute;
    right: 48px;
    z-index: 4;
  }
}

.mt-country-desktop .mt-home-press {
  border-bottom: 1px solid var(--mt-border);
  border-top: 1px solid var(--mt-border);
  font-size: 14px;
  line-height: 20px;
  padding: 38px 0;
}

.mt-country-desktop .mt-home-press > p {
  color: var(--mt-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 18px;
  margin: 0 0 20px;
  text-align: center;
  text-transform: uppercase;
}

.mt-country-desktop .mt-home-press__mask {
  height: 38px;
  overflow: hidden;
}

.mt-country-desktop .mt-home-press__track {
  align-items: center;
  animation: mt-home-marquee 24s linear infinite;
  display: flex;
  gap: 58px;
  height: 38px;
  line-height: 20px;
  width: max-content;
}

.mt-country-desktop .mt-home-press__track img {
  flex: none;
  height: 38px;
  object-fit: contain;
  width: 160px;
}

.mt-country-desktop .mt-home-press__asset-logo,
.mt-country-desktop .mt-home-press__fallback-logo {
  height: 38px;
  line-height: 38px;
}

.mt-country-desktop .mt-home-final-cta {
  background: linear-gradient(180deg, #fffdf8 0%, #f6f1ea 100%);
  border-top: 1px solid var(--mt-warm-border);
  color: var(--mt-text);
  font-size: 14px;
  line-height: 20px;
  padding: 70px 24px 58px;
  text-align: center;
}

.mt-country-desktop .mt-home-final-cta > div {
  margin: 0 auto;
  max-width: 860px;
}

.mt-country-desktop .mt-home-final-cta h2 {
  color: var(--mt-blue);
  font-family: var(--mt-serif);
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.08;
  margin: 0;
}

.mt-country-desktop .mt-home-final-cta p {
  color: #5f6874;
  font-size: 18px;
  line-height: 1.55;
  margin: 14px auto 26px;
  max-width: 620px;
}

.mt-country-desktop .mt-home-final-cta .mt-home-primary-button {
  font-size: 14px;
  line-height: 20px;
  min-height: 48px;
}

.mt-country-desktop .mt-home-final-cta__trust-line {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  line-height: 20px;
  margin: 22px auto 0;
}

.mt-country-desktop .mt-home-final-cta__trust-badge {
  display: inline-flex;
  font-size: 13px;
  line-height: 20px;
  min-height: 38px;
}

.mt-country-desktop__guide-section {
  background:
    linear-gradient(180deg, #fffdf8 0%, #f6f1ea 100%);
  border-bottom: 1px solid var(--mt-warm-border);
  border-top: 1px solid var(--mt-warm-border);
  display: block;
  padding: 78px 48px;
}

.mt-country-desktop__guide-inner {
  align-items: center;
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
  margin: 0 auto;
  max-width: 1180px;
}

.mt-country-desktop__guide-copy {
  max-width: 650px;
}

.mt-country-desktop__guide-copy h2 {
  color: var(--mt-blue);
  font-family: var(--mt-serif);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 700;
  line-height: 1.08;
  margin: 0;
}

.mt-country-desktop__guide-copy p:not(.mt-country-desktop__eyebrow) {
  color: #5f6874;
  font-size: 18px;
  line-height: 1.62;
  margin: 18px 0 0;
  max-width: 590px;
}

.mt-country-desktop__guide-checks {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 26px 0 30px;
  padding: 0;
}

.mt-country-desktop__guide-checks li {
  align-items: center;
  color: rgba(31, 43, 58, 0.9);
  display: flex;
  font-size: 16px;
  font-weight: 700;
  gap: 10px;
}

.mt-country-desktop__guide-checks li::before {
  align-items: center;
  background: rgba(123, 227, 174, 0.18);
  border-radius: 50%;
  color: #1f8a5b;
  content: "✓";
  display: inline-flex;
  flex: none;
  font-size: 12px;
  font-weight: 800;
  height: 22px;
  justify-content: center;
  width: 22px;
}

.mt-country-desktop__guide-profile {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(25, 60, 110, 0.08);
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(25, 60, 110, 0.11);
  color: var(--mt-text);
  display: grid;
  justify-items: center;
  margin: 0;
  max-width: none;
  padding: 30px;
  text-align: center;
}

/* Desktop Hero V2: calm conversion entry, no mini configurator. */
@media (min-width: 981px) {
  .mt-country-desktop__hero .mt-home-hero__content {
    max-width: 1280px;
    padding-bottom: 132px;
  }

  .mt-country-desktop__hero-copy h1 {
    max-width: 820px;
  }

  .mt-country-desktop__hero-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
  }

  .mt-country-desktop__hero-primary {
    min-height: 54px;
    padding: 16px 28px;
  }

  .mt-country-desktop__hero-secondary {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 15px;
    font-weight: 800;
    justify-content: center;
    min-height: 50px;
    padding: 14px 22px;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.34);
    transition:
      background 0.2s ease,
      border-color 0.2s ease,
      transform 0.2s ease;
  }

  .mt-country-desktop__hero-secondary:hover,
  .mt-country-desktop__hero-secondary:focus-visible {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.78);
    transform: translateY(-1px);
  }

  .mt-country-desktop__hero-location-label {
    bottom: 34px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    position: absolute;
    right: max(48px, calc((100vw - 1280px) / 2 + 48px));
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    z-index: 4;
  }

  .mt-country-desktop__hero-location-label span {
    border-left: 2px solid rgba(255, 255, 255, 0.62);
    display: inline-block;
    padding-left: 12px;
  }

  .mt-country-desktop__plan-card {
    display: none;
  }
}

.mt-country-desktop__guide-profile img,
.mt-country-desktop__guide-profile > span {
  border-radius: 50%;
  height: 148px;
  margin: 0 0 18px;
  object-fit: cover;
  width: 148px;
}

.mt-country-desktop__guide-profile > span {
  align-items: center;
  background: var(--mt-blue);
  color: #fff;
  display: inline-flex;
  font-size: 46px;
  font-weight: 800;
  justify-content: center;
}

.mt-country-desktop__guide-profile strong {
  color: var(--mt-blue);
  display: block;
  font-size: 21px;
  line-height: 1.2;
}

.mt-country-desktop__guide-profile small {
  color: var(--mt-muted);
  display: block;
  font-size: 13px;
  line-height: 1.4;
  margin-top: 5px;
}

.mt-country-desktop__guide-profile blockquote {
  border-left: 3px solid var(--mt-tomato);
  color: #23303f;
  font-family: var(--mt-serif);
  font-size: 19px;
  line-height: 1.5;
  margin: 24px 0 0;
  padding-left: 16px;
  text-align: left;
}

.mt-home-reviews {
  background: var(--mt-cream);
  padding: 80px 48px;
}

.mt-home-reviews__inner {
  margin: 0 auto;
  max-width: 1180px;
}

.mt-home-reviews__top {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 1fr 1.45fr;
  margin-bottom: 24px;
}

.mt-home-rating-card,
.mt-home-safety-card,
.mt-home-review-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 6px 22px rgba(25, 60, 110, 0.07);
}

.mt-home-rating-card {
  color: var(--mt-text);
  display: block;
  min-width: 0;
  padding: 28px;
  text-decoration: none;
}

.mt-home-rating-card div {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.mt-home-rating-card strong {
  color: var(--mt-blue);
  font-size: 42px;
  line-height: 0.95;
}

.mt-home-rating-card img {
  height: 86px;
  object-fit: contain;
  width: 86px;
}

.mt-home-rating-card small {
  color: var(--mt-muted);
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-top: 12px;
  text-transform: uppercase;
  white-space: nowrap;
}

.mt-home-rating-card em {
  color: var(--mt-green);
  display: block;
  font-style: normal;
  font-weight: 800;
  margin-top: 4px;
}

.mt-home-rating-card b {
  color: var(--mt-tomato);
  display: block;
  font-size: 13px;
  line-height: 1.25;
  margin-top: 16px;
  white-space: nowrap;
}

.mt-home-safety-card {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 42%),
    linear-gradient(135deg, #173862 0%, #1d4d86 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 42px rgba(25, 60, 110, 0.16);
  color: #fff;
  display: grid;
  gap: 18px;
  min-height: 100%;
  overflow: visible;
  padding: 30px;
}

.mt-home-safety-card .mt-home-eyebrow {
  color: #f7a99e;
  margin-bottom: 0;
}

.mt-home-safety-card__grid {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
}

.mt-home-safety-card__grid span {
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  display: flex;
  font-size: 16.5px;
  font-weight: 700;
  gap: 12px;
  line-height: 1.38;
  min-width: 0;
  padding: 13px 14px;
}

.mt-home-safety-card__grid span::before,
.mt-home-check-list li::before {
  align-items: center;
  background: rgba(123, 227, 174, 0.18);
  border-radius: 50%;
  color: #1f8a5b;
  content: "✓";
  display: inline-flex;
  flex: none;
  font-size: 12px;
  font-weight: 800;
  height: 22px;
  justify-content: center;
  width: 22px;
}

.mt-home-safety-card__grid span::before {
  color: #7be3ae;
}

.mt-home-review-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.mt-home-review-card {
  color: var(--mt-text);
  display: flex;
  flex-direction: column;
  min-height: 360px;
  overflow: hidden;
  padding: 26px;
  text-align: left;
}

.mt-home-review-card__head {
  align-items: flex-start;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  min-height: 64px;
}

.mt-home-review-card__photo {
  background: var(--mt-cream);
  border-radius: 50%;
  flex: none;
  height: 64px;
  overflow: hidden;
  width: 64px;
}

.mt-home-review-card__photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.mt-home-review-card__photo span {
  align-items: center;
  background: var(--mt-blue);
  color: #fff;
  display: flex;
  font-size: 21px;
  font-weight: 800;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.mt-home-review-card__person {
  display: grid;
  gap: 3px;
  margin-top: 16px;
}

.mt-home-review-card__person strong {
  color: var(--mt-blue);
  font-size: 16px;
}

.mt-home-review-card__person small {
  color: var(--mt-muted);
  font-size: 13px;
  line-height: 1.35;
}

.mt-home-review-card__meta {
  align-items: end;
  display: grid;
  gap: 7px;
  justify-items: end;
  margin-left: auto;
  padding: 0;
}

.mt-home-review-card__meta .mt-home-stars {
  font-size: 13px;
}

.mt-home-review-card__meta img {
  height: 72px;
  object-fit: contain;
  object-position: right center;
  width: 116px;
}

.mt-home-review-card__meta img[alt="Google"] {
  width: 78px;
}

.mt-home-review-card blockquote {
  border-left: 3px solid var(--mt-tomato);
  color: #23303f;
  flex: 1;
  font-family: var(--mt-serif);
  font-size: 19px;
  line-height: 1.48;
  margin: 20px 0;
  padding-left: 16px;
}

.mt-home-review-card button {
  background: transparent;
  border: 0;
  border-top: 1px solid var(--mt-warm-border);
  color: var(--mt-tomato);
  cursor: pointer;
  display: block;
  font-weight: 700;
  margin: auto 0 0;
  padding: 16px 0 20px;
  text-align: left;
  width: 100%;
}

.mt-home-press {
  border-bottom: 1px solid var(--mt-border);
  border-top: 1px solid var(--mt-border);
  padding: 38px 0;
}

.mt-home-press > p {
  color: var(--mt-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin: 0 0 20px;
  text-align: center;
  text-transform: uppercase;
}

.mt-home-press__mask {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}

.mt-home-press__track {
  align-items: center;
  animation: mt-home-marquee 24s linear infinite;
  display: flex;
  gap: 58px;
  width: max-content;
}

.mt-home-press:hover .mt-home-press__track {
  animation-play-state: paused;
}

.mt-home-press__track img {
  flex: none;
  height: 38px;
  object-fit: contain;
  width: 160px;
}

.mt-home-press__fallback-logo {
  align-items: center;
  color: var(--mt-blue);
  display: inline-flex;
  flex: none;
  font-family: var(--mt-serif);
  font-size: 23px;
  font-weight: 700;
  height: 38px;
  justify-content: center;
  min-width: 160px;
  white-space: nowrap;
}

.mt-home-press__asset-logo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  flex: none;
  height: 38px;
  width: 180px;
}

.mt-home-press__track img[alt="Handelsblatt"],
.mt-home-press__track img[alt="Süddeutsche Zeitung"] {
  height: 38px;
  width: 180px;
}

.mt-home-press__track img[alt="n-tv"] {
  height: 38px;
  width: 130px;
}

.mt-home-final-cta {
  background:
    linear-gradient(180deg, #fffdf8 0%, #f6f1ea 100%);
  border-top: 1px solid var(--mt-warm-border);
  color: var(--mt-text);
  padding: 70px 24px 58px;
  text-align: center;
}

.mt-home-final-cta > div {
  margin: 0 auto;
  max-width: 860px;
}

.mt-home-final-cta h2 {
  color: var(--mt-blue);
}

.mt-home-final-cta p {
  color: #5f6874;
  font-size: 18px;
  line-height: 1.55;
  margin: 14px auto 26px;
  max-width: 620px;
}

.mt-home-final-cta__trust-line {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 22px auto 0;
}

.mt-home-final-cta__trust-badge {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(25, 60, 110, 0.1);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(25, 60, 110, 0.07);
  color: var(--mt-blue);
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 7px;
  min-height: 38px;
  padding: 8px 13px;
  text-decoration: none;
  white-space: nowrap;
}

.mt-home-final-cta__trust-badge img {
  height: 22px;
  object-fit: contain;
  width: 22px;
}

.mt-home-final-cta__trust-badge strong {
  color: var(--mt-blue);
  font-family: var(--mt-serif);
  font-size: 18px;
  line-height: 1;
}

.mt-home-final-cta__trust-badge i {
  align-items: center;
  background: rgba(31, 138, 91, 0.12);
  border-radius: 50%;
  color: var(--mt-green);
  display: inline-flex;
  font-style: normal;
  height: 22px;
  justify-content: center;
  width: 22px;
}

.mt-home-overlay {
  animation: mt-home-overlay-in 0.24s ease both;
  background: rgba(15, 32, 60, 0.56);
  inset: 0;
  position: fixed;
  z-index: 180;
}

.mt-home-overlay.is-closing {
  animation: mt-home-overlay-out 0.26s ease both;
}

.mt-home-drawer {
  animation: mt-home-drawer-in 0.3s cubic-bezier(0.2, 0.7, 0.2, 1) both;
  background: #fffdf9;
  bottom: 0;
  box-shadow: -20px 0 60px rgba(15, 32, 60, 0.25);
  max-width: none;
  overscroll-behavior: contain;
  overflow-y: auto;
  position: fixed;
  right: 0;
  scrollbar-gutter: stable;
  top: 0;
  width: min(660px, 92vw);
}

.mt-home-drawer.is-closing {
  animation: mt-home-drawer-out 0.26s ease both;
}

.mt-home-bottom-sheet {
  animation: mt-home-sheet-in 0.3s cubic-bezier(0.2, 0.7, 0.2, 1) both;
  background: #fffdf9;
  border-radius: 32px 32px 0 0;
  bottom: 0;
  left: 0;
  max-height: calc(100dvh - 14px);
  overscroll-behavior: contain;
  overflow-y: auto;
  padding-bottom: env(safe-area-inset-bottom);
  position: fixed;
  right: 0;
}

.mt-home-bottom-sheet.is-closing {
  animation: mt-home-sheet-out 0.26s ease both;
}

.mt-home-bottom-sheet--benefit {
  animation: mt-home-benefit-sheet-in 0.68s cubic-bezier(0.2, 0.72, 0.18, 1) both;
  box-shadow: 0 -20px 70px rgba(15, 32, 60, 0.22);
  left: 50%;
  max-height: min(84dvh, 760px);
  right: auto;
  width: min(760px, calc(100vw - 48px));
}

.mt-home-bottom-sheet--benefit.is-closing {
  animation: mt-home-benefit-sheet-out 0.42s ease both;
}

.mt-home-dialog-close {
  align-items: center;
  background: #fff;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(15, 32, 60, 0.18);
  color: var(--mt-blue);
  display: flex;
  font-size: 26px;
  font-weight: 400;
  height: 42px;
  justify-content: center;
  margin-left: auto;
  position: sticky;
  right: 16px;
  top: 16px;
  transform: none;
  width: 42px;
  z-index: 2;
}

.mt-home-detail {
  padding: 0 36px max(36px, calc(30px + env(safe-area-inset-bottom)));
}

.mt-home-drawer .mt-home-detail {
  padding-top: 0;
}

.mt-home-detail--benefit,
.mt-home-detail--review {
  padding-top: 34px;
}

.mt-home-detail--benefit {
  background:
    linear-gradient(180deg, rgba(255, 247, 238, 0.98) 0%, rgba(255, 255, 255, 0) 46%),
    #fffdf9;
  min-height: 100%;
}

.mt-home-detail--review {
  background: #fffdf9;
  min-height: 100%;
}

.mt-home-detail--benefit .mt-home-icon-tile--large {
  box-shadow: 0 18px 36px rgba(240, 86, 42, 0.18);
}

.mt-home-benefit-detail__head {
  align-items: center;
  display: flex;
  gap: 18px;
  margin: 0 42px 24px 0;
}

.mt-home-benefit-detail__head .mt-home-eyebrow {
  margin-bottom: 8px;
}

.mt-home-detail--benefit .mt-home-benefit-detail__intro {
  color: rgba(31, 43, 58, 0.86);
  font-size: 17px;
  line-height: 1.68;
  margin: 0;
}

.mt-home-detail-body p,
.mt-home-detail--benefit p,
.mt-home-review-body {
  font-size: 16px;
  line-height: 1.65;
}

.mt-home-detail--benefit .mt-home-check-list {
  gap: 10px;
  margin: 26px 0 30px;
}

.mt-home-detail--benefit .mt-home-check-list li {
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(25, 60, 110, 0.08);
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(25, 60, 110, 0.06);
  color: rgba(31, 43, 58, 0.9);
  font-size: 15.5px;
  line-height: 1.48;
  padding: 14px;
}

.mt-home-benefit-detail__footer {
  padding-bottom: max(6px, env(safe-area-inset-bottom));
}

.mt-home-benefit-detail__footer .mt-home-primary-button {
  min-height: 50px;
  padding-inline: 24px;
}

.mt-home-check-list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 20px 0 28px;
  padding: 0;
}

.mt-home-check-list li {
  align-items: center;
  display: flex;
  gap: 10px;
}

.mt-home-review-modal-head {
  align-items: center;
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}

.mt-home-review-modal-head > img {
  background: #fff;
  border: 1px solid rgba(25, 60, 110, 0.08);
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(25, 60, 110, 0.08);
  height: 64px;
  object-fit: contain;
  padding: 10px;
  width: 76px;
}

.mt-home-review-modal-head h2 {
  margin: 5px 0 4px;
}

.mt-home-review-modal-head span {
  color: var(--mt-muted);
}

.mt-home-review-modal-head .mt-home-stars {
  font-size: 14px;
  letter-spacing: 2px;
}

.mt-home-review-body p {
  color: rgba(31, 43, 58, 0.9);
  font-size: 17px;
  line-height: 1.72;
  margin: 0;
}

@keyframes mt-home-rise {
  from {
    opacity: 0;
    transform: translateY(34px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes mt-home-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-33.333%);
  }
}

@keyframes mt-home-overlay-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mt-home-overlay-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mt-home-drawer-in {
  from {
    transform: translateX(36px);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes mt-home-drawer-out {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(36px);
  }
}

@keyframes mt-home-sheet-in {
  from {
    transform: translateY(28px);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes mt-home-sheet-out {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(28px);
  }
}

@keyframes mt-home-benefit-sheet-in {
  from {
    transform: translate(-46%, 100%);
  }
  to {
    transform: translate(-50%, 0);
  }
}

@keyframes mt-home-benefit-sheet-out {
  from {
    transform: translate(-50%, 0);
  }
  to {
    transform: translate(-46%, 100%);
  }
}

@media (max-width: 767px) {
  .mt-home-bottom-sheet {
    border-radius: 24px 24px 0 0;
    max-height: calc(100dvh - 10px);
  }

  .mt-home-dialog-close {
    height: 44px;
    right: 14px;
    top: 14px;
    width: 44px;
  }

  .mt-home-detail {
    padding: 0 20px max(32px, calc(24px + env(safe-area-inset-bottom)));
  }

  .mt-home-detail--benefit {
    padding-top: 20px;
  }

  .mt-home-benefit-detail__head {
    align-items: flex-start;
    gap: 14px;
    margin: 0 48px 20px 0;
  }

  .mt-home-icon-tile--large {
    border-radius: 0;
    height: 68px;
    width: 68px;
  }

  .mt-home-icon-tile--large .mt-home-benefit-icon {
    height: 60px;
    width: 60px;
  }

  .mt-home-detail--benefit .mt-home-benefit-detail__intro {
    font-size: 15.5px;
    line-height: 1.62;
  }

  .mt-home-detail--benefit .mt-home-check-list {
    margin: 22px 0 24px;
  }

  .mt-home-detail--benefit .mt-home-check-list li {
    font-size: 14.5px;
    padding: 13px;
  }

  .mt-home-benefit-detail__footer .mt-home-primary-button {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .mt-home-overlay--sheet {
    background: #fffdf9;
  }

  .mt-home-bottom-sheet {
    border-radius: 0;
    height: 100dvh;
    inset: 0;
    max-height: none;
    min-height: 100dvh;
  }

  .mt-home-bottom-sheet--benefit {
    animation: mt-home-sheet-in 0.38s cubic-bezier(0.2, 0.72, 0.18, 1) both;
    box-shadow: none;
    left: 0;
    max-height: none;
    right: 0;
    width: auto;
  }

  .mt-home-bottom-sheet--benefit.is-closing {
    animation: mt-home-sheet-out 0.32s ease both;
  }

  .mt-home-detail {
    padding: 0 20px max(34px, calc(26px + env(safe-area-inset-bottom)));
  }

  .mt-home-detail--benefit,
  .mt-home-detail--review {
    padding-top: 18px;
  }
}

@media (max-width: 1180px) {
  .mt-home-reviews__top,
  .mt-home-review-grid,
  .mt-country-desktop__guide-inner {
    grid-template-columns: 1fr;
  }

  .mt-country-desktop__guide-profile {
    max-width: 520px;
  }
}

@media (max-width: 980px) {
  .mt-country-desktop__brand img {
    height: 74px;
    width: 74px;
  }

  .mt-country-desktop__hero .mt-home-hero__content {
    padding: 0 22px;
  }

  .mt-country-desktop__hero-copy h1 {
    font-size: 42px;
  }

  .mt-home-reviews,
  .mt-country-desktop__guide-section {
    padding-left: 22px;
    padding-right: 22px;
  }
}

@font-face {
  font-family: "New Hero";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/new-hero-italic.woff2") format("woff2");
}

@font-face {
  font-family: "New Hero";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/new-hero-medium-500.woff2") format("woff2");
}

@font-face {
  font-family: "New Hero";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/new-hero-medium-italic-500.woff2") format("woff2");
}

@font-face {
  font-family: "New Hero";
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
  src: url("/fonts/new-hero-semi-bold-700.woff2") format("woff2");
}

@font-face {
  font-family: "New Hero";
  font-style: italic;
  font-weight: 600 800;
  font-display: swap;
  src: url("/fonts/new-hero-semi-bold-italic-700.woff2") format("woff2");
}

@font-face {
  font-family: "PS Fournier";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/fonts/psfournier-std-bold-700.woff2") format("woff2");
}

@font-face {
  font-family: "PS Fournier";
  font-style: italic;
  font-weight: 400 800;
  font-display: swap;
  src: url("/fonts/psfournier-std-bold-italic-700.woff2") format("woff2");
}

@keyframes mtCountrySheetUp {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes mtCountryFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes mtCountryPop {
  0% {
    opacity: 0;
    transform: scale(0.4);
  }

  60% {
    transform: scale(1.08);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.mt-country-desktop {
  --mt-desktop-blue: #193c6e;
  --mt-desktop-blue-dark: #122c52;
  --mt-desktop-coral: #f0562a;
  --mt-desktop-coral-dark: #e0481c;
  --mt-desktop-coral-soft: #fdece1;
  --cta-grad: linear-gradient(180deg, #f96a35, #e0481c);
  --cta-grad-light: linear-gradient(180deg, #f0562a, #d9431a);
  --cta-grad-hover: linear-gradient(180deg, #f0562a, #cf3f14);
  --mt-desktop-cream: #f6f2ea;
  --mt-desktop-chip: #f3eee4;
  --mt-desktop-border: #e7e0d3;
  --mt-desktop-copy: #5e6e7e;
  --mt-desktop-muted: #7a8794;
  --mt-desktop-shadow: 0 24px 70px -42px rgba(21, 42, 78, 0.42);
  background: var(--mt-desktop-cream);
  color: var(--mt-desktop-blue);
  font-family: "New Hero", system-ui, sans-serif;
  line-height: 1.45;
  min-height: 100vh;
  overflow-x: hidden;
}

.mt-country-desktop *,
.mt-country-desktop *::before,
.mt-country-desktop *::after {
  box-sizing: border-box;
}

.mt-country-desktop h1,
.mt-country-desktop h2,
.mt-country-desktop h3,
.mt-country-desktop h4,
.mt-country-desktop p {
  margin: 0;
}

.mt-country-desktop h1,
.mt-country-desktop h2 {
  color: inherit;
  font-family: "PS Fournier", Georgia, serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.02;
}

.mt-country-desktop h1 {
  color: #fff;
  font-size: 76px;
  max-width: 790px;
}

.mt-country-desktop h2 {
  font-size: 46px;
}

.mt-country-desktop h3 {
  color: var(--mt-desktop-blue);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
}

.mt-country-desktop a {
  color: inherit;
  text-decoration: none;
}

.mt-country-desktop button {
  font: inherit;
  letter-spacing: 0;
}

.mt-country-desktop__sticky-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(231, 224, 211, 0.92);
  border-radius: 999px;
  box-shadow: 0 18px 48px -34px rgba(18, 44, 82, 0.55);
  display: flex;
  justify-content: space-between;
  left: 50%;
  max-width: 1180px;
  padding: 10px 12px 10px 22px;
  position: sticky;
  top: 18px;
  transform: translateX(-50%);
  width: calc(100% - 48px);
  z-index: 20;
}

.mt-country-desktop__brand {
  display: grid;
  gap: 1px;
}

.mt-country-desktop__brand span {
  color: var(--mt-desktop-blue);
  font-weight: 900;
}

.mt-country-desktop__brand small,
.mt-country-desktop__header-trust {
  color: var(--mt-desktop-copy);
  font-size: 13px;
  font-weight: 700;
}

.mt-country-desktop__header-actions {
  align-items: center;
  display: flex;
  gap: 14px;
}

.mt-country-desktop__hero {
  background-color: var(--mt-desktop-blue);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  margin-top: -58px;
  min-height: 900px;
  position: relative;
}

.mt-country-desktop__hero-overlay {
  background:
    linear-gradient(90deg, rgba(18, 44, 82, 0.92) 0%, rgba(18, 44, 82, 0.72) 44%, rgba(18, 44, 82, 0.2) 100%),
    linear-gradient(0deg, rgba(18, 44, 82, 0.5) 0%, rgba(18, 44, 82, 0.1) 52%, rgba(18, 44, 82, 0.58) 100%);
  inset: 0;
  position: absolute;
}

.mt-country-desktop__hero-inner {
  align-items: end;
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(0, 1fr) 420px;
  margin: 0 auto;
  max-width: 1180px;
  min-height: 900px;
  padding: 160px 24px 72px;
  position: relative;
  z-index: 1;
}

.mt-country-desktop__hero-copy {
  padding-bottom: 18px;
}

.mt-country-desktop__hero-copy > * + * {
  margin-top: 24px;
}

.mt-country-desktop__eyebrow {
  color: var(--mt-desktop-coral);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mt-country-desktop__hero-lead {
  color: rgba(255, 255, 255, 0.88);
  font-size: 21px;
  max-width: 680px;
}

.mt-country-desktop__usp-list {
  display: grid;
  gap: 12px 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  max-width: 680px;
  padding: 0;
}

.mt-country-desktop__usp-list li {
  align-items: center;
  display: flex;
  font-weight: 800;
  gap: 10px;
}

.mt-country-desktop__usp-list li::before {
  background: var(--mt-desktop-coral);
  border-radius: 999px;
  color: #fff;
  content: "✓";
  display: inline-grid;
  flex: 0 0 24px;
  font-size: 13px;
  height: 24px;
  place-items: center;
  width: 24px;
}

.mt-country-desktop__plan-card {
  background: #fff;
  border-radius: 22px;
  box-shadow: var(--mt-desktop-shadow);
  color: var(--mt-desktop-blue);
  display: grid;
  gap: 18px;
  padding: 28px;
}

.mt-country-desktop__plan-card h2 {
  font-size: 31px;
}

.mt-country-desktop__quick-picks {
  display: grid;
  gap: 10px;
}

.mt-country-desktop__quick-picks button {
  align-items: center;
  background: var(--mt-desktop-chip);
  border: 1.5px solid var(--mt-desktop-border);
  border-radius: 16px;
  color: var(--mt-desktop-blue);
  cursor: pointer;
  display: flex;
  gap: 12px;
  min-height: 58px;
  padding: 12px 14px;
  text-align: left;
}

.mt-country-desktop__quick-picks button[aria-pressed="true"] {
  background: var(--mt-desktop-coral-soft);
  border-color: var(--mt-desktop-coral);
  box-shadow: 0 16px 32px -26px rgba(240, 86, 42, 0.8);
}

.mt-country-desktop__quick-picks span {
  background: #fff;
  border-radius: 999px;
  color: var(--mt-desktop-coral);
  display: grid;
  flex: 0 0 30px;
  font-size: 13px;
  font-weight: 900;
  height: 30px;
  place-items: center;
  width: 30px;
}

.mt-country-desktop__microcopy {
  color: var(--mt-desktop-muted);
  font-size: 14px;
}

.mt-country-desktop__button {
  align-items: center;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 46px;
  padding: 13px 22px;
}

.mt-country-desktop__button--primary {
  background: var(--cta-grad-light);
  color: #fff;
  box-shadow: 0 18px 34px -24px rgba(240, 86, 42, 0.45);
}

.mt-country-desktop__button--secondary {
  background: var(--mt-desktop-blue);
  color: #fff;
}

.mt-country-desktop__button--wide {
  width: 100%;
}

.mt-country-desktop__hero-trips {
  border-top: 1px solid var(--mt-desktop-border);
  display: grid;
  gap: 8px;
  padding-top: 16px;
}

.mt-country-desktop__hero-trips span {
  color: var(--mt-desktop-muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.mt-country-desktop__hero-trips a {
  color: var(--mt-desktop-blue);
  font-size: 14px;
  font-weight: 800;
}

.mt-country-desktop__trust-strip,
.mt-country-desktop__section,
.mt-country-desktop__guide-section,
.mt-country-desktop__inline-cta,
.mt-country-desktop__faq-section,
.mt-country-desktop__final-cta,
.mt-country-desktop__footer {
  margin: 0 auto;
  max-width: 1180px;
}

.mt-country-desktop__trust-strip {
  background: #fff;
  border-radius: 0 0 22px 22px;
  box-shadow: var(--mt-desktop-shadow);
  display: grid;
  gap: 24px;
  padding: 28px 44px 36px;
}

.mt-country-desktop__press-row {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: 130px 1fr;
}

.mt-country-desktop__press-row > span {
  color: var(--mt-desktop-muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.mt-country-desktop__press-row div {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
}

.mt-country-desktop__press-row img {
  filter: grayscale(1);
  max-height: 28px;
  max-width: 130px;
  object-fit: contain;
  opacity: 0.68;
}

.mt-country-desktop__press-row strong {
  color: var(--mt-desktop-blue);
  font-size: 16px;
  opacity: 0.72;
}

.mt-country-desktop__trust-stats {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
}

.mt-country-desktop__trust-stats div {
  background: var(--mt-desktop-cream);
  border-radius: 18px;
  padding: 18px;
  text-align: center;
}

.mt-country-desktop__trust-stats dt {
  color: var(--mt-desktop-blue);
  font-family: "PS Fournier", Georgia, serif;
  font-size: 32px;
  font-weight: 800;
  margin: 0;
}

.mt-country-desktop__trust-stats dd {
  color: var(--mt-desktop-copy);
  font-size: 13px;
  font-weight: 800;
  margin: 2px 0 0;
}

.mt-country-desktop__section {
  background: #fff;
  padding: 72px 56px;
}

.mt-country-desktop__section--cream {
  background: var(--mt-desktop-cream);
  margin-top: 42px;
}

.mt-country-desktop__section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.mt-country-desktop__section-heading > * + * {
  margin-top: 12px;
}

.mt-country-desktop__section-heading p:last-child {
  color: var(--mt-desktop-copy);
  font-size: 18px;
}

.mt-country-desktop__benefit-grid,
.mt-country-desktop__journey-grid,
.mt-country-desktop__location-grid,
.mt-country-desktop__steps-grid,
.mt-country-desktop__review-grid {
  display: grid;
  gap: 20px;
}

.mt-country-desktop__benefit-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mt-country-desktop__benefit-card,
.mt-country-desktop__model-card,
.mt-country-desktop__journey-card,
.mt-country-desktop__review-card {
  background: #fff;
  border: 1px solid var(--mt-desktop-border);
  border-radius: 22px;
  box-shadow: 0 18px 44px -38px rgba(18, 44, 82, 0.45);
}

.mt-country-desktop__benefit-card {
  padding: 24px;
}

.mt-country-desktop__benefit-card > * + *,
.mt-country-desktop__model-card > * + *,
.mt-country-desktop__journey-body > * + *,
.mt-country-desktop__review-card > * + * {
  margin-top: 12px;
}

.mt-country-desktop__benefit-card span {
  background: var(--mt-desktop-coral-soft);
  border-radius: 16px;
  color: var(--mt-desktop-coral);
  display: grid;
  font-weight: 900;
  height: 48px;
  place-items: center;
  width: 48px;
}

.mt-country-desktop__benefit-card p,
.mt-country-desktop__model-card p,
.mt-country-desktop__journey-body p,
.mt-country-desktop__review-card p,
.mt-country-desktop__faq-intro p,
.mt-country-desktop__final-cta p {
  color: var(--mt-desktop-copy);
}

.mt-country-desktop__model-card {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: 22px;
  padding: 28px;
}

.mt-country-desktop__journey-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mt-country-desktop__journey-card {
  overflow: hidden;
}

.mt-country-desktop__journey-media {
  align-items: start;
  background-position: center;
  background-size: cover;
  display: flex;
  min-height: 260px;
  padding: 18px;
}

.mt-country-desktop__journey-media span {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  color: var(--mt-desktop-blue);
  font-size: 13px;
  font-weight: 900;
  padding: 8px 12px;
}

.mt-country-desktop__journey-body {
  padding: 24px;
}

.mt-country-desktop__journey-body dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.mt-country-desktop__journey-body dt {
  color: var(--mt-desktop-muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.mt-country-desktop__journey-body dd {
  color: var(--mt-desktop-blue);
  font-weight: 800;
  margin: 0;
}

.mt-country-desktop__text-button {
  background: none;
  border: 0;
  color: var(--mt-desktop-coral);
  cursor: pointer;
  font-weight: 900;
  padding: 0;
}

.mt-country-desktop__location-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mt-country-desktop__location-card {
  align-items: end;
  background-color: var(--mt-desktop-blue);
  background-position: center;
  background-size: cover;
  border-radius: 22px;
  display: flex;
  min-height: 300px;
  overflow: hidden;
  padding: 22px;
  position: relative;
}

.mt-country-desktop__location-card::before {
  background: linear-gradient(0deg, rgba(18, 44, 82, 0.82), transparent 64%);
  content: "";
  inset: 0;
  position: absolute;
}

.mt-country-desktop__location-card span {
  color: #fff;
  font-family: "PS Fournier", Georgia, serif;
  font-size: 26px;
  font-weight: 800;
  position: relative;
}

.mt-country-desktop__steps-section {
  background: var(--mt-desktop-blue);
  color: #fff;
}

.mt-country-desktop__steps-section h2,
.mt-country-desktop__steps-section h3 {
  color: #fff;
}

.mt-country-desktop__steps-section .mt-country-desktop__section-heading p:last-child {
  color: rgba(255, 255, 255, 0.78);
}

.mt-country-desktop__steps-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 28px;
}

.mt-country-desktop__steps-grid article {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  padding: 28px;
}

.mt-country-desktop__steps-grid span {
  color: var(--mt-desktop-coral);
  font-family: "PS Fournier", Georgia, serif;
  font-size: 34px;
  font-weight: 800;
}

.mt-country-desktop__steps-grid p {
  color: rgba(255, 255, 255, 0.78);
  margin-top: 10px;
}

.mt-country-desktop__guide-section {
  align-items: center;
  background: linear-gradient(165deg, #1e4a86 0%, #193c6e 56%, #122c52 100%);
  color: #fff;
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(0, 1fr) 320px;
  padding: 72px 56px;
}

.mt-country-desktop__guide-section h2 {
  color: #fff;
}

.mt-country-desktop__guide-copy > * + * {
  margin-top: 18px;
}

.mt-country-desktop__guide-copy blockquote,
.mt-country-desktop__review-card blockquote {
  font-family: "PS Fournier", Georgia, serif;
  font-size: 24px;
  line-height: 1.34;
  margin: 0;
}

.mt-country-desktop__guide-copy p:last-child {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
}

.mt-country-desktop__guide-profile {
  aspect-ratio: 1;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 28px;
  display: grid;
  overflow: hidden;
  place-items: center;
}

.mt-country-desktop__guide-profile img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.mt-country-desktop__guide-profile span {
  color: #fff;
  font-family: "PS Fournier", Georgia, serif;
  font-size: 88px;
  font-weight: 800;
}

.mt-country-desktop__comparison-table {
  border: 1px solid var(--mt-desktop-border);
  border-radius: 22px;
  overflow: hidden;
}

.mt-country-desktop__comparison-head,
.mt-country-desktop__comparison-row {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, minmax(0, 1fr));
}

.mt-country-desktop__comparison-head span,
.mt-country-desktop__comparison-row span,
.mt-country-desktop__comparison-row b {
  border-bottom: 1px solid var(--mt-desktop-border);
  color: var(--mt-desktop-blue);
  padding: 18px;
}

.mt-country-desktop__comparison-head span {
  background: var(--mt-desktop-cream);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.mt-country-desktop__comparison-row b {
  color: var(--mt-desktop-copy);
}

.mt-country-desktop__comparison-value--mt {
  background: var(--mt-desktop-coral-soft);
  color: var(--mt-desktop-coral) !important;
}

.mt-country-desktop__inline-cta,
.mt-country-desktop__final-cta {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 46px 56px;
}

.mt-country-desktop__inline-cta {
  background: #fde9dd;
}

.mt-country-desktop__inline-cta h2,
.mt-country-desktop__final-cta h2 {
  font-size: 38px;
}

.mt-country-desktop__review-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mt-country-desktop__review-card {
  padding: 26px;
}

.mt-country-desktop__review-card > span {
  color: #ffb020;
  font-weight: 900;
}

.mt-country-desktop__faq-section {
  align-items: start;
  background: #fff;
  display: grid;
  gap: 44px;
  grid-template-columns: 330px minmax(0, 1fr);
  padding: 72px 56px;
}

.mt-country-desktop__faq-intro {
  position: sticky;
  top: 112px;
}

.mt-country-desktop__faq-intro > * + * {
  margin-top: 16px;
}

.mt-country-desktop__faq-list {
  display: grid;
  gap: 12px;
}

.mt-country-desktop__faq-list details {
  background: var(--mt-desktop-cream);
  border: 1px solid var(--mt-desktop-border);
  border-radius: 18px;
  padding: 20px;
}

.mt-country-desktop__faq-list summary {
  color: var(--mt-desktop-blue);
  cursor: pointer;
  font-weight: 900;
}

.mt-country-desktop__faq-list p {
  color: var(--mt-desktop-copy);
  margin-top: 12px;
}

.mt-country-desktop__final-cta {
  background: linear-gradient(165deg, #1e4a86 0%, #193c6e 56%, #122c52 100%);
  color: #fff;
  grid-template-columns: 1fr;
  text-align: center;
}

.mt-country-desktop__final-cta h2 {
  color: #fff;
}

.mt-country-desktop__final-cta p:not(.mt-country-desktop__eyebrow) {
  color: rgba(255, 255, 255, 0.76);
  margin-inline: auto;
  max-width: 680px;
}

.mt-country-desktop__final-cta .mt-country-desktop__button {
  justify-self: center;
}

.mt-country-desktop__footer {
  align-items: center;
  background: #0d1d34;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 34px 56px;
}

.mt-country-desktop__footer p,
.mt-country-desktop__footer a {
  color: rgba(255, 255, 255, 0.72);
}

.mt-country-desktop__footer div:last-child {
  display: flex;
  gap: 18px;
}

@media (max-width: 1100px) {
  .mt-country-desktop h1 {
    font-size: 58px;
  }

  .mt-country-desktop__hero-inner {
    grid-template-columns: 1fr;
    padding-top: 140px;
  }

  .mt-country-desktop__plan-card {
    max-width: 540px;
  }

  .mt-country-desktop__benefit-grid,
  .mt-country-desktop__journey-grid,
  .mt-country-desktop__location-grid,
  .mt-country-desktop__trust-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mt-country-desktop__guide-section,
  .mt-country-desktop__faq-section,
  .mt-country-desktop__inline-cta {
    grid-template-columns: 1fr;
  }

  .mt-country-desktop__faq-intro {
    position: static;
  }
}

@media (max-width: 760px) {
  .mt-country-desktop__sticky-header {
    border-radius: 22px;
    display: grid;
    gap: 12px;
    left: 16px;
    transform: none;
    width: calc(100% - 32px);
  }

  .mt-country-desktop__header-actions {
    justify-content: space-between;
  }

  .mt-country-desktop h1 {
    font-size: 42px;
  }

  .mt-country-desktop h2,
  .mt-country-desktop__inline-cta h2,
  .mt-country-desktop__final-cta h2 {
    font-size: 32px;
  }

  .mt-country-desktop__hero,
  .mt-country-desktop__hero-inner {
    min-height: auto;
  }

  .mt-country-desktop__hero-inner,
  .mt-country-desktop__section,
  .mt-country-desktop__guide-section,
  .mt-country-desktop__faq-section,
  .mt-country-desktop__final-cta,
  .mt-country-desktop__inline-cta,
  .mt-country-desktop__footer,
  .mt-country-desktop__trust-strip {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mt-country-desktop__hero-inner {
    padding-bottom: 48px;
  }

  .mt-country-desktop__usp-list,
  .mt-country-desktop__benefit-grid,
  .mt-country-desktop__journey-grid,
  .mt-country-desktop__location-grid,
  .mt-country-desktop__steps-grid,
  .mt-country-desktop__review-grid,
  .mt-country-desktop__trust-stats,
  .mt-country-desktop__comparison-head,
  .mt-country-desktop__comparison-row {
    grid-template-columns: 1fr;
  }

  .mt-country-desktop__press-row,
  .mt-country-desktop__model-card,
  .mt-country-desktop__footer {
    align-items: start;
    display: grid;
    grid-template-columns: 1fr;
  }

  .mt-country-desktop__location-card {
    min-height: 220px;
  }
}

.mt-country-desktop__planner-overlay {
  align-items: center;
  backdrop-filter: blur(10px);
  background: rgba(11, 24, 43, 0.58);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 24px;
  position: fixed;
  z-index: 1000;
}

.mt-country-desktop__planner-shell {
  background: var(--mt-desktop-cream);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 20px;
  box-shadow: 0 34px 120px -42px rgba(4, 15, 30, 0.86);
  display: grid;
  grid-template-columns: 322px minmax(0, 1fr);
  height: min(780px, calc(100vh - 48px));
  max-width: 1180px;
  outline: none;
  overflow: hidden;
  width: min(1180px, calc(100vw - 48px));
}

.mt-country-desktop__planner-rail {
  background: linear-gradient(165deg, #1e4a86 0%, #193c6e 56%, #122c52 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 34px 30px 28px;
}

.mt-country-desktop__planner-brand {
  align-items: center;
  display: flex;
  gap: 12px;
}

.mt-country-desktop__planner-brand > span {
  background: var(--mt-desktop-coral);
  border-radius: 14px;
  color: #fff;
  display: grid;
  flex: 0 0 44px;
  font-weight: 900;
  height: 44px;
  place-items: center;
  width: 44px;
}

.mt-country-desktop__planner-brand strong {
  display: block;
  font-size: 16px;
  line-height: 1.1;
}

.mt-country-desktop__planner-brand small {
  color: rgba(255, 255, 255, 0.68);
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-top: 2px;
}

.mt-country-desktop__planner-rail-copy {
  margin-top: 34px;
}

.mt-country-desktop__planner-rail-copy p,
.mt-country-desktop__planner-kicker {
  color: var(--mt-desktop-coral);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0;
  text-transform: uppercase;
}

.mt-country-desktop__planner-rail-copy h2 {
  color: #fff;
  font-size: 31px;
  margin-top: 10px;
}

.mt-country-desktop__planner-rail-intro {
  color: rgba(255, 255, 255, 0.76);
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
  margin-top: 14px;
}

.mt-country-desktop__planner-phases {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
}

.mt-country-desktop__planner-phase {
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  display: grid;
  gap: 12px;
  grid-template-columns: 30px minmax(0, 1fr);
  padding: 13px;
}

.mt-country-desktop__planner-phase > span {
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.mt-country-desktop__planner-phase strong {
  color: rgba(255, 255, 255, 0.92);
  display: block;
  font-size: 14.5px;
  line-height: 1.2;
}

.mt-country-desktop__planner-phase small {
  color: rgba(255, 255, 255, 0.68);
  display: block;
  font-size: 12.5px;
  font-weight: 650;
  line-height: 1.4;
  margin-top: 4px;
}

.mt-country-desktop__planner-phase.is-active {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.32);
}

.mt-country-desktop__planner-phase.is-active > span {
  background: #fff;
  border-color: #fff;
  box-shadow: 0 0 0 4px rgba(240, 86, 42, 0.24);
  color: var(--mt-desktop-blue);
}

.mt-country-desktop__planner-phase.is-active strong {
  color: #fff;
}

.mt-country-desktop__planner-phase.is-complete > span {
  background: var(--mt-desktop-coral);
  border-color: var(--mt-desktop-coral);
  color: #fff;
}

.mt-country-desktop__planner-steps {
  display: grid;
  gap: 0;
  list-style: none;
  margin: 34px 0 0;
  padding: 0;
}

.mt-country-desktop__planner-step-marker {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: 28px minmax(0, 1fr);
  min-height: 40px;
  padding-bottom: 8px;
  position: relative;
}

.mt-country-desktop__planner-step-marker::after {
  background: rgba(255, 255, 255, 0.24);
  content: "";
  height: calc(100% - 28px);
  left: 13px;
  position: absolute;
  top: 29px;
  width: 2px;
}

.mt-country-desktop__planner-step-marker:last-child::after {
  display: none;
}

.mt-country-desktop__planner-step-marker.is-complete::after {
  background: var(--mt-desktop-coral);
}

.mt-country-desktop__planner-step-marker > span {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.75);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  height: 28px;
  justify-content: center;
  position: relative;
  width: 28px;
  z-index: 1;
}

.mt-country-desktop__planner-step-marker > strong {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.2;
}

.mt-country-desktop__planner-step-marker.is-complete > span {
  background: var(--mt-desktop-coral);
  border-color: var(--mt-desktop-coral);
  color: #fff;
}

.mt-country-desktop__planner-step-marker.is-complete > strong {
  color: rgba(255, 255, 255, 0.9);
}

.mt-country-desktop__planner-step-marker.is-active > span {
  background: #fff;
  border-color: #fff;
  box-shadow: 0 0 0 4px rgba(240, 86, 42, 0.4);
  color: var(--mt-desktop-blue);
}

.mt-country-desktop__planner-step-marker.is-active > strong {
  color: #fff;
  font-weight: 900;
}

.mt-country-desktop__planner-trust {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  display: flex;
  gap: 12px;
  margin-top: auto;
  padding: 14px;
}

.mt-country-desktop__planner-trust span {
  color: #ffc53d;
  font-size: 18px;
}

.mt-country-desktop__planner-trust p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 800;
}

.mt-country-desktop__planner-stage {
  align-items: center;
  background: var(--mt-desktop-cream);
  display: flex;
  justify-content: center;
  min-height: 0;
  overflow: auto;
  padding: 36px;
  position: relative;
}

.mt-country-desktop__planner-close {
  align-items: center;
  background: #fff;
  border: 1px solid var(--mt-desktop-border);
  border-radius: 999px;
  color: var(--mt-desktop-blue);
  cursor: pointer;
  display: inline-flex;
  font-size: 28px;
  font-weight: 400;
  height: 42px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 22px;
  top: 22px;
  width: 42px;
  z-index: 2;
}

.mt-country-desktop__planner-close:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}

.mt-country-desktop__planner-card,
.mt-country-desktop__planner-start-card {
  background: #fff;
  border: 1px solid var(--mt-desktop-border);
  border-radius: 22px;
  box-shadow: 0 22px 54px -32px rgba(21, 42, 78, 0.32);
  color: var(--mt-desktop-blue);
  display: flex;
  flex-direction: column;
  max-height: calc(100% - 6px);
  min-height: 560px;
  overflow: hidden;
  padding: 32px;
  width: min(584px, 100%);
}

.mt-country-desktop__planner-card--wide {
  width: min(770px, 100%);
}

.mt-country-desktop__planner-card--journey {
  width: min(690px, 100%);
}

.mt-country-desktop__planner-start-card {
  align-items: start;
  justify-content: center;
  min-height: 520px;
  width: min(584px, 100%);
}

.mt-country-desktop__planner-start-card > * + * {
  margin-top: 18px;
}

.mt-country-desktop__planner-start-card h2,
.mt-country-desktop__planner-card h2 {
  color: var(--mt-desktop-blue);
  font-size: 31px;
}

.mt-country-desktop__planner-start-card > p:not(.mt-country-desktop__planner-kicker),
.mt-country-desktop__planner-card-head p,
.mt-country-desktop__planner-question > p {
  color: var(--mt-desktop-muted);
  font-size: 15px;
}

.mt-country-desktop__planner-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mt-country-desktop__planner-badges span {
  background: var(--mt-desktop-chip);
  border: 1px solid var(--mt-desktop-border);
  border-radius: 999px;
  color: var(--mt-desktop-blue);
  font-size: 13px;
  font-weight: 900;
  padding: 9px 12px;
}

.mt-country-desktop__planner-primary,
.mt-country-desktop__planner-secondary {
  align-items: center;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 46px;
  padding: 13px 20px;
}

.mt-country-desktop__planner-primary {
  background: var(--cta-grad-light);
  border: 0;
  box-shadow: 0 18px 34px -24px rgba(240, 86, 42, 0.45);
  color: #fff;
}

.mt-country-desktop__planner-secondary {
  background: #ede7db;
  border: 1px solid #e4dcce;
  color: var(--mt-desktop-blue);
}

.mt-country-desktop__planner-primary:disabled,
.mt-country-desktop__planner-secondary:disabled {
  cursor: not-allowed;
  opacity: 0.52;
}

.mt-country-desktop__planner-close:focus-visible,
.mt-country-desktop__planner-primary:focus-visible,
.mt-country-desktop__planner-secondary:focus-visible,
.mt-country-desktop__planner-option:focus-visible,
.mt-country-desktop__planner-chip-row button:focus-visible,
.mt-country-desktop__planner-month-grid button:focus-visible,
.mt-country-desktop__planner-duration-grid button:focus-visible,
.mt-country-desktop__planner-method-grid button:focus-visible,
.mt-country-desktop__planner-flex-button:focus-visible,
.mt-country-desktop__planner-stepper button:focus-visible,
.mt-country-desktop__planner-field input:focus-visible,
.mt-country-desktop__planner-field textarea:focus-visible,
.mt-country-desktop__planner-field select:focus-visible,
.mt-country-desktop__planner-consent:focus-visible,
.mt-country-desktop__planner-recap button:focus-visible {
  outline: 3px solid rgba(240, 86, 42, 0.42);
  outline-offset: 3px;
}

.mt-country-desktop__planner-frame-head {
  flex: 0 0 auto;
}

.mt-country-desktop__planner-meta-row {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
}

.mt-country-desktop__planner-meta-row span,
.mt-country-desktop__planner-meta {
  color: var(--mt-desktop-blue);
  font-size: 13px;
  font-weight: 900;
}

.mt-country-desktop__planner-meta-row small {
  color: var(--mt-desktop-muted);
  font-size: 13px;
  font-weight: 800;
}

.mt-country-desktop__planner-progress {
  background: #ede7db;
  border-radius: 999px;
  height: 8px;
  margin-top: 14px;
  overflow: hidden;
}

/* Das Desktop-Overlay wird im .mt-country-mobile-Shell gemountet, nicht unter
   .mt-country-desktop. Die --mt-desktop-*-Variablen sind dort nicht in Scope,
   deshalb brauchen die Fuellfarben hier explizite Fallbacks. */
.mt-country-desktop__planner-progress span {
  background: var(--mt-desktop-coral, #f0562a);
  border-radius: inherit;
  display: block;
  height: 100%;
  width: var(--mt-desktop-planner-progress);
}

.mt-country-desktop__planner-flow-hint {
  align-items: center;
  background: #f8f0e6;
  border: 1px solid var(--mt-desktop-border);
  border-radius: 999px;
  color: var(--mt-desktop-muted);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
  padding: 9px 13px;
}

.mt-country-desktop__planner-flow-hint strong {
  color: var(--mt-desktop-blue);
  font-size: 12.5px;
  font-weight: 900;
}

.mt-country-desktop__planner-flow-hint span {
  font-size: 12.5px;
  font-weight: 750;
}

.mt-country-desktop__planner-flow-hint i {
  color: var(--mt-desktop-coral);
  font-style: normal;
  font-weight: 900;
}

.mt-country-desktop__planner-content {
  flex: 1 1 auto;
  margin-top: 26px;
  min-height: 0;
  overflow: auto;
  padding-right: 2px;
}

.mt-country-desktop__planner-question {
  display: grid;
  gap: 16px;
}

.mt-country-desktop__planner-question h2 {
  font-size: 29px;
}

.mt-country-desktop__planner-option-grid,
.mt-country-desktop__planner-option-list {
  display: grid;
  gap: 12px;
}

.mt-country-desktop__planner-option-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mt-country-desktop__planner-option {
  align-items: center;
  background: var(--mt-desktop-chip);
  border: 1.5px solid var(--mt-desktop-border);
  border-radius: 15px;
  color: var(--mt-desktop-blue);
  cursor: pointer;
  display: grid;
  gap: 10px;
  min-height: 92px;
  padding: 16px;
  position: relative;
  text-align: left;
}

.mt-country-desktop__planner-option-list .mt-country-desktop__planner-option {
  grid-template-columns: 48px minmax(0, 1fr) 24px;
  min-height: 74px;
}

.mt-country-desktop__planner-option-list--equal .mt-country-desktop__planner-option {
  min-height: 92px;
}

.mt-country-desktop__planner-option[aria-pressed="true"],
.mt-country-desktop__planner-option[aria-checked="true"] {
  background: var(--mt-desktop-coral-soft);
  border: 2px solid var(--mt-desktop-coral);
  box-shadow: 0 18px 34px -28px rgba(240, 86, 42, 0.88);
}

.mt-country-desktop__planner-option-icon {
  background: #ede7db;
  border-radius: 14px;
  color: var(--mt-desktop-blue);
  display: grid;
  font-weight: 900;
  height: 48px;
  place-items: center;
  width: 48px;
}

.mt-country-desktop__planner-option[aria-pressed="true"] .mt-country-desktop__planner-option-icon,
.mt-country-desktop__planner-option[aria-checked="true"] .mt-country-desktop__planner-option-icon {
  background: #fbddd4;
  color: var(--mt-desktop-coral);
}

.mt-country-desktop__planner-option strong {
  font-size: 15px;
  line-height: 1.22;
}

.mt-country-desktop__planner-option small {
  color: var(--mt-desktop-muted);
  font-size: 13px;
  font-weight: 700;
}

.mt-country-desktop__planner-check {
  align-items: center;
  background: var(--mt-desktop-coral);
  border-radius: 999px;
  color: #fff;
  display: none;
  font-size: 12px;
  font-weight: 900;
  height: 22px;
  justify-content: center;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 22px;
}

.mt-country-desktop__planner-option-list .mt-country-desktop__planner-check {
  position: static;
}

.mt-country-desktop__planner-option[aria-pressed="true"] .mt-country-desktop__planner-check,
.mt-country-desktop__planner-option[aria-checked="true"] .mt-country-desktop__planner-check {
  display: inline-flex;
}

.mt-country-desktop__planner-section-label,
.mt-country-desktop__planner-field > span {
  color: var(--mt-desktop-blue);
  font-size: 14px;
  font-weight: 900;
}

.mt-country-desktop__planner-field > span small {
  color: var(--mt-desktop-muted);
  font-size: 12px;
}

.mt-country-desktop__planner-chip-row,
.mt-country-desktop__planner-method-grid,
.mt-country-desktop__planner-duration-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.mt-country-desktop__planner-chip-row button,
.mt-country-desktop__planner-method-grid button,
.mt-country-desktop__planner-duration-grid button,
.mt-country-desktop__planner-flex-button,
.mt-country-desktop__planner-month-grid button {
  background: var(--mt-desktop-chip);
  border: 1.5px solid var(--mt-desktop-border);
  border-radius: 999px;
  color: var(--mt-desktop-blue);
  cursor: pointer;
  font-size: 14px;
  font-weight: 900;
  min-height: 40px;
  padding: 9px 13px;
}

.mt-country-desktop__planner-chip-row button[aria-pressed="true"],
.mt-country-desktop__planner-method-grid button[aria-pressed="true"],
.mt-country-desktop__planner-duration-grid button[aria-pressed="true"],
.mt-country-desktop__planner-flex-button[aria-pressed="true"],
.mt-country-desktop__planner-month-grid button[aria-pressed="true"] {
  background: var(--mt-desktop-coral-soft);
  border-color: var(--mt-desktop-coral);
  color: var(--mt-desktop-coral-dark);
}

.mt-country-desktop__planner-field {
  display: grid;
  gap: 8px;
}

.mt-country-desktop__planner-field input,
.mt-country-desktop__planner-field textarea,
.mt-country-desktop__planner-field select {
  background: #fff;
  border: 1.5px solid var(--mt-desktop-border);
  border-radius: 11px;
  color: var(--mt-desktop-blue);
  font: inherit;
  min-height: 46px;
  padding: 12px 14px;
  width: 100%;
}

.mt-country-desktop__planner-field textarea {
  min-height: 104px;
  resize: vertical;
}

.mt-country-desktop__planner-note {
  color: var(--mt-desktop-muted);
  font-size: 13px;
}

.mt-country-desktop__planner-stepper-list {
  display: grid;
  gap: 12px;
}

.mt-country-desktop__planner-stepper {
  align-items: center;
  background: var(--mt-desktop-chip);
  border: 1px solid var(--mt-desktop-border);
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  padding: 14px;
}

.mt-country-desktop__planner-stepper strong,
.mt-country-desktop__planner-stepper span {
  display: block;
}

.mt-country-desktop__planner-stepper > div:first-child span {
  color: var(--mt-desktop-muted);
  font-size: 13px;
  font-weight: 800;
  margin-top: 2px;
}

.mt-country-desktop__planner-stepper > div:last-child {
  align-items: center;
  display: flex;
  gap: 12px;
}

.mt-country-desktop__planner-stepper button {
  align-items: center;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-size: 21px;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.mt-country-desktop__planner-stepper button:first-child {
  background: #fff;
  border: 1.5px solid #e4dcce;
  color: var(--mt-desktop-blue);
}

.mt-country-desktop__planner-stepper button:last-child {
  background: var(--mt-navy, var(--mt-desktop-blue, #193c6e));
  border: 1.5px solid var(--mt-navy, var(--mt-desktop-blue, #193c6e));
  color: #fff;
}

.mt-country-desktop__planner-stepper button:disabled {
  background: transparent;
  border-color: #e4dcce;
  color: #c0b7a6;
  cursor: not-allowed;
}

.mt-country-desktop__planner-month-groups {
  display: grid;
  gap: 12px;
}

.mt-country-desktop__planner-month-group > span {
  color: var(--mt-desktop-muted);
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 8px;
}

.mt-country-desktop__planner-month-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mt-country-desktop__planner-month-grid button,
.mt-country-desktop__planner-duration-grid button {
  border-radius: 13px;
}

.mt-country-desktop__planner-flex-button {
  justify-self: start;
}

.mt-country-desktop__planner-summary {
  gap: 18px;
}

.mt-country-desktop__planner-summary-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 250px minmax(0, 1fr);
}

.mt-country-desktop__planner-recap {
  background: var(--mt-desktop-chip);
  border: 1px solid var(--mt-desktop-border);
  border-radius: 18px;
  overflow: hidden;
}

.mt-country-desktop__planner-recap div {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
}

.mt-country-desktop__planner-recap div + div {
  border-top: 1px solid var(--mt-desktop-border);
}

.mt-country-desktop__planner-recap span {
  color: var(--mt-desktop-muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.mt-country-desktop__planner-recap p {
  color: var(--mt-desktop-blue);
  font-size: 13px;
  font-weight: 800;
}

.mt-country-desktop__planner-recap button {
  background: none;
  border: 0;
  color: var(--mt-desktop-coral);
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  justify-self: start;
  padding: 0;
}

.mt-country-desktop__planner-summary-main {
  display: grid;
  gap: 14px;
}

.mt-country-desktop__planner-summary-card,
.mt-country-desktop__planner-budget,
.mt-country-desktop__planner-guide-questions {
  background: #fff;
  border: 1px solid var(--mt-desktop-border);
  border-radius: 18px;
  padding: 16px;
}

.mt-country-desktop__planner-summary-card > span,
.mt-country-desktop__planner-guide-questions > strong {
  color: var(--mt-desktop-muted);
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.mt-country-desktop__planner-summary-card p,
.mt-country-desktop__planner-guide-questions p {
  color: var(--mt-desktop-copy);
  font-size: 14px;
}

.mt-country-desktop__planner-profile {
  display: grid;
  gap: 8px;
}

.mt-country-desktop__planner-summary-card .mt-country-desktop__planner-profile-headline {
  color: var(--mt-desktop-blue);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
}

.mt-country-desktop__planner-profile-rows {
  display: grid;
  gap: 6px;
}

.mt-country-desktop__planner-profile-rows > div {
  align-items: baseline;
  display: flex;
  gap: 10px;
}

.mt-country-desktop__planner-profile-rows dt {
  color: var(--mt-desktop-muted);
  flex: 0 0 104px;
  font-size: 12px;
  font-weight: 800;
}

.mt-country-desktop__planner-profile-rows dd {
  color: var(--mt-desktop-copy);
  font-size: 14px;
  line-height: 1.4;
}

.mt-country-desktop__planner-summary-card .mt-country-desktop__planner-prose {
  border-top: 1px solid var(--mt-desktop-border);
  color: var(--mt-desktop-copy);
  font-size: 14px;
  line-height: 1.5;
  margin-top: 12px;
  padding-top: 12px;
}

.mt-country-desktop__planner-summary-card .mt-country-desktop__planner-prose--pending span {
  color: var(--mt-desktop-muted);
  font-style: italic;
}

.mt-country-desktop__planner-thinking {
  align-items: center;
  color: var(--mt-desktop-copy);
  display: flex;
  font-size: 14px;
  font-weight: 800;
  gap: 10px;
}

.mt-country-desktop__planner-thinking i {
  animation: mtDesktopPlannerSpin 0.9s linear infinite;
  border: 3px solid #ede7db;
  border-top-color: var(--mt-desktop-coral);
  border-radius: 999px;
  height: 24px;
  width: 24px;
}

.mt-country-desktop__planner-budget > div {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.mt-country-desktop__planner-budget strong,
.mt-country-desktop__planner-budget span {
  color: var(--mt-desktop-blue);
  font-weight: 900;
}

.mt-country-desktop__planner-budget input[type="range"] {
  accent-color: var(--mt-desktop-coral);
  background: linear-gradient(
    90deg,
    var(--mt-desktop-coral) var(--mt-desktop-range-progress),
    #ede7db var(--mt-desktop-range-progress)
  );
  border-radius: 999px;
  height: 8px;
  margin: 16px 0 8px;
  width: 100%;
}

.mt-country-desktop__planner-budget small {
  color: var(--mt-desktop-muted);
  font-size: 12px;
  font-weight: 800;
}

.mt-country-desktop__planner-success-budget {
  display: grid;
  gap: 8px;
  margin: 22px auto 4px;
  max-width: 460px;
  text-align: left;
}

.mt-country-desktop__planner-success-budget > strong {
  color: var(--mt-desktop-blue);
  font-size: 15px;
  font-weight: 900;
}

.mt-country-desktop__planner-success-budget > span {
  color: var(--mt-desktop-muted);
  font-size: 13px;
}

.mt-country-desktop__planner-success-budget-note {
  color: var(--mt-desktop-muted);
  font-size: 12px;
  line-height: 1.45;
}

.mt-country-desktop__planner-success-budget-actions {
  align-items: center;
  display: flex;
  gap: 16px;
  margin-top: 4px;
}

.mt-country-desktop__planner-success-budget-send {
  align-items: center;
  background: #e8e1d7;
  border: 1px solid #d8d0c3;
  border-radius: 999px;
  color: var(--mt-desktop-blue);
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  justify-content: center;
  min-height: 42px;
  padding: 11px 24px;
}

.mt-country-desktop__planner-success-budget-send:disabled {
  cursor: default;
  opacity: 0.7;
}

.mt-country-desktop__planner-success-budget-skip {
  background: none;
  border: 0;
  color: var(--mt-desktop-muted);
  cursor: pointer;
  font-size: 13px;
  text-decoration: underline;
}

.mt-country-desktop__planner-success-budget-done {
  color: var(--mt-desktop-copy);
  font-size: 14px;
  margin-top: 18px;
}

.mt-country-desktop__planner-guide-questions {
  display: grid;
  gap: 10px;
}

.mt-country-desktop__planner-guide-questions article {
  background: var(--mt-desktop-chip);
  border-radius: 14px;
  padding: 12px;
}

.mt-country-desktop__planner-guide-questions article span {
  color: var(--mt-desktop-coral);
  display: block;
  font-size: 11px;
  font-weight: 900;
  margin-bottom: 4px;
}

.mt-country-desktop__planner-guide-questions-pending {
  background: var(--mt-desktop-chip);
  border-radius: 14px;
  grid-column: 1 / -1;
  margin: 0;
  padding: 12px;
}

.mt-country-desktop__planner-contact-grid,
.mt-country-desktop__planner-phone-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mt-country-desktop__planner-phone-grid {
  grid-template-columns: 170px minmax(130px, 1fr) minmax(0, 1.4fr);
}

.mt-country-desktop__planner-consent {
  align-items: start;
  background: var(--mt-desktop-chip);
  border: 1px solid var(--mt-desktop-border);
  border-radius: 15px;
  color: var(--mt-desktop-copy);
  cursor: pointer;
  display: grid;
  gap: 12px;
  grid-template-columns: 24px minmax(0, 1fr);
  padding: 14px;
  text-align: left;
}

.mt-country-desktop__planner-consent > span {
  background: #fff;
  border: 1.5px solid var(--mt-desktop-border);
  border-radius: 8px;
  color: var(--mt-desktop-coral);
  display: grid;
  font-weight: 900;
  height: 24px;
  place-items: center;
  width: 24px;
}

.mt-country-desktop__planner-consent[aria-pressed="true"] > span {
  background: var(--mt-desktop-coral-soft);
  border-color: var(--mt-desktop-coral);
}

.mt-country-desktop__planner-consent p {
  color: var(--mt-desktop-copy);
  font-size: 13px;
}

.mt-country-desktop__planner-nav {
  align-items: end;
  display: flex;
  flex: 0 0 auto;
  gap: 12px;
  justify-content: space-between;
  margin-top: 24px;
}

.mt-country-desktop__planner-nav-actions {
  align-items: end;
  display: grid;
  gap: 8px;
  justify-items: end;
}

.mt-country-desktop__planner-disabled-hint,
.mt-country-desktop__planner-error {
  color: var(--mt-desktop-muted);
  font-size: 13px;
  font-weight: 800;
}

.mt-country-desktop__planner-error {
  color: #b33618;
  max-width: 360px;
  text-align: right;
}

.mt-country-desktop__selected-trip {
  border: 1px solid var(--mt-desktop-border);
  border-radius: 18px;
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  margin-top: 20px;
  overflow: hidden;
}

.mt-country-desktop__selected-trip-media {
  align-items: end;
  background-color: var(--mt-desktop-blue);
  background-position: center;
  background-size: cover;
  color: #fff;
  display: flex;
  min-height: 330px;
  padding: 18px;
  position: relative;
}

.mt-country-desktop__selected-trip-media::before {
  background: linear-gradient(0deg, rgba(18, 44, 82, 0.8), transparent 62%);
  content: "";
  inset: 0;
  position: absolute;
}

.mt-country-desktop__selected-trip-media span {
  font-size: 12px;
  font-weight: 900;
  position: relative;
  text-transform: uppercase;
}

.mt-country-desktop__selected-trip-body {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.mt-country-desktop__selected-trip-meta,
.mt-country-desktop__route-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mt-country-desktop__selected-trip-meta span,
.mt-country-desktop__route-chips span {
  background: var(--mt-desktop-chip);
  border-radius: 999px;
  color: var(--mt-desktop-blue);
  font-size: 12px;
  font-weight: 900;
  padding: 7px 10px;
}

.mt-country-desktop__selected-trip-body p {
  color: var(--mt-desktop-copy);
  font-size: 14px;
}

.mt-country-desktop__planner-success {
  align-items: center;
  text-align: center;
}

.mt-country-desktop__planner-success-icon {
  background: var(--mt-desktop-coral);
  border-radius: 999px;
  color: #fff;
  display: grid;
  font-size: 28px;
  font-weight: 900;
  height: 68px;
  place-items: center;
  width: 68px;
}

@keyframes mtDesktopPlannerSpin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 980px) {
  .mt-country-desktop__planner-shell {
    grid-template-columns: 270px minmax(0, 1fr);
    width: calc(100vw - 28px);
  }

  .mt-country-desktop__planner-rail {
    padding: 26px 22px;
  }

  .mt-country-desktop__planner-stage {
    padding: 28px 18px;
  }

  .mt-country-desktop__planner-summary-grid,
  .mt-country-desktop__selected-trip {
    grid-template-columns: 1fr;
  }

  .mt-country-desktop__selected-trip-media {
    min-height: 180px;
  }
}

@media (max-width: 760px) {
  .mt-country-desktop__planner-overlay {
    padding: 12px;
  }

  .mt-country-desktop__planner-shell {
    grid-template-columns: 1fr;
    height: calc(100vh - 24px);
    width: calc(100vw - 24px);
  }

  .mt-country-desktop__planner-rail {
    display: none;
  }

  .mt-country-desktop__planner-stage {
    padding: 22px 14px;
  }

  .mt-country-desktop__planner-card,
  .mt-country-desktop__planner-start-card {
    min-height: auto;
    padding: 24px 18px;
  }

  .mt-country-desktop__planner-option-grid,
  .mt-country-desktop__planner-contact-grid,
  .mt-country-desktop__planner-phone-grid {
    grid-template-columns: 1fr;
  }
}

/* Desktop V2 visual polish. Keep this block scoped to the desktop root. */
.mt-country-desktop {
  --mt-desktop-card: rgba(255, 255, 255, 0.94);
  --mt-desktop-divider: rgba(25, 60, 110, 0.11);
  --mt-desktop-glass: rgba(255, 255, 255, 0.16);
  --mt-desktop-hero-shadow: 0 48px 90px -58px rgba(8, 21, 42, 0.9);
  --mt-desktop-icon-soft: #fff4ee;
  --mt-desktop-section-gap: 28px;
  background:
    linear-gradient(180deg, #f9f5ee 0%, var(--mt-desktop-cream) 36%, #fff 100%);
  padding-bottom: 48px;
}

.mt-country-desktop__sticky-header {
  top: 20px;
}

.mt-country-desktop__button,
.mt-country-desktop__planner-primary,
.mt-country-desktop__planner-secondary,
.mt-country-desktop__quick-picks button,
.mt-country-desktop__planner-option,
.mt-country-desktop__planner-chip-row button,
.mt-country-desktop__planner-method-grid button,
.mt-country-desktop__planner-duration-grid button,
.mt-country-desktop__planner-month-grid button,
.mt-country-desktop__planner-flex-button {
  transition:
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.mt-country-desktop__button:hover,
.mt-country-desktop__planner-primary:hover,
.mt-country-desktop__planner-secondary:hover,
.mt-country-desktop__quick-picks button:hover,
.mt-country-desktop__planner-option:hover,
.mt-country-desktop__planner-chip-row button:hover,
.mt-country-desktop__planner-method-grid button:hover,
.mt-country-desktop__planner-duration-grid button:hover,
.mt-country-desktop__planner-month-grid button:hover,
.mt-country-desktop__planner-flex-button:hover {
  transform: translateY(-1px);
}

.mt-country-desktop__button--primary,
.mt-country-desktop__planner-primary {
  background: var(--cta-grad-light);
  box-shadow: 0 22px 42px -26px rgba(240, 86, 42, 0.45);
}

.mt-country-desktop__button--primary:hover,
.mt-country-desktop__planner-primary:hover {
  background: var(--cta-grad-hover);
  box-shadow: 0 28px 52px -30px rgba(240, 86, 42, 0.55);
  transform: translateY(-2px);
}

.mt-country-desktop__button--secondary,
.mt-country-desktop__planner-secondary {
  background: #ffffff;
  border: 1px solid rgba(25, 60, 110, 0.16);
  color: var(--mt-desktop-blue);
}

.mt-country-desktop__hero {
  border-radius: 0 0 32px 32px;
  box-shadow: var(--mt-desktop-hero-shadow);
  min-height: clamp(820px, 92vh, 940px);
  overflow: hidden;
}

.mt-country-desktop__hero-overlay {
  background:
    radial-gradient(circle at 75% 20%, rgba(240, 86, 42, 0.24) 0%, rgba(240, 86, 42, 0) 30%),
    linear-gradient(90deg, rgba(12, 31, 59, 0.94) 0%, rgba(18, 44, 82, 0.78) 43%, rgba(18, 44, 82, 0.24) 100%),
    linear-gradient(0deg, rgba(12, 31, 59, 0.72) 0%, rgba(12, 31, 59, 0.08) 54%, rgba(12, 31, 59, 0.68) 100%);
}

.mt-country-desktop__hero-inner {
  align-items: center;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 430px);
  min-height: clamp(820px, 92vh, 940px);
  padding-bottom: 84px;
}

.mt-country-desktop__hero-copy {
  align-self: end;
  padding-bottom: 36px;
}

.mt-country-desktop__hero-copy h1 {
  text-shadow: 0 20px 60px rgba(0, 0, 0, 0.36);
}

.mt-country-desktop__hero-lead {
  font-size: 22px;
  line-height: 1.55;
}

.mt-country-desktop__usp-list li {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  padding: 9px 14px 9px 9px;
}

.mt-country-desktop__plan-card {
  align-self: end;
  background: var(--mt-desktop-card);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 26px;
  box-shadow: 0 34px 90px -46px rgba(8, 21, 42, 0.9);
  gap: 20px;
  padding: 30px;
}

.mt-country-desktop__plan-card h2 {
  font-size: 32px;
  line-height: 1.08;
}

.mt-country-desktop__plan-card > .mt-country-desktop__eyebrow,
.mt-country-desktop__planner-kicker {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.mt-country-desktop__plan-card > .mt-country-desktop__eyebrow::before,
.mt-country-desktop__planner-kicker::before {
  background: currentColor;
  border-radius: 999px;
  content: "";
  display: inline-block;
  height: 7px;
  width: 7px;
}

.mt-country-desktop__quick-picks {
  gap: 12px;
}

.mt-country-desktop__quick-picks button {
  background: #fbf8f2;
  border-radius: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
  min-height: 64px;
}

.mt-country-desktop__quick-picks button[aria-pressed="true"] {
  background: linear-gradient(135deg, #fff4ee 0%, #fde3d8 100%);
}

.mt-country-desktop__hero-trips {
  background: #fbf8f2;
  border: 1px solid var(--mt-desktop-border);
  border-radius: 20px;
  gap: 12px;
  padding: 16px;
}

.mt-country-desktop__hero-trips-copy {
  display: grid;
  gap: 2px;
}

.mt-country-desktop__hero-trips-copy > span {
  color: var(--mt-desktop-muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.mt-country-desktop__hero-trips-copy strong {
  color: var(--mt-desktop-blue);
  font-size: 15px;
  line-height: 1.25;
}

.mt-country-desktop__hero-trip-list {
  display: grid;
  gap: 9px;
}

.mt-country-desktop__hero-trip-teaser {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(25, 60, 110, 0.09);
  border-radius: 15px;
  display: grid;
  gap: 11px;
  grid-template-columns: 54px minmax(0, 1fr);
  min-height: 66px;
  padding: 8px 10px 8px 8px;
}

.mt-country-desktop__hero-trip-thumb {
  background-color: var(--mt-desktop-blue);
  background-position: center;
  background-size: cover;
  border-radius: 12px;
  display: block;
  height: 50px;
  width: 54px;
}

.mt-country-desktop__hero-trip-teaser > span:last-child {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.mt-country-desktop__hero-trip-teaser strong {
  color: var(--mt-desktop-blue);
  font-size: 14px;
  line-height: 1.2;
}

.mt-country-desktop__hero-trip-teaser small {
  color: var(--mt-desktop-muted);
  font-size: 12px;
  font-weight: 800;
}

.mt-country-desktop__hero-trip-cue {
  color: var(--mt-desktop-coral);
  font-size: 13px;
  font-weight: 900;
}

.mt-country-desktop__trust-strip {
  border: 1px solid rgba(25, 60, 110, 0.08);
  border-top: 0;
  box-shadow: 0 30px 70px -54px rgba(18, 44, 82, 0.58);
}

.mt-country-desktop__trust-stats div {
  border: 1px solid rgba(25, 60, 110, 0.08);
}

.mt-country-desktop__section,
.mt-country-desktop__guide-section,
.mt-country-desktop__inline-cta,
.mt-country-desktop__faq-section,
.mt-country-desktop__final-cta,
.mt-country-desktop__footer {
  margin-top: var(--mt-desktop-section-gap);
}

.mt-country-desktop__section {
  border: 1px solid rgba(25, 60, 110, 0.08);
  border-radius: 28px;
  box-shadow: 0 28px 74px -62px rgba(18, 44, 82, 0.46);
}

.mt-country-desktop__section--cream {
  border-color: rgba(25, 60, 110, 0.07);
  margin-top: var(--mt-desktop-section-gap);
}

.mt-country-desktop__section-heading {
  margin-bottom: 38px;
}

.mt-country-desktop__benefit-card,
.mt-country-desktop__model-card,
.mt-country-desktop__journey-card,
.mt-country-desktop__review-card {
  border-color: rgba(25, 60, 110, 0.1);
}

.mt-country-desktop__benefit-card {
  display: grid;
  min-height: 235px;
}

.mt-country-desktop__benefit-card span {
  background: var(--mt-desktop-icon-soft);
}

.mt-country-desktop__model-detail-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 20px;
}

.mt-country-desktop__model-detail-grid article {
  align-items: start;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(25, 60, 110, 0.09);
  border-radius: 18px;
  display: grid;
  gap: 12px;
  grid-template-columns: 38px minmax(0, 1fr);
  padding: 18px;
}

.mt-country-desktop__model-detail-grid span {
  background: var(--mt-desktop-blue);
  border-radius: 12px;
  color: #ffffff;
  display: grid;
  font-size: 12px;
  font-weight: 900;
  height: 38px;
  place-items: center;
}

.mt-country-desktop__model-detail-grid h3 {
  font-size: 17px;
}

.mt-country-desktop__model-detail-grid p {
  color: var(--mt-desktop-copy);
  font-size: 14px;
  margin-top: 5px;
}

.mt-country-desktop__model-card {
  background: linear-gradient(135deg, #ffffff 0%, #fff6f1 100%);
}

.mt-country-desktop__journey-card {
  display: flex;
  flex-direction: column;
}

.mt-country-desktop__journey-media {
  min-height: 220px;
}

.mt-country-desktop__journey-body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.mt-country-desktop__journey-body dl {
  background: #fbf8f2;
  border-radius: 16px;
  margin-top: auto;
  padding: 14px;
}

.mt-country-desktop__journey-body .mt-country-desktop__text-button {
  justify-self: start;
  margin-top: 18px;
}

.mt-country-desktop__text-button:hover {
  color: var(--mt-desktop-coral-dark);
}

.mt-country-desktop__locations-section {
  background: linear-gradient(180deg, var(--mt-desktop-cream) 0%, #fbf8f2 100%);
}

.mt-country-desktop__location-card {
  box-shadow: 0 22px 52px -42px rgba(18, 44, 82, 0.56);
  min-height: 280px;
}

.mt-country-desktop__steps-section {
  background:
    radial-gradient(circle at 85% 10%, rgba(240, 86, 42, 0.23) 0%, rgba(240, 86, 42, 0) 28%),
    linear-gradient(165deg, #1d4b88 0%, #193c6e 56%, #102544 100%);
}

.mt-country-desktop__guide-section {
  background:
    radial-gradient(circle at 72% 18%, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 32%),
    linear-gradient(165deg, #1d4b88 0%, #193c6e 58%, #102544 100%);
  border-radius: 28px;
  box-shadow: 0 34px 90px -60px rgba(8, 21, 42, 0.9);
  overflow: hidden;
}

.mt-country-desktop__guide-copy {
  max-width: 680px;
}

.mt-country-desktop__guide-copy blockquote {
  max-width: 760px;
}

.mt-country-desktop__guide-cta {
  margin-top: 6px;
}

.mt-country-desktop__guide-profile {
  border-radius: 32px;
  box-shadow: 0 28px 70px -44px rgba(0, 0, 0, 0.74);
}

.mt-country-desktop__comparison-section {
  background: #ffffff;
}

.mt-country-desktop__comparison-table {
  background: #ffffff;
  box-shadow: 0 24px 60px -48px rgba(18, 44, 82, 0.45);
}

.mt-country-desktop__comparison-head span {
  background: #fbf8f2;
}

.mt-country-desktop__comparison-row:last-child span,
.mt-country-desktop__comparison-row:last-child b {
  border-bottom: 0;
}

.mt-country-desktop__comparison-value--mt {
  background: linear-gradient(135deg, #fff4ee 0%, #fde7de 100%);
}

.mt-country-desktop__inline-cta {
  background: linear-gradient(135deg, #ffe8dc 0%, #fff5ef 100%);
  border: 1px solid rgba(240, 86, 42, 0.16);
  border-radius: 28px;
  box-shadow: 0 24px 68px -56px rgba(240, 86, 42, 0.45);
}

.mt-country-desktop__review-card {
  min-height: 240px;
}

.mt-country-desktop__faq-section {
  border-radius: 28px;
  box-shadow: 0 28px 74px -62px rgba(18, 44, 82, 0.46);
}

.mt-country-desktop__faq-list details {
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.mt-country-desktop__faq-list details[open] {
  background: #ffffff;
  border-color: rgba(240, 86, 42, 0.32);
  box-shadow: 0 18px 42px -36px rgba(18, 44, 82, 0.45);
}

.mt-country-desktop__final-cta {
  background:
    radial-gradient(circle at 50% -10%, rgba(240, 86, 42, 0.32) 0%, rgba(240, 86, 42, 0) 32%),
    linear-gradient(165deg, #1d4b88 0%, #193c6e 56%, #102544 100%);
  border-radius: 28px;
  box-shadow: 0 34px 90px -60px rgba(8, 21, 42, 0.9);
}

.mt-country-desktop__footer {
  border-radius: 28px;
}

.mt-country-desktop__planner-overlay {
  background:
    radial-gradient(circle at 50% 0%, rgba(240, 86, 42, 0.18) 0%, rgba(240, 86, 42, 0) 34%),
    rgba(11, 24, 43, 0.66);
}

.mt-country-desktop__planner-shell {
  border-radius: 28px;
  box-shadow: 0 42px 130px -48px rgba(4, 15, 30, 0.92);
  grid-template-columns: 334px minmax(0, 1fr);
}

.mt-country-desktop__planner-rail {
  background:
    radial-gradient(circle at 78% 12%, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 31%),
    linear-gradient(165deg, #1d4b88 0%, #193c6e 58%, #102544 100%);
}

.mt-country-desktop__planner-brand > span {
  box-shadow: 0 14px 30px -18px rgba(240, 86, 42, 0.96);
}

.mt-country-desktop__planner-rail-copy {
  margin-top: 30px;
}

.mt-country-desktop__planner-rail-copy h2 {
  font-size: 29px;
}

.mt-country-desktop__planner-steps {
  margin-top: 28px;
}

.mt-country-desktop__planner-step-marker {
  min-height: 36px;
  padding-bottom: 6px;
}

.mt-country-desktop__planner-step-marker > strong {
  font-size: 13px;
}

.mt-country-desktop__planner-trust {
  backdrop-filter: blur(10px);
}

.mt-country-desktop__planner-stage {
  background:
    linear-gradient(180deg, #fbf8f2 0%, var(--mt-desktop-cream) 100%);
}

.mt-country-desktop__planner-close {
  box-shadow: 0 18px 38px -30px rgba(18, 44, 82, 0.65);
}

.mt-country-desktop__planner-card,
.mt-country-desktop__planner-start-card {
  border-radius: 26px;
  box-shadow: 0 28px 70px -42px rgba(21, 42, 78, 0.42);
}

.mt-country-desktop__planner-start-card {
  background:
    radial-gradient(circle at 88% 8%, #fff1e8 0%, rgba(255, 241, 232, 0) 32%),
    #ffffff;
}

.mt-country-desktop__planner-start-card h2,
.mt-country-desktop__planner-card h2 {
  font-size: 32px;
  line-height: 1.08;
}

.mt-country-desktop__planner-badges span {
  background: #fbf8f2;
}

.mt-country-desktop__planner-card-head {
  border-bottom: 1px solid var(--mt-desktop-divider);
  margin: -32px -32px 0;
  padding: 32px 32px 22px;
}

.mt-country-desktop__planner-content {
  margin-top: 22px;
}

.mt-country-desktop__planner-progress {
  background: #eadfce;
}

.mt-country-desktop__planner-option,
.mt-country-desktop__planner-chip-row button,
.mt-country-desktop__planner-method-grid button,
.mt-country-desktop__planner-duration-grid button,
.mt-country-desktop__planner-month-grid button,
.mt-country-desktop__planner-flex-button {
  background: #fbf8f2;
}

.mt-country-desktop__planner-option[aria-pressed="true"],
.mt-country-desktop__planner-option[aria-checked="true"],
.mt-country-desktop__planner-chip-row button[aria-pressed="true"],
.mt-country-desktop__planner-method-grid button[aria-pressed="true"],
.mt-country-desktop__planner-duration-grid button[aria-pressed="true"],
.mt-country-desktop__planner-flex-button[aria-pressed="true"],
.mt-country-desktop__planner-month-grid button[aria-pressed="true"] {
  background: linear-gradient(135deg, #fff4ee 0%, #fde3d8 100%);
}

.mt-country-desktop__planner-field input,
.mt-country-desktop__planner-field textarea,
.mt-country-desktop__planner-field select {
  background: #fffefb;
}

.mt-country-desktop__planner-field input:focus,
.mt-country-desktop__planner-field textarea:focus,
.mt-country-desktop__planner-field select:focus {
  border-color: rgba(240, 86, 42, 0.72);
  box-shadow: 0 0 0 4px rgba(240, 86, 42, 0.1);
  outline: 0;
}

.mt-country-desktop__planner-summary-card,
.mt-country-desktop__planner-budget,
.mt-country-desktop__planner-guide-questions,
.mt-country-desktop__planner-recap,
.mt-country-desktop__selected-trip {
  box-shadow: 0 18px 44px -38px rgba(18, 44, 82, 0.45);
}

.mt-country-desktop__planner-nav {
  border-top: 1px solid var(--mt-desktop-divider);
  margin: 22px -32px -32px;
  padding: 20px 32px 32px;
}

@media (max-width: 1180px) {
  .mt-country-desktop__hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 400px);
    max-width: 1120px;
  }

  .mt-country-desktop__benefit-grid,
  .mt-country-desktop__model-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mt-country-desktop__planner-shell {
    grid-template-columns: 300px minmax(0, 1fr);
    width: calc(100vw - 32px);
  }

  .mt-country-desktop__planner-rail {
    padding: 30px 24px 24px;
  }

  .mt-country-desktop__planner-stage {
    padding: 30px 22px;
  }
}

@media (max-width: 980px) {
  .mt-country-desktop__hero-inner {
    align-items: end;
    grid-template-columns: 1fr;
  }

  .mt-country-desktop__plan-card {
    max-width: 560px;
  }

}

@media (max-width: 760px) {
  .mt-country-desktop {
    padding-bottom: 0;
  }

  .mt-country-desktop__hero {
    border-radius: 0;
  }

  .mt-country-desktop__usp-list li {
    border-radius: 18px;
  }

  .mt-country-desktop__section,
  .mt-country-desktop__guide-section,
  .mt-country-desktop__inline-cta,
  .mt-country-desktop__faq-section,
  .mt-country-desktop__final-cta,
  .mt-country-desktop__footer {
    border-radius: 0;
  }

  .mt-country-desktop__model-detail-grid {
    grid-template-columns: 1fr;
  }

  .mt-country-desktop__planner-card-head {
    margin: -24px -18px 0;
    padding: 24px 18px 18px;
  }

  .mt-country-desktop__planner-nav {
    margin: 20px -18px -24px;
    padding: 18px;
  }
}

/* Desktop V2 Claude alignment pass. Desktop namespace only. */
.mt-country-desktop {
  --mt-desktop-page-max: 1180px;
  --mt-desktop-card-shadow-strong: 0 34px 72px -44px rgba(18, 44, 82, 0.56);
  --mt-desktop-card-shadow-soft: 0 22px 54px -42px rgba(18, 44, 82, 0.34);
  --mt-desktop-dialog-shadow: 0 46px 140px -52px rgba(4, 15, 30, 0.92);
  --mt-desktop-radius-xl: 30px;
  background:
    linear-gradient(180deg, #f8f3eb 0%, var(--mt-desktop-cream) 34%, #ffffff 68%, var(--mt-desktop-cream) 100%);
}

.mt-country-desktop__sticky-header {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(231, 224, 211, 0.96);
  box-shadow: 0 22px 58px -42px rgba(18, 44, 82, 0.72);
  min-height: 64px;
  padding: 11px 12px 11px 24px;
  width: min(var(--mt-desktop-page-max), calc(100% - 56px));
}

.mt-country-desktop__brand span {
  font-size: 17px;
  letter-spacing: 0;
}

.mt-country-desktop__brand small {
  color: #718092;
  font-size: 12px;
}

.mt-country-desktop__header-trust {
  background: var(--mt-desktop-chip);
  border: 1px solid rgba(25, 60, 110, 0.09);
  border-radius: 999px;
  color: var(--mt-desktop-blue);
  padding: 8px 12px;
}

.mt-country-desktop__hero {
  border-radius: 0 0 34px 34px;
  box-shadow: 0 46px 98px -60px rgba(8, 21, 42, 0.92);
  min-height: 900px;
}

.mt-country-desktop__hero::after {
  background: linear-gradient(180deg, rgba(246, 242, 234, 0) 0%, rgba(246, 242, 234, 0.88) 100%);
  bottom: -1px;
  content: "";
  height: 78px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 0;
}

.mt-country-desktop__hero-overlay {
  background:
    radial-gradient(circle at 76% 16%, rgba(240, 86, 42, 0.24) 0%, rgba(240, 86, 42, 0) 31%),
    linear-gradient(90deg, rgba(10, 25, 48, 0.95) 0%, rgba(18, 44, 82, 0.82) 42%, rgba(18, 44, 82, 0.26) 100%),
    linear-gradient(0deg, rgba(7, 16, 30, 0.78) 0%, rgba(7, 16, 30, 0.14) 52%, rgba(7, 16, 30, 0.62) 100%);
}

.mt-country-desktop__hero-inner {
  gap: 56px;
  grid-template-columns: minmax(0, 1fr) minmax(392px, 432px);
  max-width: var(--mt-desktop-page-max);
  min-height: 900px;
  padding: 150px 32px 64px;
}

.mt-country-desktop__hero-copy {
  max-width: 760px;
  padding-bottom: 48px;
}

.mt-country-desktop__hero-copy > * + * {
  margin-top: 22px;
}

.mt-country-desktop__hero-copy h1 {
  font-size: 72px;
  line-height: 0.98;
  max-width: 760px;
}

.mt-country-desktop__hero-lead {
  color: rgba(255, 255, 255, 0.9);
  font-size: 22px;
  line-height: 1.52;
  max-width: 650px;
}

.mt-country-desktop__usp-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 720px;
}

.mt-country-desktop__usp-list li {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.94);
  font-size: 14px;
  min-height: 42px;
  padding: 8px 14px 8px 9px;
}

.mt-country-desktop__usp-list li::before {
  box-shadow: 0 10px 24px -14px rgba(240, 86, 42, 0.86);
}

.mt-country-desktop__plan-card {
  border-radius: 24px;
  box-shadow: 0 34px 66px -26px rgba(0, 0, 0, 0.55);
  gap: 18px;
  padding: 28px;
}

.mt-country-desktop__plan-card h2 {
  font-size: 30px;
  line-height: 1.1;
}

.mt-country-desktop__quick-picks {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.mt-country-desktop__quick-picks button {
  align-content: start;
  display: grid;
  gap: 9px;
  hyphens: auto;
  justify-items: center;
  line-height: 1.22;
  min-height: 132px;
  overflow-wrap: break-word;
  padding: 14px 10px;
  text-align: center;
}

.mt-country-desktop__quick-picks span {
  height: 36px;
  width: 36px;
}

.mt-country-desktop__microcopy {
  background: #fbf8f2;
  border: 1px solid rgba(25, 60, 110, 0.08);
  border-radius: 14px;
  padding: 10px 12px;
}

.mt-country-desktop__hero-trips {
  background: linear-gradient(180deg, #ffffff 0%, #fbf8f2 100%);
  border-radius: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  padding: 15px;
}

.mt-country-desktop__hero-trip-teaser {
  box-shadow: 0 12px 30px -28px rgba(18, 44, 82, 0.5);
}

.mt-country-desktop__trust-strip {
  border-radius: 0 0 28px 28px;
  margin-top: -1px;
  padding: 30px 50px 38px;
}

.mt-country-desktop__press-row {
  grid-template-columns: 118px minmax(0, 1fr);
}

.mt-country-desktop__trust-stats div {
  background: #fbf8f2;
  border-radius: 16px;
  padding: 18px 14px;
}

.mt-country-desktop__section,
.mt-country-desktop__guide-section,
.mt-country-desktop__inline-cta,
.mt-country-desktop__faq-section,
.mt-country-desktop__final-cta,
.mt-country-desktop__footer {
  max-width: var(--mt-desktop-page-max);
}

.mt-country-desktop__section,
.mt-country-desktop__faq-section {
  border-radius: var(--mt-desktop-radius-xl);
  padding: 72px 56px;
}

.mt-country-desktop__section-heading {
  margin-bottom: 42px;
  max-width: 770px;
}

.mt-country-desktop__section-heading h2 {
  font-size: 48px;
  line-height: 1.03;
}

.mt-country-desktop__section-heading p:last-child {
  font-size: 18px;
  line-height: 1.58;
}

.mt-country-desktop__benefit-grid,
.mt-country-desktop__journey-grid,
.mt-country-desktop__location-grid,
.mt-country-desktop__steps-grid,
.mt-country-desktop__review-grid {
  gap: 22px;
}

.mt-country-desktop__benefit-card,
.mt-country-desktop__model-card,
.mt-country-desktop__journey-card,
.mt-country-desktop__review-card,
.mt-country-desktop__comparison-table {
  border-radius: 22px;
  box-shadow: var(--mt-desktop-card-shadow-soft);
}

.mt-country-desktop__benefit-card {
  padding: 26px;
}

.mt-country-desktop__benefit-card span,
.mt-country-desktop__planner-option-icon {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.mt-country-desktop__model-detail-grid article {
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 42px -38px rgba(18, 44, 82, 0.48);
}

.mt-country-desktop__model-card {
  background:
    radial-gradient(circle at 95% 4%, rgba(240, 86, 42, 0.18) 0%, rgba(240, 86, 42, 0) 30%),
    #ffffff;
  padding: 30px;
}

.mt-country-desktop__journey-card {
  border-radius: 24px;
}

.mt-country-desktop__journey-media {
  min-height: 236px;
}

.mt-country-desktop__journey-body {
  padding: 26px;
}

.mt-country-desktop__journey-body dl {
  border: 1px solid rgba(25, 60, 110, 0.08);
}

.mt-country-desktop__location-card {
  border-radius: 24px;
  min-height: 310px;
}

.mt-country-desktop__location-card::before {
  background:
    linear-gradient(0deg, rgba(18, 44, 82, 0.88), rgba(18, 44, 82, 0.06) 72%),
    linear-gradient(90deg, rgba(18, 44, 82, 0.24), rgba(18, 44, 82, 0));
}

.mt-country-desktop__steps-section {
  padding-bottom: 76px;
}

.mt-country-desktop__steps-grid article {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
}

.mt-country-desktop__guide-section {
  border-radius: var(--mt-desktop-radius-xl);
  gap: 58px;
  grid-template-columns: minmax(0, 1fr) 330px;
  padding: 76px 62px;
}

.mt-country-desktop__guide-copy blockquote {
  font-size: 29px;
  line-height: 1.28;
}

.mt-country-desktop__guide-profile {
  aspect-ratio: 4 / 5;
  border-radius: 30px;
  min-height: 360px;
}

.mt-country-desktop__comparison-section {
  background: #ffffff;
}

.mt-country-desktop__comparison-table {
  border-color: rgba(25, 60, 110, 0.1);
}

.mt-country-desktop__comparison-head span,
.mt-country-desktop__comparison-row span,
.mt-country-desktop__comparison-row b {
  padding: 20px;
}

.mt-country-desktop__inline-cta {
  box-shadow: var(--mt-desktop-card-shadow-soft);
}

.mt-country-desktop__inline-cta {
  background:
    radial-gradient(circle at 94% 10%, rgba(240, 86, 42, 0.2) 0%, rgba(240, 86, 42, 0) 32%),
    linear-gradient(135deg, #fff7f1 0%, #fce7dc 100%);
  padding: 50px 58px;
}

.mt-country-desktop__review-card {
  background:
    linear-gradient(180deg, #ffffff 0%, #fffdf9 100%);
  padding: 28px;
}

.mt-country-desktop__faq-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #fbf8f2 100%);
  gap: 56px;
  grid-template-columns: 360px minmax(0, 1fr);
}

.mt-country-desktop__faq-list details {
  background: #ffffff;
  border-radius: 18px;
  padding: 22px 24px;
}

.mt-country-desktop__faq-list summary {
  line-height: 1.35;
}

.mt-country-desktop__final-cta {
  border-radius: var(--mt-desktop-radius-xl);
  box-shadow: 0 36px 92px -62px rgba(8, 21, 42, 0.94);
  min-height: 330px;
  padding: 66px 58px;
}

.mt-country-desktop__final-cta h2 {
  font-size: 50px;
  line-height: 1.02;
}

.mt-country-desktop__footer {
  border-radius: 26px;
}

.mt-country-desktop__planner-overlay {
  backdrop-filter: blur(12px);
  background:
    radial-gradient(circle at 50% -12%, rgba(240, 86, 42, 0.24) 0%, rgba(240, 86, 42, 0) 38%),
    rgba(8, 18, 36, 0.68);
  padding: 28px;
}

.mt-country-desktop__planner-shell {
  border-radius: 24px;
  box-shadow: var(--mt-desktop-dialog-shadow);
  grid-template-columns: 322px minmax(0, 1fr);
  height: min(780px, calc(100vh - 56px));
  width: min(1180px, calc(100vw - 56px));
}

.mt-country-desktop__planner-rail {
  overflow: hidden;
  padding: 38px 30px 30px;
  position: relative;
}

.mt-country-desktop__planner-rail::before {
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 62%);
  content: "";
  height: 260px;
  position: absolute;
  right: -118px;
  top: -86px;
  width: 260px;
}

.mt-country-desktop__planner-rail > * {
  position: relative;
}

.mt-country-desktop__planner-brand > span {
  border-radius: 15px;
  height: 46px;
  width: 46px;
}

.mt-country-desktop__planner-rail-copy {
  margin-top: 34px;
}

.mt-country-desktop__planner-rail-copy h2 {
  font-size: 30px;
  line-height: 1.06;
}

.mt-country-desktop__planner-step-marker {
  grid-template-columns: 30px minmax(0, 1fr);
  min-height: 37px;
}

.mt-country-desktop__planner-step-marker::after {
  left: 14px;
  top: 30px;
}

.mt-country-desktop__planner-step-marker > span {
  height: 30px;
  width: 30px;
}

.mt-country-desktop__planner-step-marker > strong {
  font-size: 13px;
}

.mt-country-desktop__planner-stage {
  background:
    radial-gradient(circle at 92% 12%, rgba(240, 86, 42, 0.12) 0%, rgba(240, 86, 42, 0) 30%),
    linear-gradient(180deg, #fbf8f2 0%, var(--mt-desktop-cream) 100%);
  padding: 34px 42px;
}

.mt-country-desktop__planner-close {
  height: 40px;
  right: 24px;
  top: 24px;
  width: 40px;
}

.mt-country-desktop__planner-card,
.mt-country-desktop__planner-start-card {
  border-radius: 22px;
  box-shadow: 0 22px 54px -32px rgba(21, 42, 78, 0.32);
  max-height: min(712px, calc(100% - 8px));
  padding: 34px;
}

.mt-country-desktop__planner-start-card {
  min-height: 540px;
  padding: 42px;
}

.mt-country-desktop__planner-card--wide {
  width: min(770px, 100%);
}

.mt-country-desktop__planner-card--journey {
  width: min(720px, 100%);
}

.mt-country-desktop__planner-start-card h2,
.mt-country-desktop__planner-card h2,
.mt-country-desktop__planner-question h2 {
  font-size: 30px;
  line-height: 1.1;
}

.mt-country-desktop__planner-content {
  margin-top: 24px;
}

.mt-country-desktop__planner-option {
  background: #ffffff;
  border-color: rgba(25, 60, 110, 0.12);
  border-radius: 16px;
  box-shadow: 0 14px 34px -32px rgba(18, 44, 82, 0.5);
  min-height: 98px;
  padding: 17px;
}

.mt-country-desktop__planner-option-list .mt-country-desktop__planner-option {
  min-height: 78px;
}

.mt-country-desktop__planner-option-icon {
  background: #f0e9dd;
  border-radius: 15px;
}

.mt-country-desktop__planner-option[aria-pressed="true"],
.mt-country-desktop__planner-option[aria-checked="true"] {
  background: var(--mt-desktop-coral-soft);
  border-color: var(--mt-desktop-coral);
}

.mt-country-desktop__planner-chip-row button,
.mt-country-desktop__planner-method-grid button,
.mt-country-desktop__planner-duration-grid button,
.mt-country-desktop__planner-month-grid button,
.mt-country-desktop__planner-flex-button {
  background: #ffffff;
  min-height: 42px;
}

.mt-country-desktop__planner-stepper,
.mt-country-desktop__planner-consent,
.mt-country-desktop__planner-summary-card,
.mt-country-desktop__planner-budget,
.mt-country-desktop__planner-guide-questions,
.mt-country-desktop__planner-recap,
.mt-country-desktop__selected-trip {
  background: #ffffff;
  border-color: rgba(25, 60, 110, 0.11);
  border-radius: 18px;
  box-shadow: 0 16px 42px -38px rgba(18, 44, 82, 0.42);
}

.mt-country-desktop__planner-field input,
.mt-country-desktop__planner-field textarea,
.mt-country-desktop__planner-field select {
  background: #fffefb;
  border-radius: 12px;
  min-height: 48px;
}

.mt-country-desktop__planner-month-groups,
.mt-country-desktop__planner-summary-main {
  gap: 14px;
}

.mt-country-desktop__planner-summary-grid {
  grid-template-columns: 260px minmax(0, 1fr);
}

.mt-country-desktop__planner-recap div {
  padding: 13px 15px;
}

.mt-country-desktop__planner-guide-questions article {
  background: #fbf8f2;
}

.mt-country-desktop__planner-contact-grid {
  gap: 14px;
}

.mt-country-desktop__planner-phone-grid {
  gap: 14px;
}

.mt-country-desktop__planner-nav {
  align-items: center;
  margin: 24px -34px -34px;
  padding: 20px 34px 34px;
}

.mt-country-desktop__planner-primary,
.mt-country-desktop__planner-secondary {
  min-height: 48px;
  padding: 13px 22px;
}

@media (max-width: 1180px) {
  .mt-country-desktop__sticky-header {
    width: calc(100% - 40px);
  }

  .mt-country-desktop__hero-inner {
    gap: 34px;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 400px);
    padding-left: 28px;
    padding-right: 28px;
  }

  .mt-country-desktop__hero-copy h1 {
    font-size: 62px;
  }

  .mt-country-desktop__plan-card {
    padding: 24px;
  }

  .mt-country-desktop__quick-picks {
    grid-template-columns: 1fr;
  }

  .mt-country-desktop__quick-picks button {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    min-height: 62px;
    padding: 12px 14px;
    text-align: left;
  }

  .mt-country-desktop__section,
  .mt-country-desktop__guide-section,
  .mt-country-desktop__inline-cta,
  .mt-country-desktop__faq-section,
  .mt-country-desktop__final-cta,
  .mt-country-desktop__trust-strip,
  .mt-country-desktop__footer {
    width: calc(100% - 40px);
  }

  .mt-country-desktop__planner-shell {
    grid-template-columns: 306px minmax(0, 1fr);
    width: calc(100vw - 40px);
  }

  .mt-country-desktop__planner-stage {
    padding: 30px 24px;
  }
}

@media (max-width: 980px) {
  .mt-country-desktop__hero-inner {
    grid-template-columns: 1fr;
  }

  .mt-country-desktop__hero-copy {
    padding-bottom: 0;
  }

  .mt-country-desktop__guide-section,
  .mt-country-desktop__faq-section {
    grid-template-columns: 1fr;
  }

  .mt-country-desktop__guide-profile {
    max-width: 360px;
  }
}

/* Desktop V2 shell-width refinement pass. Desktop namespace only. */
.mt-country-desktop {
  --mt-desktop-page-max: 1180px;
  --mt-desktop-section-gap: 0px;
  background:
    linear-gradient(180deg, #f5efe5 0%, var(--mt-desktop-cream) 32%, #ffffff 58%, var(--mt-desktop-cream) 100%);
  padding-bottom: 0;
}

.mt-country-desktop__sticky-header {
  width: min(var(--mt-desktop-page-max), calc(100% - 56px));
}

.mt-country-desktop__hero {
  border-radius: 0;
  margin-top: -84px;
  min-height: clamp(880px, 96vh, 980px);
}

.mt-country-desktop__hero::after {
  height: 104px;
}

.mt-country-desktop__hero-overlay {
  background:
    radial-gradient(circle at 78% 16%, rgba(240, 86, 42, 0.26) 0%, rgba(240, 86, 42, 0) 30%),
    linear-gradient(100deg, rgba(7, 18, 35, 0.96) 0%, rgba(18, 44, 82, 0.86) 44%, rgba(18, 44, 82, 0.23) 100%),
    linear-gradient(0deg, rgba(7, 16, 30, 0.84) 0%, rgba(7, 16, 30, 0.08) 50%, rgba(7, 16, 30, 0.66) 100%);
}

.mt-country-desktop__hero-inner {
  gap: 52px;
  grid-template-columns: minmax(0, 1fr) minmax(460px, 500px);
  max-width: none;
  min-height: clamp(880px, 96vh, 980px);
  padding: 172px 0 76px;
  width: min(var(--mt-desktop-page-max), calc(100% - 56px));
}

.mt-country-desktop__hero-copy {
  max-width: 720px;
  padding-bottom: 64px;
}

.mt-country-desktop__hero-copy h1 {
  font-size: clamp(68px, 5.2vw, 84px);
  letter-spacing: 0;
  line-height: 0.96;
}

.mt-country-desktop__hero-lead {
  font-size: 23px;
  line-height: 1.52;
  max-width: 700px;
}

.mt-country-desktop__usp-list {
  gap: 12px;
  max-width: 760px;
}

.mt-country-desktop__usp-list li {
  font-size: 15px;
  min-height: 44px;
  padding-right: 16px;
}

.mt-country-desktop__plan-card {
  border-radius: 24px;
  gap: 22px;
  max-width: 500px;
  padding: 34px;
  width: 100%;
}

.mt-country-desktop__plan-card h2 {
  font-size: 34px;
  line-height: 1.07;
}

.mt-country-desktop__quick-picks {
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mt-country-desktop__quick-picks button {
  min-height: 144px;
  padding: 16px 12px;
}

.mt-country-desktop__quick-picks button[aria-pressed="true"] {
  border-color: var(--mt-desktop-coral);
  box-shadow: 0 20px 38px -30px rgba(240, 86, 42, 0.92);
}

.mt-country-desktop__button--wide {
  font-size: 16px;
  min-height: 54px;
}

.mt-country-desktop__microcopy {
  color: var(--mt-desktop-copy);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.mt-country-desktop__hero-trips {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: 138px minmax(0, 1fr);
  padding: 16px;
}

.mt-country-desktop__hero-trip-list {
  align-items: center;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
}

.mt-country-desktop__hero-trip-teaser {
  grid-template-columns: 46px minmax(0, 1fr);
  min-height: 60px;
  padding: 7px 8px 7px 7px;
}

.mt-country-desktop__hero-trip-thumb {
  height: 46px;
  width: 46px;
}

.mt-country-desktop__hero-trip-teaser strong {
  font-size: 13px;
}

.mt-country-desktop__hero-trip-cue {
  align-self: stretch;
  align-items: center;
  background: var(--mt-desktop-coral-soft);
  border: 1px solid rgba(240, 86, 42, 0.28);
  border-radius: 999px;
  color: var(--mt-desktop-coral-dark);
  display: inline-flex;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
}

.mt-country-desktop__trust-strip,
.mt-country-desktop__section,
.mt-country-desktop__guide-section,
.mt-country-desktop__inline-cta,
.mt-country-desktop__faq-section,
.mt-country-desktop__final-cta,
.mt-country-desktop__footer {
  margin-top: 0;
  width: min(var(--mt-desktop-page-max), calc(100% - 56px));
}

.mt-country-desktop__trust-strip {
  border-radius: 0;
  box-shadow: none;
  padding: 36px 56px 42px;
}

.mt-country-desktop__press-row {
  grid-template-columns: 132px minmax(0, 1fr);
}

.mt-country-desktop__press-row div {
  gap: 18px 34px;
}

.mt-country-desktop__press-row strong {
  font-size: 18px;
}

.mt-country-desktop__trust-stats {
  gap: 14px;
}

.mt-country-desktop__trust-stats div {
  background: #f8f4ed;
  border-radius: 18px;
  padding: 20px 16px;
}

.mt-country-desktop__trust-stats dt {
  font-size: 36px;
}

.mt-country-desktop__section {
  border-left: 1px solid rgba(25, 60, 110, 0.08);
  border-radius: 0;
  border-right: 1px solid rgba(25, 60, 110, 0.08);
  border-top: 0;
  box-shadow: none;
  padding: 68px 56px;
}

.mt-country-desktop__section-heading {
  margin-bottom: 44px;
  max-width: 840px;
}

.mt-country-desktop__section-heading h2 {
  font-size: 50px;
}

.mt-country-desktop__benefit-grid {
  gap: 20px;
}

.mt-country-desktop__benefit-card {
  min-height: 250px;
}

.mt-country-desktop__journey-grid {
  gap: 24px;
}

.mt-country-desktop__journey-media {
  min-height: 292px;
}

.mt-country-desktop__journey-body {
  padding: 28px;
}

.mt-country-desktop__location-card {
  min-height: 340px;
}

.mt-country-desktop__guide-section {
  border-radius: 0;
  gap: 68px;
  grid-template-columns: minmax(0, 1fr) 380px;
  padding: 82px 64px;
}

.mt-country-desktop__guide-copy blockquote {
  font-size: 32px;
}

.mt-country-desktop__guide-profile {
  min-height: 430px;
}

.mt-country-desktop__comparison-section {
  padding-bottom: 76px;
}

.mt-country-desktop__comparison-table {
  border-radius: 24px;
}

.mt-country-desktop__comparison-head,
.mt-country-desktop__comparison-row {
  grid-template-columns: 1.25fr repeat(3, minmax(0, 1fr));
}

.mt-country-desktop__comparison-head span,
.mt-country-desktop__comparison-row span,
.mt-country-desktop__comparison-row b {
  padding: 22px;
}

.mt-country-desktop__comparison-value--mt {
  color: var(--mt-desktop-coral-dark) !important;
}

.mt-country-desktop__inline-cta {
  border-radius: 0;
  box-shadow: none;
  padding: 56px 64px;
}

.mt-country-desktop__review-card {
  min-height: 280px;
  padding: 32px;
}

.mt-country-desktop__review-card > span {
  background: #fff7e5;
  border-radius: 999px;
  display: inline-flex;
  padding: 7px 11px;
  width: fit-content;
}

.mt-country-desktop__review-card blockquote {
  font-size: 27px;
}

.mt-country-desktop__faq-section {
  border-radius: 0;
  box-shadow: none;
  gap: 64px;
  grid-template-columns: 380px minmax(0, 1fr);
  padding: 76px 64px;
}

.mt-country-desktop__faq-intro h2 {
  font-size: 46px;
}

.mt-country-desktop__faq-list {
  gap: 14px;
}

.mt-country-desktop__faq-list details {
  border-radius: 20px;
  padding: 24px 26px;
}

.mt-country-desktop__faq-list p {
  font-size: 16px;
  line-height: 1.62;
}

.mt-country-desktop__final-cta {
  border-radius: 0 0 var(--mt-desktop-radius-xl) var(--mt-desktop-radius-xl);
  min-height: 380px;
  padding: 78px 64px;
}

.mt-country-desktop__final-cta h2 {
  font-size: 56px;
  max-width: 780px;
  justify-self: center;
}

.mt-country-desktop__final-cta .mt-country-desktop__button {
  min-height: 56px;
  min-width: 260px;
}

.mt-country-desktop__footer {
  border-radius: 0;
}

.mt-country-desktop__planner-rail {
  padding-bottom: 26px;
}

.mt-country-desktop__planner-steps {
  margin-top: 26px;
}

.mt-country-desktop__planner-step-marker {
  min-height: 35px;
  padding-bottom: 5px;
}

.mt-country-desktop__planner-trust {
  border-radius: 16px;
  padding: 12px 14px;
}

.mt-country-desktop__planner-option-grid {
  gap: 10px;
}

.mt-country-desktop__planner-option {
  gap: 9px;
  min-height: 90px;
  padding: 15px;
}

.mt-country-desktop__planner-option-grid .mt-country-desktop__planner-option {
  min-height: 88px;
}

.mt-country-desktop__planner-option-list .mt-country-desktop__planner-option {
  gap: 12px;
  min-height: 82px;
}

.mt-country-desktop__planner-option > div {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.mt-country-desktop__planner-option strong,
.mt-country-desktop__planner-option small {
  display: block;
}

.mt-country-desktop__planner-option small {
  line-height: 1.35;
}

.mt-country-desktop__planner-option-icon {
  border-radius: 14px;
  height: 44px;
  width: 44px;
}

.mt-country-desktop__planner-summary-card,
.mt-country-desktop__planner-budget,
.mt-country-desktop__planner-guide-questions,
.mt-country-desktop__planner-recap,
.mt-country-desktop__planner-consent {
  border-radius: 20px;
}

.mt-country-desktop__planner-summary-card {
  padding: 18px;
}

.mt-country-desktop__planner-contact-grid,
.mt-country-desktop__planner-phone-grid {
  gap: 16px;
}

.mt-country-desktop__planner-field input,
.mt-country-desktop__planner-field textarea,
.mt-country-desktop__planner-field select {
  border-radius: 13px;
}

.mt-country-desktop__planner-consent {
  padding: 16px;
}

@media (max-width: 1180px) {
  .mt-country-desktop__sticky-header,
  .mt-country-desktop__trust-strip,
  .mt-country-desktop__section,
  .mt-country-desktop__guide-section,
  .mt-country-desktop__inline-cta,
  .mt-country-desktop__faq-section,
  .mt-country-desktop__final-cta,
  .mt-country-desktop__footer {
    width: calc(100% - 32px);
  }

  .mt-country-desktop__hero-inner {
    gap: 36px;
    grid-template-columns: minmax(0, 1fr) minmax(430px, 470px);
    width: calc(100% - 32px);
  }

  .mt-country-desktop__hero-copy h1 {
    font-size: 62px;
  }

  .mt-country-desktop__plan-card {
    max-width: 470px;
    padding: 30px;
  }

  .mt-country-desktop__quick-picks {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mt-country-desktop__quick-picks button {
    align-content: start;
    display: grid;
    justify-content: center;
    min-height: 134px;
    text-align: center;
  }

  .mt-country-desktop__hero-trips {
    grid-template-columns: 1fr;
  }

  .mt-country-desktop__hero-trip-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
  }

  .mt-country-desktop__guide-section,
  .mt-country-desktop__faq-section {
    gap: 44px;
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 1060px) {
  .mt-country-desktop__hero-inner {
    grid-template-columns: 1fr;
    padding-bottom: 62px;
    padding-top: 138px;
  }

  .mt-country-desktop__hero-copy {
    padding-bottom: 0;
  }

  .mt-country-desktop__plan-card {
    max-width: 620px;
  }

  .mt-country-desktop__benefit-grid,
  .mt-country-desktop__journey-grid,
  .mt-country-desktop__location-grid,
  .mt-country-desktop__review-grid,
  .mt-country-desktop__steps-grid,
  .mt-country-desktop__model-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mt-country-desktop__guide-section,
  .mt-country-desktop__faq-section,
  .mt-country-desktop__inline-cta {
    grid-template-columns: 1fr;
  }
}

/* Desktop V2 iterative Claude alignment. Desktop namespace only. */
.mt-country-desktop {
  background:
    linear-gradient(180deg, #ebe5dc 0%, var(--mt-desktop-cream) 34%, #ffffff 66%, var(--mt-desktop-cream) 100%);
}

.mt-country-desktop__hero {
  border-radius: 28px 28px 0 0;
  box-shadow: 0 34px 92px -66px rgba(7, 18, 35, 0.92);
  margin: -68px auto 0;
  min-height: 900px;
  overflow: hidden;
  width: min(var(--mt-desktop-page-max), calc(100% - 56px));
}

.mt-country-desktop__hero-inner {
  align-content: end;
  align-items: end;
  gap: 18px 56px;
  grid-template-areas:
    "copy spacer"
    "card spacer";
  grid-template-columns: minmax(0, 590px) minmax(0, 1fr);
  grid-template-rows: auto auto;
  min-height: 900px;
  padding: 118px 48px 48px;
  width: 100%;
}

.mt-country-desktop__hero-copy {
  grid-area: copy;
  max-width: 590px;
  padding-bottom: 0;
}

.mt-country-desktop__hero-copy > * + * {
  margin-top: 18px;
}

.mt-country-desktop__hero-copy h1 {
  font-size: 62px;
  line-height: 0.98;
}

.mt-country-desktop__hero-copy .mt-country-desktop__eyebrow {
  color: rgba(255, 255, 255, 0.84);
}

.mt-country-desktop__hero-lead {
  font-size: 20px;
  line-height: 1.5;
  max-width: 560px;
}

.mt-country-desktop__usp-list {
  gap: 8px 12px;
  max-width: 590px;
}

.mt-country-desktop__usp-list li {
  font-size: 14px;
  min-height: 36px;
  padding-right: 6px;
}

.mt-country-desktop__usp-list li::before {
  flex-basis: 22px;
  font-size: 12px;
  height: 22px;
  width: 22px;
}

.mt-country-desktop__plan-card {
  grid-area: card;
  gap: 14px;
  max-width: 560px;
  padding: 24px;
  width: 560px;
}

.mt-country-desktop__plan-card h2 {
  font-size: 29px;
  line-height: 1.08;
}

.mt-country-desktop__quick-picks {
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mt-country-desktop__quick-picks button {
  align-content: start;
  display: grid;
  font-size: 14px;
  gap: 10px;
  justify-content: center;
  line-height: 1.16;
  min-height: 88px;
  padding: 12px 10px;
  text-align: center;
}

.mt-country-desktop__quick-picks span {
  flex-basis: 28px;
  height: 28px;
  justify-self: center;
  width: 28px;
}

.mt-country-desktop__microcopy {
  font-size: 13px;
}

.mt-country-desktop__button--wide {
  min-height: 50px;
}

.mt-country-desktop__hero-trips {
  gap: 10px;
  grid-template-columns: 132px minmax(0, 1fr);
  padding: 12px;
}

.mt-country-desktop__hero-trip-list {
  gap: 7px;
}

.mt-country-desktop__hero-trip-teaser {
  grid-template-columns: 42px minmax(0, 1fr);
  min-height: 54px;
}

.mt-country-desktop__hero-trip-thumb {
  height: 42px;
  width: 42px;
}

.mt-country-desktop__hero-trip-teaser strong {
  font-size: 12px;
  line-height: 1.18;
}

.mt-country-desktop__hero-trip-teaser small {
  font-size: 10px;
}

.mt-country-desktop__trust-strip {
  border-radius: 0;
  box-shadow: none;
  margin-top: 0;
  padding: 26px 56px 38px;
}

.mt-country-desktop__section--cream {
  margin-top: 0;
}

@media (max-width: 1180px) {
  .mt-country-desktop__hero {
    width: calc(100% - 32px);
  }

  .mt-country-desktop__hero-inner {
    gap: 18px 42px;
    grid-template-columns: minmax(0, 540px) minmax(0, 1fr);
    padding: 118px 44px 44px;
    width: 100%;
  }

  .mt-country-desktop__hero-copy h1 {
    font-size: 56px;
  }

  .mt-country-desktop__hero-lead {
    font-size: 19px;
  }

  .mt-country-desktop__plan-card {
    max-width: 540px;
    width: 540px;
  }
}

@media (max-width: 1060px) {
  .mt-country-desktop__hero-inner {
    grid-template-areas:
      "copy"
      "card";
    grid-template-columns: 1fr;
    padding: 132px 40px 46px;
  }

  .mt-country-desktop__plan-card {
    max-width: 620px;
    width: 100%;
  }
}

/* Desktop V2 visual iteration 2: compact hero stage and calmer plan cue. */
.mt-country-desktop__hero-inner {
  gap: 16px 54px;
  grid-template-columns: minmax(0, 560px) minmax(0, 1fr);
  padding: 94px 48px 42px;
}

.mt-country-desktop__hero-copy {
  max-width: 560px;
}

.mt-country-desktop__hero-copy h1 {
  font-size: 56px;
}

.mt-country-desktop__hero-lead {
  font-size: 19px;
  max-width: 540px;
}

.mt-country-desktop__usp-list {
  gap: 8px;
  max-width: 560px;
}

.mt-country-desktop__usp-list li {
  font-size: 13px;
  min-height: 34px;
  padding: 6px 12px 6px 8px;
}

.mt-country-desktop__plan-card {
  gap: 12px;
  max-width: 540px;
  padding: 22px;
  width: 540px;
}

.mt-country-desktop__plan-card h2 {
  font-size: 26px;
}

.mt-country-desktop__quick-picks button {
  font-size: 13px;
  hyphens: none;
  line-height: 1.18;
  min-height: 76px;
  overflow-wrap: normal;
  padding: 11px 9px;
  word-break: normal;
}

.mt-country-desktop__quick-picks span {
  height: 26px;
  width: 26px;
}

.mt-country-desktop__microcopy {
  padding: 8px 10px;
}

.mt-country-desktop__button--wide {
  min-height: 48px;
}

.mt-country-desktop__hero-trips {
  align-items: center;
  grid-template-columns: 128px minmax(0, 1fr);
  padding: 10px;
}

.mt-country-desktop__hero-trip-list {
  grid-template-columns: repeat(2, 42px) auto;
  justify-content: end;
}

.mt-country-desktop__hero-trip-teaser {
  display: grid;
  grid-template-columns: 38px;
  min-height: 42px;
  padding: 4px;
}

.mt-country-desktop__hero-trip-thumb {
  height: 38px;
  width: 38px;
}

.mt-country-desktop__hero-trip-teaser > span:last-child {
  display: none;
}

.mt-country-desktop__hero-trip-cue {
  min-height: 42px;
  padding: 0 14px;
}

@media (max-width: 1180px) {
  .mt-country-desktop__hero-inner {
    grid-template-columns: minmax(0, 520px) minmax(0, 1fr);
    padding: 96px 42px 42px;
  }

  .mt-country-desktop__hero-copy h1 {
    font-size: 52px;
  }

  .mt-country-desktop__plan-card {
    max-width: 520px;
    width: 520px;
  }
}

@media (max-width: 1060px) {
  .mt-country-desktop__hero-inner {
    grid-template-columns: 1fr;
    padding: 118px 40px 44px;
  }

  .mt-country-desktop__plan-card {
    max-width: 580px;
    width: 100%;
  }
}

/* Desktop V2 visual iteration 3: resilient body grids and model CTA layout. */
.mt-country-desktop__benefit-grid {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.mt-country-desktop__journey-grid {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.mt-country-desktop__location-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.mt-country-desktop__review-grid {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.mt-country-desktop__model-card {
  align-items: center;
  grid-template-columns: 220px minmax(0, 1fr) auto;
}

.mt-country-desktop__model-card h3,
.mt-country-desktop__model-card p {
  margin-top: 0;
}

.mt-country-desktop__model-card .mt-country-desktop__button {
  min-width: 220px;
  white-space: nowrap;
}

@media (max-width: 1060px) {
  .mt-country-desktop__model-card {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .mt-country-desktop__model-card .mt-country-desktop__button {
    justify-self: start;
  }
}

/* Desktop V2 homepage pattern port. Desktop namespace only. */
.mt-country-desktop {
  --mt-blue: #193c6e;
  --mt-blue-dark: #11233f;
  --mt-night: #0e1f38;
  --mt-tomato: #f0562a;
  --mt-tomato-hover: #e0481c;
  --cta-grad: linear-gradient(180deg, #f96a35, #e0481c);
  --cta-grad-light: linear-gradient(180deg, #f0562a, #d9431a);
  --cta-grad-hover: linear-gradient(180deg, #f0562a, #cf3f14);
  --mt-sand: #ffd9a0;
  --mt-cream: #f6f1ea;
  --mt-text: #45494f;
  --mt-muted: #7a828c;
  --mt-border: #e8ecef;
  --mt-warm-border: #efe7da;
  --mt-green: #1f8a5b;
  --mt-green-bg: #e3f2ea;
  --mt-serif: "PS Fournier", Georgia, serif;
  --mt-sans: "New Hero", Arial, sans-serif;
  --mt-desktop-blue: var(--mt-blue);
  --mt-desktop-blue-dark: var(--mt-blue-dark);
  --mt-desktop-coral: var(--mt-tomato);
  --mt-desktop-coral-dark: var(--mt-tomato-hover);
  --mt-desktop-cream: var(--mt-cream);
  --mt-desktop-copy: var(--mt-text);
  --mt-desktop-muted: var(--mt-muted);
  --mt-desktop-border: var(--mt-border);
  --mt-desktop-warm-border: var(--mt-warm-border);
  --mt-desktop-serif: var(--mt-serif);
  --mt-desktop-sans: var(--mt-sans);
  background: #ffffff;
  color: var(--mt-text);
  font-family: var(--mt-sans);
  overflow-x: clip;
}

.mt-country-desktop a {
  color: inherit;
  text-decoration: none;
}

.mt-country-desktop img {
  display: block;
  max-width: 100%;
}

.mt-country-desktop__sticky-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(14, 31, 56, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  box-shadow: 0 18px 46px rgba(8, 20, 40, 0.18);
  color: #ffffff;
  display: grid;
  gap: 28px;
  grid-template-columns: auto 1fr auto;
  margin: 0 auto;
  max-width: 1320px;
  min-height: 68px;
  padding: 10px 14px 10px 24px;
  position: sticky;
  top: 18px;
  transform: translateY(18px);
  width: calc(100% - 96px);
  z-index: 80;
}

.mt-country-desktop__brand {
  color: #ffffff;
  gap: 1px;
}

.mt-country-desktop__brand span {
  color: #ffffff;
  font-family: var(--mt-serif);
  font-size: 23px;
  line-height: 1;
}

.mt-country-desktop__brand small,
.mt-country-desktop__header-trust {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  letter-spacing: 0;
}

.mt-country-desktop__header-nav {
  align-items: center;
  display: flex;
  gap: 26px;
  justify-content: center;
}

.mt-country-desktop__header-nav a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  min-height: 38px;
  padding: 12px 0;
}

.mt-country-desktop__header-nav a:hover {
  color: #ffffff;
}

.mt-country-desktop__header-actions {
  align-items: center;
  gap: 14px;
}

.mt-country-desktop__button {
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
  min-height: 48px;
  padding: 14px 26px;
}

.mt-country-desktop__button--primary {
  background: var(--cta-grad-light);
  box-shadow: 0 10px 26px rgba(240, 86, 42, 0.45);
}

.mt-country-desktop__button--primary:hover {
  background: var(--cta-grad-hover);
  transform: translateY(-2px);
}

.mt-country-desktop__button--secondary {
  background: #ffffff;
  border: 1px solid rgba(25, 60, 110, 0.14);
  color: var(--mt-blue);
}

.mt-country-desktop__hero {
  border-radius: 0;
  box-shadow: none;
  height: 900px;
  margin: -86px 0 0;
  min-height: 820px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.mt-country-desktop__hero::before {
  animation: mt-country-desktop-hero-ken 18s ease-in-out infinite alternate;
  background: inherit;
  background-position: center;
  background-size: cover;
  content: "";
  inset: 0;
  position: absolute;
  transform: scale(1.02);
  z-index: 0;
}

.mt-country-desktop__hero-overlay {
  background:
    linear-gradient(180deg, rgba(15, 32, 60, 0.58) 0%, rgba(15, 32, 60, 0.14) 36%, rgba(15, 32, 60, 0.86) 100%),
    linear-gradient(90deg, rgba(14, 31, 56, 0.42) 0%, rgba(14, 31, 56, 0.08) 54%, rgba(14, 31, 56, 0.46) 100%);
  z-index: 1;
}

.mt-country-desktop__hero-popular {
  align-items: center;
  backdrop-filter: blur(12px);
  background: rgba(13, 31, 55, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
  color: #ffffff;
  display: inline-flex;
  gap: 11px;
  max-width: 360px;
  padding: 10px 15px;
  position: absolute;
  right: max(48px, calc((100vw - 1280px) / 2 + 48px));
  top: 126px;
  z-index: 3;
}

.mt-country-desktop__hero-popular small {
  background: rgba(255, 217, 160, 0.16);
  border-radius: 6px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  padding: 7px 9px;
  text-transform: uppercase;
}

.mt-country-desktop__hero-popular span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
}

.mt-country-desktop__hero-inner {
  align-items: end;
  display: grid;
  gap: 64px;
  grid-template-areas: "copy card";
  grid-template-columns: minmax(0, 1fr) 430px;
  margin: 0 auto;
  height: 900px;
  min-height: 820px;
  padding: 172px 0 58px;
  position: relative;
  width: min(1280px, calc(100% - 96px));
  z-index: 2;
}

.mt-country-desktop__hero-copy {
  grid-area: copy;
  max-width: 780px;
}

.mt-country-desktop__hero-copy > * + * {
  margin-top: 20px;
}

.mt-country-desktop__hero-trust {
  align-items: center;
  color: #ffffff;
  display: inline-flex;
  gap: 14px;
  margin-bottom: 4px;
}

.mt-country-desktop__hero-trust strong {
  color: var(--mt-sand);
  font-size: 15px;
  font-weight: 900;
}

.mt-country-desktop__hero-trust span {
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  font-weight: 800;
}

.mt-country-desktop__hero-copy .mt-country-desktop__eyebrow,
.mt-country-desktop__hero-copy h1,
.mt-country-desktop__hero-lead,
.mt-country-desktop__usp-list li {
  color: #ffffff;
}

.mt-country-desktop__eyebrow {
  color: var(--mt-tomato);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mt-country-desktop__hero-copy h1 {
  font-family: var(--mt-serif);
  font-size: 74px;
  font-weight: 700;
  line-height: 1.02;
  max-width: 820px;
  text-shadow: 0 2px 30px rgba(0, 0, 0, 0.25);
}

.mt-country-desktop__hero-lead {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.36;
  max-width: 620px;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.32);
}

.mt-country-desktop__usp-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 720px;
}

.mt-country-desktop__usp-list li {
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  min-height: 40px;
  padding: 8px 16px 8px 9px;
}

.mt-country-desktop__usp-list li::before {
  background: rgba(255, 217, 160, 0.2);
  color: #ffffff;
}

.mt-country-desktop__plan-card {
  background: #ffffff;
  border: 0;
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  color: var(--mt-text);
  gap: 13px;
  grid-area: card;
  max-width: none;
  padding: 24px;
  width: 430px;
}

.mt-country-desktop__plan-card .mt-country-desktop__eyebrow {
  margin: 0;
}

.mt-country-desktop__plan-card h2 {
  color: var(--mt-blue);
  font-family: var(--mt-serif);
  font-size: 29px;
  line-height: 1.08;
  margin: 0;
}

.mt-country-desktop__quick-picks {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
}

.mt-country-desktop__quick-picks button {
  align-items: center;
  background: #fffaf1;
  border: 1px solid rgba(25, 60, 110, 0.08);
  border-radius: 16px;
  color: var(--mt-text);
  display: grid;
  font-size: 15px;
  gap: 3px 13px;
  grid-template-columns: 40px minmax(0, 1fr);
  min-height: 68px;
  padding: 10px 12px;
  text-align: left;
}

.mt-country-desktop__quick-picks button[aria-pressed="true"],
.mt-country-desktop__quick-picks button:hover {
  background: #fffdf8;
  border-color: rgba(240, 86, 42, 0.34);
  box-shadow: 0 16px 34px rgba(25, 60, 110, 0.12);
  color: var(--mt-text);
}

.mt-country-desktop__quick-picks span {
  background: var(--mt-blue);
  color: #ffffff;
  font-family: var(--mt-serif);
  font-size: 18px;
  grid-row: 1 / span 2;
  height: 40px;
  width: 40px;
}

.mt-country-desktop__quick-picks strong {
  color: var(--mt-blue);
  display: block;
  font-size: 15px;
  line-height: 1.22;
}

.mt-country-desktop__quick-picks small {
  color: var(--mt-muted);
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.mt-country-desktop__microcopy {
  background: var(--mt-green-bg);
  border: 0;
  border-radius: 999px;
  color: var(--mt-green);
  font-size: 13px;
  font-weight: 800;
  padding: 9px 14px;
}

.mt-country-desktop__button--wide {
  width: 100%;
}

.mt-country-desktop__hero-trips {
  background: rgba(25, 60, 110, 0.05);
  border: 1px solid rgba(25, 60, 110, 0.08);
  border-radius: 18px;
  display: grid;
  gap: 12px;
  grid-template-columns: 132px minmax(0, 1fr);
  padding: 12px;
}

.mt-country-desktop__hero-trips-copy span,
.mt-country-desktop__hero-trip-teaser small {
  color: var(--mt-muted);
}

.mt-country-desktop__hero-trips-copy strong,
.mt-country-desktop__hero-trip-teaser strong {
  color: var(--mt-blue);
}

.mt-country-desktop__hero-trip-list {
  display: grid;
  gap: 8px;
}

.mt-country-desktop__hero-trip-teaser {
  background: #ffffff;
  border-radius: 13px;
  display: grid;
  gap: 10px;
  grid-template-columns: 46px minmax(0, 1fr);
  min-height: 58px;
  padding: 6px 10px 6px 6px;
}

.mt-country-desktop__hero-trip-thumb {
  border-radius: 11px;
  height: 46px;
  width: 46px;
}

.mt-country-desktop__hero-trip-cue {
  align-items: center;
  background: transparent;
  color: var(--mt-tomato);
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  justify-content: flex-end;
  min-height: 24px;
}

.mt-country-desktop__trust-strip {
  background: var(--mt-blue);
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
  margin: 0;
  max-width: none;
  padding: 48px max(48px, calc((100vw - 1280px) / 2 + 48px));
  width: 100%;
}

.mt-country-desktop__press-row {
  color: rgba(255, 255, 255, 0.66);
  margin: 0 auto 28px;
  max-width: 1180px;
}

.mt-country-desktop__press-row > span {
  color: rgba(255, 255, 255, 0.66);
  letter-spacing: 0;
}

.mt-country-desktop__press-row div {
  gap: 22px;
  justify-content: center;
}

.mt-country-desktop__press-row strong {
  color: rgba(255, 255, 255, 0.88);
}

.mt-country-desktop__trust-panel {
  display: grid;
  gap: 24px;
  margin: 0 auto;
  max-width: 1180px;
}

.mt-country-desktop__trust-stats {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  margin: 0;
}

.mt-country-desktop__trust-stats div {
  background: transparent;
  border: 0;
  padding: 0;
  text-align: center;
}

.mt-country-desktop__trust-stats dt {
  color: #ffffff;
  font-family: var(--mt-serif);
  font-size: 48px;
  line-height: 1;
}

.mt-country-desktop__trust-stats dd {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  margin-top: 8px;
}

.mt-country-desktop__trust-proof-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mt-country-desktop__trust-proof-card,
.mt-country-desktop__trust-safety-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  color: #ffffff;
  display: grid;
  gap: 6px;
  min-height: 148px;
  padding: 24px;
}

.mt-country-desktop__trust-proof-card strong {
  color: #ffffff;
  font-family: var(--mt-serif);
  font-size: 38px;
  line-height: 1;
}

.mt-country-desktop__trust-proof-card span,
.mt-country-desktop__trust-safety-card .mt-country-desktop__eyebrow {
  color: var(--mt-sand);
  font-weight: 900;
}

.mt-country-desktop__trust-proof-card small,
.mt-country-desktop__trust-safety-card p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.5;
}

.mt-country-desktop__trust-proof-card b {
  color: #ffffff;
  font-size: 13px;
}

.mt-country-desktop__section {
  margin: 0 auto;
  max-width: 1280px;
  padding: 92px 48px;
  width: 100%;
}

.mt-country-desktop__section--cream {
  background: transparent;
}

.mt-country-desktop__section--cream,
.mt-country-desktop__locations-section,
.mt-country-desktop__reviews-section {
  max-width: none;
  padding-left: max(48px, calc((100vw - 1280px) / 2 + 48px));
  padding-right: max(48px, calc((100vw - 1280px) / 2 + 48px));
}

.mt-country-desktop__section--cream,
.mt-country-desktop__locations-section {
  background: var(--mt-cream);
}

.mt-country-desktop__section-heading {
  margin: 0 auto 48px;
  max-width: 760px;
  text-align: center;
}

.mt-country-desktop__section-heading h2,
.mt-country-desktop__guide-section h2,
.mt-country-desktop__final-cta h2,
.mt-country-desktop__faq-intro h2 {
  color: var(--mt-blue);
  font-family: var(--mt-serif);
  font-size: 48px;
  line-height: 1.08;
}

.mt-country-desktop__section-heading p:last-child {
  color: var(--mt-text);
  font-size: 18px;
  line-height: 1.55;
  max-width: 680px;
}

.mt-country-desktop__benefit-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 860px;
}

.mt-country-desktop__benefit-card {
  background: #fffaf1;
  border: 1px solid rgba(25, 60, 110, 0.08);
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(25, 60, 110, 0.08);
  min-height: 230px;
  overflow: hidden;
  padding: 22px;
  position: relative;
}

.mt-country-desktop__benefit-card::before {
  background: radial-gradient(circle at 14% 0%, rgba(240, 86, 42, 0.16), rgba(240, 86, 42, 0) 36%);
  content: "";
  inset: 0;
  opacity: 0.76;
  pointer-events: none;
  position: absolute;
}

.mt-country-desktop__benefit-card > * {
  position: relative;
  z-index: 1;
}

.mt-country-desktop__benefit-card:hover {
  background: #fffdf8;
  border-color: rgba(240, 86, 42, 0.28);
  box-shadow: 0 20px 46px rgba(25, 60, 110, 0.13);
  transform: translateY(-3px);
}

.mt-country-desktop__benefit-icon {
  align-items: center;
  background: transparent;
  color: var(--mt-blue);
  display: inline-flex;
  font-family: var(--mt-serif);
  font-size: 32px;
  font-weight: 800;
  height: 62px;
  justify-content: center;
  margin-bottom: 14px;
  width: 62px;
}

.mt-country-desktop__benefit-card h3 {
  color: var(--mt-text);
  font-size: 21px;
  line-height: 1.2;
  margin: 0;
}

.mt-country-desktop__benefit-card p {
  color: #5d6570;
  font-size: 15px;
  line-height: 1.55;
  margin: 10px 0 0;
}

.mt-country-desktop__benefit-action {
  align-items: center;
  color: var(--mt-tomato);
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  gap: 8px;
  margin-top: auto;
  padding-top: 18px;
}

.mt-country-desktop__model-detail-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 42px auto 0;
  max-width: 1080px;
}

.mt-country-desktop__model-detail-card {
  background: #ffffff;
  border: 1px solid rgba(25, 60, 110, 0.08);
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(25, 60, 110, 0.06);
  display: grid;
  gap: 14px;
  padding: 22px;
}

.mt-country-desktop__model-detail-card > span {
  color: var(--mt-tomato);
  font-family: var(--mt-serif);
  font-size: 28px;
}

.mt-country-desktop__model-detail-card h3 {
  color: var(--mt-blue);
  font-size: 18px;
  line-height: 1.2;
  margin: 0;
}

.mt-country-desktop__model-detail-card p {
  color: var(--mt-muted);
  font-size: 14px;
  line-height: 1.5;
  margin: 8px 0 0;
}

.mt-country-desktop__model-card {
  align-items: center;
  background: var(--mt-blue);
  border-radius: 22px;
  color: #ffffff;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 240px) minmax(0, 1fr) auto;
  margin: 36px auto 0;
  max-width: 1080px;
  padding: 28px;
}

.mt-country-desktop__model-card h3,
.mt-country-desktop__model-card p {
  color: #ffffff;
}

.mt-country-desktop__journey-grid {
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.mt-country-desktop__journey-card,
.mt-country-desktop__review-card {
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(25, 60, 110, 0.08);
}

.mt-country-desktop__journey-media {
  min-height: 240px;
}

.mt-country-desktop__journey-body h3 {
  color: var(--mt-blue);
  font-family: var(--mt-serif);
  font-size: 27px;
  line-height: 1.12;
}

.mt-country-desktop__text-button {
  color: var(--mt-tomato);
}

.mt-country-desktop__locations-section {
  background: #ffffff;
}

.mt-country-desktop__location-grid {
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.mt-country-desktop__location-card {
  border-radius: 18px;
  min-height: 300px;
}

.mt-country-desktop__steps-section {
  background: var(--mt-cream);
  color: var(--mt-text);
  max-width: none;
  padding-left: max(48px, calc((100vw - 1280px) / 2 + 48px));
  padding-right: max(48px, calc((100vw - 1280px) / 2 + 48px));
  text-align: center;
}

.mt-country-desktop__steps-section h2,
.mt-country-desktop__steps-section h3,
.mt-country-desktop__steps-section .mt-country-desktop__section-heading p:last-child {
  color: var(--mt-blue);
}

.mt-country-desktop__route-visual {
  margin: 0 auto 8px;
  max-width: 1180px;
}

.mt-country-desktop__route-visual svg {
  display: block;
  height: 210px;
  width: 100%;
}

.mt-country-desktop__route-path {
  fill: none;
  stroke-linecap: round;
}

.mt-country-desktop__route-path--base {
  stroke: #e7ddcd;
  stroke-dasharray: 1 11;
  stroke-width: 3;
}

.mt-country-desktop__route-path--accent {
  stroke: var(--mt-tomato);
  stroke-width: 3.5;
}

.mt-country-desktop__route-visual circle {
  fill: #ffffff;
  stroke: var(--mt-tomato);
  stroke-width: 4;
}

.mt-country-desktop__steps-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto 34px;
  max-width: 1180px;
}

.mt-country-desktop__steps-grid article {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0 12px;
}

.mt-country-desktop__steps-grid span {
  color: var(--mt-tomato);
  font-family: var(--mt-serif);
  font-size: 29px;
  line-height: 1;
}

.mt-country-desktop__steps-grid h3 {
  font-size: 23px;
  line-height: 1.18;
  margin: 8px 0 9px;
}

.mt-country-desktop__steps-grid p {
  color: #5f6874;
  font-size: 17px;
  line-height: 1.58;
}

.mt-country-desktop__guide-section {
  background:
    radial-gradient(circle at 64% 28%, rgba(84, 132, 189, 0.26), transparent 34%),
    linear-gradient(180deg, #183f72 0%, #102b4f 58%, #0e2442 100%);
  color: #ffffff;
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(0, 1.04fr) minmax(340px, 0.96fr);
  max-width: none;
  padding: 96px max(48px, calc((100vw - 1280px) / 2 + 48px));
}

.mt-country-desktop__guide-copy {
  max-width: 520px;
}

.mt-country-desktop__guide-section .mt-country-desktop__eyebrow {
  color: #f7a99e;
}

.mt-country-desktop__guide-section h2 {
  color: #ffffff;
  margin-bottom: 22px;
}

.mt-country-desktop__guide-copy blockquote {
  color: #ffffff;
  font-family: var(--mt-serif);
  font-size: 28px;
  font-style: italic;
  line-height: 1.38;
}

.mt-country-desktop__guide-copy p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
  line-height: 1.58;
}

.mt-country-desktop__guide-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin: 36px 0;
}

.mt-country-desktop__guide-facts span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

.mt-country-desktop__guide-facts strong {
  color: #ffffff;
  display: block;
  font-family: var(--mt-serif);
  font-size: 34px;
  margin-bottom: 5px;
}

.mt-country-desktop__guide-profile {
  align-self: center;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  display: grid;
  justify-items: center;
  margin: 0 auto;
  max-width: 430px;
  padding: 28px;
  text-align: center;
}

.mt-country-desktop__guide-profile img,
.mt-country-desktop__guide-profile > span {
  border: 2px solid rgba(255, 255, 255, 0.26);
  border-radius: 50%;
  height: 220px;
  object-fit: cover;
  width: 220px;
}

.mt-country-desktop__guide-profile > span {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  display: inline-flex;
  font-family: var(--mt-serif);
  font-size: 70px;
  justify-content: center;
}

.mt-country-desktop__guide-profile div {
  margin-top: 18px;
}

.mt-country-desktop__guide-profile strong {
  color: #ffffff;
  display: block;
  font-size: 18px;
}

.mt-country-desktop__guide-profile small {
  color: rgba(255, 255, 255, 0.68);
  display: block;
  font-size: 14px;
  margin-top: 6px;
}

.mt-country-desktop__comparison-section {
  background: #ffffff;
}

.mt-country-desktop__inline-cta {
  background: var(--mt-blue);
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
  max-width: none;
  padding: 42px max(48px, calc((100vw - 1280px) / 2 + 48px));
}

.mt-country-desktop__inline-cta h2,
.mt-country-desktop__inline-cta .mt-country-desktop__eyebrow {
  color: #ffffff;
}

.mt-country-desktop__reviews-section {
  background: var(--mt-cream);
}

.mt-country-desktop__review-grid {
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  margin: 0 auto;
  max-width: 1180px;
}

.mt-country-desktop__review-card {
  display: grid;
  gap: 16px;
  padding: 28px;
}

.mt-country-desktop__review-head {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: space-between;
}

.mt-country-desktop__review-avatar {
  align-items: center;
  background: var(--mt-green-bg);
  border-radius: 50%;
  color: var(--mt-green);
  display: inline-flex;
  flex: 0 0 56px;
  font-weight: 900;
  height: 56px;
  justify-content: center;
  overflow: hidden;
  width: 56px;
}

.mt-country-desktop__review-avatar img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.mt-country-desktop__review-head > div:last-child {
  display: grid;
  justify-items: end;
}

.mt-country-desktop__review-head span {
  color: #ffc24b;
  font-weight: 900;
}

.mt-country-desktop__review-head small,
.mt-country-desktop__review-person small {
  color: var(--mt-muted);
}

.mt-country-desktop__review-person {
  display: grid;
  gap: 3px;
  margin: 0;
}

.mt-country-desktop__review-card blockquote {
  color: var(--mt-text);
  font-family: var(--mt-serif);
  font-size: 22px;
  font-style: italic;
  line-height: 1.42;
}

.mt-country-desktop__review-card a {
  color: var(--mt-tomato);
  font-size: 14px;
  font-weight: 900;
}

.mt-country-desktop__faq-section {
  border-radius: 0;
  box-shadow: none;
  max-width: none;
  padding: 88px max(48px, calc((100vw - 1180px) / 2 + 48px));
}

.mt-country-desktop__final-cta {
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 217, 160, 0.22), transparent 30%),
    linear-gradient(180deg, #183f72 0%, var(--mt-night) 100%);
  border-radius: 0;
  color: #ffffff;
  max-width: none;
  padding: 92px 48px;
  text-align: center;
}

.mt-country-desktop__final-cta-inner {
  margin: 0 auto;
  max-width: 760px;
}

.mt-country-desktop__final-cta .mt-country-desktop__eyebrow {
  color: #f7a99e;
}

.mt-country-desktop__final-cta h2,
.mt-country-desktop__final-cta p {
  color: #ffffff;
}

.mt-country-desktop__final-cta h2 {
  font-size: 54px;
}

.mt-country-desktop__final-cta p:not(.mt-country-desktop__eyebrow) {
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  line-height: 1.58;
}

.mt-country-desktop__final-trust-line {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 28px;
}

.mt-country-desktop__final-trust-line span {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  display: inline-flex;
  gap: 8px;
  min-height: 42px;
  padding: 8px 15px;
}

.mt-country-desktop__final-trust-line strong {
  color: #ffffff;
}

.mt-country-desktop__footer {
  background: var(--mt-night);
  color: rgba(255, 255, 255, 0.78);
  max-width: none;
  padding: 82px 48px 34px;
}

.mt-country-desktop__footer-inner {
  display: grid;
  gap: 44px;
  margin: 0 auto;
  max-width: 1180px;
}

.mt-country-desktop__footer-brand {
  max-width: 520px;
}

.mt-country-desktop__footer-brand > strong,
.mt-country-desktop__footer h3,
.mt-country-desktop__footer-claim {
  color: #ffffff;
  font-family: var(--mt-serif);
}

.mt-country-desktop__footer-brand > strong {
  display: block;
  font-size: 32px;
  margin-bottom: 16px;
}

.mt-country-desktop__footer-claim {
  font-size: 28px;
  line-height: 1.14;
  margin: 0 0 12px;
}

.mt-country-desktop__footer p {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.55;
}

.mt-country-desktop__footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.mt-country-desktop__footer-badges span,
.mt-country-desktop__footer-badges a {
  align-items: center;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  min-height: 40px;
  padding: 9px 14px;
}

.mt-country-desktop__footer-badges img {
  max-height: 28px;
  width: auto;
}

.mt-country-desktop__footer-destinations > div {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mt-country-desktop__footer-destinations strong {
  color: #ffffff;
  display: block;
  margin-bottom: 10px;
}

.mt-country-desktop__footer-secondary {
  display: grid;
  gap: 36px;
}

.mt-country-desktop__footer-themes > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mt-country-desktop__footer-themes a {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
  padding: 9px 13px;
}

.mt-country-desktop__footer-links {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mt-country-desktop__footer-links > div,
.mt-country-desktop__footer-destinations > div > div {
  display: grid;
  gap: 7px;
  align-content: start;
}

.mt-country-desktop__footer h3 {
  font-size: 18px;
  margin: 0 0 10px;
}

.mt-country-desktop__footer a,
.mt-country-desktop__footer button {
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 14px;
  justify-self: start;
  line-height: 1.35;
  padding: 0;
  text-align: left;
}

.mt-country-desktop__footer a:hover,
.mt-country-desktop__footer button:hover {
  color: #ffffff;
}

.mt-country-desktop__footer-contact {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.mt-country-desktop__footer-contact a {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  display: grid;
  gap: 4px;
  padding: 14px;
}

.mt-country-desktop__footer-contact strong {
  color: #ffffff;
}

.mt-country-desktop__footer-contact small {
  color: rgba(255, 255, 255, 0.58);
}

.mt-country-desktop__footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  gap: 22px;
  justify-content: space-between;
  padding-top: 22px;
}

.mt-country-desktop__footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
}

.mt-country-desktop__footer-bottom small {
  color: rgba(255, 255, 255, 0.54);
}

@keyframes mt-country-desktop-hero-ken {
  from {
    transform: scale(1.02);
  }

  to {
    transform: scale(1.08);
  }
}

@media (max-width: 1180px) {
  .mt-country-desktop__sticky-header {
    gap: 18px;
    width: calc(100% - 48px);
  }

  .mt-country-desktop__header-nav {
    gap: 18px;
  }

  .mt-country-desktop__hero-popular {
    left: 36px;
    right: auto;
  }

  .mt-country-desktop__hero-inner {
    gap: 42px;
    grid-template-columns: minmax(0, 1fr) 400px;
    padding-bottom: 76px;
    width: calc(100% - 72px);
  }

  .mt-country-desktop__hero-copy h1 {
    font-size: 60px;
  }

  .mt-country-desktop__hero-lead {
    font-size: 21px;
  }

  .mt-country-desktop__plan-card {
    transform: translateY(28px);
    width: 400px;
  }

  .mt-country-desktop__hero-trips {
    grid-template-columns: 1fr;
  }

  .mt-country-desktop__hero-trip-list {
    align-items: center;
    grid-template-columns: repeat(2, 48px) minmax(0, auto);
    justify-content: end;
  }

  .mt-country-desktop__hero-trip-teaser {
    grid-template-columns: 46px;
    padding: 5px;
  }

  .mt-country-desktop__hero-trip-teaser > span:last-child {
    display: none;
  }

  .mt-country-desktop__trust-proof-grid,
  .mt-country-desktop__model-detail-grid,
  .mt-country-desktop__footer-destinations > div,
  .mt-country-desktop__footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .mt-country-desktop__sticky-header {
    grid-template-columns: 1fr auto;
  }

  .mt-country-desktop__header-nav,
  .mt-country-desktop__header-trust {
    display: none;
  }

  .mt-country-desktop__hero {
    height: auto;
    min-height: 0;
  }

  .mt-country-desktop__hero-inner {
    grid-template-areas:
      "copy"
      "card";
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
    padding: 168px 0 58px;
  }

  .mt-country-desktop__plan-card {
    transform: none;
    width: min(560px, 100%);
  }

  .mt-country-desktop__benefit-grid,
  .mt-country-desktop__steps-grid,
  .mt-country-desktop__guide-section,
  .mt-country-desktop__inline-cta {
    grid-template-columns: 1fr;
  }

  .mt-country-desktop__route-visual {
    display: none;
  }

  .mt-country-desktop__guide-section {
    gap: 42px;
  }
}

@media (max-width: 760px) {
  .mt-country-desktop__sticky-header {
    border-radius: 22px;
    min-height: 0;
    padding: 10px;
    top: 10px;
    transform: translateY(10px);
    width: calc(100% - 24px);
  }

  .mt-country-desktop__brand small,
  .mt-country-desktop__hero-popular,
  .mt-country-desktop__hero-trust span {
    display: none;
  }

  .mt-country-desktop__button {
    min-height: 42px;
    padding: 11px 17px;
  }

  .mt-country-desktop__hero {
    margin-top: -70px;
  }

  .mt-country-desktop__hero-inner {
    padding: 142px 0 44px;
    width: calc(100% - 32px);
  }

  .mt-country-desktop__hero-copy h1,
  .mt-country-desktop__final-cta h2 {
    font-size: 42px;
  }

  .mt-country-desktop__hero-lead {
    font-size: 18px;
  }

  .mt-country-desktop__plan-card {
    padding: 20px;
  }

  .mt-country-desktop__hero-trips,
  .mt-country-desktop__trust-proof-grid,
  .mt-country-desktop__model-detail-grid,
  .mt-country-desktop__footer-destinations > div,
  .mt-country-desktop__footer-links {
    grid-template-columns: 1fr;
  }

  .mt-country-desktop__section,
  .mt-country-desktop__section--cream,
  .mt-country-desktop__locations-section,
  .mt-country-desktop__steps-section,
  .mt-country-desktop__reviews-section,
  .mt-country-desktop__faq-section,
  .mt-country-desktop__final-cta,
  .mt-country-desktop__footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .mt-country-desktop__section-heading h2,
  .mt-country-desktop__guide-section h2,
  .mt-country-desktop__faq-intro h2 {
    font-size: 34px;
  }

  .mt-country-desktop__benefit-grid {
    grid-template-columns: 1fr;
  }

  .mt-country-desktop__model-card,
  .mt-country-desktop__footer-bottom {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .mt-country-desktop__footer-bottom {
    display: grid;
  }
}

.mt-country-mobile {
  --mt-cream: #fbf8f2;
  --mt-cream-2: #f7f3ec;
  --mt-cream-3: #fbf3ef;
  --mt-soft-orange: #fbefe9;
  --mt-line: #efe7dc;
  --mt-line-2: #e7dfd3;
  --mt-ink: #1c2b3a;
  --mt-ink-2: #2b3947;
  --mt-copy: #4a5560;
  --mt-muted: #6b6356;
  --mt-muted-2: #8a8275;
  --mt-orange: #f0562a;
  --mt-orange-2: #f96a35;
  --mt-orange-3: #e0481c;
  --cta-grad: linear-gradient(180deg, #f96a35, #e0481c);
  --cta-grad-light: linear-gradient(180deg, #f0562a, #d9431a);
  --cta-grad-hover: linear-gradient(180deg, #f0562a, #cf3f14);
  --mt-brown: #b07a5b;
  --mt-green: #1c8a5b;
  --mt-green-2: #0ba879;
  --mt-yellow: #f5a623;
  --mt-dark: #15202b;
  --mt-footer: #08090c;
  --mt-safe-top: env(safe-area-inset-top, 0px);
  --mt-safe-bottom: env(safe-area-inset-bottom, 0px);
  background: #fff;
  color: var(--mt-ink);
  font-family: "New Hero", system-ui, sans-serif;
  line-height: 1.45;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
  position: relative;
  width: 100%;
  hyphens: auto;
  overflow-wrap: break-word;
  word-break: normal;
  -webkit-tap-highlight-color: transparent;
}

.mt-country-mobile *,
.mt-country-mobile *::before,
.mt-country-mobile *::after {
  box-sizing: border-box;
}

.mt-country-mobile :where(a, button, input, textarea, select) {
  font: inherit;
  letter-spacing: 0;
}

.mt-country-mobile :where(h1, h2, h3, h4, h5, h6, p) {
  color: inherit;
  font: inherit;
  letter-spacing: 0;
  margin: 0;
}

.mt-country-mobile :where(button, input, textarea, select) {
  -webkit-appearance: none;
  appearance: none;
}

.mt-country-mobile :where(button) {
  background: none;
  border: 0;
  color: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: none;
}

.mt-country-mobile :where(a) {
  color: inherit;
  text-decoration: none;
}

.mt-country-mobile :where(img, svg, canvas, video) {
  max-width: 100%;
}

.mt-country-mobile :where(ol, ul) {
  margin: 0;
}

.mt-country-mobile h1,
.mt-country-mobile h2,
.mt-country-mobile h3,
.mt-country-mobile p,
.mt-country-mobile blockquote {
  margin: 0;
}

.mt-country-mobile button,
.mt-country-mobile input,
.mt-country-mobile textarea {
  font: inherit;
}

.mt-country-mobile button {
  cursor: pointer;
}

.mt-country-mobile button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.mt-country-mobile input:focus,
.mt-country-mobile textarea:focus,
.mt-country-mobile button:focus-visible,
.mt-country-mobile a:focus-visible {
  outline: 2px solid rgba(236, 94, 72, 0.42);
  outline-offset: 2px;
}

.mt-country-mobile__scroll {
  background: #fff;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
  position: relative;
  width: 100%;
}

.mt-country-mobile--preview {
  height: 100%;
  min-height: 0;
  overflow: hidden;
  position: absolute;
  inset: 0;
}

.mt-country-mobile--preview .mt-country-mobile__scroll {
  inset: 0;
  overflow-y: auto;
  position: absolute;
  scrollbar-width: none;
}

.mt-country-mobile--preview .mt-country-mobile__scroll::-webkit-scrollbar,
.mt-country-mobile__trip-carousel::-webkit-scrollbar,
.mt-country-mobile__place-carousel::-webkit-scrollbar,
.mt-country-mobile__sheet-scroll::-webkit-scrollbar,
.mt-country-mobile__planner-scroll::-webkit-scrollbar {
  display: none;
}

.mt-country-mobile__sticky-header {
  align-items: center;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid #efe9e0;
  display: flex;
  justify-content: space-between;
  min-height: calc(58px + var(--mt-safe-top));
  padding: calc(12px + var(--mt-safe-top)) 18px 10px;
  position: sticky;
  top: 0;
  z-index: 30;
}

.mt-country-mobile__logo-link {
  display: block;
  height: 32px;
  line-height: 0;
  position: relative;
  transform: translateY(2px) scale(1.16);
  transform-origin: left center;
  transition: transform 0.32s cubic-bezier(0.22, 0.61, 0.36, 1), filter 0.32s ease;
  z-index: 5;
  filter: drop-shadow(0 4px 10px rgba(13, 30, 40, 0.18));
}

.mt-country-mobile__logo-link--scrolled {
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  transform: translateY(0) scale(1);
}

.mt-country-mobile__logo-link img {
  display: block;
  height: 100%;
  width: auto;
}

.mt-country-mobile__contact-link {
  align-items: center;
  color: var(--mt-ink);
  display: inline-flex;
  font-size: 13px;
  font-weight: 600;
  gap: 6px;
  text-decoration: none;
}

.mt-country-mobile__contact-link span {
  align-items: center;
  background: var(--mt-soft-orange);
  border-radius: 50%;
  color: var(--mt-ink);
  display: inline-flex;
  font-size: 15px;
  font-weight: 900;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.mt-country-mobile__hero {
  padding-bottom: 22px;
  position: relative;
}

.mt-country-mobile__hero-image {
  background-color: #7fb0bd;
  background-position: center 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(330px + min(var(--mt-safe-top), 20px));
  position: relative;
}

.mt-country-mobile__hero-image-fallback {
  align-items: center;
  background:
    linear-gradient(180deg, rgba(244, 244, 244, 0.96), rgba(208, 212, 216, 0.96)),
    repeating-linear-gradient(135deg, #d8d8d8 0 14px, #c9cdd1 14px 28px);
  color: #1d3554;
  display: flex;
  flex-direction: column;
  gap: 8px;
  inset: 0;
  justify-content: center;
  min-height: 100%;
  position: absolute;
  text-align: center;
  z-index: 0;
}

.mt-country-mobile__hero-image-fallback span {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(29, 53, 84, 0.18);
  border-radius: 999px;
  font-size: clamp(13px, 3.8vw, 15px);
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 9px 14px;
  text-transform: uppercase;
}

.mt-country-mobile__hero-image-fallback small {
  color: rgba(29, 53, 84, 0.76);
  font-size: 13px;
  font-weight: 700;
}

.mt-country-mobile__hero-shade {
  background: linear-gradient(
    180deg,
    rgba(13, 38, 46, 0) 0%,
    rgba(13, 38, 46, 0) 70%,
    rgba(8, 22, 28, 0.14) 100%
  );
  inset: 0;
  position: absolute;
  z-index: 1;
}

.mt-country-mobile__rating-pill {
  align-items: center;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 999px;
  color: var(--mt-ink);
  display: flex;
  font-size: 11px;
  font-weight: 600;
  gap: 6px;
  padding: 5px 10px;
  position: absolute;
  right: 14px;
  top: 14px;
}

.mt-country-mobile__stars,
.mt-country-mobile__rating-pill span {
  color: var(--mt-yellow);
  letter-spacing: 1px;
}

.mt-country-mobile__hero-copy {
  bottom: 18px;
  color: #fff;
  left: 18px;
  position: absolute;
  right: 18px;
  text-shadow: 0 2px 18px rgba(8, 22, 28, 0.85), 0 1px 4px rgba(8, 22, 28, 0.6);
  z-index: 2;
}

.mt-country-mobile__hero-copy h1 {
  color: #fff;
  font-family: "PS Fournier", Georgia, serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.08;
  text-shadow: 0 3px 22px rgba(2, 12, 18, 0.9), 0 1px 5px rgba(2, 12, 18, 0.75);
}

.mt-country-mobile__hero-copy p {
  color: rgba(255, 255, 255, 0.95);
  font-size: 13.5px;
  line-height: 1.45;
  margin-top: 8px;
  text-shadow: 0 2px 14px rgba(2, 12, 18, 0.78);
}

.mt-country-mobile__intent-card {
  background: #fff;
  border: 1px solid var(--mt-line);
  border-radius: 20px;
  box-shadow: 0 14px 30px rgba(28, 43, 58, 0.12);
  margin: -14px 16px 0;
  padding: 14px 14px 16px;
  position: relative;
  z-index: 2;
}

.mt-country-mobile__segmented {
  background: #f4efe7;
  border-radius: 13px;
  display: flex;
  gap: 4px;
  margin-bottom: 14px;
  padding: 4px;
}

.mt-country-mobile__segmented button {
  background: transparent;
  border: 0;
  border-radius: 10px;
  color: var(--mt-muted-2);
  flex: 1;
  font-size: 13px;
  font-weight: 700;
  padding: 9px;
  transition: 0.15s;
}

.mt-country-mobile__segmented button[aria-pressed="true"] {
  background: #fff;
  box-shadow: 0 1px 3px rgba(28, 43, 58, 0.14);
  color: var(--mt-ink);
}

.mt-country-mobile__hero-action-row {
  align-items: center;
  background: #f4efe7;
  border-radius: 14px;
  display: flex;
  gap: 5px;
  justify-content: center;
  margin: 0 auto 14px;
  max-width: 100%;
  padding: 4px;
  text-align: center;
  width: 100%;
}

.mt-country-mobile__hero-action-row button {
  align-items: center;
  border-radius: 11px;
  display: inline-flex;
  flex: 1 1 0;
  font-size: 12.5px;
  font-weight: 800;
  justify-content: center;
  line-height: 1.15;
  min-height: 38px;
  padding: 8px 9px;
  text-align: center;
  white-space: normal;
}

.mt-country-mobile__hero-action-primary {
  background: #fff !important;
  box-shadow: 0 1px 3px rgba(28, 43, 58, 0.14);
  color: var(--mt-ink) !important;
}

.mt-country-mobile__hero-action-link {
  color: #c2402b !important;
}

.mt-country-mobile__tab-panel {
  animation: mtCountryFadeIn 0.28s ease both;
  padding: 0 2px;
}

.mt-country-mobile__micro-eyebrow,
.mt-country-mobile__section-heading > span {
  color: var(--mt-orange-3);
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.mt-country-mobile__tab-panel h2,
.mt-country-mobile__section-heading h2,
.mt-country-mobile__benefits-section h2,
.mt-country-mobile__places-section h2,
.mt-country-mobile__testimonial-heading h2,
.mt-country-mobile__final-cta h2,
.mt-country-mobile__guide-section h2 {
  color: var(--mt-ink);
  font-family: "PS Fournier", Georgia, serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.15;
}

.mt-country-mobile__tab-panel h2 {
  font-size: 18px;
  margin-bottom: 12px;
}

.mt-country-mobile__hero-options {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mt-country-mobile__hero-options button {
  align-items: center;
  background: #fff;
  border: 1.5px solid var(--mt-line-2);
  border-radius: 13px;
  color: var(--mt-ink);
  display: flex;
  font-size: 14px;
  font-weight: 600;
  gap: 10px;
  padding: 12px 14px;
  text-align: left;
  transition: 0.12s;
  width: 100%;
}

.mt-country-mobile__hero-options button:active {
  background: #fff6f3;
  border-color: var(--mt-orange);
  transform: scale(0.97);
}

.mt-country-mobile__hero-options span {
  font-size: 18px;
}

.mt-country-mobile__hero-microcopy {
  color: var(--mt-muted-2);
  font-size: 11.5px;
  margin-top: 12px;
  text-align: center;
}

.mt-country-mobile__hero-example-cta {
  background: var(--mt-cream);
  border: 1px solid var(--mt-line);
  border-radius: 16px;
  padding: 16px;
  text-align: center;
}

.mt-country-mobile__hero-example-cta h2 {
  margin-bottom: 6px;
}

.mt-country-mobile__hero-example-cta p {
  color: var(--mt-muted);
  font-size: 12.5px;
  line-height: 1.45;
  margin-bottom: 13px;
}

.mt-country-mobile__hero-example-cta button {
  background: #fff;
  border: 1.5px solid var(--mt-orange);
  border-radius: 12px;
  color: #c2402b;
  font-size: 14px;
  font-weight: 800;
  padding: 12px 14px;
  width: 100%;
}

.mt-country-mobile__tab-heading {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  margin-bottom: 11px;
}

.mt-country-mobile__tab-heading button {
  background: none;
  border: 0;
  color: var(--mt-orange-3);
  font-size: 12px;
  font-weight: 700;
  padding: 0;
}

.mt-country-mobile__trip-carousel,
.mt-country-mobile__place-carousel {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.mt-country-mobile__trip-media::after,
.mt-country-mobile__place-carousel article::after,
.mt-country-mobile__detail-hero > div,
.mt-country-mobile__selected-trip-media::after {
  background: linear-gradient(180deg, rgba(13, 38, 46, 0.08), rgba(13, 38, 46, 0.55));
  content: "";
  inset: 0;
  position: absolute;
}

.mt-country-mobile__examples-link {
  background: none;
  border: 0;
  color: var(--mt-ink);
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin: 12px auto 0;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.mt-country-mobile__trust-section {
  background: var(--mt-cream-2);
  border-bottom: 1px solid var(--mt-line);
  border-top: 1px solid var(--mt-line);
  padding: 18px 16px;
}

.mt-country-mobile__trust-card-row {
  display: flex;
  gap: 10px;
}

.mt-country-mobile__trust-card-row a {
  align-items: center;
  background: #fff;
  border: 1px solid #eae3d7;
  border-radius: 14px;
  box-shadow: 0 4px 12px rgba(28, 43, 58, 0.05);
  color: inherit;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 13px 10px 12px;
  text-decoration: none;
}

.mt-country-mobile__trusted-icon {
  align-items: center;
  background: var(--mt-ink);
  border: 2px solid #f5c518;
  border-radius: 50%;
  display: flex;
  height: 40px;
  justify-content: center;
  margin-bottom: 6px;
  position: relative;
  width: 40px;
}

.mt-country-mobile__trusted-icon span {
  color: #fff;
  font-family: Georgia, serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 700;
}

.mt-country-mobile__trusted-icon i {
  align-items: center;
  background: var(--mt-green-2);
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -3px;
  color: #fff;
  display: flex;
  font-size: 10px;
  font-style: normal;
  height: 16px;
  justify-content: center;
  position: absolute;
  right: -4px;
  width: 16px;
}

.mt-country-mobile__google-word {
  align-items: center;
  display: flex;
  font-family: Arial, sans-serif;
  font-size: 21px;
  font-weight: 700;
  height: 40px;
  letter-spacing: -0.5px;
  margin-bottom: 6px;
}

.mt-country-mobile__google-word span:nth-child(1),
.mt-country-mobile__google-word span:nth-child(4) {
  color: #4285f4;
}

.mt-country-mobile__google-word span:nth-child(2),
.mt-country-mobile__google-word span:nth-child(6) {
  color: #ea4335;
}

.mt-country-mobile__google-word span:nth-child(3) {
  color: #fbbc05;
}

.mt-country-mobile__google-word span:nth-child(5) {
  color: #34a853;
}

.mt-country-mobile__trust-card-row strong {
  color: var(--mt-ink);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mt-country-mobile__trust-card-row small {
  color: var(--mt-muted-2);
  font-size: 10.5px;
  margin-top: 1px;
}

.mt-country-mobile__trust-card-row b {
  color: var(--mt-ink);
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
  margin-top: 2px;
}

.mt-country-mobile__trust-card-row em {
  color: var(--mt-green-2);
  font-size: 9.5px;
  font-style: normal;
  font-weight: 700;
  margin-top: 2px;
}

.mt-country-mobile__safety-strip {
  align-items: center;
  background: #fff;
  border: 1px solid #eae3d7;
  border-radius: 12px;
  display: flex;
  gap: 8px;
  margin-top: 12px;
  padding: 9px 12px;
}

.mt-country-mobile__safety-strip > span {
  align-items: center;
  background: #e7f4ec;
  border-radius: 50%;
  color: var(--mt-green-2);
  display: inline-flex;
  flex: 0 0 26px;
  font-size: 13px;
  height: 26px;
  justify-content: center;
  width: 26px;
}

.mt-country-mobile__safety-strip p {
  color: #5c5447;
  font-size: 11.5px;
  line-height: 1.35;
}

.mt-country-mobile__safety-strip strong {
  color: var(--mt-ink);
}

.mt-country-mobile__press-strip {
  align-items: center;
  color: var(--mt-ink);
  display: flex;
  flex-direction: column;
  font-size: 11.5px;
  font-weight: 800;
  gap: 8px;
  justify-content: center;
  margin-top: 14px;
  opacity: 0.72;
}

.mt-country-mobile__press-strip-label {
  color: var(--mt-muted-2);
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.mt-country-mobile__press-logo-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 9px 14px;
  justify-content: center;
  max-width: 310px;
}

.mt-country-mobile__press-logo-row img {
  display: block;
  filter: grayscale(1);
  max-height: 17px;
  max-width: 76px;
  object-fit: contain;
  opacity: 0.72;
}

.mt-country-mobile__press-logo-row img[alt*="Süddeutsche"] {
  max-width: 94px;
}

.mt-country-mobile__press-text-logo {
  color: var(--mt-ink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.01em;
  opacity: 0.65;
}

.mt-country-mobile__section {
  padding: 24px 18px;
}

.mt-country-mobile__section-heading {
  margin-bottom: 16px;
}

.mt-country-mobile__section-heading p {
  color: var(--mt-muted);
  font-size: 13px;
  line-height: 1.45;
  margin-top: 4px;
}

.mt-country-planning {
  background: #f5f2ec;
  color: var(--mt-blue, var(--mt-ink));
  padding: 80px 40px 96px;
}

.mt-country-planning__inner {
  margin: 0 auto;
  max-width: 1200px;
}

.mt-country-planning__header {
  max-width: 680px;
}

.mt-country-planning__header > span,
.mt-country-planning__rail-head span,
.mt-country-planning__teaser > div > span,
.mt-country-planning__season-group h3 {
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mt-country-planning__header > span {
  color: var(--mt-tomato, var(--mt-orange));
  display: block;
  font-size: 12px;
}

.mt-country-planning__header h2,
.mt-country-planning__teaser h3,
.mt-country-planning__dialog-head h2 {
  color: var(--mt-blue, var(--mt-ink));
  font-family: "PS Fournier", Georgia, serif;
  font-weight: 600;
  letter-spacing: 0;
}

.mt-country-planning__header h2 {
  font-size: clamp(40px, 4.1vw, 56px);
  line-height: 1.03;
  margin-top: 14px;
}

.mt-country-planning__rail-head {
  display: none;
}

.mt-country-planning__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 58px;
}

.mt-country-planning__card {
  background: #fff;
  border: 1px solid #e8e3da;
  border-radius: 20px;
  box-shadow: 0 1px 2px rgba(20, 40, 74, 0.03), 0 22px 44px -30px rgba(20, 40, 74, 0.2);
  flex: 1 1 260px;
  min-width: 240px;
  padding: 32px 30px;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.mt-country-planning__card:hover {
  box-shadow: 0 1px 2px rgba(20, 40, 74, 0.05), 0 30px 54px -28px rgba(20, 40, 74, 0.26);
  transform: translateY(-3px);
}

.mt-country-planning__number {
  align-items: center;
  background: #f8e7e0;
  border-radius: 50%;
  color: #d3674b;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.mt-country-planning__card h3 {
  color: var(--mt-blue, var(--mt-ink));
  font-size: 21px;
  font-weight: 800;
  line-height: 1.28;
  margin-top: 24px;
}

.mt-country-planning__card p {
  color: #5f6d80;
  font-size: 15.5px;
  line-height: 1.65;
  margin-top: 12px;
}

.mt-country-planning__teasers {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 44px;
}

.mt-country-planning__teaser {
  align-items: center;
  background: #fff;
  border: 1px solid #e8e3da;
  border-radius: 18px;
  display: flex;
  flex: 1 1 360px;
  flex-wrap: wrap;
  gap: 16px 22px;
  justify-content: space-between;
  padding: 22px 28px;
}

.mt-country-planning__teaser--solid {
  box-shadow: 0 1px 2px rgba(20, 40, 74, 0.03), 0 22px 44px -30px rgba(20, 40, 74, 0.2);
}

.mt-country-planning__teaser--outline {
  border-color: #ece7df;
}

.mt-country-planning__teaser > div {
  flex: 1 1 220px;
  min-width: 0;
}

.mt-country-planning__teaser > div > span {
  color: var(--mt-tomato, var(--mt-orange));
  display: block;
  font-size: 11.5px;
}

.mt-country-planning__teaser--outline > div > span {
  color: #b98a6f;
}

.mt-country-planning__teaser h3 {
  font-size: 22px;
  line-height: 1.2;
  margin-top: 5px;
}

.mt-country-planning__button {
  align-items: center;
  border-radius: 12px;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  gap: 12px;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.mt-country-planning__button--solid {
  background: #d3674b;
  border: 1.5px solid #d3674b;
  color: #fff;
  padding-left: 22px;
  padding-right: 22px;
}

.mt-country-planning__button--solid:hover {
  background: #c25a3f;
  border-color: #c25a3f;
}

.mt-country-planning__button--outline {
  background: #fff;
  border: 1.5px solid #d7d0c4;
  color: var(--mt-blue, var(--mt-ink));
  font-size: 14.5px;
}

.mt-country-planning__button--outline:hover {
  background: #faf9f6;
  border-color: var(--mt-blue, var(--mt-ink));
}

.mt-country-planning__overlay {
  align-items: center;
  backdrop-filter: blur(3px);
  background: rgba(18, 30, 52, 0.55);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 32px;
  position: fixed;
  z-index: 120;
}

.mt-country-planning__dialog {
  animation: mtCountryPlanningModalIn 0.24s ease both;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 40px 100px -30px rgba(10, 20, 40, 0.5);
  max-height: 86vh;
  max-width: 960px;
  overflow: auto;
  width: min(100%, 960px);
}

.mt-country-planning__dialog--infos {
  max-width: 860px;
}

.mt-country-planning__sheet-grip {
  display: none;
}

.mt-country-planning__dialog-head {
  align-items: flex-start;
  border-bottom: 1px solid #eef0f3;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: 34px 40px 20px;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 2;
}

.mt-country-planning__dialog-head h2 {
  font-size: 40px;
  line-height: 1.05;
}

.mt-country-planning__dialog-head p {
  color: #6b7788;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 14px;
}

.mt-country-planning__close {
  align-items: center;
  background: #f2f4f7;
  border: 0;
  border-radius: 50%;
  color: var(--mt-blue, var(--mt-ink));
  cursor: pointer;
  display: flex;
  flex: 0 0 44px;
  font-size: 28px;
  height: 44px;
  justify-content: center;
  line-height: 1;
  width: 44px;
}

.mt-country-planning__close:hover,
.mt-country-planning__close:focus-visible {
  background: #e6e9ee;
}

.mt-country-planning__dialog-body {
  padding: 26px 40px 40px;
}

.mt-country-planning__season-head {
  align-items: center;
  background: #f7f8fa;
  border-radius: 12px;
  color: #8a97a8;
  display: grid;
  font-size: 11px;
  font-weight: 800;
  grid-template-columns: 200px repeat(12, minmax(0, 1fr));
  min-height: 36px;
  padding: 0 16px;
}

.mt-country-planning__season-head span {
  color: var(--mt-blue, var(--mt-ink));
}

.mt-country-planning__season-head b {
  text-align: center;
}

.mt-country-planning__season-mobile-months {
  display: none;
}

.mt-country-planning__season-group {
  margin-top: 24px;
}

.mt-country-planning__season-group h3 {
  color: #9aa5b4;
  font-size: 12px;
  margin-bottom: 8px;
}

.mt-country-planning__season-row {
  align-items: center;
  border-bottom: 1px solid #eef0f3;
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  min-height: 66px;
  padding: 10px 16px;
}

.mt-country-planning__season-label strong {
  color: var(--mt-blue, var(--mt-ink));
  display: block;
  font-size: 15px;
  font-weight: 800;
}

.mt-country-planning__season-label span {
  color: #9aa5b4;
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-top: 2px;
}

.mt-country-planning__season-cells {
  align-items: center;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.mt-country-planning__season-cell {
  background: #e6e9ee;
  border-radius: 6px;
  display: block;
  height: 8px;
  justify-self: center;
  width: 60%;
}

.mt-country-planning__season-cell--active {
  background: #d3674b;
  border-radius: 0;
  justify-self: stretch;
  width: 100%;
}

.mt-country-planning__season-cell--start {
  border-radius: 6px 0 0 6px;
}

.mt-country-planning__season-cell--end {
  border-radius: 0 6px 6px 0;
}

.mt-country-planning__season-cell--start.mt-country-planning__season-cell--end {
  border-radius: 6px;
}

.mt-country-planning__season-legend {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 24px;
}

.mt-country-planning__season-legend span {
  align-items: center;
  color: #6b7788;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  gap: 8px;
}

.mt-country-planning__season-sample {
  background: #e6e9ee;
  border-radius: 6px;
  display: inline-block;
  height: 8px;
  width: 36px;
}

.mt-country-planning__season-sample--active {
  background: #d3674b;
}

.mt-country-planning__info-grid {
  border: 1px solid #eceff3;
  border-radius: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}

.mt-country-planning__info-item {
  align-items: center;
  border-bottom: 1px solid #eff1f4;
  display: flex;
  gap: 15px;
  min-width: 0;
  padding: 20px 24px;
}

.mt-country-planning__info-item:nth-child(odd) {
  border-right: 1px solid #eff1f4;
}

.mt-country-planning__info-item:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.mt-country-planning__info-icon {
  align-items: center;
  background: #f2f4f7;
  border-radius: 50%;
  color: var(--mt-blue, var(--mt-ink));
  display: flex;
  flex: 0 0 40px;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.mt-country-planning__info-icon svg {
  height: 21px;
  width: 21px;
}

.mt-country-planning__info-item div {
  min-width: 0;
}

.mt-country-planning__info-item div > span {
  color: #9aa5b4;
  display: block;
  font-size: 12px;
  font-weight: 700;
}

.mt-country-planning__info-item strong {
  color: var(--mt-blue, var(--mt-ink));
  display: block;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
  margin-top: 3px;
}

@keyframes mtCountryPlanningModalIn {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes mtCountryPlanningSheetIn {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .mt-country-planning {
    overflow: hidden;
    padding: 30px 0 34px 18px;
  }

  .mt-country-planning__inner {
    max-width: none;
  }

  .mt-country-planning__header {
    max-width: none;
    padding-right: 18px;
  }

  .mt-country-planning__header > span {
    font-size: 11px;
    letter-spacing: 0.13em;
  }

  .mt-country-planning__header h2 {
    font-size: 31px;
    line-height: 1.04;
    margin-top: 8px;
  }

  .mt-country-planning__rail-head {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 26px;
    padding-right: 18px;
  }

  .mt-country-planning__rail-head span {
    color: #9a6b53;
    font-size: 10.5px;
    letter-spacing: 0.12em;
  }

  .mt-country-planning__cards {
    flex-wrap: nowrap;
    gap: 12px;
    margin-top: 10px;
    overflow-x: auto;
    padding: 0 18px 6px 0;
    scroll-padding-left: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .mt-country-planning__cards::-webkit-scrollbar {
    display: none;
  }

  .mt-country-planning__card {
    border-radius: 18px;
    flex: 0 0 80%;
    min-width: 0;
    padding: 22px 20px;
    scroll-snap-align: start;
  }

  .mt-country-planning__card:hover {
    box-shadow: 0 1px 2px rgba(20, 40, 74, 0.03), 0 22px 44px -30px rgba(20, 40, 74, 0.2);
    transform: none;
  }

  .mt-country-planning__number {
    height: 36px;
    width: 36px;
  }

  .mt-country-planning__card h3 {
    font-size: 19px;
    margin-top: 20px;
  }

  .mt-country-planning__card p {
    font-size: 14.5px;
    line-height: 1.55;
  }

  .mt-country-planning__teasers {
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
    padding-right: 18px;
  }

  .mt-country-planning__teaser {
    align-items: stretch;
    border-radius: 18px;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 16px;
    padding: 20px;
  }

  .mt-country-planning__teaser h3 {
    font-size: 22px;
  }

  .mt-country-planning__button {
    justify-content: center;
    min-height: 46px;
    width: 100%;
  }

  .mt-country-planning__overlay {
    align-items: flex-end;
    background: rgba(18, 30, 52, 0.62);
    padding: 0;
  }

  .mt-country-mobile--preview .mt-country-planning__overlay {
    position: absolute;
  }

  .mt-country-planning__dialog {
    animation: mtCountryPlanningSheetIn 0.28s cubic-bezier(0.22, 1, 0.36, 1) both;
    border-radius: 26px 26px 0 0;
    max-height: 92vh;
    max-width: none;
    overflow: auto;
    width: 100%;
  }

  .mt-country-planning__dialog--infos {
    max-width: none;
  }

  .mt-country-planning__sheet-grip {
    background: #d8dde5;
    border-radius: 99px;
    display: block;
    height: 4px;
    margin: 12px auto 0;
    width: 46px;
  }

  .mt-country-planning__dialog-head {
    gap: 16px;
    padding: 20px 18px 16px;
  }

  .mt-country-planning__dialog-head h2 {
    font-size: 30px;
  }

  .mt-country-planning__dialog-head p {
    font-size: 14.5px;
    line-height: 1.45;
    margin-top: 8px;
  }

  .mt-country-planning__close {
    flex: 0 0 38px;
    height: 38px;
    width: 38px;
  }

  .mt-country-planning__dialog-body {
    padding: 18px 18px 28px;
  }

  .mt-country-planning__season-head {
    display: none;
  }

  .mt-country-planning__season-mobile-months {
    color: #9aa5b4;
    display: grid;
    font-size: 10px;
    font-weight: 800;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    letter-spacing: 0.04em;
    margin: 0 0 8px;
    padding-left: 0;
    text-align: center;
  }

  .mt-country-planning__season-group {
    margin-top: 22px;
  }

  .mt-country-planning__season-group:first-of-type {
    margin-top: 0;
  }

  .mt-country-planning__season-group h3 {
    font-size: 11px;
    margin-bottom: 10px;
  }

  .mt-country-planning__season-row {
    display: block;
    min-height: 0;
    padding: 12px 0;
  }

  .mt-country-planning__season-label {
    margin-bottom: 8px;
  }

  .mt-country-planning__season-label strong {
    font-size: 14.5px;
  }

  .mt-country-planning__season-cells {
    gap: 0;
  }

  .mt-country-planning__season-cell {
    height: 8px;
    width: 54%;
  }

  .mt-country-planning__season-cell--active {
    width: 100%;
  }

  .mt-country-planning__season-legend {
    gap: 14px;
    margin-top: 18px;
  }

  .mt-country-planning__season-legend span {
    font-size: 12px;
  }

  .mt-country-planning__info-grid {
    border: 0;
    border-radius: 0;
    display: block;
    overflow: visible;
  }

  .mt-country-planning__info-item {
    border: 0;
    border-bottom: 1px solid #eff1f4;
    gap: 13px;
    padding: 16px 0;
  }

  .mt-country-planning__info-item:nth-child(odd) {
    border-right: 0;
  }

  .mt-country-planning__info-item:nth-last-child(-n + 2) {
    border-bottom: 1px solid #eff1f4;
  }

  .mt-country-planning__info-item:last-child {
    border-bottom: 0;
  }

  .mt-country-planning__info-icon {
    flex-basis: 38px;
    height: 38px;
    width: 38px;
  }

  .mt-country-planning__info-item strong {
    font-size: 15px;
  }
}

.mt-country-mobile__trips-section {
  padding-left: 18px;
  padding-right: 0;
}

.mt-country-mobile__trips-section .mt-country-mobile__section-heading {
  padding-right: 18px;
}

.mt-country-mobile__trip-carousel {
  gap: 14px;
  padding-right: 18px;
}

.mt-country-mobile__trip-card {
  background: #fff;
  border: 1px solid rgba(28, 43, 58, 0.14);
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(28, 43, 58, 0.08);
  flex: 0 0 272px;
  overflow: hidden;
  scroll-snap-align: start;
}

.mt-country-mobile__trip-media {
  background-position: center;
  background-size: cover;
  border: 0;
  display: block;
  height: 146px;
  padding: 0;
  position: relative;
  text-align: left;
  width: 100%;
}

.mt-country-mobile__trip-media > span {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 99px;
  color: var(--mt-ink);
  font-size: 11px;
  font-weight: 700;
  left: 12px;
  padding: 4px 10px;
  position: absolute;
  top: 12px;
  z-index: 1;
}

.mt-country-mobile__trip-media i {
  background: rgba(17, 24, 31, 0.55);
  border-radius: 99px;
  color: #fff;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  padding: 4px 10px;
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 1;
}

.mt-country-mobile__trip-media strong {
  bottom: 12px;
  color: #fff;
  font-family: "PS Fournier", Georgia, serif;
  font-size: 19px;
  font-weight: 600;
  left: 14px;
  line-height: 1.15;
  position: absolute;
  right: 14px;
  z-index: 1;
}

.mt-country-mobile__trip-body {
  padding: 12px 14px 14px;
}

.mt-country-mobile__route-line {
  align-items: center;
  color: #5c5447;
  display: flex;
  flex-wrap: wrap;
  font-size: 12.5px;
  font-weight: 600;
  gap: 5px;
  line-height: 1.35;
  margin-bottom: 9px;
  min-height: 30px;
}

.mt-country-mobile__route-line i {
  color: #c9bfae;
  font-style: normal;
  margin-right: 5px;
}

.mt-country-mobile__tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 11px;
}

.mt-country-mobile__tag-row span {
  background: #f4efe7;
  border-radius: 99px;
  color: #5c5447;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 9px;
}

.mt-country-mobile__trip-price-row {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 11px;
}

.mt-country-mobile__trip-price-row span {
  color: var(--mt-muted-2);
  font-size: 10.5px;
}

.mt-country-mobile__trip-price-row strong {
  color: var(--mt-ink);
  display: block;
  font-size: 19px;
  font-weight: 800;
  line-height: 1;
}

.mt-country-mobile__trip-price-row small {
  color: var(--mt-muted-2);
  font-size: 11px;
  font-weight: 600;
}

.mt-country-mobile__trip-price-row > span {
  font-size: 11px;
  text-align: right;
}

.mt-country-mobile__primary-cta,
.mt-country-mobile__final-cta button,
.mt-country-mobile__detail-footer button,
.mt-country-mobile__sticky-cta button {
  background: linear-gradient(180deg, var(--mt-orange-2), var(--mt-orange));
  border: 0;
  border-radius: 14px;
  box-shadow: 0 8px 18px rgba(236, 94, 72, 0.32);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 15px;
  width: 100%;
}

.mt-country-mobile__trip-card .mt-country-mobile__primary-cta {
  background: #fff;
  border: 1.5px solid var(--mt-line-2);
  border-radius: 12px;
  box-shadow: none;
  color: var(--mt-ink);
  font-size: 14px;
  padding: 13px;
}

.mt-country-mobile__secondary-cta {
  background: #fff;
  border: 1.5px solid var(--mt-line-2);
  border-radius: 12px;
  color: var(--mt-ink);
  font-size: 14px;
  font-weight: 700;
  margin-top: 9px;
  padding: 12px;
  width: 100%;
}

.mt-country-mobile__own-trip-card {
  align-items: center;
  background: var(--mt-cream);
  border: 1.5px dashed #d8cfc0;
  border-radius: 18px;
  color: var(--mt-ink);
  display: flex;
  flex: 0 0 200px;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  padding: 20px;
  scroll-snap-align: start;
  text-align: center;
}

.mt-country-mobile__own-trip-card span {
  align-items: center;
  background: var(--mt-soft-orange);
  border-radius: 50%;
  color: var(--mt-orange-3);
  display: inline-flex;
  font-size: 22px;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.mt-country-mobile__own-trip-card strong {
  font-size: 14px;
  line-height: 1.25;
}

.mt-country-mobile__own-trip-card small {
  color: var(--mt-muted-2);
  font-size: 11.5px;
  line-height: 1.35;
}

.mt-country-mobile__how-section {
  padding-top: 8px;
}

.mt-country-mobile__process-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mt-country-mobile__process-list li {
  align-items: flex-start;
  display: flex;
  gap: 12px;
}

.mt-country-mobile__process-list > li > span {
  align-items: center;
  background: var(--mt-soft-orange);
  border-radius: 50%;
  color: var(--mt-orange-3);
  display: flex;
  flex: 0 0 30px;
  font-size: 14px;
  font-weight: 800;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.mt-country-mobile__process-list h3 {
  color: var(--mt-ink);
  font-size: 14.5px;
  font-weight: 700;
}

.mt-country-mobile__process-list p {
  color: var(--mt-muted);
  font-size: 12.5px;
  line-height: 1.4;
}

.mt-country-mobile__how-section .mt-country-mobile__primary-cta {
  margin-top: 18px;
}

.mt-country-mobile__benefits-section {
  padding: 8px 16px 24px;
}

.mt-country-mobile__benefits-section h2 {
  font-size: 22px;
  margin-bottom: 14px;
}

.mt-country-mobile__benefit-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}

.mt-country-mobile__benefit-grid article {
  background: var(--mt-cream-2);
  border-radius: 14px;
  padding: 14px;
}

.mt-country-mobile__benefit-grid span {
  font-size: 20px;
}

.mt-country-mobile__benefit-grid h3 {
  color: var(--mt-ink);
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.25;
  margin: 6px 0 3px;
}

.mt-country-mobile__benefit-grid p {
  color: var(--mt-muted);
  font-size: 11.5px;
  line-height: 1.4;
}

.mt-country-mobile__benefit-more {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--mt-orange);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  gap: 6px;
  margin-top: 10px;
  padding: 0;
  text-align: left;
}

.mt-country-mobile__guide-section {
  border-top: 1px solid var(--mt-line);
}

.mt-country-mobile__guide-card {
  background: #fff;
  border: 1px solid var(--mt-line);
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(28, 43, 58, 0.07);
  overflow: hidden;
}

.mt-country-mobile__guide-profile {
  display: flex;
  gap: 14px;
  padding: 16px 16px 14px;
}

.mt-country-mobile__guide-photo {
  background: radial-gradient(circle at 50% 38%, #cdbfa9, #9c8a72);
  border-radius: 16px;
  flex: 0 0 92px;
  height: 92px;
  overflow: hidden;
  position: relative;
  width: 92px;
}

.mt-country-mobile__guide-photo::before {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  content: "";
  height: 34px;
  left: 50%;
  position: absolute;
  top: 18px;
  transform: translateX(-50%);
  width: 34px;
}

.mt-country-mobile__guide-photo::after {
  background: rgba(255, 255, 255, 0.32);
  border-radius: 50% 50% 45% 45%;
  bottom: -6px;
  content: "";
  height: 54px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 54px;
}

.mt-country-mobile__guide-photo span {
  background: rgba(28, 43, 58, 0.35);
  border-radius: 99px;
  bottom: 5px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 9px;
  padding: 2px 6px;
  position: absolute;
  right: 5px;
  z-index: 1;
}

.mt-country-mobile__guide-photo--image {
  background-position: center;
  background-size: cover;
}

.mt-country-mobile__guide-photo img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.mt-country-mobile__guide-photo--image::before,
.mt-country-mobile__guide-photo--image::after {
  display: none;
}

.mt-country-mobile__guide-profile h3 {
  color: var(--mt-ink);
  font-family: "PS Fournier", Georgia, serif;
  font-size: 19px;
  font-weight: 600;
}

.mt-country-mobile__guide-profile p {
  color: var(--mt-muted);
  font-size: 12.5px;
  margin-top: 1px;
}

.mt-country-mobile__guide-profile strong {
  background: #e7f4ec;
  border-radius: 99px;
  color: var(--mt-green-2);
  display: inline-flex;
  font-size: 11.5px;
  font-weight: 600;
  gap: 5px;
  margin-top: 8px;
  padding: 4px 9px;
}

.mt-country-mobile__guide-card blockquote {
  color: var(--mt-ink-2);
  font-family: "PS Fournier", Georgia, serif;
  font-size: 15px;
  line-height: 1.5;
  padding: 0 16px 14px;
}

.mt-country-mobile__guide-report {
  border-top: 1px solid #f2ede4;
  padding: 13px 16px 14px;
}

.mt-country-mobile__guide-report strong {
  color: var(--mt-ink);
  display: block;
  font-size: 13px;
  font-weight: 800;
}

.mt-country-mobile__guide-report p {
  color: var(--mt-muted);
  font-size: 12px;
  line-height: 1.45;
  margin-top: 4px;
}

.mt-country-mobile__guide-report a {
  color: var(--mt-orange);
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  margin-top: 8px;
  text-decoration: none;
}

.mt-country-mobile__guide-stats {
  border-top: 1px solid #f2ede4;
  display: flex;
}

.mt-country-mobile__guide-stats div {
  flex: 1;
  padding: 11px 6px;
  text-align: center;
}

.mt-country-mobile__guide-stats div:not(:last-child) {
  border-right: 1px solid #f2ede4;
}

.mt-country-mobile__guide-stats strong {
  color: var(--mt-ink);
  display: block;
  font-size: 15px;
  font-weight: 800;
}

.mt-country-mobile__guide-stats span {
  color: var(--mt-muted-2);
  display: block;
  font-size: 10.5px;
  margin-top: 1px;
}

.mt-country-mobile__comparison-section {
  background: var(--mt-dark);
}

.mt-country-mobile__comparison-section .mt-country-mobile__section-heading h2 {
  color: #fff;
}

.mt-country-mobile__comparison-section .mt-country-mobile__section-heading p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12.5px;
}

.mt-country-mobile__comparison-section .mt-country-mobile__section-heading > span {
  color: var(--mt-orange-2);
}

.mt-country-mobile__comparison-grid {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25);
  display: grid;
  font-size: 11.5px;
  grid-template-columns: minmax(104px, 1.55fr) repeat(3, minmax(54px, 0.82fr));
  overflow: hidden;
  text-align: center;
}

.mt-country-mobile__comparison-row {
  display: contents;
}

.mt-country-mobile__comparison-head {
  color: var(--mt-muted-2);
  border-left: 1px solid #f5efe7;
  padding: 10px 4px 9px;
}

.mt-country-mobile__comparison-head strong {
  display: block;
  font-size: 10px;
  hyphens: auto;
  line-height: 1.15;
  overflow-wrap: break-word;
  white-space: normal;
  word-break: normal;
}

.mt-country-mobile__comparison-head span {
  font-size: 9px;
}

.mt-country-mobile__comparison-head--mt {
  background: var(--mt-soft-orange);
  border-bottom: 2px solid var(--mt-orange);
  color: #c2402b;
}

.mt-country-mobile__comparison-feature,
.mt-country-mobile__comparison-value {
  align-items: center;
  border-top: 1px solid #f2ede4;
  display: flex;
  min-height: 48px;
}

.mt-country-mobile__comparison-feature {
  color: var(--mt-ink);
  font-weight: 600;
  hyphens: auto;
  justify-content: flex-start;
  line-height: 1.25;
  overflow-wrap: break-word;
  padding: 10px 11px;
  text-align: left;
}

.mt-country-mobile__comparison-value {
  border-left: 1px solid #f5efe7;
  font-weight: 800;
  justify-content: center;
}

.mt-country-mobile__comparison-value--mt {
  background: var(--mt-cream-3);
}

.mt-country-mobile__value--yes {
  color: var(--mt-green);
}

.mt-country-mobile__value--no {
  color: #c9bfae;
}

.mt-country-mobile__value--partial {
  color: #d7a23b;
}

.mt-country-mobile__comparison-legend {
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  font-size: 10.5px;
  gap: 16px;
  justify-content: center;
  margin-top: 12px;
}

.mt-country-mobile__testimonials-section {
  padding: 24px 18px;
}

.mt-country-mobile__testimonial-heading {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}

.mt-country-mobile__testimonial-heading h2 {
  font-size: 22px;
}

.mt-country-mobile__testimonial-heading span {
  color: var(--mt-muted-2);
  font-size: 11.5px;
  font-weight: 700;
}

.mt-country-mobile__testimonial-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mt-country-mobile__testimonial-card {
  background: var(--mt-cream);
  border: 1px solid var(--mt-line);
  border-radius: 16px;
  min-height: 182px;
  padding: 16px;
}

.mt-country-mobile__testimonial-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.mt-country-mobile__testimonial-top strong {
  background: #fff;
  border: 1px solid var(--mt-line);
  border-radius: 99px;
  font-size: 10.5px;
  font-weight: 700;
  padding: 3px 9px;
}

.mt-country-mobile__testimonial-card blockquote {
  color: var(--mt-ink-2);
  font-family: "PS Fournier", Georgia, serif;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 12px;
}

.mt-country-mobile__reviewer {
  align-items: center;
  display: flex;
  gap: 9px;
}

.mt-country-mobile__reviewer > span {
  background: repeating-linear-gradient(135deg, #e3dccf 0 6px, #eee7da 6px 12px);
  border-radius: 50%;
  height: 32px;
  width: 32px;
}

.mt-country-mobile__reviewer > img {
  border-radius: 50%;
  display: block;
  height: 32px;
  object-fit: cover;
  width: 32px;
}

.mt-country-mobile__reviewer strong {
  color: var(--mt-ink);
  display: block;
  font-size: 12.5px;
}

.mt-country-mobile__reviewer small {
  color: var(--mt-muted-2);
  display: block;
  font-size: 11px;
}

.mt-country-mobile__long-review {
  border-top: 1px solid var(--mt-line);
  color: var(--mt-copy);
  font-size: 13px;
  line-height: 1.6;
  margin-top: 13px;
  padding-top: 13px;
}

.mt-country-mobile__long-review p + p {
  margin-top: 9px;
}

.mt-country-mobile__review-photo-strip {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  overflow-x: auto;
  padding-bottom: 2px;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}

.mt-country-mobile__review-photo-strip::-webkit-scrollbar {
  display: none;
}

.mt-country-mobile__review-photo-strip figure {
  flex: 0 0 72%;
  margin: 0;
  min-width: 0;
  scroll-snap-align: start;
}

.mt-country-mobile__review-photo-strip img {
  aspect-ratio: 4 / 3;
  border-radius: 13px;
  display: block;
  object-fit: cover;
  width: 100%;
}

.mt-country-mobile__review-photo-strip figcaption {
  color: var(--mt-muted-2);
  font-size: 10.5px;
  line-height: 1.25;
  margin-top: 5px;
}

.mt-country-mobile__testimonial-card button {
  background: none;
  border: 0;
  color: var(--mt-orange-3);
  font-size: 12px;
  font-weight: 700;
  margin-top: 12px;
  padding: 0;
}

.mt-country-mobile__dots {
  display: flex;
  gap: 6px;
  justify-content: center;
  margin-top: 12px;
}

.mt-country-mobile__dots button {
  background: #ddd4c6;
  border: 0;
  border-radius: 99px;
  height: 6px;
  padding: 0;
  transition: 0.2s;
  width: 6px;
}

.mt-country-mobile__dots button[aria-pressed="true"] {
  background: var(--mt-orange-3);
  width: 18px;
}

.mt-country-mobile__places-section {
  background: var(--mt-cream-2);
  padding: 22px 0 22px 18px;
}

.mt-country-mobile__places-section h2 {
  font-size: 22px;
}

.mt-country-mobile__places-section p {
  color: var(--mt-muted);
  font-size: 12.5px;
  margin: 4px 0 14px;
}

.mt-country-mobile__place-carousel {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: visible;
  padding-right: 0;
  scroll-snap-type: none;
}

.mt-country-mobile__place-carousel article {
  background-position: center;
  background-size: cover;
  border-radius: 14px;
  min-height: 132px;
  overflow: hidden;
  position: relative;
}

.mt-country-mobile__place-carousel span {
  bottom: 11px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  hyphens: auto;
  left: 11px;
  line-height: 1.15;
  overflow-wrap: break-word;
  position: absolute;
  right: 11px;
  z-index: 1;
}

.mt-country-mobile__faq-section {
  padding: 24px 18px;
}

.mt-country-mobile__accordion {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mt-country-mobile__accordion-item {
  border: 1px solid var(--mt-line);
  border-radius: 12px;
  overflow: hidden;
}

.mt-country-mobile__accordion-trigger {
  align-items: center;
  background: #fff;
  border: 0;
  color: var(--mt-ink);
  display: flex;
  font-size: 13.5px;
  font-weight: 600;
  gap: 10px;
  justify-content: space-between;
  line-height: 1.3;
  padding: 14px;
  text-align: left;
  width: 100%;
}

.mt-country-mobile__accordion-trigger span:last-child {
  color: var(--mt-orange-3);
  flex-shrink: 0;
  font-size: 19px;
}

.mt-country-mobile__accordion-panel {
  color: var(--mt-muted);
  font-size: 12.5px;
  line-height: 1.55;
  padding: 0 14px 14px;
}

.mt-country-mobile__final-cta {
  background: var(--mt-dark);
  padding: 28px 18px 34px;
  text-align: center;
}

.mt-country-mobile__final-cta h2 {
  color: #fff;
  font-size: 23px;
}

.mt-country-mobile__final-cta p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  margin: 6px 0 16px;
}

.mt-country-mobile__final-cta div {
  align-items: center;
  color: rgba(255, 255, 255, 0.55);
  display: flex;
  font-size: 11px;
  gap: 8px;
  justify-content: center;
  margin-top: 14px;
}

.mt-country-mobile__final-cta span {
  color: var(--mt-yellow);
}

.mt-country-mobile__footer {
  background: var(--mt-footer);
  color: #fff;
  padding: 28px 18px 24px;
}

.mt-country-mobile__footer > img {
  display: block;
  height: 30px;
  margin-bottom: 14px;
  width: auto;
}

.mt-country-mobile__footer h2 {
  color: #fff;
  font-family: "PS Fournier", Georgia, serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 6px;
}

.mt-country-mobile__footer p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12.5px;
  line-height: 1.5;
}

.mt-country-mobile__partner-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 22px;
}

.mt-country-mobile__partner-row span,
.mt-country-mobile__partner-row a {
  align-items: center;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-size: 11.5px;
  font-weight: 800;
  height: 34px;
  letter-spacing: 0.02em;
  padding: 0 13px;
  text-decoration: none;
}

.mt-country-mobile__partner-logo-badge {
  background: #fff !important;
  min-width: 78px;
  padding: 5px 9px !important;
}

.mt-country-mobile__partner-logo-badge img {
  display: block;
  max-height: 24px;
  max-width: 112px;
  object-fit: contain;
}

.mt-country-mobile__partner-row b {
  color: #3fbe85;
}

.mt-country-mobile__partner-row span:nth-child(2) {
  color: #6fa8ff;
}

.mt-country-mobile__partner-row span:nth-child(3) {
  color: #3fbe85;
}

.mt-country-mobile__footer-groups {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mt-country-mobile__footer-groups > div {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mt-country-mobile__footer-groups button {
  align-items: center;
  background: none;
  border: 0;
  color: #fff;
  display: flex;
  font-size: 13.5px;
  font-weight: 700;
  justify-content: space-between;
  padding: 15px 2px;
  width: 100%;
}

.mt-country-mobile__footer-groups button span:last-child {
  color: rgba(255, 255, 255, 0.55);
  font-size: 19px;
}

.mt-country-mobile__footer-groups nav {
  display: flex;
  flex-direction: column;
  gap: 11px;
  padding: 2px 2px 17px;
}

.mt-country-mobile__footer-subgroup {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.mt-country-mobile__footer-subgroup + .mt-country-mobile__footer-subgroup {
  padding-top: 4px;
}

.mt-country-mobile__footer-subgroup strong {
  color: rgba(255, 255, 255, 0.86);
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mt-country-mobile__footer a {
  text-decoration: none;
}

.mt-country-mobile__footer-groups a {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.mt-country-mobile__footer-text-button {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.mt-country-mobile__footer-text-button {
  background: none;
  border: 0;
  padding: 0;
  text-align: left;
}

.mt-country-mobile__magazine {
  padding: 17px 2px 4px;
}

.mt-country-mobile__magazine strong {
  color: #fff;
  display: block;
  font-size: 13.5px;
  margin-bottom: 5px;
}

.mt-country-mobile__magazine a {
  color: var(--mt-orange-2);
  font-size: 13px;
  font-weight: 700;
}

.mt-country-mobile__footer-contact {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-top: 14px;
  padding-top: 18px;
}

.mt-country-mobile__footer-contact a {
  align-items: center;
  display: flex;
  gap: 11px;
}

.mt-country-mobile__footer-contact a > span {
  align-items: center;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  color: var(--mt-orange-2);
  display: inline-flex;
  flex: 0 0 36px;
  font-size: 15px;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.mt-country-mobile__footer-contact strong {
  color: #fff;
  display: block;
  font-size: 13.5px;
}

.mt-country-mobile__footer-contact small {
  color: rgba(255, 255, 255, 0.45);
  display: block;
  font-size: 11px;
}

.mt-country-mobile__footer-social {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
  padding-top: 16px;
}

.mt-country-mobile__footer-social > span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
}

.mt-country-mobile__footer-social b {
  color: var(--mt-yellow);
}

.mt-country-mobile__footer-social nav {
  display: flex;
  gap: 8px;
}

.mt-country-mobile__footer-social a {
  align-items: center;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.mt-country-mobile__utility-links,
.mt-country-mobile__legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
  margin-top: 18px;
}

.mt-country-mobile__legal-links {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  gap: 6px 14px;
  margin-bottom: 10px;
  padding-top: 14px;
}

.mt-country-mobile__utility-links a,
.mt-country-mobile__legal-links a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 11.5px;
}

.mt-country-mobile__legal-links a {
  color: rgba(255, 255, 255, 0.55);
}

.mt-country-mobile__footer > small {
  color: rgba(255, 255, 255, 0.35);
  font-size: 11px;
}

.mt-country-mobile__bottom-spacer {
  height: calc(78px + var(--mt-safe-bottom));
}

.mt-country-mobile__sticky-cta {
  align-items: stretch;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid var(--mt-line);
  bottom: 0;
  display: grid;
  left: 0;
  padding: 9px calc(14px + env(safe-area-inset-right, 0px)) calc(11px + var(--mt-safe-bottom)) calc(14px + env(safe-area-inset-left, 0px));
  position: fixed;
  right: 0;
  z-index: 40;
}

.mt-country-mobile--preview .mt-country-mobile__sticky-cta {
  position: absolute;
}

.mt-country-mobile__sticky-cta button {
  align-items: center;
  border-radius: 12px;
  box-shadow: 0 6px 14px rgba(236, 94, 72, 0.4);
  display: flex;
  flex-direction: column;
  font-size: clamp(13px, 3.7vw, 14px);
  gap: 2px;
  justify-content: center;
  min-height: 56px;
  padding: 10px 16px 9px;
  text-align: center;
  white-space: nowrap;
  width: 100%;
}

.mt-country-mobile__sticky-cta-label {
  color: #fff;
  display: block;
  font-size: clamp(14px, 4vw, 15px);
  font-weight: 800;
  line-height: 1.12;
}

.mt-country-mobile__sticky-cta-note {
  color: rgba(255, 255, 255, 0.84);
  display: block;
  font-size: 10.5px;
  font-weight: 700;
  line-height: 1.15;
}

@media (max-width: 767px) {
  body.mt-planner-modal-open #CookiebotWidget,
  body.mt-detail-modal-open #CookiebotWidget {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
    visibility: hidden !important;
  }
}

.mt-country-mobile__sheet {
  animation: mtCountrySheetUp 0.32s cubic-bezier(0.22, 0.61, 0.36, 1) both;
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  inset: 0;
  max-width: 100%;
  overflow: hidden;
  position: fixed;
  z-index: 70;
}

.mt-country-mobile--preview .mt-country-mobile__sheet {
  position: absolute;
}

.mt-country-mobile__trip-detail-sheet {
  z-index: 72;
}

.mt-country-mobile__travel-time-sheet {
  background: var(--mt-cream);
  z-index: 73;
}

.mt-country-mobile__sheet-controls {
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: calc(14px + var(--mt-safe-top)) 16px 14px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}

.mt-country-mobile__sheet-controls--close-only {
  justify-content: flex-end;
}

.mt-country-mobile__sheet-controls button,
.mt-country-mobile__planner-nav > button,
.mt-country-mobile__planner-nav > span:not(.mt-country-mobile__planner-step-label) {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(13, 30, 40, 0.18);
  color: var(--mt-ink);
  display: flex;
  font-size: 16px;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.mt-country-mobile__sheet-scroll,
.mt-country-mobile__planner-scroll {
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
}

.mt-country-mobile__travel-time-scroll {
  background: var(--mt-cream);
  padding: 68px 18px 28px;
}

.mt-country-mobile__travel-time-header {
  padding-right: 24px;
}

.mt-country-mobile__travel-time-header > span {
  color: var(--mt-orange-3);
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mt-country-mobile__travel-time-header h2 {
  color: var(--mt-ink);
  font-family: "PS Fournier", Georgia, serif;
  font-size: 28px;
  font-weight: 600;
  hyphens: auto;
  line-height: 1.05;
  margin-top: 7px;
  overflow-wrap: break-word;
}

.mt-country-mobile__travel-time-header p {
  color: var(--mt-muted);
  font-size: 13px;
  line-height: 1.45;
  margin-top: 8px;
}

.mt-country-mobile__travel-time-legend {
  align-items: center;
  display: flex;
  gap: 14px;
  margin-top: 16px;
}

.mt-country-mobile__travel-time-legend span {
  align-items: center;
  color: var(--mt-muted-2);
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  gap: 6px;
}

.mt-country-mobile__travel-time-dot {
  background: #ebe5dc;
  border-radius: 99px;
  display: inline-block;
  height: 9px;
  width: 20px;
}

.mt-country-mobile__travel-time-dot--active {
  background: linear-gradient(90deg, var(--mt-orange-2), var(--mt-orange));
}

.mt-country-mobile__travel-time-group {
  margin-top: 20px;
}

.mt-country-mobile__travel-time-group h3 {
  color: var(--mt-ink);
  font-size: 15px;
  font-weight: 800;
  hyphens: auto;
  margin-bottom: 9px;
  overflow-wrap: break-word;
}

.mt-country-mobile__travel-time-table {
  background: #fff;
  border: 1px solid #eadfd2;
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(28, 43, 58, 0.06);
  overflow: hidden;
  padding: 10px;
}

.mt-country-mobile__travel-time-row {
  align-items: center;
  display: grid;
  gap: 3px;
  grid-template-columns: minmax(72px, 1.35fr) repeat(12, minmax(7px, 1fr));
  min-height: 30px;
}

.mt-country-mobile__travel-time-row + .mt-country-mobile__travel-time-row {
  border-top: 1px solid #f3ede6;
  padding-top: 7px;
}

.mt-country-mobile__travel-time-row:not(:last-child):not(.mt-country-mobile__travel-time-row--head) {
  padding-bottom: 7px;
}

.mt-country-mobile__travel-time-row--head {
  color: var(--mt-muted-2);
  font-size: 10px;
  font-weight: 800;
  min-height: 24px;
}

.mt-country-mobile__travel-time-row--head b {
  text-align: center;
}

.mt-country-mobile__travel-time-row > strong {
  color: var(--mt-ink);
  font-size: 10.5px;
  font-weight: 800;
  hyphens: auto;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.mt-country-mobile__travel-time-row:not(.mt-country-mobile__travel-time-row--head) > span {
  background: #ebe5dc;
  border-radius: 99px;
  display: block;
  height: 16px;
  min-width: 0;
}

.mt-country-mobile__travel-time-row:not(.mt-country-mobile__travel-time-row--head)
  > .mt-country-mobile__travel-time-cell--active {
  background: linear-gradient(180deg, var(--mt-orange-2), var(--mt-orange));
  box-shadow: 0 4px 9px rgba(236, 94, 72, 0.28);
}

.mt-country-mobile__detail-hero {
  background-position: center;
  background-size: cover;
  height: 240px;
  position: relative;
}

.mt-country-mobile__detail-hero section {
  bottom: 16px;
  color: #fff;
  left: 18px;
  position: absolute;
  right: 18px;
  z-index: 1;
}

.mt-country-mobile__detail-hero span {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 99px;
  color: var(--mt-ink);
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 9px;
  padding: 4px 11px;
}

.mt-country-mobile__detail-hero h2 {
  color: #fff;
  display: -webkit-box;
  font-family: "PS Fournier", Georgia, serif;
  font-size: 26px;
  font-weight: 600;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  hyphens: auto;
  line-height: 1.1;
  overflow: hidden;
  overflow-wrap: break-word;
  text-shadow: 0 2px 14px rgba(8, 22, 28, 0.7);
}

.mt-country-mobile__detail-hero p {
  align-items: center;
  display: flex;
  font-size: 12.5px;
  font-weight: 600;
  gap: 12px;
  margin-top: 8px;
}

.mt-country-mobile__detail-hero i {
  font-style: normal;
}

.mt-country-mobile__detail-intro {
  padding: 18px 18px 4px;
}

.mt-country-mobile__detail-intro p {
  color: #3d4651;
  font-size: 14px;
  hyphens: auto;
  line-height: 1.55;
  margin-bottom: 14px;
  overflow-wrap: break-word;
}

.mt-country-mobile__detail-summary {
  display: grid;
  gap: 9px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 10px 18px 2px;
}

.mt-country-mobile__detail-summary-card {
  background: #fff;
  border: 1px solid rgba(221, 210, 193, 0.78);
  border-radius: 16px;
  box-shadow: 0 8px 18px rgba(44, 35, 25, 0.04);
  min-width: 0;
  padding: 12px 12px 13px;
}

.mt-country-mobile__detail-summary-card span {
  color: var(--mt-muted-2);
  display: block;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.04em;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.mt-country-mobile__detail-summary-card strong {
  color: var(--mt-ink);
  display: block;
  font-size: 13px;
  hyphens: auto;
  line-height: 1.25;
  overflow-wrap: break-word;
}

.mt-country-mobile__detail-section {
  padding: 22px 18px 6px;
}

.mt-country-mobile__detail-section--compact {
  padding-top: 16px;
}

.mt-country-mobile__detail-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.mt-country-mobile__detail-highlights span {
  background: #fff;
  border: 1px solid rgba(236, 94, 72, 0.16);
  border-radius: 999px;
  color: #50392f;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.2;
  padding: 8px 11px;
}

.mt-country-mobile__detail-inline-cta {
  background: #fff;
  border: 1px solid rgba(236, 94, 72, 0.25);
  border-radius: 15px;
  color: var(--mt-orange-3);
  font-size: 13.5px;
  font-weight: 800;
  padding: 13px 14px;
  width: 100%;
}

.mt-country-mobile__detail-story-image {
  margin: 16px 18px 0;
}

.mt-country-mobile__detail-story-image img {
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  box-shadow: 0 14px 30px rgba(34, 25, 19, 0.13);
  display: block;
  object-fit: cover;
  width: 100%;
}

.mt-country-mobile__detail-section--story {
  padding-top: 18px;
}

.mt-country-mobile__detail-story-copy {
  color: var(--mt-muted);
  font-size: 13.5px;
  hyphens: auto;
  line-height: 1.55;
  margin-top: 9px;
  max-height: 86px;
  overflow: hidden;
  overflow-wrap: break-word;
  position: relative;
}

.mt-country-mobile__detail-story-copy--open {
  max-height: none;
}

.mt-country-mobile__detail-story-copy p + p {
  margin-top: 8px;
}

.mt-country-mobile__detail-text-button {
  background: none;
  border: 0;
  color: var(--mt-orange-3);
  font-size: 12.5px;
  font-weight: 800;
  margin-top: 10px;
  padding: 0;
}

.mt-country-mobile__timeline {
  display: flex;
  flex-direction: column;
}

.mt-country-mobile__timeline-item {
  display: flex;
  gap: 13px;
}

.mt-country-mobile__timeline-marker {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}

.mt-country-mobile__timeline-marker span {
  align-items: center;
  background: var(--mt-soft-orange);
  border-radius: 999px;
  color: var(--mt-orange-3);
  display: flex;
  font-size: 10.5px;
  font-weight: 800;
  height: 26px;
  justify-content: center;
  min-width: 48px;
  padding: 0 9px;
  white-space: nowrap;
}

.mt-country-mobile__timeline-marker i {
  background: var(--mt-line);
  flex: 1;
  margin: 4px 0;
  width: 2px;
}

.mt-country-mobile__timeline-copy {
  min-width: 0;
  padding-bottom: 18px;
}

.mt-country-mobile__timeline-heading {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mt-country-mobile__timeline-title {
  color: var(--mt-ink);
  display: block;
  font-size: 15.5px;
  font-weight: 500;
  hyphens: auto;
  line-height: 1.25;
  overflow-wrap: break-word;
}

.mt-country-mobile__timeline-location {
  color: var(--mt-brown);
  display: block;
  font-size: 11.5px;
  font-weight: 600;
  margin-top: 4px;
}

.mt-country-mobile__timeline-body {
  color: var(--mt-muted);
  display: -webkit-box;
  font-size: 12.5px;
  hyphens: auto;
  line-clamp: 8;
  line-height: 1.45;
  margin-top: 7px;
  overflow: hidden;
  overflow-wrap: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}

.mt-country-mobile__timeline-body--open {
  display: block;
  line-clamp: unset;
  overflow: visible;
  -webkit-line-clamp: unset;
}

.mt-country-mobile__timeline-body h4 {
  color: var(--mt-ink-2);
  font-size: 12.5px;
  margin: 8px 0 2px;
}

.mt-country-mobile__timeline-body p + p,
.mt-country-mobile__timeline-body ul {
  margin-top: 6px;
}

.mt-country-mobile__timeline-subheading {
  color: var(--mt-ink-2);
  display: block;
  font-weight: 500;
  margin-bottom: 2px;
}

.mt-country-mobile__timeline-body ul {
  display: grid;
  gap: 5px;
  list-style: none;
  padding: 0;
}

.mt-country-mobile__timeline-body li {
  padding-left: 12px;
  position: relative;
}

.mt-country-mobile__timeline-body li::before {
  background: var(--mt-orange-2);
  border-radius: 50%;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 0.72em;
  width: 4px;
}

.mt-country-mobile__timeline-long {
  background: var(--mt-cream-2);
  border-radius: 11px;
  color: #5c5447 !important;
  line-height: 1.55 !important;
  margin-top: 9px !important;
  padding: 11px 13px;
}

.mt-country-mobile__timeline-copy button {
  background: none;
  border: 0;
  color: var(--mt-orange-3);
  font-size: 12px;
  font-weight: 700;
  margin-top: 8px;
  padding: 0;
}

.mt-country-mobile__timeline-more {
  align-self: stretch;
  background: #fff;
  border: 1px solid rgba(236, 94, 72, 0.18);
  border-radius: 14px;
  color: var(--mt-orange-3);
  font-size: 13px;
  font-weight: 800;
  margin: 2px 0 4px 61px;
  padding: 12px;
}

.mt-country-mobile__trip-info-accordions {
  display: grid;
  gap: 9px;
  margin: 12px 18px 0;
}

.mt-country-mobile__trip-info-accordion {
  background: var(--mt-cream-2);
  border-radius: 16px;
  overflow: hidden;
}

.mt-country-mobile__trip-info-accordion > button {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--mt-ink);
  display: flex;
  font-size: 14px;
  font-weight: 800;
  justify-content: space-between;
  padding: 15px 15px;
  text-align: left;
  width: 100%;
}

.mt-country-mobile__trip-info-accordion > button i {
  color: var(--mt-orange-3);
  font-style: normal;
}

.mt-country-mobile__trip-info-panel {
  border-top: 1px solid rgba(222, 210, 193, 0.85);
  color: var(--mt-muted);
  font-size: 13px;
  hyphens: auto;
  line-height: 1.5;
  overflow-wrap: break-word;
  padding: 13px 15px 15px;
}

.mt-country-mobile__trip-info-panel ul,
.mt-country-mobile__mini-markdown ul {
  display: flex;
  flex-direction: column;
  gap: 7px;
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}

.mt-country-mobile__trip-info-panel li,
.mt-country-mobile__mini-markdown li {
  padding-left: 14px;
  position: relative;
}

.mt-country-mobile__trip-info-panel li::before,
.mt-country-mobile__mini-markdown li::before {
  background: var(--mt-orange-2);
  border-radius: 50%;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 0.75em;
  width: 4px;
}

.mt-country-mobile__mini-markdown h4 {
  color: var(--mt-ink);
  font-size: 13px;
  margin: 10px 0 4px;
}

.mt-country-mobile__mini-markdown h4:first-child {
  margin-top: 0;
}

.mt-country-mobile__mini-markdown p + p {
  margin-top: 8px;
}

.mt-country-mobile__adjust-note {
  align-items: flex-start;
  background: #fbf5ef;
  border: 1px solid #f0e2d5;
  border-radius: 13px;
  display: flex;
  gap: 9px;
  margin: 16px 18px 22px;
  padding: 13px 14px;
}

.mt-country-mobile__adjust-note p {
  color: #5c5447;
  font-size: 12.5px;
  line-height: 1.45;
}

.mt-country-mobile__adjust-note strong {
  color: var(--mt-ink);
}

.mt-country-mobile__detail-spacer {
  height: 96px;
}

.mt-country-mobile__detail-footer {
  align-items: center;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.97);
  border-top: 1px solid var(--mt-line);
  bottom: 0;
  display: flex;
  gap: 12px;
  left: 0;
  padding: 12px 16px 16px;
  position: absolute;
  right: 0;
  z-index: 6;
}

.mt-country-mobile__detail-footer > div {
  flex-shrink: 0;
  line-height: 1.05;
}

.mt-country-mobile__detail-footer span,
.mt-country-mobile__detail-footer small {
  color: var(--mt-muted-2);
  display: block;
  font-size: 10px;
}

.mt-country-mobile__detail-footer strong {
  color: var(--mt-ink);
  display: block;
  font-size: 20px;
  font-weight: 800;
}

.mt-country-mobile__detail-footer button {
  flex: 1;
  font-size: 14.5px;
  padding: 15px;
  white-space: nowrap;
}

@media (max-width: 430px) {
  .mt-country-mobile__detail-footer {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
  }

  .mt-country-mobile__detail-footer > div {
    align-items: baseline;
    display: flex;
    gap: 5px;
    justify-content: center;
  }

  .mt-country-mobile__detail-footer span,
  .mt-country-mobile__detail-footer small {
    display: inline;
  }

  .mt-country-mobile__detail-footer button {
    flex: none;
    font-size: 14px;
    width: 100%;
  }
}

.mt-country-mobile__planner-sheet {
  z-index: 70;
}

.mt-country-mobile__planner-shell-header {
  border-bottom: 1px solid #f2ede4;
  padding: calc(18px + var(--mt-safe-top)) 18px 14px;
}

.mt-country-mobile__planner-nav {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: 36px 1fr 36px;
}

.mt-country-mobile__planner-nav > button,
.mt-country-mobile__planner-nav > span:not(.mt-country-mobile__planner-step-label) {
  background: #f4efe7;
  box-shadow: none;
  height: 34px;
  width: 34px;
}

.mt-country-mobile__planner-nav-spacer {
  display: block;
  height: 34px;
  width: 34px;
}

.mt-country-mobile__planner-step-label {
  color: var(--mt-muted-2);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.mt-country-mobile__planner-progress {
  background: #f1ece3;
  border-radius: 99px;
  height: 6px;
  margin-top: 12px;
  overflow: hidden;
}

.mt-country-mobile__planner-progress > span {
  background: linear-gradient(90deg, var(--mt-orange-2), var(--mt-orange));
  border-radius: 99px;
  display: block;
  height: 100%;
  transition: width 0.35s ease;
}

.mt-country-mobile__planner-scroll {
  padding: 22px 18px 18px;
  width: 100%;
}

.mt-country-mobile__planner-title {
  margin-bottom: 16px;
}

.mt-country-mobile__planner-title h2,
.mt-country-mobile__planner-step h3,
.mt-country-mobile__success-step h3 {
  color: var(--mt-ink);
  font-family: "PS Fournier", Georgia, serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.16;
}

.mt-country-mobile__planner-step {
  animation: mtCountryFadeIn 0.28s ease both;
}

.mt-country-mobile__planner-step > p {
  color: var(--mt-muted-2);
  font-size: 13px;
  margin: 6px 0 16px;
}

.mt-country-mobile__planner-step > strong {
  color: var(--mt-muted-2);
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin: 16px 0 9px;
}

.mt-country-mobile__planner-step > strong span {
  color: #a89e8f;
  font-weight: 600;
}

.mt-country-mobile__option-list {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.mt-country-mobile__option-list--equal {
  display: grid;
  grid-auto-rows: 1fr;
}

.mt-country-mobile__option-list button {
  align-items: center;
  background: #fff;
  border: 1.5px solid var(--mt-line-2);
  border-radius: 15px;
  color: var(--mt-ink);
  display: flex;
  gap: 13px;
  padding: 16px 15px;
  text-align: left;
  transition: 0.12s;
  width: 100%;
}

.mt-country-mobile__option-list button[aria-pressed="true"] {
  background: var(--mt-soft-orange);
  border: 2px solid var(--mt-orange);
}

.mt-country-mobile__option-list button > span {
  align-items: center;
  display: flex;
  flex: 0 0 44px;
  font-size: 28px;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.mt-country-mobile__option-list strong {
  color: var(--mt-ink);
  display: block;
  font-size: 14.5px;
  font-weight: 700;
}

.mt-country-mobile__option-list small {
  color: var(--mt-muted-2);
  display: block;
  font-size: 12px;
  line-height: 1.35;
  margin-top: 2px;
}

.mt-country-mobile__focus-grid {
  display: grid;
  gap: 13px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mt-country-mobile__focus-grid button {
  align-items: center;
  background: #fff;
  border: 1.5px solid var(--mt-line-2);
  border-radius: 15px;
  color: var(--mt-ink);
  display: flex;
  font-size: 14px;
  font-weight: 700;
  gap: 10px;
  /* Keine Auto-Silbentrennung in den Kachel-Labels: "Kultur & Geschichte"
     bricht nur am Leerzeichen (Geschichte bleibt ganz), lange Einzelwörter
     nur an weichen Trennzeichen (siehe softenLabel in PlannerStepFocus). */
  -webkit-hyphens: manual;
  hyphens: manual;
  justify-content: flex-start;
  min-height: 98px;
  padding: 16px 12px;
  text-align: left;
  transition: 0.14s;
}

.mt-country-mobile__focus-grid button[aria-pressed="true"],
.mt-country-mobile__planner-chip-row button[aria-pressed="true"],
.mt-country-mobile__month-grid button[aria-pressed="true"],
.mt-country-mobile__duration-grid button[aria-pressed="true"],
.mt-country-mobile__method-grid button[aria-pressed="true"],
.mt-country-mobile__flex-button[aria-pressed="true"] {
  background: var(--mt-soft-orange);
  border-color: var(--mt-orange);
  color: #c2402b;
}

.mt-country-mobile__focus-grid span {
  font-size: 28px;
}

.mt-country-mobile__icon-asset {
  align-items: center;
  color: inherit;
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
  line-height: 1;
  overflow: hidden;
}

.mt-country-mobile__icon-asset svg,
.mt-country-mobile__icon-asset img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.mt-country-mobile__hero-options .mt-country-mobile__icon-asset {
  font-size: 18px;
  height: 22px;
  width: 22px;
}

.mt-country-mobile__benefit-grid .mt-country-mobile__icon-asset {
  font-size: 20px;
  height: 34px;
  margin-bottom: 4px;
  width: 34px;
}

.mt-country-mobile__focus-grid .mt-country-mobile__icon-asset {
  flex-basis: 42px;
  font-size: 28px;
  height: 42px;
  width: 42px;
}

.mt-country-mobile__option-list button > .mt-country-mobile__icon-asset {
  flex-basis: 44px;
  font-size: 28px;
  height: 44px;
  width: 44px;
}

.mt-country-mobile__selected-trip-card {
  border: 1px solid var(--mt-line);
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(28, 43, 58, 0.08);
  margin-bottom: 22px;
  overflow: hidden;
}

.mt-country-mobile__planner-start-screen {
  display: grid;
  gap: 14px;
}

.mt-country-mobile__planner-start-copy {
  background: #fff;
  border: 1px solid var(--mt-line);
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(28, 43, 58, 0.06);
  padding: 18px 16px;
}

.mt-country-mobile__planner-start-copy > span {
  color: var(--mt-orange);
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.mt-country-mobile__planner-start-copy h3 {
  color: var(--mt-ink);
  font-family: "PS Fournier", Georgia, serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.08;
  margin: 0 0 10px;
}

.mt-country-mobile__planner-start-copy p {
  color: #5c5447;
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

.mt-country-mobile__planner-start-screen .mt-country-mobile__selected-trip-card {
  margin-bottom: 0;
}

.mt-country-mobile__selected-trip-media {
  background-position: center;
  background-size: cover;
  height: 128px;
  position: relative;
}

.mt-country-mobile__selected-trip-media > span {
  background: var(--mt-orange);
  border-radius: 99px;
  color: #fff;
  font-size: 9.5px;
  font-weight: 800;
  left: 11px;
  letter-spacing: 0.06em;
  padding: 4px 10px;
  position: absolute;
  text-transform: uppercase;
  top: 11px;
  z-index: 1;
}

.mt-country-mobile__selected-trip-media button {
  background: rgba(255, 255, 255, 0.92);
  border: 0;
  border-radius: 50%;
  color: var(--mt-ink);
  font-size: 13px;
  height: 28px;
  position: absolute;
  right: 9px;
  top: 9px;
  width: 28px;
  z-index: 1;
}

.mt-country-mobile__selected-trip-media strong {
  bottom: 11px;
  color: #fff;
  font-family: "PS Fournier", Georgia, serif;
  font-size: 20px;
  font-weight: 600;
  left: 13px;
  line-height: 1.12;
  position: absolute;
  right: 13px;
  text-shadow: 0 2px 12px rgba(8, 22, 28, 0.7);
  z-index: 1;
}

.mt-country-mobile__selected-trip-body {
  padding: 13px 14px 15px;
}

.mt-country-mobile__selected-trip-meta {
  color: #5c5447;
  display: flex;
  flex-wrap: wrap;
  font-size: 11.5px;
  font-weight: 700;
  gap: 8px;
  margin-bottom: 9px;
}

.mt-country-mobile__selected-trip-meta span:first-child {
  color: var(--mt-ink);
}

.mt-country-mobile__selected-trip-meta span:nth-child(3) {
  color: var(--mt-orange);
}

.mt-country-mobile__selected-trip-body p {
  color: var(--mt-muted-2);
  font-size: 12.5px;
  line-height: 1.45;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mt-country-mobile textarea,
.mt-country-mobile input {
  background: #fff;
  border: 1.5px solid var(--mt-line-2);
  border-radius: 13px;
  color: var(--mt-ink);
  font-size: 14px;
  max-width: 100%;
  min-width: 0;
  padding: 13px 14px;
  width: 100%;
}

.mt-country-mobile__planner-sheet textarea,
.mt-country-mobile__planner-sheet input {
  box-sizing: border-box;
  font-size: 16px;
}

.mt-country-mobile textarea {
  line-height: 1.45;
  min-height: 80px;
  resize: none;
}

.mt-country-mobile__selected-trip-card textarea {
  font-size: 13.5px;
  min-height: 74px;
}

/* Wish input is the primary action on the journey start: give it its own panel */
.mt-country-mobile__wish-field {
  display: block;
  margin-top: 14px;
  background: #f7f4ee;
  border: 1px solid #ece5d8;
  border-radius: 14px;
  padding: 14px 13px 13px;
}

.mt-country-mobile__wish-field-title {
  color: var(--mt-ink);
  display: block;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.22;
  margin-bottom: 4px;
}

.mt-country-mobile__wish-field-copy {
  color: #5c5447;
  display: block;
  font-size: 12.5px;
  line-height: 1.45;
  margin-bottom: 11px;
}

/* Keep the wish input in scale with its label (overrides the sheet-wide 16px) */
.mt-country-mobile__planner-sheet .mt-country-mobile__selected-trip-card textarea {
  background: #fff;
  font-size: 14px;
  line-height: 1.5;
  min-height: 104px;
}

.mt-country-mobile__wish-chips > span {
  color: var(--mt-muted-2);
  display: block;
  font-size: 11.5px;
  font-weight: 700;
  margin: 12px 0 8px;
}

.mt-country-mobile__wish-chips > div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.mt-country-mobile__wish-chips button,
.mt-country-mobile__planner-chip-row button {
  background: #fff;
  border: 1.5px solid var(--mt-line-2);
  border-radius: 999px;
  color: var(--mt-ink);
  font-size: 12px;
  font-weight: 600;
  padding: 7px 12px;
}

.mt-country-mobile__refine-divider {
  align-items: center;
  display: flex;
  gap: 9px;
  padding: 0 14px 14px;
}

.mt-country-mobile__refine-divider span {
  color: var(--mt-muted-2);
  font-size: 12px;
  font-weight: 700;
}

.mt-country-mobile__refine-divider i {
  background: #ede6db;
  flex: 1;
  height: 1px;
}

.mt-country-mobile__planner-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 16px;
}

.mt-country-mobile__planner-chip-row button {
  font-size: 13px;
  padding: 8px 13px;
}

.mt-country-mobile__month-groups {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.mt-country-mobile__month-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mt-country-mobile__year-divider {
  align-items: center;
  display: flex;
  gap: 9px;
  min-height: 16px;
  width: 100%;
}

.mt-country-mobile__year-divider span {
  background: #fff;
  color: var(--mt-brown);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1;
  padding-right: 2px;
}

.mt-country-mobile__year-divider i {
  background: #ede6db;
  flex: 1;
  height: 1px;
}

.mt-country-mobile__month-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
}

.mt-country-mobile__month-grid button,
.mt-country-mobile__duration-grid button,
.mt-country-mobile__method-grid button,
.mt-country-mobile__flex-button {
  background: #fff;
  border: 1.5px solid var(--mt-line-2);
  border-radius: 11px;
  color: var(--mt-ink);
  font-size: 13.5px;
  font-weight: 700;
  padding: 11px 0;
  text-align: center;
  transition: 0.12s;
  width: 100%;
}

.mt-country-mobile__flex-button {
  border-radius: 12px;
  font-size: 14px;
  margin-top: 12px;
  padding: 12px;
  width: 100%;
}

.mt-country-mobile__planner-step hr {
  background: #f2ede4;
  border: 0;
  height: 1px;
  margin: 20px 0 16px;
}

.mt-country-mobile__duration-grid,
.mt-country-mobile__method-grid {
  display: grid;
  gap: 9px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mt-country-mobile__stepper {
  align-items: center;
  border: 1.5px solid var(--mt-line-2);
  border-radius: 14px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 12px 14px;
}

.mt-country-mobile__stepper-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mt-country-mobile__stepper > div:first-child strong {
  color: var(--mt-ink);
  display: block;
  font-size: 14.5px;
}

.mt-country-mobile__stepper > div:first-child span {
  color: var(--mt-muted-2);
  display: block;
  font-size: 11.5px;
}

.mt-country-mobile__stepper > div:last-child {
  align-items: center;
  display: flex;
  gap: 14px;
}

.mt-country-mobile__stepper button {
  background: #fff;
  border: 1.5px solid var(--mt-line-2);
  border-radius: 50%;
  color: var(--mt-ink);
  font-size: 19px;
  height: 34px;
  line-height: 1;
  padding: 0;
  width: 34px;
}

.mt-country-mobile__stepper > div:last-child span {
  color: var(--mt-ink);
  font-size: 18px;
  font-weight: 800;
  min-width: 20px;
  text-align: center;
}

.mt-country-mobile__planner-note {
  color: var(--mt-muted-2);
  display: block;
  font-size: 11.5px;
  line-height: 1.4;
  margin-top: 9px;
}

.mt-country-mobile__planner-error {
  background: #fff4f1;
  border: 1px solid rgba(236, 94, 72, 0.24);
  border-radius: 12px;
  color: #9f3325;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 10px;
  padding: 10px 12px;
}

.mt-country-mobile__summary-card {
  background: var(--mt-cream-2);
  border-left: 3px solid var(--mt-orange);
  border-radius: 0 14px 14px 0;
  margin-bottom: 20px;
  padding: 14px 15px;
}

.mt-country-mobile__summary-card > span {
  color: var(--mt-brown);
  display: block;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.09em;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.mt-country-mobile__summary-card p {
  color: var(--mt-ink-2);
  font-size: 14.5px;
  line-height: 1.55;
}

.mt-country-mobile__profile {
  display: grid;
  gap: 8px;
}

.mt-country-mobile__summary-card .mt-country-mobile__profile-headline {
  color: var(--mt-ink);
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1.4;
}

.mt-country-mobile__profile-rows {
  display: grid;
  gap: 5px;
}

.mt-country-mobile__profile-rows > div {
  align-items: baseline;
  display: flex;
  gap: 8px;
}

.mt-country-mobile__profile-rows dt {
  color: var(--mt-brown);
  flex: 0 0 92px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.mt-country-mobile__profile-rows dd {
  color: var(--mt-ink-2);
  font-size: 13.5px;
  line-height: 1.4;
}

.mt-country-mobile__summary-prose {
  border-top: 1px solid rgba(28, 43, 58, 0.1);
  margin-top: 12px;
  padding-top: 12px;
}

.mt-country-mobile__summary-prose--pending span {
  color: var(--mt-muted-2);
  font-size: 13px;
  font-style: italic;
  line-height: 1.5;
}

.mt-country-mobile__summary-thinking {
  align-items: center;
  color: var(--mt-ink-2);
  display: none;
  font-size: 14px;
  font-weight: 600;
  gap: 10px;
  line-height: 1.45;
  min-height: 45px;
}

.mt-country-mobile__summary-thinking.is-visible {
  display: flex;
}

.mt-country-mobile__summary-spinner {
  animation: mt-country-mobile-summary-spin 0.8s linear infinite;
  border: 2px solid rgba(28, 43, 58, 0.15);
  border-radius: 999px;
  border-top-color: rgba(236, 94, 72, 0.72);
  flex: 0 0 auto;
  height: 18px;
  width: 18px;
}

@keyframes mt-country-mobile-summary-spin {
  to {
    transform: rotate(360deg);
  }
}

.mt-country-mobile__budget-control {
  margin-bottom: 20px;
}

.mt-country-mobile__budget-control > div:first-child,
.mt-country-mobile__budget-control > div:last-child {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
}

.mt-country-mobile__budget-control strong {
  color: var(--mt-ink);
  font-size: 13px;
}

.mt-country-mobile__budget-control span {
  color: var(--mt-orange);
  font-size: 14px;
  font-weight: 800;
}

.mt-country-mobile__budget-control input {
  accent-color: var(--mt-orange);
  border: 0;
  height: 26px;
  margin: 5px 0 0;
  padding: 0;
}

.mt-country-mobile__budget-scale-labels {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.mt-country-mobile__budget-control small {
  color: #a89e8f;
  font-size: 11px;
}

.mt-country-mobile__budget-note {
  color: var(--mt-muted-2);
  font-size: 11.5px;
  line-height: 1.4;
  margin: 8px 0 0;
}

.mt-country-mobile__guide-question-heading {
  align-items: center;
  display: flex;
  gap: 7px;
  margin-bottom: 10px;
}

.mt-country-mobile__guide-question-heading span {
  font-size: 16px;
}

.mt-country-mobile__guide-question-heading strong {
  color: var(--mt-ink);
  font-size: 13px;
}

.mt-country-mobile__guide-question-pending {
  background: #fff;
  border: 1.5px solid var(--mt-line);
  border-radius: 16px;
  box-shadow: 0 6px 16px rgba(28, 43, 58, 0.06);
  color: var(--mt-muted-2);
  font-size: 13px;
  line-height: 1.45;
  padding: 16px 18px;
}

.mt-country-mobile__guide-question-pending button {
  background: var(--mt-orange);
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  font-size: 12.5px;
  font-weight: 800;
  margin-top: 10px;
  padding: 8px 14px;
}

/* Wrapper trägt den Vollbild-Bleed und den Fade-Indikator rechts, damit
   erkennbar ist, dass horizontal gescrollt werden kann (Karte 02 wurde sonst
   ohne jedes Signal mitten im Wort abgeschnitten). */
.mt-country-mobile__question-carousel-wrap {
  margin: 0 -24px;
  max-width: calc(100% + 48px);
  position: relative;
}

.mt-country-mobile__question-carousel-wrap::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff 82%);
  bottom: 4px;
  content: "";
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 2px;
  width: 34px;
  z-index: 1;
}

.mt-country-mobile__question-carousel {
  display: flex;
  gap: 11px;
  overflow-x: auto;
  padding: 2px 24px 4px;
  scroll-padding-left: 24px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.mt-country-mobile__question-carousel article {
  background: #fff;
  border: 1.5px solid var(--mt-line);
  border-radius: 16px;
  box-shadow: 0 6px 16px rgba(28, 43, 58, 0.06);
  display: flex;
  flex: 0 0 min(250px, calc(100vw - 68px));
  flex-direction: column;
  gap: 9px;
  padding: 18px 20px 18px 21px;
  scroll-snap-align: start;
}

.mt-country-mobile__question-carousel article span {
  color: var(--mt-orange-3);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.mt-country-mobile__question-carousel article p {
  color: var(--mt-ink);
  font-family: "PS Fournier", Georgia, serif;
  font-size: 16px;
  line-height: 1.32;
}

.mt-country-mobile__question-carousel aside {
  align-items: center;
  color: var(--mt-muted-2);
  display: flex;
  flex: 0 0 150px;
  font-size: 12px;
  line-height: 1.5;
  scroll-snap-align: start;
}

.mt-country-mobile__contact-grid {
  display: grid;
  gap: 9px;
  grid-template-columns: minmax(74px, 0.42fr) minmax(0, 1fr);
  margin-bottom: 11px;
}

.mt-country-mobile__planner-step > input {
  margin-bottom: 11px;
}

.mt-country-mobile__phone-fields {
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr);
  margin-bottom: 8px;
}

.mt-country-mobile__phone-fields select,
.mt-country-mobile__phone-fields input {
  appearance: none;
  background: #fff;
  border: 1.5px solid var(--mt-line);
  border-radius: 16px;
  color: var(--mt-ink);
  font: inherit;
  min-height: 52px;
  min-width: 0;
  padding: 0 16px;
}

.mt-country-mobile__phone-fields select {
  background-image:
    linear-gradient(45deg, transparent 50%, var(--mt-muted-2) 50%),
    linear-gradient(135deg, var(--mt-muted-2) 50%, transparent 50%);
  background-position:
    calc(100% - 19px) 50%,
    calc(100% - 13px) 50%;
  background-repeat: no-repeat;
  background-size: 6px 6px;
  padding-right: 36px;
}

.mt-country-mobile__consent-row {
  align-items: flex-start;
  background: none;
  border: 0;
  display: flex;
  gap: 9px;
  margin-top: 15px;
  padding: 0;
  text-align: left;
  width: 100%;
}

.mt-country-mobile__consent-row > span {
  align-items: center;
  background: #fff;
  border: 1.5px solid #c9bfae;
  border-radius: 6px;
  color: #fff;
  display: flex;
  flex: 0 0 20px;
  font-size: 13px;
  font-weight: 800;
  height: 20px;
  justify-content: center;
  width: 20px;
}

.mt-country-mobile__consent-row[aria-pressed="true"] > span {
  background: var(--mt-orange);
  border-color: var(--mt-orange);
}

.mt-country-mobile__consent-row p {
  color: var(--mt-muted);
  font-size: 11.5px;
  line-height: 1.45;
}

.mt-country-mobile__success-step {
  padding: 46px 10px 20px;
  text-align: center;
}

.mt-country-mobile__success-icon {
  align-items: center;
  animation: mtCountryPop 0.5s ease both;
  background: #e7f4ec;
  border-radius: 50%;
  display: flex;
  font-size: 38px;
  height: 84px;
  justify-content: center;
  margin: 0 auto 22px;
  width: 84px;
}

.mt-country-mobile__success-icon .mt-country-mobile__icon-asset {
  height: 54px;
  width: 54px;
}

.mt-country-mobile__success-step p {
  color: var(--mt-muted);
  font-size: 14px;
  line-height: 1.55;
  margin: 10px 24px 26px;
}

.mt-country-mobile__success-step strong {
  color: var(--mt-ink);
}

.mt-country-mobile__success-benefits {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 13px;
  text-align: left;
}

.mt-country-mobile__success-benefits article {
  background: var(--mt-cream-2);
  border-radius: 14px;
  padding: 14px;
}

.mt-country-mobile__success-benefits span {
  display: block;
  font-size: 26px;
  margin-bottom: 6px;
}

.mt-country-mobile__success-benefits .mt-country-mobile__icon-asset {
  height: 34px;
  margin-bottom: 6px;
  width: 34px;
}

.mt-country-mobile__success-benefits strong {
  display: block;
  font-size: 13px;
  line-height: 1.25;
}

.mt-country-mobile__success-benefits p {
  color: var(--mt-muted);
  font-size: 11.5px;
  line-height: 1.4;
  margin: 3px 0 0;
}

.mt-country-mobile__success-budget {
  background: var(--mt-cream-2);
  border-radius: 14px;
  margin: 22px 0 6px;
  padding: 16px 15px;
  text-align: left;
}

.mt-country-mobile__success-budget-title {
  color: var(--mt-ink);
  display: block;
  font-size: 14px;
}

.mt-country-mobile__success-budget .mt-country-mobile__success-budget-copy {
  color: var(--mt-muted-2);
  display: block;
  font-size: 12px;
  line-height: 1.4;
  margin: 4px 0 12px;
}

.mt-country-mobile__success-budget .mt-country-mobile__budget-control {
  margin-bottom: 0;
}

.mt-country-mobile__success-budget-note {
  color: var(--mt-muted-2);
  display: block;
  font-size: 11.5px;
  line-height: 1.4;
  margin-top: 10px;
}

.mt-country-mobile__success-budget-actions {
  align-items: center;
  display: flex;
  gap: 14px;
  margin-top: 14px;
}

.mt-country-mobile__success-budget-send {
  background: #e8e1d7;
  border: 1px solid #d8d0c3;
  border-radius: 999px;
  color: var(--mt-ink);
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  padding: 9px 22px;
}

.mt-country-mobile__success-budget-send:disabled {
  cursor: default;
  opacity: 0.7;
}

.mt-country-mobile__success-budget-skip {
  background: none;
  border: 0;
  color: var(--mt-muted-2);
  cursor: pointer;
  font-size: 12.5px;
  text-decoration: underline;
}

.mt-country-mobile__success-budget-done {
  color: var(--mt-ink-2);
  display: block;
  font-size: 13.5px;
  line-height: 1.5;
  margin: 20px auto 0;
  max-width: 320px;
}

.mt-country-mobile__planner-footer {
  background: #fff;
  border-top: 1px solid #f2ede4;
  flex-shrink: 0;
  padding: 14px 18px calc(20px + var(--mt-safe-bottom));
  position: relative;
  transform: translateY(calc(-1 * var(--mt-keyboard-offset, 0px)));
  transition: transform 0.16s ease;
  z-index: 4;
}

.mt-country-mobile__tap-hint {
  color: #a89e8f;
  font-size: 11.5px;
  text-align: center;
}

.mt-country-mobile__planner-footer .mt-country-mobile__secondary-cta {
  margin-top: 0;
}

.mt-country-mobile__hero-trust-row {
  display: flex;
  gap: 7px;
  justify-content: flex-end;
  left: 12px;
  position: absolute;
  right: 12px;
  top: 14px;
  z-index: 2;
}

.mt-country-mobile__trust-inlay {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(226, 216, 202, 0.95);
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(28, 43, 58, 0.08);
  color: var(--mt-ink);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  text-align: center;
  text-decoration: none;
}

.mt-country-mobile__trust-inlay-label {
  color: var(--mt-ink);
  display: block;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.1;
  text-transform: uppercase;
}

.mt-country-mobile__trust-inlay-stars {
  color: var(--mt-yellow);
  display: block;
  font-size: 10px;
  letter-spacing: 0.4px;
  line-height: 1;
  margin-top: 4px;
}

.mt-country-mobile__trust-inlay strong {
  color: var(--mt-ink);
  display: block;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  margin-top: 4px;
}

.mt-country-mobile__trust-inlay small {
  color: var(--mt-green-2);
  display: block;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.15;
  margin-top: 3px;
}

.mt-country-mobile__trust-inlay em {
  color: var(--mt-muted-2);
  display: block;
  font-size: 9.5px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.15;
  margin-top: 3px;
}

.mt-country-mobile__trust-inlay--section {
  flex: 1;
  min-height: 112px;
  padding: 13px 10px 12px;
}

.mt-country-mobile__trust-inlay--hero {
  border-color: rgba(255, 255, 255, 0.88);
  box-shadow: 0 5px 16px rgba(7, 20, 28, 0.14);
  flex: 0 1 94px;
  min-height: 62px;
  padding: 7px 7px 6px;
}

.mt-country-mobile__trust-inlay--hero .mt-country-mobile__trust-inlay-label {
  font-size: 7.7px;
  letter-spacing: 0.03em;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mt-country-mobile__trust-inlay--hero .mt-country-mobile__trust-inlay-stars {
  font-size: 7.8px;
  margin-top: 3px;
}

.mt-country-mobile__trust-inlay--hero strong {
  font-size: 15px;
  margin-top: 3px;
}

.mt-country-mobile__trust-inlay--hero small {
  font-size: 8.2px;
  margin-top: 2px;
}

.mt-country-mobile__trust-inlay--hero em {
  display: none;
}

.mt-country-mobile__footer-social {
  gap: 8px;
  justify-content: stretch;
}

.mt-country-mobile__footer-social .mt-country-mobile__trust-inlay {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.13);
  border-radius: 11px;
  box-shadow: none;
  flex: 1;
  height: auto;
  min-height: 52px;
  padding: 7px 8px;
  width: auto;
}

.mt-country-mobile__footer-social .mt-country-mobile__trust-inlay-label,
.mt-country-mobile__footer-social .mt-country-mobile__trust-inlay strong {
  color: #fff;
}

.mt-country-mobile__footer-social .mt-country-mobile__trust-inlay-stars {
  font-size: 8px;
  margin-top: 3px;
}

.mt-country-mobile__footer-social .mt-country-mobile__trust-inlay strong {
  font-size: 15px;
  margin-top: 3px;
}

.mt-country-mobile__footer-social .mt-country-mobile__trust-inlay small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 8.5px;
  margin-top: 2px;
}

.mt-country-mobile__footer-social .mt-country-mobile__trust-inlay em {
  display: none;
}

/* Cross-device stabilization overrides */
.mt-country-mobile :where(h1, h2, h3, strong, span, small, p, a, button, blockquote) {
  overflow-wrap: break-word;
  word-break: normal;
}

.mt-country-mobile__trust-card-row {
  align-items: stretch;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mt-country-mobile__trust-inlay {
  min-width: 0;
  overflow: hidden;
}

.mt-country-mobile__trust-inlay--section {
  min-height: 98px;
  padding: 11px 8px 10px;
}

.mt-country-mobile__trust-inlay--section .mt-country-mobile__trust-inlay-label {
  font-size: 8.5px;
}

.mt-country-mobile__trust-inlay--section .mt-country-mobile__trust-inlay-stars {
  font-size: 9px;
}

.mt-country-mobile__trust-inlay--section strong {
  font-size: 18px;
}

.mt-country-mobile__hero-trust-row {
  gap: 6px;
  justify-content: flex-end;
}

.mt-country-mobile__trust-inlay--hero {
  flex: 0 1 88px;
  min-height: 58px;
  padding: 6px;
}

.mt-country-mobile__trust-inlay--hero .mt-country-mobile__trust-inlay-stars {
  letter-spacing: 0;
}

.mt-country-mobile__trust-inlay-logo {
  display: block;
  height: 18px;
  margin-bottom: 5px;
  object-fit: contain;
  width: auto;
}

.mt-country-mobile__trust-inlay-logo--trusted-shops {
  max-width: 80px;
}

.mt-country-mobile__trust-inlay-logo--google {
  height: 18px;
  max-width: 22px;
}

.mt-country-mobile__trust-inlay--section .mt-country-mobile__trust-inlay-logo {
  height: 17px;
  margin-bottom: 5px;
}

.mt-country-mobile__trust-inlay--section .mt-country-mobile__trust-inlay-logo--trusted-shops {
  max-width: 76px;
}

.mt-country-mobile__trust-inlay--hero {
  min-height: 66px;
}

.mt-country-mobile__trust-inlay--hero .mt-country-mobile__trust-inlay-logo {
  height: 12px;
  margin-bottom: 3px;
}

.mt-country-mobile__trust-inlay--hero .mt-country-mobile__trust-inlay-logo--trusted-shops {
  max-width: 56px;
}

.mt-country-mobile__trust-inlay--hero .mt-country-mobile__trust-inlay-logo--google {
  height: 12px;
  max-width: 15px;
}

.mt-country-mobile__footer-social .mt-country-mobile__trust-inlay {
  min-height: 58px;
}

.mt-country-mobile__footer-social .mt-country-mobile__trust-inlay-logo {
  height: 12px;
  margin-bottom: 3px;
}

.mt-country-mobile__footer-social .mt-country-mobile__trust-inlay-logo--trusted-shops {
  filter: brightness(0) invert(1);
  max-width: 54px;
  opacity: 0.9;
}

.mt-country-mobile__footer-social .mt-country-mobile__trust-inlay-logo--google {
  height: 12px;
  max-width: 15px;
}

.mt-country-mobile__footer-text-button,
.mt-country-mobile__legal-links .mt-country-mobile__footer-text-button,
.mt-country-mobile__utility-links .mt-country-mobile__footer-text-button {
  color: rgba(255, 255, 255, 0.62);
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
  padding: 0;
}

.mt-country-mobile__planner-footer .mt-country-mobile__primary-cta,
.mt-country-mobile__planner-footer .mt-country-mobile__secondary-cta,
.mt-country-mobile__final-cta button,
.mt-country-mobile__sticky-cta button {
  justify-content: center;
  text-align: center;
}

.mt-country-mobile__travel-time-scroll,
.mt-country-mobile__comparison-grid,
.mt-country-mobile__footer,
.mt-country-mobile__planner-scroll,
.mt-country-mobile__sheet-scroll {
  hyphens: auto;
  overflow-wrap: break-word;
}

/* Targeted mobile UX refinement */
.mt-country-mobile__sticky-header {
  background: transparent;
  border-bottom: 0;
  box-shadow: none;
  left: 50%;
  max-width: 480px;
  min-height: calc(54px + var(--mt-safe-top));
  padding: calc(10px + var(--mt-safe-top)) 16px 8px;
  position: fixed;
  right: auto;
  top: 0;
  transform: translateX(-50%);
  transition: opacity 0.22s ease, transform 0.24s ease;
  width: 100%;
}

.mt-country-mobile--preview .mt-country-mobile__sticky-header {
  left: 0;
  position: absolute;
  right: 0;
  transform: none;
}

.mt-country-mobile__sticky-header--hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(calc(-100% - 8px));
}

.mt-country-mobile--preview .mt-country-mobile__sticky-header--hidden {
  transform: translateY(calc(-100% - 8px));
}

.mt-country-mobile__logo-link {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(8, 22, 28, 0.18);
  height: 30px;
  padding: 5px 9px;
  transform: none;
}

.mt-country-mobile__contact-link {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(8, 22, 28, 0.14);
  color: var(--mt-ink);
  font-size: 12.5px;
  padding: 5px 10px 5px 6px;
}

.mt-country-mobile__contact-link span {
  height: 24px;
  width: 24px;
}

.mt-country-mobile__header-actions {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
}

.mt-country-mobile__hero-image {
  background-position: center top;
  height: calc(360px + min(var(--mt-safe-top), 26px));
}

.mt-country-mobile__hero-trust-row {
  top: calc(66px + min(var(--mt-safe-top), 18px));
}

.mt-country-mobile__hero-action-row {
  gap: 6px;
  margin-bottom: 12px;
  padding: 4px;
}

.mt-country-mobile__hero-action-row button {
  flex: 1 1 0;
  min-width: 0;
  white-space: nowrap;
}

.mt-country-mobile__hero-action-link {
  font-size: 12px !important;
}

.mt-country-mobile__hero-options {
  gap: 7px;
}

.mt-country-mobile__hero-options button {
  min-height: 46px;
  padding: 11px 12px;
}

.mt-country-mobile__trust-inlay {
  align-items: center;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  justify-content: start;
  text-align: left;
}

.mt-country-mobile__trust-inlay-logo-wrap {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  display: flex;
  height: 46px;
  justify-content: center;
  margin-right: 9px;
  padding: 0;
  width: 50px;
}

.mt-country-mobile__trust-inlay-logo {
  height: auto;
  margin: 0;
  max-height: 42px;
  max-width: 100%;
}

.mt-country-mobile__trust-inlay-logo--trusted-shops {
  max-width: 48px;
}

.mt-country-mobile__trust-inlay-logo--google {
  max-height: 38px;
  max-width: 38px;
}

.mt-country-mobile__trust-inlay-copy {
  display: block;
  min-width: 0;
}

.mt-country-mobile__trust-inlay-copy > span:last-of-type {
  align-items: baseline;
  display: flex;
  gap: 5px;
}

.mt-country-mobile__trust-inlay-stars {
  letter-spacing: 0;
  margin-top: 2px;
}

.mt-country-mobile__trust-inlay strong {
  display: inline;
  font-size: 17px;
  margin-top: 2px;
}

.mt-country-mobile__trust-inlay small {
  display: inline;
  font-size: 9.5px;
  margin-top: 0;
}

.mt-country-mobile__trust-inlay--section {
  min-height: 72px;
  padding: 10px;
}

.mt-country-mobile__trust-inlay--hero {
  flex: 1 1 0;
  min-height: 54px;
  padding: 7px;
}

.mt-country-mobile__trust-inlay--hero .mt-country-mobile__trust-inlay-logo-wrap {
  height: 36px;
  margin-right: 7px;
  padding: 0;
  width: 38px;
}

.mt-country-mobile__trust-inlay--hero .mt-country-mobile__trust-inlay-label {
  font-size: 7.6px;
}

.mt-country-mobile__trust-inlay--hero .mt-country-mobile__trust-inlay-stars {
  font-size: 7.8px;
}

.mt-country-mobile__trust-inlay--hero strong {
  font-size: 13px;
}

.mt-country-mobile__trust-inlay--hero small {
  font-size: 7.8px;
}

.mt-country-mobile__trip-card {
  flex-basis: 252px;
}

.mt-country-mobile__trip-media {
  height: 124px;
}

.mt-country-mobile__trip-body {
  padding: 10px 12px 12px;
}

.mt-country-mobile__route-line {
  margin-bottom: 7px;
  min-height: 0;
}

.mt-country-mobile__tag-row {
  margin-bottom: 8px;
}

.mt-country-mobile__trip-price-row {
  margin-bottom: 8px;
}

.mt-country-mobile__trip-card .mt-country-mobile__primary-cta {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--mt-orange-3);
  display: inline-flex;
  font-size: 12.5px;
  justify-content: flex-start;
  padding: 3px 0 0;
  text-align: left;
  width: auto;
}

.mt-country-mobile__how-section .mt-country-mobile__primary-cta,
.mt-country-mobile__primary-cta {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  text-align: center;
}

.mt-country-mobile__benefit-grid article {
  padding: 15px 13px;
}

.mt-country-mobile__benefit-grid p {
  line-height: 1.45;
}

.mt-country-mobile__comparison-grid {
  grid-template-columns: minmax(102px, 1.5fr) repeat(3, minmax(50px, 0.8fr));
}

.mt-country-mobile__comparison-feature {
  font-size: 11px;
  padding: 9px 8px;
}

.mt-country-mobile__comparison-value {
  font-size: 16px;
}

.mt-country-mobile__value--no {
  color: #cf4f43;
}

.mt-country-mobile__place-carousel {
  gap: 10px;
  padding-right: 18px;
}

.mt-country-mobile__place-carousel article {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 116px;
  text-align: center;
}

.mt-country-mobile__place-carousel span {
  bottom: auto;
  left: 9px;
  right: 9px;
  text-align: center;
}

.mt-country-mobile__footer h2 {
  font-size: 18px;
  line-height: 1.18;
  max-width: 290px;
}

.mt-country-mobile__partner-logo-badge {
  min-height: 40px;
  min-width: 86px;
  padding: 7px 10px !important;
}

.mt-country-mobile__partner-logo-badge img {
  height: auto;
  max-height: 28px;
  max-width: 118px;
  object-fit: contain;
}

.mt-country-mobile__footer-groups nav {
  display: grid;
  gap: 12px 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mt-country-mobile__footer-subgroup {
  min-width: 0;
}

.mt-country-mobile__footer-subgroup a,
.mt-country-mobile__footer-groups a {
  hyphens: auto;
  overflow-wrap: break-word;
}

.mt-country-mobile__footer-social {
  align-items: stretch;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mt-country-mobile__footer-social .mt-country-mobile__trust-inlay {
  min-height: 60px;
  padding: 8px;
}

.mt-country-mobile__footer-social .mt-country-mobile__trust-inlay-logo-wrap {
  background: transparent;
  height: 38px;
  margin-right: 7px;
  padding: 0;
  width: 40px;
}

.mt-country-mobile__footer-social .mt-country-mobile__trust-inlay-logo--trusted-shops {
  filter: none;
  max-width: 40px;
}

.mt-country-mobile__footer-social .mt-country-mobile__trust-inlay-label {
  font-size: 7.6px;
}

.mt-country-mobile__footer-social .mt-country-mobile__trust-inlay-stars {
  font-size: 7.6px;
}

.mt-country-mobile__footer-social .mt-country-mobile__trust-inlay small {
  color: rgba(255, 255, 255, 0.72);
}

.mt-country-mobile__footer-text-button,
.mt-country-mobile__legal-links .mt-country-mobile__footer-text-button,
.mt-country-mobile__utility-links .mt-country-mobile__footer-text-button {
  color: rgba(255, 255, 255, 0.55);
  font-size: 11.5px;
  font-weight: 500;
  line-height: 1.35;
}

@media (max-width: 374px) {
  .mt-country-mobile__sticky-header {
    padding-left: 14px;
    padding-right: 14px;
  }

  .mt-country-mobile__logo-link {
    transform: translateY(2px) scale(1.06);
  }

  .mt-country-mobile__logo-link--scrolled {
    transform: translateY(0) scale(0.96);
  }

  .mt-country-mobile__hero-action-row {
    flex-direction: column;
  }

  .mt-country-mobile__hero-action-row button {
    width: 100%;
  }

  .mt-country-mobile__hero-trust-row {
    left: 10px;
    right: 10px;
  }

  .mt-country-mobile__trust-inlay--hero {
    flex-basis: 82px;
  }

  .mt-country-mobile__place-carousel {
    grid-template-columns: 1fr;
  }

  .mt-country-mobile__comparison-grid {
    grid-template-columns: minmax(96px, 1.48fr) repeat(3, minmax(48px, 0.78fr));
  }

  .mt-country-mobile__comparison-head {
    padding-left: 3px;
    padding-right: 3px;
  }

  .mt-country-mobile__comparison-head strong {
    font-size: 9.5px;
  }

  .mt-country-mobile__travel-time-table {
    padding: 8px;
  }

  .mt-country-mobile__travel-time-row {
    grid-template-columns: minmax(66px, 1.22fr) repeat(12, minmax(6px, 1fr));
  }
}

/* Detail QA fixes */
.mt-country-mobile__scroll {
  padding-bottom: calc(26px + var(--mt-safe-bottom));
}

.mt-country-mobile__hero-copy h1,
.mt-country-mobile__intent-card h2,
.mt-country-mobile__section-heading h2,
.mt-country-mobile__benefit-grid h3,
.mt-country-mobile__option-card strong,
.mt-country-mobile__hero-options button,
.mt-country-mobile__trip-media strong,
.mt-country-mobile__timeline-title,
.mt-country-mobile__footer-groups a,
.mt-country-mobile__footer-subgroup a {
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}

.mt-country-mobile__trip-card .mt-country-mobile__primary-cta {
  background: linear-gradient(180deg, var(--mt-orange-2), var(--mt-orange));
  border: 0;
  box-shadow: 0 12px 20px rgba(236, 94, 72, 0.26);
  color: #fff;
  display: flex;
  font-size: 13.5px;
  justify-content: center;
  min-height: 42px;
  padding: 12px 14px;
  width: 100%;
}

.mt-country-mobile__stepper button {
  align-items: center;
  display: inline-flex;
  font-family: "New Hero", Arial, sans-serif;
  justify-content: center;
  line-height: 1;
  padding: 0 0 2px;
}

.mt-country-mobile__stepper button:first-child {
  padding-bottom: 4px;
}

.mt-country-mobile__stepper button:last-child {
  background: var(--mt-navy, #193c6e);
  border-color: var(--mt-navy, #193c6e);
  color: #fff;
}

.mt-country-mobile__hero-trust-row {
  display: none;
}

/* Final mobile QA polish */
.mt-country-mobile__sheet-controls {
  pointer-events: none;
  z-index: 90;
}

.mt-country-mobile__sheet-controls button {
  pointer-events: auto;
}

.mt-country-mobile__sheet-scroll {
  padding-bottom: calc(96px + var(--mt-safe-bottom));
  scroll-padding-bottom: calc(96px + var(--mt-safe-bottom));
}

.mt-country-mobile__planner-scroll {
  padding-bottom: calc(112px + var(--mt-safe-bottom) + var(--mt-keyboard-offset, 0px));
  scroll-padding-bottom: calc(132px + var(--mt-safe-bottom) + var(--mt-keyboard-offset, 0px));
}

.mt-country-mobile__detail-inline-cta {
  position: relative;
  z-index: 1;
}

.mt-country-mobile__detail-footer {
  z-index: 85;
}

.mt-country-mobile__month-groups {
  gap: 8px;
}

.mt-country-mobile__month-group {
  gap: 5px;
}

.mt-country-mobile__year-divider {
  min-height: 12px;
}

.mt-country-mobile__year-divider span {
  font-size: 10px;
}

.mt-country-mobile__month-grid {
  gap: 6px;
}

.mt-country-mobile__month-grid button {
  border-radius: 10px;
  font-size: 12.5px;
  min-height: 34px;
  padding: 7px 0;
}

.mt-country-mobile__flex-button {
  font-size: 13px;
  margin-top: 8px;
  min-height: 36px;
  padding: 9px 10px;
}

.mt-country-mobile__planner-step hr {
  margin: 12px 0 10px;
}

.mt-country-mobile__duration-grid {
  gap: 7px;
}

.mt-country-mobile__duration-grid button {
  font-size: 12.5px;
  min-height: 36px;
  padding: 8px 6px;
}

.mt-country-mobile__planner-disabled-hint {
  color: var(--mt-orange-3);
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 8px;
  text-align: center;
}

.mt-country-mobile__budget-control input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  display: block;
  height: 34px;
  width: 100%;
}

.mt-country-mobile__budget-control input[type="range"]::-webkit-slider-runnable-track {
  background: linear-gradient(
    90deg,
    var(--mt-orange) 0,
    var(--mt-orange) var(--mt-range-progress, 0%),
    #efe7dc var(--mt-range-progress, 0%),
    #efe7dc 100%
  );
  border-radius: 999px;
  height: 8px;
}

.mt-country-mobile__budget-control input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  border: 3px solid var(--mt-orange);
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(236, 94, 72, 0.28);
  height: 24px;
  margin-top: -8px;
  width: 24px;
}

.mt-country-mobile__budget-control input[type="range"]::-moz-range-track {
  background: #efe7dc;
  border-radius: 999px;
  height: 8px;
}

.mt-country-mobile__budget-control input[type="range"]::-moz-range-progress {
  background: var(--mt-orange);
  border-radius: 999px;
  height: 8px;
}

.mt-country-mobile__budget-control input[type="range"]::-moz-range-thumb {
  background: #fff;
  border: 3px solid var(--mt-orange);
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(236, 94, 72, 0.28);
  height: 20px;
  width: 20px;
}

.mt-country-mobile__contact-grid {
  gap: 7px;
  margin-bottom: 8px;
}

.mt-country-mobile__planner-step > input {
  font-size: 16px;
  margin-bottom: 8px;
  min-width: 0;
}

.mt-country-mobile__method-grid {
  gap: 7px;
  margin-bottom: 8px;
}

.mt-country-mobile__method-grid button {
  font-size: 12.5px;
  min-height: 38px;
  padding: 8px 6px;
}

.mt-country-mobile__consent-row {
  gap: 9px;
  margin-top: 4px;
}

.mt-country-mobile__consent-row p {
  font-size: 11px;
  line-height: 1.35;
}

.mt-country-mobile__planner-footer {
  padding-top: 10px;
}

.mt-country-mobile__guide-report,
.mt-country-mobile__guide-report p,
.mt-country-mobile__guide-card blockquote {
  font-family: "New Hero", Arial, sans-serif;
}

.mt-country-mobile__guide-report p,
.mt-country-mobile__guide-card blockquote {
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.5;
}

.mt-country-mobile__value--no {
  color: #c9bfae;
}

.mt-country-mobile__comparison-head strong,
.mt-country-mobile__comparison-feature,
.mt-country-mobile__planner-step h3,
.mt-country-mobile__option-list strong,
.mt-country-mobile__month-grid button,
.mt-country-mobile__duration-grid button,
.mt-country-mobile__method-grid button,
.mt-country-mobile__primary-cta,
.mt-country-mobile__detail-footer button,
.mt-country-mobile__sticky-cta button {
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}

@media (max-width: 390px) {
  .mt-country-mobile__hero-copy h1 {
    font-size: 28px;
    line-height: 1.03;
  }

  .mt-country-mobile__planner-step h3 {
    font-size: 21px;
  }
}

/* Follow-up mobile QA refinements */
.mt-country-mobile__sheet {
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  max-height: none;
}

.mt-country-mobile__planner-sheet {
  background: #fff;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  max-height: none;
  overflow: hidden;
  z-index: 90;
}

.mt-country-mobile__planner-sheet input,
.mt-country-mobile__planner-sheet textarea,
.mt-country-mobile__selected-trip-card textarea {
  font-size: 16px;
}

.mt-country-mobile__hero-copy p {
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}

.mt-country-mobile__comparison-grid {
  grid-template-columns: minmax(98px, 1.4fr) repeat(3, minmax(54px, 0.9fr));
}

.mt-country-mobile__comparison-head {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding-left: 3px;
  padding-right: 3px;
  text-align: center;
  white-space: normal;
}

.mt-country-mobile__comparison-head strong {
  font-size: 9.2px;
  line-height: 1.08;
  white-space: normal;
}

.mt-country-mobile__comparison-head span {
  font-size: 8.5px;
  line-height: 1.1;
}

.mt-country-mobile__trip-card {
  align-self: flex-start;
}

.mt-country-mobile__trip-body {
  padding-bottom: 10px;
}

.mt-country-mobile__trip-card .mt-country-mobile__primary-cta {
  min-height: 40px;
  padding-bottom: 11px;
  padding-top: 11px;
}

@media (max-width: 374px) {
  .mt-country-mobile__comparison-grid {
    grid-template-columns: minmax(90px, 1.32fr) repeat(3, minmax(50px, 0.9fr));
  }

  .mt-country-mobile__comparison-head strong {
    font-size: 8.8px;
  }
}

/* Score-forward trust cards and hero-header polish */
.mt-country-mobile__sticky-header {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  background: transparent;
  border-bottom: 0;
  min-height: 0;
  padding: calc(env(safe-area-inset-top, 0px) + 14px) 16px 0;
}

.mt-country-mobile__logo-link {
  background: rgba(255, 255, 255, 0.94);
  border-radius: 999px;
  height: 40px;
  padding: 7px 12px;
  transform: none;
}

.mt-country-mobile__logo-link--scrolled {
  transform: none;
}

.mt-country-mobile__contact-link {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  background: rgba(255, 255, 255, 0.94);
  min-height: 38px;
  padding: 7px 12px 7px 8px;
}

.mt-country-mobile__contact-link span {
  height: 24px;
  width: 24px;
}

.mt-country-mobile__trust-section {
  background: #f3f3f1;
  padding-bottom: 16px;
  padding-top: 16px;
}

.mt-country-mobile__score-forward {
  --mt-score-bg: #f3f3f1;
  --mt-score-card: #fff;
  --mt-score-border: rgba(0, 0, 0, 0.07);
  --mt-score-text: #1a1c1e;
  --mt-score-stars: #f5b50a;
  --mt-score-label: #6b7178;
  --mt-score-accent: #1f9d57;
  display: flex;
  gap: 20px;
  margin: 0 auto;
  max-width: 720px;
}

.mt-country-mobile__score-forward--dark {
  --mt-score-bg: #14161a;
  --mt-score-card: #1e2128;
  --mt-score-border: rgba(255, 255, 255, 0.08);
  --mt-score-text: #f1f2f4;
  --mt-score-label: #9aa1aa;
  --mt-score-accent: #36c47c;
}

.mt-country-mobile__score-forward-card {
  background: var(--mt-score-card);
  border: 1px solid var(--mt-score-border);
  border-radius: 18px;
  color: var(--mt-score-text);
  display: block;
  flex: 1;
  font-family: "New Hero", Arial, sans-serif;
  min-width: 0;
  padding: 26px 28px;
  text-decoration: none;
  transition:
    box-shadow 160ms ease,
    transform 160ms ease;
}

.mt-country-mobile__score-forward-card--link:hover {
  box-shadow: 0 10px 24px rgba(28, 43, 58, 0.08);
  transform: translateY(-1px);
}

.mt-country-mobile__score-forward-card--link:active {
  box-shadow: 0 6px 16px rgba(28, 43, 58, 0.06);
  transform: translateY(0);
}

.mt-country-mobile__score-forward-head {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.mt-country-mobile__score-forward-head strong {
  color: var(--mt-score-text);
  font-size: 42px;
  font-weight: 800;
  line-height: 0.9;
}

.mt-country-mobile__score-forward-logo {
  display: block;
  object-fit: contain;
}

.mt-country-mobile__score-forward-logo--trusted-shops {
  height: 30px;
  width: 30px;
}

.mt-country-mobile__score-forward-logo--google {
  height: 28px;
  width: 28px;
}

.mt-country-mobile__score-forward-stars {
  color: var(--mt-score-stars);
  display: block;
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 1;
  margin-top: 14px;
}

.mt-country-mobile__score-forward-copy {
  display: block;
  margin-top: 14px;
}

.mt-country-mobile__score-forward-copy span {
  color: var(--mt-score-label);
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.4px;
}

.mt-country-mobile__score-forward-copy small {
  color: var(--mt-score-accent);
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
}

.mt-country-mobile__score-forward-action {
  color: var(--mt-orange-3);
  display: block;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 9px;
}

.mt-country-mobile__trip-card {
  min-height: 0;
}

.mt-country-mobile__trip-body {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding-bottom: 9px;
}

.mt-country-mobile__trip-body .mt-country-mobile__route-line,
.mt-country-mobile__trip-body .mt-country-mobile__tag-row,
.mt-country-mobile__trip-price-row {
  margin-bottom: 0;
}

.mt-country-mobile__trip-inspiration-section {
  padding-bottom: 12px;
}

.mt-country-mobile__trip-carousel {
  padding-bottom: 4px;
}

@media (max-width: 559px) {
  .mt-country-mobile__score-forward {
    flex-direction: row;
    gap: 9px;
  }

  .mt-country-mobile__score-forward-card {
    border-radius: 16px;
    padding: 15px 13px;
  }

  .mt-country-mobile__score-forward-head strong {
    font-size: 33px;
  }

  .mt-country-mobile__score-forward-logo--trusted-shops {
    height: 40px;
    width: 40px;
  }

  .mt-country-mobile__score-forward-logo--google {
    height: 34px;
    width: 34px;
  }

  .mt-country-mobile__score-forward-stars {
    font-size: 12.5px;
    letter-spacing: 0.8px;
    margin-top: 12px;
  }

  .mt-country-mobile__score-forward-copy {
    margin-top: 12px;
  }

  .mt-country-mobile__score-forward-copy span {
    font-size: 9.5px;
    letter-spacing: 0.95px;
  }

  .mt-country-mobile__score-forward-copy small {
    font-size: 12.5px;
  }

  .mt-country-mobile__score-forward-action {
    font-size: 10px;
    margin-top: 7px;
  }
}

@media (max-width: 374px) {
  .mt-country-mobile__logo-link {
    height: 36px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mt-country-mobile__contact-link {
    font-size: 12px;
    padding-right: 10px;
  }

  .mt-country-mobile__score-forward-card {
    padding: 14px 11px;
  }

  .mt-country-mobile__score-forward-head strong {
    font-size: 31px;
  }

  .mt-country-mobile__score-forward-logo--trusted-shops {
    height: 36px;
    width: 36px;
  }

  .mt-country-mobile__score-forward-logo--google {
    height: 31px;
    width: 31px;
  }
}

/* Mobile Webflow QA refinements */
.mt-country-mobile__sticky-header {
  align-items: flex-start;
  background: transparent;
  border-bottom: 0;
  gap: 12px;
  margin-bottom: calc(-86px - env(safe-area-inset-top, 0px));
  min-height: 0;
  padding: calc(env(safe-area-inset-top, 0px) + 14px) 18px 0;
  pointer-events: none;
}

.mt-country-mobile__logo-link,
.mt-country-mobile__logo-link--scrolled {
  background: transparent;
  border-radius: 0;
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.36));
  height: 72px;
  max-width: 190px;
  padding: 0;
  pointer-events: auto;
  transform: none;
}

.mt-country-mobile__logo-link img {
  height: 100%;
  object-fit: contain;
  object-position: left center;
  width: auto;
}

.mt-country-mobile__contact-link {
  background: transparent;
  color: #fff;
  font-size: 13px;
  gap: 5px;
  min-height: 0;
  padding: 8px 0 0;
  pointer-events: auto;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

.mt-country-mobile__contact-link span {
  background: transparent;
  color: currentColor;
  font-size: 13px;
  height: auto;
  line-height: 1;
  width: auto;
}

.mt-country-mobile__trips-section {
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.mt-country-mobile__trips-section .mt-country-mobile__section-heading {
  padding-left: 18px;
  padding-right: 18px;
}

.mt-country-mobile__trip-carousel {
  gap: 14px;
  overscroll-behavior-x: contain;
  padding: 0 8vw 6px;
  scroll-padding-inline: 8vw;
}

.mt-country-mobile__trip-card {
  flex: 0 0 min(84vw, 330px);
  scroll-snap-align: center;
  scroll-snap-stop: always;
}

.mt-country-mobile__own-trip-card {
  flex: 0 0 min(70vw, 260px);
  scroll-snap-align: center;
  scroll-snap-stop: always;
}

.mt-country-mobile__how-section {
  padding-top: 2px;
}

.mt-country-mobile__guide-section {
  background: var(--mt-cream);
  border-top: 0;
}

.mt-country-mobile__guide-card {
  border-color: #efe7dc;
  box-shadow: 0 8px 22px rgba(28, 43, 58, 0.06);
}

.mt-country-mobile__guide-card blockquote {
  border-left: 0;
}

.mt-country-mobile__places-section {
  padding-left: 0;
  padding-right: 0;
}

.mt-country-mobile__places-section h2,
.mt-country-mobile__places-section p {
  padding-left: 18px;
  padding-right: 18px;
}

.mt-country-mobile__place-carousel {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  padding: 0 8vw 4px;
  scroll-padding-inline: 8vw;
  scroll-snap-type: x mandatory;
}

.mt-country-mobile__place-carousel article {
  flex: 0 0 min(72vw, 282px);
  min-height: 126px;
  scroll-snap-align: center;
  scroll-snap-stop: always;
}

.mt-country-mobile__footer-social {
  display: block;
}

.mt-country-mobile__footer-social .mt-country-mobile__score-forward {
  gap: 9px;
  max-width: none;
}

.mt-country-mobile__score-forward--dark .mt-country-mobile__score-forward-card {
  background: rgba(255, 255, 255, 0.065);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: none;
  padding: 15px 13px;
}

.mt-country-mobile__score-forward--dark .mt-country-mobile__score-forward-logo {
  filter: none;
}

@media (max-width: 374px) {
  .mt-country-mobile__logo-link,
  .mt-country-mobile__logo-link--scrolled {
    height: 62px;
    max-width: 164px;
  }

  .mt-country-mobile__trip-card {
    flex-basis: 86vw;
  }

  .mt-country-mobile__place-carousel article {
    flex-basis: 76vw;
  }
}

/* Trip carousel equal-height cards and footer trust correction */
.mt-country-mobile__trip-carousel {
  align-items: stretch;
}

.mt-country-mobile__trip-card,
.mt-country-mobile__own-trip-card {
  display: flex;
  flex: 0 0 min(84vw, 330px);
  flex-direction: column;
  min-height: 358px;
  scroll-snap-align: center;
}

.mt-country-mobile__trip-media {
  flex: 0 0 132px;
  height: 132px;
}

.mt-country-mobile__trip-body {
  flex: 1;
}

.mt-country-mobile__trip-price-row {
  margin-top: auto;
}

.mt-country-mobile__trip-card .mt-country-mobile__primary-cta {
  margin-top: 2px;
}

.mt-country-mobile__own-trip-card {
  align-self: stretch;
  justify-content: center;
}

.mt-country-mobile__footer-social .mt-country-mobile__score-forward {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  width: 100%;
}

.mt-country-mobile__footer-social .mt-country-mobile__score-forward-card {
  border-radius: 15px;
  display: grid;
  min-height: 118px;
  overflow: hidden;
  padding: 13px 12px;
}

.mt-country-mobile__footer-social .mt-country-mobile__score-forward-head {
  align-items: flex-start;
  gap: 8px;
}

.mt-country-mobile__footer-social .mt-country-mobile__score-forward-head strong {
  font-size: 31px;
  letter-spacing: 0;
}

.mt-country-mobile__footer-social .mt-country-mobile__score-forward-logo--trusted-shops {
  height: 28px;
  width: 28px;
}

.mt-country-mobile__footer-social .mt-country-mobile__score-forward-logo--google {
  height: 24px;
  width: 24px;
}

.mt-country-mobile__footer-social .mt-country-mobile__score-forward-stars {
  font-size: 10.5px;
  letter-spacing: 0.2px;
  margin-top: 9px;
  white-space: nowrap;
}

.mt-country-mobile__footer-social .mt-country-mobile__score-forward-copy {
  margin-top: 9px;
}

.mt-country-mobile__footer-social .mt-country-mobile__score-forward-copy span {
  font-size: 8.5px;
  letter-spacing: 0.65px;
  overflow-wrap: normal;
  white-space: nowrap;
}

.mt-country-mobile__footer-social .mt-country-mobile__score-forward-copy small {
  font-size: 11px;
  line-height: 1.1;
  overflow-wrap: normal;
  white-space: nowrap;
}

@media (max-width: 374px) {
  .mt-country-mobile__trip-card,
  .mt-country-mobile__own-trip-card {
    flex-basis: 86vw;
  }

  .mt-country-mobile__footer-social .mt-country-mobile__score-forward {
    gap: 8px;
  }

  .mt-country-mobile__footer-social .mt-country-mobile__score-forward-card {
    padding: 12px 10px;
  }

  .mt-country-mobile__footer-social .mt-country-mobile__score-forward-head strong {
    font-size: 28px;
  }

  .mt-country-mobile__footer-social .mt-country-mobile__score-forward-stars {
    font-size: 9.5px;
  }
}

/* Footer trust cards must opt out of the legacy footer-social icon-link rules. */
.mt-country-mobile__footer-social {
  align-items: stretch;
  display: block;
}

.mt-country-mobile__footer-social .mt-country-mobile__score-forward {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: none;
  width: 100%;
}

.mt-country-mobile__footer-social .mt-country-mobile__score-forward-card {
  align-items: stretch;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  box-shadow: none;
  color: #fff;
  display: block;
  height: auto;
  justify-content: initial;
  min-height: 142px;
  padding: 18px 16px;
  width: auto;
}

.mt-country-mobile__footer-social .mt-country-mobile__score-forward-head {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.mt-country-mobile__footer-social .mt-country-mobile__score-forward-head strong {
  color: #fff;
  font-size: 38px;
  font-weight: 800;
  line-height: 0.9;
}

.mt-country-mobile__footer-social .mt-country-mobile__score-forward-logo {
  object-fit: contain;
}

.mt-country-mobile__footer-social .mt-country-mobile__score-forward-logo--trusted-shops {
  height: 36px;
  width: 36px;
}

.mt-country-mobile__footer-social .mt-country-mobile__score-forward-logo--google {
  height: 32px;
  width: 32px;
}

.mt-country-mobile__footer-social .mt-country-mobile__score-forward-stars {
  color: #f5b50a;
  display: block;
  font-size: 13px;
  letter-spacing: 0.6px;
  line-height: 1;
  margin-top: 14px;
  white-space: nowrap;
}

.mt-country-mobile__footer-social .mt-country-mobile__score-forward-copy {
  display: block;
  margin-top: 14px;
}

.mt-country-mobile__footer-social .mt-country-mobile__score-forward-copy span {
  color: rgba(255, 255, 255, 0.68);
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.1px;
  line-height: 1.15;
  white-space: normal;
}

.mt-country-mobile__footer-social .mt-country-mobile__score-forward-copy small {
  color: #36c47c;
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.18;
  margin-top: 6px;
  white-space: normal;
}

@media (max-width: 374px) {
  .mt-country-mobile__footer-social .mt-country-mobile__score-forward {
    gap: 10px;
  }

  .mt-country-mobile__footer-social .mt-country-mobile__score-forward-card {
    min-height: 132px;
    padding: 16px 13px;
  }

  .mt-country-mobile__footer-social .mt-country-mobile__score-forward-head strong {
    font-size: 34px;
  }

  .mt-country-mobile__footer-social .mt-country-mobile__score-forward-logo--trusted-shops {
    height: 32px;
    width: 32px;
  }

  .mt-country-mobile__footer-social .mt-country-mobile__score-forward-logo--google {
    height: 29px;
    width: 29px;
  }
}

/* Delta QA refinements */
.mt-country-mobile__logo-link {
  height: 72px;
  max-width: 190px;
}

.mt-country-mobile__logo-link--scrolled {
  height: 38px;
  max-width: 118px;
}

.mt-country-mobile__hero-image {
  height: calc(356px + min(var(--mt-safe-top), 20px));
}

.mt-country-mobile__hero-copy {
  bottom: 28px;
}

.mt-country-mobile__intent-card {
  margin-top: -8px;
}

.mt-country-mobile__score-forward-logo--trusted-shops {
  height: 46px;
  width: 46px;
}

.mt-country-mobile__score-forward-logo--google {
  height: 42px;
  width: 42px;
}

.mt-country-mobile__footer-social .mt-country-mobile__score-forward-logo--trusted-shops {
  height: 54px;
  width: 54px;
}

.mt-country-mobile__footer-social .mt-country-mobile__score-forward-logo--google {
  height: 48px;
  width: 48px;
}

.mt-country-mobile__trip-carousel {
  padding-bottom: 16px;
  padding-top: 8px;
}

.mt-country-mobile__trip-card {
  box-shadow: 0 16px 36px rgba(28, 43, 58, 0.16);
}

.mt-country-mobile__testimonial-heading {
  justify-content: flex-start;
}

.mt-country-mobile__testimonial-source-logo {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  min-width: 44px;
  padding: 0;
}

.mt-country-mobile__testimonial-source-logo img {
  display: block;
  max-height: 34px;
  max-width: 42px;
  object-fit: contain;
}

.mt-country-mobile__testimonial-source-logo .mt-country-mobile__testimonial-top strong {
  font-size: 0;
}

.mt-country-mobile__place-carousel article::after {
  background: linear-gradient(180deg, rgba(13, 38, 46, 0) 35%, rgba(13, 38, 46, 0.64) 100%);
}

.mt-country-mobile__place-carousel article {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
}

.mt-country-mobile__place-carousel span {
  bottom: 13px;
  left: 13px;
  right: 13px;
  text-align: left;
}

.mt-country-mobile__final-cta div {
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.35;
}

.mt-country-mobile__final-cta span {
  display: inline-flex;
  letter-spacing: 0.8px;
  white-space: nowrap;
}

@media (max-width: 374px) {
  .mt-country-mobile__logo-link {
    height: 62px;
    max-width: 164px;
  }

  .mt-country-mobile__logo-link--scrolled {
    height: 34px;
    max-width: 104px;
  }

  .mt-country-mobile__score-forward-logo--trusted-shops {
    height: 42px;
    width: 42px;
  }

  .mt-country-mobile__score-forward-logo--google {
    height: 38px;
    width: 38px;
  }

  .mt-country-mobile__footer-social .mt-country-mobile__score-forward-logo--trusted-shops {
    height: 46px;
    width: 46px;
  }

  .mt-country-mobile__footer-social .mt-country-mobile__score-forward-logo--google {
    height: 41px;
    width: 41px;
  }
}

/* Smooth header logo scale and readable contact pill */
.mt-country-mobile__sticky-header {
  align-items: flex-start;
}

.mt-country-mobile__logo-link {
  height: 72px;
  max-width: 190px;
  transition:
    height 0.42s cubic-bezier(0.22, 0.61, 0.36, 1),
    max-width 0.42s cubic-bezier(0.22, 0.61, 0.36, 1),
    filter 0.32s ease,
    opacity 0.22s ease;
  will-change: height, max-width;
}

.mt-country-mobile__logo-link--scrolled {
  height: 38px;
  max-width: 118px;
}

.mt-country-mobile__contact-link {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  box-shadow: 0 7px 18px rgba(8, 22, 28, 0.16);
  color: var(--mt-ink);
  margin-top: 1px;
  min-height: 34px;
  padding: 7px 12px 7px 10px;
  text-shadow: none;
}

.mt-country-mobile__contact-link span {
  background: transparent;
  color: var(--mt-orange-3);
  font-size: 13px;
  height: auto;
  width: auto;
}

@media (max-width: 374px) {
  .mt-country-mobile__logo-link {
    height: 62px;
    max-width: 164px;
  }

  .mt-country-mobile__logo-link--scrolled {
    height: 34px;
    max-width: 104px;
  }
}

/* iPhone notch / Dynamic Island safe-area hero alignment */
@media (max-width: 767px) {
  #mt-country-mobile-root[data-mt-mobile-country="true"] {
    background: #fff;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    max-width: none;
    overflow-x: hidden;
    padding: 0;
    width: 100%;
  }

  .mt-country-mobile:not(.mt-country-mobile--preview),
  .mt-country-mobile:not(.mt-country-mobile--preview) .mt-country-mobile__scroll {
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    max-width: none;
    overflow-x: hidden;
    padding: 0;
    width: 100%;
  }

  .mt-country-mobile:not(.mt-country-mobile--preview) {
    --mt-mobile-intent-preview-height: 300px;
    --mt-mobile-cta-height: calc(112px + var(--mt-safe-bottom));
    --mt-mobile-hero-media-height: clamp(
      280px,
      calc(100svh - var(--mt-mobile-cta-height, 112px) - var(--mt-mobile-intent-preview-height, 300px)),
      430px
    );
    background: #fff;
    min-height: 100svh;
  }

  .mt-country-mobile:not(.mt-country-mobile--preview) .mt-country-mobile__scroll {
    background: #fff;
    min-height: 100svh;
  }

  .mt-country-mobile__sticky-header {
    align-items: flex-start;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: transparent;
    border-bottom: 0;
    box-shadow: none;
    left: 50%;
    margin: 0;
    max-width: 480px;
    min-height: 0;
    padding: 14px 18px 0;
    pointer-events: none;
    position: fixed;
    right: auto;
    top: var(--mt-safe-top);
    transform: translateX(-50%);
    width: 100%;
    z-index: 40;
  }

  .mt-country-mobile--preview .mt-country-mobile__sticky-header {
    left: 0;
    position: absolute;
    right: 0;
    top: var(--mt-safe-top);
    transform: none;
  }

  .mt-country-mobile__sticky-header--hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateX(-50%) translateY(calc(-100% - 12px));
  }

  .mt-country-mobile--preview .mt-country-mobile__sticky-header--hidden {
    transform: translateY(calc(-100% - 12px));
  }

  .mt-country-mobile__header-actions,
  .mt-country-mobile__logo-link,
  .mt-country-mobile__contact-link {
    pointer-events: auto;
  }

  .mt-country-mobile:not(.mt-country-mobile--preview) .mt-country-mobile__hero {
    margin-top: 0;
    min-height: 0;
    padding-top: 0;
  }

  .mt-country-mobile:not(.mt-country-mobile--preview) .mt-country-mobile__hero-image {
    background-position: center top;
    height: var(--mt-mobile-hero-media-height);
    min-height: var(--mt-mobile-hero-media-height);
  }

  .mt-country-mobile__hero-copy {
    bottom: 22px;
  }

  .mt-country-mobile__contact-link {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}

@media (min-width: 768px) {
  .mt-country-mobile__hero {
    min-height: 0;
  }

  .mt-country-mobile__hero-image {
    height: calc(330px + min(var(--mt-safe-top), 20px));
    min-height: 0;
  }
}

/* =====================================================================
   Desktop V3 — Vollbild-Hero (rotierende Location-Bilder) + helle
   Trust-/Presse-Leiste. Am Dateiende, gewinnt per Kaskade.
   ===================================================================== */
@media (min-width: 981px) {
  .mt-country-desktop__hero {
    position: relative;
    height: 100vh;
    min-height: 660px;
    margin-top: -84px;
    padding: 0;
    overflow: hidden;
    isolation: isolate;
    background: var(--mt-desktop-blue-dark, #122c52);
  }
  .mt-country-desktop__hero::after { content: none; }

  .mt-country-desktop__hero-slides { position: absolute; inset: 0; overflow: hidden; z-index: 0; }
  .mt-country-desktop__hero-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transform: scale(1.04);
    animation: mt-desktop-hero-ken 24s ease-in-out infinite alternate;
    transition: opacity 1.5s ease;
    will-change: opacity, transform;
  }
  .mt-country-desktop__hero-slide--active {
    opacity: 1;
  }
  .mt-country-desktop__hero-slide-image {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
  }
  @keyframes mt-desktop-hero-ken {
    from { transform: scale(1.04); }
    to { transform: scale(1.16); }
  }

  .mt-country-desktop__hero-scrim {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
      radial-gradient(120% 80% at 78% 12%, rgba(240, 86, 42, 0.22) 0%, rgba(240, 86, 42, 0) 46%),
      linear-gradient(96deg, rgba(6, 18, 38, 0.72) 0%, rgba(6, 18, 38, 0.22) 46%, rgba(6, 18, 38, 0) 74%),
      linear-gradient(180deg, rgba(6, 16, 32, 0.55) 0%, rgba(6, 16, 32, 0.05) 30%, rgba(6, 16, 32, 0.86) 100%);
  }

  .mt-country-desktop__hero-frame {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 78px;
    z-index: 3;
    margin: 0 auto;
    width: min(1200px, calc(100% - 112px));
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 44px;
  }

  .mt-country-desktop__hero-copy {
    max-width: 660px;
    padding: 0;
    color: #fff;
  }
  .mt-country-desktop__hero-copy h1 {
    font-size: clamp(52px, 5vw, 76px);
    line-height: 1;
    letter-spacing: -0.015em;
    text-shadow: 0 2px 26px rgba(0, 0, 0, 0.4);
    margin: 10px 0 0;
  }
  .mt-country-desktop__hero-lead {
    font-size: clamp(18px, 1.7vw, 22px);
    line-height: 1.5;
    max-width: 540px;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.34);
  }
  .mt-country-desktop__hero-trust strong,
  .mt-country-desktop__hero-trust span { text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5); }

  /* schlanke Eingangskarte unten rechts */
  .mt-country-desktop__plan-card {
    width: 366px;
    max-width: 366px;
    flex: none;
    gap: 0;
    padding: 20px 20px 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 34px 66px -26px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(6px);
  }
  .mt-country-desktop__plan-card h2 { font-size: 22px; line-height: 1.12; margin: 8px 0 14px; }
  .mt-country-desktop__quick-picks {
    display: flex;
    flex-direction: column;
    gap: 8px;
    grid-template-columns: none;
  }
  .mt-country-desktop__quick-picks button {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 11px;
    min-height: 0;
    padding: 11px 13px;
    text-align: left;
  }
  .mt-country-desktop__quick-picks button > span {
    width: 27px;
    height: 27px;
    flex: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12.5px;
  }
  .mt-country-desktop__quick-picks button strong { font-size: 14px; line-height: 1.2; }
  .mt-country-desktop__quick-picks button small { display: none; }
  .mt-country-desktop__plan-card .mt-country-desktop__microcopy { margin: 12px 0 0; }
  .mt-country-desktop__plan-card .mt-country-desktop__button--wide { margin-top: 12px; width: 100%; }

  /* Slide-Navigation unten rechts: Label · Punkte · Pfeile */
  .mt-country-desktop__hero-slidenav {
    position: absolute;
    right: max(40px, calc((100% - 1200px) / 2));
    bottom: 26px;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 16px;
    color: #fff;
  }
  .mt-country-desktop__hero-slidenav-label {
    font-size: 13px;
    font-weight: 700;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.55);
  }
  .mt-country-desktop__hero-slidenav-dots { display: flex; align-items: center; gap: 6px; }
  .mt-country-desktop__hero-slidenav-dot {
    width: 7px;
    height: 7px;
    padding: 0;
    border: none;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: width 0.25s ease, background 0.25s ease;
  }
  .mt-country-desktop__hero-slidenav-dot--active { width: 22px; background: #fff; }
  .mt-country-desktop__hero-slidenav-arrows { display: flex; gap: 8px; }
  .mt-country-desktop__hero-slidenav-arrow {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.55);
    background: rgba(8, 20, 40, 0.28);
    color: #fff;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;
  }
  .mt-country-desktop__hero-slidenav-arrow:hover {
    background: rgba(8, 20, 40, 0.5);
    border-color: rgba(255, 255, 255, 0.9);
  }

  /* Trust-/Presse-Leiste: von navy auf hell (creme) */
  .mt-country-desktop__trust-strip {
    background: var(--mt-desktop-cream, #f6f2ea);
    color: var(--mt-desktop-blue, #193c6e);
    border-bottom: 1px solid var(--mt-desktop-border, #e7e0d3);
  }
  .mt-country-desktop__press-row,
  .mt-country-desktop__press-row > span,
  .mt-country-desktop__press-row strong {
    color: var(--mt-desktop-muted, #7a8794);
  }
  .mt-country-desktop__press-row img { filter: none; opacity: 0.9; }
  .mt-country-desktop__trust-stats dt { color: var(--mt-desktop-blue, #193c6e); }
  .mt-country-desktop__trust-stats dd { color: var(--mt-desktop-copy, #5e6e7e); }
  .mt-country-desktop__trust-proof-card,
  .mt-country-desktop__trust-safety-card {
    background: #fff;
    border: 1px solid var(--mt-desktop-border, #e7e0d3);
    color: var(--mt-desktop-copy, #5e6e7e);
    box-shadow: 0 18px 40px -30px rgba(21, 42, 78, 0.28);
  }
  .mt-country-desktop__trust-proof-card strong,
  .mt-country-desktop__trust-safety-card strong { color: var(--mt-desktop-blue, #193c6e); }
  .mt-country-desktop__trust-proof-card span,
  .mt-country-desktop__trust-proof-card b { color: var(--mt-desktop-copy, #5e6e7e); }
}

@media (max-width: 980px) {
  .mt-country-desktop__hero {
    position: relative;
    min-height: 620px;
    margin-top: 0;
    overflow: hidden;
  }
  .mt-country-desktop__hero-slides { position: absolute; inset: 0; }
  .mt-country-desktop__hero-slide {
    position: absolute; inset: 0; background-size: cover; background-position: center;
    opacity: 0; transition: opacity 1.2s ease;
  }
  .mt-country-desktop__hero-slide--active { opacity: 1; }
  .mt-country-desktop__hero-scrim {
    position: absolute; inset: 0; z-index: 1;
    background: linear-gradient(180deg, rgba(6,16,32,.5) 0%, rgba(6,16,32,.1) 34%, rgba(6,16,32,.85) 100%);
  }
  .mt-country-desktop__hero-frame {
    position: relative; z-index: 3;
    display: flex; flex-direction: column; gap: 20px;
    padding: 120px 22px 96px;
  }
  .mt-country-desktop__hero-copy { color: #fff; max-width: none; }
  .mt-country-desktop__plan-card { width: 100%; max-width: none; }
  .mt-country-desktop__hero-slidenav {
    position: absolute; right: 18px; bottom: 18px; z-index: 4;
    display: flex; align-items: center; gap: 12px; color: #fff;
  }
  .mt-country-desktop__hero-slidenav-label { display: none; }
}

@media (min-width: 981px) {
  .mt-country-desktop__benefit-action { white-space: nowrap; }
  .mt-country-desktop__benefit-icon { color: var(--mt-desktop-coral, #f0562a); }
}

/* Desktop V2 homepage alignment pass. Desktop namespace only. */
.mt-country-desktop__sticky-header {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  gap: 0;
  justify-content: flex-start;
  max-width: none;
  min-height: 0;
  padding: 0;
  position: fixed;
  top: 30px;
  transform: none;
  width: auto;
  left: max(34px, calc((100vw - 1200px) / 2));
}

.mt-country-desktop__brand {
  align-items: center;
  display: inline-flex;
  gap: 12px;
}

.mt-country-desktop__brand img {
  height: 38px;
  width: auto;
}

.mt-country-desktop__brand small,
.mt-country-desktop__header-nav,
.mt-country-desktop__header-actions {
  display: none;
}

.mt-country-desktop__hero-copy {
  max-width: 620px;
}

.mt-country-desktop__hero-copy > * + * {
  margin-top: 16px;
}

.mt-country-desktop__hero-copy h1 {
  max-width: 640px;
}

.mt-country-desktop__hero-lead {
  max-width: 460px;
}

.mt-country-desktop__hero-trust {
  display: none;
}

.mt-country-desktop__usp-list {
  gap: 8px;
  max-width: 560px;
}

.mt-country-desktop__usp-list li {
  min-height: 34px;
  padding: 7px 13px;
}

.mt-country-desktop__trust-strip {
  background: var(--mt-desktop-blue, #193c6e);
  border: 0;
  color: #fff;
  padding: 42px max(42px, calc((100vw - 1180px) / 2 + 42px));
}

.mt-country-desktop__press-row {
  margin: 0 auto 24px;
}

.mt-country-desktop__trust-panel {
  gap: 0;
  max-width: 1120px;
}

.mt-country-desktop__trust-stats {
  gap: 0;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
}

.mt-country-desktop__trust-stats div {
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  padding: 0 26px;
}

.mt-country-desktop__trust-stats div:last-child {
  border-right: 0;
}

.mt-country-desktop__trust-stats dt {
  color: #fff;
  font-family: var(--mt-desktop-serif, Georgia, serif);
  font-size: clamp(36px, 4vw, 54px);
}

.mt-country-desktop__trust-stats dd {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 800;
}

.mt-country-desktop__trust-proof-grid {
  display: none;
}

.mt-country-desktop__section--cream .mt-country-desktop__benefit-grid {
  margin-top: 42px;
}

.mt-country-desktop__benefit-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mt-country-desktop__benefit-card {
  border-radius: 22px;
  min-height: 260px;
  padding: 30px;
}

.mt-country-desktop__benefit-action,
.mt-country-desktop__model-detail-grid,
.mt-country-desktop__model-card,
.mt-country-desktop__locations-section,
.mt-country-desktop__inline-cta {
  display: none;
}

.mt-country-desktop__steps-section {
  background: #fff;
}

.mt-country-desktop__steps-section > .mt-country-desktop__button {
  display: none;
}

.mt-country-desktop__guide-section {
  align-items: center;
  gap: 48px;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.65fr);
  padding-bottom: 74px;
  padding-top: 74px;
}

.mt-country-desktop__guide-copy {
  max-width: 600px;
}

.mt-country-desktop__guide-copy blockquote {
  font-size: clamp(22px, 2.1vw, 30px);
  line-height: 1.34;
  max-width: 560px;
}

.mt-country-desktop__guide-copy p {
  max-width: 560px;
}

.mt-country-desktop__guide-facts {
  margin: 24px 0;
}

.mt-country-desktop__guide-profile {
  max-width: 330px;
  padding: 22px;
}

.mt-country-desktop__guide-profile img,
.mt-country-desktop__guide-profile > span {
  height: 168px;
  width: 168px;
}

.mt-country-desktop__footer {
  background: #08090c;
}

.mt-country-desktop__footer-brand img {
  filter: brightness(0) invert(1);
  height: 42px;
  margin-bottom: 22px;
  width: auto;
}

.mt-country-desktop__footer-brand > strong {
  display: none;
}

@media (max-width: 1180px) {
  .mt-country-desktop__benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .mt-country-desktop__sticky-header {
    left: 22px;
    top: 22px;
  }

  .mt-country-desktop__brand img {
    height: 34px;
  }

  .mt-country-desktop__trust-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 22px;
  }

  .mt-country-desktop__trust-stats div {
    border-right: 0;
  }
}

.mt-home-stats {
  background: var(--mt-blue);
  padding: 46px 48px;
  position: relative;
  z-index: 1;
}

.mt-home-stats__grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
  max-width: 1180px;
}

.mt-home-stats__item {
  text-align: center;
}

.mt-home-stats__value {
  align-items: center;
  display: inline-flex;
  gap: 10px;
  justify-content: center;
  min-height: 56px;
}

.mt-home-stats__item--logo .mt-home-stats__value {
  gap: 12px;
  transform: translateX(-6px);
}

.mt-home-stats__item--logo strong {
  font-size: clamp(30px, 3.25vw, 44px);
}

.mt-home-stats__item strong {
  color: #fff;
  font-family: var(--mt-serif);
  font-size: clamp(34px, 4.2vw, 54px);
  font-weight: 700;
  line-height: 1;
}

.mt-home-stats__item--text strong {
  font-family: var(--mt-sans);
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.mt-home-stats__item strong span {
  color: var(--mt-tomato);
  display: inline-block;
  margin-left: 5px;
  vertical-align: 0.04em;
}

.mt-home-stats__value img {
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.16));
  height: 60px;
  object-fit: contain;
  width: 60px;
}

.mt-home-stats__value img[alt="Trusted Shops"] {
  height: 78px;
  width: 118px;
}

.mt-home-stats__item--trusted-shops .mt-home-stats__value img {
  height: 56px;
  width: 48px;
}

@media (min-width: 769px) {
  .mt-home-stats__item--trusted-shops .mt-home-stats__value {
    gap: 4px;
    transform: translateX(-18px);
  }

  .mt-home-stats__item--trusted-shops .mt-home-stats__value img {
    margin-left: -8px;
  }
}

.mt-home-stats__item small {
  color: rgba(255, 255, 255, 0.82);
  display: block;
  font-size: 15px;
  font-weight: 800;
  margin-top: 6px;
}

@media (max-width: 768px) {
  .mt-home-stats {
    padding: 24px 20px;
  }

  .mt-home-stats__grid {
    align-items: stretch;
    gap: 12px;
    grid-template-columns: repeat(2, 1fr);
  }

  .mt-home-stats__item {
    background: rgba(255, 255, 255, 0.07);
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 104px;
    padding: 13px 10px;
  }

  .mt-home-stats__item strong {
    font-size: 32px;
  }

  .mt-home-stats__value {
    gap: 6px;
    min-height: 39px;
  }

  .mt-home-stats__value img {
    height: 44px;
    width: 44px;
  }

  .mt-home-stats__value img[alt="Trusted Shops"] {
    height: 58px;
    width: 96px;
  }

  .mt-home-stats__item--logo .mt-home-stats__value {
    gap: 8px;
    transform: none;
  }

  .mt-home-stats__item--logo strong {
    font-size: 30px;
    line-height: 0.95;
  }

  .mt-home-stats__item--logo strong span {
    margin-left: 3px;
  }

  .mt-home-stats__item--logo .mt-home-stats__value img[alt="Google"] {
    height: 54px;
    width: 54px;
  }

  .mt-home-stats__item--trusted-shops {
    padding-left: 8px;
    padding-right: 8px;
  }

  .mt-home-stats__item--trusted-shops .mt-home-stats__value {
    gap: 5px;
  }

  .mt-home-stats__item--trusted-shops .mt-home-stats__value img {
    height: 64px;
    margin-left: 0;
    width: 76px;
  }

  .mt-home-stats__item--text strong {
    font-size: 24px;
  }

  .mt-home-stats__item small {
    font-size: 12px;
    line-height: 1.25;
    margin-top: 5px;
  }
}

.mt-home-eyebrow {
  color: var(--mt-tomato);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.mt-home-section {
  margin: 0 auto;
  max-width: 1280px;
  padding: 90px 48px;
}

.mt-home-section__head {
  margin: 0 auto 48px;
  max-width: 740px;
  text-align: center;
}

.mt-home-section__head h2,
.mt-home-globe h2,
.mt-home-final-cta h2,
.mt-home-detail h2 {
  color: var(--mt-blue);
  font-family: var(--mt-serif);
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.08;
  margin: 0;
}

.mt-home-section__head p:not(.mt-home-eyebrow) {
  font-size: 18px;
  line-height: 1.5;
  margin: 14px auto 0;
  max-width: 660px;
}

.mt-home-benefits__grid {
  align-items: stretch;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-left: auto;
  margin-right: auto;
  max-width: 820px;
}

.mt-home-benefits .mt-home-section__head {
  margin-bottom: 22px;
  max-width: 820px;
  text-align: left;
}

.mt-home-benefits .mt-home-eyebrow,
.mt-home-benefits .mt-home-section__head p:not(.mt-home-eyebrow) {
  display: none;
}

.mt-home-benefit-card {
  background: #fffaf1;
  border: 1px solid rgba(25, 60, 110, 0.08);
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(25, 60, 110, 0.08);
  color: var(--mt-text);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  min-height: 218px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  text-align: left;
  transition:
    background 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    transform 0.28s ease;
}

.mt-home-benefit-card::before {
  background: radial-gradient(circle at 14% 0%, rgba(240, 86, 42, 0.16), rgba(240, 86, 42, 0) 36%);
  content: "";
  inset: 0;
  opacity: 0.76;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.28s ease;
}

.mt-home-benefit-card > * {
  position: relative;
  z-index: 1;
}

.mt-home-benefit-card:hover,
.mt-home-benefit-card:focus-visible,
.mt-home-benefit-card.is-active {
  background: #fffdf8;
  border-color: rgba(240, 86, 42, 0.28);
  box-shadow: 0 20px 46px rgba(25, 60, 110, 0.13);
  transform: translateY(-3px);
}

.mt-home-benefit-card:focus-visible {
  outline: 3px solid rgba(240, 86, 42, 0.25);
  outline-offset: 3px;
}

.mt-home-icon-tile {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: inline-flex;
  flex: 0 0 auto;
  height: 62px;
  justify-content: center;
  margin-bottom: 14px;
  transition: transform 0.28s ease;
  width: 62px;
}

.mt-home-benefit-card:hover .mt-home-icon-tile,
.mt-home-benefit-card:focus-visible .mt-home-icon-tile,
.mt-home-benefit-card.is-active .mt-home-icon-tile {
  transform: translateY(-2px);
}

.mt-home-benefit-icon {
  align-items: center;
  background: transparent;
  border-radius: 0;
  color: inherit;
  display: block;
  height: 58px;
  justify-content: center;
  line-height: 1;
  overflow: visible;
  transition: transform 0.28s ease;
  width: 58px;
}

.mt-home-benefit-icon--tailored {
  --mt-benefit-icon-bg: rgba(255, 199, 72, 0.28);
  --mt-benefit-icon-bg-2: rgba(240, 86, 42, 0.22);
}

.mt-home-benefit-icon--guide {
  --mt-benefit-icon-bg: rgba(51, 204, 204, 0.24);
  --mt-benefit-icon-bg-2: rgba(25, 60, 110, 0.16);
}

.mt-home-benefit-icon--secure {
  --mt-benefit-icon-bg: rgba(25, 60, 110, 0.16);
  --mt-benefit-icon-bg-2: rgba(51, 204, 204, 0.22);
}

.mt-home-benefit-icon--fair {
  --mt-benefit-icon-bg: rgba(240, 86, 42, 0.2);
  --mt-benefit-icon-bg-2: rgba(255, 199, 72, 0.26);
}

.mt-home-benefit-icon svg,
.mt-home-benefit-icon img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.mt-home-benefit-icon--fallback {
  align-items: center;
  color: var(--mt-blue);
  display: inline-flex;
  font-size: 18px;
  font-weight: 800;
}

.mt-home-benefit-card:hover .mt-home-benefit-icon,
.mt-home-benefit-card:focus-visible .mt-home-benefit-icon,
.mt-home-benefit-card.is-active .mt-home-benefit-icon {
  transform: scale(1.05);
}

.mt-home-icon-tile--large {
  border-radius: 0;
  height: 78px;
  margin-bottom: 0;
  width: 78px;
}

.mt-home-icon-tile--large .mt-home-benefit-icon {
  height: 68px;
  width: 68px;
}

.mt-home-icon-tile--large img {
  height: 38px;
  width: 38px;
}

.mt-home-benefit-card strong {
  color: var(--mt-text);
  display: block;
  font-family: var(--mt-sans);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.18;
  margin: 0 0 7px;
}

.mt-home-benefit-card__copy {
  color: rgba(31, 43, 58, 0.68);
  display: block;
  font-size: 14px;
  line-height: 1.45;
}

.mt-home-benefit-card__action {
  align-items: center;
  color: var(--mt-tomato);
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 10px;
  letter-spacing: 0.01em;
  margin-top: auto;
  opacity: 0.88;
  padding-top: 18px;
}

.mt-home-benefit-card__action span {
  margin-right: auto;
}

.mt-home-benefit-card__action b {
  align-items: center;
  background: rgba(240, 86, 42, 0.1);
  border-radius: 50%;
  display: inline-flex;
  font-size: 15px;
  font-style: normal;
  height: 28px;
  justify-content: center;
  line-height: 1;
  transition: background 0.28s ease, transform 0.28s ease;
  width: 28px;
}

.mt-home-benefit-card:hover .mt-home-benefit-card__action b,
.mt-home-benefit-card:focus-visible .mt-home-benefit-card__action b,
.mt-home-benefit-card.is-active .mt-home-benefit-card__action b {
  background: rgba(240, 86, 42, 0.18);
  transform: translateX(3px);
}

.mt-home-route {
  --mt-blue: #193c6e;
  --mt-cream: #f6f1ea;
  --mt-tomato: #f05f50;
  padding-bottom: 42px;
  padding-top: 48px;
}

.mt-home-route .mt-home-section__head {
  margin-bottom: 20px;
}

.mt-home-route__desktop svg {
  display: block;
  height: 138px;
  overflow: visible;
  width: 100%;
}

.mt-home-route__plane {
  filter: drop-shadow(0 9px 14px rgba(240, 95, 80, 0.24));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.mt-home-route__plane-disc {
  fill: #f05f50;
}

.mt-home-route__plane-glyph {
  filter: brightness(0) invert(1);
  transform-box: fill-box;
  transform-origin: center;
}

.mt-home-route__plane-line {
  fill: none;
  opacity: 0.42;
  stroke: rgba(25, 60, 110, 0.55);
  stroke-linecap: round;
  stroke-width: 1.4;
}

.mt-home-route__steps {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 4px;
  text-align: center;
}

.mt-home-route__steps article {
  padding: 0 12px;
}

.mt-home-route__steps strong {
  color: var(--mt-tomato);
  font-family: var(--mt-serif);
  font-size: 29px;
  line-height: 1;
}

.mt-home-route__steps h3 {
  color: var(--mt-blue);
  font-size: 23px;
  line-height: 1.18;
  margin: 8px 0 9px;
}

.mt-home-route__steps p {
  color: #5f6874;
  font-size: 17px;
  line-height: 1.58;
  margin: 0;
}

.mt-home-footer {
  background:
    linear-gradient(180deg, #10223c 0%, #080d16 52%, #07080b 100%);
  color: #fff;
  padding: 72px 48px 30px;
}

.mt-home-footer__inner {
  margin: 0 auto;
  max-width: 1280px;
}

.mt-home-footer__top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  display: block;
  padding-bottom: 24px;
}

.mt-home-footer__brand {
  max-width: 560px;
  min-width: 280px;
}

.mt-home-footer__brand > img {
  height: 72px;
  margin-bottom: 20px;
  width: 72px;
}

.mt-home-footer h2,
.mt-home-footer h3 {
  color: #fff;
  margin: 0;
}

.mt-home-footer h2 {
  font-family: var(--mt-serif);
  font-size: 31px;
  line-height: 1.2;
}

.mt-home-footer__claim {
  color: #fff;
  font-family: var(--mt-serif);
  font-size: 31px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 14px;
}

.mt-home-footer p {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.55;
}

.mt-home-footer p.mt-home-footer__claim {
  color: #fff;
}

.mt-home-footer__usp {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 18px;
}

.mt-home-footer__usp span {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  min-height: 32px;
  padding: 7px 12px;
}

.mt-home-footer__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mt-home-footer__badges span,
.mt-home-footer__badges a {
  align-items: center;
  background: #fff;
  border-radius: 8px;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  padding: 7px 15px;
}

.mt-home-footer__badges img {
  max-height: 30px;
  object-fit: contain;
  width: 92px;
}

.mt-home-footer__links {
  display: grid;
  gap: 34px 52px;
  grid-template-columns: minmax(180px, 0.8fr) minmax(280px, 1.2fr);
}

.mt-home-footer__links > div,
.mt-home-footer__destinations > div > div {
  align-content: start;
  align-items: start;
  display: grid;
  gap: 10px;
}

.mt-home-footer h3 {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.mt-home-footer a,
.mt-home-footer button {
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  font-size: 14px;
  padding: 0;
  text-align: left;
}

.mt-home-footer a:hover,
.mt-home-footer button:hover {
  color: var(--mt-tomato);
}

.mt-home-footer__contact {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.mt-home-footer__contact a {
  display: grid;
  gap: 0 12px;
  grid-template-columns: 36px 1fr;
}

.mt-home-footer__contact span {
  align-items: center;
  background: rgba(240, 86, 42, 0.16);
  border-radius: 50%;
  color: var(--mt-tomato);
  display: flex;
  grid-row: span 2;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.mt-home-footer__contact strong {
  color: #fff;
}

.mt-home-footer__contact small {
  color: rgba(255, 255, 255, 0.45);
}

.mt-home-footer__destinations {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 28px 0 26px;
}

.mt-home-footer__destinations > div {
  align-items: start;
  display: grid;
  gap: 28px 24px;
  grid-template-columns: repeat(5, 1fr);
}

.mt-home-footer__destinations strong {
  color: #fff;
  font-size: 14px;
  margin-bottom: 2px;
}

.mt-home-footer__destinations a {
  font-size: 13px;
}

.mt-home-footer__themes {
  border-bottom: 0;
  padding: 0;
}

.mt-home-footer__secondary {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(220px, 0.72fr) minmax(420px, 1.28fr);
  padding: 22px 0 28px;
}

.mt-home-footer__themes > div {
  display: grid;
  gap: 8px 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mt-home-footer__themes a {
  color: rgba(255, 255, 255, 0.56);
  font-size: 13px;
}

.mt-home-footer__trust {
  align-items: stretch;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 1fr 1.5fr;
  padding: 32px 0;
}

.mt-home-footer__trust-card,
.mt-home-footer__safety {
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 22px 24px;
}

.mt-home-footer__trust-card span {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.mt-home-footer__trust-card strong {
  color: #fff;
  font-size: 40px;
  line-height: 0.9;
}

.mt-home-footer__trust-card img {
  height: 44px;
  object-fit: contain;
  width: 44px;
}

.mt-home-footer__trust-card em {
  color: #f5b50a;
  display: block;
  font-style: normal;
  letter-spacing: 2px;
  margin-top: 14px;
}

.mt-home-footer__trust-card small {
  color: rgba(255, 255, 255, 0.6);
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-top: 12px;
  text-transform: uppercase;
}

.mt-home-footer__trust-card b {
  color: #36c47c;
  display: block;
  margin-top: 5px;
}

.mt-home-footer__safety {
  background: linear-gradient(135deg, #173862, #1d4d86);
}

.mt-home-footer__bottom {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  padding-top: 22px;
}

.mt-home-footer__bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}

.mt-home-footer__bottom small {
  color: rgba(255, 255, 255, 0.35);
}

@media (max-width: 1199px) {
  .mt-home-benefits__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .mt-home-section {
    padding: 40px 20px;
  }

  .mt-home-section__head {
    margin-bottom: 22px;
    text-align: left;
  }

  .mt-home-section__head h2,
  .mt-home-globe h2,
  .mt-home-final-cta h2,
  .mt-home-detail h2 {
    font-size: 30px;
  }

  .mt-home-section__head p:not(.mt-home-eyebrow) {
    font-size: 15px;
  }

  .mt-home-benefits__grid {
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mt-home-benefit-card {
    border-radius: 14px;
    min-height: 182px;
    padding: 16px 14px;
  }

  .mt-home-icon-tile {
    border-radius: 0;
    height: 52px;
    margin-bottom: 12px;
    width: 52px;
  }

  .mt-home-icon-tile img {
    height: 48px;
    width: 48px;
  }

  .mt-home-benefit-icon {
    height: 50px;
    width: 50px;
  }

  .mt-home-benefit-card strong {
    font-size: 16px;
    line-height: 1.12;
  }

  .mt-home-benefit-card__copy {
    font-size: 13.5px;
    line-height: 1.42;
  }

  .mt-home-route {
    background: var(--mt-cream);
    padding-bottom: 30px;
    padding-top: 34px;
  }

  .mt-home-route .mt-home-section__head {
    margin-bottom: 18px;
  }

  .mt-home-route__desktop {
    display: none;
  }

  .mt-home-route__steps {
    display: grid;
    gap: 0;
    grid-template-columns: 1fr;
    margin-top: 0;
    text-align: left;
  }

  .mt-home-route__steps article {
    display: grid;
    gap: 0 18px;
    grid-template-columns: 46px 1fr;
    padding-bottom: 22px;
    position: relative;
  }

  .mt-home-route__steps article::before {
    display: none;
  }

  .mt-home-route__steps article:last-child::before {
    display: none;
  }

  .mt-home-route__steps strong {
    align-items: center;
    background: #fff;
    border: 2px solid var(--mt-tomato);
    border-radius: 50%;
    display: flex;
    font-size: 19px;
    grid-row: span 2;
    height: 46px;
    justify-content: center;
    position: relative;
    justify-self: start;
    width: 46px;
    z-index: 1;
  }

  .mt-home-route__steps h3 {
    font-size: 21px;
    line-height: 1.16;
    margin: 2px 0 7px;
  }

  .mt-home-route__steps p {
    color: #5f6874;
    font-size: 16px;
    line-height: 1.55;
  }

  .mt-home-footer {
    padding: 44px 20px 92px;
  }

  .mt-home-footer__top {
    padding-bottom: 22px;
  }

  .mt-home-footer__brand {
    min-width: 0;
  }

  .mt-home-footer__brand > img {
    height: 58px;
    width: 58px;
  }

  .mt-home-footer h2,
  .mt-home-footer__claim {
    font-size: 26px;
  }

  .mt-home-footer__usp {
    gap: 7px;
    margin: 14px 0 16px;
  }

  .mt-home-footer__usp span {
    font-size: 12px;
    min-height: 30px;
    padding: 7px 10px;
  }

  .mt-home-footer__destinations > div,
  .mt-home-footer__trust {
    grid-template-columns: 1fr;
  }

  .mt-home-footer__themes {
    padding: 0;
  }

  .mt-home-footer__themes > div {
    grid-template-columns: 1fr;
  }

  .mt-home-footer__secondary {
    gap: 18px;
    grid-template-columns: 1fr;
    padding-top: 18px;
  }

  .mt-home-footer__links {
    grid-template-columns: 1fr;
  }

  .mt-home-footer__destinations > div > div {
    background: rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    gap: 8px 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 14px;
  }

  .mt-home-footer__destinations > div > div strong {
    grid-column: 1 / -1;
  }

  .mt-home-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Desktop V2 final overrides: keep homepage-aligned refinements last in cascade. */
.mt-country-desktop__sticky-header {
  left: max(48px, calc((100vw - 1440px) / 2 + 48px));
  position: absolute;
  top: 24px;
  z-index: 120;
}

.mt-country-desktop__brand img {
  display: block;
  height: 112px;
  object-fit: contain;
  width: 112px;
}

.mt-country-desktop__brand small,
.mt-country-desktop__usp-list {
  display: none;
}

@media (min-width: 981px) {
  .mt-country-desktop__hero {
    height: 100vh;
    margin-top: 0;
    min-height: 100vh;
    overflow: hidden;
  }

  .mt-country-desktop__hero-slides,
  .mt-country-desktop__hero-slide {
    height: 100%;
  }

  .mt-country-desktop__hero-frame {
    bottom: 0;
    display: block;
    left: 0;
    margin: 0 auto;
    max-width: 1280px;
    right: 0;
    width: 100%;
  }

  .mt-country-desktop__hero .mt-home-hero__content {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 48px 116px;
    position: absolute;
    right: 0;
    z-index: 3;
  }

  .mt-country-desktop__hero-copy h1 {
    color: #fff;
    font-family: var(--mt-serif);
    font-size: clamp(50px, 6.2vw, 74px);
    font-weight: 700;
    line-height: 1.02;
    margin: 0;
    max-width: 780px;
    text-shadow: 0 2px 28px rgba(0, 0, 0, 0.38);
  }

  .mt-country-desktop__hero .mt-home-hero__subline {
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(19px, 1.9vw, 25px);
    line-height: 1.45;
    margin: 18px 0 0;
    max-width: 560px;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.34);
  }

  .mt-country-desktop__plan-card {
    bottom: 96px;
    position: absolute;
    right: 48px;
    z-index: 4;
  }
}

.mt-country-desktop__guide-section {
  background: linear-gradient(180deg, #fffdf8 0%, #f6f1ea 100%);
  border-bottom: 1px solid var(--mt-warm-border);
  border-top: 1px solid var(--mt-warm-border);
  display: block;
  padding: 78px 48px;
}

.mt-country-desktop__guide-inner {
  align-items: center;
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
  margin: 0 auto;
  max-width: 1180px;
}

.mt-country-desktop__guide-copy h2 {
  color: var(--mt-blue);
  font-family: var(--mt-serif);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 700;
  line-height: 1.08;
  margin: 0;
}

.mt-country-desktop__guide-profile {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(25, 60, 110, 0.08);
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(25, 60, 110, 0.11);
  display: grid;
  justify-items: center;
  max-width: none;
  padding: 30px;
  text-align: center;
}

/* =====================================================================
   Desktop Redesign (Handoff: design_handoff_desktop_landingpage).
   Desktop namespace only (.mt-country-desktop / .mt-home-*). Appended at
   file end -> wins by cascade. No mobile selectors touched.
   ===================================================================== */

/* --- Section 1: Hero ------------------------------------------------ */
@media (min-width: 981px) {
  /* Logo wie auf der Homepage (.mt-home-header__logo: 112px) */
  .mt-country-desktop__brand img {
    height: 112px;
    width: auto;
    filter: drop-shadow(0 6px 18px rgba(0, 0, 0, 0.35));
  }
  .mt-country-desktop__sticky-header { top: 20px; }

  /* Slide-Crossfade + hellerer Scrim (s = 0.5) */
  .mt-country-desktop__hero-slide { transition: opacity 1.15s ease; }
  .mt-country-desktop__hero-scrim {
    background:
      radial-gradient(120% 80% at 80% 12%, rgba(245, 150, 90, 0.16) 0%, rgba(245, 150, 90, 0) 48%),
      linear-gradient(94deg, rgba(6, 18, 38, 0.31) 0%, rgba(6, 18, 38, 0.093) 44%, rgba(6, 18, 38, 0) 72%),
      linear-gradient(180deg, rgba(6, 16, 32, 0.20) 0%, rgba(6, 16, 32, 0) 32%, rgba(6, 16, 32, 0.54) 100%);
  }

  /* Text lesbar per Schatten */
  .mt-country-desktop__hero-copy h1 {
    text-shadow: 0 3px 34px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(0, 0, 0, 0.4);
  }
  .mt-country-desktop__hero .mt-home-hero__subline {
    color: #fff;
    max-width: 560px;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.55);
  }

  /* Aktionen: groesserer primaerer CTA + Ghost-Sekundaerbutton */
  .mt-country-desktop__hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 28px;
  }
  .mt-country-desktop__hero-primary.mt-country-desktop__button--primary {
    background: var(--cta-grad);
    min-height: 58px;
    padding: 0 clamp(28px, 2.1vw, 42px);
    font-size: clamp(16px, 1.08vw, 18px);
    font-weight: 400;
    line-height: 1;
    border-radius: 999px;
    box-shadow: 0 16px 38px -12px rgba(240, 86, 42, 0.7);
    white-space: nowrap;
  }
  .mt-country-desktop__hero-primary.mt-country-desktop__button--primary:hover,
  .mt-country-desktop__hero-primary.mt-country-desktop__button--primary:focus-visible {
    background: var(--cta-grad-hover);
    box-shadow: 0 18px 42px -14px rgba(240, 86, 42, 0.7);
    transform: translateY(-2px);
  }
  .mt-country-desktop__hero-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    white-space: nowrap;
    min-height: 58px;
    padding: 0 clamp(28px, 2.1vw, 42px);
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.12);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    color: #fff;
    font-size: clamp(16px, 1.08vw, 18px);
    line-height: 1;
    font-weight: 400;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;
  }
  .mt-country-desktop__hero-secondary span { transition: transform 0.2s ease; }
  .mt-country-desktop__hero-secondary:hover,
  .mt-country-desktop__hero-secondary:focus-visible {
    background: rgba(255, 255, 255, 0.2);
    border-color: #fff;
  }
  .mt-country-desktop__hero-secondary:hover span { transform: translateY(2px); }

  /* Slide-Navigation unten rechts: Label + Striche + Prev/Next */
  .mt-country-desktop__hero-nav {
    position: absolute;
    right: max(40px, calc((100% - 1200px) / 2));
    bottom: 30px;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
    color: #fff;
    text-align: right;
  }
  .mt-country-desktop__hero-nav-label {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0;
    text-align: right;
  }
  .mt-country-desktop__hero-nav-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 9px;
    color: rgba(255, 255, 255, 0.74);
    font-family: var(--mt-sans);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.28em;
    line-height: 1;
    text-transform: uppercase;
  }
  .mt-country-desktop__hero-nav-eyebrow::after {
    content: "";
    width: 5px;
    height: 5px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #ef6048;
  }
  .mt-country-desktop__hero-nav-label strong {
    color: #fff;
    font-family: var(--mt-serif);
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
  }
  .mt-country-desktop__hero-nav-label small {
    max-width: 280px;
    color: rgba(255, 255, 255, 0.86);
    font-family: var(--mt-serif);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.15;
    margin-top: 7px;
    text-shadow: 0 1px 14px rgba(0, 0, 0, 0.45);
  }
  .mt-country-desktop__hero-nav-controls { display: flex; align-items: center; gap: 12px; }
  .mt-country-desktop__hero-nav-button {
    width: 32px;
    height: 32px;
    flex: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(10, 22, 42, 0.32);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    color: #fff;
    font-size: 17px;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;
  }
  .mt-country-desktop__hero-nav-button:hover {
    background: rgba(10, 22, 42, 0.55);
    border-color: #fff;
  }
  .mt-country-desktop__hero-strokes { display: flex; align-items: center; gap: 6px; }
  .mt-country-desktop__hero-stroke {
    width: 22px;
    height: 5px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.35);
    cursor: pointer;
    transition: width 0.4s ease, background 0.4s ease;
  }
  .mt-country-desktop__hero-stroke.is-seen { background: rgba(255, 255, 255, 0.85); }
  .mt-country-desktop__hero-stroke.is-active { width: 42px; background: var(--mt-tomato); }
}

/* --- Section 2: Number-Bar ----------------------------------------- */
@media (min-width: 981px) {
  .mt-home-stats {
    z-index: 40;
    box-shadow: 0 12px 30px -16px rgba(8, 21, 42, 0.55);
  }
  .mt-country-desktop__journeys { padding-top: 132px; }
}

/* --- Section 3: Beispielreisen-Slider ------------------------------ */
.mt-country-desktop__journeys-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto 26px;
  padding: 0 24px;
}
.mt-country-desktop__journeys-note {
  color: var(--mt-muted);
  font-size: 14px;
  margin: 8px 0 0;
  max-width: 420px;
}
.mt-country-desktop__journeys-arrows { display: flex; gap: 10px; flex: none; }
.mt-country-desktop__journeys-arrow {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(240, 86, 42, 0.34);
  background: #fff;
  color: var(--mt-blue);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 16px 32px -18px rgba(18, 44, 82, 0.65);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.mt-country-desktop__journeys-arrow:hover {
  background: var(--mt-tomato);
  border-color: var(--mt-tomato);
  color: #fff;
}
.mt-country-desktop__journeys-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding: 24px;
  padding: 6px 24px 26px;
  max-width: 1248px;
  margin: 0 auto;
  scrollbar-width: none;
}
.mt-country-desktop__journeys-track::-webkit-scrollbar { display: none; }
.mt-country-desktop__journey-card {
  position: relative;
  /* Drei sichtbare Beispielreisen; breiter als das alte 4er-Raster.
     mehr Inhalt -> Karten werden hoeher und wachsen nach unten weg. */
  flex: 0 0 calc((100% - 48px) / 3);
  min-width: 260px;
  min-height: 460px;
  border-radius: 24px;
  overflow: hidden;
  scroll-snap-align: start;
  cursor: pointer;
  box-shadow: 0 26px 60px -46px rgba(18, 44, 82, 0.5);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.mt-country-desktop__journey-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 34px 70px -40px rgba(18, 44, 82, 0.55);
}
.mt-country-desktop__journey-card:focus-visible {
  outline: 3px solid var(--mt-tomato);
  outline-offset: 3px;
}
.mt-country-desktop__journey-media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
}
.mt-country-desktop__journey-card:hover .mt-country-desktop__journey-media { transform: scale(1.05); }
.mt-country-desktop__journey-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  background: linear-gradient(180deg, rgba(8, 20, 40, 0.05), rgba(8, 20, 40, 0.12) 42%, rgba(8, 20, 40, 0.9));
}
.mt-country-desktop__journey-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
.mt-country-desktop__journey-duration {
  background: #fff;
  color: var(--mt-blue);
  font-size: 13px;
  font-weight: 800;
  padding: 6px 12px;
  border-radius: 999px;
}
.mt-country-desktop__journey-badge {
  background: rgba(8, 20, 40, 0.28);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding: 6px 12px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 999px;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  box-shadow: 0 8px 20px -14px rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
}
.mt-country-desktop__journey-bottom { color: #fff; }
.mt-country-desktop__journey-bottom h3 {
  color: #fff;
  font-family: var(--mt-serif);
  font-size: 27px;
  font-weight: 800;
  line-height: 1.08;
  margin: 0 0 8px;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.45);
}
.mt-country-desktop__journey-route {
  color: rgba(255, 255, 255, 0.88);
  font-size: 13.5px;
  margin: 0 0 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mt-country-desktop__journey-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}
.mt-country-desktop__journey-price small {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
}
.mt-country-desktop__journey-price strong {
  color: #fff;
  font-family: var(--mt-serif);
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
}
.mt-country-desktop__journey-plan {
  background: #fff;
  color: var(--mt-blue);
  font-size: 14px;
  font-weight: 800;
  padding: 10px 18px;
  border-radius: 999px;
  white-space: nowrap;
}
.mt-country-desktop__journey-card:hover .mt-country-desktop__journey-plan {
  background: var(--mt-tomato);
  color: #fff;
}
.mt-country-desktop__journey-card--cta {
  background: linear-gradient(160deg, var(--mt-tomato), var(--mt-tomato-hover));
}
.mt-country-desktop__journey-cta-inner {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  /* Inhalt oben ausgerichtet wie in den Reiseplanungskacheln */
  justify-content: flex-start;
  gap: 14px;
  padding: 32px 30px;
  color: #fff;
}
.mt-country-desktop__journey-cta-icon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}
.mt-country-desktop__journey-card--cta h3 {
  color: #fff;
  font-family: var(--mt-serif);
  font-size: 26px;
  font-weight: 800;
  line-height: 1.1;
  margin: 0;
}
.mt-country-desktop__journey-card--cta p {
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
}
.mt-country-desktop__journey-cta-button {
  align-self: flex-start;
  margin-top: 6px;
  background: #fff;
  color: var(--mt-tomato);
  font-size: 15px;
  font-weight: 800;
  padding: 13px 22px;
  border-radius: 999px;
}
.mt-country-desktop__journeys-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  max-width: 1200px;
  margin: -4px auto 0;
  padding: 0 24px;
}
.mt-country-desktop__journeys-dot {
  width: 32px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(18, 44, 82, 0.26);
  cursor: pointer;
  transition: width 0.22s ease, background 0.22s ease, opacity 0.22s ease;
}
.mt-country-desktop__journeys-dot:hover,
.mt-country-desktop__journeys-dot:focus-visible {
  background: rgba(240, 86, 42, 0.58);
  outline: none;
}
.mt-country-desktop__journeys-dot.is-active {
  width: 54px;
  background: var(--mt-tomato);
}
.mt-country-desktop__journey-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow-y: auto;
  padding: max(24px, env(safe-area-inset-top)) 36px 32px;
  background: rgba(6, 16, 32, 0.68);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.mt-country-desktop__journey-modal {
  position: relative;
  width: min(1120px, calc(100vw - 72px));
  max-height: calc(100vh - 56px);
  max-height: calc(100dvh - 56px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 34px 90px -36px rgba(0, 0, 0, 0.82);
}
.mt-country-desktop__journey-modal-close {
  position: absolute;
  top: 20px;
  right: 18px;
  z-index: 3;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 50%;
  background: rgba(8, 20, 40, 0.38);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.mt-country-desktop__journey-modal-close:hover,
.mt-country-desktop__journey-modal-close:focus-visible {
  background: var(--mt-tomato);
  outline: none;
}
.mt-country-desktop__journey-modal-hero {
  position: relative;
  flex: 0 0 auto;
  min-height: 258px;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
}
.mt-country-desktop__journey-modal-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 16, 32, 0.04) 0%, rgba(6, 16, 32, 0.88) 100%),
    linear-gradient(90deg, rgba(6, 16, 32, 0.48) 0%, rgba(6, 16, 32, 0.02) 70%);
}
.mt-country-desktop__journey-modal-hero-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  padding: 58px 132px 32px 42px;
  color: #fff;
}
.mt-country-desktop__journey-modal-badge {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 11.5px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.mt-country-desktop__journey-modal-hero h2 {
  color: #fff;
  font-family: var(--mt-serif);
  display: -webkit-box;
  max-width: min(900px, 100%);
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: clamp(28px, 2.35vw, 38px);
  font-weight: 850;
  line-height: 1.08;
  margin: 0 0 14px;
  overflow-wrap: break-word;
  text-shadow: 0 3px 22px rgba(0, 0, 0, 0.42);
}
.mt-country-desktop__journey-modal-hero p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14.5px;
  font-weight: 700;
}
.mt-country-desktop__journey-modal-hero i {
  color: rgba(255, 255, 255, 0.48);
  font-style: normal;
}
.mt-country-desktop__journey-modal-scroll {
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
  gap: 30px;
  min-height: 0;
  overflow-y: auto;
  padding: 30px 36px 36px;
}
.mt-country-desktop__journey-modal-summary {
  align-self: start;
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--mt-border);
  border-radius: 20px;
  background: var(--mt-cream);
}
.mt-country-desktop__journey-modal-summary p {
  color: var(--mt-text);
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
}
.mt-country-desktop__journey-modal-route {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.mt-country-desktop__journey-modal-route span,
.mt-country-desktop__journey-modal .mt-country-mobile__tag-row span,
.mt-country-desktop__journey-modal-highlights span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #fff;
  color: var(--mt-blue);
  font-size: 12.5px;
  font-weight: 750;
}
.mt-country-desktop__journey-modal .mt-country-mobile__tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.mt-country-desktop__journey-modal-cta {
  justify-content: center;
  width: 100%;
  margin-top: 4px;
}
.mt-country-desktop__journey-modal-details {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 26px;
}
.mt-country-desktop__journey-modal-section {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.mt-country-desktop__journey-modal-eyebrow {
  color: var(--mt-tomato);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.mt-country-desktop__journey-modal-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.mt-country-desktop__journey-modal-highlights span {
  background: #f8f0e6;
}
.mt-country-desktop__journey-modal-image {
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
}
.mt-country-desktop__journey-modal-image img {
  display: block;
  width: 100%;
  max-height: 320px;
  object-fit: cover;
}
.mt-country-desktop__journey-modal-story {
  color: var(--mt-text);
  font-size: 15.5px;
  line-height: 1.7;
}
.mt-country-desktop__journey-modal-story p {
  margin: 0 0 14px;
}
.mt-country-desktop__journey-modal .mt-country-mobile__timeline,
.mt-country-desktop__journey-modal .mt-country-mobile__trip-info-accordions {
  margin: 0;
}
.mt-country-desktop__journey-modal-note {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 18px 20px;
  border-radius: 18px;
  background: #f8f0e6;
  color: var(--mt-text);
  font-size: 14.5px;
  line-height: 1.45;
}

/* --- Section 4: Vorteile (Liste + Detailkarte) --------------------- */
.mt-home-benefits--split .mt-home-benefits__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  max-width: none;
  text-align: left;
}
.mt-home-benefits__hint {
  color: var(--mt-muted);
  font-size: 14px;
  margin: 0;
  max-width: 260px;
  text-align: right;
}
.mt-home-benefits__split {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 22px;
  align-items: stretch;
  margin-top: 26px;
}
.mt-home-benefits__list { display: flex; flex-direction: column; gap: 12px; }
.mt-home-benefit-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  min-height: 86px;
  border-radius: 18px;
  border: 1px solid var(--mt-border);
  background: var(--mt-cream);
  text-align: left;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.mt-home-benefit-row:hover { border-color: var(--mt-tomato); }
.mt-home-benefit-row.is-active {
  background: var(--mt-blue);
  border-color: var(--mt-blue);
  box-shadow: 0 20px 42px -28px rgba(18, 44, 82, 0.75);
}
.mt-home-benefit-row .mt-home-icon-tile {
  width: 44px;
  height: 44px;
  flex: none;
  border-radius: 13px;
}
.mt-home-benefit-row__text { display: flex; flex-direction: column; gap: 2px; }
.mt-home-benefit-row__text strong { color: var(--mt-blue); font-size: 16px; font-weight: 700; }
.mt-home-benefit-row__text small { color: var(--mt-muted); font-size: 13px; line-height: 1.35; }
.mt-home-benefit-row.is-active .mt-home-benefit-row__text strong,
.mt-home-benefit-row.is-active .mt-home-benefit-row__text small {
  color: #fff;
}
.mt-home-benefit-row.is-active .mt-home-icon-tile {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}
.mt-home-benefit-row--tailored .mt-home-icon-tile,
.mt-home-benefit-detail-card--tailored .mt-home-icon-tile--large { background: #fdf0dd; color: #e0842b; }
.mt-home-benefit-row--guide .mt-home-icon-tile,
.mt-home-benefit-detail-card--guide .mt-home-icon-tile--large { background: #e2f0e8; color: #2f7d5b; }
.mt-home-benefit-row--secure .mt-home-icon-tile,
.mt-home-benefit-detail-card--secure .mt-home-icon-tile--large { background: #e2eaf6; color: #2a5aa8; }
.mt-home-benefit-row--fair .mt-home-icon-tile,
.mt-home-benefit-detail-card--fair .mt-home-icon-tile--large { background: #f7e5dc; color: #b0512f; }
.mt-home-benefit-row.is-active .mt-home-icon-tile {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}
.mt-home-benefit-detail-card {
  min-height: 494px;
  display: flex;
  flex-direction: column;
  background: var(--mt-cream);
  border: 1px solid var(--mt-border);
  border-radius: 24px;
  padding: 34px;
  box-shadow: 0 26px 60px -46px rgba(18, 44, 82, 0.5);
}
.mt-home-benefit-detail-card .mt-home-icon-tile--large {
  width: 60px;
  height: 60px;
  border-radius: 18px;
  margin-bottom: 18px;
}
.mt-home-benefit-detail-card h3 {
  color: var(--mt-blue);
  font-family: var(--mt-serif);
  font-size: 28px;
  font-weight: 800;
  margin: 0 0 12px;
}
.mt-home-benefit-detail-card__intro {
  color: var(--mt-text);
  font-size: 15.5px;
  line-height: 1.6;
  margin: 0 0 20px;
}
.mt-home-benefit-detail-card__checks {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px 26px;
}
.mt-home-benefit-detail-card__checks li {
  position: relative;
  padding-left: 28px;
  color: var(--mt-text);
  font-size: 14.5px;
  line-height: 1.48;
}
.mt-home-benefit-detail-card__checks li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--mt-tomato);
  font-weight: 800;
}
.mt-home-benefit-detail-card__cta {
  align-self: flex-start;
  margin-top: auto;
}

/* --- Section 5: Vergleich (4-Spalten-Raster + Literaturtipp) ------- */
.mt-country-desktop__comparison-section {
  background: #ffffff;
  box-shadow: none;
  max-width: none;
}

.mt-country-desktop__comparison-section .mt-country-desktop__section-heading {
  margin-left: auto;
  margin-right: auto;
}

.mt-country-desktop__cmp-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  column-gap: 14px;
  row-gap: 0;
  align-items: stretch;
  max-width: 1160px;
  margin: 0 auto;
}
.mt-country-desktop__cmp-cardcell {
  margin-bottom: 0;
  min-width: 0;
}
.mt-country-desktop__cmp-cardcell:focus-within,
.mt-country-desktop__cmp-cardcell:hover {
  position: relative;
  z-index: 8;
}
.mt-country-desktop__cmp-cardcell--mt {
  position: relative;
  z-index: 2;
}
.mt-country-desktop__cmp-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--mt-border);
  border-radius: 22px;
  overflow: visible;
  position: relative;
  background: #fff;
  box-shadow: 0 20px 46px -38px rgba(18, 44, 82, 0.5);
}
.mt-country-desktop__cmp-card--mt {
  background: #fff7f1;
  border: 2px solid var(--mt-tomato);
  border-bottom: 0;
  border-radius: 22px 22px 0 0;
  box-shadow: 0 24px 54px -42px rgba(240, 86, 42, 0.58);
}
.mt-country-desktop__cmp-card-media {
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: flex-end;
  padding: 0;
  border-radius: 20px 20px 0 0;
  background:
    repeating-linear-gradient(135deg, rgba(25, 60, 110, 0.08) 0 12px, rgba(25, 60, 110, 0.03) 12px 24px),
    var(--mt-cream);
  overflow: hidden;
  position: relative;
}
.mt-country-desktop__cmp-card--mt .mt-country-desktop__cmp-card-media {
  background:
    repeating-linear-gradient(135deg, rgba(240, 86, 42, 0.12) 0 12px, rgba(240, 86, 42, 0.05) 12px 24px),
    #fceae0;
}
.mt-country-desktop__cmp-card-media img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.mt-country-desktop__cmp-card-media picture {
  display: block;
  height: 100%;
  width: 100%;
}
.mt-country-desktop__cmp-card--self .mt-country-desktop__cmp-card-media img {
  object-position: 58% 50%;
}
.mt-country-desktop__cmp-card--mt .mt-country-desktop__cmp-card-media img {
  object-position: 62% 50%;
}
.mt-country-desktop__cmp-card-body {
  padding: 16px 18px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}
.mt-country-desktop__cmp-card-body h3 {
  color: var(--mt-blue);
  font-size: 18px;
  font-weight: 800;
  margin: 0;
  text-align: center;
}
.mt-country-desktop__cmp-card--mt .mt-country-desktop__cmp-card-body h3 { color: var(--mt-tomato); }
.mt-country-desktop__cmp-card-logo {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  margin-top: 8px;
  max-width: 100%;
}
.mt-country-desktop__cmp-card-logo img {
  display: block;
  height: auto;
  max-height: 76px;
  max-width: 76px;
  object-fit: contain;
}
.mt-country-desktop__cmp-crit {
  display: flex;
  align-items: center;
  padding: 15px 16px;
  background: #fff;
  border-bottom: 1px solid var(--mt-border);
  color: var(--mt-blue);
  font-size: 14.5px;
  font-weight: 600;
}
.mt-country-desktop__cmp-crit.mt-country-desktop__cmp-cell--first {
  border-top: 1px solid var(--mt-border);
}
.mt-country-desktop__cmp-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 16px;
  background: #fff;
  border-bottom: 1px solid var(--mt-border);
}
.mt-country-desktop__cmp-cell--first:not(.mt-country-desktop__cmp-cell--mt) {
  border-top: 1px solid var(--mt-border);
}
.mt-country-desktop__cmp-cell--mt {
  background: #fff7f1;
  border-bottom-color: #f4d2c1;
  border-left: 2px solid var(--mt-tomato);
  border-right: 2px solid var(--mt-tomato);
  box-shadow: none;
}
.mt-country-desktop__cmp-cell--mt.mt-country-desktop__cmp-cell--first {
  border-top: 0;
}
.mt-country-desktop__cmp-cell--mt.mt-country-desktop__cmp-cell--last {
  border-bottom: 2px solid var(--mt-tomato);
  border-radius: 0 0 18px 18px;
}
.mt-country-desktop__cmp-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13.5px;
  font-weight: 700;
}
.mt-country-desktop__cmp-badge--yes { color: var(--mt-blue); }
.mt-country-desktop__cmp-badge--partial { color: #c98a2b; }
.mt-country-desktop__cmp-badge--no { color: #b23b3b; }
.mt-country-desktop__cmp-badge--mt {
  width: 26px;
  height: 26px;
  justify-content: center;
  border-radius: 50%;
  background: var(--mt-tomato);
  color: #fff;
  font-size: 15px;
}
.mt-country-desktop__lit {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 12px;
  border-top: 1px dashed var(--mt-border);
  text-align: left;
  width: 100%;
}
.mt-country-desktop__lit-cover {
  width: 38px;
  height: 56px;
  flex: none;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
}
.mt-country-desktop__lit picture {
  display: block;
  flex: none;
  height: 56px;
  width: 38px;
}
.mt-country-desktop__lit-meta { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.mt-country-desktop__lit-eyebrow {
  color: var(--mt-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.mt-country-desktop__lit-meta strong { color: var(--mt-blue); font-size: 12.5px; line-height: 1.25; }
.mt-country-desktop__lit-info {
  margin-left: auto;
  flex: none;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--mt-border);
  background: #fff;
  color: var(--mt-muted);
  font-size: 13px;
  font-style: italic;
  font-weight: 800;
  cursor: pointer;
}
.mt-country-desktop__lit-info:hover { border-color: var(--mt-tomato); color: var(--mt-tomato); }
.mt-country-desktop__lit-popup {
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100% + 12px);
  z-index: 30;
  padding: 16px 18px;
  border-radius: 14px;
  background: var(--mt-night);
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
  box-shadow: 0 26px 60px -30px rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
}
.mt-country-desktop__lit-popup::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 24px;
  border: 8px solid transparent;
  border-top-color: var(--mt-night);
}
.mt-country-desktop__lit:hover .mt-country-desktop__lit-popup,
.mt-country-desktop__lit:focus-within .mt-country-desktop__lit-popup {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.mt-country-desktop__comparison-section .mt-country-desktop__section-heading {
  max-width: 980px;
}

.mt-country-desktop__comparison-section .mt-country-desktop__section-heading h2 {
  font-size: clamp(38px, 3.4vw, 50px);
}

.mt-country-desktop__comparison-section .mt-country-desktop__section-heading h2 + p {
  margin-top: 18px;
}

.mt-country-desktop__comparison-title-lines {
  display: block;
}

.mt-country-desktop__comparison-title-lines span {
  display: block;
  white-space: nowrap;
}

.mt-home-footer__brand {
  gap: 10px;
}
.mt-home-footer p.mt-home-footer__claim {
  line-height: 1.12;
  margin: 0;
}
.mt-home-footer__brand > p:not(.mt-home-footer__claim) {
  line-height: 1.32;
  margin: 0;
}
.mt-home-footer__badges {
  margin-top: 10px;
}

/* --- Section 6: Guide (dunkelblau) --------------------------------- */
.mt-country-desktop__guide-section--dark {
  display: block;
  width: 100%;
  padding: 0;
  background: var(--mt-blue);
  color: #fff;
}
.mt-country-desktop__guide-section--dark .mt-country-desktop__guide-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 44px;
  align-items: center;
  max-width: 1160px;
  margin: 0 auto;
  padding: 64px 24px;
}
.mt-country-desktop__guide-section--dark .mt-country-desktop__guide-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.mt-country-desktop__guide-eyebrow {
  color: var(--mt-tomato);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin: 0 0 14px;
}
.mt-country-desktop__guide-section--dark h2 {
  color: #fff;
  font-family: var(--mt-serif);
  font-size: clamp(31px, 3.1vw, 42px);
  font-weight: 800;
  line-height: 1.05;
  margin: 0 0 15px;
}
.mt-country-desktop__guide-intro {
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.55;
  margin: 0 0 20px;
  max-width: 500px;
}
.mt-country-desktop__guide-section--dark .mt-country-desktop__guide-checks {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mt-country-desktop__guide-section--dark .mt-country-desktop__guide-checks li {
  position: relative;
  padding-left: 34px;
  color: #fff;
  font-size: 15.5px;
  font-weight: 600;
  line-height: 1.5;
}
.mt-country-desktop__guide-section--dark .mt-country-desktop__guide-checks li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: -1px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--mt-tomato);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}
.mt-country-desktop__guide-section--dark .mt-country-desktop__guide-cta {
  align-self: flex-start;
  background: var(--cta-grad);
  box-shadow: 0 16px 38px -12px rgba(240, 86, 42, 0.7);
}
.mt-country-desktop__guide-section--dark .mt-country-desktop__guide-cta:hover,
.mt-country-desktop__guide-section--dark .mt-country-desktop__guide-cta:focus-visible {
  background: var(--cta-grad-hover);
  box-shadow: 0 18px 42px -14px rgba(240, 86, 42, 0.7);
  transform: translateY(-2px);
}
.mt-country-desktop__guide-card {
  overflow: hidden;
  border-radius: 22px;
  padding: 0 0 22px;
  background: var(--mt-blue-dark);
  box-shadow: 0 40px 80px -50px rgba(0, 0, 0, 0.8);
}
.mt-country-desktop__guide-photo {
  position: relative;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0 12px, rgba(255, 255, 255, 0.02) 12px 24px),
    #0b1c34;
}
.mt-country-desktop__guide-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mt-country-desktop__guide-photo > span {
  color: rgba(255, 255, 255, 0.4);
  font-family: var(--mt-serif);
  font-size: 64px;
  font-weight: 700;
}
.mt-country-desktop__guide-person {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 24px 0;
}
.mt-country-desktop__guide-avatar {
  width: 48px;
  height: 48px;
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--mt-tomato);
  color: #fff;
  font-size: 19px;
  font-weight: 800;
}
.mt-country-desktop__guide-person-meta strong { display: block; color: #fff; font-size: 17px; font-weight: 700; }
.mt-country-desktop__guide-person-meta small { color: rgba(255, 255, 255, 0.62); font-size: 13.5px; }
.mt-country-desktop__guide-quote {
  position: relative;
  margin: 18px 24px 0;
  padding: 6px 0 0 18px;
  border-left: 2px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.92);
  font-family: var(--mt-serif);
  font-style: italic;
  font-size: 17px;
  line-height: 1.52;
}
.mt-country-desktop__guide-quote::before {
  content: "\201C";
  position: absolute;
  left: 10px;
  top: -24px;
  color: var(--mt-tomato);
  font-family: var(--mt-serif);
  font-size: 58px;
  line-height: 1;
  opacity: 0.72;
}

/* --- Responsive fallback (Tablet, unter Desktop-Breite) ------------ */
@media (max-width: 900px) {
  .mt-home-benefits__split { grid-template-columns: 1fr; }
  .mt-country-desktop__comparison-title-lines span { white-space: normal; }
  .mt-country-desktop__guide-section--dark .mt-country-desktop__guide-inner {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 56px 22px;
  }
  .mt-country-desktop__cmp-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; column-gap: 8px; }
  .mt-home-benefits--split .mt-home-benefits__head { flex-direction: column; align-items: flex-start; }
  .mt-home-benefits__hint { text-align: left; }
}

/* Desktop country landing page polish: tablet hero, cards and footer spacing. */
@media (min-width: 981px) {
  .mt-country-desktop__hero {
    height: min(100svh, 960px);
    min-height: min(100svh, 640px);
  }

  .mt-country-desktop__hero .mt-home-hero__content {
    padding:
      0
      clamp(32px, 4vw, 48px)
      max(clamp(86px, 11svh, 116px), calc(env(safe-area-inset-bottom, 0px) + 86px));
  }

  .mt-country-desktop__hero-nav {
    bottom: max(clamp(18px, 3svh, 30px), env(safe-area-inset-bottom, 0px));
  }

  .mt-country-desktop__hero-primary.mt-country-desktop__button--primary,
  .mt-country-desktop .mt-country-desktop__hero-secondary {
    box-sizing: border-box;
    font-size: clamp(16px, 1.08vw, 18px);
    font-weight: 400;
    line-height: 1;
    min-height: 58px;
    padding-left: clamp(28px, 2.1vw, 42px);
    padding-right: clamp(28px, 2.1vw, 42px);
  }

  .mt-country-desktop__journeys {
    background: transparent;
    border: 0;
    box-shadow: none;
    max-width: none;
    padding-bottom: 58px;
    padding-left: 0;
    padding-right: 0;
  }

  .mt-country-desktop__journeys + .mt-home-benefits {
    padding-top: 72px;
  }
}

@media (min-width: 981px) and (max-height: 820px) {
  .mt-country-desktop__sticky-header {
    top: clamp(12px, 2svh, 20px);
  }

  .mt-country-desktop__brand img {
    height: clamp(86px, 12svh, 108px);
    width: auto;
  }

  .mt-country-desktop__hero-copy h1 {
    font-size: clamp(44px, 5.3vw, 64px);
    line-height: 1.02;
    max-width: 720px;
  }

  .mt-country-desktop__hero .mt-home-hero__subline {
    font-size: clamp(17px, 1.65vw, 21px);
    margin-top: 14px;
    max-width: 520px;
  }

  .mt-country-desktop__hero-actions {
    margin-top: 22px;
  }

  .mt-country-desktop__hero-nav {
    gap: 8px;
  }

  .mt-country-desktop__hero-nav-label strong {
    font-size: 32px;
  }

  .mt-country-desktop__hero-nav-label small {
    font-size: 17px;
    line-height: 1.15;
    max-width: 240px;
  }

  .mt-country-desktop__hero-nav-button {
    height: 30px;
    width: 30px;
  }
}

@media (min-width: 981px) and (max-width: 1180px) {
  .mt-country-desktop__hero .mt-home-hero__content {
    padding-left: clamp(72px, 8vw, 92px);
    padding-right: 32px;
  }

  .mt-country-desktop__hero-nav {
    right: 32px;
  }
}

@media (min-width: 1181px) {
  .mt-country-desktop__hero {
    height: 100vh;
    height: 100svh;
    min-height: 100vh;
    min-height: 100svh;
  }

  @supports (height: 100dvh) {
    .mt-country-desktop__hero {
      height: 100dvh;
      min-height: 100dvh;
    }
  }

  .mt-country-desktop__sticky-header {
    top: clamp(38px, 4svh, 48px);
  }

  .mt-country-desktop__hero .mt-home-hero__content {
    padding-bottom: max(clamp(58px, 7svh, 78px), calc(env(safe-area-inset-bottom, 0px) + 58px));
  }

  .mt-country-desktop__hero-nav {
    bottom: max(clamp(42px, 5.5svh, 58px), env(safe-area-inset-bottom, 0px));
  }
}

@media (min-width: 1181px) and (max-height: 820px) {
  .mt-country-desktop__sticky-header {
    top: clamp(34px, 5svh, 42px);
  }

  .mt-country-desktop__hero .mt-home-hero__content {
    padding-bottom: max(clamp(54px, 7svh, 64px), calc(env(safe-area-inset-bottom, 0px) + 54px));
  }

  .mt-country-desktop__hero-nav {
    bottom: max(clamp(40px, 5.8svh, 50px), env(safe-area-inset-bottom, 0px));
  }
}

/* Desktop only: align the hero destination label with the logo top edge. */
@media (min-width: 981px) {
  .mt-country-desktop__hero-nav {
    top: 20px;
    bottom: auto;
  }
}

@media (min-width: 981px) and (max-height: 820px) {
  .mt-country-desktop__hero-nav {
    top: clamp(12px, 2svh, 20px);
  }
}

@media (min-width: 1181px) {
  .mt-country-desktop__hero-nav {
    top: clamp(38px, 4svh, 48px);
  }
}

@media (min-width: 1181px) and (max-height: 820px) {
  .mt-country-desktop__hero-nav {
    top: clamp(34px, 5svh, 42px);
  }
}

.mt-home-benefits__list {
  align-self: stretch;
  display: grid;
  gap: 12px;
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.mt-home-benefit-row {
  align-items: center;
  height: 100%;
  min-height: 0;
  padding: 18px;
}

.mt-home-benefit-row__text {
  align-self: center;
  gap: 5px;
  min-width: 0;
}

.mt-home-benefit-row__text strong {
  line-height: 1.25;
}

.mt-home-benefit-row__text small {
  line-height: 1.48;
}

.mt-home-benefit-detail-card {
  height: 100%;
}

.mt-home-benefit-detail-card__intro {
  line-height: 1.64;
  margin-bottom: 30px;
}

.mt-country-desktop .mt-home-benefit-detail-card__intro {
  margin: 0 0 30px;
}

.mt-home-benefit-detail-card__checks {
  align-items: start;
  gap: 18px 32px;
  grid-template-columns: repeat(2, minmax(210px, 1fr));
  margin-bottom: 30px;
}

.mt-home-benefit-detail-card__checks li {
  line-height: 1.62;
  padding-left: 32px;
}

.mt-home-benefit-detail-card__checks li::before {
  top: 0.08em;
}

@media (max-width: 1100px) {
  .mt-home-benefits__split {
    grid-template-columns: minmax(310px, 0.86fr) minmax(0, 1.14fr);
    gap: 18px;
  }

  .mt-home-benefit-detail-card {
    padding: 28px;
  }

  .mt-home-benefit-detail-card__checks {
    grid-template-columns: 1fr;
  }
}

.mt-country-desktop__guide-section--dark .mt-country-desktop__guide-copy .mt-country-desktop__guide-intro {
  color: rgba(255, 255, 255, 0.94);
}

.mt-country-desktop__guide-section--dark .mt-country-desktop__guide-copy .mt-country-desktop__guide-eyebrow {
  color: var(--mt-tomato);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.2;
  margin: 0 0 14px;
  max-width: none;
  text-transform: uppercase;
}

.mt-country-desktop__guide-section--dark .mt-country-desktop__guide-checks li {
  color: #fff;
}

.mt-country-desktop__guide-card {
  background: #102c52;
}

.mt-country-desktop__guide-person-meta small {
  color: rgba(255, 255, 255, 0.82);
}

.mt-country-desktop__guide-quote {
  border-left-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.mt-home-footer h3 {
  line-height: 1.35;
  margin: 0 0 14px;
}

.mt-home-footer__destinations {
  padding-bottom: 30px;
  padding-top: 32px;
}

.mt-home-footer__destinations > div {
  gap: 32px 28px;
}

.mt-home-footer__links {
  gap: 40px 58px;
}

.mt-home-footer__links > div,
.mt-home-footer__destinations > div > div {
  gap: 12px;
}

.mt-home-footer__secondary {
  gap: 34px;
  padding-bottom: 34px;
  padding-top: 28px;
}

.mt-home-footer__contact {
  margin-top: 28px;
}

.mt-home-footer__usp {
  align-items: center;
  gap: 12px 16px;
  margin: 16px 0 18px;
}

.mt-home-footer__usp span {
  line-height: 1;
  min-height: 34px;
  padding: 8px 14px;
  white-space: nowrap;
}

@media (max-width: 1180px) {
  .mt-home-footer__usp {
    gap: 10px 12px;
  }

  .mt-home-footer__usp span {
    white-space: normal;
  }
}

/* Desktop planner: no sidebar, focus the single white panel. */
.mt-country-desktop__planner-shell {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-template-columns: none;
  width: min(920px, calc(100vw - 48px));
  max-width: 920px;
  height: min(780px, calc(100vh - 48px));
  background: transparent;
  border: 0;
  box-shadow: none;
}

.mt-country-desktop__planner-rail {
  display: none;
}

.mt-country-desktop__planner-stage {
  width: 100%;
  min-height: 0;
  height: 100%;
  padding: 0;
  background: transparent;
  overflow: visible;
}

.mt-country-desktop__planner-card,
.mt-country-desktop__planner-start-card {
  width: min(760px, 100%);
  max-width: 760px;
  max-height: min(780px, calc(100vh - 48px));
}

.mt-country-desktop__planner-card--wide,
.mt-country-desktop__planner-card--journey {
  width: min(860px, 100%);
  max-width: 860px;
}

.mt-country-desktop__planner-close {
  right: 14px;
  top: 14px;
}

@media (max-width: 900px) {
  .mt-country-desktop__planner-shell {
    width: min(100%, calc(100vw - 28px));
    height: min(820px, calc(100vh - 28px));
  }

  .mt-country-desktop__planner-card,
  .mt-country-desktop__planner-start-card,
  .mt-country-desktop__planner-card--wide,
  .mt-country-desktop__planner-card--journey {
    width: 100%;
    max-width: none;
    max-height: min(820px, calc(100vh - 28px));
  }
}

/* Desktop planner finalization. Desktop namespace only. */
.mt-country-desktop__planner-overlay {
  background: rgba(11, 25, 46, 0.68);
  backdrop-filter: blur(12px);
}

.mt-country-desktop__planner-shell {
  width: min(940px, calc(100vw - 48px));
  max-width: 940px;
}

.mt-country-desktop__planner-shell--wide {
  width: min(1040px, calc(100vw - 48px));
  max-width: 1040px;
}

.mt-country-desktop__planner-stage {
  align-items: stretch;
}

.mt-country-desktop__planner-card,
.mt-country-desktop__planner-start-card {
  width: min(780px, 100%);
  max-width: 780px;
  height: 100%;
  max-height: min(780px, calc(100vh - 48px));
  min-height: 0;
  padding: 28px 30px 0;
}

.mt-country-desktop__planner-card--wide,
.mt-country-desktop__planner-card--journey {
  width: min(900px, 100%);
  max-width: 900px;
}

.mt-country-desktop__planner-close {
  right: calc((100% - min(780px, 100%)) / 2 + 14px);
  top: 14px;
  width: 38px;
  height: 38px;
  font-size: 24px;
  box-shadow: none;
}

.mt-country-desktop__planner-shell--wide .mt-country-desktop__planner-close {
  right: calc((100% - min(900px, 100%)) / 2 + 14px);
}

.mt-country-desktop__planner-flow-hint {
  display: none;
}

.mt-country-desktop__planner-frame-head {
  padding-right: 52px;
}

.mt-country-desktop__planner-meta-row span,
.mt-country-desktop__planner-meta-row small {
  font-size: 12px;
}

.mt-country-desktop__planner-progress {
  height: 6px;
  margin-top: 10px;
}

.mt-country-desktop__planner-content {
  margin-top: 16px;
  overflow: visible;
  padding-right: 0;
}

.mt-country-desktop__planner-question {
  gap: 12px;
}

.mt-country-desktop__planner-card h2,
.mt-country-desktop__planner-question h2,
.mt-country-desktop__planner-start-card h2 {
  font-size: 26px;
  line-height: 1.12;
}

.mt-country-desktop__planner-card-head p,
.mt-country-desktop__planner-question > p {
  font-size: 14px;
  line-height: 1.45;
}

.mt-country-desktop__planner-option-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mt-country-desktop__planner-option-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mt-country-desktop__planner-option-grid,
.mt-country-desktop__planner-option-list {
  gap: 10px;
}

.mt-country-desktop__planner-option {
  gap: 8px;
  min-height: 108px;
  padding: 14px;
  box-shadow: none;
}

.mt-country-desktop__planner-option-grid .mt-country-desktop__planner-option {
  align-items: start;
  grid-template-columns: 42px minmax(0, 1fr);
}

.mt-country-desktop__planner-option-grid .mt-country-desktop__planner-option small {
  grid-column: 2;
}

.mt-country-desktop__planner-option-list .mt-country-desktop__planner-option {
  align-items: start;
  grid-template-columns: 42px minmax(0, 1fr);
  min-height: 148px;
  padding: 15px;
}

.mt-country-desktop__planner-option[aria-pressed="true"],
.mt-country-desktop__planner-option[aria-checked="true"] {
  background: var(--mt-desktop-coral-soft);
  border: 2px solid var(--mt-desktop-coral);
  box-shadow: none;
}

.mt-country-desktop__planner-option-icon {
  border-radius: 13px;
  flex-basis: 42px;
  font-size: 22px;
  height: 42px;
  width: 42px;
}

.mt-country-desktop__planner-option-icon svg,
.mt-country-desktop__planner-option-icon img,
.mt-country-desktop__planner-option-icon canvas {
  height: 30px;
  width: 30px;
}

.mt-country-desktop__planner-option strong {
  font-size: 14px;
  line-height: 1.2;
}

.mt-country-desktop__planner-option small {
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.32;
}

.mt-country-desktop__planner-option-list .mt-country-desktop__planner-check {
  position: absolute;
  right: 12px;
  top: 12px;
}

.mt-country-desktop__planner-chip-row,
.mt-country-desktop__planner-method-grid,
.mt-country-desktop__planner-duration-grid {
  gap: 7px;
}

.mt-country-desktop__planner-chip-row button,
.mt-country-desktop__planner-method-grid button,
.mt-country-desktop__planner-duration-grid button,
.mt-country-desktop__planner-flex-button,
.mt-country-desktop__planner-month-grid button {
  font-size: 13px;
  font-weight: 750;
  min-height: 34px;
  padding: 7px 11px;
}

.mt-country-desktop__planner-field {
  gap: 6px;
}

.mt-country-desktop__planner-field > span {
  font-size: 13px;
}

.mt-country-desktop__planner-field input,
.mt-country-desktop__planner-field textarea,
.mt-country-desktop__planner-field select {
  min-height: 40px;
  padding: 9px 12px;
}

.mt-country-desktop__planner-field input::placeholder,
.mt-country-desktop__planner-field textarea::placeholder {
  color: #9aa6b1;
  font-weight: 400;
}

.mt-country-desktop__planner-field textarea {
  min-height: 72px;
}

.mt-country-desktop__planner-stepper-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mt-country-desktop__planner-stepper {
  padding: 12px;
}

.mt-country-desktop__planner-stepper > div:first-child span,
.mt-country-desktop__planner-note,
.mt-country-desktop__planner-consent p {
  font-size: 12.5px;
  font-weight: 500;
}

.mt-country-desktop__planner-month-groups {
  gap: 8px;
}

.mt-country-desktop__planner-month-group {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: 44px minmax(0, 1fr);
}

.mt-country-desktop__planner-month-group > span {
  margin-bottom: 0;
}

.mt-country-desktop__planner-month-grid {
  gap: 7px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.mt-country-desktop__planner-duration-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mt-country-desktop__planner-summary-grid {
  display: block;
}

.mt-country-desktop__planner-recap {
  display: none;
}

.mt-country-desktop__planner-summary-main {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1.08fr) minmax(260px, 0.92fr);
}

.mt-country-desktop__planner-summary-card,
.mt-country-desktop__planner-budget,
.mt-country-desktop__planner-guide-questions {
  padding: 14px;
}

.mt-country-desktop__planner-guide-questions {
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mt-country-desktop__planner-guide-questions > strong {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.mt-country-desktop__planner-summary-card p,
.mt-country-desktop__planner-guide-questions p {
  font-size: 13px;
  line-height: 1.42;
}

.mt-country-desktop__planner-guide-questions article {
  padding: 10px;
}

.mt-country-desktop__planner-budget input[type="range"] {
  margin: 12px 0 6px;
}

.mt-country-desktop__planner-contact-grid {
  gap: 10px 12px;
  grid-template-columns: minmax(120px, 0.55fr) minmax(0, 1fr);
}

.mt-country-desktop__planner-phone-grid {
  gap: 10px 12px;
  grid-template-columns: 150px minmax(120px, 0.7fr) minmax(0, 1fr);
}

.mt-country-desktop__planner-method-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mt-country-desktop__planner-consent {
  align-items: center;
  padding: 12px;
}

.mt-country-desktop__planner-nav {
  margin: auto -30px 0;
  padding: 14px 30px 22px;
}

.mt-country-desktop__planner-primary,
.mt-country-desktop__planner-secondary {
  min-height: 42px;
  padding: 10px 20px;
}

.mt-country-desktop__planner-card--journey {
  padding: 24px 24px 0;
}

.mt-country-desktop__planner-card--journey .mt-country-desktop__planner-card-head {
  padding-right: 52px;
}

.mt-country-desktop__selected-trip {
  grid-template-columns: minmax(300px, 0.95fr) minmax(0, 1.05fr);
  margin-top: 14px;
}

.mt-country-desktop__selected-trip-media {
  min-height: 420px;
}

.mt-country-desktop__selected-trip-media::before {
  background:
    linear-gradient(0deg, rgba(14, 31, 58, 0.86), rgba(14, 31, 58, 0.08) 64%),
    linear-gradient(90deg, rgba(14, 31, 58, 0.34), transparent 58%);
}

.mt-country-desktop__selected-trip-body {
  align-content: start;
  gap: 11px;
  padding: 18px;
}

.mt-country-desktop__selected-trip-body p {
  font-size: 13.5px;
  line-height: 1.48;
}

.mt-country-desktop__planner-card--journey .mt-country-desktop__planner-field textarea {
  min-height: 86px;
}

.mt-country-desktop__planner-success {
  align-items: center;
  justify-content: center;
  padding-bottom: 36px;
  text-align: center;
}

.mt-country-desktop__planner-success .mt-country-desktop__planner-badges {
  justify-content: center;
}

@media (max-height: 760px) and (min-width: 901px) {
  .mt-country-desktop__planner-card,
  .mt-country-desktop__planner-start-card {
    max-height: calc(100vh - 48px);
  }

  .mt-country-desktop__planner-content {
    overflow: auto;
  }
}

@media (max-width: 900px) {
  .mt-country-desktop__planner-shell,
  .mt-country-desktop__planner-shell--wide {
    max-width: none;
    width: min(100%, calc(100vw - 28px));
  }

  .mt-country-desktop__planner-close,
  .mt-country-desktop__planner-shell--wide .mt-country-desktop__planner-close {
    right: 12px;
    top: 12px;
  }

  .mt-country-desktop__planner-card,
  .mt-country-desktop__planner-start-card,
  .mt-country-desktop__planner-card--wide,
  .mt-country-desktop__planner-card--journey {
    max-width: none;
    width: 100%;
  }

  .mt-country-desktop__planner-option-grid,
  .mt-country-desktop__planner-option-list,
  .mt-country-desktop__planner-stepper-list,
  .mt-country-desktop__planner-contact-grid,
  .mt-country-desktop__planner-phone-grid,
  .mt-country-desktop__planner-method-grid,
  .mt-country-desktop__planner-summary-main,
  .mt-country-desktop__selected-trip {
    grid-template-columns: 1fr;
  }

  .mt-country-desktop__planner-month-group {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .mt-country-desktop__planner-month-grid,
  .mt-country-desktop__planner-duration-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Desktop planner t4 handoff refinement. Desktop namespace only. */
.mt-country-desktop__planner-shell,
.mt-country-desktop__planner-shell--wide {
  align-items: center;
  background: transparent;
  border: 0;
  box-shadow: none;
  display: flex;
  height: auto;
  justify-content: center;
  max-height: 90vh;
  max-width: min(1040px, calc(100vw - 48px));
  overflow: visible;
  width: min(1040px, calc(100vw - 48px));
}

.mt-country-desktop__planner-stage {
  align-items: center;
  background: transparent;
  display: flex;
  justify-content: center;
  max-height: 90vh;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.mt-country-desktop__planner-card,
.mt-country-desktop__planner-start-card {
  border-radius: 22px;
  box-shadow: var(--mt-desktop-shadow);
  display: flex;
  flex-direction: column;
  height: auto;
  max-height: 90vh;
  min-height: 0;
  overflow: hidden;
  padding: 38px 42px 0;
  position: relative;
  width: min(840px, 100%);
}

.mt-country-desktop__planner-card--wide {
  width: min(900px, 100%);
}

.mt-country-desktop__planner-card--journey {
  padding: 38px 42px 0;
  width: min(900px, 100%);
}

.mt-country-desktop__planner-close,
.mt-country-desktop__planner-shell--wide .mt-country-desktop__planner-close {
  right: 18px;
  top: 18px;
  z-index: 6;
}

.mt-country-desktop__planner-frame-head {
  flex: 0 0 auto;
  padding-right: 54px;
}

.mt-country-desktop__planner-meta-row span {
  color: var(--mt-desktop-coral-dark);
  font-size: 13.5px;
  font-weight: 800;
}

.mt-country-desktop__planner-meta-row small {
  color: var(--mt-desktop-muted);
  font-size: 14px;
  font-weight: 600;
}

.mt-country-desktop__planner-progress {
  background: #e9e0cf;
  height: 7px;
  margin-top: 14px;
}

.mt-country-desktop__planner-progress span {
  background: linear-gradient(90deg, var(--mt-desktop-coral, #f0562a), var(--mt-desktop-coral-dark, #e0481c));
}

.mt-country-desktop__planner-content {
  flex: 0 1 auto;
  margin-top: 24px;
  min-height: 0;
  overflow: auto;
  padding-right: 0;
}

.mt-country-desktop__planner-question {
  gap: 16px;
}

.mt-country-desktop__planner-card h2,
.mt-country-desktop__planner-question h2,
.mt-country-desktop__planner-start-card h2 {
  color: var(--mt-desktop-blue);
  font-family: "PS Fournier", Georgia, serif;
  font-size: 31px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.14;
}

.mt-country-desktop__planner-card-head p,
.mt-country-desktop__planner-question > p,
.mt-country-desktop__planner-start-card > p:not(.mt-country-desktop__planner-kicker) {
  color: var(--mt-desktop-muted);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.mt-country-desktop__planner-option-grid,
.mt-country-desktop__planner-option-list {
  gap: 16px;
}

.mt-country-desktop__planner-option-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mt-country-desktop__planner-option-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mt-country-desktop__planner-option,
.mt-country-desktop__planner-option-grid .mt-country-desktop__planner-option,
.mt-country-desktop__planner-option-list .mt-country-desktop__planner-option {
  align-items: center;
  background: #fff;
  border: 1.5px solid var(--mt-desktop-border);
  border-radius: 16px;
  box-shadow: none;
  display: flex;
  gap: 16px;
  min-height: 180px;
  padding: 20px;
  position: relative;
}

.mt-country-desktop__planner-option-grid .mt-country-desktop__planner-option {
  min-height: 104px;
}

.mt-country-desktop__planner-option:hover {
  border-color: #cdd4dd;
  box-shadow: none;
}

.mt-country-desktop__planner-option[aria-pressed="true"],
.mt-country-desktop__planner-option[aria-checked="true"] {
  background: var(--mt-desktop-coral-soft);
  border: 1.5px solid var(--mt-desktop-coral);
  box-shadow: none;
}

.mt-country-desktop__planner-option-icon {
  align-items: center;
  background: #fff;
  border: 1.5px solid var(--mt-desktop-border);
  border-radius: 14px;
  color: var(--mt-desktop-blue);
  display: inline-flex;
  flex: 0 0 54px;
  height: 54px;
  justify-content: center;
  width: 54px;
}

.mt-country-desktop__planner-option:nth-child(2) .mt-country-desktop__planner-option-icon {
  background: #fff;
}

.mt-country-desktop__planner-option:nth-child(3) .mt-country-desktop__planner-option-icon {
  background: #fff;
}

.mt-country-desktop__planner-option:nth-child(4) .mt-country-desktop__planner-option-icon {
  background: #fff;
}

.mt-country-desktop__planner-option:nth-child(5) .mt-country-desktop__planner-option-icon {
  background: #fff;
}

.mt-country-desktop__planner-option:nth-child(6) .mt-country-desktop__planner-option-icon {
  background: #fff;
}

.mt-country-desktop__planner-option[aria-pressed="true"] .mt-country-desktop__planner-option-icon,
.mt-country-desktop__planner-option[aria-checked="true"] .mt-country-desktop__planner-option-icon {
  background: #fff;
  border-color: rgba(245, 80, 41, 0.34);
  color: var(--mt-desktop-coral);
}

.mt-country-desktop__planner-option-icon svg,
.mt-country-desktop__planner-option-icon img,
.mt-country-desktop__planner-option-icon canvas {
  height: 34px;
  width: 34px;
}

.mt-country-desktop__planner-option strong {
  color: var(--mt-desktop-blue);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}

.mt-country-desktop__planner-option small {
  color: var(--mt-desktop-muted);
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.45;
  margin-top: 5px;
}

.mt-country-desktop__planner-option-list--guide .mt-country-desktop__planner-option,
.mt-country-desktop__planner-option-list--comfort .mt-country-desktop__planner-option {
  align-items: flex-start;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  grid-template-rows: auto;
  gap: 14px;
  padding: 22px 20px 20px;
}

.mt-country-desktop__planner-option-list--guide .mt-country-desktop__planner-option {
  min-height: 172px;
}

.mt-country-desktop__planner-option-list--comfort .mt-country-desktop__planner-option {
  min-height: 162px;
  padding-left: 18px;
  padding-right: 18px;
}

.mt-country-desktop__planner-option-list--comfort .mt-country-desktop__planner-option strong {
  display: block;
  font-size: 17px;
  line-height: 1.22;
  max-width: 14ch;
  text-wrap: balance;
}

.mt-country-desktop__planner-option-list--comfort .mt-country-desktop__planner-option small {
  max-width: 20ch;
}

.mt-country-desktop__planner-check,
.mt-country-desktop__planner-option-list .mt-country-desktop__planner-check {
  font-size: 15px;
  height: 26px;
  position: absolute;
  right: 14px;
  top: 14px;
  width: 26px;
}

.mt-country-desktop__planner-section-label,
.mt-country-desktop__planner-field > span {
  color: var(--mt-desktop-blue);
  font-size: 15px;
  font-weight: 700;
}

.mt-country-desktop__planner-section-label small {
  color: var(--mt-desktop-muted);
  font-size: 13px;
  font-weight: 600;
}

.mt-country-desktop__planner-chip-row,
.mt-country-desktop__planner-method-grid,
.mt-country-desktop__planner-duration-grid,
.mt-country-desktop__planner-flex-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.mt-country-desktop__planner-chip-row button,
.mt-country-desktop__planner-method-grid button,
.mt-country-desktop__planner-duration-grid button,
.mt-country-desktop__planner-flex-button,
.mt-country-desktop__planner-month-grid button {
  background: #fff;
  border: 1.5px solid var(--mt-desktop-border);
  border-radius: 999px;
  color: var(--mt-desktop-blue);
  font-size: 15px;
  font-weight: 700;
  min-height: 46px;
  padding: 13px 20px;
}

.mt-country-desktop__planner-chip-row button[aria-pressed="true"],
.mt-country-desktop__planner-method-grid button[aria-pressed="true"],
.mt-country-desktop__planner-duration-grid button[aria-pressed="true"],
.mt-country-desktop__planner-flex-button[aria-pressed="true"],
.mt-country-desktop__planner-month-grid button[aria-pressed="true"] {
  background: var(--mt-desktop-coral-soft);
  border-color: var(--mt-desktop-coral);
  color: var(--mt-desktop-coral-dark);
}

.mt-country-desktop__planner-field input,
.mt-country-desktop__planner-field textarea,
.mt-country-desktop__planner-field select {
  background: #fffdf8;
  border: 1.5px solid var(--mt-desktop-border);
  border-radius: 14px;
  color: var(--mt-desktop-blue);
  font-size: 15.5px;
  font-weight: 500;
  min-height: 46px;
  padding: 12px 15px;
}

.mt-country-desktop__planner-field textarea {
  min-height: 104px;
}

.mt-country-desktop__planner-field input::placeholder,
.mt-country-desktop__planner-field textarea::placeholder {
  color: #9aa6b1;
  font-weight: 400;
}

.mt-country-desktop__planner-stepper-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mt-country-desktop__planner-stepper {
  background: #fff;
  border: 1.5px solid var(--mt-desktop-border);
  border-radius: 16px;
  padding: 19px 22px;
}

.mt-country-desktop__planner-stepper > div:first-child span,
.mt-country-desktop__planner-note,
.mt-country-desktop__planner-consent p {
  color: var(--mt-desktop-muted);
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.45;
}

.mt-country-desktop__planner-stepper button {
  border-radius: 999px;
  height: 44px;
  width: 44px;
}

.mt-country-desktop__planner-stepper button:first-child {
  background: #fff;
  border: 1.5px solid var(--mt-desktop-border);
  color: var(--mt-desktop-blue);
}

.mt-country-desktop__planner-stepper button:last-child {
  background: var(--mt-navy, var(--mt-desktop-blue, #193c6e));
  border-color: var(--mt-navy, var(--mt-desktop-blue, #193c6e));
  color: #fff;
}

.mt-country-desktop__planner-stepper button:disabled {
  background: #fff;
  border-color: #e8dfd1;
  color: #d8cfbd;
}

.mt-country-desktop__planner-month-group {
  align-items: start;
  display: grid;
  gap: 12px;
  grid-template-columns: 52px minmax(0, 1fr);
}

/* Die Jahreszahl muss auf Hoehe der ERSTEN Monatszeile ihrer Gruppe stehen.
   Bei center rutscht sie in Gruppen, deren Monate auf zwei Zeilen umbrechen
   (z. B. Jan-Jul), neben die zweite Zeile — dann wirkt die erste Zeile
   unbeschriftet und die Monate lesen sich als falsches Jahr. */
.mt-country-desktop__planner-month-group > span {
  align-self: start;
  color: var(--mt-desktop-blue);
  font-size: 13px;
  font-weight: 800;
}

.mt-country-desktop__planner-month-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(6, minmax(54px, 1fr));
}

.mt-country-desktop__planner-month-grid button {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  white-space: nowrap;
  width: 100%;
}

.mt-country-desktop__planner-duration-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mt-country-desktop__planner-exact-date {
  max-width: 520px;
}

.mt-country-desktop__planner-summary-grid {
  display: block;
}

.mt-country-desktop__planner-summary-main {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1.12fr) minmax(260px, 0.88fr);
}

.mt-country-desktop__planner-summary-card,
.mt-country-desktop__planner-budget,
.mt-country-desktop__planner-guide-questions {
  background: #fff;
  border: 1.5px solid var(--mt-desktop-border);
  border-radius: 16px;
  padding: 22px 24px;
}

.mt-country-desktop__planner-guide-questions {
  display: grid;
  gap: 14px;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mt-country-desktop__planner-guide-questions > strong {
  grid-column: 1 / -1;
}

.mt-country-desktop__planner-guide-questions article {
  background: var(--mt-desktop-coral-soft);
  border: 0;
  border-radius: 14px;
  padding: 18px;
}

.mt-country-desktop__planner-summary-card > span,
.mt-country-desktop__planner-guide-questions > strong,
.mt-country-desktop__planner-guide-questions article span {
  color: #93a0ab;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.mt-country-desktop__planner-guide-questions article span {
  color: var(--mt-desktop-coral-dark);
}

.mt-country-desktop__planner-summary-card p,
.mt-country-desktop__planner-guide-questions p {
  color: var(--mt-desktop-copy);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.58;
}

.mt-country-desktop__planner-contact-grid,
.mt-country-desktop__planner-contact-grid--wide {
  display: grid;
  gap: 12px 14px;
  grid-template-columns: minmax(128px, 0.55fr) minmax(0, 1fr);
}

.mt-country-desktop__planner-contact-grid--wide {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mt-country-desktop__planner-phone-grid {
  gap: 12px 14px;
  grid-template-columns: 150px minmax(120px, 0.7fr) minmax(0, 1fr);
}

.mt-country-desktop__planner-method-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mt-country-desktop__planner-consent {
  align-items: center;
  background: #fff;
  border: 1.5px solid var(--mt-desktop-border);
  border-radius: 14px;
  padding: 12px 14px;
}

.mt-country-desktop__planner-trust-anchor {
  color: var(--mt-desktop-muted);
  font-size: 13.5px;
  font-weight: 600;
  margin: -4px 0 0;
}

.mt-country-desktop__planner-nav {
  align-items: center;
  border-top: 1px solid var(--mt-desktop-border);
  flex: 0 0 auto;
  margin: 24px -42px 0;
  padding: 20px 42px;
}

.mt-country-desktop__planner-primary,
.mt-country-desktop__planner-secondary {
  font-size: 16px;
  font-weight: 700;
  min-height: 48px;
  padding: 14px 26px;
}

.mt-country-desktop__planner-primary {
  background: var(--cta-grad);
  color: #fff;
}

.mt-country-desktop__planner-primary:hover {
  background: var(--cta-grad-hover, var(--cta-grad));
  transform: translateY(-1px);
}

.mt-country-desktop__planner-secondary {
  background: #fff;
  border: 1.5px solid var(--mt-desktop-border);
  color: var(--mt-desktop-blue);
}

.mt-country-desktop__selected-trip {
  border: 1px solid var(--mt-desktop-border);
  border-radius: 18px;
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  margin-top: 22px;
  overflow: hidden;
}

.mt-country-desktop__selected-trip-media {
  min-height: 430px;
}

.mt-country-desktop__selected-trip-body {
  gap: 16px;
  padding: 26px 28px;
}

.mt-country-desktop__selected-trip-meta span,
.mt-country-desktop__route-chips span {
  background: var(--mt-desktop-chip);
  border: 0;
  border-radius: 999px;
  color: var(--mt-desktop-blue);
  font-size: 14px;
  font-weight: 700;
  padding: 10px 14px;
}

.mt-country-desktop__planner-card--journey .mt-country-desktop__planner-field textarea {
  min-height: 92px;
}

.mt-country-desktop__planner-success {
  align-items: center;
  justify-content: center;
  padding-bottom: 42px;
  text-align: center;
  width: min(740px, 100%);
}

.mt-country-desktop__planner-success-icon {
  background: var(--cta-grad);
  border-radius: 999px;
  box-shadow: 0 18px 32px -12px rgba(213, 71, 26, 0.6);
  color: #fff;
  height: 94px;
  width: 94px;
}

.mt-country-desktop__planner-success-icon svg,
.mt-country-desktop__planner-success-icon img,
.mt-country-desktop__planner-success-icon canvas {
  height: 58px;
  width: 58px;
}

.mt-country-desktop__planner-success h2 {
  margin: 26px 0 12px;
}

.mt-country-desktop__planner-success-benefits {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 26px;
  max-width: 520px;
  width: 100%;
}

.mt-country-desktop__planner-success-benefits article {
  align-items: center;
  background: #fff;
  border: 1.5px solid var(--mt-desktop-border);
  border-radius: 14px;
  display: grid;
  gap: 12px;
  grid-template-columns: 44px minmax(0, 1fr);
  padding: 14px;
  text-align: left;
}

.mt-country-desktop__planner-success-benefit-icon {
  background: #e4ecf4;
  border-radius: 12px;
  color: var(--mt-desktop-blue);
  height: 44px;
  width: 44px;
}

.mt-country-desktop__planner-success-benefits article:nth-child(2) .mt-country-desktop__planner-success-benefit-icon {
  background: #e7efe0;
}

.mt-country-desktop__planner-success-benefits article:nth-child(3) .mt-country-desktop__planner-success-benefit-icon {
  background: #fbe9dd;
}

.mt-country-desktop__planner-success-benefits article:nth-child(4) .mt-country-desktop__planner-success-benefit-icon {
  background: #f6ecd9;
}

.mt-country-desktop__planner-success-benefit-icon svg,
.mt-country-desktop__planner-success-benefit-icon img,
.mt-country-desktop__planner-success-benefit-icon canvas {
  height: 30px;
  width: 30px;
}

.mt-country-desktop__planner-success-benefits strong {
  color: var(--mt-desktop-blue);
  display: block;
  font-size: 14.5px;
  font-weight: 700;
}

.mt-country-desktop__planner-success-benefits p {
  color: var(--mt-desktop-muted);
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.35;
  margin: 3px 0 0;
}

@media (min-width: 901px) {
  .mt-country-desktop__planner-overlay {
    --mt-desktop-planner-vertical-space: clamp(52px, 10vh, 128px);
    align-items: flex-start;
    padding: clamp(24px, 5vh, 64px) 28px 28px;
  }

  .mt-country-desktop__planner-shell,
  .mt-country-desktop__planner-shell--wide,
  .mt-country-desktop__planner-stage,
  .mt-country-desktop__planner-card,
  .mt-country-desktop__planner-start-card {
    max-height: calc(100dvh - var(--mt-desktop-planner-vertical-space));
  }

  .mt-country-desktop__planner-stage {
    align-items: flex-start;
  }

  .mt-country-desktop__planner-contact-grid--name {
    grid-template-columns: minmax(110px, 150px) minmax(0, 1fr) minmax(0, 1fr);
  }

  .mt-country-desktop__planner-contact-grid--email {
    grid-template-columns: minmax(0, 1fr);
  }

  .mt-country-desktop__planner-phone-grid {
    display: grid;
    grid-template-columns: minmax(220px, 240px) minmax(0, 1fr);
  }

  .mt-country-desktop__planner-phone-grid--custom {
    grid-template-columns: minmax(220px, 240px) minmax(120px, 0.55fr) minmax(0, 1fr);
  }
}

@media (max-width: 900px) {
  .mt-country-desktop__planner-shell,
  .mt-country-desktop__planner-shell--wide {
    max-height: calc(100vh - 28px);
    max-width: none;
    width: min(100%, calc(100vw - 28px));
  }

  .mt-country-desktop__planner-card,
  .mt-country-desktop__planner-start-card,
  .mt-country-desktop__planner-card--wide,
  .mt-country-desktop__planner-card--journey {
    max-height: calc(100vh - 28px);
    max-width: none;
    width: 100%;
  }

  .mt-country-desktop__planner-close,
  .mt-country-desktop__planner-shell--wide .mt-country-desktop__planner-close {
    right: 14px;
    top: 14px;
  }

  .mt-country-desktop__planner-option-list--guide .mt-country-desktop__planner-option,
  .mt-country-desktop__planner-option-list--comfort .mt-country-desktop__planner-option {
    grid-template-columns: 48px minmax(0, 1fr);
    min-height: auto;
  }

  .mt-country-desktop__planner-option-list--comfort .mt-country-desktop__planner-option strong,
  .mt-country-desktop__planner-option-list--comfort .mt-country-desktop__planner-option small {
    max-width: none;
  }
}

/* Desktop journey-start modal polish. Scoped to the example-trip entry screen. */
.mt-country-desktop__planner-card--journey {
  border-radius: 28px;
  max-width: 936px;
  padding: 40px 44px 0;
  width: min(936px, 100%);
}

.mt-country-desktop__planner-card--journey .mt-country-desktop__planner-card-head {
  border-bottom: 1px solid #ecedf0;
  margin: 0;
  padding: 0 68px 26px 0;
}

.mt-country-desktop__planner-card--journey .mt-country-desktop__planner-meta {
  color: #6e7787;
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 9px;
}

.mt-country-desktop__planner-card--journey h2 {
  color: #283d6a;
  font-family: "PS Fournier", Georgia, serif;
  font-size: 39px;
  font-weight: 700;
  line-height: 1.08;
  margin: 0;
  max-width: 650px;
  text-wrap: pretty;
}

.mt-country-desktop__planner-card--journey .mt-country-desktop__planner-card-head p:not(.mt-country-desktop__planner-meta) {
  color: #6e7787;
  font-size: 16.5px;
  line-height: 1.45;
  margin: 12px 0 0;
  max-width: 600px;
}

.mt-country-desktop__planner-card--journey .mt-country-desktop__planner-card-head p:not(.mt-country-desktop__planner-meta):not(.mt-country-desktop__journey-start-subtitle) {
  display: none;
}

.mt-country-desktop__planner-card--journey .mt-country-desktop__planner-close {
  border: 1.5px solid #e3e5ea;
  border-radius: 999px;
  height: 40px;
  right: 28px;
  top: 28px;
  width: 40px;
}

.mt-country-desktop__planner-card--journey .mt-country-desktop__planner-close:hover {
  background: #f5f6f8;
  border-color: #cfd3da;
}

.mt-country-desktop__selected-trip {
  border: 0;
  border-radius: 0;
  display: grid;
  gap: 34px;
  grid-template-columns: 336px minmax(0, 1fr);
  margin-top: 28px;
  overflow: visible;
}

.mt-country-desktop__selected-trip-media {
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  min-height: 428px;
  overflow: hidden;
  position: relative;
}

.mt-country-desktop__selected-trip-media::before {
  background: linear-gradient(
    to top,
    rgba(18, 25, 40, 0.88) 0%,
    rgba(18, 25, 40, 0.32) 44%,
    rgba(18, 25, 40, 0) 70%
  );
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.mt-country-desktop__selected-trip-media > img {
  display: block;
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.mt-country-desktop__selected-trip-media > span {
  display: none;
}

.mt-country-desktop__selected-trip-photo-overlay {
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 22px;
  position: absolute;
  right: 0;
  z-index: 2;
}

.mt-country-desktop__selected-trip-photo-overlay > span {
  color: rgba(255, 255, 255, 0.82);
  display: block;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.mt-country-desktop__selected-trip-photo-overlay > span:not(.mt-country-desktop__selected-trip-photo-eyebrow) {
  display: none;
}

.mt-country-desktop__selected-trip-facts {
  align-items: baseline;
  display: flex;
  gap: 13px;
}

.mt-country-desktop__selected-trip-facts strong {
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 1;
}

.mt-country-desktop__selected-trip-facts i {
  background: rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  flex: 0 0 4px;
  height: 4px;
  width: 4px;
}

.mt-country-desktop__selected-trip-facts b {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.mt-country-desktop__selected-trip-facts small {
  font-size: inherit;
  font-weight: 500;
  opacity: 0.82;
}

.mt-country-desktop__selected-trip-body {
  align-content: stretch;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
}

.mt-country-desktop__selected-trip-body > p {
  color: #455068;
  font-size: 16.5px;
  line-height: 1.5;
  margin: 0 0 22px;
}

.mt-country-desktop__selected-trip-route-label {
  color: #8b93a1;
  display: block;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1;
  margin-bottom: 13px;
  text-transform: uppercase;
}

.mt-country-desktop__route-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 26px;
}

.mt-country-desktop__route-chips span {
  background: #f1ece1;
  border: 0;
  border-radius: 999px;
  color: #283d6a;
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1;
  padding: 8px 15px;
}

.mt-country-desktop__journey-wish-panel {
  background: #f7f5ef;
  border: 1px solid #ece6da;
  border-radius: 18px;
  display: grid;
  margin-top: auto;
  padding: 22px 22px 24px;
}

.mt-country-desktop__journey-wish-panel > span {
  color: #283d6a;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 4px;
}

.mt-country-desktop__journey-wish-panel > span:not(.mt-country-desktop__journey-wish-title) {
  display: none;
}

.mt-country-desktop__journey-wish-panel > small {
  color: #6e7787;
  font-size: 14.5px;
  line-height: 1.45;
  margin-bottom: 14px;
}

.mt-country-desktop__journey-wish-panel > small:not(.mt-country-desktop__journey-wish-copy) {
  display: none;
}

.mt-country-desktop__journey-wish-panel textarea {
  background: #fff;
  border: 1.5px solid #e6e2d8;
  border-radius: 14px;
  color: #283d6a;
  font: 500 15.5px/1.5 "New Hero", system-ui, sans-serif;
  min-height: 104px;
  padding: 15px 16px;
  resize: none;
  width: 100%;
}

.mt-country-desktop__journey-wish-panel textarea::placeholder {
  color: #a2a9b4;
  font-weight: 400;
}

.mt-country-desktop__journey-wish-panel textarea:focus-visible {
  border-color: #283d6a;
  outline: 0;
}

.mt-country-desktop__planner-card--journey .mt-country-desktop__planner-nav {
  border-top: 1px solid #ecedf0;
  margin: 26px -44px 0;
  padding: 24px 44px 32px;
}

.mt-country-desktop__planner-card--journey .mt-country-desktop__planner-secondary {
  border-color: #d8dbe1;
  border-radius: 999px;
  color: #283d6a;
  font-size: 16px;
  font-weight: 700;
  min-height: 50px;
  padding: 14px 30px;
}

.mt-country-desktop__planner-card--journey .mt-country-desktop__planner-secondary:hover {
  background: #f5f6f8;
}

.mt-country-desktop__planner-card--journey .mt-country-desktop__planner-primary {
  background: #cf6234;
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(207, 98, 52, 0.32);
  font-size: 16px;
  font-weight: 700;
  min-height: 52px;
  padding: 15px 34px;
}

.mt-country-desktop__planner-card--journey .mt-country-desktop__planner-primary:hover {
  background: #b9552b;
}

@media (max-width: 720px) {
  .mt-country-desktop__planner-card--journey {
    border-radius: 24px;
    max-height: calc(100vh - 24px);
    overflow: auto;
    padding: 24px 24px 0;
  }

  .mt-country-desktop__planner-card--journey .mt-country-desktop__planner-card-head {
    padding: 0 48px 22px 0;
  }

  .mt-country-desktop__planner-card--journey h2 {
    font-size: 32px;
  }

  .mt-country-desktop__selected-trip {
    gap: 22px;
    grid-template-columns: 1fr;
  }

  .mt-country-desktop__selected-trip-media {
    min-height: 230px;
  }

  .mt-country-desktop__planner-card--journey .mt-country-desktop__planner-nav {
    align-items: stretch;
    flex-wrap: wrap;
    gap: 12px;
    margin-left: -24px;
    margin-right: -24px;
    padding: 22px 24px 26px;
  }

  .mt-country-desktop__planner-card--journey .mt-country-desktop__planner-primary,
  .mt-country-desktop__planner-card--journey .mt-country-desktop__planner-secondary {
    justify-content: center;
    min-height: 44px;
  }
}

/* Mobile premium hero hotfix. Mobile namespace only. */
.mt-country-mobile__hero {
  padding-bottom: 18px;
}

.mt-country-mobile__logo-link {
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  filter: none !important;
  height: 64px;
  max-width: 170px;
  padding: 0 !important;
}

.mt-country-mobile__logo-link--scrolled {
  filter: none !important;
  height: 36px;
  max-width: 112px;
}

.mt-country-mobile__hero-image,
.mt-country-mobile:not(.mt-country-mobile--preview) .mt-country-mobile__hero-image {
  background-position: center center;
  height: 720px;
  height: clamp(720px, 86svh, 860px);
  height: clamp(720px, 86dvh, 860px);
  min-height: calc(720px + min(var(--mt-safe-top), 20px));
  overflow: hidden;
  position: relative;
}

.mt-country-mobile__hero-slides,
.mt-country-mobile__hero-slide {
  position: absolute;
  inset: 0;
}

.mt-country-mobile__hero-slide {
  background-position: center center;
  background-size: cover;
  opacity: 0;
  transform: scale(1.035);
  transition: opacity 1.35s ease;
  will-change: opacity;
}

.mt-country-mobile__hero-slide--active {
  animation: mt-mobile-hero-ken 24s ease-in-out infinite alternate;
  opacity: 1;
  will-change: opacity, transform;
}

.mt-country-mobile__hero-slide:first-child.mt-country-mobile__hero-slide--active {
  transition: none;
}

@keyframes mt-mobile-hero-ken {
  from { transform: scale(1.035); }
  to { transform: scale(1.11); }
}

@media (prefers-reduced-motion: reduce) {
  .mt-country-desktop__hero-slide,
  .mt-country-mobile__hero-slide {
    animation: none !important;
    transition: opacity 0.01ms linear !important;
    transform: none !important;
  }
}

[data-mt-cms-bridge="true"],
.mt-cms-bridge,
.mt-mobile-data-source,
.mt-cms-secret-tip,
.mt-cms-secret-tips,
[data-mt-secret-tip],
[data-mt-secret-tip-name],
[data-mt-secret-tip-description],
[data-mt-secret-tip-order],
.w-dyn-empty,
[data-mt-cms-bridge="true"] .w-dyn-empty,
.mt-cms-bridge .w-dyn-empty {
  display: none !important;
}

.mt-secret-tips {
  background: var(--mt-cream, #f6f1ea);
  color: var(--mt-text, var(--mt-copy, #45494f));
  font-family: var(--mt-sans);
  overflow: hidden;
}

.mt-secret-tips__inner {
  margin: 0 auto;
  max-width: 1200px;
}

.mt-secret-tips__header {
  align-items: flex-end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 24px;
}

.mt-secret-tips__header h2 {
  color: var(--mt-blue, var(--mt-ink));
  font-family: var(--mt-serif);
  font-size: clamp(32px, 4.2vw, 52px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.06;
  margin: 0;
  max-width: 760px;
}

.mt-secret-tips__header p:last-child {
  color: var(--mt-text, var(--mt-muted));
  font-size: 16px;
  line-height: 1.62;
  margin: 14px 0 0;
  max-width: 680px;
}

.mt-secret-tips__eyebrow {
  color: var(--mt-tomato, var(--mt-orange-3));
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.2;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.mt-secret-tips__controls {
  display: flex;
  flex: none;
  gap: 10px;
  min-width: 106px;
}

.mt-secret-tips__controls--hidden {
  pointer-events: none;
  visibility: hidden;
}

.mt-secret-tips__controls button {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(240, 86, 42, 0.34);
  border-radius: 50%;
  box-shadow: 0 16px 32px -18px rgba(18, 44, 82, 0.65);
  color: var(--mt-blue, var(--mt-ink));
  cursor: pointer;
  display: inline-flex;
  font-size: 22px;
  height: 48px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  width: 48px;
}

.mt-secret-tips__controls button:hover:not(:disabled),
.mt-secret-tips__controls button:focus-visible:not(:disabled) {
  background: var(--mt-tomato, var(--mt-orange));
  border-color: var(--mt-tomato, var(--mt-orange));
  color: #fff;
}

.mt-secret-tips__controls button:focus-visible {
  outline: 3px solid rgba(240, 86, 42, 0.34);
  outline-offset: 3px;
}

.mt-secret-tips__controls button:disabled {
  cursor: default;
  opacity: 0.38;
}

.mt-secret-tips__track {
  align-items: stretch;
  display: flex;
  gap: 24px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding: 6px 0 18px;
  scroll-padding: 0;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.mt-secret-tips__track::-webkit-scrollbar {
  display: none;
}

.mt-secret-tips__card {
  background: #fff;
  border: 1px solid var(--mt-border, var(--mt-line));
  border-radius: 22px;
  box-shadow: 0 24px 54px -42px rgba(18, 44, 82, 0.52);
  display: flex;
  flex: 0 0 calc((100% - 48px) / 3);
  flex-direction: column;
  min-height: 288px;
  min-width: 0;
  padding: 26px;
  scroll-snap-align: start;
}

.mt-secret-tips__badge {
  align-items: center;
  background: rgba(240, 86, 42, 0.1);
  border-radius: 999px;
  color: var(--mt-tomato, var(--mt-orange));
  display: inline-flex;
  font-size: 11px;
  font-weight: 800;
  height: 30px;
  justify-content: center;
  letter-spacing: 0.07em;
  margin-bottom: 20px;
  padding: 0 13px;
  text-transform: uppercase;
  width: fit-content;
}

.mt-secret-tips__card h3 {
  color: var(--mt-blue, var(--mt-ink));
  font-family: var(--mt-serif);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.12;
  margin: 0 0 14px;
}

.mt-secret-tips__card p {
  color: var(--mt-text, var(--mt-copy));
  font-size: 15.5px;
  line-height: 1.62;
  margin: 0;
}

.mt-secret-tips--desktop {
  border-bottom: 1px solid var(--mt-border);
  border-top: 1px solid var(--mt-border);
  padding: 82px 48px;
}

.mt-secret-tips--mobile {
  background: var(--mt-cream, #f6f1ea);
  padding: 30px 0 30px;
}

.mt-secret-tips--mobile .mt-secret-tips__inner {
  max-width: none;
}

.mt-secret-tips--mobile .mt-secret-tips__header {
  display: block;
  margin-bottom: 16px;
  padding: 0 18px;
}

.mt-secret-tips--mobile .mt-secret-tips__header h2 {
  font-size: clamp(27px, 8.2vw, 36px);
  line-height: 1.09;
}

.mt-secret-tips--mobile .mt-secret-tips__header p:last-child {
  color: var(--mt-muted);
  font-size: 14px;
  line-height: 1.5;
  margin-top: 10px;
}

.mt-secret-tips--mobile .mt-secret-tips__eyebrow {
  font-size: 11px;
  letter-spacing: 0.11em;
  margin-bottom: 8px;
}

.mt-secret-tips--mobile .mt-secret-tips__controls {
  display: none;
}

.mt-secret-tips--mobile .mt-secret-tips__track {
  gap: 14px;
  padding: 4px 18px 14px;
  scroll-padding: 18px;
}

.mt-secret-tips--mobile .mt-secret-tips__card {
  border-radius: 20px;
  flex-basis: min(78vw, 312px);
  min-height: 246px;
  padding: 21px;
}

.mt-secret-tips--mobile .mt-secret-tips__card h3 {
  font-size: 22px;
  line-height: 1.12;
}

.mt-secret-tips--mobile .mt-secret-tips__card p {
  font-size: 14px;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .mt-secret-tips--desktop {
    padding-left: 28px;
    padding-right: 28px;
  }

  .mt-secret-tips--desktop .mt-secret-tips__card {
    flex-basis: calc((100% - 24px) / 2);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mt-secret-tips__controls button,
  .mt-secret-tips__card {
    transition: none;
  }
}

.mt-country-mobile__hero-shade {
  background:
    linear-gradient(180deg, rgba(6, 16, 28, 0.5) 0%, rgba(6, 16, 28, 0.08) 34%, rgba(6, 16, 28, 0.2) 58%, rgba(6, 16, 28, 0.88) 100%),
    linear-gradient(90deg, rgba(8, 22, 36, 0.46) 0%, rgba(8, 22, 36, 0.08) 62%, rgba(8, 22, 36, 0.16) 100%);
}

.mt-country-mobile__hero-location-label {
  align-items: flex-end;
  color: #fff;
  display: flex;
  flex-direction: column;
  hyphens: none;
  overflow-wrap: normal;
  pointer-events: none;
  position: absolute;
  right: clamp(18px, 4vw, 32px);
  text-align: right;
  top: calc(142px + min(var(--mt-safe-top), 20px));
  width: 40%;
  word-break: normal;
  z-index: 3;
}

.mt-country-mobile__hero-location-eyebrow {
  align-items: center;
  color: rgba(255, 255, 255, 0.76);
  display: inline-flex;
  font-family: var(--mt-sans);
  font-size: 9.5px;
  font-weight: 700;
  gap: 7px;
  letter-spacing: 0.24em;
  line-height: 1;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.mt-country-mobile__hero-location-eyebrow::after {
  background: #ef6048;
  border-radius: 50%;
  content: "";
  flex: 0 0 auto;
  height: 5px;
  width: 5px;
}

.mt-country-mobile__hero-location-label strong {
  color: #fff;
  font-family: var(--mt-serif);
  font-size: clamp(19px, 5.4vw, 27px);
  font-weight: 700;
  hyphens: none;
  line-height: 1.04;
  max-width: 100%;
  overflow-wrap: normal;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
  width: 100%;
  word-break: normal;
}

.mt-country-mobile__hero-location-label small {
  color: rgba(255, 255, 255, 0.88);
  font-family: var(--mt-serif);
  font-size: clamp(13px, 3.6vw, 17px);
  font-weight: 700;
  hyphens: none;
  line-height: 1.18;
  margin-top: 5px;
  max-width: 100%;
  overflow-wrap: normal;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.45);
  width: 100%;
  word-break: normal;
}

.mt-country-mobile__hero-copy {
  bottom: clamp(30px, 5svh, 72px);
  display: grid;
  gap: 13px;
  left: clamp(18px, 4vw, 32px);
  max-width: min(520px, calc(100% - 36px));
  right: clamp(18px, 4vw, 32px);
  top: auto;
}

.mt-country-mobile__hero-copy h1 {
  font-size: clamp(31px, 7.2vw, 38px);
  line-height: 1.03;
  max-width: 430px;
}

.mt-country-mobile__hero-copy p {
  font-size: 14.5px;
  line-height: 1.45;
  margin-top: 0;
  max-width: 380px;
}

.mt-country-mobile__hero-cta-pair {
  display: grid;
  gap: 9px;
  grid-template-columns: minmax(0, 1fr);
  margin-top: 3px;
  max-width: min(360px, 100%);
  min-width: 0;
}

.mt-country-mobile__hero-cta-pair button {
  -webkit-appearance: none;
  align-items: center;
  appearance: none;
  border-radius: 14px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  font-size: 13.5px;
  font-weight: 800;
  justify-content: center;
  line-height: 1.18;
  max-width: 100%;
  min-height: 54px;
  overflow-wrap: normal;
  padding: 12px 10px;
  text-align: center;
  white-space: normal;
  width: 100%;
  word-break: normal;
}

.mt-country-mobile__hero-cta-primary {
  background: linear-gradient(180deg, var(--mt-orange-2), var(--mt-orange));
  border: 0;
  box-shadow: 0 12px 28px rgba(236, 94, 72, 0.34);
  color: #fff;
}

.mt-country-mobile__hero-cta-secondary {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background: rgba(255, 255, 255, 0.1);
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  box-shadow: none;
  color: #fff;
  white-space: nowrap;
}

.mt-country-mobile__intent-card {
  border-radius: 19px;
  box-shadow: 0 16px 34px rgba(28, 43, 58, 0.1);
  margin: 38px 16px 0;
  padding: 16px 14px;
}

.mt-country-mobile__micro-eyebrow {
  display: none;
}

.mt-country-mobile__tab-panel h2 {
  font-size: 21px;
  line-height: 1.12;
  margin-bottom: 7px;
}

.mt-country-mobile__intent-subline {
  color: rgba(28, 43, 58, 0.68);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.35;
  margin: 0;
}

.mt-country-mobile__hero-options {
  gap: 9px;
  margin-top: 24px;
}

.mt-country-mobile__hero-options button {
  box-sizing: border-box;
  height: 58px;
  min-height: 58px;
  padding: 9px 12px;
}

.mt-country-mobile__hero-microcopy {
  font-size: 12px;
  margin-top: 10px;
}

.mt-country-mobile__trips-section {
  padding-top: 8px;
}

.mt-country-mobile__how-section {
  padding-top: 30px;
}

@media (max-width: 767px) {
  .mt-country-planning {
    margin-top: 36px;
    padding-top: 68px;
  }

  .mt-country-planning__teaser {
    gap: 8px;
  }

  .mt-country-planning__teaser > div {
    flex: 0 0 auto;
  }

  .mt-country-planning__button--solid {
    background: #fff;
    border-color: #d7d0c4;
    color: var(--mt-blue, var(--mt-ink));
  }

  .mt-country-planning__button--solid:hover {
    background: #faf9f6;
    border-color: var(--mt-blue, var(--mt-ink));
  }
}

@media (max-width: 374px) {
  .mt-country-mobile__logo-link {
    height: 58px;
    max-width: 154px;
  }

  .mt-country-mobile__logo-link--scrolled {
    height: 34px;
    max-width: 104px;
  }

  .mt-country-mobile__hero-image,
  .mt-country-mobile:not(.mt-country-mobile--preview) .mt-country-mobile__hero-image {
    height: clamp(640px, 78svh, 740px);
    min-height: calc(640px + min(var(--mt-safe-top), 18px));
  }

  .mt-country-mobile__hero-copy {
    gap: 11px;
    bottom: 24px;
  }

  .mt-country-mobile__hero-cta-pair {
    grid-template-columns: 1fr;
  }
}

@media (max-height: 740px) {
  .mt-country-mobile__hero-image,
  .mt-country-mobile:not(.mt-country-mobile--preview) .mt-country-mobile__hero-image {
    height: clamp(610px, 80svh, 700px);
    min-height: calc(610px + min(var(--mt-safe-top), 18px));
  }

  .mt-country-mobile__hero-copy {
    bottom: 22px;
    gap: 9px;
  }

  .mt-country-mobile__hero-copy h1 {
    font-size: clamp(28px, 7vw, 34px);
  }

  .mt-country-mobile__hero-cta-pair button {
    min-height: 50px;
  }
}

/* Mobile landing page refinements: hero label, planning rhythm and benefit cards. */
.mt-country-mobile__hero-location-label {
  right: clamp(18px, 4vw, 32px);
  top: calc(30px + min(var(--mt-safe-top), 20px));
  width: min(44%, 184px);
}

.mt-country-mobile__benefit-grid {
  align-items: stretch;
}

.mt-country-mobile__benefit-grid article {
  display: flex;
  flex-direction: column;
}

.mt-country-mobile__benefit-grid p {
  margin-bottom: 0;
}

.mt-country-mobile__benefit-more {
  margin-top: auto;
  padding-top: 18px;
}

@media (max-width: 767px) {
  .mt-country-planning {
    margin-top: 18px;
    padding-top: 34px;
  }
}

.mt-country-mobile__hero-trust-block {
  --mt-mobile-trust-blue: #193c6e;
  --mt-mobile-trust-card: #14335f;
  --mt-mobile-trust-accent: #f0562a;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0)),
    var(--mt-mobile-trust-blue);
  margin-top: -2px;
  padding: 26px 16px 15px;
  position: relative;
  z-index: 1;
}

.mt-country-mobile__hero-trust-copy {
  color: #fff;
  margin: 0 auto 15px;
  max-width: 560px;
}

.mt-country-mobile__hero-trust-explainer {
  align-items: center;
  color: rgba(255, 255, 255, 0.86);
  display: flex;
  font-family: var(--mt-sans);
  font-size: 10px;
  font-weight: 800;
  gap: 9px;
  letter-spacing: 0.18em;
  line-height: 1;
  /* Gap to the paragraph below lives here on the <div>: the paragraph is a
     <p> and `.mt-country-mobile p { margin: 0 }` (0,1,1) outranks any margin
     set on the .hero-trust-resolution class (0,1,0), so a resolution
     margin-top is silently dropped. The div is not affected by that reset. */
  margin-bottom: 12px;
  text-transform: uppercase;
}

.mt-country-mobile__hero-trust-eyebrow-line {
  background: var(--mt-orange, var(--mt-tomato));
  border-radius: 999px;
  flex: 0 0 30px;
  height: 2px;
}

.mt-country-mobile__hero-trust-resolution {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(14.5px, 3.9vw, 16px);
  line-height: 1.4;
  margin: 0;
}

.mt-country-mobile__hero-trust-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 560px;
}

.mt-country-mobile__hero-trust-tile {
  align-items: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.02)),
    var(--mt-mobile-trust-card);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 10px 22px rgba(5, 18, 38, 0.18);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 78px;
  min-width: 0;
  overflow: hidden;
  padding: 11px 9px 10px;
  text-align: center;
  text-decoration: none;
}

.mt-country-mobile__hero-trust-score {
  align-items: center;
  display: inline-flex;
  gap: 6px;
  justify-content: center;
  line-height: 1;
  min-width: 0;
}

.mt-country-mobile__hero-trust-score strong {
  color: #fff;
  font-family: "PS Fournier", Georgia, serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 0.96;
}

.mt-country-mobile__hero-trust-star {
  color: var(--mt-mobile-trust-accent);
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
  margin-left: -3px;
}

.mt-country-mobile__hero-trust-label {
  color: rgba(255, 255, 255, 0.74);
  display: block;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  margin-top: 6px;
  max-width: 100%;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.mt-country-mobile__hero-trust-logo {
  display: block;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.18));
  flex: none;
  object-fit: contain;
}

.mt-country-mobile__hero-trust-logo--google {
  height: 26px;
  width: 26px;
}

.mt-country-mobile__hero-trust-logo--trusted-shops {
  height: 26px;
  width: 46px;
}

@media (max-width: 374px) {
  .mt-country-mobile__hero-trust-block {
    padding-left: 12px;
    padding-right: 12px;
  }

  .mt-country-mobile__hero-trust-copy {
    margin-bottom: 13px;
  }

  .mt-country-mobile__hero-trust-explainer {
    font-size: 9.4px;
    gap: 8px;
  }

  .mt-country-mobile__hero-trust-resolution {
    font-size: 14px;
    line-height: 1.36;
  }

  .mt-country-mobile__hero-trust-grid {
    gap: 8px;
  }

  .mt-country-mobile__hero-trust-tile {
    min-height: 74px;
    padding-left: 7px;
    padding-right: 7px;
  }

  .mt-country-mobile__hero-trust-score strong {
    font-size: 28px;
  }

  .mt-country-mobile__hero-trust-label {
    font-size: 9.8px;
  }

  .mt-country-mobile__hero-trust-logo--google {
    height: 23px;
    width: 23px;
  }

  .mt-country-mobile__hero-trust-logo--trusted-shops {
    height: 23px;
    width: 41px;
  }
}

@media (max-width: 319px) {
  .mt-country-mobile__hero-trust-grid {
    grid-template-columns: 1fr;
  }
}

/* Hero 2c: local-planning USP copy and neutral scrims. */
@media (min-width: 981px) {
  .mt-country-desktop__hero-scrim {
    background:
      linear-gradient(
        96deg,
        rgba(6, 14, 24, 0.36) 0%,
        rgba(6, 14, 24, 0.15) 42%,
        rgba(6, 14, 24, 0) 72%
      ),
      linear-gradient(
        to top,
        rgba(6, 14, 24, 0.34) 0%,
        rgba(6, 14, 24, 0.18) 30%,
        rgba(6, 14, 24, 0.04) 55%,
        rgba(6, 14, 24, 0) 72%
      ),
      linear-gradient(180deg, rgba(6, 14, 24, 0.2) 0%, rgba(6, 14, 24, 0) 24%);
  }

  .mt-country-desktop__hero .mt-home-hero__content {
    padding-bottom: max(92px, 10svh);
  }

  .mt-country-desktop__hero-copy {
    --mt-country-desktop-hero-title-gap: 52px;
    max-width: min(720px, calc(100% - 420px));
  }

  .mt-country-desktop__hero-copy h1 {
    font-size: clamp(52px, 4.35vw, 62px);
    line-height: 1.03;
    max-width: 720px;
    text-shadow: 0 3px 34px rgba(0, 0, 0, 0.54), 0 1px 3px rgba(0, 0, 0, 0.44);
    text-wrap: balance;
  }

  .mt-country-desktop__hero-subheadline {
    color: #fff;
    font-family: var(--mt-sans);
    font-size: clamp(24px, 2vw, 28px);
    font-weight: 400;
    line-height: 1.4;
    margin: var(--mt-country-desktop-hero-title-gap, 52px) 0 0;
    /* Zeile 1 läuft bewusst nach rechts weiter statt umzubrechen; der
       einzige Umbruch ist das explizite <br> vor "Mit Mister Trip …". */
    max-width: none;
    text-shadow: 0 2px 22px rgba(0, 0, 0, 0.52);
    white-space: nowrap;
  }

  .mt-country-desktop__hero-subheadline,
  .mt-country-desktop__hero-explainer,
  .mt-country-desktop__hero .mt-country-desktop__hero-resolution,
  .mt-country-desktop__hero-secondary {
    color: #fff;
    opacity: 1;
  }

  .mt-country-desktop__hero-nowrap {
    white-space: nowrap;
  }

  .mt-country-desktop__hero-explainer {
    align-items: center;
    color: #fff;
    display: flex;
    font-family: var(--mt-sans);
    font-size: 12px;
    font-weight: 800;
    gap: 12px;
    letter-spacing: 0.18em;
    line-height: 1;
    margin-top: 22px;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.42);
  }

  .mt-country-desktop__hero-eyebrow-line {
    background: var(--mt-tomato);
    border-radius: 999px;
    flex: 0 0 44px;
    height: 2px;
  }

  .mt-country-desktop__hero .mt-country-desktop__hero-resolution {
    color: #fff;
    font-size: clamp(17px, 1.25vw, 19px);
    line-height: 1.48;
    margin-top: 24px;
    max-width: 660px;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.56);
  }

  .mt-country-desktop__hero-actions {
    margin-top: 26px;
  }
}

@media (min-width: 981px) and (max-width: 1180px) {
  .mt-country-desktop__hero-copy {
    max-width: 620px;
  }

  .mt-country-desktop__hero-copy h1 {
    font-size: clamp(46px, 4.9vw, 56px);
  }
}

@media (min-width: 981px) and (max-height: 820px) {
  .mt-country-desktop__hero .mt-home-hero__content {
    padding-bottom: max(66px, 8svh);
  }

  .mt-country-desktop__hero-copy h1 {
    font-size: clamp(42px, 4.2vw, 54px);
  }

  .mt-country-desktop__hero-subheadline {
    font-size: clamp(21px, 1.9vw, 25px);
    margin-top: var(--mt-country-desktop-hero-title-gap, 52px);
  }

  .mt-country-desktop__hero-explainer {
    margin-top: 17px;
  }

  .mt-country-desktop__hero .mt-country-desktop__hero-resolution {
    font-size: clamp(16px, 1.25vw, 18px);
    line-height: 1.44;
    margin-top: 24px;
    max-width: 610px;
  }

  .mt-country-desktop__hero-actions {
    margin-top: 20px;
  }
}

.mt-country-mobile__hero-shade {
  background:
    linear-gradient(
      to top,
      rgba(6, 14, 24, 0.36) 0%,
      rgba(6, 14, 24, 0.2) 34%,
      rgba(6, 14, 24, 0.05) 58%,
      rgba(6, 14, 24, 0) 76%
    ),
    linear-gradient(
      90deg,
      rgba(6, 14, 24, 0.2) 0%,
      rgba(6, 14, 24, 0.03) 62%,
      rgba(6, 14, 24, 0.06) 100%
    );
}

.mt-country-mobile__hero-copy {
  bottom: max(22px, calc(env(safe-area-inset-bottom, 0px) + 18px));
  gap: 10px;
}

.mt-country-mobile__hero-copy h1 {
  font-size: clamp(32px, 8.7vw, 40px);
  line-height: 1.06;
  max-width: min(440px, 100%);
  text-shadow: 0 3px 24px rgba(0, 0, 0, 0.56), 0 1px 3px rgba(0, 0, 0, 0.48);
  text-wrap: balance;
}

.mt-country-mobile__hero-copy .mt-country-mobile__hero-subheadline {
  color: #fff;
  font-family: var(--mt-sans);
  font-size: var(--mt-country-mobile-hero-subheadline-size, 17px);
  font-weight: 400;
  line-height: 1.22;
  margin: 10px 0 0;
  max-width: min(440px, 100%);
  min-width: 0;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.54);
  width: 100%;
}

.mt-country-mobile__hero-subheadline-line {
  display: inline;
  max-width: 100%;
  white-space: normal;
}

.mt-country-mobile__hero-nowrap {
  white-space: nowrap;
}

.mt-country-mobile__hero-explainer {
  align-items: center;
  color: rgba(255, 255, 255, 0.82);
  display: flex;
  font-family: var(--mt-sans);
  font-size: 10px;
  font-weight: 800;
  gap: 9px;
  letter-spacing: 0.18em;
  line-height: 1;
  margin-top: 8px;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.42);
}

.mt-country-mobile__hero-eyebrow-line {
  background: var(--mt-orange, var(--mt-tomato));
  border-radius: 999px;
  flex: 0 0 30px;
  height: 2px;
}

.mt-country-mobile__hero-copy .mt-country-mobile__hero-resolution {
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(15px, 4.1vw, 17px);
  line-height: 1.4;
  max-width: 410px;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.58);
}

@media (max-width: 374px) {
  .mt-country-mobile__hero-copy h1 {
    font-size: clamp(29px, 8.4vw, 33px);
  }

  .mt-country-mobile__hero-subheadline {
    --mt-country-mobile-hero-subheadline-size: 17px;
    margin-top: 8px;
  }

  .mt-country-mobile__hero-copy .mt-country-mobile__hero-resolution {
    font-size: 14.5px;
    line-height: 1.36;
  }
}

@media (max-height: 740px) {
  .mt-country-mobile__hero-image,
  .mt-country-mobile:not(.mt-country-mobile--preview) .mt-country-mobile__hero-image {
    height: 100svh;
    max-height: 640px;
    min-height: 560px;
  }

  .mt-country-mobile__hero-copy {
    bottom: max(16px, calc(env(safe-area-inset-bottom, 0px) + 14px));
    gap: 7px;
  }

  .mt-country-mobile__hero-copy h1 {
    font-size: clamp(29px, 7.6vw, 32px);
    line-height: 1.03;
  }

  .mt-country-mobile__hero-subheadline {
    --mt-country-mobile-hero-subheadline-size: 17px;
    margin-top: 7px;
  }

  .mt-country-mobile__hero-explainer {
    font-size: 9px;
    margin-top: 7px;
  }

  .mt-country-mobile__hero-copy .mt-country-mobile__hero-resolution {
    font-size: 14px;
    line-height: 1.34;
  }

  .mt-country-mobile__hero-cta-pair button {
    min-height: 48px;
  }
}

@media (max-width: 340px) and (max-height: 600px) {
  .mt-country-mobile__hero-image,
  .mt-country-mobile:not(.mt-country-mobile--preview) .mt-country-mobile__hero-image {
    height: 100svh;
    min-height: 568px;
  }

  .mt-country-mobile__hero-copy {
    bottom: 14px;
    gap: 6px;
  }

  .mt-country-mobile__hero-copy h1 {
    font-size: 28px;
  }

  .mt-country-mobile__hero-subheadline {
    --mt-country-mobile-hero-subheadline-size: 16px;
    margin-top: 7px;
  }

  .mt-country-mobile__hero-eyebrow-line {
    flex-basis: 28px;
  }
}

/* Immersive mobile example-trip cards (mirrors the desktop journey cards) */
.mt-country-mobile__journey-card {
  position: relative;
  flex: 0 0 min(82vw, 320px);
  min-height: 360px;
  border: 0;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  scroll-snap-align: center;
  scroll-snap-stop: always;
  box-shadow: 0 16px 34px -22px rgba(18, 44, 82, 0.55);
  -webkit-tap-highlight-color: transparent;
}

.mt-country-mobile__journey-card:focus-visible {
  outline: 3px solid var(--mt-orange, #ec5e48);
  outline-offset: 3px;
}

.mt-country-mobile__journey-media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.mt-country-mobile__journey-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
  background: linear-gradient(180deg, rgba(8, 20, 40, 0.04), rgba(8, 20, 40, 0.12) 46%, rgba(8, 20, 40, 0.92));
}

.mt-country-mobile__journey-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.mt-country-mobile__journey-duration {
  background: #fff;
  color: var(--mt-blue, #193c6e);
  font-size: 12px;
  font-weight: 800;
  padding: 5px 11px;
  border-radius: 999px;
}

.mt-country-mobile__journey-badge {
  background: rgba(8, 20, 40, 0.28);
  color: #fff;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding: 5px 11px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 999px;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  text-transform: uppercase;
}

.mt-country-mobile__journey-bottom {
  color: #fff;
}

.mt-country-mobile__journey-title {
  display: block;
  color: #fff;
  font-family: "PS Fournier", Georgia, serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.08;
  margin: 0 0 6px;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.45);
}

.mt-country-mobile__journey-route {
  color: rgba(255, 255, 255, 0.85);
  font-size: 12px;
  line-height: 1.3;
  margin: 0 0 11px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mt-country-mobile__journey-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 11px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.mt-country-mobile__journey-price small {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 10.5px;
}

.mt-country-mobile__journey-price strong {
  color: #fff;
  font-family: "PS Fournier", Georgia, serif;
  font-size: 18px;
  font-weight: 700;
}

.mt-country-mobile__journey-plan {
  background: #fff;
  color: var(--mt-blue, #193c6e);
  font-size: 13px;
  font-weight: 800;
  padding: 9px 15px;
  border-radius: 999px;
  white-space: nowrap;
}

/* ============================================================================
   Reise-Kompass (Hook + Reward-Kachel) – src/compass/ReiseKompass.tsx
   Ersetzt Hero-Frage + Intent-Card auf Ländern mit Compass-Config (Vietnam).
   Tokens: --mt-orange (Akzent), --mt-ink (Text), --mt-cream (Fläche),
   --mt-line. Schriften wie im restlichen Mobile-CSS: "PS Fournier"/"New Hero".
   Abstände über Wrapper/gap – nie über <p>-margin (globaler margin:0-Reset).
   ========================================================================== */

.mt-country-mobile__hero--compass {
  padding-bottom: 0;
}

/* Fold: genau ein Viewport. Der Hero ist Füllmasse (flex-1) und die Kachel hat
   konstante Höhe am unteren Rand – so sitzen dritter Button + Beispielreisen-
   Link auf jedem Gerät knapp über dem Fold, ohne pro Auflösung zu rechnen.
   Der Hero behält Slides (Crossfade), Ortslabel, H1 und Subline; nur seine
   Höhe passt sich an. */
.mt-compass__fold {
  /* Blau hinter der Kachel, sodass es direkt am Hero-Bild anschließt (das Blau
     "unter der weißen Kachel" reicht bis ans Foto). Der Hero füllt oben, unten
     bleibt Blau um die Kachel – die Trust-Section darunter setzt es fort. */
  background: #193c6e;
  display: flex;
  flex-direction: column;
  /* Bewusst > 1 Viewport: der Hero ist deutlich größer (immersiver), die
     Kachel reicht in den Hero und läuft mit ihrer Unterkante unter den Fold –
     so gewollt: Frage + erste Option bleiben sichtbar, die zweite ist am Fold
     angeschnitten (genug Scroll-Cue, ohne dass die Kachel den Hero verdrängt). */
  min-height: 128vh;
  min-height: 128svh;
  min-height: 128dvh;
}

/* Höher spezifiziert als die immersiven Legacy-Hero-Höhen
   (.mt-country-mobile:not(--preview) .hero-image, 0,3,0): im Fold ist der Hero
   Füllmasse, kein fixer Vollhero. */
.mt-country-mobile .mt-country-mobile__hero--compass .mt-compass__fold .mt-country-mobile__hero-image {
  flex: 1 1 auto;
  height: auto;
  max-height: none;
  min-height: 180px;
}

/* Mehr Luft zwischen Subline und der (tiefer überlappenden) Kachel. */
.mt-country-mobile__hero--compass .mt-country-mobile__hero-copy {
  bottom: 44px;
}

/* Orange Hero-CTA unter der Subline: führt direkt in die Planer-Strecke
   (Präferenzen). Sitzt über der überlappenden Kachel. */
.mt-compass__hero-cta {
  background: var(--cta-grad);
  border-radius: 13px;
  box-shadow: 0 16px 32px -16px rgba(240, 86, 42, 0.95);
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-weight: 700;
  margin-top: 14px;
  min-height: 50px;
  padding: 14px 18px;
  text-align: center;
  transition: transform 0.14s ease;
  width: 100%;
}

.mt-compass__hero-cta:hover {
  transform: translateY(-1px);
}

@media (max-width: 340px) {
  .mt-compass__hero-cta,
  .mt-country-mobile__final-cta button {
    font-size: 13.5px;
    line-height: 1.15;
    padding-inline: 12px;
    white-space: nowrap;
  }
}

/* ---- KACHEL: ersetzt die Intent-Card. Überlappt den Hero oben; die blaue
   Trust-Section ("So funktioniert es") schiebt sich unter ihre Unterkante,
   sodass Blau links/rechts und unter dem Radius sichtbar ist – die Kachel
   schwebt darüber. ---------------------------------------------------------- */
.mt-compass__card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 18px 40px -22px rgba(15, 43, 70, 0.5);
  flex: 0 0 auto;
  margin: -28px 16px 0;
  padding: 14px 16px 16px;
  position: relative;
  z-index: 3;
}

/* Der Fold ist bereits blau hinter der Kachel; die Trust-Section schließt
   direkt darunter an (kein negativer Versatz, kein weißer Streifen). Gleiche
   Blau-Fläche wie der Fold – ohne den leichten Weiß-Verlauf des Basis-Stils –,
   damit der Übergang unter der Kachel exakt identisch aussieht. */
.mt-country-mobile__hero--compass .mt-country-mobile__hero-trust-block {
  background: #193c6e;
  margin-top: 0;
  position: relative;
  z-index: 1;
}

/* Etwas mehr Luft über "Bewährte Routen" als Abgrenzung zum blauen Kasten. */
.mt-country-mobile__hero--compass + .mt-country-mobile__trips-section {
  padding-top: 32px;
}

.mt-compass__question {
  color: var(--mt-ink);
  font-family: "PS Fournier", Georgia, serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.16;
  outline: none;
}

.mt-compass__options {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 12px;
}

.mt-compass__option {
  align-items: center;
  background: var(--mt-cream);
  border: 1px solid var(--mt-line);
  border-radius: 13px;
  cursor: pointer;
  display: flex;
  gap: 9px;
  min-height: 66px;
  padding: 8px 11px;
  text-align: left;
  transition: background 0.14s ease, border-color 0.14s ease, transform 0.14s ease;
  width: 100%;
}

.mt-compass__option-icon {
  flex: none;
  height: 30px;
  width: 30px;
}

.mt-compass__option-text {
  display: grid;
  flex: 1 1 auto;
  gap: 2px;
  min-width: 0;
}

.mt-compass__option-arrow {
  color: var(--mt-orange-3);
  flex: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  transition: transform 0.14s ease;
}

.mt-compass__option:hover .mt-compass__option-arrow,
.mt-compass__option:active .mt-compass__option-arrow {
  transform: translateX(2px);
}

.mt-compass__option:hover {
  background: var(--mt-cream-2);
  border-color: rgba(240, 86, 42, 0.45);
}

.mt-compass__option--selected {
  background: #fff7f1;
  border-color: rgba(240, 86, 42, 0.5);
  box-shadow: inset 0 0 0 1px rgba(240, 86, 42, 0.16);
}

.mt-compass__option:active {
  transform: translateY(-1px);
}

.mt-compass__option:focus-visible {
  border-color: var(--mt-orange);
  box-shadow: 0 0 0 2px rgba(240, 86, 42, 0.4);
  outline: none;
}

.mt-compass__option-label {
  color: var(--mt-ink);
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.mt-compass__option-desc {
  color: var(--mt-copy);
  display: block;
  font-size: 11.5px;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 1px;
  overflow-wrap: anywhere;
}

.mt-compass__examples-link {
  color: var(--mt-orange-3);
  cursor: pointer;
  display: block;
  font-size: 13px;
  font-weight: 700;
  padding: 14px 0 2px;
  text-align: center;
  width: 100%;
}

.mt-compass__examples-link:hover {
  color: var(--mt-orange);
}

/* Compact-Viewport (z. B. iPhone SE): Frage minimal kleiner. Optionen NIE. */
@media (max-height: 740px) {
  .mt-compass__question {
    font-size: 20px;
  }
}

/* ---- REWARD: Vollflächige Zwischenkarte, kein Auto-Advance --------------- */
.mt-compass__reward {
  animation: mtCompassRewardIn 0.26s ease both;
  background: #fff;
  bottom: 0;
  display: flex;
  flex-direction: column;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

@keyframes mtCompassRewardIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mt-compass__reward-hero {
  flex: 0 1 auto;
  height: 32vh;
  max-height: 300px;
  min-height: 120px;
  overflow: hidden;
  position: relative;
}

.mt-compass__reward-img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.mt-compass__reward-hero picture {
  display: block;
  height: 100%;
  width: 100%;
}

.mt-compass__reward-hero-shade {
  background: linear-gradient(to bottom, rgba(9, 20, 30, 0.5), transparent 40%);
  inset: 0;
  position: absolute;
}

.mt-compass__reward-back {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 20px;
  color: var(--mt-ink);
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  gap: 5px;
  left: 14px;
  padding: 7px 13px;
  position: absolute;
  top: calc(12px + min(var(--mt-safe-top), 20px));
}

.mt-compass__reward-caption {
  background: var(--mt-cream);
  border-bottom: 1px solid var(--mt-line);
  color: var(--mt-muted);
  font-family: "PS Fournier", Georgia, serif;
  font-size: 11.5px;
  font-style: italic;
  line-height: 1.4;
  padding: 10px 18px;
}

.mt-compass__reward-scroll {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  overflow-y: auto;
  /* Sicherheitsabstand, damit der letzte Modell-Punkt ("... nach EU-Pauschal-
     reiserecht") beim Ausscrollen sauber ÜBER dem CTA-Balken endet und nie
     angeschnitten wirkt. */
  padding-bottom: 20px;
}

.mt-compass__reward-body {
  padding: 16px 18px 14px;
}

/* CTA immer unten sichtbar (eine Seite): der Mittelteil scrollt zur Not, der
   Footer mit dem Weiter-Button bleibt fixiert. */
.mt-compass__reward-footer {
  background: #fff;
  border-top: 1px solid var(--mt-line);
  flex: 0 0 auto;
  padding: 12px 18px calc(14px + min(var(--mt-safe-bottom), 16px));
}

.mt-compass__reward-headline {
  color: var(--mt-ink);
  font-family: "PS Fournier", Georgia, serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  outline: none;
}

.mt-compass__proof {
  border-left: 3px solid var(--mt-orange);
  margin-top: 14px;
  padding-left: 13px;
}

.mt-compass__proof-label {
  color: var(--mt-orange-3);
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.mt-compass__proof-text {
  color: var(--mt-ink);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.mt-compass__model {
  background: var(--mt-cream);
  border-radius: 14px;
  margin-top: 14px;
  padding: 12px 14px;
}

.mt-compass__model-title {
  color: var(--mt-orange-3);
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.mt-compass__model-list {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mt-compass__model-item {
  align-items: flex-start;
  display: flex;
  gap: 10px;
  padding: 9px 0;
}

.mt-compass__model-item + .mt-compass__model-item {
  border-top: 1px solid var(--mt-line);
}

.mt-compass__model-item:first-child {
  padding-top: 0;
}

.mt-compass__model-item:last-child {
  padding-bottom: 0;
}

.mt-compass__model-dot {
  background: var(--mt-orange);
  border-radius: 2px;
  flex: none;
  height: 7px;
  margin-top: 6px;
  width: 7px;
}

.mt-compass__model-text {
  color: var(--mt-copy);
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.35;
}

.mt-compass__model-item-title {
  color: var(--mt-ink);
  font-weight: 700;
}

.mt-compass__cta {
  background: var(--cta-grad);
  border-radius: 14px;
  box-shadow: 0 14px 28px -14px rgba(240, 86, 42, 0.9);
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  min-height: 52px;
  padding: 15px;
  text-align: center;
  transition: transform 0.14s ease;
  width: 100%;
}

.mt-compass__cta:hover {
  transform: translateY(-1px);
}

/* Flache Viewports (z. B. iPhone SE 667): Foto + Headline schrumpfen, damit
   die Kachel möglichst ganz ohne Scroll auf eine Seite passt (Weiter-Button
   sitzt ohnehin fix unten). "Zur Not an den Fotos wegnehmen." */
@media (max-height: 740px) {
  .mt-compass__reward-hero {
    height: 26vh;
    min-height: 104px;
  }

  .mt-compass__reward-caption {
    font-size: 11px;
    padding: 8px 18px;
  }

  .mt-compass__reward-body {
    padding: 12px 18px 10px;
  }

  .mt-compass__reward-headline {
    font-size: 21px;
  }

  .mt-compass__proof-text {
    font-size: 13px;
    line-height: 1.45;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mt-compass__reward {
    animation-duration: 0.001ms;
  }

  .mt-compass__option,
  .mt-compass__cta {
    transition-duration: 0.001ms;
  }
}

/* ============================================================================
   iPad / iOS-Safari-Fix: Desktop-Hero-Höhe
   Auf iPad-Safari zählt 100vh die Tab-/Toolbar-Leiste NICHT mit -> der Hero
   wird zu hoch und sein unterer Rand (Suchfeld/CTA) verschwindet hinter der
   Leiste (PC/Edge rechnen korrekt). svh nutzt die tatsächlich sichtbare Höhe.
   Die älteren Regeln nutzen svh erst ab 1181px; dieser Block deckt auch die
   mittleren iPad-Breiten (981-1180px) ab. Analog zur Homepage-Lösung.
   ========================================================================== */
@supports (height: 100svh) {
  @media (min-width: 981px) {
    .mt-country-desktop__hero {
      height: 100svh;
      min-height: 100svh;
    }
  }
}

@media (min-width: 992px) {
  .mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero {
    overflow: visible;
  }

  .mt-country-desktop[data-country-design="landing"] .mt-country-desktop__sticky-header {
    left: max(32px, calc((100vw - 1180px) / 2));
    top: 28px;
  }

  .mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero-slides {
    overflow: hidden;
  }

  /* Abdunkelung gezielt hinter dem Copy-Block (links oben); unten keine
     Abdunkelung mehr, dort steht kein Text — die Kompass-Karte traegt sich selbst. */
  .mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero-scrim {
    background:
      radial-gradient(120% 80% at 80% 12%, rgba(245, 150, 90, 0.14) 0%, rgba(245, 150, 90, 0) 48%),
      radial-gradient(54% 58% at 29% 42%, rgba(6, 18, 38, 0.52) 0%, rgba(6, 18, 38, 0.30) 52%, rgba(6, 18, 38, 0) 76%),
      linear-gradient(94deg, rgba(6, 18, 38, 0.36) 0%, rgba(6, 18, 38, 0.14) 42%, rgba(6, 18, 38, 0) 68%),
      linear-gradient(180deg, rgba(6, 16, 32, 0.24) 0%, rgba(6, 16, 32, 0) 40%);
  }

  .mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero-frame {
    bottom: 0;
    max-width: none;
    top: 0;
  }

  .mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero.hero--copy-top .mt-home-hero__content,
  .mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero.hero--copy-bottom .mt-home-hero__content {
    margin: 0;
    max-width: 600px;
    padding: 0;
    right: auto;
  }

  .mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero.hero--copy-top .mt-home-hero__content {
    bottom: auto;
    left: max(32px, calc((100vw - 1180px) / 2));
    top: clamp(158px, 19svh, 176px);
  }

  .mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero.hero--copy-bottom .mt-home-hero__content {
    bottom: calc(118px + 40px);
    left: max(32px, calc((100vw - 1180px) / 2));
    top: auto;
  }

  .mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero-copy h1 {
    font-size: clamp(46px, 4.15vw, 60px);
    line-height: 1.08;
    max-width: 600px;
  }

  .mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero-subheadline {
    /* Gleiche Größe wie die Homepage-Subheadline (.mt-home-hero__subheadline). */
    font-size: clamp(24px, 2vw, 28px);
    line-height: 1.4;
    margin-top: clamp(18px, 2.4svh, 24px);
  }

  .mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero-explainer {
    margin-top: clamp(14px, 2.2svh, 18px);
  }

  .mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero .mt-country-desktop__hero-resolution {
    font-size: clamp(14.5px, 1vw, 16px);
    line-height: 1.55;
    margin-top: clamp(14px, 2.2svh, 18px);
    max-width: 450px;
  }

  .mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero-actions {
    flex-wrap: nowrap;
    margin-top: clamp(22px, 3svh, 28px);
  }
}

@media (min-width: 992px) and (max-height: 820px) {
  .mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero.hero--copy-top .mt-home-hero__content {
    top: clamp(138px, 18svh, 152px);
  }

  .mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero-copy h1 {
    font-size: clamp(42px, 4vw, 54px);
  }

  .mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero-subheadline {
    /* Analog zur Homepage bei niedrigen Viewports. */
    font-size: clamp(21px, 1.9vw, 25px);
    margin-top: 16px;
  }

  .mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero.hero--copy-top .mt-country-desktop__hero-explainer,
  .mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero.hero--copy-top .mt-country-desktop__hero-resolution {
    display: none;
  }
}

/* ============================================================================
   Desktop Reise-Kompass
   Breakpoint-Regel: Desktop/iPad-Landscape ab 900px UND landscape; hohe
   Desktopfenster zusaetzlich ab 1200px Breite. Dadurch bleiben iPad-
   Hochformate mit 768/820/1024px CSS-Breite in der mobilen Darstellung,
   waehrend 1024x768 und breitere Querformate die Desktop-Karte bekommen.
   ========================================================================== */
.mt-desktop-compass {
  display: none;
}

@media (min-width: 900px) and (orientation: landscape), (min-width: 1200px) {
  .mt-desktop-compass {
    --mt-desktop-compass-peek: 118px;
    background:
      linear-gradient(
        to bottom,
        transparent 0 var(--mt-desktop-compass-peek),
        var(--mt-blue) var(--mt-desktop-compass-peek) 100%
      );
    display: block;
    margin-top: calc(-1 * var(--mt-desktop-compass-peek));
    overflow: visible;
    padding: 0 48px clamp(8px, 1vh, 14px);
    position: relative;
    z-index: 5;
  }

  .mt-desktop-compass__inner {
    margin: 0 auto;
    max-width: 1180px;
    overflow: visible;
    width: 100%;
  }

  .mt-desktop-compass__card {
    align-items: stretch;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 34px 80px rgba(9, 22, 40, 0.42);
    display: flex;
    margin: 0 auto;
    max-width: 1180px;
    min-height: 136px;
    overflow: visible;
    width: 100%;
  }

  .mt-desktop-compass__question-cell {
    display: flex;
    flex: 0 0 262px;
    flex-direction: column;
    min-width: 0;
    padding: 24px 26px;
  }

  .mt-desktop-compass__question {
    color: var(--mt-blue);
    font-family: var(--mt-serif);
    font-size: 21px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    text-align: left;
  }

  .mt-country-desktop .mt-desktop-compass__question {
    font-size: 21px;
    line-height: 1.3;
  }

  .mt-desktop-compass__options {
    align-items: stretch;
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
  }

  .mt-desktop-compass__option {
    background: none;
    border: 0;
    border-left: 1px solid #f1eadf;
    border-radius: 0;
    color: var(--mt-blue);
    cursor: pointer;
    /* Flex statt block: Buttons zentrieren ihren Inhalt sonst vertikal –
       bei einzeiliger Subline säße der Titel tiefer als in den Nachbar-
       Kacheln. So starten alle drei Titel oben bündig. */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 1 1 0;
    font-family: var(--mt-sans);
    min-height: 136px;
    min-width: 0;
    padding: 40px 24px 22px;
    position: relative;
    text-align: left;
    transition:
      background 0.15s ease,
      box-shadow 0.15s ease;
    width: auto;
  }

  .mt-desktop-compass__option:hover {
    background: #fbf5ea;
  }

  .mt-desktop-compass__option:focus-visible {
    box-shadow: inset 0 0 0 3px rgba(240, 86, 42, 0.32);
    outline: none;
  }

  .mt-desktop-compass__option--selected,
  .mt-desktop-compass__option[aria-pressed="true"] {
    background: #fff7ef;
    box-shadow: inset 0 0 0 1px rgba(240, 86, 42, 0.18);
  }

  .mt-desktop-compass__option-icon {
    align-items: center;
    background: #fff;
    border: 1px solid #f0e6d8;
    border-radius: 50%;
    box-shadow: 0 12px 28px rgba(9, 22, 40, 0.28);
    color: var(--mt-tomato);
    display: inline-flex;
    height: 54px;
    justify-content: center;
    left: 24px;
    position: absolute;
    top: -27px;
    transition: transform 0.15s ease;
    width: 54px;
  }

  .mt-desktop-compass__option:hover .mt-desktop-compass__option-icon {
    transform: translateY(-2px);
  }

  .mt-desktop-compass__option-icon .mt-country-mobile__icon-asset,
  .mt-desktop-compass__option-icon .mt-country-mobile__icon-asset svg {
    display: block;
    height: 32px;
    width: 32px;
  }

  .mt-desktop-compass__option-copy {
    display: block;
    min-width: 0;
  }

  .mt-desktop-compass__option-title {
    color: var(--mt-blue);
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.22;
    overflow-wrap: anywhere;
  }

  .mt-desktop-compass__option-subtitle {
    color: #657180;
    display: block;
    font-size: 12.5px;
    font-weight: 500;
    line-height: 1.45;
    margin-top: 4px;
    overflow-wrap: anywhere;
  }

  .mt-desktop-compass__option-arrow {
    align-items: center;
    color: var(--mt-tomato);
    display: inline-flex;
    font-size: 17px;
    font-weight: 800;
    justify-content: flex-end;
    line-height: 1;
    position: absolute;
    right: 16px;
    top: 40px;
    transition: transform 0.15s ease;
  }

  .mt-desktop-compass__option:hover .mt-desktop-compass__option-arrow {
    transform: translateX(3px);
  }

  .mt-desktop-compass__examples-link {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: 0;
    color: var(--mt-tomato);
    cursor: pointer;
    display: block;
    font-family: var(--mt-sans);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
    margin: auto 0 0;
    padding: 12px 0 0;
    text-align: left;
  }

  .mt-country-desktop .mt-desktop-compass__examples-link {
    font-size: 13px;
    line-height: 1.25;
  }

  .mt-desktop-compass__examples-link:hover,
  .mt-desktop-compass__examples-link:focus-visible {
    color: #b94a26;
    outline: none;
    text-decoration: underline;
    text-underline-offset: 4px;
  }
}

@media (min-width: 900px) and (orientation: landscape) and (max-width: 1199px) {
  .mt-desktop-compass {
    --mt-desktop-compass-peek: 140px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .mt-desktop-compass__card {
    flex-direction: column;
    min-height: 0;
  }

  .mt-desktop-compass__question-cell {
    align-items: flex-start;
    border-bottom: 1px solid #f1eadf;
    flex: 0 0 auto;
    flex-direction: row;
    gap: 24px;
    justify-content: space-between;
    padding: 20px 24px 18px;
  }

  .mt-desktop-compass__examples-link {
    margin-top: 0;
    padding-top: 4px;
    white-space: nowrap;
  }

  .mt-desktop-compass__options {
    width: 100%;
  }

  .mt-desktop-compass__option {
    min-height: 126px;
    padding: 40px 38px 20px 22px;
  }

  .mt-desktop-compass__option:first-child {
    border-left: 0;
  }

  .mt-desktop-compass__option-icon {
    left: 22px;
  }

  .mt-desktop-compass__question {
    font-size: 21px;
  }

  .mt-country-desktop .mt-desktop-compass__question {
    font-size: 21px;
  }

  .mt-desktop-compass__option-title {
    font-size: 14.5px;
  }

  .mt-desktop-compass__option-subtitle {
    font-size: 12px;
  }
}

.mt-desktop-compass__modal-overlay {
  align-items: center;
  background: rgba(8, 18, 35, 0.66);
  bottom: 0;
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  padding:
    calc(env(safe-area-inset-top, 0px) + 20px)
    28px
    calc(env(safe-area-inset-bottom, 0px) + 20px);
  position: fixed;
  right: 0;
  top: 0;
  /* Wie Planner-Overlay: ueber Sticky-Header (120) und Stats-Leiste (40).
     Wird per Portal in document.body gerendert, damit der Stacking-Context
     der Kompass-Sektion (z-index 5) den Wert nicht deckelt. */
  z-index: 1000;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

@supports (height: 100dvh) {
  .mt-desktop-compass__modal-overlay {
    height: 100dvh;
  }
}

.mt-desktop-compass__modal {
  --mt-desktop-compass-modal-space: calc(env(safe-area-inset-top, 0px) + env(safe-area-inset-bottom, 0px) + 40px);
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 30px 90px -34px rgba(0, 0, 0, 0.62);
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - var(--mt-desktop-compass-modal-space));
  max-width: 860px;
  min-height: 0;
  overflow: hidden;
  width: min(860px, calc(100vw - 56px));
}

@supports (height: 100dvh) {
  .mt-desktop-compass__modal {
    max-height: calc(100dvh - var(--mt-desktop-compass-modal-space));
  }
}

.mt-desktop-compass__modal-hero {
  flex: 0 0 auto;
  height: clamp(176px, 28vh, 260px);
  overflow: hidden;
  position: relative;
}

@supports (height: 100dvh) {
  .mt-desktop-compass__modal-hero {
    height: clamp(176px, 28dvh, 260px);
  }
}

.mt-desktop-compass__modal-img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.mt-desktop-compass__modal-hero picture {
  display: block;
  height: 100%;
  width: 100%;
}

.mt-desktop-compass__modal-shade {
  background: linear-gradient(180deg, rgba(5, 15, 30, 0.58) 0%, rgba(5, 15, 30, 0.16) 44%, rgba(5, 15, 30, 0) 100%);
  inset: 0;
  position: absolute;
}

.mt-desktop-compass__modal-back {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 999px;
  box-shadow: 0 10px 24px -18px rgba(5, 15, 30, 0.9);
  color: var(--mt-blue);
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  gap: 8px;
  left: 18px;
  min-height: 40px;
  padding: 9px 16px;
  position: absolute;
  top: calc(env(safe-area-inset-top, 0px) + 16px);
  z-index: 2;
}

.mt-desktop-compass__modal-back:hover,
.mt-desktop-compass__modal-back:focus-visible {
  background: #fff;
  outline: 3px solid rgba(240, 86, 42, 0.34);
  outline-offset: 2px;
}

.mt-desktop-compass__modal-scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
}

.mt-desktop-compass__modal-caption {
  background: #fbf7f0;
  border-bottom: 1px solid #ece5da;
  color: #667085;
  font-family: var(--mt-serif);
  font-size: 13px;
  font-style: italic;
  line-height: 1.42;
  margin: 0;
  padding: 11px 34px;
}

.mt-desktop-compass__modal-body {
  padding: 24px 34px 24px;
}

.mt-desktop-compass__modal-headline {
  color: var(--mt-blue);
  font-family: var(--mt-serif);
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 700;
  line-height: 1.08;
  margin: 0;
  outline: none;
}

.mt-desktop-compass__proof {
  border-left: 4px solid var(--mt-tomato);
  margin-top: 18px;
  padding-left: 16px;
}

.mt-desktop-compass__proof-label {
  color: var(--mt-tomato);
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.mt-desktop-compass__proof-text {
  color: #22324c;
  font-size: 16px;
  font-weight: 550;
  line-height: 1.52;
  margin: 0;
}

.mt-desktop-compass__model {
  background: #fbf7f0;
  border: 1px solid #eee5d7;
  border-radius: 18px;
  margin-top: 20px;
  padding: 18px 20px;
}

.mt-desktop-compass__model-title {
  color: var(--mt-tomato);
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.mt-desktop-compass__model-list {
  display: grid;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mt-desktop-compass__model-item {
  align-items: flex-start;
  display: grid;
  gap: 12px;
  grid-template-columns: 8px minmax(0, 1fr);
  padding: 12px 0;
}

.mt-desktop-compass__model-item + .mt-desktop-compass__model-item {
  border-top: 1px solid #e9dfd0;
}

.mt-desktop-compass__model-item:first-child {
  padding-top: 0;
}

.mt-desktop-compass__model-item:last-child {
  padding-bottom: 0;
}

.mt-desktop-compass__model-dot {
  background: var(--mt-tomato);
  border-radius: 2px;
  height: 8px;
  margin-top: 7px;
  width: 8px;
}

.mt-desktop-compass__model-text {
  color: #4b5668;
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.42;
}

.mt-desktop-compass__model-text b {
  color: var(--mt-blue);
  font-weight: 800;
}

.mt-desktop-compass__modal-footer {
  background: #fff;
  border-top: 1px solid #ece5da;
  flex: 0 0 auto;
  padding: 16px 34px calc(18px + env(safe-area-inset-bottom, 0px));
}

.mt-desktop-compass__modal-cta {
  align-items: center;
  background: var(--cta-grad);
  border-radius: 999px;
  box-shadow: 0 16px 36px -18px rgba(240, 86, 42, 0.9);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  font-weight: 800;
  justify-content: center;
  min-height: 52px;
  padding: 16px 28px;
  text-align: center;
  transition: transform 0.16s ease, box-shadow 0.16s ease;
  width: 100%;
}

.mt-desktop-compass__modal-cta:hover,
.mt-desktop-compass__modal-cta:focus-visible {
  box-shadow: 0 18px 40px -18px rgba(240, 86, 42, 0.95);
  outline: none;
  transform: translateY(-1px);
}

@media (max-height: 780px) and (min-width: 981px) and (orientation: landscape) {
  .mt-desktop-compass__modal-overlay {
    padding-top: calc(env(safe-area-inset-top, 0px) + 14px);
    padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 14px);
  }

  .mt-desktop-compass__modal {
    --mt-desktop-compass-modal-space: calc(env(safe-area-inset-top, 0px) + env(safe-area-inset-bottom, 0px) + 28px);
  }

  .mt-desktop-compass__modal-hero {
    height: clamp(142px, 23vh, 190px);
  }

  @supports (height: 100dvh) {
    .mt-desktop-compass__modal-hero {
      height: clamp(142px, 23dvh, 190px);
    }
  }

  .mt-desktop-compass__modal-body {
    padding: 18px 30px 18px;
  }

  .mt-desktop-compass__modal-caption {
    padding-left: 30px;
    padding-right: 30px;
  }

  .mt-desktop-compass__modal-headline {
    font-size: clamp(26px, 2.7vw, 34px);
  }

  .mt-desktop-compass__proof {
    margin-top: 14px;
  }

  .mt-desktop-compass__proof-text {
    font-size: 15px;
    line-height: 1.46;
  }

  .mt-desktop-compass__model {
    margin-top: 16px;
    padding: 15px 18px;
  }

  .mt-desktop-compass__model-item {
    padding: 9px 0;
  }

  .mt-desktop-compass__model-text {
    font-size: 13.8px;
    line-height: 1.36;
  }

  .mt-desktop-compass__modal-footer {
    padding: 12px 30px calc(14px + env(safe-area-inset-bottom, 0px));
  }
}

@media (prefers-reduced-motion: reduce) {
  .mt-desktop-compass__option,
  .mt-desktop-compass__option-arrow,
  .mt-desktop-compass__modal-cta {
    transition-duration: 0.001ms;
  }
}

/* Destination Experience: Country local-human hero and travel-intent compass. */
.mt-hero-benefit-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  list-style: none;
  margin: 0;
  max-width: min(560px, 100%);
  padding: 0;
}

.mt-hero-benefit-chips li {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.15;
  padding: 7px 9px;
  text-shadow: 0 1px 9px rgba(0, 0, 0, 0.42);
  white-space: nowrap;
}

.mt-country-mobile__hero-eyebrow,
.mt-country-desktop__hero-kicker {
  color: rgba(255, 255, 255, 0.86);
  font-size: 10.5px;
  font-weight: 850;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.mt-country-mobile__hero-experience-actions {
  display: grid;
  gap: 6px;
  margin-top: 3px;
  max-width: min(360px, 100%);
}

.mt-country-mobile__hero-experience-actions .mt-compass__hero-cta {
  margin-top: 0;
  min-height: 48px;
}

.mt-country-mobile__hero-cta-hint,
.mt-country-desktop__hero-cta-hint {
  color: rgba(255, 255, 255, 0.86);
  display: block;
  font-size: 11.5px;
  font-weight: 650;
  line-height: 1.28;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.42);
}

.mt-country-mobile__hero-secondary-intro {
  color: rgba(255, 255, 255, 0.78);
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 2px;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.42);
}

.mt-country-mobile__hero-cta-secondary--experience {
  min-height: 42px;
  padding: 10px 12px;
}

.mt-country-mobile__hero--compass .mt-country-mobile__hero-copy {
  bottom: max(22px, calc(env(safe-area-inset-bottom, 0px) + 18px));
  gap: 7px;
  min-height: 292px;
}

.mt-country-mobile__hero--compass .mt-country-mobile__hero-copy h1 {
  font-size: clamp(26px, 7vw, 34px);
  line-height: 1.04;
  max-width: 390px;
}

.mt-country-mobile__hero--compass .mt-country-mobile__hero-copy .mt-country-mobile__hero-subheadline {
  font-size: clamp(13px, 3.55vw, 14.6px);
  line-height: 1.3;
  margin-top: 0;
  max-width: 390px;
}

.mt-country-mobile__hero--compass .mt-hero-benefit-chips {
  max-width: 390px;
}

.mt-country-mobile__hero--compass .mt-hero-benefit-chips li {
  font-size: 10px;
  padding: 6px 8px;
}

.mt-compass__option-icon--image {
  border-radius: 11px;
  box-shadow: 0 7px 14px rgba(18, 37, 54, 0.12);
  height: 42px;
  overflow: hidden;
  width: 46px;
}

.mt-compass__option-icon--image img,
.mt-desktop-compass__option-icon--image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.mt-compass__option-icon--image picture,
.mt-desktop-compass__option-icon--image picture {
  display: block;
  height: 100%;
  width: 100%;
}

.mt-compass__reward-hero--empty,
.mt-desktop-compass__modal-hero--empty {
  background:
    radial-gradient(circle at 20% 18%, rgba(240, 86, 42, 0.22), transparent 34%),
    linear-gradient(135deg, #1d4d75 0%, #14335f 100%);
}

.mt-compass__reward-footer {
  display: grid;
  gap: 8px;
}

.mt-compass__reward-examples-link,
.mt-desktop-compass__modal-examples-link {
  color: var(--mt-orange-3, var(--mt-tomato));
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  min-height: 34px;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.mt-country-mobile__planner-trust-line,
.mt-country-desktop__planner-trust-line {
  color: var(--mt-orange-3, var(--mt-tomato)) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em;
  margin-top: -7px !important;
}

.mt-country-mobile__detail-footer {
  flex-wrap: wrap;
}

.mt-country-mobile__detail-footer-note {
  color: var(--mt-muted);
  flex: 1 0 100%;
  font-size: 11.5px;
  font-weight: 650;
  line-height: 1.3;
  margin: -3px 0 0;
  text-align: center;
}

.mt-country-mobile__adjust-note p {
  display: block;
}

.mt-country-desktop__journey-modal-personal-note {
  background: #fff7ef;
  border: 1px solid #f0dcc9;
  border-radius: 16px;
  display: grid;
  gap: 6px;
  padding: 15px 16px;
}

.mt-country-desktop__journey-modal-personal-note strong {
  color: var(--mt-blue);
  font-size: 15px;
  font-weight: 850;
}

.mt-country-desktop__journey-modal-personal-note p,
.mt-country-desktop__journey-modal-cta-copy {
  color: #5d6572;
  font-size: 13px;
  line-height: 1.45;
}

.mt-country-desktop__journey-modal-cta-copy {
  margin-top: -2px;
  text-align: center;
}

@media (min-width: 900px) and (orientation: landscape), (min-width: 1200px) {
  .mt-desktop-compass__option-icon--image {
    border-radius: 16px;
    height: 58px;
    left: 22px;
    overflow: hidden;
    padding: 0;
    top: -29px;
    width: 72px;
  }

  .mt-desktop-compass__option-icon--image .mt-country-mobile__icon-asset {
    display: none;
  }

  .mt-desktop-compass__option-title {
    font-size: 15.5px;
  }

  .mt-desktop-compass__modal-footer {
    display: grid;
    gap: 9px;
  }

  .mt-desktop-compass__modal-examples-link {
    color: var(--mt-tomato);
  }
}

@media (min-width: 981px) {
  .mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero.hero--copy-top .mt-home-hero__content {
    top: clamp(132px, 16svh, 162px);
  }

  .mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero-copy {
    max-width: min(700px, calc(100% - 420px));
  }

  .mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero-copy h1 {
    font-size: clamp(42px, 3.85vw, 54px);
    line-height: 1.05;
    max-width: 680px;
  }

  .mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero-subheadline {
    font-size: clamp(17px, 1.25vw, 20px);
    line-height: 1.45;
    margin-top: 16px;
    max-width: 650px;
    white-space: normal;
  }

  .mt-country-desktop__hero-kicker {
    display: block;
    margin-bottom: 13px;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.42);
  }

  .mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero-actions {
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 14px;
    margin-top: 18px;
    max-width: 660px;
  }

  .mt-country-desktop__hero-cta-hint {
    flex: 1 1 260px;
    max-width: 310px;
  }
}

@media (min-width: 981px) and (max-height: 820px) {
  .mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero.hero--copy-top .mt-home-hero__content {
    top: clamp(96px, 13svh, 116px);
  }

  .mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero-copy h1 {
    font-size: clamp(37px, 3.45vw, 46px);
    max-width: 620px;
  }

  .mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero-subheadline {
    font-size: clamp(15.5px, 1.2vw, 17px);
    line-height: 1.38;
    margin-top: 10px;
    max-width: 600px;
  }

  .mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero-kicker {
    margin-bottom: 8px;
  }

  .mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero-actions {
    margin-top: 10px;
  }

  .mt-country-desktop[data-country-design="landing"] .mt-hero-benefit-chips {
    gap: 5px;
  }

  .mt-country-desktop[data-country-design="landing"] .mt-hero-benefit-chips li {
    font-size: 9.6px;
    padding: 5px 7px;
  }

  .mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero-cta-hint {
    font-size: 11px;
    max-width: 260px;
  }
}

@media (max-width: 390px) {
  .mt-country-mobile__hero--compass .mt-country-mobile__hero-copy h1 {
    font-size: clamp(24px, 6.55vw, 29px);
  }

  .mt-country-mobile__hero--compass .mt-country-mobile__hero-copy .mt-country-mobile__hero-subheadline {
    font-size: 12.4px;
  }

  .mt-country-mobile__hero-experience-actions .mt-compass__hero-cta {
    font-size: 13.5px;
    min-height: 44px;
    padding: 11px 12px;
  }

  .mt-country-mobile__hero-cta-hint,
  .mt-country-mobile__hero-secondary-intro {
    font-size: 10.8px;
  }

  .mt-country-mobile__hero--compass .mt-hero-benefit-chips {
    gap: 5px;
  }

  .mt-country-mobile__hero--compass .mt-hero-benefit-chips li {
    font-size: 9.2px;
    padding: 5px 7px;
  }
}

/* Mister Trip personal explainer video */
.mt-explainer-video {
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.98) 0%, rgba(247, 241, 232, 0.96) 100%);
  color: var(--mt-text);
  font-family: var(--mt-sans);
  padding: 64px 18px;
}

.mt-explainer-video__inner {
  align-items: center;
  display: grid;
  gap: 32px;
  margin: 0 auto;
  max-width: 1180px;
}

.mt-explainer-video__copy {
  min-width: 0;
}

.mt-explainer-video__eyebrow {
  color: var(--mt-tomato);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.2;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.mt-explainer-video h2 {
  color: var(--mt-blue);
  font-family: var(--mt-serif);
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0;
}

.mt-explainer-video__copy > p:not(.mt-explainer-video__eyebrow) {
  color: #5f6874;
  font-size: 17px;
  line-height: 1.62;
  margin: 16px 0 0;
  max-width: 650px;
}

.mt-explainer-video__preview {
  aspect-ratio: 4 / 5;
  background: #061020;
  border: 0;
  border-radius: 16px;
  box-shadow: 0 24px 58px rgba(15, 32, 60, 0.22);
  color: #fff;
  cursor: pointer;
  display: block;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: left;
  width: min(100%, 390px);
}

.mt-explainer-video__preview:hover .mt-explainer-video__poster,
.mt-explainer-video__preview:focus-visible .mt-explainer-video__poster {
  transform: scale(1.018);
}

.mt-explainer-video__preview:focus-visible {
  outline: 3px solid rgba(240, 86, 42, 0.5);
  outline-offset: 4px;
}

.mt-explainer-video__poster {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 0.28s ease;
  width: 100%;
}

.mt-explainer-video__shade {
  background:
    linear-gradient(180deg, rgba(5, 14, 27, 0.34) 0%, rgba(5, 14, 27, 0.06) 42%, rgba(5, 14, 27, 0.78) 100%);
  inset: 0;
  position: absolute;
}

.mt-explainer-video__preview-brand {
  display: inline-flex;
  filter: drop-shadow(0 8px 18px rgba(5, 14, 27, 0.34));
  left: 16px;
  position: absolute;
  top: 16px;
}

.mt-explainer-video__preview-brand img {
  display: block;
  height: 45px;
  object-fit: contain;
  width: 45px;
}

.mt-explainer-video__label {
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 999px;
  bottom: 16px;
  color: var(--mt-blue);
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  left: 16px;
  line-height: 1.2;
  min-height: 42px;
  padding: 11px 16px;
  position: absolute;
}

.mt-explainer-video--mobile {
  padding-bottom: 38px;
  padding-top: 34px;
}

.mt-explainer-video--mobile .mt-explainer-video__inner {
  gap: 20px;
  justify-items: stretch;
}

.mt-explainer-video--mobile .mt-explainer-video__preview {
  border-radius: 14px;
  justify-self: center;
  width: min(100%, 332px);
}

.mt-explainer-video--mobile h2 {
  font-size: clamp(29px, 9vw, 38px);
}

.mt-explainer-video--mobile .mt-explainer-video__copy > p:not(.mt-explainer-video__eyebrow) {
  font-size: 15.5px;
  line-height: 1.55;
}

.mt-explainer-video--desktop {
  border-bottom: 1px solid var(--mt-warm-border);
  border-top: 1px solid var(--mt-warm-border);
  padding: 78px 48px;
}

.mt-explainer-video--desktop .mt-explainer-video__inner {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 410px);
}

.mt-explainer-video--desktop .mt-explainer-video__preview {
  justify-self: end;
}

.mt-explainer-video__overlay {
  align-items: center;
  background: rgba(5, 14, 27, 0.76);
  display: flex;
  inset: 0;
  justify-content: center;
  padding:
    calc(env(safe-area-inset-top, 0px) + 22px)
    18px
    calc(env(safe-area-inset-bottom, 0px) + 22px);
  position: fixed;
  z-index: 2000;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.mt-explainer-video__dialog {
  display: grid;
  justify-items: center;
  max-height: calc(100vh - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px) - 44px);
  max-width: calc(100vw - 36px);
  min-height: 0;
  outline: none;
  position: relative;
  width: min(420px, calc((100vh - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px) - 188px) * 4 / 5), calc(100vw - 36px));
}

@supports (height: 100dvh) {
  .mt-explainer-video__dialog {
    max-height: calc(100dvh - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px) - 44px);
    width: min(420px, calc((100dvh - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px) - 188px) * 4 / 5), calc(100vw - 36px));
  }
}

.mt-explainer-video__close {
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(5, 14, 27, 0.26);
  color: var(--mt-blue);
  cursor: pointer;
  display: inline-flex;
  font-size: 30px;
  font-weight: 400;
  height: 44px;
  justify-content: center;
  line-height: 1;
  padding: 0 0 3px;
  position: absolute;
  right: -14px;
  top: -14px;
  width: 44px;
  z-index: 3;
}

.mt-explainer-video__close:focus-visible {
  outline: 3px solid rgba(240, 86, 42, 0.52);
  outline-offset: 3px;
}

.mt-explainer-video__frame {
  background: #fff;
  border-radius: 26px;
  box-sizing: border-box;
  display: grid;
  overflow: hidden;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.46);
  width: 100%;
}

.mt-explainer-video__player-shell {
  aspect-ratio: 4 / 5;
  background: #061020;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.mt-explainer-video__player {
  background: #061020;
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.mt-explainer-video__brand-chip {
  display: inline-flex;
  filter: drop-shadow(0 8px 18px rgba(5, 14, 27, 0.36));
  left: 16px;
  pointer-events: none;
  position: absolute;
  top: 16px;
  z-index: 2;
}

.mt-explainer-video__brand-chip img {
  display: block;
  height: 40px;
  object-fit: contain;
  width: 40px;
}

.mt-explainer-video__contact {
  background: #fff;
  box-sizing: border-box;
  color: #1a3a6b;
  font-family: var(--mt-sans, "Nunito", system-ui, sans-serif);
  padding: 20px 24px 8px;
  width: 100%;
}

.mt-explainer-video__contact-overline {
  color: #ec5e48;
  display: block;
  font-size: 10.5px;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.mt-explainer-video__contact-title {
  color: #1a3a6b;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.28;
  margin: 4px 0 10px;
}

.mt-explainer-video__contact-links {
  display: grid;
}

.mt-explainer-video__contact a {
  align-items: center;
  border-top: 1px solid #ede9e1;
  color: #1a3a6b;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  min-height: 44px;
  padding: 13px 0;
  text-decoration: none;
  transition: background 0.15s ease;
}

.mt-explainer-video__contact a:last-child {
  padding-bottom: 15px;
}

.mt-explainer-video__contact-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.mt-explainer-video__contact-text span {
  color: #98a0b3;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.mt-explainer-video__contact-text strong {
  color: #1a3a6b;
  display: block;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.22;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.15s ease;
  white-space: nowrap;
}

.mt-explainer-video__contact-arrow {
  align-items: center;
  background: #f4eee5;
  border-radius: 50%;
  color: #1a3a6b;
  display: inline-flex;
  flex: none;
  font-size: 15px;
  font-weight: 800;
  height: 32px;
  justify-content: center;
  line-height: 1;
  transition: background 0.15s ease;
  width: 32px;
}

.mt-explainer-video__contact a:hover,
.mt-explainer-video__contact a:focus-visible {
  background: #faf7f1;
  outline: 3px solid rgba(240, 86, 42, 0.28);
  outline-offset: 2px;
}

.mt-explainer-video__contact a:hover .mt-explainer-video__contact-arrow,
.mt-explainer-video__contact a:focus-visible .mt-explainer-video__contact-arrow {
  background: #ede5d6;
}

.mt-explainer-video__sr-title {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

body.mt-video-modal-open .mt-country-mobile__sticky-cta,
body.mt-video-modal-open #CookiebotWidget,
body.mt-video-modal-open #CookiebotWidgetUnderlay,
body.mt-video-modal-open .CookiebotWidget,
body.mt-video-modal-open [class*="CookiebotWidget"] {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

@media (max-width: 767px) {
  .mt-explainer-video__overlay {
    align-items: center;
    padding:
      calc(env(safe-area-inset-top, 0px) + 18px)
      14px
      calc(env(safe-area-inset-bottom, 0px) + 18px);
  }

  .mt-explainer-video__dialog {
    max-width: calc(100vw - 28px);
    width: min(calc(100vw - 28px), calc((100vh - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px) - 176px) * 4 / 5));
  }

  @supports (height: 100dvh) {
    .mt-explainer-video__dialog {
      width: min(calc(100vw - 28px), calc((100dvh - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px) - 176px) * 4 / 5));
    }
  }

  .mt-explainer-video__frame {
    border-radius: 22px;
  }

  .mt-explainer-video__contact {
    padding: 18px 18px 6px;
  }

  .mt-explainer-video__contact-title {
    font-size: 18px;
  }

  .mt-explainer-video__contact-text strong {
    font-size: 14px;
  }

  .mt-explainer-video__close {
    right: 8px;
    top: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mt-explainer-video__poster {
    transition-duration: 0.001ms;
  }
}

.mt-planner-phone-alternative {
  align-items: center;
  color: rgba(255, 255, 255, 0.82);
  display: flex;
  flex-wrap: wrap;
  font-family: var(--mt-sans);
  font-size: 11px;
  font-weight: 650;
  gap: 5px 8px;
  line-height: 1.35;
  margin: 0;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.38);
}

.mt-planner-phone-alternative__label {
  flex: none;
}

.mt-planner-phone-alternative__links {
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 5px 7px;
  min-width: 0;
}

.mt-planner-phone-alternative a {
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-family: inherit;
  font-size: inherit;
  font-weight: 800;
  gap: 4px;
  min-height: 28px;
  padding: 4px 8px;
  text-decoration: none;
}

.mt-planner-phone-alternative a strong {
  font: inherit;
}

.mt-planner-phone-alternative__icon {
  flex: none;
  height: 13px;
  width: 13px;
}

.mt-planner-phone-alternative--compact {
  color: #fff;
  gap: 0;
}

.mt-planner-phone-alternative--compact .mt-planner-phone-alternative__label {
  color: #fff;
  margin-right: 5px;
}

.mt-country-mobile__hero-phone.mt-planner-phone-alternative--compact,
.mt-country-mobile__hero-phone.mt-planner-phone-alternative--compact a {
  color: #fff;
}

.mt-planner-phone-alternative--compact a {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-weight: 800;
  min-height: 32px;
  padding: 6px 0;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.mt-planner-phone-alternative__separator {
  color: rgba(255, 255, 255, 0.74);
  margin: 0 5px;
}

.mt-country-mobile__hero-phone {
  max-width: min(340px, 100%);
}

.mt-country-desktop__hero-phone {
  color: rgba(255, 255, 255, 0.82);
  flex: 1 0 100%;
  font-size: 13px;
  grid-column: 1 / -1;
  line-height: 1.4;
  margin-top: 0;
  max-width: 640px;
  text-shadow: 0 1px 16px rgba(0, 0, 0, 0.4);
}

.mt-country-desktop__hero-phone a {
  min-height: 28px;
}

.mt-personal-contact {
  color: var(--mt-copy);
}

.mt-personal-contact--mobile {
  background: #fff;
  padding: 2px 18px 24px;
}

.mt-personal-contact--desktop {
  background: #fff;
  margin: 0 auto;
  max-width: 1180px;
  padding: 0 56px 70px;
}

.mt-personal-contact__inner {
  background: var(--mt-cream);
  border: 1px solid var(--mt-line);
  border-radius: 16px;
  box-shadow: 0 18px 38px -32px rgba(15, 43, 70, 0.58);
  display: grid;
  gap: 14px;
  padding: 18px;
}

.mt-personal-contact--desktop .mt-personal-contact__inner {
  align-items: center;
  background: linear-gradient(180deg, #fffdf8 0%, #f6f1ea 100%);
  border-color: var(--mt-warm-border, var(--mt-line));
  border-radius: 18px;
  box-shadow: 0 24px 54px -44px rgba(18, 44, 82, 0.52);
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 26px 30px;
}

.mt-personal-contact__copy h2 {
  color: var(--mt-blue);
  font-family: var(--mt-serif);
  font-size: 21px;
  font-weight: 600;
  line-height: 1.16;
  margin: 0;
}

.mt-personal-contact--desktop .mt-personal-contact__copy h2 {
  font-size: clamp(24px, 2.1vw, 32px);
}

.mt-personal-contact__copy p {
  color: var(--mt-copy);
  font-size: 13px;
  line-height: 1.5;
  margin: 8px 0 0;
}

.mt-personal-contact--desktop .mt-personal-contact__copy p {
  color: #5f6874;
  font-size: 15px;
  line-height: 1.58;
  max-width: 690px;
}

.mt-personal-contact__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mt-personal-contact--desktop .mt-personal-contact__links {
  justify-content: flex-end;
  min-width: 320px;
}

.mt-personal-contact__links a {
  align-items: center;
  background: #fff;
  border: 1px solid var(--mt-line-2);
  border-radius: 999px;
  color: var(--mt-blue);
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  min-height: 38px;
  padding: 8px 13px;
  text-decoration: none;
}

.mt-personal-contact__links a:hover,
.mt-personal-contact__links a:focus-visible {
  background: #fffaf3;
  border-color: rgba(240, 86, 42, 0.34);
}

.mt-personal-contact--desktop .mt-personal-contact__links a {
  font-size: 13px;
  min-height: 42px;
  padding: 9px 16px;
}

@media (max-width: 767px) {
  .mt-personal-contact--desktop {
    padding: 0 18px 30px;
  }

  .mt-personal-contact--desktop .mt-personal-contact__inner {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .mt-personal-contact--desktop .mt-personal-contact__links {
    justify-content: flex-start;
    min-width: 0;
  }
}

@media (max-width: 420px) {
  .mt-personal-contact__links {
    align-items: stretch;
    flex-direction: column;
  }

  .mt-personal-contact__links a {
    justify-content: center;
    width: 100%;
  }
}

/* Country Experience correction: calmer hero hierarchy and modal compass rewards. */
@media (min-width: 900px) and (orientation: landscape), (min-width: 1200px) {
  .mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero {
    height: 100svh;
    min-height: 100svh;
    overflow: visible;
  }

  .mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero.hero--copy-top .mt-home-hero__content,
  .mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero.hero--copy-bottom .mt-home-hero__content {
    display: flex;
    flex-direction: column;
    max-width: min(1080px, calc(100vw - 360px));
  }

  .mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero.hero--copy-top .mt-home-hero__content {
    left: max(32px, calc((100vw - 1180px) / 2));
    top: clamp(196px, 23svh, 230px);
  }

  .mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero-scrim {
    background:
      radial-gradient(74% 74% at 28% 34%, rgba(6, 18, 38, 0.36) 0%, rgba(6, 18, 38, 0.18) 48%, rgba(6, 18, 38, 0) 76%),
      linear-gradient(92deg, rgba(6, 18, 38, 0.26) 0%, rgba(6, 18, 38, 0.10) 48%, rgba(6, 18, 38, 0) 74%),
      linear-gradient(180deg, rgba(6, 16, 32, 0.12) 0%, rgba(6, 16, 32, 0) 42%);
  }

  .mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero-copy h1 {
    font-size: clamp(46px, 3.85vw, 58px);
    letter-spacing: 0;
    line-height: 1.04;
    max-width: min(1080px, calc(100vw - 360px));
    text-wrap: balance;
  }

  .mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero-subheadline {
    font-size: clamp(17px, 1.25vw, 20px);
    line-height: 1.48;
    margin-top: clamp(22px, 2.6svh, 30px);
    max-width: 650px;
  }

  .mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero-kicker {
    margin-bottom: clamp(18px, 2svh, 24px);
  }

  .mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero-actions {
    align-items: center;
    display: grid;
    gap: 14px 16px;
    grid-template-columns: auto auto;
    margin-top: clamp(26px, 3svh, 36px);
    max-width: 760px;
  }

  .mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero-primary {
    display: inline-flex;
    flex-direction: column;
    gap: 2px;
    justify-content: center;
    line-height: 1.08;
    min-height: 54px;
    min-width: 330px;
    padding: 10px 28px;
    text-align: center;
  }

  .mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero-primary-label {
    display: block;
    font-size: 16px;
    font-weight: 850;
  }

  .mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero-primary-subline {
    display: block;
    font-size: 12px;
    font-weight: 700;
    opacity: 0.94;
  }

  .mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero-cta-hint {
    grid-column: 1 / -1;
    font-size: 12.5px;
    line-height: 1.35;
    max-width: 520px;
  }

  .mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero-secondary {
    -webkit-appearance: none;
    appearance: none;
    -webkit-backdrop-filter: blur(14px);
    align-items: center;
    backdrop-filter: blur(14px);
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 999px;
    box-shadow: 0 12px 26px -22px rgba(0, 0, 0, 0.7);
    color: #fff;
    display: inline-flex;
    font-size: 15px;
    font-weight: 650;
    gap: 7px;
    justify-content: center;
    min-height: 54px;
    padding: 12px 20px;
    text-decoration: none;
  }

  .mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero-secondary:hover,
  .mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero-secondary:focus-visible {
    background: rgba(255, 255, 255, 0.22);
    border-color: rgba(255, 255, 255, 0.48);
    box-shadow: 0 14px 30px -22px rgba(0, 0, 0, 0.72);
    color: #fff;
    outline: 3px solid rgba(255, 255, 255, 0.44);
    outline-offset: 3px;
    text-decoration: none;
    transform: none;
  }

  .mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero-secondary span {
    display: inline-block;
    transition: transform 0.16s ease;
  }

  .mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero-secondary:hover span {
    transform: translateX(3px);
  }

  .mt-country-desktop[data-country-design="landing"] .mt-hero-benefit-chips {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin-top: clamp(22px, 2.7svh, 32px);
    max-width: min(980px, 100%);
  }

  .mt-country-desktop[data-country-design="landing"] .mt-hero-benefit-chips li {
    -webkit-backdrop-filter: none;
    align-items: center;
    backdrop-filter: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: rgba(255, 255, 255, 0.92);
    display: inline-flex;
    font-size: 13px;
    font-weight: 760;
    gap: 7px;
    line-height: 1.25;
    padding: 0 18px;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.44);
    white-space: normal;
  }

  .mt-country-desktop[data-country-design="landing"] .mt-hero-benefit-chips li:first-child {
    padding-left: 0;
  }

  .mt-country-desktop[data-country-design="landing"] .mt-hero-benefit-chips li + li {
    border-left: 1px solid rgba(255, 255, 255, 0.28);
  }
}

.mt-country-desktop[data-country-design="landing"] .mt-hero-benefit-chips li::before,
.mt-country-mobile__hero--compass .mt-hero-benefit-chips li::before {
  color: currentColor;
  content: "✓";
  flex: none;
  font-size: 0.95em;
  font-weight: 900;
  line-height: 1;
}

.mt-country-mobile__hero-text-link {
  -webkit-appearance: none;
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  font-weight: 500;
  gap: 4px;
  justify-self: start;
  line-height: 1.2;
  min-height: 32px;
  padding: 6px 0;
  text-decoration: none;
  width: max-content;
}

.mt-country-mobile__hero-text-link:hover,
.mt-country-mobile__hero-text-link:focus-visible {
  color: #fff;
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: 4px;
  text-decoration: none;
}

.mt-country-mobile__hero-text-link span[aria-hidden="true"] {
  transition: transform 0.16s ease;
}

.mt-country-mobile__hero-text-link:hover span[aria-hidden="true"] {
  transform: translateX(2px);
}

.mt-country-mobile__hero--compass .mt-compass__fold {
  min-height: auto;
}

.mt-country-mobile .mt-country-mobile__hero--compass .mt-compass__fold .mt-country-mobile__hero-image {
  flex: 0 0 auto;
  height: clamp(565px, 72svh, 650px);
  min-height: clamp(565px, 72svh, 650px);
}

.mt-country-mobile__hero--compass .mt-country-mobile__hero-copy {
  bottom: max(22px, calc(env(safe-area-inset-bottom, 0px) + 18px));
  gap: 7px;
  min-height: 292px;
}

.mt-country-mobile__hero--compass .mt-country-mobile__hero-copy h1 {
  font-size: clamp(27px, 7vw, 34px);
  letter-spacing: 0;
  line-height: 1.05;
  max-width: min(350px, calc(100vw - 32px));
  text-wrap: balance;
}

.mt-country-mobile__hero--compass .mt-country-mobile__hero-copy .mt-country-mobile__hero-subheadline {
  font-size: clamp(13px, 3.55vw, 14.6px);
  line-height: 1.3;
  max-width: min(348px, calc(100vw - 32px));
}

.mt-country-mobile__hero-experience-actions {
  gap: 7px;
  margin-top: 2px;
  max-width: min(334px, calc(100vw - 32px));
}

.mt-country-mobile__hero--compass .mt-country-mobile__hero-cta-hint {
  font-size: 11px;
  line-height: 1.28;
  max-width: min(306px, 100%);
}

.mt-country-mobile__hero-experience-actions .mt-compass__hero-cta {
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  gap: 2px;
  justify-content: center;
  line-height: 1.08;
  min-height: 56px;
  padding: 10px 16px;
}

.mt-country-mobile__hero-experience-actions .mt-compass__hero-cta-label {
  display: block;
  font-weight: 800;
}

.mt-country-mobile__hero-experience-actions .mt-compass__hero-cta-subline {
  display: block;
  font-size: 11px;
  font-weight: 700;
  opacity: 0.94;
}

.mt-country-mobile__hero--compass .mt-hero-benefit-chips {
  display: grid;
  gap: 7px 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 4px;
  max-width: min(342px, calc(100vw - 32px));
}

.mt-country-mobile__hero--compass .mt-hero-benefit-chips li {
  -webkit-backdrop-filter: none;
  align-items: flex-start;
  backdrop-filter: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  font-size: 10.8px;
  font-weight: 760;
  gap: 5px;
  line-height: 1.22;
  padding: 0;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.42);
  white-space: normal;
}

.mt-compass__card {
  border-radius: 16px;
  box-shadow: 0 14px 30px -24px rgba(15, 43, 70, 0.42);
  margin: 10px 16px 0;
  padding: 14px 14px 14px;
}

.mt-compass__question {
  font-size: 22px;
  line-height: 1.16;
  text-wrap: balance;
}

.mt-compass__options {
  gap: 7px;
  padding-top: 10px;
}

.mt-compass__option {
  align-items: stretch;
  background: #fffaf3;
  border-color: #eadfce;
  border-radius: 11px;
  box-shadow: 0 12px 24px -20px rgba(30, 47, 70, 0.48);
  display: grid;
  gap: 10px;
  grid-template-columns: 74px minmax(0, 1fr) 16px;
  min-height: 78px;
  padding: 8px;
}

.mt-compass__option-icon--image {
  align-self: stretch;
  border-radius: 9px;
  box-shadow: none;
  height: auto;
  min-height: 62px;
  width: 100%;
}

.mt-compass__option-icon--image img {
  object-fit: cover;
}

.mt-compass__option-text {
  align-self: start;
  padding-top: 2px;
}

.mt-compass__option-label {
  font-size: 12.2px;
  hyphens: none;
  line-height: 1.22;
  overflow-wrap: normal;
  text-wrap: balance;
}

.mt-compass__option-desc {
  font-size: 10.8px;
  hyphens: none;
  line-height: 1.35;
  margin-top: 4px;
  overflow-wrap: normal;
}

.mt-compass__cta-support {
  color: #4f5c6d;
  font-size: 12.5px;
  font-weight: 650;
  line-height: 1.35;
  margin: 0;
  text-align: center;
}

@media (min-width: 900px) and (orientation: landscape), (min-width: 1200px) {
  .mt-desktop-compass {
    --mt-desktop-compass-peek: 104px;
    padding-bottom: clamp(34px, 5vh, 64px);
  }

  .mt-desktop-compass__inner {
    max-width: 1180px;
  }

  .mt-desktop-compass__card {
    background: #fff;
    border: 1px solid rgba(230, 220, 204, 0.9);
    border-radius: 18px;
    box-shadow: 0 22px 52px -38px rgba(9, 22, 40, 0.58);
    display: grid;
    gap: 18px;
    min-height: 0;
    padding: 24px 28px 28px;
  }

  .mt-desktop-compass__question-cell {
    border: 0;
    display: block;
    flex: none;
    padding: 0;
    text-align: center;
  }

  .mt-desktop-compass__question {
    font-size: clamp(28px, 2.35vw, 36px);
    line-height: 1.08;
    text-align: center;
    text-wrap: balance;
  }

  .mt-country-desktop .mt-desktop-compass__question {
    font-size: clamp(30px, 2.5vw, 38px);
    line-height: 1.08;
  }

  .mt-desktop-compass__question-subtitle {
    color: #6a7483;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    margin: 9px auto 0;
    max-width: 520px;
  }

  .mt-desktop-compass__options {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
  }

  .mt-desktop-compass__option {
    --mt-desktop-compass-option-image-height: 132px;
    background: #fffaf3;
    border: 1px solid #eadfce;
    border-radius: 13px;
    box-shadow: 0 18px 34px -28px rgba(30, 47, 70, 0.52);
    display: grid;
    grid-template-rows: var(--mt-desktop-compass-option-image-height) minmax(0, 1fr);
    min-height: 238px;
    overflow: hidden;
    padding: 0;
    transition:
      border-color 0.16s ease,
      box-shadow 0.16s ease,
      transform 0.16s ease;
  }

  .mt-desktop-compass__option:hover {
    background: #fffaf3;
    border-color: rgba(240, 86, 42, 0.45);
    box-shadow: 0 22px 42px -30px rgba(30, 47, 70, 0.62);
    transform: translateY(-1px);
  }

  .mt-desktop-compass__option:focus-visible {
    box-shadow: 0 0 0 3px rgba(240, 86, 42, 0.28);
    outline: none;
  }

  .mt-desktop-compass__option--selected,
  .mt-desktop-compass__option[aria-pressed="true"] {
    background: #fff7ef;
    border-color: var(--mt-tomato);
    box-shadow: inset 0 0 0 1px rgba(240, 86, 42, 0.24);
  }

  .mt-desktop-compass__option-icon,
  .mt-desktop-compass__option-icon--image {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    height: var(--mt-desktop-compass-option-image-height);
    left: auto;
    overflow: hidden;
    position: static;
    top: auto;
    width: 100%;
  }

  .mt-desktop-compass__option:hover .mt-desktop-compass__option-icon {
    transform: none;
  }

  .mt-desktop-compass__option-icon--image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

  .mt-desktop-compass__option-copy {
    display: block;
    padding: 16px 42px 18px 18px;
  }

  .mt-desktop-compass__option-title {
    color: var(--mt-blue);
    font-family: var(--mt-serif);
    font-size: clamp(17px, 1.25vw, 21px);
    font-weight: 700;
    hyphens: none;
    line-height: 1.1;
    overflow-wrap: normal;
    text-wrap: balance;
  }

  .mt-desktop-compass__option-subtitle {
    color: #5f6877;
    font-size: 13.2px;
    hyphens: none;
    line-height: 1.45;
    margin-top: 9px;
    overflow-wrap: normal;
  }

  .mt-desktop-compass__option-arrow {
    bottom: auto;
    right: 16px;
    top: calc(var(--mt-desktop-compass-option-image-height) + 40px);
  }

  .mt-desktop-compass__modal-footer .mt-desktop-compass__cta-support {
    color: #4f5c6d;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.45;
    margin: 0;
    text-align: center;
  }
}

@media (min-width: 900px) and (orientation: landscape) and (max-width: 1199px) {
  .mt-desktop-compass__card {
    padding: 24px;
  }

  .mt-desktop-compass__options {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mt-desktop-compass__option {
    --mt-desktop-compass-option-image-height: 116px;
    min-height: 218px;
  }

  .mt-desktop-compass__option-icon,
  .mt-desktop-compass__option-icon--image {
    height: var(--mt-desktop-compass-option-image-height);
  }

  .mt-desktop-compass__option-copy {
    padding: 14px 34px 18px 16px;
  }

  .mt-desktop-compass__option-title {
    font-size: clamp(14px, 1.35vw, 16px);
    white-space: nowrap;
  }

  .mt-desktop-compass__option-subtitle {
    font-size: 12.8px;
  }

}

@media (min-width: 900px) and (orientation: landscape) and (max-width: 1040px) {
  .mt-desktop-compass__card {
    gap: 16px;
    padding: 22px;
  }

  .mt-desktop-compass__options {
    gap: 10px;
    grid-template-columns: 1fr;
  }

  .mt-desktop-compass__option {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr) 24px;
    grid-template-rows: none;
    min-height: 92px;
  }

  .mt-desktop-compass__option-icon,
  .mt-desktop-compass__option-icon--image {
    border-radius: 10px;
    grid-column: 1;
    grid-row: 1;
    height: 100%;
    min-height: 92px;
  }

  .mt-desktop-compass__option-copy {
    align-self: center;
    grid-column: 2;
    grid-row: 1;
    padding: 12px 0;
  }

  .mt-desktop-compass__option-title {
    font-size: 16px;
    white-space: nowrap;
  }

  .mt-desktop-compass__option-subtitle {
    font-size: 12.8px;
    margin-top: 5px;
  }

  .mt-desktop-compass__option-arrow {
    align-self: center;
    bottom: auto;
    grid-column: 3;
    grid-row: 1;
    justify-self: center;
    position: static;
    right: auto;
    top: auto;
  }
}

@media (min-width: 900px) and (orientation: landscape) and (max-height: 820px), (min-width: 1200px) and (max-height: 820px) {
  .mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero.hero--copy-top .mt-home-hero__content {
    left: max(32px, calc((100vw - 1180px) / 2));
    top: clamp(136px, 17svh, 154px);
  }

  .mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero-copy h1 {
    font-size: clamp(39px, 3.35vw, 48px);
    max-width: min(940px, calc(100vw - 360px));
  }

  .mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero-subheadline {
    font-size: clamp(15px, 1.15vw, 17px);
    margin-top: 14px;
    max-width: 590px;
  }

  .mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero-actions {
    margin-top: 16px;
  }

  .mt-country-desktop[data-country-design="landing"] .mt-hero-benefit-chips {
    margin-top: 16px;
  }

  .mt-country-desktop[data-country-design="landing"] .mt-hero-benefit-chips li {
    font-size: 11.5px;
    padding-inline: 12px;
  }
}

@media (min-width: 900px) and (orientation: landscape) and (max-width: 1199px) {
  .mt-country-desktop[data-country-design="landing"] .mt-hero-benefit-chips {
    display: grid;
    gap: 8px 24px;
    grid-template-columns: repeat(2, max-content);
    max-width: min(560px, 100%);
  }

  .mt-country-desktop[data-country-design="landing"] .mt-hero-benefit-chips li,
  .mt-country-desktop[data-country-design="landing"] .mt-hero-benefit-chips li:first-child {
    border-left: 0;
    padding: 0;
    white-space: nowrap;
  }

  .mt-country-desktop[data-country-design="landing"] .mt-hero-benefit-chips li + li {
    border-left: 0;
  }
}

@media (max-width: 390px) {
  .mt-country-mobile .mt-country-mobile__hero--compass .mt-compass__fold .mt-country-mobile__hero-image {
    height: 565px;
    min-height: 565px;
  }

  .mt-country-mobile__hero--compass .mt-country-mobile__hero-copy h1 {
    font-size: clamp(25px, 6.65vw, 29px);
  }

  .mt-country-mobile__hero--compass .mt-country-mobile__hero-copy .mt-country-mobile__hero-subheadline {
    font-size: 12.8px;
  }

  .mt-country-mobile__hero-experience-actions .mt-compass__hero-cta {
    font-size: 13.5px;
    min-height: 54px;
    padding-block: 9px;
  }

  .mt-country-mobile__hero-experience-actions .mt-compass__hero-cta-subline {
    font-size: 10.4px;
  }

  .mt-country-mobile__hero-text-link {
    font-size: 12.5px;
  }

  .mt-country-mobile__hero--compass .mt-hero-benefit-chips {
    gap: 6px 8px;
  }

  .mt-country-mobile__hero--compass .mt-hero-benefit-chips li {
    font-size: 10.2px;
  }

  .mt-compass__card {
    margin-left: 14px;
    margin-right: 14px;
    padding: 13px;
  }

  .mt-compass__option {
    grid-template-columns: 72px minmax(0, 1fr) 14px;
  }

  .mt-compass__option-label {
    font-size: 11.8px;
  }

  .mt-compass__option-desc {
    font-size: 10.4px;
  }

}

@media (max-width: 390px) and (min-height: 800px) {
  .mt-country-mobile .mt-country-mobile__hero--compass .mt-compass__fold .mt-country-mobile__hero-image {
    height: 565px;
    min-height: 565px;
  }
}
.mt-country-mobile__journey-card,
.mt-country-desktop__journey-card {
  position: relative;
}

.mt-country-mobile__journey-card-link,
.mt-country-desktop__journey-card-link {
  border-radius: inherit;
  color: inherit;
  display: block;
  inset: 0;
  min-height: 0;
  position: absolute;
  text-decoration: none;
  z-index: 2;
}

.mt-country-mobile__journey-card-link:focus-visible,
.mt-country-desktop__journey-card-link:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.92);
  outline-offset: -5px;
}

@media (min-width: 981px) {
  .mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero--planner-v2 .mt-country-desktop__hero-frame {
    align-items: center;
    box-sizing: border-box;
    display: grid;
    gap: clamp(32px, 4vw, 60px);
    grid-auto-columns: auto;
    grid-template-areas: none !important;
    grid-template-columns: minmax(0, 1fr) minmax(360px, clamp(380px, 34vw, 440px));
    height: 100%;
    left: auto !important;
    margin: 0 auto;
    max-width: 1180px;
    padding: 84px 0 64px;
    position: relative;
    right: auto !important;
    top: 0;
    width: calc(100% - (clamp(32px, 5vw, 72px) * 2));
  }

  .mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero--planner-v2 .mt-country-desktop__hero-copy {
    display: flex;
    flex-direction: column;
    gap: 26px;
    grid-column: 1 / 2 !important;
    grid-row: 1 !important;
    justify-self: start;
    left: auto !important;
    margin: 0 !important;
    max-width: 570px;
    padding: 0 !important;
    position: static !important;
    right: auto !important;
    top: auto !important;
  }

  .mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero--planner-v2 .mt-country-desktop__hero-copy h1 {
    font-size: clamp(44px, 4vw, 54px);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.12;
    max-width: 570px;
  }

  .mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero--planner-v2 .mt-planner-v2-card--desktop {
    grid-column: 2 / 3 !important;
    grid-row: 1 !important;
    justify-self: end;
    width: min(100%, clamp(380px, 34vw, 440px));
  }
}

.mt-country-desktop__planner-question--v2-contact {
  gap: 14px;
}

.mt-country-desktop__planner-contact-composition {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 240px);
}

.mt-country-desktop__planner-question--v2-contact .mt-country-desktop__planner-contact-grid--name {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mt-country-desktop__planner-submit-note,
.mt-country-mobile__planner-submit-note {
  color: #193c6e;
  display: block;
  font-size: 12.5px;
  font-weight: 850;
  text-align: center;
}

.mt-country-desktop__planner-privacy-note,
.mt-country-mobile__planner-privacy-note {
  color: #687889;
  font-size: 11.5px;
  font-weight: 500;
  line-height: 1.45;
  margin: 0;
  max-width: 470px;
  text-align: left;
}

.mt-country-desktop__planner-privacy-note a,
.mt-country-mobile__planner-privacy-note a {
  color: #193c6e;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.mt-country-desktop__planner-guide-questions-pending button {
  background: var(--mt-desktop-coral);
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 850;
  margin-top: 10px;
  padding: 8px 16px;
}

.mt-country-desktop__planner-v2-guide-card,
.mt-country-mobile__planner-v2-guide-card {
  align-content: start;
  background: #0d2238;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(13, 34, 56, 0.24);
  color: #fff;
  display: grid;
  gap: 12px;
  overflow: hidden;
  padding: 14px;
}

.mt-country-desktop__planner-v2-guide-card img {
  aspect-ratio: 4 / 3;
  border-radius: 12px;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.mt-country-desktop__planner-v2-guide-card strong,
.mt-country-mobile__planner-v2-guide-card strong {
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 1.2;
}

.mt-country-desktop__planner-v2-guide-card small,
.mt-country-mobile__planner-v2-guide-card small {
  color: rgba(255, 255, 255, 0.68);
  display: block;
  font-size: 12px;
  line-height: 1.4;
  margin-top: 4px;
}

.mt-country-desktop__planner-v2-guide-card p,
.mt-country-mobile__planner-v2-guide-card p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  line-height: 1.55;
  margin: 12px 0 0;
}

.mt-country-desktop__planner-v2-guide-card span,
.mt-country-mobile__planner-v2-guide-card span {
  color: #f05c3f;
  display: block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.mt-country-desktop__planner-v2-guide-card .mt-country-desktop__planner-v2-guide-contact,
.mt-country-mobile__planner-v2-guide-card .mt-country-mobile__planner-v2-guide-contact {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  margin-top: 0;
  padding-top: 12px;
}

.mt-country-desktop__planner-v2-guide-trust,
.mt-country-mobile__planner-v2-guide-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.mt-country-desktop__planner-v2-guide-trust span,
.mt-country-mobile__planner-v2-guide-trust span {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0;
  padding: 6px 8px;
  text-transform: none;
}

.mt-country-mobile__planner-v2-guide-card {
  align-items: center;
  grid-template-columns: 72px minmax(0, 1fr);
}

.mt-country-mobile__planner-v2-guide-card img {
  aspect-ratio: 1;
  border-radius: 14px;
  object-fit: cover;
  width: 72px;
}

.mt-country-mobile__planner-v2-guide-avatar-fallback {
  align-items: center !important;
  aspect-ratio: 1 !important;
  background: #f35b2f !important;
  border-radius: 14px !important;
  color: #fff !important;
  display: flex !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  justify-content: center !important;
  line-height: 1 !important;
  width: 72px !important;
}

.mt-country-mobile__planner-v2-guide-card p,
.mt-country-mobile__planner-v2-guide-trust {
  grid-column: 1 / -1;
}

.mt-country-mobile__planner-step--v2-contact {
  gap: 14px;
}

.mt-country-mobile__planner-step--v2-contact .mt-country-mobile__contact-grid {
  grid-template-columns: 1fr;
}

@media (max-width: 1120px) {
  .mt-country-desktop__planner-contact-composition {
    grid-template-columns: minmax(0, 1fr);
  }

  .mt-country-desktop__planner-v2-guide-card {
    display: grid;
    gap: 14px;
    grid-template-columns: 120px minmax(0, 1fr);
  }

  .mt-country-desktop__planner-v2-guide-card img {
    grid-row: span 4;
  }
}

/* Reference parity: country press row is a static logo line, not the homepage marquee. */
.mt-country-desktop .mt-home-press__mask {
  -webkit-mask-image: none;
  mask-image: none;
}

.mt-country-desktop .mt-home-press__track {
  animation: none;
  gap: clamp(28px, 4vw, 58px);
  justify-content: center;
  margin: 0 auto;
  width: min(100%, 980px);
}

.mt-country-desktop .mt-home-press__track img {
  max-width: 150px;
}

.mt-country-desktop .mt-home-press__track img[alt="Handelsblatt"],
.mt-country-desktop .mt-home-press__track img[alt="Süddeutsche Zeitung"] {
  max-width: 178px;
}

.mt-country-desktop__journey-modal-close {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  padding: 0;
}

.mt-country-desktop__journey-modal-cta,
.mt-country-desktop__journey-modal-cta.mt-country-desktop__button--primary {
  background: linear-gradient(180deg, #f58150, #e15528);
  border-color: transparent;
  box-shadow: 0 16px 30px -12px rgba(240, 74, 40, 0.58);
  color: #fff;
}

.mt-country-desktop__journey-modal-cta:hover,
.mt-country-desktop__journey-modal-cta:focus-visible {
  background: linear-gradient(180deg, #ff8a5d, #e24d21);
  color: #fff;
}

/* Unified responsive country page tree */
.mt-country-mobile:not(.mt-country-mobile--preview) {
  margin: 0;
  max-width: none;
  width: 100%;
}

@media (min-width: 600px) {
  .mt-country-mobile__section {
    margin-left: auto;
    margin-right: auto;
    max-width: 760px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .mt-country-mobile__trips-section,
  .mt-country-mobile__places-section {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .mt-country-mobile__trips-section .mt-country-mobile__section-heading,
  .mt-country-mobile__places-section > h2,
  .mt-country-mobile__places-section > p {
    margin-left: auto;
    margin-right: auto;
    max-width: 760px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .mt-country-mobile__trip-carousel,
  .mt-country-mobile__place-carousel {
    padding-left: max(32px, calc((100vw - 760px) / 2 + 32px));
    padding-right: max(32px, calc((100vw - 760px) / 2 + 32px));
    scroll-padding-inline: max(32px, calc((100vw - 760px) / 2 + 32px));
  }

  .mt-country-mobile__trip-card,
  .mt-country-mobile__journey-card {
    flex-basis: min(48vw, 360px);
  }
}

@media (min-width: 768px) {
  .mt-country-mobile__sticky-header {
    left: 50%;
    max-width: 1180px;
    padding-left: clamp(28px, 4vw, 56px);
    padding-right: clamp(28px, 4vw, 56px);
    transform: translateX(-50%);
  }

  .mt-country-mobile__hero-image,
  .mt-country-mobile:not(.mt-country-mobile--preview) .mt-country-mobile__hero-image {
    height: clamp(540px, 76svh, 760px);
    max-height: none;
    min-height: 520px;
  }

  .mt-country-mobile__hero-copy {
    bottom: clamp(70px, 11vh, 128px);
    left: clamp(42px, 7vw, 132px);
    max-width: min(620px, 52vw);
    right: auto;
  }

  .mt-country-mobile__hero-copy h1 {
    font-size: clamp(44px, 5vw, 68px);
    line-height: 1.02;
  }

  .mt-country-mobile__hero-subheadline {
    --mt-country-mobile-hero-subheadline-size: clamp(18px, 1.55vw, 23px);
    max-width: 620px;
  }

  .mt-country-mobile__hero-trust-row {
    left: auto;
    right: clamp(34px, 5vw, 80px);
    top: calc(20px + var(--mt-safe-top));
  }

  .mt-country-mobile__hero--planner-v2 {
    background: #fdf8f0;
  }

  .mt-country-mobile__hero--planner-v2 .mt-country-mobile__hero-image,
  .mt-country-mobile:not(.mt-country-mobile--preview) .mt-country-mobile__hero--planner-v2 .mt-country-mobile__hero-image {
    height: clamp(520px, 70svh, 720px) !important;
    max-height: none !important;
    min-height: 500px !important;
  }

  .mt-country-mobile__hero--planner-v2 .mt-planner-v2-card--mobile {
    align-items: center;
    display: grid;
    gap: 18px 24px;
    grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.45fr);
    margin: -78px auto 34px;
    max-width: 1080px;
    padding: 24px;
    position: relative;
    width: calc(100% - 64px);
    z-index: 6;
  }

  .mt-country-mobile__hero--planner-v2 .mt-planner-v2-card--mobile .mt-planner-v2-card__head,
  .mt-country-mobile__hero--planner-v2 .mt-planner-v2-card--mobile > p {
    margin: 0;
  }

  .mt-country-mobile__hero--planner-v2 .mt-planner-v2-card--mobile .mt-planner-v2-card__grid {
    grid-column: 2;
    grid-row: 1 / span 2;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .mt-country-mobile__section {
    max-width: 1180px;
    padding: 58px clamp(36px, 5vw, 72px);
  }

  .mt-country-mobile__section-heading {
    margin-bottom: 24px;
    max-width: 760px;
  }

  .mt-country-mobile__section-heading h2 {
    font-size: clamp(32px, 3vw, 44px);
  }

  .mt-country-mobile__section-heading p {
    font-size: 15px;
    max-width: 680px;
  }

  .mt-country-mobile__trips-section,
  .mt-country-mobile__places-section {
    max-width: 1180px;
    padding-left: clamp(36px, 5vw, 72px);
    padding-right: clamp(36px, 5vw, 72px);
  }

  .mt-country-mobile__trips-section .mt-country-mobile__section-heading,
  .mt-country-mobile__places-section > h2,
  .mt-country-mobile__places-section > p {
    margin-left: 0;
    margin-right: 0;
    max-width: 760px;
    padding-left: 0;
    padding-right: 0;
  }

  .mt-country-mobile__trip-carousel,
  .mt-country-mobile__place-carousel,
  .mt-secret-tips__track,
  .mt-country-mobile__testimonial-list {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    overflow: visible;
    padding: 0;
    scroll-padding-inline: 0;
    scroll-snap-type: none;
  }

  .mt-country-mobile__trip-card,
  .mt-country-mobile__own-trip-card,
  .mt-country-mobile__journey-card,
  .mt-country-mobile__place-carousel article,
  .mt-secret-tips__card {
    flex: none;
    scroll-snap-align: none;
  }

  .mt-country-mobile__journey-card {
    min-height: 390px;
  }

  .mt-secret-tips__controls {
    display: none;
  }

  .mt-country-mobile__comparison-grid {
    overflow-x: visible;
  }
}

@media (min-width: 1100px) {
  .mt-country-mobile__hero--planner-v2 .mt-planner-v2-card--mobile {
    grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1.45fr);
    margin-top: -94px;
    padding: 28px 30px;
  }

  .mt-country-mobile__trip-carousel,
  .mt-country-mobile__place-carousel,
  .mt-secret-tips__track,
  .mt-country-mobile__testimonial-list {
    gap: 22px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }

  .mt-country-mobile__journey-card {
    min-height: 420px;
  }
}

@media (min-width: 768px) {
  .mt-secret-tips--mobile {
    padding: 58px 0;
  }

  .mt-secret-tips--mobile .mt-secret-tips__inner {
    margin: 0 auto;
    max-width: 1180px;
    padding: 0 clamp(36px, 5vw, 72px);
  }

  .mt-secret-tips--mobile .mt-secret-tips__header {
    display: flex;
    margin-bottom: 24px;
    padding: 0;
  }

  .mt-secret-tips--mobile .mt-secret-tips__header h2 {
    font-size: clamp(32px, 3vw, 44px);
  }

  .mt-secret-tips--mobile .mt-secret-tips__track {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    overflow: visible;
    padding: 0;
    scroll-padding: 0;
    scroll-snap-type: none;
  }

  .mt-secret-tips--mobile .mt-secret-tips__card {
    flex: none;
    min-height: 0;
    scroll-snap-align: none;
  }
}

/* Unified country composition restore: one DOM, distinct desktop and mobile layouts. */
.mt-country-mobile__hero-slide picture {
  display: contents;
}

.mt-country-mobile__trip-slider {
  position: relative;
}

.mt-country-mobile__trip-controls {
  display: none;
}

.mt-country-mobile__trip-controls--hidden {
  pointer-events: none;
  visibility: hidden;
}

.mt-country-mobile__trip-controls button {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(240, 86, 42, 0.34);
  border-radius: 50%;
  box-shadow: 0 16px 32px -18px rgba(18, 44, 82, 0.65);
  color: var(--mt-blue);
  cursor: pointer;
  display: inline-flex;
  font-size: 30px;
  font-weight: 500;
  height: 48px;
  justify-content: center;
  line-height: 1;
  width: 48px;
}

.mt-country-mobile__trip-controls button:disabled {
  cursor: default;
  opacity: 0.38;
}

.mt-country-mobile__trip-controls button:focus-visible,
.mt-secret-tips__controls button:focus-visible {
  outline: 3px solid rgba(240, 86, 42, 0.34);
  outline-offset: 3px;
}

.mt-country-mobile__hero-trust-stats {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 18px 0 0;
}

.mt-country-mobile__hero-trust-stat {
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  padding: 12px 13px;
}

.mt-country-mobile__hero-trust-stat strong {
  color: #fff;
  font-family: var(--mt-serif);
  font-size: clamp(25px, 8vw, 34px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.mt-country-mobile__hero-trust-stat strong span {
  color: #f8c7b4;
  font-family: var(--mt-sans);
  font-size: 0.55em;
  margin-left: 2px;
}

.mt-country-mobile__hero-trust-stat small {
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 767px) {
  .mt-country-mobile__hero--planner-v2 {
    background: #193c6e;
    padding-bottom: 0;
  }

  .mt-country-mobile__hero--planner-v2 .mt-country-mobile__hero-image,
  .mt-country-mobile:not(.mt-country-mobile--preview) .mt-country-mobile__hero--planner-v2 .mt-country-mobile__hero-image {
    height: 100svh !important;
    max-height: none !important;
    min-height: 620px !important;
  }

  @supports (height: 100dvh) {
    .mt-country-mobile__hero--planner-v2 .mt-country-mobile__hero-image,
    .mt-country-mobile:not(.mt-country-mobile--preview) .mt-country-mobile__hero--planner-v2 .mt-country-mobile__hero-image {
      height: 100dvh !important;
    }
  }

  .mt-country-mobile__hero--planner-v2 .mt-country-mobile__hero-shade {
    background:
      linear-gradient(180deg, rgba(8, 24, 42, 0.18) 0%, rgba(8, 24, 42, 0.34) 42%, rgba(8, 24, 42, 0.72) 100%),
      linear-gradient(90deg, rgba(8, 24, 42, 0.38) 0%, rgba(8, 24, 42, 0.08) 100%);
  }

  .mt-country-mobile__hero--planner-v2 .mt-planner-v2-card--mobile {
    margin: -64px 16px 0;
    position: relative;
    z-index: 6;
  }

  .mt-country-mobile__hero--planner-v2 .mt-country-mobile__hero-trust-block {
    margin-top: 0;
    padding-top: 30px;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  .mt-country-mobile__hero--planner-v2 {
    background: #193c6e;
    padding-bottom: 0;
  }

  .mt-country-mobile__hero--planner-v2 .mt-country-mobile__hero-image,
  .mt-country-mobile:not(.mt-country-mobile--preview) .mt-country-mobile__hero--planner-v2 .mt-country-mobile__hero-image {
    height: 100svh !important;
    max-height: none !important;
    min-height: 720px !important;
  }

  @supports (height: 100dvh) {
    .mt-country-mobile__hero--planner-v2 .mt-country-mobile__hero-image,
    .mt-country-mobile:not(.mt-country-mobile--preview) .mt-country-mobile__hero--planner-v2 .mt-country-mobile__hero-image {
      height: 100dvh !important;
    }
  }

  .mt-country-mobile__hero--planner-v2 .mt-planner-v2-card--mobile {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    margin: -72px auto 0;
    max-width: 720px;
    padding: 24px;
    position: relative;
    width: calc(100% - 64px);
    z-index: 6;
  }

  .mt-country-mobile__trip-carousel,
  .mt-secret-tips--mobile .mt-secret-tips__track,
  .mt-secret-tips__track {
    display: flex !important;
    gap: 24px;
    grid-template-columns: none !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
  }

  .mt-country-mobile__journey-card,
  .mt-country-mobile__own-trip-card,
  .mt-secret-tips__card {
    flex: 0 0 calc((100% - 24px) / 2) !important;
    min-width: 0;
    scroll-snap-align: start !important;
  }
}

@media (min-width: 981px) {
  .mt-country-mobile:not(.mt-country-mobile--preview) {
    --mt-country-corridor: min(1320px, calc(100vw - clamp(64px, 9vw, 160px)));
    --mt-country-corridor-edge: max(clamp(48px, 7vw, 120px), calc((100vw - 1320px) / 2));
  }

  .mt-country-mobile__sticky-header {
    max-width: 1320px;
    top: calc(18px + var(--mt-safe-top));
  }

  .mt-country-mobile__hero--planner-v2 {
    background: #193c6e;
    display: grid;
    height: 100vh;
    min-height: 680px;
    overflow: hidden;
    padding: 0;
    position: relative;
  }

  @supports (height: 100dvh) {
    .mt-country-mobile__hero--planner-v2 {
      height: 100dvh;
    }
  }

  .mt-country-mobile__hero--planner-v2 .mt-country-mobile__hero-image,
  .mt-country-mobile:not(.mt-country-mobile--preview) .mt-country-mobile__hero--planner-v2 .mt-country-mobile__hero-image {
    height: 100% !important;
    inset: 0;
    max-height: none !important;
    min-height: 100% !important;
    position: absolute;
    width: 100%;
  }

  .mt-country-mobile__hero--planner-v2 .mt-country-mobile__hero-slide-image {
    object-position: center center;
  }

  .mt-country-mobile__hero--planner-v2 .mt-country-mobile__hero-shade {
    background:
      linear-gradient(98deg, rgba(7, 24, 42, 0.68) 0%, rgba(7, 24, 42, 0.5) 38%, rgba(7, 24, 42, 0.16) 66%, rgba(7, 24, 42, 0.3) 100%),
      linear-gradient(180deg, rgba(7, 24, 42, 0.34) 0%, rgba(7, 24, 42, 0) 168px, rgba(7, 24, 42, 0.24) 100%);
  }

  .mt-country-mobile__hero--planner-v2 .mt-country-mobile__hero-copy {
    align-content: center;
    bottom: auto;
    gap: 16px;
    left: var(--mt-country-corridor-edge);
    max-width: min(660px, calc((var(--mt-country-corridor) - 520px) * 0.96));
    min-height: 0;
    padding-top: 34px;
    right: auto;
    top: 50%;
    transform: translateY(-45%);
    width: 52%;
  }

  .mt-country-mobile__hero--planner-v2 .mt-country-mobile__hero-copy h1 {
    font-size: clamp(50px, 4.8vw, 74px);
    line-height: 1.02;
    max-width: 680px;
  }

  .mt-country-mobile__hero--planner-v2 .mt-country-mobile__hero-subheadline {
    --mt-country-mobile-hero-subheadline-size: clamp(18px, 1.4vw, 22px);
    line-height: 1.54;
    max-width: 610px;
  }

  .mt-country-mobile__hero--planner-v2 .mt-country-mobile__hero-eyebrow {
    font-size: 13px;
  }

  .mt-country-mobile__hero--planner-v2 .mt-planner-v2-card--mobile {
    align-self: center;
    background: #fdf8f0;
    border: 0;
    border-radius: 22px;
    box-shadow: 0 34px 70px rgba(6, 22, 38, 0.45), 0 2px 0 rgba(255, 255, 255, 0.55) inset;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    justify-self: end;
    margin: 0 var(--mt-country-corridor-edge) 0 0;
    max-width: calc(100vw - 96px);
    padding: 30px 30px 26px;
    position: relative;
    width: clamp(460px, 35vw, 500px);
    z-index: 6;
  }

  .mt-country-mobile__hero--planner-v2 .mt-planner-v2-card--mobile .mt-planner-v2-card__head,
  .mt-country-mobile__hero--planner-v2 .mt-planner-v2-card--mobile > p,
  .mt-country-mobile__hero--planner-v2 .mt-planner-v2-card--mobile .mt-planner-v2-card__selection,
  .mt-country-mobile__hero--planner-v2 .mt-planner-v2-card--mobile .mt-planner-v2-card__cta,
  .mt-country-mobile__hero--planner-v2 .mt-planner-v2-card--mobile .mt-planner-v2-card__promise {
    grid-column: auto;
    grid-row: auto;
  }

  .mt-country-mobile__hero--planner-v2 .mt-planner-v2-card--mobile .mt-planner-v2-card__grid {
    gap: 11px;
    grid-column: auto;
    grid-row: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 18px;
  }

  .mt-country-mobile__hero--planner-v2 .mt-planner-v2-card--mobile .mt-planner-v2-card__interest {
    min-height: 72px;
    padding: 14px 12px;
  }

  .mt-country-mobile__hero--planner-v2 .mt-planner-v2-card--mobile .mt-planner-v2-card__cta {
    box-shadow: 0 10px 24px rgba(240, 92, 63, 0.34);
    min-height: 55px;
    padding: 17px 22px;
  }

  .mt-country-mobile__hero--planner-v2 .mt-country-mobile__hero-trust-block {
    align-items: center;
    display: grid;
    gap: 24px 32px;
    grid-template-columns: minmax(220px, 0.85fr) minmax(340px, 1.1fr) minmax(260px, 0.8fr);
    margin-top: 0;
    padding: 34px var(--mt-country-corridor-edge) 38px;
  }

  .mt-country-mobile__hero-trust-copy,
  .mt-country-mobile__hero-trust-stats,
  .mt-country-mobile__hero-trust-grid {
    margin: 0;
  }

  .mt-country-mobile__hero-trust-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .mt-country-mobile__hero-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mt-country-mobile__section {
    max-width: 1240px;
    padding: 72px clamp(48px, 6vw, 84px);
  }

  .mt-country-mobile__trip-slider {
    overflow: hidden;
  }

  .mt-country-mobile__trip-controls,
  .mt-secret-tips__controls,
  .mt-secret-tips--mobile .mt-secret-tips__controls {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-bottom: 14px;
  }

  .mt-country-mobile__trip-carousel,
  .mt-secret-tips--mobile .mt-secret-tips__track,
  .mt-secret-tips__track {
    display: flex !important;
    gap: 24px !important;
    grid-template-columns: none !important;
    overflow-x: auto !important;
    overscroll-behavior-x: contain;
    padding: 6px 0 18px !important;
    scroll-padding: 0 !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none;
    touch-action: pan-x;
  }

  .mt-country-mobile__trip-carousel::-webkit-scrollbar,
  .mt-secret-tips__track::-webkit-scrollbar {
    display: none;
  }

  .mt-country-mobile__journey-card,
  .mt-country-mobile__own-trip-card,
  .mt-secret-tips__card,
  .mt-secret-tips--mobile .mt-secret-tips__card {
    flex: 0 0 calc((100% - 48px) / 3) !important;
    min-width: 0;
    scroll-snap-align: start !important;
  }

  .mt-country-mobile__journey-card {
    min-height: 430px;
  }

  .mt-country-mobile__own-trip-card {
    min-height: 430px;
  }

  .mt-secret-tips--mobile .mt-secret-tips__inner {
    max-width: 1240px;
  }

  .mt-secret-tips__card,
  .mt-secret-tips--mobile .mt-secret-tips__card {
    min-height: 288px;
  }
}

@media (min-width: 981px) and (max-height: 780px) {
  .mt-country-mobile__hero--planner-v2 {
    min-height: 100vh;
  }

  @supports (height: 100dvh) {
    .mt-country-mobile__hero--planner-v2 {
      min-height: 100dvh;
    }
  }

  .mt-country-mobile__hero--planner-v2 .mt-country-mobile__hero-copy {
    gap: 12px;
    transform: translateY(-42%);
  }

  .mt-country-mobile__hero--planner-v2 .mt-country-mobile__hero-copy h1 {
    font-size: clamp(42px, 4.15vw, 60px);
  }

  .mt-country-mobile__hero--planner-v2 .mt-country-mobile__hero-subheadline {
    --mt-country-mobile-hero-subheadline-size: clamp(16px, 1.25vw, 19px);
    line-height: 1.48;
  }

  .mt-country-mobile__hero--planner-v2 .mt-planner-v2-card--mobile {
    padding: 24px;
    width: clamp(430px, 34vw, 470px);
  }

  .mt-country-mobile__hero--planner-v2 .mt-planner-v2-card--mobile .mt-planner-v2-card__interest {
    min-height: 60px;
    padding: 11px 10px;
  }
}

@media (min-width: 981px) {
  .mt-country-mobile__hero--planner-v2 {
    grid-template-rows: 100vh auto;
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  @supports (height: 100dvh) {
    .mt-country-mobile__hero--planner-v2 {
      grid-template-rows: 100dvh auto;
    }
  }

  .mt-country-mobile__hero--planner-v2 .mt-country-mobile__hero-image,
  .mt-country-mobile:not(.mt-country-mobile--preview) .mt-country-mobile__hero--planner-v2 .mt-country-mobile__hero-image {
    bottom: auto;
    height: 100vh !important;
    min-height: 680px !important;
  }

  @supports (height: 100dvh) {
    .mt-country-mobile__hero--planner-v2 .mt-country-mobile__hero-image,
    .mt-country-mobile:not(.mt-country-mobile--preview) .mt-country-mobile__hero--planner-v2 .mt-country-mobile__hero-image {
      height: 100dvh !important;
    }
  }

  .mt-country-mobile__hero--planner-v2 .mt-planner-v2-card--mobile {
    grid-row: 1;
  }

  .mt-country-mobile__hero--planner-v2 .mt-country-mobile__hero-trust-block {
    grid-row: 2;
  }
}

/* Desktop post-hero parity: current hero, productive desktop sections afterwards. */
.mt-country-mobile__desktop-post-hero {
  display: none;
}

@media (min-width: 981px) {
  .mt-country-mobile__desktop-post-hero {
    display: block;
  }

  .mt-country-mobile__mobile-post-hero {
    display: none !important;
  }

  .mt-country-mobile__hero--planner-v2 {
    grid-template-rows: 100vh;
    height: 100vh;
    overflow: hidden;
  }

  @supports (height: 100dvh) {
    .mt-country-mobile__hero--planner-v2 {
      grid-template-rows: 100dvh;
      height: 100dvh;
    }
  }

  .mt-country-mobile__hero--planner-v2 .mt-country-mobile__hero-trust-block {
    display: none !important;
  }

  .mt-country-mobile__sticky-header {
    max-width: 1320px;
    padding-left: var(--mt-country-corridor-edge);
    padding-right: var(--mt-country-corridor-edge);
  }

  .mt-country-mobile__logo-link,
  .mt-country-mobile__logo-link--scrolled {
    height: 128px;
    max-width: 340px;
  }

  .mt-country-mobile__logo-link img {
    height: 128px;
    width: auto;
  }

  .mt-country-mobile__hero--planner-v2 .mt-planner-v2-card--mobile {
    padding: 36px 34px 30px;
  }

  .mt-country-mobile__hero--planner-v2 .mt-planner-v2-card--mobile .mt-planner-v2-card__grid {
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mt-country-mobile__hero--planner-v2 .mt-planner-v2-card--mobile .mt-planner-v2-card__interest {
    align-items: center;
    border-color: rgba(27, 61, 110, 0.14);
    display: grid;
    gap: 10px;
    grid-template-columns: 32px minmax(0, 1fr);
    justify-items: start;
    min-height: 88px;
    padding: 18px 16px;
    text-align: left;
  }

  .mt-country-mobile__hero--planner-v2 .mt-planner-v2-card--mobile .mt-planner-v2-card__interest:hover,
  .mt-country-mobile__hero--planner-v2 .mt-planner-v2-card--mobile .mt-planner-v2-card__interest:focus-visible {
    border-color: rgba(240, 86, 42, 0.54);
    box-shadow: 0 14px 30px rgba(18, 44, 82, 0.13);
    outline: 0;
    transform: translateY(-1px);
  }

  .mt-country-desktop--post-hero {
    background: #f8f1e8;
  }
}

/* Targeted visual-parity follow-up fixes. */
@media (max-width: 980px) {
  .mt-country-mobile__hero--planner-v2 {
    background: #193c6e;
    box-sizing: border-box;
    height: 100vh;
    height: 100svh;
    max-height: 100svh;
    min-height: 100svh;
    overflow: hidden;
    padding: 0;
    position: relative;
  }

  .mt-country-mobile__hero--planner-v2 .mt-country-mobile__hero-image,
  .mt-country-mobile:not(.mt-country-mobile--preview) .mt-country-mobile__hero--planner-v2 .mt-country-mobile__hero-image {
    height: 100% !important;
    inset: 0;
    max-height: none !important;
    min-height: 0 !important;
    position: absolute;
    width: 100%;
  }

  .mt-country-mobile__hero--planner-v2 .mt-country-mobile__hero-shade {
    background:
      linear-gradient(180deg, rgba(8, 24, 42, 0.08) 0%, rgba(8, 24, 42, 0.36) 38%, rgba(8, 24, 42, 0.86) 100%),
      linear-gradient(90deg, rgba(8, 24, 42, 0.48) 0%, rgba(8, 24, 42, 0.08) 100%);
  }

  .mt-country-mobile__hero--planner-v2 .mt-country-mobile__hero-copy {
    bottom: auto;
    gap: 8px;
    left: 18px;
    max-width: calc(100% - 36px);
    right: 18px;
    top: calc(clamp(152px, 19.5svh, 172px) + min(var(--mt-safe-top), 18px));
    z-index: 4;
  }

  .mt-country-mobile__hero--planner-v2 .mt-country-mobile__hero-copy h1 {
    font-size: clamp(28px, 7.2vw, 34px);
    line-height: 1.04;
    max-width: 360px;
  }

  .mt-country-mobile__hero--planner-v2 .mt-country-mobile__hero-eyebrow {
    font-size: 10px;
    margin-bottom: 0;
  }

  .mt-country-mobile__hero--planner-v2 .mt-country-mobile__hero-subheadline {
    --mt-country-mobile-hero-subheadline-size: clamp(13px, 3.45vw, 15px);
    line-height: 1.32;
    max-width: 330px;
  }

  .mt-country-mobile__hero--planner-v2 .mt-country-mobile__hero-trust-row {
    top: calc(54px + min(var(--mt-safe-top), 18px));
  }

  .mt-country-mobile__hero--planner-v2 .mt-country-mobile__hero-location-label {
    font-size: 10px;
    right: 16px;
    top: calc(72px + min(var(--mt-safe-top), 18px));
    width: min(42%, 158px);
  }

  .mt-country-mobile__hero--planner-v2 .mt-planner-v2-card--mobile {
    bottom: max(12px, env(safe-area-inset-bottom, 0px));
    left: 16px;
    margin: 0;
    max-height: min(45svh, 390px);
    overflow-y: auto;
    padding: 12px;
    position: absolute;
    right: 16px;
    width: auto;
    z-index: 6;
  }

  .mt-country-mobile__hero--planner-v2 .mt-planner-v2-card--mobile .mt-planner-v2-card__head {
    gap: 8px;
  }

  .mt-country-mobile__hero--planner-v2 .mt-planner-v2-card--mobile h2 {
    font-size: clamp(18px, 5vw, 21px);
    line-height: 1.14;
  }

  .mt-country-mobile__hero--planner-v2 .mt-planner-v2-card--mobile .mt-planner-v2-card__grid {
    gap: 7px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 10px;
  }

  .mt-country-mobile__hero--planner-v2 .mt-planner-v2-card--mobile .mt-planner-v2-card__interest {
    gap: 8px;
    grid-template-columns: 22px minmax(0, 1fr);
    min-height: 42px;
    padding: 8px 9px;
  }

  .mt-country-mobile__hero--planner-v2 .mt-planner-v2-card--mobile .mt-planner-v2-card__interest svg {
    height: 22px;
    width: 22px;
  }

  .mt-country-mobile__hero--planner-v2 .mt-planner-v2-card--mobile .mt-planner-v2-card__interest span {
    font-size: 12.5px;
    line-height: 1.18;
  }

  .mt-country-mobile__hero--planner-v2 .mt-planner-v2-card--mobile .mt-planner-v2-card__promise {
    font-size: 11px !important;
    line-height: 1.25;
    margin-top: 16px !important;
  }
}

@media (min-width: 390px) and (max-width: 980px) {
  .mt-country-mobile__hero--planner-v2 .mt-country-mobile__hero-copy {
    top: calc(clamp(152px, 19.5svh, 172px) + min(var(--mt-safe-top), 18px));
  }

  .mt-country-mobile__hero--planner-v2 .mt-planner-v2-card--mobile {
    max-height: min(44svh, 410px);
    padding: 14px;
  }
}

@media (min-width: 981px) {
  .mt-country-mobile__scroll > .mt-country-mobile__hero-trust-block,
  .mt-country-mobile__sticky-cta {
    display: none !important;
  }
}

.mt-country-desktop__faq-list {
  align-items: start;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mt-country-desktop__faq-column {
  display: grid;
  gap: 14px;
}

.mt-country-desktop__faq-column details {
  margin: 0;
}

@media (max-width: 980px) {
  .mt-country-desktop__faq-list {
    grid-template-columns: 1fr;
  }
}

.mt-country-desktop .mt-home-press__track {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: clamp(30px, 4.2vw, 64px);
  justify-content: center;
  margin: 0 auto;
  width: min(100%, 1040px);
}

.mt-country-desktop .mt-home-press__track img {
  display: block;
  height: 22px;
  max-width: 155px;
  object-fit: contain;
  width: auto;
}

.mt-country-desktop .mt-home-press__track img[alt="Handelsblatt"],
.mt-country-desktop .mt-home-press__track img[alt*="Zeitung"] {
  height: 19px;
  max-width: 180px;
}

.mt-country-desktop .mt-home-press__track img[alt="WELT"] {
  height: 28px;
}

.mt-country-desktop .mt-home-press__track img[alt="n-tv"] {
  height: 24px;
  max-width: 74px;
}

.mt-country-desktop .mt-home-press__track img[alt="DER SPIEGEL"] {
  height: 20px;
  max-width: 150px;
}

.mt-country-mobile__press-logo-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 13px 18px;
  justify-content: center;
}

.mt-country-mobile__press-logo-row img {
  display: block;
  height: 18px;
  max-width: 118px;
  object-fit: contain;
  width: auto;
}

.mt-country-mobile__press-logo-row img[alt="Handelsblatt"],
.mt-country-mobile__press-logo-row img[alt*="Zeitung"] {
  height: 15px;
  max-width: 132px;
}

.mt-country-mobile__press-logo-row img[alt="WELT"] {
  height: 24px;
}

.mt-country-mobile__press-logo-row img[alt="n-tv"] {
  height: 20px;
  max-width: 56px;
}

.mt-country-mobile__press-logo-row img[alt="DER SPIEGEL"] {
  height: 16px;
  max-width: 112px;
}

.mt-country-desktop__journey-modal-overlay {
  align-items: center;
  padding: max(22px, env(safe-area-inset-top)) 32px max(22px, env(safe-area-inset-bottom));
}

.mt-country-desktop__journey-modal {
  border-radius: 24px;
  max-height: min(820px, calc(100svh - 44px));
  width: min(1120px, calc(100vw - 64px));
}

.mt-country-desktop__journey-modal-close {
  align-items: center;
  display: inline-flex;
  font-size: 26px;
  justify-content: center;
  line-height: 1;
  padding: 0 0 2px;
}

.mt-country-desktop__journey-modal-hero {
  min-height: clamp(220px, 31svh, 300px);
}

.mt-country-desktop__journey-modal-scroll {
  max-height: calc(100svh - 344px);
}

.mt-country-desktop__journey-modal-cta,
.mt-country-desktop__journey-modal-cta.mt-country-desktop__button--primary {
  background: linear-gradient(180deg, #f58150, #e15528);
  border-color: transparent;
  color: #fff;
}

@media (max-width: 980px) {
  .mt-country-mobile:not(.mt-country-mobile--preview) .mt-country-mobile__hero.mt-country-mobile__hero--planner-v2 {
    height: 100vh !important;
    height: 100svh !important;
    max-height: 100svh !important;
    min-height: 100svh !important;
    overflow: hidden !important;
    padding: 0 !important;
  }

  .mt-country-mobile:not(.mt-country-mobile--preview) .mt-country-mobile__hero.mt-country-mobile__hero--planner-v2 .mt-country-mobile__hero-image {
    height: 100% !important;
    inset: 0 !important;
    max-height: none !important;
    min-height: 0 !important;
    position: absolute !important;
  }

  .mt-country-mobile:not(.mt-country-mobile--preview) .mt-country-mobile__hero.mt-country-mobile__hero--planner-v2 .mt-planner-v2-card--mobile {
    bottom: max(12px, env(safe-area-inset-bottom, 0px)) !important;
    left: 16px !important;
    margin: 0 !important;
    max-height: min(45svh, 390px) !important;
    overflow-y: auto !important;
    position: absolute !important;
    right: 16px !important;
    width: auto !important;
  }

  .mt-country-mobile__hero.mt-country-mobile__hero--planner-v2 {
    height: 100vh !important;
    height: 100svh !important;
    max-height: 100svh !important;
    min-height: 100svh !important;
    overflow: hidden !important;
  }

  .mt-country-mobile__hero.mt-country-mobile__hero--planner-v2 .mt-planner-v2-card--mobile {
    bottom: max(12px, env(safe-area-inset-bottom, 0px)) !important;
    left: 16px !important;
    margin: 0 !important;
    position: absolute !important;
    right: 16px !important;
    width: auto !important;
  }
}

/* Planner selections must be unmistakable without moving the layout. */
.mt-planner-v2-card__interest.is-selected,
.mt-planner-v2-card__interest[aria-pressed="true"],
.mt-planner-v2-card__interest[aria-checked="true"],
.mt-planner-v2-choice-grid button.is-selected,
.mt-planner-v2-choice-grid button[aria-pressed="true"],
.mt-planner-v2-choice-grid button[aria-checked="true"],
.mt-planner-v2-choice-list button.is-selected,
.mt-planner-v2-choice-list button[aria-pressed="true"],
.mt-planner-v2-choice-list button[aria-checked="true"],
.mt-country-mobile__focus-grid button[aria-pressed="true"],
.mt-country-mobile__option-list button[aria-pressed="true"],
.mt-country-mobile__planner-chip-row button[aria-pressed="true"],
.mt-country-mobile__month-grid button[aria-pressed="true"],
.mt-country-mobile__duration-grid button[aria-pressed="true"],
.mt-country-mobile__method-grid button[aria-pressed="true"],
.mt-country-mobile__flex-button[aria-pressed="true"],
.mt-country-mobile__consent-row[aria-pressed="true"],
.mt-country-desktop__planner-option[aria-pressed="true"],
.mt-country-desktop__planner-option[aria-checked="true"],
.mt-country-desktop__planner-chip-row button[aria-pressed="true"],
.mt-country-desktop__planner-method-grid button[aria-pressed="true"],
.mt-country-desktop__planner-duration-grid button[aria-pressed="true"],
.mt-country-desktop__planner-flex-button[aria-pressed="true"],
.mt-country-desktop__planner-month-grid button[aria-pressed="true"],
.mt-country-desktop__planner-consent[aria-pressed="true"] {
  background: rgba(240, 92, 63, 0.1) !important;
  border-color: #f05c3f !important;
  box-shadow: 0 0 0 3px #f05c3f, 0 0 0 1px #fff inset, 0 10px 22px rgba(240, 92, 63, 0.14) !important;
  color: #123a66 !important;
  outline: 2px solid #f05c3f !important;
  outline-offset: 1px;
  transition: background-color 0.12s ease, color 0.12s ease, transform 0.12s ease !important;
}

.mt-country-mobile__journey-title,
.mt-country-mobile__journey-route,
.mt-country-mobile__detail-hero h2,
.mt-country-mobile__detail-highlights span,
.mt-planner-v2-card__interest span,
.mt-planner-v2-choice-grid button,
.mt-planner-v2-choice-list button,
.mt-country-desktop__journey-card h3,
.mt-country-desktop__journey-route,
.mt-country-desktop__planner-option,
.mt-country-desktop__planner-chip-row button,
.mt-country-desktop__planner-duration-grid button,
.mt-country-desktop__planner-month-grid button {
  hyphens: none !important;
  overflow-wrap: normal;
  word-break: normal;
}

@media (min-width: 768px) {
  .mt-country-mobile,
  .mt-country-desktop,
  .mt-country-mobile :where(h1, h2, h3, h4, p, span, strong, small, button, a, li, dt, dd),
  .mt-country-desktop :where(h1, h2, h3, h4, p, span, strong, small, button, a, li, dt, dd) {
    hyphens: none !important;
    overflow-wrap: normal;
    word-break: normal;
  }
}

/* Planner overlay interaction repair. Keep state marks inside controls so scroll/card clipping cannot crop them. */
.mt-country-desktop__planner-frame-head {
  margin-inline: auto;
  max-width: min(100%, 680px);
  padding-right: 0 !important;
  width: 100%;
}

.mt-country-desktop__planner-meta-row {
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.mt-country-desktop__planner-meta-row span,
.mt-country-desktop__planner-meta-row small {
  min-width: 0;
  overflow-wrap: break-word !important;
  text-align: left;
  word-break: normal !important;
}

.mt-country-desktop__planner-meta-row small {
  justify-self: end;
  text-align: right;
}

.mt-country-desktop__planner-progress,
.mt-country-mobile__planner-progress {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.mt-country-desktop__planner-close {
  min-height: 44px;
  min-width: 44px;
}

.mt-country-mobile__focus-grid,
.mt-country-mobile__option-list,
.mt-country-mobile__planner-chip-row,
.mt-country-mobile__month-grid,
.mt-country-mobile__duration-grid,
.mt-country-mobile__method-grid,
.mt-country-desktop__planner-option-grid,
.mt-country-desktop__planner-option-list,
.mt-country-desktop__planner-chip-row,
.mt-country-desktop__planner-month-grid,
.mt-country-desktop__planner-duration-grid,
.mt-country-desktop__planner-method-grid {
  overflow: visible;
}

.mt-country-mobile__planner-chip-row {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mt-country-desktop__planner-chip-row {
  display: grid !important;
  gap: 12px !important;
  grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
}

.mt-country-mobile__focus-grid button,
.mt-country-mobile__option-list button,
.mt-country-mobile__planner-chip-row button,
.mt-country-mobile__month-grid button,
.mt-country-mobile__duration-grid button,
.mt-country-mobile__method-grid button,
.mt-country-mobile__flex-button,
.mt-country-mobile__consent-row,
.mt-country-desktop__planner-option,
.mt-country-desktop__planner-chip-row button,
.mt-country-desktop__planner-method-grid button,
.mt-country-desktop__planner-duration-grid button,
.mt-country-desktop__planner-flex-button,
.mt-country-desktop__planner-month-grid button,
.mt-country-desktop__planner-consent {
  background: #fffdf8 !important;
  border: 1.5px solid rgba(18, 44, 82, 0.18) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82) !important;
  box-sizing: border-box;
  color: var(--mt-desktop-blue, var(--mt-ink, #123a66)) !important;
  cursor: pointer;
  min-width: 0;
  transition: background-color 0.14s ease, border-color 0.14s ease, box-shadow 0.14s ease, color 0.14s ease !important;
}

.mt-country-mobile__planner-chip-row button,
.mt-country-desktop__planner-chip-row button {
  align-items: center;
  border-radius: 14px !important;
  display: inline-flex;
  justify-content: center;
  min-height: 54px !important;
  padding: 12px 14px !important;
  text-align: center;
  white-space: normal;
}

.mt-country-mobile__focus-grid button:hover,
.mt-country-mobile__option-list button:hover,
.mt-country-mobile__planner-chip-row button:hover,
.mt-country-mobile__month-grid button:hover,
.mt-country-mobile__duration-grid button:hover,
.mt-country-mobile__method-grid button:hover,
.mt-country-mobile__flex-button:hover,
.mt-country-mobile__consent-row:hover,
.mt-country-desktop__planner-option:hover,
.mt-country-desktop__planner-chip-row button:hover,
.mt-country-desktop__planner-method-grid button:hover,
.mt-country-desktop__planner-duration-grid button:hover,
.mt-country-desktop__planner-flex-button:hover,
.mt-country-desktop__planner-month-grid button:hover,
.mt-country-desktop__planner-consent:hover {
  border-color: rgba(18, 44, 82, 0.34) !important;
  box-shadow: inset 0 0 0 1px rgba(18, 44, 82, 0.08) !important;
}

.mt-planner-v2-card__interest.is-selected,
.mt-planner-v2-card__interest[aria-pressed="true"],
.mt-planner-v2-card__interest[aria-checked="true"],
.mt-planner-v2-choice-grid button.is-selected,
.mt-planner-v2-choice-grid button[aria-pressed="true"],
.mt-planner-v2-choice-grid button[aria-checked="true"],
.mt-planner-v2-choice-list button.is-selected,
.mt-planner-v2-choice-list button[aria-pressed="true"],
.mt-planner-v2-choice-list button[aria-checked="true"],
.mt-country-mobile__focus-grid button[aria-pressed="true"],
.mt-country-mobile__option-list button[aria-pressed="true"],
.mt-country-mobile__planner-chip-row button[aria-pressed="true"],
.mt-country-mobile__month-grid button[aria-pressed="true"],
.mt-country-mobile__duration-grid button[aria-pressed="true"],
.mt-country-mobile__method-grid button[aria-pressed="true"],
.mt-country-mobile__flex-button[aria-pressed="true"],
.mt-country-mobile__consent-row[aria-pressed="true"],
.mt-country-desktop__planner-option[aria-pressed="true"],
.mt-country-desktop__planner-option[aria-checked="true"],
.mt-country-desktop__planner-chip-row button[aria-pressed="true"],
.mt-country-desktop__planner-method-grid button[aria-pressed="true"],
.mt-country-desktop__planner-duration-grid button[aria-pressed="true"],
.mt-country-desktop__planner-flex-button[aria-pressed="true"],
.mt-country-desktop__planner-month-grid button[aria-pressed="true"],
.mt-country-desktop__planner-consent[aria-pressed="true"] {
  background: #fff0ea !important;
  border: 2px solid #f05c3f !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.84), 0 10px 22px rgba(240, 92, 63, 0.1) !important;
  color: #123a66 !important;
  outline: 0 !important;
}

.mt-country-mobile__focus-grid button:focus-visible,
.mt-country-mobile__option-list button:focus-visible,
.mt-country-mobile__planner-chip-row button:focus-visible,
.mt-country-mobile__month-grid button:focus-visible,
.mt-country-mobile__duration-grid button:focus-visible,
.mt-country-mobile__method-grid button:focus-visible,
.mt-country-mobile__flex-button:focus-visible,
.mt-country-mobile__consent-row:focus-visible,
.mt-country-mobile__planner-sheet input:focus-visible,
.mt-country-mobile__planner-sheet textarea:focus-visible,
.mt-country-mobile__planner-sheet select:focus-visible,
.mt-country-desktop__planner-option:focus-visible,
.mt-country-desktop__planner-chip-row button:focus-visible,
.mt-country-desktop__planner-month-grid button:focus-visible,
.mt-country-desktop__planner-duration-grid button:focus-visible,
.mt-country-desktop__planner-method-grid button:focus-visible,
.mt-country-desktop__planner-flex-button:focus-visible,
.mt-country-desktop__planner-consent:focus-visible,
.mt-country-desktop__planner-field input:focus-visible,
.mt-country-desktop__planner-field textarea:focus-visible,
.mt-country-desktop__planner-field select:focus-visible {
  border-color: #123a66 !important;
  box-shadow: inset 0 0 0 2px rgba(18, 58, 102, 0.28) !important;
  outline: 0 !important;
}

.mt-country-mobile__planner-sheet :where(button, strong, small, span, p),
.mt-country-desktop__planner-card :where(button, strong, small, span, p, dd) {
  hyphens: auto !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
}

.mt-country-mobile__focus-grid button,
.mt-country-mobile__option-list button,
.mt-country-mobile__planner-chip-row button,
.mt-country-mobile__method-grid button,
.mt-country-mobile__flex-button,
.mt-country-desktop__planner-option,
.mt-country-desktop__planner-chip-row button,
.mt-country-desktop__planner-method-grid button,
.mt-country-desktop__planner-duration-grid button,
.mt-country-desktop__planner-flex-button {
  white-space: normal !important;
}

.mt-country-mobile__month-grid button,
.mt-country-desktop__planner-month-grid button {
  hyphens: none !important;
  overflow-wrap: normal !important;
  white-space: nowrap;
}

.mt-country-mobile__planner-field,
.mt-country-desktop__planner-field {
  display: grid;
  gap: 7px;
  min-width: 0;
  width: 100%;
}

.mt-country-mobile__planner-field > span {
  color: var(--mt-ink, #123a66);
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1.25;
}

.mt-country-mobile__planner-sheet input,
.mt-country-mobile__planner-sheet textarea,
.mt-country-mobile__planner-sheet select,
.mt-country-desktop__planner-field input,
.mt-country-desktop__planner-field textarea,
.mt-country-desktop__planner-field select {
  background: #fffdf8 !important;
  border: 1.5px solid rgba(18, 44, 82, 0.2) !important;
  border-radius: 13px !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
  box-sizing: border-box;
  color: var(--mt-desktop-blue, var(--mt-ink, #123a66));
  max-width: 100%;
  min-height: 48px;
  min-width: 0;
  width: 100%;
}

.mt-country-mobile__planner-sheet textarea,
.mt-country-desktop__planner-field textarea {
  resize: none;
}

.mt-country-mobile__planner-sheet input:hover,
.mt-country-mobile__planner-sheet textarea:hover,
.mt-country-mobile__planner-sheet select:hover,
.mt-country-desktop__planner-field input:hover,
.mt-country-desktop__planner-field textarea:hover,
.mt-country-desktop__planner-field select:hover {
  border-color: rgba(18, 44, 82, 0.34) !important;
}

.mt-country-mobile__planner-sheet input::placeholder,
.mt-country-mobile__planner-sheet textarea::placeholder,
.mt-country-desktop__planner-field input::placeholder,
.mt-country-desktop__planner-field textarea::placeholder {
  color: #8492a4 !important;
  opacity: 1;
}

.mt-country-mobile__phone-fields,
.mt-country-mobile__contact-grid,
.mt-country-desktop__planner-phone-grid,
.mt-country-desktop__planner-contact-grid {
  min-width: 0;
}

@media (max-width: 560px) {
  .mt-country-desktop__planner-meta-row {
    grid-template-columns: 1fr;
    gap: 5px;
    text-align: center;
  }

  .mt-country-desktop__planner-meta-row span,
  .mt-country-desktop__planner-meta-row small {
    justify-self: center;
    text-align: center;
  }
}

@media (max-width: 360px) {
  .mt-country-mobile__planner-chip-row,
  .mt-country-mobile__method-grid {
    grid-template-columns: 1fr;
  }
}

/* Country landing page visual refinements. */
.mt-country-mobile:not(.mt-country-mobile--preview) {
  --mt-country-content-max: 1180px;
  --mt-country-content-edge: max(20px, calc((100vw - var(--mt-country-content-max)) / 2));
}

.mt-country-mobile__hero-location-eyebrow::after {
  display: none !important;
}

@media (max-width: 767px) {
  .mt-country-mobile__sticky-header {
    left: 0 !important;
    max-width: none !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    transform: none !important;
    width: 100% !important;
  }

  .mt-country-mobile__logo-link {
    height: 64px !important;
    max-width: 168px !important;
  }

  .mt-country-mobile__logo-link--scrolled {
    height: 42px !important;
    max-width: 112px !important;
  }

  .mt-country-mobile__logo-link img {
    height: 64px !important;
    width: auto !important;
  }

  .mt-country-mobile__logo-link--scrolled img {
    height: 42px !important;
  }

  .mt-country-mobile__hero-location-label {
    right: 20px !important;
    width: min(42%, 168px) !important;
  }

  .mt-country-mobile__hero-copy {
    left: 20px !important;
    max-width: calc(100% - 40px) !important;
    right: 20px !important;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  .mt-country-mobile:not(.mt-country-mobile--preview) {
    --mt-country-content-edge: max(24px, calc((100vw - var(--mt-country-content-max)) / 2));
  }

  .mt-country-mobile__sticky-header {
    left: 0 !important;
    max-width: none !important;
    padding-left: var(--mt-country-content-edge) !important;
    padding-right: var(--mt-country-content-edge) !important;
    transform: none !important;
    width: 100% !important;
  }

  .mt-country-mobile__logo-link {
    height: 96px !important;
    max-width: 255px !important;
  }

  .mt-country-mobile__logo-link--scrolled {
    height: 54px !important;
    max-width: 144px !important;
  }

  .mt-country-mobile__logo-link img {
    height: 96px !important;
    width: auto !important;
  }

  .mt-country-mobile__logo-link--scrolled img {
    height: 54px !important;
  }

  .mt-country-mobile__hero-location-label {
    right: var(--mt-country-content-edge) !important;
  }
}

@media (min-width: 981px) {
  .mt-country-mobile:not(.mt-country-mobile--preview) {
    --mt-country-corridor: min(1180px, calc(100vw - 64px)) !important;
    --mt-country-corridor-edge: max(32px, calc((100vw - 1180px) / 2)) !important;
    --mt-country-content-edge: var(--mt-country-corridor-edge);
  }

  .mt-country-mobile__sticky-header {
    left: 0 !important;
    max-width: none !important;
    padding: calc(24px + env(safe-area-inset-top, 0px)) var(--mt-country-corridor-edge) 8px !important;
    right: 0 !important;
    top: 0 !important;
    transform: none !important;
    width: 100% !important;
  }

  .mt-country-mobile__logo-link {
    height: 112px !important;
    max-width: 300px !important;
  }

  .mt-country-mobile__logo-link--scrolled {
    height: 62px !important;
    max-width: 166px !important;
  }

  .mt-country-mobile__logo-link img {
    height: 112px !important;
    width: auto !important;
  }

  .mt-country-mobile__logo-link--scrolled img {
    height: 62px !important;
  }

  .mt-country-mobile__hero-location-label {
    right: var(--mt-country-corridor-edge) !important;
    top: calc(34px + env(safe-area-inset-top, 0px)) !important;
    width: min(240px, 22vw) !important;
  }

  .mt-country-mobile__hero--planner-v2 .mt-country-mobile__hero-copy {
    left: var(--mt-country-corridor-edge) !important;
    max-width: min(650px, calc((var(--mt-country-corridor) - 520px) * 0.96)) !important;
    padding-top: 0 !important;
    top: clamp(132px, 27svh, 246px) !important;
    transform: none !important;
  }

  .mt-country-mobile__hero--planner-v2 .mt-planner-v2-card--mobile {
    align-self: end !important;
    background: #fdf8f0 !important;
    border: 1px solid rgba(255, 255, 255, 0.58) !important;
    box-shadow: 0 26px 58px rgba(18, 44, 82, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.72) !important;
    justify-self: end !important;
    margin: 0 var(--mt-country-corridor-edge) clamp(54px, 8svh, 96px) 0 !important;
  }
}

@media (min-width: 981px) and (max-width: 1199px) {
  .mt-country-mobile__sticky-header {
    padding-top: calc(18px + env(safe-area-inset-top, 0px)) !important;
  }

  .mt-country-mobile__logo-link {
    height: 96px !important;
    max-width: 255px !important;
  }

  .mt-country-mobile__logo-link--scrolled {
    height: 54px !important;
    max-width: 144px !important;
  }

  .mt-country-mobile__logo-link img {
    height: 96px !important;
  }

  .mt-country-mobile__logo-link--scrolled img {
    height: 54px !important;
  }

  .mt-country-mobile__hero--planner-v2 .mt-country-mobile__hero-copy {
    max-width: min(520px, calc((var(--mt-country-corridor) - 470px) * 0.96)) !important;
    top: clamp(128px, 25svh, 214px) !important;
  }

  .mt-country-mobile__hero--planner-v2 .mt-planner-v2-card--mobile {
    margin-bottom: clamp(44px, 7svh, 74px) !important;
    width: clamp(420px, 38vw, 470px) !important;
  }
}

.mt-country-desktop__hero-country-label {
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  position: absolute;
  right: max(32px, calc((100vw - 1180px) / 2));
  text-transform: uppercase;
  top: 34px;
  z-index: 5;
}

@media (min-width: 769px) {
  .mt-home-stats {
    overflow: hidden;
  }

  .mt-home-stats__grid {
    align-items: center !important;
    display: flex !important;
    gap: clamp(22px, 4vw, 56px) !important;
    justify-content: space-between !important;
    max-width: 1180px !important;
  }

  .mt-home-stats__item {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    flex: 1 1 0 !important;
    min-height: 0 !important;
    min-width: 0 !important;
    padding: 0 !important;
  }

  .mt-home-stats__item::before,
  .mt-home-stats__item::after {
    display: none !important;
  }

  .mt-home-stats__value {
    background: transparent !important;
    min-height: 0 !important;
  }

  .mt-home-stats__rating-readable {
    background: transparent !important;
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    color: transparent !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}

.mt-country-desktop__journey-modal {
  display: block !important;
  max-height: min(820px, calc(100svh - 44px)) !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  overscroll-behavior: contain;
}

.mt-country-desktop__journey-modal-scroll {
  display: grid !important;
  grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
  max-height: none !important;
  min-height: 0 !important;
  overflow: visible !important;
}

.mt-country-desktop__journey-modal-summary {
  position: static !important;
  top: auto !important;
}

@media (max-width: 980px) {
  .mt-country-desktop__journey-modal {
    max-height: calc(100svh - 24px) !important;
    width: min(720px, calc(100vw - 24px)) !important;
  }

  .mt-country-desktop__journey-modal-scroll {
    grid-template-columns: 1fr !important;
  }
}

.mt-country-mobile__trip-detail-sheet .mt-country-mobile__sheet-scroll {
  padding-bottom: max(22px, env(safe-area-inset-bottom, 0px)) !important;
  scroll-padding-bottom: 24px !important;
}

.mt-country-mobile__trip-detail-sheet .mt-country-mobile__detail-footer {
  backdrop-filter: none !important;
  background: #fffdf8 !important;
  border: 1px solid rgba(27, 61, 110, 0.1) !important;
  border-radius: 18px !important;
  bottom: auto !important;
  box-shadow: 0 14px 34px rgba(18, 44, 82, 0.1) !important;
  left: auto !important;
  margin: 18px 16px 0 !important;
  position: static !important;
  right: auto !important;
  z-index: auto !important;
}

.mt-country-mobile__trip-detail-sheet .mt-country-mobile__detail-spacer {
  height: 18px !important;
}

.mt-personal-contact--desktop {
  background: transparent !important;
  box-sizing: border-box;
  max-width: 1180px !important;
  padding: 0 0 70px !important;
}

.mt-personal-contact--desktop .mt-personal-contact__inner,
.mt-personal-contact__inner {
  background: transparent !important;
  border: 0 !important;
  border-top: 1px solid rgba(27, 61, 110, 0.14) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 28px 0 !important;
}

@media (max-width: 767px) {
  .mt-personal-contact--mobile {
    background: transparent !important;
  }

  .mt-personal-contact__inner {
    padding: 22px 0 !important;
  }
}

.mt-secret-tips__eyebrow {
  margin-bottom: clamp(18px, 2.2vw, 28px) !important;
}

.mt-country-mobile__sr-only {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.mt-country-mobile__section-heading > span,
.mt-secret-tips__eyebrow,
.mt-secret-tips--mobile .mt-secret-tips__eyebrow {
  color: #b63b18;
}

.mt-country-desktop .mt-home-benefit-detail-card__cta {
  background-color: #f05f50 !important;
  background-image: var(--cta-grad, linear-gradient(135deg, #f05f50 0%, #f0562a 100%)) !important;
  color: #fff !important;
  display: inline-flex !important;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: normal !important;
  width: max-content !important;
}

.mt-country-desktop .mt-home-benefit-detail-card__cta:hover,
.mt-country-desktop .mt-home-benefit-detail-card__cta:focus-visible {
  background-color: #df4d27 !important;
  background-image: linear-gradient(135deg, #f05f50 0%, #df4d27 100%) !important;
  color: #fff !important;
}

.mt-country-mobile__sticky-header {
  box-sizing: border-box !important;
}

body.mt-detail-modal-open {
  overflow: hidden !important;
  touch-action: none;
}

body.mt-detail-modal-open .mt-country-mobile__trip-detail-sheet {
  touch-action: auto;
}

/* Shared country landing page refinement pass 2. */
.mt-country-mobile__hero--planner-v2 .mt-planner-v2-card--mobile,
.mt-country-mobile__hero--planner-v2 .mt-planner-v2-card--desktop {
  background: rgba(253, 248, 240, 0.78) !important;
  border: 1px solid rgba(255, 255, 255, 0.42) !important;
  box-shadow: 0 18px 44px rgba(18, 44, 82, 0.17), inset 0 1px 0 rgba(255, 255, 255, 0.58) !important;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}

.mt-country-mobile__hero--planner-v2 .mt-planner-v2-card__interest {
  background: #fff !important;
}

.mt-country-mobile__hero--planner-v2 .mt-planner-v2-card__interest.is-selected,
.mt-country-mobile__hero--planner-v2 .mt-planner-v2-card__interest[aria-pressed="true"],
.mt-country-mobile__hero--planner-v2 .mt-planner-v2-card__interest[aria-checked="true"] {
  background: #fff !important;
}

.mt-planner-v2-card__promise {
  align-items: start !important;
  display: grid !important;
  gap: 2px !important;
  grid-template-columns: 1fr !important;
  margin-top: 24px !important;
}

.mt-planner-v2-card__promise span {
  background: transparent !important;
  border-radius: 0 !important;
  color: inherit;
  display: block !important;
  flex: initial !important;
  height: auto !important;
  min-width: 0;
  width: auto !important;
}

/* Alle drei Zeilen teilen sich einen Rhythmus: der Abstand kommt allein aus
   `gap`, ein Sonder-margin auf der letzten Zeile macht ihn ungleichmaessig. */
.mt-planner-v2-card__promise span:last-child {
  margin-top: 0;
}

@media (max-width: 980px) {
  .mt-country-mobile__hero.mt-country-mobile__hero--planner-v2 {
    margin-bottom: 0 !important;
    overflow: visible !important;
  }

  .mt-country-mobile__hero.mt-country-mobile__hero--planner-v2 .mt-country-mobile__hero-location-label,
  .mt-country-mobile:not(.mt-country-mobile--preview) .mt-country-mobile__hero.mt-country-mobile__hero--planner-v2 .mt-country-mobile__hero-location-label {
    right: 18px !important;
    top: calc(26px + min(var(--mt-safe-top), 18px)) !important;
    transform: none !important;
    width: min(40%, 150px) !important;
    z-index: 3 !important;
  }

  .mt-country-mobile__hero.mt-country-mobile__hero--planner-v2 .mt-planner-v2-card--mobile,
  .mt-country-mobile:not(.mt-country-mobile--preview) .mt-country-mobile__hero.mt-country-mobile__hero--planner-v2 .mt-planner-v2-card--mobile {
    bottom: max(12px, env(safe-area-inset-bottom, 0px)) !important;
    left: 16px !important;
    margin: 0 !important;
    max-height: min(45svh, 390px) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    position: absolute !important;
    right: 16px !important;
    transform: translateY(clamp(64px, 30%, 112px)) !important;
    will-change: transform;
    width: auto !important;
  }

  .mt-country-mobile__hero.mt-country-mobile__hero--planner-v2 + .mt-country-mobile__hero-trust-block,
  .mt-country-mobile:not(.mt-country-mobile--preview) .mt-country-mobile__hero.mt-country-mobile__hero--planner-v2 + .mt-country-mobile__hero-trust-block {
    padding-top: clamp(72px, 13svh, 118px) !important;
  }

  .mt-country-mobile__hero-trust-stats {
    display: none !important;
  }
}

@media (max-width: 360px) {
  .mt-country-mobile__hero.mt-country-mobile__hero--planner-v2 .mt-planner-v2-card--mobile,
  .mt-country-mobile:not(.mt-country-mobile--preview) .mt-country-mobile__hero.mt-country-mobile__hero--planner-v2 .mt-planner-v2-card--mobile {
    bottom: max(10px, env(safe-area-inset-bottom, 0px)) !important;
  }
}

@media (min-width: 769px) {
  .mt-home-stats__item--trusted-shops .mt-home-stats__value {
    gap: clamp(14px, 1.7vw, 24px) !important;
    transform: none !important;
  }

  .mt-home-stats__item--trusted-shops .mt-home-stats__value img {
    margin-left: 0 !important;
  }

  .mt-home-stats__grid {
    column-gap: clamp(34px, 5vw, 72px) !important;
  }
}

.mt-home-press__sr-list,
.mt-country-mobile__press-sr-list {
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.mt-home-press__mask {
  overflow: hidden !important;
}

.mt-country-desktop .mt-home-press__track,
.mt-home-press__track {
  animation: mt-country-press-marquee 34s linear infinite !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 0 !important;
  width: max-content !important;
  will-change: transform;
}

.mt-country-desktop .mt-home-press:hover .mt-home-press__track,
.mt-home-press:hover .mt-home-press__track {
  animation-play-state: paused !important;
}

.mt-country-desktop .mt-home-press__set,
.mt-home-press__set {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: clamp(42px, 5vw, 74px);
  padding-right: clamp(42px, 5vw, 74px);
}

.mt-country-desktop .mt-home-press__track img,
.mt-home-press__track img {
  display: block !important;
  filter: grayscale(1) contrast(1.02);
  height: 26px !important;
  max-width: 168px !important;
  object-fit: contain !important;
  opacity: 0.78;
  width: auto !important;
}

.mt-country-desktop .mt-home-press__track img[data-logo="Handelsblatt"],
.mt-country-desktop .mt-home-press__track img[data-logo*="Zeitung"],
.mt-home-press__track img[data-logo="Handelsblatt"],
.mt-home-press__track img[data-logo*="Zeitung"] {
  height: 22px !important;
  max-width: 190px !important;
}

.mt-country-desktop .mt-home-press__track img[data-logo="WELT"],
.mt-home-press__track img[data-logo="WELT"] {
  height: 32px !important;
}

.mt-country-desktop .mt-home-press__track img[data-logo="n-tv"],
.mt-home-press__track img[data-logo="n-tv"] {
  height: 26px !important;
  max-width: 84px !important;
}

.mt-country-desktop .mt-home-press__track img[data-logo="DER SPIEGEL"],
.mt-home-press__track img[data-logo="DER SPIEGEL"] {
  height: 23px !important;
  max-width: 164px !important;
}

.mt-country-mobile__press-strip {
  opacity: 1 !important;
  overflow: hidden;
  width: 100%;
}

.mt-country-mobile__press-logo-row {
  animation: mt-country-press-marquee 30s linear infinite !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 0 !important;
  justify-content: flex-start !important;
  max-width: none !important;
  width: max-content !important;
  will-change: transform;
}

.mt-country-mobile__press-logo-set {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 28px;
  padding-right: 28px;
}

.mt-country-mobile__press-logo-row img {
  display: block !important;
  filter: grayscale(1) contrast(1.02);
  height: 18px !important;
  max-width: 90px !important;
  object-fit: contain !important;
  opacity: 0.76;
  width: auto !important;
}

.mt-country-mobile__press-logo-row img[data-logo="Handelsblatt"],
.mt-country-mobile__press-logo-row img[data-logo*="Zeitung"] {
  height: 15px !important;
  max-width: 112px !important;
}

.mt-country-mobile__press-logo-row img[data-logo="WELT"] {
  height: 23px !important;
}

.mt-country-mobile__press-logo-row img[data-logo="n-tv"] {
  height: 19px !important;
  max-width: 62px !important;
}

.mt-country-mobile__press-logo-row img[data-logo="DER SPIEGEL"] {
  height: 17px !important;
  max-width: 112px !important;
}

.mt-country-desktop .mt-home-press__track img,
.mt-home-press__track img,
.mt-country-mobile__press-logo-row img {
  filter: none !important;
  opacity: 1 !important;
}

@keyframes mt-country-press-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-33.3333%, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mt-home-press__track,
  .mt-country-mobile__press-logo-row {
    animation: none !important;
    transform: none !important;
  }
}

@media (min-width: 981px) {
  .mt-country-desktop__faq-section {
    align-items: start !important;
    background: #fff !important;
    box-sizing: border-box;
    display: grid !important;
    gap: clamp(44px, 5.6vw, 84px) !important;
    grid-template-columns: minmax(280px, 360px) minmax(0, 1fr) !important;
    margin: 0 auto !important;
    max-width: 1180px !important;
    padding: clamp(72px, 8vw, 108px) 0 !important;
    position: relative !important;
    width: min(1180px, calc(100vw - 64px)) !important;
  }

  .mt-country-desktop__faq-intro {
    margin: 0 !important;
    max-width: 360px;
    position: sticky !important;
    top: 112px !important;
  }

  .mt-country-desktop__faq-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    grid-template-columns: none !important;
    min-width: 0;
    position: static !important;
    transform: none !important;
    width: 100% !important;
  }

  .mt-country-desktop__faq-list details {
    background: var(--mt-desktop-cream, #fbf7ef) !important;
    border: 1px solid var(--mt-desktop-border, rgba(27, 61, 110, 0.12)) !important;
    border-radius: 18px !important;
    box-sizing: border-box;
    min-width: 0;
    overflow: visible !important;
    padding: 20px 22px !important;
    position: relative !important;
    width: 100%;
  }

  .mt-country-desktop__faq-list summary {
    color: var(--mt-desktop-blue, #193c6e) !important;
    cursor: pointer;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.35;
  }

  .mt-country-desktop__faq-list p {
    color: var(--mt-desktop-copy, #5f6874) !important;
    line-height: 1.62;
    margin: 12px 0 0 !important;
    max-width: 760px;
    position: static !important;
  }
}

@media (max-width: 980px) {
  .mt-country-desktop__faq-section {
    grid-template-columns: 1fr !important;
    width: auto !important;
  }
}

.mt-country-desktop__journey-modal-close {
  float: right;
  margin: 16px 16px -58px auto;
  position: sticky !important;
  right: 16px;
  top: 16px !important;
  z-index: 8 !important;
}

.mt-country-desktop__journey-modal-scroll {
  clear: both;
}

.mt-country-desktop__journey-modal-cta,
.mt-country-desktop__journey-modal-cta.mt-country-desktop__button--primary {
  font-size: 14px !important;
  justify-content: center;
  line-height: 1.15 !important;
  min-width: 0;
  padding-left: 12px !important;
  padding-right: 12px !important;
  text-align: center;
  white-space: nowrap !important;
}

.mt-country-mobile__trip-detail-sheet .mt-country-mobile__sheet-controls {
  background: linear-gradient(180deg, rgba(8, 20, 40, 0.34), rgba(8, 20, 40, 0));
  left: auto !important;
  margin: 0 0 -58px;
  padding: calc(12px + var(--mt-safe-top)) 16px 14px !important;
  position: sticky !important;
  right: auto !important;
  top: 0 !important;
  z-index: 8 !important;
}

.mt-country-mobile__detail-top-cta {
  display: grid;
  gap: 6px;
  justify-items: center;
  margin: 12px 18px 4px;
  text-align: center;
}

.mt-country-mobile__detail-top-cta button,
.mt-country-mobile__detail-footer button,
.mt-home-benefit-detail__footer .mt-home-primary-button,
.mt-home-benefit-detail-card__cta {
  background-color: #f05f50 !important;
  background-image: var(--cta-grad, linear-gradient(135deg, #f05f50 0%, #f0562a 100%)) !important;
  color: #fff !important;
}

.mt-country-mobile__detail-top-cta button {
  border: 0;
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(240, 86, 42, 0.24);
  font-size: 14.5px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 auto;
  min-height: 50px;
  padding: 14px 18px;
  text-align: center;
  white-space: normal;
  width: min(100%, 340px);
}

.mt-country-mobile__detail-top-cta-note {
  color: #5d6572;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.35;
  margin: 0;
}

.mt-home-benefit-detail-card__cta {
  justify-content: center !important;
  min-width: min(100%, 330px) !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  text-align: center;
  text-overflow: clip !important;
  white-space: normal !important;
  width: auto !important;
}

.mt-home-benefit-detail__footer .mt-home-primary-button {
  justify-content: center;
  min-width: min(100%, 300px);
  text-overflow: clip;
  white-space: normal;
}

.mt-home-benefit-detail__footer .mt-home-primary-button span[aria-hidden="true"] {
  margin-left: 0.25em;
}

.mt-home-overlay--sheet {
  align-items: stretch !important;
  background: rgba(7, 20, 36, 0.56) !important;
  overflow: hidden !important;
}

.mt-home-bottom-sheet--benefit {
  background: #fffdf9 !important;
  border-radius: 0 !important;
  bottom: 0 !important;
  display: flex !important;
  flex-direction: column;
  left: 0 !important;
  margin: 0 !important;
  max-height: 100svh !important;
  min-height: 100svh !important;
  overflow: hidden !important;
  padding-bottom: 0 !important;
  right: 0 !important;
  top: auto !important;
  transform: none !important;
  width: 100% !important;
}

.mt-home-bottom-sheet--benefit .mt-home-dialog-close {
  position: sticky;
  top: max(12px, env(safe-area-inset-top, 0px));
  z-index: 4;
}

.mt-home-detail--benefit {
  flex: 1 1 auto;
  min-height: 0 !important;
  overflow-y: auto;
  padding-bottom: max(24px, env(safe-area-inset-bottom, 0px)) !important;
  scrollbar-width: none;
}

.mt-home-detail--benefit::-webkit-scrollbar {
  display: none;
}

.mt-country-desktop__guide-section--dark .mt-country-desktop__guide-inner {
  align-items: center;
  gap: clamp(44px, 5.4vw, 78px) !important;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 390px) !important;
  padding-bottom: clamp(76px, 8vw, 116px) !important;
  padding-top: clamp(76px, 8vw, 116px) !important;
}

.mt-country-desktop__guide-section--dark .mt-country-desktop__guide-copy {
  max-width: 620px;
  padding-left: 0 !important;
  text-align: left;
}

.mt-country-desktop__guide-section--dark .mt-country-desktop__guide-card {
  padding-bottom: 26px !important;
}

.mt-country-desktop__guide-section--dark .mt-country-desktop__guide-person,
.mt-country-desktop__guide-section--dark .mt-country-desktop__guide-quote {
  margin-left: 26px !important;
  margin-right: 26px !important;
}

.mt-country-desktop__guide-section--dark .mt-country-desktop__guide-cta {
  justify-content: center;
  min-width: min(100%, 310px);
  padding-left: 24px !important;
  padding-right: 24px !important;
  white-space: normal !important;
}

.mt-personal-contact--desktop {
  padding-bottom: 35px !important;
}

.mt-personal-contact--desktop .mt-personal-contact__inner {
  padding-bottom: 22px !important;
  padding-top: 22px !important;
}

.mt-country-mobile__final-cta,
.mt-country-mobile__final-cta h2,
.mt-country-mobile__final-cta p,
.mt-country-mobile__final-cta div,
.mt-country-mobile__final-cta span,
.mt-country-mobile__final-cta small {
  color: #fff !important;
}

/* Planner form desktop follow-up polish */
.mt-country-desktop__planner-close,
.mt-country-desktop__planner-shell--wide .mt-country-desktop__planner-close {
  right: 10px !important;
  top: 8px !important;
}

.mt-country-desktop__planner-meta-row {
  padding-right: 78px !important;
}

.mt-country-desktop__planner-option-icon,
.mt-country-desktop__planner-option:nth-child(2) .mt-country-desktop__planner-option-icon,
.mt-country-desktop__planner-option:nth-child(3) .mt-country-desktop__planner-option-icon,
.mt-country-desktop__planner-option:nth-child(4) .mt-country-desktop__planner-option-icon,
.mt-country-desktop__planner-option:nth-child(5) .mt-country-desktop__planner-option-icon,
.mt-country-desktop__planner-option:nth-child(6) .mt-country-desktop__planner-option-icon,
.mt-country-desktop__planner-option[aria-pressed="true"] .mt-country-desktop__planner-option-icon,
.mt-country-desktop__planner-option[aria-checked="true"] .mt-country-desktop__planner-option-icon {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.mt-country-desktop__planner-duration-grid button {
  align-items: center !important;
  display: flex !important;
  justify-content: center !important;
  line-height: 1.2 !important;
  min-height: 56px !important;
  text-align: center !important;
  width: 100% !important;
}

@media (min-width: 900px) {
  .mt-country-desktop__planner-summary-grid {
    align-items: stretch !important;
    display: grid !important;
    gap: 18px !important;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.82fr) !important;
  }

  .mt-country-desktop__planner-summary-main {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .mt-country-desktop__planner-summary-grid > .mt-country-desktop__planner-guide-questions {
    align-self: stretch !important;
    display: grid !important;
    gap: 14px !important;
    grid-column: auto !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .mt-country-desktop__planner-guide-questions > strong,
  .mt-country-desktop__planner-guide-questions-pending {
    grid-column: auto !important;
  }

  .mt-country-desktop__planner-guide-questions article {
    min-height: 0 !important;
  }
}

.mt-country-mobile__planner-scroll--inline-footer {
  padding-bottom: calc(24px + var(--mt-safe-bottom) + var(--mt-keyboard-offset, 0px)) !important;
  scroll-padding-bottom: calc(24px + var(--mt-safe-bottom) + var(--mt-keyboard-offset, 0px)) !important;
}

.mt-country-mobile__planner-footer[hidden] {
  display: none !important;
}

.mt-country-mobile__planner-footer--inline {
  border-top: 0 !important;
  margin-top: 18px;
  padding: 4px 0 calc(20px + var(--mt-safe-bottom)) !important;
  transform: none !important;
  transition: none !important;
}

/* Keep the mobile overview strictly vertical: no hidden horizontal overflow. */
.mt-country-mobile__planner-scroll,
.mt-country-mobile__summary-step,
.mt-country-mobile__summary-step > *,
.mt-country-mobile__summary-card,
.mt-country-mobile__profile,
.mt-country-mobile__profile-rows,
.mt-country-mobile__guide-question-heading,
.mt-country-mobile__guide-question-pending,
.mt-country-mobile__question-carousel-wrap,
.mt-country-mobile__question-carousel,
.mt-country-mobile__question-carousel article,
.mt-country-mobile__question-carousel aside {
  box-sizing: border-box !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

.mt-country-mobile__planner-scroll,
.mt-country-mobile__summary-step,
.mt-country-mobile__summary-card {
  overflow-x: hidden !important;
}

.mt-country-mobile__summary-card {
  width: 100% !important;
}

.mt-country-mobile__summary-step > p,
.mt-country-mobile__summary-card .mt-country-mobile__profile-headline,
.mt-country-mobile__summary-card p,
.mt-country-mobile__profile-rows dt,
.mt-country-mobile__profile-rows dd,
.mt-country-mobile__question-carousel article p {
  overflow-wrap: anywhere !important;
  white-space: normal !important;
}

.mt-country-mobile__question-carousel-wrap {
  margin-left: 0 !important;
  margin-right: 0 !important;
  overflow: visible !important;
}

.mt-country-mobile__question-carousel-wrap::after {
  display: none !important;
}

.mt-country-mobile__summary-step .mt-country-mobile__question-carousel {
  display: grid !important;
  gap: 12px !important;
  overflow-x: visible !important;
  padding: 0 !important;
  scroll-snap-type: none !important;
}

.mt-country-mobile__summary-step .mt-country-mobile__question-carousel article,
.mt-country-mobile__summary-step .mt-country-mobile__question-carousel aside {
  flex: 1 1 auto !important;
  width: 100% !important;
}

.mt-country-mobile__summary-step {
  padding-bottom: 42px !important;
}

/* Country landing page refinement pass 3 (mobile). */

/* Der Hero-Abschnitt bekommt einen eigenen Stacking-Context ueber dem blauen
   Trust-Block (z-index: 1). Ohne den konkurriert die Planer-Kachel nur ueber
   den Root-Context mit dem Trust-Block – auf iOS Safari verliert sie das
   wegen backdrop-filter/will-change trotz hoeherem z-index. */
.mt-country-mobile .mt-country-mobile__hero.mt-country-mobile__hero--planner-v2,
.mt-country-mobile:not(.mt-country-mobile--preview) .mt-country-mobile__hero.mt-country-mobile__hero--planner-v2 {
  isolation: isolate;
  position: relative;
  z-index: 3;
}

/* Die Kachel liegt innerhalb des Heros ganz oben und ist einen Tick
   durchsichtiger als vorher (0.86 -> 0.78). */
.mt-country-mobile .mt-country-mobile__hero--planner-v2 .mt-planner-v2-card--mobile,
.mt-country-mobile .mt-country-mobile__hero--planner-v2 .mt-planner-v2-card--desktop {
  background: rgba(253, 248, 240, 0.78) !important;
  z-index: 12 !important;
}

/* Detail-Sheet-CTA: "ca. 2 Minuten · kostenlos · unverbindlich" gehoert in eine
   eigene Zeile. Die <small>/<span>-Regeln des Footers zielen eigentlich auf den
   Preisblock und machen die CTA-Zeilen sonst inline. */
.mt-country-mobile__detail-top-cta button,
.mt-country-mobile__detail-footer button {
  white-space: normal !important;
}

.mt-country-mobile__detail-top-cta button > span,
.mt-country-mobile__detail-top-cta button > small,
.mt-country-mobile__detail-footer button > span,
.mt-country-mobile__detail-footer button > small {
  display: block !important;
  text-align: center !important;
  white-space: normal !important;
}

/* Der Footer faerbt jedes span/small grau (gedacht fuer den Preisblock daneben) –
   im CTA muss die Zeile wieder weiss und in CTA-Groesse laufen. */
.mt-country-mobile__detail-top-cta button > span,
.mt-country-mobile__detail-footer button > span {
  color: #fff !important;
  font-size: 14.5px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

.mt-country-mobile__detail-top-cta button > small,
.mt-country-mobile__detail-footer button > small {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 12px !important;
  font-weight: 650 !important;
  line-height: 1.25 !important;
  margin-top: 3px !important;
}

/* Erreichbarkeits-Hinweis direkt an der Rufnummer im "Besondere Wuensche"-Block. */
.mt-personal-contact__links a small {
  color: var(--mt-muted-2, #5f6874);
  font-size: 11px;
  font-weight: 650;
  margin-left: 6px;
  white-space: nowrap;
}

/* Kontaktwege auf Mobile: beide Buttons gleich breit und zentriert. */
.mt-personal-contact--mobile .mt-personal-contact__links {
  align-items: stretch;
  flex-direction: column;
}

.mt-personal-contact--mobile .mt-personal-contact__links a {
  justify-content: center;
  text-align: center;
  width: 100%;
}

/* Cookiebot-Floating-Button nur auf der Laender-Landingpage ausblenden. Die
   Einwilligung bleibt ueber "Cookie-Einstellungen" im Footer widerrufbar. */
:root:has(.mt-country-mobile) #CookiebotWidget,
:root:has(.mt-country-mobile) #CookiebotWidgetUnderlay,
:root:has(.mt-country-desktop) #CookiebotWidget,
:root:has(.mt-country-desktop) #CookiebotWidgetUnderlay {
  display: none !important;
}

/* Country planner UI refinement 2026-08: transparent hero, calm FAQ/contact/summary surfaces. */
.mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero--planner-v2 .mt-planner-v2-card--desktop,
.mt-country-mobile__hero.mt-country-mobile__hero--planner-v2 .mt-planner-v2-card--mobile,
.mt-country-mobile__hero--planner-v2 .mt-planner-v2-card--mobile,
.mt-country-mobile__hero--planner-v2 .mt-planner-v2-card--desktop {
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero--planner-v2 .mt-planner-v2-card--desktop h2,
.mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero--planner-v2 .mt-planner-v2-card--desktop > p,
.mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero--planner-v2 .mt-planner-v2-card--desktop .mt-planner-v2-card__selection,
.mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero--planner-v2 .mt-planner-v2-card--desktop .mt-planner-v2-card__selection span,
.mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero--planner-v2 .mt-planner-v2-card--desktop .mt-planner-v2-card__selection strong,
.mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero--planner-v2 .mt-planner-v2-card--desktop .mt-planner-v2-card__promise,
.mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero--planner-v2 .mt-planner-v2-card--desktop .mt-planner-v2-card__promise span,
.mt-country-mobile__hero--planner-v2 .mt-planner-v2-card--mobile h2,
.mt-country-mobile__hero--planner-v2 .mt-planner-v2-card--mobile > p,
.mt-country-mobile__hero--planner-v2 .mt-planner-v2-card--mobile .mt-planner-v2-card__selection,
.mt-country-mobile__hero--planner-v2 .mt-planner-v2-card--mobile .mt-planner-v2-card__selection span,
.mt-country-mobile__hero--planner-v2 .mt-planner-v2-card--mobile .mt-planner-v2-card__selection strong,
.mt-country-mobile__hero--planner-v2 .mt-planner-v2-card--mobile .mt-planner-v2-card__promise,
.mt-country-mobile__hero--planner-v2 .mt-planner-v2-card--mobile .mt-planner-v2-card__promise span {
  color: rgba(255, 255, 255, 0.95) !important;
  text-shadow: 0 2px 16px rgba(7, 22, 39, 0.68) !important;
}

.mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero--planner-v2 .mt-planner-v2-card__interest,
.mt-country-mobile__hero--planner-v2 .mt-planner-v2-card__interest {
  background: rgba(253, 248, 240, 0.9) !important;
  border-color: rgba(255, 255, 255, 0.58) !important;
  box-shadow: 0 10px 24px rgba(7, 22, 39, 0.18) !important;
  color: #193c6e !important;
  text-shadow: none !important;
}

.mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero--planner-v2 .mt-planner-v2-card__interest:hover,
.mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero--planner-v2 .mt-planner-v2-card__interest:focus-visible,
.mt-country-mobile__hero--planner-v2 .mt-planner-v2-card__interest:hover,
.mt-country-mobile__hero--planner-v2 .mt-planner-v2-card__interest:focus-visible {
  background: rgba(255, 250, 244, 0.98) !important;
  border-color: rgba(240, 92, 63, 0.78) !important;
  outline: 3px solid rgba(255, 255, 255, 0.72) !important;
  outline-offset: 2px;
}

.mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero--planner-v2 .mt-planner-v2-card__interest.is-selected,
.mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero--planner-v2 .mt-planner-v2-card__interest[aria-pressed="true"],
.mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero--planner-v2 .mt-planner-v2-card__interest[aria-checked="true"],
.mt-country-mobile__hero--planner-v2 .mt-planner-v2-card__interest.is-selected,
.mt-country-mobile__hero--planner-v2 .mt-planner-v2-card__interest[aria-pressed="true"],
.mt-country-mobile__hero--planner-v2 .mt-planner-v2-card__interest[aria-checked="true"] {
  background: rgba(255, 246, 235, 0.98) !important;
  border-color: rgba(240, 92, 63, 0.9) !important;
  color: #193c6e !important;
}

.mt-country-desktop[data-country-design="landing"] .mt-country-desktop__hero--planner-v2 .mt-planner-v2-card__interest span,
.mt-country-mobile__hero--planner-v2 .mt-planner-v2-card__interest span {
  color: #193c6e !important;
  text-shadow: none !important;
}

.mt-planner-v2-hero-trust__item,
.mt-country-desktop__planner-v2-guide-trust > span,
.mt-country-mobile__planner-v2-guide-trust > span,
.mt-trust-stats__rating,
.mt-home-stats__rating-readable,
.mt-planner-trust-rating {
  align-items: center !important;
  display: inline-flex !important;
  gap: 4px;
  white-space: nowrap !important;
}

@media (min-width: 981px) {
  .mt-country-desktop__faq-section {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .mt-country-desktop__faq-list details,
  .mt-country-desktop__faq-column details {
    background: rgba(253, 248, 240, 0.76) !important;
    border: 1px solid rgba(18, 44, 82, 0.14) !important;
    box-shadow: none !important;
  }

  .mt-country-desktop__faq-list details[open],
  .mt-country-desktop__faq-column details[open] {
    background: rgba(255, 250, 244, 0.9) !important;
  }
}

.mt-country-mobile__faq-section,
.mt-country-mobile__accordion {
  background: transparent !important;
}

.mt-country-mobile__accordion-item {
  background: rgba(253, 248, 240, 0.8) !important;
  border: 1px solid rgba(18, 44, 82, 0.12) !important;
  box-shadow: none !important;
}

.mt-country-mobile__accordion-trigger,
.mt-country-mobile__accordion-panel {
  background: transparent !important;
}

.mt-country-desktop__planner-summary-grid {
  align-items: stretch !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  gap: 18px !important;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 1fr) !important;
  padding: 0 !important;
}

.mt-country-desktop__planner-summary-card,
.mt-country-desktop__planner-guide-questions,
.mt-country-mobile__summary-card,
.mt-country-mobile__guide-question-pending,
.mt-country-mobile__summary-step .mt-country-mobile__question-carousel article,
.mt-planner-v2-summary__card,
.mt-planner-v2-hints article {
  background: #fffaf4 !important;
  border: 1px solid rgba(18, 44, 82, 0.14) !important;
  border-radius: 18px !important;
  box-shadow: none !important;
}

.mt-country-desktop__planner-summary-card,
.mt-country-desktop__planner-guide-questions {
  height: 100%;
}

.mt-country-desktop__planner-guide-questions article {
  background: rgba(248, 239, 229, 0.72) !important;
  border: 1px solid rgba(18, 44, 82, 0.1) !important;
  box-shadow: none !important;
}

.mt-planner-v2-hints,
.mt-planner-v2-contact {
  align-items: stretch !important;
  display: grid !important;
  gap: 18px !important;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 1fr) !important;
}

.mt-planner-v2-contact form {
  background: #fffaf4 !important;
  border: 1px solid rgba(18, 44, 82, 0.14) !important;
  border-radius: 18px !important;
  box-shadow: none !important;
}

@media (min-width: 900px) {
  .mt-country-desktop__planner-question--v2-contact .mt-country-desktop__planner-contact-composition {
    align-items: stretch !important;
    display: grid !important;
    gap: 24px !important;
    grid-template-columns: minmax(280px, 0.42fr) minmax(380px, 0.58fr) !important;
  }

  .mt-country-desktop__planner-question--v2-contact .mt-country-desktop__planner-contact-stack {
    max-width: 440px;
    width: 100%;
  }

  .mt-country-desktop__planner-question--v2-contact .mt-country-desktop__planner-contact-grid,
  .mt-country-desktop__planner-question--v2-contact .mt-country-desktop__planner-contact-grid--name,
  .mt-country-desktop__planner-question--v2-contact .mt-country-desktop__planner-contact-grid--email {
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100%;
  }

  .mt-country-desktop__planner-question--v2-contact .mt-country-desktop__planner-contact-grid label {
    width: 100%;
  }

  .mt-country-desktop__planner-question--v2-contact .mt-country-desktop__planner-v2-guide-card {
    min-height: 100%;
  }
}

@media (max-width: 899px) {
  .mt-country-desktop__planner-summary-grid,
  .mt-country-desktop__planner-question--v2-contact .mt-country-desktop__planner-contact-composition,
  .mt-planner-v2-hints,
  .mt-planner-v2-contact {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

.mt-country-mobile__planner-step--v2-contact .mt-country-mobile__contact-grid,
.mt-country-mobile__contact-grid--v2-name {
  grid-template-columns: minmax(0, 1fr) !important;
}

.mt-planner-newsletter-consent {
  align-items: start !important;
  background: rgba(253, 248, 240, 0.78);
  border: 1px solid rgba(18, 44, 82, 0.14);
  border-radius: 14px;
  color: #193c6e;
  display: grid !important;
  gap: 10px !important;
  grid-template-columns: 20px minmax(0, 1fr);
  max-width: min(100%, 470px);
  padding: 12px 14px;
  text-align: left;
}

.mt-planner-newsletter-consent:focus-within {
  border-color: rgba(240, 92, 63, 0.72);
  box-shadow: 0 0 0 3px rgba(240, 92, 63, 0.14);
}

.mt-planner-newsletter-consent input[type="checkbox"] {
  accent-color: #f05c3f;
  align-self: start;
  height: 18px !important;
  margin: 2px 0 0 !important;
  min-height: 18px !important;
  padding: 0 !important;
  width: 18px !important;
}

.mt-planner-newsletter-consent > span {
  color: #24406b !important;
  display: block !important;
  font-size: 12.5px !important;
  font-weight: 650 !important;
  letter-spacing: 0 !important;
  line-height: 1.45 !important;
  margin: 0 !important;
  text-transform: none !important;
}

.mt-planner-newsletter-consent a {
  color: #193c6e;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.mt-country-desktop__planner-nav-actions .mt-planner-newsletter-consent {
  justify-self: end;
}

.mt-country-mobile__planner-footer .mt-planner-newsletter-consent,
.mt-country-mobile__planner-footer--inline .mt-planner-newsletter-consent,
.mt-planner-v2-contact .mt-planner-newsletter-consent {
  max-width: 100%;
  width: 100%;
}

.mt-planner-v2-card__intro {
  font-size: 13px !important;
  font-weight: 750 !important;
  line-height: 1.35 !important;
  margin: 2px 0 14px !important;
  text-align: left !important;
}

.mt-country-mobile__hero--planner-v2 .mt-planner-v2-card--mobile .mt-planner-v2-card__intro {
  color: rgba(255, 255, 255, 0.92) !important;
  max-width: 26ch;
}

.mt-country-mobile__hero--planner-v2 .mt-planner-v2-card--mobile .mt-planner-v2-card__promise {
  gap: 1px !important;
  margin-top: 12px !important;
  text-align: center !important;
}

.mt-country-mobile__planner-step--v2-contact .mt-country-mobile__contact-grid--v2-name {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.mt-country-mobile__planner-step--v2-contact .mt-country-mobile__planner-field {
  gap: 0 !important;
}

@media (min-width: 900px) {
  .mt-country-desktop__planner-question--v2-contact .mt-country-desktop__planner-contact-grid--name {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .mt-country-desktop__planner-question--v2-contact .mt-country-desktop__planner-contact-grid--email {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

.mt-planner-newsletter-consent input[type="checkbox"] {
  -webkit-appearance: auto !important;
  appearance: auto !important;
  background-color: #ffffff !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  cursor: pointer;
}

@media (max-width: 980px) {
  .mt-country-mobile__hero.mt-country-mobile__hero--planner-v2,
  .mt-country-mobile:not(.mt-country-mobile--preview) .mt-country-mobile__hero.mt-country-mobile__hero--planner-v2 {
    height: calc(100svh + clamp(74px, 12svh, 112px)) !important;
    max-height: none !important;
    min-height: calc(100svh + 74px) !important;
  }

  @supports (height: 100dvh) {
    .mt-country-mobile__hero.mt-country-mobile__hero--planner-v2,
    .mt-country-mobile:not(.mt-country-mobile--preview) .mt-country-mobile__hero.mt-country-mobile__hero--planner-v2 {
      height: calc(100dvh + clamp(74px, 12dvh, 112px)) !important;
    }
  }

  .mt-country-mobile__hero.mt-country-mobile__hero--planner-v2 .mt-planner-v2-card--mobile,
  .mt-country-mobile:not(.mt-country-mobile--preview) .mt-country-mobile__hero.mt-country-mobile__hero--planner-v2 .mt-planner-v2-card--mobile {
    max-height: min(58svh, 440px) !important;
    transform: none !important;
  }

  .mt-country-mobile__hero.mt-country-mobile__hero--planner-v2 + .mt-country-mobile__hero-trust-block,
  .mt-country-mobile:not(.mt-country-mobile--preview) .mt-country-mobile__hero.mt-country-mobile__hero--planner-v2 + .mt-country-mobile__hero-trust-block {
    padding-top: clamp(26px, 5svh, 52px) !important;
  }
}

/* Country hero slideshow 2026-08: shared rotation, passive bars, synced captions. */
.mt-country-desktop__hero-nav-label,
.mt-country-mobile__hero-location-label {
  animation: mt-country-hero-caption-fade 0.55s ease both;
}

.mt-country-mobile__hero-caption-stack {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: min(46%, 204px);
  pointer-events: none;
  position: absolute;
  right: clamp(18px, 4vw, 32px);
  top: calc(24px + min(var(--mt-safe-top), 20px));
  width: min(46%, 204px);
  z-index: 4;
}

.mt-country-mobile__hero-caption-stack .mt-country-mobile__hero-location-label {
  align-self: stretch !important;
  max-width: 100% !important;
  min-width: 100% !important;
  position: static !important;
  right: auto !important;
  top: auto !important;
  transform: none !important;
  width: 100% !important;
  z-index: auto !important;
}

.mt-country-desktop__hero-strokes,
.mt-country-mobile__hero-strokes {
  align-items: center;
  display: flex;
  gap: 6px;
  max-width: calc(100% - 36px);
  overflow: hidden;
  pointer-events: none;
}

.mt-country-desktop__hero-stroke,
.mt-country-mobile__hero-stroke {
  background: rgba(255, 255, 255, 0.38);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 1px 10px rgba(6, 16, 28, 0.26);
  cursor: default;
  display: block;
  flex: 0 1 22px;
  height: 5px;
  min-width: 12px;
  padding: 0;
  pointer-events: none;
  transition: background 0.45s ease, opacity 0.45s ease, width 0.45s ease;
  width: clamp(18px, 4vw, 24px);
}

.mt-country-desktop__hero-stroke.is-active,
.mt-country-mobile__hero-stroke.is-active {
  background: #fff;
  opacity: 1;
  width: clamp(34px, 8vw, 44px);
}

.mt-country-mobile__hero-strokes {
  bottom: clamp(300px, 39svh, 380px);
  justify-content: center;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 3;
}

.mt-country-mobile__hero-caption-stack .mt-country-mobile__hero-strokes {
  align-self: stretch !important;
  bottom: auto !important;
  justify-content: flex-end;
  left: auto !important;
  max-width: 100% !important;
  min-width: 100% !important;
  order: -1;
  position: static !important;
  right: auto !important;
  top: auto !important;
  transform: none !important;
  width: 100% !important;
}

.mt-country-mobile__hero--planner-v2 .mt-country-mobile__hero-strokes {
  bottom: auto;
  justify-content: flex-end;
  left: auto;
  right: 18px;
  top: calc(128px + min(var(--mt-safe-top), 18px));
  transform: none;
  width: min(44%, 168px);
}

.mt-country-mobile__hero--planner-v2 .mt-country-mobile__hero-caption-stack .mt-country-mobile__hero-strokes {
  align-self: stretch !important;
  bottom: auto !important;
  left: auto !important;
  max-width: 100% !important;
  min-width: 100% !important;
  position: static !important;
  right: auto !important;
  top: auto !important;
  transform: none !important;
  width: 100% !important;
}

.mt-country-desktop__hero-strokes {
  justify-content: flex-end;
}

@keyframes mt-country-hero-caption-fade {
  from {
    opacity: 0;
    transform: translateY(4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 981px) {
  .mt-country-mobile:not(.mt-country-mobile--preview) .mt-country-mobile__hero-caption-stack {
    max-width: min(280px, 24vw);
    right: var(--mt-country-corridor-edge, max(32px, calc((100vw - 1180px) / 2)));
    top: calc(34px + env(safe-area-inset-top, 0px));
    width: min(280px, 24vw);
  }

  .mt-country-desktop__hero-strokes {
    gap: 7px;
  }

  .mt-country-mobile__hero-caption-stack .mt-country-mobile__hero-location-label {
    order: 1;
  }

  .mt-country-mobile__hero-caption-stack .mt-country-mobile__hero-strokes {
    gap: 7px;
    margin-top: 2px;
    order: 2;
  }

  .mt-country-desktop__hero-stroke {
    flex-basis: 24px;
    width: 24px;
  }

  .mt-country-desktop__hero-stroke.is-active {
    background: var(--mt-tomato);
    width: 44px;
  }
}

@media (max-width: 420px) {
  .mt-country-mobile__hero-caption-stack {
    max-width: min(44%, 170px);
    width: min(44%, 170px);
  }

  .mt-country-mobile__hero-strokes {
    bottom: clamp(292px, 38svh, 360px);
    gap: 5px;
  }

  .mt-country-mobile__hero-stroke {
    height: 4px;
    width: clamp(16px, 6vw, 22px);
  }

  .mt-country-mobile__hero-stroke.is-active {
    width: clamp(30px, 10vw, 40px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mt-country-desktop__hero-nav-label,
  .mt-country-mobile__hero-location-label {
    animation: none;
  }

  .mt-country-desktop__hero-stroke,
  .mt-country-mobile__hero-stroke {
    transition: none;
  }
}
