.mg-en {
  --green: #00c466;
  --green-dark: #00a958;
  --blue: #00557f;
  --blue-dark: #00496f;
  --ink: #172027;
  --muted: rgba(23, 32, 39, 0.7);
  --soft: #f4f8f7;
  --line: rgba(23, 32, 39, 0.11);
  color: var(--ink);
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.35;
  overflow-x: clip;
}

/* English adaptation based on the Russian promo landing */
.mg-en-hero-match {
  min-height: 760px;
}

.mg-en-hero-match .mg-en-hero-media {
  background-image:
    linear-gradient(90deg, rgba(3, 34, 55, 0.94) 0%, rgba(3, 34, 55, 0.74) 48%, rgba(3, 34, 55, 0.3) 100%),
    url("assets/img/tild6635-3463-4533-a539-393263393434-frame_12_2.webp");
  background-position: center;
}

.mg-en-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.55fr);
  gap: 46px;
  align-items: center;
  min-height: 760px;
  padding-top: 92px;
  padding-bottom: 56px;
}

.mg-en-hero-grid-single {
  grid-template-columns: minmax(0, 0.9fr);
}

.mg-en-hero-match .mg-en-hero-content {
  padding-top: 0;
}

.mg-en-hero-match h1 {
  max-width: 820px;
  font-size: 58px;
}

.mg-en-hero-panel {
  display: grid;
  gap: 18px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(12px);
  box-shadow: 0 24px 50px rgba(0, 11, 48, 0.18);
}

.mg-en-hero-panel b {
  color: #fff;
  font-size: 24px;
}

.mg-en-hero-panel span {
  display: grid;
  grid-template-columns: 12px minmax(0, 1fr);
  gap: 12px;
  color: rgba(255, 255, 255, 0.86);
}

.mg-en-hero-panel span::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-top: 5px;
  border-radius: 50%;
  background: var(--green);
}

.mg-en-panel-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin-top: 4px;
  padding: 0 20px;
  border-radius: 999px;
  color: #fff;
  background: var(--green);
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(0, 196, 102, 0.22);
}

.mg-en-panel-cta:hover {
  background: var(--green-dark);
}

.mg-en-section-head {
  margin-bottom: 36px;
}

.mg-en-quiz-wide {
  width: min(calc(100% - 80px), 1180px);
  min-height: 600px;
  margin: 0 auto;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 247, 0.94)),
    radial-gradient(circle at 20% 10%, rgba(0, 196, 102, 0.18), transparent 34%),
    radial-gradient(circle at 90% 10%, rgba(0, 85, 127, 0.13), transparent 32%);
}

.mg-en-option-grid {
  display: grid;
  gap: 16px;
}

.mg-en-option-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mg-en-option-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mg-en-step label.mg-en-option {
  display: grid;
  gap: 14px;
  min-height: 250px;
  padding: 0;
  overflow: hidden;
  background: #fff;
}

.mg-en-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.mg-en-option-img {
  display: block;
  height: 178px;
  overflow: hidden;
  background: var(--soft);
}

.mg-en-option-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mg-en-option-text {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0 18px 18px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 700;
}

.mg-en-problems {
  background: #fff;
}

.mg-en-icon-list {
  display: grid;
  gap: 22px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.mg-en-icon-list li {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  color: var(--ink);
  font-size: 18px;
  font-weight: 700;
}

.mg-en-icon-list img {
  width: 54px;
  height: 54px;
}

.mg-en-problem-visual {
  align-self: end;
  overflow: hidden;
  border-radius: 8px;
}

.mg-en-problem-visual img {
  width: 100%;
  max-height: 560px;
  object-fit: contain;
  object-position: bottom center;
}

.mg-en-solution-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: 34px;
  align-items: stretch;
  margin-top: 38px;
}

.mg-en-solution-photo {
  overflow: hidden;
  border-radius: 8px;
  background: #e8f7ef;
}

.mg-en-solution-photo img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center bottom;
}

.mg-en-solution-grid .mg-en-card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0;
}

.mg-en-solution-grid .mg-en-card-grid article:nth-child(5) {
  grid-column: 1 / -1;
}

.mg-en-about-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 50px;
  align-items: start;
}

.mg-en-about-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.mg-en-about-cards article {
  min-height: 130px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
  color: var(--blue);
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 900px) {
  .mg-en-hero-grid,
  .mg-en-solution-grid,
  .mg-en-about-grid {
    grid-template-columns: 1fr;
  }

  .mg-en-hero-grid {
    min-height: 0;
    padding-top: 86px;
  }

  .mg-en-hero-match h1 {
    font-size: 46px;
  }

  .mg-en-quiz-wide {
    width: calc(100% - 36px);
  }

  .mg-en-option-grid-3,
  .mg-en-option-grid-2,
  .mg-en-solution-grid .mg-en-card-grid,
  .mg-en-about-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .mg-en-hero-match h1 {
    font-size: clamp(34px, 10vw, 43px);
  }

  .mg-en-quiz-wide {
    width: calc(100% - 20px);
  }

  .mg-en-hero-panel {
    padding: 22px;
  }

  .mg-en-step label.mg-en-option {
    min-height: 210px;
  }

  .mg-en-option-img {
    height: 142px;
  }

  .mg-en-icon-list li {
    grid-template-columns: 46px minmax(0, 1fr);
    font-size: 16px;
  }

  .mg-en-icon-list img {
    width: 46px;
    height: 46px;
  }
}

.mg-en *,
.mg-en *::before,
.mg-en *::after {
  box-sizing: border-box;
}

.mg-en a {
  color: inherit;
  text-decoration: none;
}

.mg-en [hidden] {
  display: none !important;
}

.mg-en img {
  display: block;
  max-width: 100%;
  height: auto;
}

.mg-en button,
.mg-en input {
  font: inherit;
}

.mg-en-container {
  width: min(calc(100% - 80px), 1180px);
  margin: 0 auto;
}

.mg-en-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: 160px 1fr auto;
  align-items: center;
  min-height: 78px;
  padding: 0 40px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 15px 30px -18px rgba(0, 11, 48, 0.4);
}

.mg-en-header-static {
  position: relative;
}

.mg-en-logo img {
  width: 104px;
}

.mg-en-nav {
  display: flex;
  justify-content: center;
  gap: 42px;
  color: rgba(23, 32, 39, 0.78);
  font-size: 14px;
}

.mg-en-nav a:hover,
.mg-en-header-cta:hover {
  color: var(--blue);
}

.mg-en-header-cta {
  color: var(--green-dark);
  font-weight: 700;
}

.mg-en-menu {
  display: none;
}

.mg-en-hero {
  position: relative;
  min-height: 760px;
  color: #fff;
}

.mg-en-hero-media {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(3, 34, 55, 0.92) 0%, rgba(3, 34, 55, 0.76) 52%, rgba(3, 34, 55, 0.35) 100%),
    url("assets/img/tild3534-6663-4935-b161-396335666539-rectangle_389.webp");
  background-position: center;
  background-size: cover;
}

.mg-en-hero-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 190px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff);
  opacity: 0.12;
}

.mg-en-hero-content {
  position: relative;
  padding-top: 180px;
}

.mg-en-kicker,
.mg-en-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 18px;
  border-radius: 999px;
  color: var(--blue);
  background: rgba(0, 196, 102, 0.14);
  font-size: 13px;
  font-weight: 700;
}

.mg-en-kicker {
  margin-bottom: 26px;
  color: #eafff4;
  background: rgba(0, 196, 102, 0.22);
}

.mg-en h1,
.mg-en h2,
.mg-en h3,
.mg-en p {
  margin-top: 0;
}

.mg-en h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: 60px;
  line-height: 1.03;
  letter-spacing: 0;
}

.mg-en h2 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: 46px;
  line-height: 1.1;
  letter-spacing: 0;
}

.mg-en h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.18;
}

.mg-en-hero p {
  max-width: 650px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 22px;
}

.mg-en-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-bottom: 34px;
}

.mg-en-btn,
.mg-en-link-btn,
.mg-en-next,
.mg-en-small-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 700;
}

.mg-en-btn,
.mg-en-next {
  color: #fff;
  background: var(--green);
  box-shadow: 0 14px 28px rgba(0, 196, 102, 0.24);
}

.mg-en-btn:hover,
.mg-en-next:hover {
  background: var(--green-dark);
}

.mg-en-link-btn,
.mg-en-small-btn {
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
}

.mg-en-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 760px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mg-en-proof li {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.08);
  font-size: 14px;
}

.mg-en-hero-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 900px;
  margin-top: 26px;
}

.mg-en-hero-cards article {
  display: grid;
  gap: 8px;
  min-height: 112px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
}

.mg-en-hero-cards span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-width: 54px;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--blue-dark);
  background: var(--green);
  font-size: 12px;
  font-weight: 800;
}

.mg-en-hero-cards b {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.25;
}

.mg-en-strip {
  color: #fff;
  background: var(--blue-dark);
}

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

.mg-en-strip span {
  padding: 22px 18px;
  text-align: center;
  background: rgba(255, 255, 255, 0.07);
  font-size: 14px;
  font-weight: 700;
}

.mg-en-section {
  padding: 88px 0;
}

.mg-en-lead {
  max-width: 670px;
  color: var(--muted);
  font-size: 20px;
}

.mg-en-mini-card {
  display: grid;
  gap: 6px;
  max-width: 520px;
  margin-top: 30px;
  padding: 20px 22px;
  border-left: 4px solid var(--green);
  border-radius: 8px;
  background: var(--soft);
}

.mg-en-savings {
  display: grid;
  gap: 8px;
  max-width: 560px;
  margin-top: 30px;
  padding: 22px;
  border: 1px solid rgba(0, 85, 127, 0.12);
  border-radius: 8px;
  background: #fff;
}

.mg-en-savings b {
  color: var(--blue);
  font-size: 18px;
}

.mg-en-savings span {
  color: var(--muted);
}

.mg-en-mini-card b {
  color: var(--blue);
}

.mg-en-mini-card span {
  color: var(--muted);
}

.mg-en-quote-section {
  background: #fff;
}

.mg-en-quote-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1fr);
  gap: 48px;
  align-items: start;
}

.mg-en-quiz {
  position: relative;
  min-height: 540px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 50px rgba(0, 11, 48, 0.09);
}

.mg-en-progress {
  height: 6px;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(0, 196, 102, 0.14);
}

.mg-en-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--green);
  transition: width 0.25s ease;
}

.mg-en-step {
  display: none;
  margin: 0;
  padding: 0;
  border: 0;
}

.mg-en-step.is-active {
  display: grid;
  gap: 12px;
}

.mg-en-step legend {
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 700;
}

.mg-en-step label:not(.mg-en-consent) {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.mg-en-step label:has(input:checked) {
  border-color: var(--green);
  box-shadow: 0 12px 24px rgba(0, 196, 102, 0.12);
}

.mg-en-step input[type="radio"],
.mg-en-consent input {
  accent-color: var(--green);
}

.mg-en-form-grid {
  display: grid;
  gap: 14px;
}

.mg-en-form-grid label {
  display: grid !important;
  gap: 8px !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  color: var(--muted);
  font-size: 13px;
}

.mg-en-form-grid input {
  min-height: 54px;
  width: 100%;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 6px;
  outline: 0;
}

.mg-en-form-grid input:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(0, 196, 102, 0.18);
}

.mg-en-consent {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 13px;
}

.mg-en-message {
  min-height: 22px;
  margin: 20px 0 0;
  color: #b3261e;
  font-size: 14px;
}

.mg-en-message.is-success {
  color: var(--green-dark);
}

.mg-en-quiz-footer {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: rgba(23, 32, 39, 0.56);
  font-size: 13px;
}

.mg-en-quiz-footer > div {
  display: flex;
  gap: 10px;
}

.mg-en-small-btn,
.mg-en-next {
  min-height: 40px;
}

.mg-en-small-btn {
  color: var(--blue);
  background: var(--soft);
}

.mg-en-hp {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.mg-en-split {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 58px;
}

.mg-en-checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.mg-en-checks article,
.mg-en-card-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.mg-en-checks b {
  display: block;
  margin-bottom: 8px;
  color: var(--blue);
  font-size: 18px;
}

.mg-en-checks span,
.mg-en-card-grid p,
.mg-en-list,
.mg-en-faq p,
.mg-en-final p {
  color: var(--muted);
}

.mg-en-soft {
  background: var(--soft);
}

.mg-en-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.mg-en-card-grid-five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.mg-en-card-grid article {
  position: relative;
}

.mg-en-type-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 48px;
  margin-bottom: 18px;
  padding: 0 9px;
  border-radius: 8px;
  color: #fff;
  background: var(--blue);
  font-size: 13px;
  font-weight: 800;
}

.mg-en-visual-grid {
  display: grid;
  grid-template-columns: minmax(380px, 0.95fr) minmax(0, 1.05fr);
  gap: 64px;
  align-items: center;
}

.mg-en-collage {
  position: relative;
  min-height: 480px;
}

.mg-en-collage img {
  position: absolute;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(0, 11, 48, 0.14);
}

.mg-en-collage-main {
  left: 0;
  top: 0;
  width: 72%;
  height: 360px;
}

.mg-en-collage-a {
  right: 0;
  top: 46px;
  width: 34%;
  height: 185px;
}

.mg-en-collage-b {
  right: 24px;
  bottom: 0;
  width: 62%;
  height: 250px;
}

.mg-en-list {
  display: grid;
  gap: 14px;
  padding-left: 22px;
  font-size: 18px;
}

.mg-en-blue {
  color: #fff;
  background: var(--blue-dark);
}

.mg-en-pill-light {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
}

.mg-en-process {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 48px;
}

.mg-en-process h2 {
  color: #fff;
}

.mg-en-process ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mg-en-process li {
  min-height: 190px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.mg-en-process li span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 50%;
  color: var(--blue-dark);
  background: var(--green);
  font-weight: 700;
}

.mg-en-process p {
  color: rgba(255, 255, 255, 0.76);
}

.mg-en-faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 50px;
}

.mg-en-faq {
  display: grid;
  gap: 12px;
}

.mg-en-faq details {
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.mg-en-faq summary {
  cursor: pointer;
  color: var(--ink);
  font-weight: 700;
}

.mg-en-faq p {
  margin: 14px 0 0;
}

.mg-en-final {
  padding: 76px 0 88px;
  background: var(--soft);
}

.mg-en-final-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(380px, 1fr);
  gap: 54px;
  align-items: end;
}

.mg-en-final p {
  max-width: 560px;
  font-size: 18px;
}

.mg-en-final-panel {
  display: grid;
  gap: 14px;
  align-self: stretch;
  padding: 34px;
  border: 1px solid rgba(0, 85, 127, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(0, 196, 102, 0.16), rgba(0, 85, 127, 0.08)),
    #fff;
  box-shadow: 0 24px 50px rgba(0, 11, 48, 0.08);
}

.mg-en-final-panel b {
  margin-bottom: 6px;
  color: var(--blue);
  font-size: 24px;
}

.mg-en-final-panel span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(23, 32, 39, 0.78);
}

.mg-en-final-panel span::before {
  content: "";
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
}

.mg-en-footer {
  padding: 58px 0;
  color: #fff;
  background: var(--blue-dark);
}

.mg-en-footer-grid {
  display: grid;
  grid-template-columns: 1fr 220px 240px;
  gap: 50px;
}

.mg-en-footer img {
  width: 112px;
  margin-bottom: 20px;
  filter: brightness(0) invert(1);
}

.mg-en-footer p {
  max-width: 360px;
  color: rgba(255, 255, 255, 0.72);
}

.mg-en-footer nav,
.mg-en-footer-grid > div:last-child {
  display: grid;
  gap: 12px;
  align-content: start;
}

.mg-en-footer a {
  color: rgba(255, 255, 255, 0.78);
}

.mg-en-legal {
  min-height: 100vh;
}

.mg-en-legal-hero {
  padding-top: 78px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0, 73, 111, 0.94), rgba(0, 85, 127, 0.76)),
    url("assets/img/tild3336-3533-4534-b735-646663316166-rectangle_387.webp") center/cover;
}

.mg-en-legal-hero h1 {
  max-width: 760px;
  margin-bottom: 18px;
}

.mg-en-legal-hero .mg-en-lead {
  color: rgba(255, 255, 255, 0.82);
}

.mg-en-legal-content {
  background: var(--soft);
}

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

.mg-en-legal-grid article {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.mg-en-legal-grid h2 {
  margin-bottom: 12px;
  font-size: 28px;
}

.mg-en-legal-grid p {
  color: var(--muted);
}

.mg-en-legal-grid a,
.mg-en-consent a {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 1100px) {
  .mg-en h1 {
    font-size: 58px;
  }

  .mg-en-card-grid,
  .mg-en-card-grid-five {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mg-en-hero-cards {
    grid-template-columns: 1fr;
    max-width: 560px;
  }
}

@media (max-width: 900px) {
  .mg-en-container {
    width: calc(100% - 36px);
  }

  .mg-en-header {
    position: relative;
    grid-template-columns: 1fr auto;
    padding: 14px 18px;
    background: #fff;
  }

  .mg-en-menu {
    display: inline-grid;
    gap: 5px;
    width: 40px;
    height: 40px;
    padding: 9px;
    border: 0;
    background: transparent;
  }

  .mg-en-menu span {
    display: block;
    height: 2px;
    background: var(--ink);
  }

  .mg-en-nav {
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 14px 18px 24px;
    background: #fff;
    box-shadow: 0 15px 30px -18px rgba(0, 11, 48, 0.35);
  }

  .mg-en-nav.is-open {
    display: flex;
  }

  .mg-en-nav a {
    padding: 12px 0;
    font-size: 16px;
  }

  .mg-en-header-cta {
    display: none;
  }

  .mg-en-hero {
    min-height: 760px;
  }

  .mg-en-hero-content {
    padding-top: 86px;
  }

  .mg-en h1 {
    font-size: 46px;
  }

  .mg-en h2 {
    font-size: 38px;
  }

  .mg-en-quote-layout,
  .mg-en-split,
  .mg-en-visual-grid,
  .mg-en-process,
  .mg-en-faq-layout,
  .mg-en-final-inner,
  .mg-en-footer-grid,
  .mg-en-legal-grid {
    grid-template-columns: 1fr;
  }

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

  .mg-en-hero-media {
    background-position: center;
  }
}

@media (max-width: 620px) {
  .mg-en-container {
    width: calc(100% - 20px);
  }

  .mg-en-section {
    padding: 64px 0;
  }

  .mg-en h1 {
    font-size: clamp(35px, 10vw, 44px);
  }

  .mg-en h2 {
    font-size: clamp(30px, 9vw, 38px);
  }

  .mg-en-hero p,
  .mg-en-lead {
    font-size: 18px;
  }

  .mg-en-actions,
  .mg-en-btn,
  .mg-en-link-btn {
    width: 100%;
  }

  .mg-en-proof li {
    width: 100%;
  }

  .mg-en-hero-cards article {
    min-height: 0;
  }

  .mg-en-strip-grid,
  .mg-en-checks,
  .mg-en-card-grid,
  .mg-en-card-grid-five,
  .mg-en-process ol {
    grid-template-columns: 1fr;
  }

  .mg-en-quote-layout {
    gap: 28px;
  }

  .mg-en-quiz {
    min-height: 650px;
    padding: 24px 18px 96px;
  }

  .mg-en-step legend {
    font-size: 20px;
  }

  .mg-en-quiz-footer {
    left: 18px;
    right: 18px;
    bottom: 20px;
    align-items: flex-start;
    flex-direction: column;
  }

  .mg-en-quiz-footer > div,
  .mg-en-small-btn,
  .mg-en-next {
    width: 100%;
  }

  .mg-en-collage {
    min-height: 330px;
  }

  .mg-en-collage-main {
    width: 76%;
    height: 250px;
  }

  .mg-en-collage-a {
    width: 34%;
    height: 125px;
  }

  .mg-en-collage-b {
    right: 8px;
    width: 68%;
    height: 165px;
  }
}

/* Final overrides for the English promo remake */
.mg-en-quiz-wide {
  width: min(calc(100% - 80px), 1180px);
  min-height: 600px;
  margin: 0 auto;
}

.mg-en-step label.mg-en-option {
  display: grid;
  gap: 14px;
  min-height: 250px;
  padding: 0;
  overflow: hidden;
  background: #fff;
}

.mg-en-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.mg-en-hero-match .mg-en-hero-content {
  padding-top: 0;
}

@media (max-width: 900px) {
  .mg-en-quiz-wide {
    width: calc(100% - 36px);
  }

  .mg-en-hero-grid,
  .mg-en-solution-grid,
  .mg-en-about-grid {
    grid-template-columns: 1fr;
  }

  .mg-en-option-grid-3,
  .mg-en-option-grid-2,
  .mg-en-solution-grid .mg-en-card-grid,
  .mg-en-about-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .mg-en-quiz-wide {
    width: calc(100% - 20px);
    min-height: 620px;
  }

  .mg-en-step label.mg-en-option {
    min-height: 210px;
  }
}
