body:has(.mx-entry) {
  background: #02050d;
}

@media (min-width: 761px) {
  body:has(.mx-entry) {
    overflow-x: hidden;
    overflow-y: auto;
  }
}

body:has(.mx-entry) .header {
  background: rgba(2, 5, 13, 0.78);
  border-bottom: 1px solid rgba(110, 151, 255, 0.18);
  backdrop-filter: blur(18px);
}

body:has(.mx-entry) .page-main {
  padding: 0;
}

.mx-entry {
  --entry-bg: #02050d;
  --entry-panel: rgba(12, 17, 33, 0.76);
  --entry-panel-strong: rgba(18, 24, 43, 0.92);
  --entry-line: rgba(119, 146, 255, 0.24);
  --entry-line-strong: rgba(86, 142, 255, 0.62);
  --entry-text: #f8fbff;
  --entry-muted: #b7c0d3;
  --entry-soft: #7f8ca8;
  --entry-blue: #2f7dff;
  --entry-cyan: #2de4ff;
  --entry-violet: #6f45ff;
  --entry-green: #54e4b2;
  position: relative;
  min-height: calc(100vh - 72px);
  overflow: clip;
  isolation: isolate;
  color: var(--entry-text);
  background:
    radial-gradient(circle at 16% 18%, rgba(48, 102, 255, 0.18), transparent 30%),
    radial-gradient(circle at 82% 16%, rgba(123, 65, 255, 0.18), transparent 34%),
    linear-gradient(180deg, #030713 0%, #040914 52%, #02050d 100%);
}

.mx-entry__backdrop {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.mx-entry__globe {
  position: absolute;
  right: clamp(-260px, -12vw, -122px);
  bottom: clamp(-300px, -16vw, -150px);
  width: min(1040px, 62vw);
  height: min(1040px, 62vw);
  opacity: 0.9;
  filter:
    drop-shadow(0 0 42px rgba(45, 228, 255, 0.13))
    drop-shadow(0 0 96px rgba(47, 125, 255, 0.17));
}

.mx-entry__glow {
  position: absolute;
  width: 28vw;
  height: 28vw;
  border-radius: 999px;
  opacity: 0.1;
  filter: blur(78px);
}

.mx-entry__glow--blue {
  left: 12%;
  top: 10%;
  background: #2f7dff;
}

.mx-entry__glow--violet {
  right: 6%;
  bottom: 4%;
  background: #6f45ff;
}

.mx-entry__inner {
  width: 100%;
  min-height: inherit;
  margin: 0 auto;
  padding: clamp(18px, 2.4vw, 32px) clamp(18px, 5vw, 72px) 32px;
}

.mx-entry__showcase {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(210px, 300px));
  gap: clamp(12px, 1.5vw, 26px);
  align-items: stretch;
  justify-content: center;
  width: 100%;
}

.mx-entry-card,
.mx-service-panel,
.mx-country-map-modal__dialog {
  border: 1px solid var(--entry-line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015)),
    var(--entry-panel);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
}

.mx-entry-card {
  position: relative;
  min-width: 0;
  min-height: 0;
  padding: 14px;
  border-radius: 8px;
  overflow: visible;
}

.mx-entry-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 24%, rgba(47, 125, 255, 0.16), transparent 42%);
  opacity: 0.72;
  pointer-events: none;
}

.mx-entry-card__visual {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  max-height: none;
  height: auto;
  margin: 0 0 12px;
  overflow: hidden;
  border-radius: 6px;
  background:
    radial-gradient(circle at 50% 54%, rgba(47, 125, 255, 0.12), transparent 58%),
    rgba(3, 8, 20, 0.62);
}

.mx-entry-card__visual img {
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain !important;
  object-position: center center !important;
  filter: saturate(1.08) contrast(1.04);
}

.mx-entry-card h2,
.mx-entry-card p {
  position: relative;
  z-index: 1;
  margin-right: 0;
  margin-left: 0;
}

.mx-entry-card h2 {
  margin-top: 0;
  margin-bottom: 6px;
  font-size: clamp(0.98rem, 1.14vw, 1.18rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.mx-entry-card p {
  max-width: 22ch;
  margin-top: 0;
  margin-bottom: 0;
  color: var(--entry-muted);
  font-size: 0.8rem;
  line-height: 1.24;
}

.mx-entry-card--numbers,
.mx-entry-card--esim,
.mx-entry-card--ai,
.mx-entry-card--manager {
  cursor: pointer;
}

.mx-entry-card--numbers:focus-visible,
.mx-entry-card--esim:focus-visible,
.mx-entry-card--ai:focus-visible,
.mx-entry-card--manager:focus-visible {
  outline: 2px solid rgba(111, 151, 255, 0.8);
  outline-offset: 4px;
}

.mx-chip-card {
  position: relative;
  display: grid;
  place-items: center;
  width: 128px;
  height: 92px;
  border-radius: 18px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 800;
  transform: rotate(-18deg);
  background: linear-gradient(145deg, #7a43ff, #2636d9);
  box-shadow: 0 24px 50px rgba(77, 51, 255, 0.38), inset 0 0 24px rgba(255, 255, 255, 0.12);
}

.mx-chip-orbit {
  position: absolute;
  width: 190px;
  height: 132px;
  border-radius: 50%;
  border: 1px solid rgba(45, 228, 255, 0.3);
  transform: rotate(-18deg);
  box-shadow: 0 0 34px rgba(111, 69, 255, 0.28);
}

.mx-mini-world {
  width: 146px;
  height: 146px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, transparent 48%, rgba(255, 255, 255, 0.18) 49%, transparent 51%),
    radial-gradient(circle at 34% 30%, rgba(45, 228, 255, 0.56), transparent 18%),
    radial-gradient(circle at 64% 60%, rgba(111, 69, 255, 0.5), transparent 23%),
    linear-gradient(145deg, #073a80, #041738 72%);
  box-shadow: inset -18px -24px 36px rgba(0, 0, 0, 0.45), 0 0 44px rgba(47, 125, 255, 0.34);
}

.mx-number-tile {
  position: absolute;
  right: 10px;
  bottom: 24px;
  min-width: 170px;
  padding: 16px 18px;
  border: 1px solid rgba(142, 166, 255, 0.24);
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(145deg, rgba(18, 26, 54, 0.96), rgba(8, 12, 26, 0.96));
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.36);
  font-weight: 800;
  transform: rotate(-12deg);
}

.mx-ai-window {
  width: 170px;
  height: 128px;
  border: 1px solid rgba(122, 151, 255, 0.22);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(47, 125, 255, 0.24) 0 28%, transparent 28%),
    linear-gradient(180deg, rgba(55, 83, 165, 0.42), rgba(8, 15, 35, 0.86));
  box-shadow: 0 24px 50px rgba(47, 125, 255, 0.2);
}

.mx-ai-bot {
  position: absolute;
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 24px;
  color: #071122;
  background: linear-gradient(145deg, #f2fbff, #66dfff);
  box-shadow: 0 0 0 8px rgba(47, 125, 255, 0.3), 0 18px 42px rgba(47, 125, 255, 0.3);
  font-weight: 900;
}

.mx-headset-ring {
  width: 142px;
  height: 142px;
  border: 18px solid rgba(111, 69, 255, 0.78);
  border-bottom-color: transparent;
  border-radius: 50%;
  filter: drop-shadow(0 0 24px rgba(111, 69, 255, 0.42));
}

.mx-headset-band {
  position: absolute;
  width: 118px;
  height: 78px;
  border-right: 20px solid rgba(74, 116, 255, 0.78);
  border-left: 20px solid rgba(74, 116, 255, 0.78);
  border-radius: 18px 18px 34px 34px;
  transform: translateY(32px);
}

.mx-service-panel {
  position: absolute;
  z-index: 6;
  left: 50%;
  top: clamp(96px, 11vh, 132px);
  width: min(700px, calc(100vw - 32px));
  max-height: min(720px, calc(100vh - 130px));
  border-radius: 8px;
  overflow: hidden;
  background: var(--entry-panel-strong);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 14px) scale(0.98);
  transform-origin: 50% 12px;
  pointer-events: none;
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.mx-entry.is-service-open .mx-service-panel {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0) scale(1);
  pointer-events: auto;
}

.mx-service-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mx-service-panel__head strong {
  display: block;
  font-size: 1rem;
}

.mx-service-panel__head small {
  display: block;
  margin-bottom: 4px;
  color: var(--entry-cyan);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mx-service-panel__head span {
  display: block;
  margin-top: 4px;
  color: var(--entry-muted);
  font-size: 0.8rem;
  line-height: 1.3;
}

.mx-service-panel__head button {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  font: inherit;
  font-size: 1rem;
  cursor: pointer;
}

.mx-service-panel__intro {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 12px 20px 0;
}

.mx-service-panel__intro > div {
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(111, 151, 255, 0.16);
  border-radius: 8px;
  background: rgba(3, 9, 24, 0.58);
}

.mx-service-panel__intro b,
.mx-service-panel__intro span {
  display: block;
}

.mx-service-panel__intro b {
  color: #f8fbff;
  font-size: 0.82rem;
}

.mx-service-panel__intro span {
  margin-top: 4px;
  color: rgba(205, 216, 244, 0.72);
  font-size: 0.74rem;
  line-height: 1.35;
}

.mx-service-panel__search {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  color: var(--entry-soft);
  background: rgba(255, 255, 255, 0.06);
}

.mx-service-panel__tools {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  margin: 14px 20px;
}

.mx-service-panel__tools[hidden] {
  display: none !important;
}

.mx-service-panel__map {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 42px;
  min-width: 142px;
  border: 1px solid rgba(45, 228, 255, 0.32);
  border-radius: 8px;
  color: #dffcff;
  background: rgba(45, 228, 255, 0.1);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 900;
  cursor: pointer;
}

.mx-service-panel__map[hidden] {
  display: none;
}

.mx-service-panel__map:hover,
.mx-service-panel__map:focus-visible {
  outline: 0;
  border-color: rgba(45, 228, 255, 0.58);
  background: rgba(45, 228, 255, 0.16);
}

.mx-service-panel__search span {
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.mx-service-panel__search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  color: #fff;
  background: transparent;
  font: inherit;
}

.mx-service-suggestions {
  display: grid;
  gap: 6px;
  margin: -6px 20px 12px;
  padding: 8px;
  border: 1px solid rgba(111, 151, 255, 0.16);
  border-radius: 8px;
  background: rgba(5, 11, 26, 0.92);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
}

.mx-service-suggestions[hidden] {
  display: none;
}

.mx-service-suggestion {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 34px;
  padding: 0 10px;
  border: 0;
  border-radius: 7px;
  color: #f8fbff;
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.mx-service-suggestion:hover,
.mx-service-suggestion:focus-visible {
  outline: 0;
  background: rgba(47, 125, 255, 0.18);
}

.mx-service-suggestion b {
  overflow: hidden;
  font-size: 0.84rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mx-service-suggestion span {
  color: #8fb1ff;
  font-size: 0.76rem;
  font-weight: 800;
}

.mx-service-panel__tabs {
  display: flex;
  gap: 8px;
  padding: 4px 20px 14px;
  color: var(--entry-soft);
  font-size: 0.82rem;
}

.mx-service-panel__tabs button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(111, 151, 255, 0.18);
  border-radius: 8px;
  color: var(--entry-muted);
  background: rgba(4, 11, 28, 0.58);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.mx-service-panel__tabs .is-active {
  color: #fff;
  border-color: rgba(111, 151, 255, 0.38);
  background: rgba(47, 125, 255, 0.18);
}

.mx-service-panel__tabs small {
  color: #8fb1ff;
  font-size: 0.72rem;
}

.mx-service-panel__body {
  max-height: min(450px, calc(100vh - 398px));
  overflow: auto;
  scroll-behavior: smooth;
}

.mx-service-list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mx-service-list:not(.is-active) {
  display: none;
}

.mx-service-list li {
  display: block;
  min-height: 50px;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.065);
}

.mx-service-row {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto auto auto;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 20px;
  cursor: pointer;
}

.mx-service-list li.is-selected {
  background: rgba(47, 125, 255, 0.1);
}

.mx-service-list li.is-focused-result {
  border-top-color: rgba(111, 151, 255, 0.2);
  background:
    linear-gradient(90deg, rgba(47, 125, 255, 0.16), rgba(47, 125, 255, 0.03)),
    rgba(5, 11, 26, 0.55);
}

.mx-service-list li.is-selected .mx-service-row {
  border-left: 2px solid rgba(77, 149, 255, 0.78);
  padding-left: 18px;
}

.mx-service-list b,
.mx-service-list em,
.mx-service-list strong {
  min-width: 0;
  font-size: 0.84rem;
  font-style: normal;
}

.mx-service-list b {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mx-service-list em {
  color: rgba(255, 255, 255, 0.42);
}

.mx-service-list strong {
  padding: 7px 9px;
  border-radius: 8px;
  color: #cbd7ff;
  background: rgba(47, 85, 255, 0.18);
  white-space: nowrap;
}

.mx-service-list a,
.mx-service-list button {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(111, 151, 255, 0.36);
  border-radius: 8px;
  color: #fff;
  background: rgba(47, 125, 255, 0.18);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.mx-flag-code {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 28px;
  border-radius: 5px;
  color: rgba(241, 246, 255, 0.9);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  font-size: 1.08rem;
  font-weight: 900;
}

.mx-flag-code img {
  display: block;
  width: 24px;
  height: 18px;
  border-radius: 2px;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.mx-flag-code[data-service-code=""],
.mx-flag-code[data-service-code="eSIM"] {
  font-size: 0.62rem;
}

.mx-service-regions {
  display: none;
  padding: 0 20px 14px 64px;
}

.mx-service-list li.is-selected .mx-service-regions {
  display: grid;
  gap: 8px;
}

.mx-service-regions > span {
  color: rgba(205, 216, 244, 0.72);
  font-size: 0.72rem;
  font-weight: 800;
}

.mx-service-regions > div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.mx-service-regions a {
  min-height: 28px;
  padding: 0 9px;
  border-color: rgba(111, 151, 255, 0.24);
  background: rgba(4, 11, 28, 0.7);
  font-size: 0.72rem;
}

.mx-service-regions small {
  margin-left: 5px;
  color: rgba(203, 215, 255, 0.68);
  font-size: 0.68rem;
}

.mx-service-region-panel {
  display: grid;
  gap: 10px;
  padding: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.065);
  background:
    radial-gradient(circle at top left, rgba(45, 228, 255, 0.08), transparent 42%),
    rgba(5, 11, 26, 0.72);
}

.mx-service-region-panel[hidden] {
  display: none !important;
}

.mx-service-region-panel__head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
}

.mx-service-region-panel__head button,
.mx-service-region-panel__head a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(111, 151, 255, 0.26);
  border-radius: 8px;
  color: #eaf1ff;
  background: rgba(255, 255, 255, 0.045);
  font: inherit;
  font-size: 0.76rem;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.mx-service-region-panel__head a {
  border-color: rgba(45, 228, 255, 0.34);
  color: var(--entry-cyan);
  background: rgba(45, 228, 255, 0.08);
}

.mx-service-region-panel__head div {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.mx-service-region-panel__head span {
  color: var(--entry-cyan);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mx-service-region-panel__head strong {
  overflow: hidden;
  color: #f5f8ff;
  font-size: 1rem;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mx-service-region-panel__head small {
  overflow: hidden;
  color: var(--entry-muted);
  font-size: 0.72rem;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mx-service-region-panel__search {
  display: grid;
  gap: 6px;
}

.mx-service-region-panel__search span {
  color: rgba(220, 232, 255, 0.72);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mx-service-region-panel__search input {
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(111, 151, 255, 0.18);
  border-radius: 8px;
  color: #fff;
  background: rgba(3, 9, 24, 0.78);
  font: inherit;
  font-size: 0.86rem;
  outline: none;
}

.mx-service-region-panel__search input:focus {
  border-color: rgba(45, 228, 255, 0.54);
  box-shadow: 0 0 0 3px rgba(45, 228, 255, 0.11);
}

.mx-service-region-panel__list {
  display: grid;
  min-height: 0;
}

.mx-service-region-panel__group {
  display: grid;
  gap: 7px;
  min-height: 0;
  max-height: 270px;
  overflow: auto;
  padding-right: 3px;
  scrollbar-color: rgba(47, 125, 255, 0.55) transparent;
  scrollbar-width: thin;
}

.mx-service-region-panel__group[hidden] {
  display: none !important;
}

.mx-service-region-panel__group::-webkit-scrollbar {
  width: 8px;
}

.mx-service-region-panel__group::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  border-radius: 999px;
  background: rgba(47, 125, 255, 0.42);
  background-clip: content-box;
}

.mx-service-region-panel__group::after {
  display: none;
  content: "No matching destinations. Try another city name or open the full telephony catalog.";
  padding: 12px;
  border: 1px solid rgba(245, 158, 11, 0.2);
  border-radius: 8px;
  color: rgba(255, 230, 180, 0.9);
  background: rgba(245, 158, 11, 0.08);
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.35;
}

.mx-service-region-panel__group.is-filter-empty::after {
  display: block;
}

.mx-service-region-panel__group a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 8px 11px;
  border: 1px solid rgba(111, 151, 255, 0.16);
  border-radius: 8px;
  color: #f7faff;
  background: rgba(3, 9, 24, 0.72);
  text-decoration: none;
}

.mx-service-region-panel__group a:hover,
.mx-service-region-panel__group a:focus-visible {
  border-color: rgba(45, 228, 255, 0.42);
  background: rgba(45, 228, 255, 0.08);
}

.mx-service-region-panel__group span {
  overflow: hidden;
  font-size: 0.84rem;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mx-service-region-panel__group small {
  padding: 5px 8px;
  border-radius: 999px;
  color: #cdd8ff;
  background: rgba(47, 85, 255, 0.16);
  font-size: 0.72rem;
  font-weight: 900;
  white-space: nowrap;
}

.mx-service-region-panel__empty {
  display: grid;
  gap: 5px;
  padding: 13px;
  border: 1px solid rgba(111, 151, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.mx-service-region-panel__empty strong {
  color: #f7faff;
  font-size: 0.86rem;
}

.mx-service-region-panel__empty span {
  color: var(--entry-muted);
  font-size: 0.76rem;
  line-height: 1.35;
}

.mx-service-empty {
  grid-template-columns: 1fr !important;
  min-height: 74px !important;
  color: var(--entry-muted);
  line-height: 1.35;
}

.mx-service-panel__hint {
  margin: 0;
  padding: 14px 20px 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.065);
  color: var(--entry-muted);
  font-size: 0.78rem;
  line-height: 1.35;
}

.mx-service-panel__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 14px 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.065);
}

.mx-service-panel__steps span {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  min-height: 42px;
  padding: 8px;
  border: 1px solid rgba(111, 151, 255, 0.13);
  border-radius: 8px;
  color: rgba(231, 238, 255, 0.82);
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.72rem;
  line-height: 1.2;
}

.mx-service-panel__steps b {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border-radius: 7px;
  color: #071122;
  background: var(--entry-cyan);
  font-size: 0.72rem;
}

.mx-country-map-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
}

.mx-country-map-modal[hidden] {
  display: none;
}

.mx-country-map-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 5, 13, 0.78);
  backdrop-filter: blur(4px);
}

.mx-country-map-modal__dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 10px;
  width: min(960px, 100%);
  max-width: calc(100vw - 28px);
  max-height: min(680px, calc(100vh - 28px));
  padding: 12px;
  border-radius: 8px;
  overflow: hidden;
}

.mx-country-map-modal__head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
}

.mx-country-map-modal__head div {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.mx-country-map-modal__head strong {
  color: #f8fbff;
  font-size: 1rem;
}

.mx-country-map-modal__head span {
  color: var(--entry-muted);
  font-size: 0.78rem;
  line-height: 1.35;
}

.mx-country-map-modal__head button {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  font: inherit;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

.mx-country-map-modal__body {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(260px, 0.5fr);
  gap: 10px;
  min-height: 0;
}

.mx-country-map-modal__canvas {
  min-height: clamp(300px, 44vh, 420px);
  border: 1px solid rgba(45, 228, 255, 0.24);
  border-radius: 8px;
  overflow: hidden;
  background:
    radial-gradient(420px 180px at 52% 45%, rgba(45, 228, 255, 0.1), transparent 70%),
    rgba(3, 9, 24, 0.8);
}

.mx-country-map-modal__canvas .jvm-container {
  background: transparent;
}

.mx-country-map-modal__side {
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr);
  gap: 8px;
  min-height: 0;
  border: 1px solid rgba(111, 151, 255, 0.16);
  border-radius: 8px;
  background: rgba(3, 9, 24, 0.62);
  padding: 10px;
}

.mx-country-map-modal__side strong {
  color: #f8fbff;
  font-size: 0.82rem;
}

.mx-country-map-modal__side input {
  min-height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.055);
  padding: 0 10px;
  font: inherit;
}

.mx-country-map-modal__list {
  display: grid;
  gap: 7px;
  min-height: 0;
  overflow: auto;
  padding-right: 2px;
  scrollbar-color: rgba(47, 125, 255, 0.55) transparent;
  scrollbar-width: thin;
}

.mx-country-map-modal__list::-webkit-scrollbar {
  width: 8px;
}

.mx-country-map-modal__list::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(47, 125, 255, 0.55);
}

.mx-country-map-modal__list button {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  border: 1px solid rgba(111, 151, 255, 0.16);
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
  padding: 7px 9px;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.mx-country-map-modal__list button:hover,
.mx-country-map-modal__list button:focus-visible {
  outline: 0;
  border-color: rgba(45, 228, 255, 0.45);
  background: rgba(45, 228, 255, 0.1);
}

.mx-country-map-modal__list span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 22px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.055);
  color: var(--entry-soft);
  font-size: 0.62rem;
  font-weight: 900;
}

.mx-country-map-modal__list img {
  width: 24px;
  height: 18px;
  border-radius: 3px;
  object-fit: cover;
}

.mx-country-map-modal__list b {
  overflow: hidden;
  min-width: 0;
  color: #f8fbff;
  font-size: 0.8rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mx-country-map-modal__list small {
  color: #8fb1ff;
  font-size: 0.72rem;
  font-weight: 800;
  white-space: nowrap;
}

.mx-country-map-modal__empty {
  display: grid;
  place-items: center;
  min-height: 96px;
  color: var(--entry-muted);
  text-align: center;
  font-size: 0.82rem;
}

.mx-info-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: max(16px, env(safe-area-inset-top, 0px)) 20px max(16px, env(safe-area-inset-bottom, 0px));
  color: var(--entry-text);
}

.mx-info-modal[hidden] {
  display: none;
}

.mx-info-modal__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 24%, rgba(47, 125, 255, 0.24), transparent 42%),
    rgba(0, 2, 8, 0.76);
  backdrop-filter: blur(10px);
}

.mx-info-modal__dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  width: min(920px, 100%);
  max-height: min(760px, 80vh);
  max-height: min(760px, 80dvh);
  overflow: hidden;
  border: 1px solid rgba(119, 146, 255, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(18, 27, 52, 0.98), rgba(5, 9, 22, 0.98)),
    #071022;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.56);
}

.mx-info-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  font: inherit;
  cursor: pointer;
}

.mx-info-modal__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 230px;
  gap: 18px;
  padding: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 18% 12%, rgba(45, 228, 255, 0.18), transparent 32%),
    radial-gradient(circle at 86% 18%, rgba(111, 69, 255, 0.2), transparent 34%);
}

.mx-info-modal__eyebrow {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--entry-cyan);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mx-info-modal__hero h2 {
  max-width: 13ch;
  margin: 0;
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 3.1rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.mx-info-modal__hero p {
  max-width: 58ch;
  margin: 12px 0 0;
  color: var(--entry-muted);
  font-size: 0.96rem;
  line-height: 1.45;
}

.mx-info-modal__price {
  align-self: end;
  padding: 16px;
  border: 1px solid rgba(84, 228, 178, 0.28);
  border-radius: 8px;
  background: rgba(84, 228, 178, 0.08);
}

.mx-info-modal__price span,
.mx-info-modal__price small {
  display: block;
  color: rgba(214, 224, 244, 0.76);
  font-size: 0.76rem;
  font-weight: 800;
}

.mx-info-modal__price strong {
  display: block;
  margin: 5px 0;
  color: #f8fbff;
  font-size: 1.5rem;
  line-height: 1;
}

.mx-info-modal__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px;
  gap: 18px;
  min-height: 0;
  overflow: auto;
  overscroll-behavior: contain;
  padding: 22px 28px 24px;
}

.mx-info-modal__main {
  display: grid;
  gap: 14px;
}

.mx-info-modal__section,
.mx-info-modal__mini,
.mx-info-modal__tiers {
  border: 1px solid rgba(111, 151, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.mx-info-modal__section {
  padding: 16px;
}

.mx-info-modal__section h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 0.95rem;
}

.mx-info-modal__section ul,
.mx-info-modal__section ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
  color: rgba(230, 238, 255, 0.84);
  font-size: 0.86rem;
  line-height: 1.42;
}

.mx-info-modal__side {
  display: grid;
  gap: 14px;
  align-content: start;
}

.mx-info-modal__mini {
  padding: 16px;
}

.mx-info-modal__mini span,
.mx-info-tier span {
  display: block;
  color: var(--entry-cyan);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mx-info-modal__mini strong {
  display: block;
  margin-top: 6px;
  color: #fff;
  font-size: 1.04rem;
}

.mx-info-modal__mini p {
  margin: 8px 0 0;
  color: var(--entry-muted);
  font-size: 0.8rem;
  line-height: 1.4;
}

.mx-info-modal__tiers {
  display: grid;
  gap: 0;
  overflow: hidden;
}

.mx-info-tier {
  display: grid;
  gap: 4px;
  padding: 13px 14px;
}

.mx-info-tier + .mx-info-tier {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.mx-info-tier strong {
  color: #fff;
  font-size: 0.92rem;
}

.mx-info-tier small {
  color: rgba(205, 216, 244, 0.72);
  font-size: 0.76rem;
  line-height: 1.35;
}

.mx-info-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 28px 28px;
}

.mx-entry__copy {
  position: relative;
  z-index: 2;
  width: min(860px, 100%);
  margin-top: clamp(16px, 2.2vw, 26px);
  padding-bottom: 0;
}

.mx-entry__eyebrow {
  margin: 0 0 8px;
  color: var(--entry-cyan);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mx-entry__copy h1 {
  max-width: 580px;
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(1.75rem, 3vw, 3.05rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.mx-entry__copy p {
  margin: 0 0 10px;
  color: var(--entry-muted);
  max-width: 700px;
  font-size: clamp(0.84rem, 0.88vw, 0.94rem);
  line-height: 1.34;
}

.mx-entry__lead {
  color: #e6edff;
  font-weight: 700;
}

.mx-entry__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
}

.mx-entry__legal {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(5, auto);
  align-items: center;
  gap: 7px 16px;
  width: fit-content;
  max-width: min(720px, 100%);
  margin-top: 14px;
  padding: 10px 14px;
  border: 1px solid rgba(111, 151, 255, 0.14);
  border-radius: 8px;
  color: rgba(190, 202, 226, 0.72);
  background: rgba(2, 5, 13, 0.38);
  backdrop-filter: blur(14px);
  font-size: 0.76rem;
  line-height: 1.2;
}

.mx-entry__legal span {
  color: rgba(248, 251, 255, 0.88);
  font-weight: 900;
}

.mx-entry__legal a {
  color: #bdd0ff;
  font-weight: 800;
  text-decoration: none;
}

.mx-entry__legal a:hover,
.mx-entry__legal a:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.mx-entry__button,
.mx-entry__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 800;
}

.mx-entry__button {
  min-width: 126px;
  padding: 0 16px;
  border: 1px solid rgba(111, 151, 255, 0.36);
  color: #f8fbff;
  background: rgba(9, 18, 42, 0.76);
}

.mx-entry__button--primary {
  border-color: rgba(47, 125, 255, 0.78);
  background: linear-gradient(135deg, #1e5fff, #1339a9);
  box-shadow: 0 16px 38px rgba(47, 125, 255, 0.25);
}

.mx-entry__button--ghost {
  min-width: auto;
  border-color: transparent;
  color: #fff;
  background: transparent;
  box-shadow: none;
}

.mx-entry__button--ghost:hover,
.mx-entry__button--ghost:focus-visible {
  color: #dfe8ff;
  background: rgba(255, 255, 255, 0.055);
}

.mx-entry__link {
  min-width: auto;
  padding: 0 2px;
  color: #8fb1ff;
}

@media (max-width: 1180px) {
  .mx-entry__showcase {
    grid-template-columns: repeat(2, minmax(0, 300px));
    max-width: 620px;
    margin-right: auto;
    margin-left: auto;
  }

  .mx-entry-card {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  body:has(.mx-entry) {
    overflow-x: hidden;
  }

  .mx-entry {
    height: auto;
    min-height: auto;
    overflow: hidden;
  }

  .mx-entry__inner {
    padding: 12px 10px 24px;
  }

  .mx-entry__showcase {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 100%;
    gap: 8px;
    margin: 0;
    padding: 0;
    overflow: visible;
  }

  .mx-service-panel {
    position: fixed;
    top: 76px;
    display: flex;
    flex-direction: column;
    width: min(420px, calc(100vw - 24px));
    max-height: calc(100dvh - 104px);
  }

  .mx-service-panel__intro {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 10px 12px 0;
  }

  .mx-service-panel__intro > div {
    padding: 10px;
  }

  .mx-entry-card {
    min-height: 0;
    width: 100%;
    padding: 8px;
    overflow: hidden;
  }

  .mx-entry-card__visual {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 0.78;
    margin: 0 0 8px;
  }

  .mx-entry-card h2 {
    margin-bottom: 4px;
    font-size: clamp(0.9rem, 3.7vw, 1.04rem);
    line-height: 1.08;
  }

  .mx-entry-card p {
    display: -webkit-box;
    min-height: 2.25em;
    overflow: hidden;
    font-size: 0.7rem;
    line-height: 1.16;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .mx-service-panel__body {
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto auto;
    flex: 1 1 auto;
    min-height: 0;
    max-height: none;
    overflow: hidden;
  }

  .mx-service-list.is-active {
    min-height: 0;
    max-height: none;
    overflow: auto;
    scrollbar-color: rgba(47, 125, 255, 0.55) transparent;
    scrollbar-width: thin;
  }

  .mx-service-panel__tools {
    grid-template-columns: 1fr;
    margin: 10px 12px;
  }

  .mx-service-panel__map {
    min-width: 0;
  }

  .mx-country-map-modal {
    padding: 10px;
  }

  .mx-country-map-modal__dialog {
    max-width: calc(100vw - 20px);
    max-height: calc(100vh - 20px);
    overflow: auto;
  }

  .mx-country-map-modal__body {
    grid-template-columns: 1fr;
  }

  .mx-country-map-modal__canvas {
    min-height: 300px;
  }

  .mx-country-map-modal__list {
    max-height: 210px;
  }

  .mx-service-suggestions {
    margin-right: 12px;
    margin-left: 12px;
  }

  .mx-service-row {
    grid-template-columns: 38px minmax(0, 1fr) auto;
    min-height: 48px;
    padding: 0 12px;
  }

  .mx-service-list strong,
  .mx-service-list em {
    display: none;
  }

  .mx-service-list li.is-selected .mx-service-row {
    padding-left: 10px;
  }

  .mx-service-regions {
    position: relative;
    z-index: 2;
    gap: 8px;
    margin: 0 10px 10px 50px;
    padding: 9px;
    border: 1px solid rgba(45, 228, 255, 0.18);
    border-radius: 8px;
    background: rgba(3, 9, 24, 0.72);
  }

  .mx-service-regions::before {
    content: "Next step";
    color: var(--entry-cyan);
    font-size: 0.64rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .mx-service-regions > span {
    margin: -3px 0 0;
    font-size: 0.72rem;
  }

  .mx-service-regions > div {
    display: grid;
    gap: 6px;
    max-height: 176px;
    overflow: auto;
    padding-right: 2px;
    scrollbar-color: rgba(47, 125, 255, 0.55) transparent;
    scrollbar-width: thin;
  }

  .mx-service-regions a {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    justify-content: stretch;
    min-height: 34px;
    padding: 0 10px;
    border-color: rgba(111, 151, 255, 0.20);
    background: rgba(7, 15, 34, 0.82);
    text-align: left;
  }

  .mx-service-regions small {
    margin-left: 8px;
    align-self: center;
  }

  .mx-service-region-panel {
    min-height: 0;
    overflow: hidden;
    padding: 10px;
  }

  .mx-service-region-panel__head {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 8px;
  }

  .mx-service-region-panel__head button,
  .mx-service-region-panel__head a {
    min-height: 34px;
    padding: 0 9px;
    font-size: 0.7rem;
  }

  .mx-service-region-panel__head strong {
    font-size: 0.9rem;
  }

  .mx-service-region-panel__head small {
    font-size: 0.68rem;
  }

  .mx-service-region-panel__search input {
    min-height: 38px;
    font-size: 0.8rem;
  }

  .mx-service-region-panel__group {
    max-height: none;
    overflow: auto;
  }

  .mx-service-region-panel__group a {
    min-height: 38px;
    padding: 7px 9px;
  }

  .mx-service-region-panel__group span {
    font-size: 0.78rem;
  }

  .mx-service-region-panel__group small {
    padding: 4px 7px;
    font-size: 0.68rem;
  }

  .mx-service-panel__steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    padding: 8px 10px 0;
  }

  .mx-service-panel__steps span {
    min-height: 34px;
    gap: 5px;
    padding: 6px;
    font-size: 0.66rem;
  }

  .mx-service-panel__hint {
    padding: 9px 10px calc(12px + env(safe-area-inset-bottom, 0px));
    font-size: 0.72rem;
    line-height: 1.25;
  }

  .mx-info-modal {
    align-items: center;
    padding: calc(10px + env(safe-area-inset-top, 0px)) 9px calc(10px + env(safe-area-inset-bottom, 0px));
  }

  .mx-info-modal__dialog {
    width: 100%;
    max-height: calc(80vh - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px));
    max-height: calc(80dvh - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px));
    border-radius: 10px;
  }

  .mx-info-modal__close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 32px;
    height: 32px;
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(9, 15, 32, 0.82);
  }

  .mx-info-modal__hero,
  .mx-info-modal__body {
    grid-template-columns: 1fr;
  }

  .mx-info-modal__hero {
    gap: 9px;
    padding: 12px 12px 9px 12px;
  }

  .mx-info-modal__hero h2 {
    max-width: none;
    font-size: clamp(0.58rem, 6.5vw, 0.92rem);
    line-height: 1.04;
  }

  .mx-info-modal__hero p {
    margin-top: 5px;
    font-size: 0.76rem;
    line-height: 1.28;
  }

  .mx-info-modal__price {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 5px 10px;
    align-self: stretch;
    align-items: baseline;
    padding: 9px;
  }

  .mx-info-modal__price strong {
    margin: 0;
    font-size: 1.02rem;
    text-align: right;
  }

  .mx-info-modal__price small {
    grid-column: 1 / -1;
  }

  .mx-info-modal__body {
    gap: 9px;
    min-height: 0;
    overflow: auto;
    padding: 9px 10px 10px;
  }

  .mx-info-modal__section,
  .mx-info-modal__mini {
    padding: 9px;
  }

  .mx-info-modal__main,
  .mx-info-modal__side,
  .mx-info-modal__section ul,
  .mx-info-modal__section ol {
    gap: 8px;
  }

  .mx-info-modal__section h3 {
    margin-bottom: 8px;
    font-size: 0.84rem;
  }

  .mx-info-modal__section ul,
  .mx-info-modal__section ol {
    font-size: 0.78rem;
    line-height: 1.3;
  }

  .mx-info-tier {
    padding: 9px 10px;
  }

  .mx-info-tier strong {
    font-size: 0.82rem;
  }

  .mx-info-tier small,
  .mx-info-modal__mini p {
    font-size: 0.72rem;
    line-height: 1.28;
  }

  .mx-info-modal__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 8px 10px calc(12px + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(5, 9, 22, 0.96);
  }

  .mx-info-modal__actions .mx-entry__button {
    width: 100%;
  }

  .mx-entry__copy {
    margin-top: 16px;
    padding-bottom: 30px;
  }

  .mx-entry__copy h1 {
    max-width: 14ch;
    font-size: clamp(1.78rem, 9.2vw, 2.46rem);
  }

  .mx-entry__copy p {
    max-width: 34ch;
    font-size: 0.8rem;
    line-height: 1.32;
  }

  .mx-entry__actions {
    gap: 8px;
    margin-top: 10px;
  }

  .mx-entry__legal {
    grid-template-columns: repeat(4, auto);
    width: 100%;
    gap: 7px 10px;
    margin-top: 12px;
    padding: 9px;
    font-size: 0.68rem;
  }

  .mx-entry__button {
    min-width: 104px;
    min-height: 34px;
    padding: 0 12px;
  }

  .mx-entry__button--ghost,
  .mx-entry__link {
    min-width: auto;
  }

  .mx-entry__globe {
    right: -260px;
    bottom: -180px;
    width: min(720px, 170vw);
    height: min(720px, 170vw);
    opacity: 0.42;
  }

  .mx-entry + .mx-cookie-consent {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 9px;
    padding: 10px;
    border-radius: 14px;
  }

  .mx-entry + .mx-cookie-consent .mx-cookie-consent__icon {
    width: 34px;
    height: 34px;
    border-radius: 12px;
  }

  .mx-entry + .mx-cookie-consent .mx-cookie-consent__copy h2 {
    font-size: 0.92rem;
  }

  .mx-entry + .mx-cookie-consent .mx-cookie-consent__copy p {
    display: -webkit-box;
    overflow: hidden;
    font-size: 0.74rem;
    line-height: 1.34;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .mx-entry + .mx-cookie-consent .mx-cookie-consent__actions {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
  }

  .mx-entry + .mx-cookie-consent .mx-cookie-btn {
    min-height: 34px;
    border-radius: 10px;
    font-size: 0.72rem;
  }

  .mx-entry + .mx-cookie-consent .mx-cookie-btn--primary {
    grid-column: 1 / -1;
  }
}

@media (max-width: 430px) {
  .mx-entry__showcase {
    gap: 7px;
  }

  .mx-entry-card {
    padding: 7px;
  }

  .mx-entry-card__visual {
    aspect-ratio: 1 / 0.72;
  }

  .mx-entry-card p {
    -webkit-line-clamp: 2;
  }

  .mx-entry__legal {
    grid-template-columns: repeat(3, auto);
  }
}

@media (min-width: 761px) and (max-width: 1180px) {
  .mx-entry__globe {
    right: -250px;
    bottom: -220px;
    width: min(900px, 96vw);
    height: min(900px, 96vw);
  }
}

@media (min-width: 761px) and (max-height: 760px) {
  .mx-entry__inner {
    padding-top: 14px;
    padding-bottom: 16px;
  }

  .mx-entry-card {
    min-height: 0;
    padding: 12px;
  }

  .mx-entry-card__visual {
    margin-top: 0;
    margin-bottom: 9px;
  }

  .mx-entry-card h2 {
    font-size: 1.1rem;
    margin-bottom: 6px;
  }

  .mx-entry-card p {
    font-size: 0.82rem;
    line-height: 1.28;
  }

  .mx-entry__copy {
    margin-top: 14px;
    width: min(760px, 100%);
  }

  .mx-entry__eyebrow {
    margin-bottom: 6px;
    font-size: 0.74rem;
  }

  .mx-entry__copy h1 {
    max-width: none;
    font-size: clamp(1.8rem, 2.8vw, 2.75rem);
    margin-bottom: 8px;
  }

  .mx-entry__copy p {
    max-width: 760px;
    margin-bottom: 7px;
    font-size: 0.88rem;
    line-height: 1.34;
  }

  .mx-entry__actions {
    margin-top: 10px;
  }

  .mx-entry__button,
  .mx-entry__link {
    min-height: 38px;
  }

  .mx-service-panel {
    top: 72px;
    max-height: calc(100dvh - 92px);
    transform: translate(-50%, 10px) scale(0.98);
  }

  .mx-service-panel__head {
    padding: 12px 14px;
  }

  .mx-service-panel__tools {
    margin: 10px 14px;
  }

  .mx-service-panel__search,
  .mx-service-panel__map {
    min-height: 36px;
  }

  .mx-service-panel__tabs {
    padding: 6px 14px 10px;
  }

  .mx-service-row {
    min-height: 40px;
    padding: 0 14px;
  }

  .mx-service-panel__hint {
    padding: 9px 12px calc(12px + env(safe-area-inset-bottom, 0px));
  }
}

@media (prefers-reduced-motion: reduce) {
  .mx-entry__globe {
    opacity: 0.82;
  }
}
