.media-reference-home {
  margin: 0;
  min-width: 320px;
  color: #1f2633;
  background: #ffffff;
  font-family: Inter, "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  letter-spacing: 0;
}

.media-reference-home *,
.media-reference-home *::before,
.media-reference-home *::after {
  box-sizing: border-box;
}

.media-reference-home a {
  color: inherit;
  text-decoration: none;
}

.media-reference-home img {
  max-width: 100%;
  display: block;
}

.media-reference-home .site-header,
.media-reference-home .floating-support {
  display: none;
}

.mh-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  height: 65px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  padding: 0 max(24px, calc((100vw - 1216px) / 2));
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(21, 43, 82, 0.08);
  box-shadow: 0 4px 22px rgba(13, 31, 56, 0.05);
  backdrop-filter: blur(16px);
}

.mh-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 172px;
}

.mh-brand > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #ffffff;
  background: #1d64f2;
  font-size: 16px;
  font-weight: 800;
}

.mh-brand strong {
  display: grid;
  gap: 2px;
  color: #182238;
  font-size: 18px;
  line-height: 1.05;
  letter-spacing: 0;
}

.mh-brand small {
  color: #7c889a;
  font-size: 11px;
  font-weight: 500;
}

.mh-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 26px;
  min-width: 0;
  white-space: nowrap;
}

.mh-nav a {
  position: relative;
  color: #2c3646;
  font-size: 15px;
  font-weight: 600;
  line-height: 65px;
}

.mh-nav a:first-child,
.mh-nav a:hover {
  color: #1d64f2;
}

.mh-nav a:first-child::after,
.mh-nav a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  height: 2px;
  border-radius: 999px;
  background: #1d64f2;
}

.mh-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.mh-actions a {
  min-width: 64px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9e1ef;
  border-radius: 8px;
  color: #243147;
  background: #ffffff;
  font-size: 14px;
  font-weight: 700;
}

.mh-actions a.primary {
  color: #ffffff;
  border-color: #1d64f2;
  background: #1d64f2;
}

.mh-hero {
  position: relative;
  min-height: 90vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 116px 0 70px;
  background:
    radial-gradient(circle at 68% 34%, rgba(54, 124, 255, 0.28), transparent 24%),
    radial-gradient(circle at 42% 70%, rgba(16, 185, 129, 0.1), transparent 28%),
    linear-gradient(115deg, rgba(22, 101, 242, 0.14), transparent 38%),
    linear-gradient(180deg, #0c1d3b 0%, #102b59 100%);
}

.mh-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.82), transparent 88%);
  opacity: 0.58;
  animation: mhHeroGridDrift 13s linear infinite;
}

.mh-hero::after {
  content: "";
  position: absolute;
  top: 12%;
  right: 5%;
  width: min(480px, 30vw);
  height: 68%;
  pointer-events: none;
  clip-path: polygon(18% 0, 100% 0, 82% 100%, 0 100%);
  background:
    linear-gradient(102deg, transparent 0 38%, rgba(255, 255, 255, 0.12) 47%, transparent 58% 100%),
    linear-gradient(180deg, rgba(124, 183, 255, 0.05), rgba(124, 183, 255, 0.15) 48%, transparent 92%);
  mask-image:
    linear-gradient(180deg, transparent 0%, #000 22%, #000 72%, transparent 100%),
    linear-gradient(90deg, transparent 0%, #000 18%, #000 78%, transparent 100%);
  -webkit-mask-image:
    linear-gradient(180deg, transparent 0%, #000 22%, #000 72%, transparent 100%),
    linear-gradient(90deg, transparent 0%, #000 18%, #000 78%, transparent 100%);
  mask-composite: intersect;
  opacity: 0.2;
  animation: mhHeroBeam 11s ease-in-out infinite alternate;
}

.mh-hero-grid {
  position: absolute;
  inset: 65px 0 0;
  overflow: hidden;
  pointer-events: none;
  background:
    radial-gradient(circle at 70% 28%, rgba(108, 167, 255, 0.18), transparent 18%),
    radial-gradient(circle at 74% 66%, rgba(18, 214, 169, 0.1), transparent 17%),
    linear-gradient(90deg, transparent 0 45%, rgba(45, 112, 255, 0.1) 68%, transparent 92%);
  opacity: 0.92;
}

.mh-hero-grid::before {
  content: "";
  position: absolute;
  top: 19%;
  right: 7%;
  width: min(680px, 44vw);
  aspect-ratio: 1.28;
  background:
    radial-gradient(circle at 16% 34%, rgba(143, 197, 255, 0.95) 0 3px, transparent 4px),
    radial-gradient(circle at 34% 20%, rgba(143, 197, 255, 0.78) 0 2px, transparent 3px),
    radial-gradient(circle at 48% 46%, rgba(34, 211, 238, 0.9) 0 3px, transparent 4px),
    radial-gradient(circle at 68% 28%, rgba(143, 197, 255, 0.8) 0 2px, transparent 3px),
    radial-gradient(circle at 78% 60%, rgba(92, 255, 205, 0.82) 0 3px, transparent 4px),
    radial-gradient(circle at 30% 72%, rgba(143, 197, 255, 0.72) 0 2px, transparent 3px),
    linear-gradient(25deg, transparent 0 42%, rgba(124, 183, 255, 0.16) 42.2% 42.8%, transparent 43% 100%),
    linear-gradient(145deg, transparent 0 46%, rgba(124, 183, 255, 0.14) 46.2% 46.7%, transparent 47% 100%),
    linear-gradient(5deg, transparent 0 58%, rgba(92, 255, 205, 0.12) 58.2% 58.7%, transparent 59% 100%),
    radial-gradient(ellipse at center, rgba(99, 167, 255, 0.16), transparent 68%);
  filter: drop-shadow(0 0 18px rgba(76, 139, 255, 0.22));
  mask-image: radial-gradient(ellipse at center, #000 0 48%, transparent 76%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 0 48%, transparent 76%);
  opacity: 0.78;
  animation: mhHeroNetworkFloat 10s ease-in-out infinite alternate;
}

.mh-hero-grid::after {
  content: "";
  position: absolute;
  top: 18%;
  right: 9%;
  width: min(620px, 42vw);
  height: 58%;
  background:
    linear-gradient(90deg, transparent 0%, rgba(119, 182, 255, 0.24) 46%, rgba(92, 255, 205, 0.18) 50%, transparent 100%);
  filter: blur(0.4px);
  mask-image: linear-gradient(180deg, transparent 0%, #000 35%, #000 62%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 35%, #000 62%, transparent 100%);
  opacity: 0.18;
  transform: rotate(-7deg);
  animation: mhHeroScanLine 7.5s ease-in-out infinite;
}

.mh-hero-content {
  position: relative;
  z-index: 1;
  width: min(576px, calc(100% - 48px));
  margin: 0 auto;
  transform: translateY(-14px);
}

.mh-eyebrow {
  margin: 0 0 20px;
  color: #8cb7ff;
  font-size: 16px;
  font-weight: 800;
}

.mh-hero h1 {
  margin: 0;
  color: #ffffff;
  font-size: 50px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0;
  white-space: normal;
  overflow-wrap: anywhere;
}

.mh-hero p[data-site-hero-subtitle] {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.9;
  white-space: normal;
  overflow-wrap: anywhere;
}

.mh-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.mh-stats div {
  min-height: 82px;
  padding: 16px 14px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.mh-stats strong,
.mh-stats span {
  display: block;
}

.mh-stats strong {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.1;
}

.mh-stats span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

.mh-hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
}

.mh-button {
  min-width: 138px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 800;
}

.mh-button.orange {
  color: #ffffff;
  background: #ff8000;
  box-shadow: 0 12px 30px rgba(255, 128, 0, 0.28);
}

.mh-button.ghost {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.38);
}

.mh-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.mh-tags span {
  height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(23, 55, 98, 0.12);
  border-radius: 999px;
  color: #35527c;
  background: #ffffff;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 8px 22px rgba(22, 43, 75, 0.06);
}

.mh-container {
  width: min(1216px, calc(100% - 48px));
  margin: 0 auto;
}

.mh-section {
  padding: 82px 0;
  background: #ffffff;
}

.mh-section.alt {
  background: #f5f7fb;
}

.mh-section-title {
  margin-bottom: 42px;
}

.mh-section-title.centered {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.mh-section-title h2 {
  margin: 0;
  color: #182238;
  font-size: 34px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0;
}

.mh-section-title p {
  margin: 16px 0 0;
  color: #66758a;
  font-size: 16px;
  line-height: 1.8;
}

.mh-card-grid {
  display: grid;
  gap: 20px;
}

.mh-card-grid.cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mh-card-grid.cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mh-card,
.mh-case,
.mh-news-card {
  min-width: 0;
  border: 1px solid #e5ebf4;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 38px rgba(18, 39, 73, 0.05);
}

.mh-card {
  min-height: 216px;
  padding: 28px;
}

.mh-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #1d64f2;
  background: #eaf1ff;
  font-size: 14px;
  font-weight: 800;
}

.mh-card h3,
.mh-case h3,
.mh-news-card h3 {
  margin: 20px 0 0;
  color: #1b2740;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 800;
}

.mh-card p,
.mh-case p,
.mh-news-card p {
  margin: 12px 0 0;
  color: #65758c;
  font-size: 15px;
  line-height: 1.8;
}

.mh-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.mh-flow-step {
  position: relative;
  padding: 28px;
  border: 1px solid #e5ebf4;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 38px rgba(18, 39, 73, 0.05);
}

.mh-flow-step span {
  color: #1d64f2;
  font-size: 14px;
  font-weight: 800;
}

.mh-flow-step h3 {
  margin: 16px 0 0;
  color: #1b2740;
  font-size: 20px;
  line-height: 1.3;
}

.mh-flow-step p {
  margin: 12px 0 0;
  color: #65758c;
  font-size: 15px;
  line-height: 1.8;
}

.mh-solution {
  position: relative;
  min-height: 198px;
  display: grid;
  align-content: start;
  gap: 12px;
  overflow: hidden;
  padding: 28px;
  border: 1px solid #e5ebf4;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 38px rgba(18, 39, 73, 0.05);
}

.mh-solution::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, #1d64f2, #ff8000);
}

.mh-solution span {
  width: fit-content;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  color: #1d64f2;
  background: #eaf1ff;
  font-size: 13px;
  font-weight: 800;
}

.mh-solution h3 {
  margin: 4px 0 0;
  color: #1b2740;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 800;
}

.mh-solution p {
  margin: 0;
  color: #65758c;
  font-size: 15px;
  line-height: 1.8;
}

.mh-case-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.mh-case {
  min-height: 198px;
  padding: 28px;
}

.mh-case div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.mh-case strong {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: #1d64f2;
  background: #eaf1ff;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
}

.mh-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 20px 0 0;
  list-style: none;
}

.mh-timeline::before {
  content: "";
  position: absolute;
  left: 9%;
  right: 9%;
  top: 38px;
  height: 2px;
  background: #dce6f5;
}

.mh-timeline li {
  position: relative;
  z-index: 1;
  padding: 0 14px 20px;
  text-align: center;
}

.mh-timeline span {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #f5f7fb;
  border-radius: 999px;
  color: #ffffff;
  background: #1d64f2;
  font-size: 13px;
  font-weight: 800;
}

.mh-timeline h3 {
  margin: 20px 0 0;
  color: #1b2740;
  font-size: 18px;
  line-height: 1.3;
}

.mh-timeline strong {
  display: block;
  margin-top: 4px;
  color: #1b2740;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 800;
}

.mh-timeline p {
  margin: 10px 0 0;
  color: #65758c;
  font-size: 14px;
  line-height: 1.7;
}

@keyframes mhHeroBeam {
  from {
    transform: translate3d(-18px, -6px, 0) skewX(-8deg);
    opacity: 0.14;
  }

  to {
    transform: translate3d(22px, 8px, 0) skewX(-8deg);
    opacity: 0.3;
  }
}

@keyframes mhHeroGridDrift {
  from {
    background-position: 0 0, 0 0;
  }

  to {
    background-position: 72px 0, 0 72px;
  }
}

@keyframes mhHeroNetworkFloat {
  from {
    transform: translate3d(-10px, -8px, 0) scale(0.99);
    opacity: 0.62;
  }

  to {
    transform: translate3d(12px, 10px, 0) scale(1.02);
    opacity: 0.86;
  }
}

@keyframes mhHeroScanLine {
  0% {
    transform: translate3d(-16%, -10%, 0) rotate(-7deg);
    opacity: 0;
  }

  42% {
    opacity: 0.42;
  }

  100% {
    transform: translate3d(18%, 18%, 0) rotate(-7deg);
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mh-hero::after,
  .mh-hero-grid,
  .mh-hero-grid::before,
  .mh-hero-grid::after {
    animation: none;
  }
}

.mh-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.mh-news-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 30px;
}

.mh-news-head h2 {
  margin: 0;
  color: #182238;
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: 0;
}

.mh-news-head p {
  margin: 12px 0 0;
  color: #65758c;
  font-size: 15px;
  line-height: 1.7;
}

.mh-news-head a {
  flex: 0 0 auto;
  min-width: 126px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9e4f2;
  border-radius: 8px;
  color: #1d64f2;
  background: #ffffff;
  font-size: 14px;
  font-weight: 800;
}

.mh-news-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.mh-news-list article {
  min-height: 196px;
  padding: 28px;
  border: 1px solid #e5ebf4;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 38px rgba(18, 39, 73, 0.05);
}

.mh-news-list time {
  color: #1d64f2;
  font-size: 13px;
  font-weight: 800;
}

.mh-news-list h3 {
  margin: 14px 0 0;
  color: #1b2740;
  font-size: 20px;
  line-height: 1.35;
}

.mh-news-list p {
  margin: 12px 0 0;
  color: #65758c;
  font-size: 15px;
  line-height: 1.8;
}

.mh-step {
  min-width: 0;
}

.mh-news-card {
  min-height: 188px;
  padding: 28px;
}

.mh-news-card small {
  color: #1d64f2;
  font-weight: 800;
}

.mh-news-card h3 {
  margin-top: 14px;
}

.mh-contact {
  padding: 74px 0 86px;
  color: #ffffff;
  background:
    linear-gradient(120deg, #0c1d3b 0%, #102b59 62%, #dbe7ff 190%);
}

.mh-contact-layout,
.mh-contact .contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.72fr);
  gap: 44px;
  align-items: start;
}

.mh-contact h2 {
  max-width: 680px;
  margin: 0;
  color: #ffffff;
  font-size: 34px;
  line-height: 1.25;
  letter-spacing: 0;
}

.mh-contact p {
  max-width: 720px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  line-height: 1.85;
}

.mh-contact ul {
  display: grid;
  gap: 14px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.mh-contact li {
  position: relative;
  padding-left: 28px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.6;
}

.mh-contact li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #20d889;
  box-shadow: 0 0 0 4px rgba(32, 216, 137, 0.14);
}

.mh-contact .mh-section-title h2,
.mh-contact .mh-section-title p {
  color: #ffffff;
}

.mh-contact .mh-section-title p {
  color: rgba(255, 255, 255, 0.72);
}

.mh-contact-list {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.mh-contact-list div {
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.mh-contact-list strong,
.mh-contact-list span {
  display: block;
}

.mh-contact-list strong {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.mh-contact-list span {
  margin-top: 8px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}

.mh-contact-form,
.mh-form {
  display: grid;
  gap: 14px;
  padding: 28px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.18);
}

.mh-contact-form label,
.mh-form label {
  display: grid;
  gap: 8px;
  color: #40506a;
  font-size: 13px;
  font-weight: 700;
}

.mh-contact-form input,
.mh-contact-form textarea,
.mh-form input,
.mh-form textarea {
  width: 100%;
  border: 1px solid #d8e1ee;
  border-radius: 8px;
  padding: 12px 14px;
  color: #1d2636;
  background: #ffffff;
  font: inherit;
  font-size: 14px;
  outline: none;
}

.mh-contact-form textarea,
.mh-form textarea {
  min-height: 112px;
  resize: vertical;
}

.mh-contact-form input:focus,
.mh-contact-form textarea:focus,
.mh-form input:focus,
.mh-form textarea:focus {
  border-color: #1d64f2;
  box-shadow: 0 0 0 3px rgba(29, 100, 242, 0.12);
}

.mh-contact-form button,
.mh-form button {
  height: 46px;
  border: 0;
  border-radius: 8px;
  color: #ffffff;
  background: #ff8000;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.mh-form > span {
  color: #66758a;
  font-size: 13px;
}

.mh-friend-links {
  padding: 28px 0;
  border-top: 1px solid #e5ebf4;
  background: #f5f7fb;
}

.mh-friend-links .mh-container {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.mh-friend-links strong {
  color: #526278;
  font-size: 14px;
  line-height: 32px;
}

.mh-friend-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mh-friend-list a {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid #d9e4f2;
  border-radius: 6px;
  color: #5b6c84;
  background: #ffffff;
  font-size: 13px;
}

.mh-friend-list a:hover {
  color: #1d64f2;
  border-color: #b9cffb;
}

.mh-footer {
  padding: 62px 0 34px;
  color: rgba(255, 255, 255, 0.66);
  background: #171c27;
  font-size: 14px;
}

.mh-footer .mh-container {
  display: grid;
  grid-template-columns: minmax(280px, 1.4fr) repeat(3, minmax(140px, 0.6fr));
  gap: 52px;
}

.mh-footer strong,
.mh-footer-col strong {
  display: block;
  color: #ffffff;
  font-size: 17px;
}

.mh-footer-brand p {
  max-width: 430px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.8;
}

.mh-footer span {
  display: block;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.52);
}

.mh-footer-brand > span,
.mh-footer-brand > span span {
  display: inline;
}

.mh-footer-col {
  display: grid;
  align-content: start;
  gap: 12px;
}

.mh-footer-col a {
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
}

.mh-footer-col a:hover {
  color: #ffffff;
}

.mobile-menu-toggle,
.mobile-menu-drawer,
.mobile-menu-backdrop {
  display: none;
}

@media (max-width: 1180px) {
  .mh-header {
    position: sticky;
    height: auto;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px 16px;
    padding-top: 12px;
    padding-bottom: 10px;
  }

  .mh-nav {
    grid-column: 1 / -1;
    width: 100%;
    gap: 16px;
    justify-self: stretch;
    overflow-x: visible;
    scrollbar-width: none;
  }

  .mh-nav::-webkit-scrollbar {
    display: none;
  }

  .mh-nav a {
    line-height: 34px;
  }

  .mh-actions {
    justify-self: end;
  }

  .mh-card-grid.cols-4,
  .mh-flow,
  .mh-case-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mh-card-grid.cols-3,
  .mh-news-grid,
  .mh-news-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mh-timeline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 28px;
  }

  .mh-timeline::before {
    display: none;
  }

  .mh-footer .mh-container {
    grid-template-columns: minmax(0, 1.25fr) repeat(3, minmax(0, 0.75fr));
    gap: 30px;
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .mh-header {
    position: fixed;
    height: 65px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 18px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .mh-nav {
    grid-column: auto;
    width: auto;
    gap: 18px;
    justify-self: start;
    overflow-x: auto;
    white-space: nowrap;
  }

  .mh-nav a {
    line-height: 65px;
  }

  .mh-actions {
    justify-self: auto;
  }
}

@media (max-width: 900px) {
  .mh-timeline {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-top: 0;
  }

  .mh-timeline::before {
    display: none;
  }

  .mh-timeline li {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    column-gap: 14px;
    align-items: start;
    padding: 18px;
    border: 1px solid #dfe7f3;
    border-radius: 8px;
    background: #ffffff;
    text-align: left;
    box-shadow: 0 10px 26px rgba(18, 39, 73, 0.04);
  }

  .mh-timeline span {
    grid-row: 1 / span 3;
    width: 34px;
    height: 34px;
    margin-top: 2px;
  }

  .mh-timeline h3 {
    margin: 0;
  }

  .mh-timeline strong,
  .mh-timeline p {
    grid-column: 2;
  }

  .mh-timeline p {
    margin-top: 8px;
  }

  .mh-footer .mh-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 28px;
  }
}

@media (max-width: 760px) {
  body.mobile-menu-open {
    overflow: hidden;
  }

  .mh-header {
    position: sticky;
    height: 64px;
    grid-template-columns: 1fr auto;
    gap: 12px;
    padding: 12px 16px;
  }

  .mh-brand {
    min-width: 0;
  }

  .mh-brand strong {
    font-size: 16px;
  }

  .mh-nav,
  .mh-actions {
    display: none;
  }

  .mobile-menu-toggle {
    width: 40px;
    height: 40px;
    display: inline-grid;
    place-content: center;
    gap: 5px;
    justify-self: end;
    border: 1px solid #d9e1ef;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(18, 39, 73, 0.08);
    cursor: pointer;
  }

  .mobile-menu-toggle span {
    width: 18px;
    height: 2px;
    display: block;
    border-radius: 999px;
    background: #1b2740;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .mobile-menu-toggle.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .mobile-menu-toggle.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .mobile-menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 70;
    display: block;
    background: rgba(8, 22, 45, 0.38);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
  }

  body.mobile-menu-open .mobile-menu-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  .mobile-menu-drawer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 80;
    width: min(82vw, 320px);
    display: grid;
    align-content: start;
    gap: 16px;
    padding: 24px;
    overflow-y: auto;
    color: #1f2633;
    background: #ffffff;
    box-shadow: -24px 0 54px rgba(8, 22, 45, 0.18);
    transform: translateX(100%);
    transition: transform 0.22s ease;
  }

  .mobile-menu-drawer.open {
    transform: translateX(0);
  }

  .mobile-menu-title {
    display: block;
    padding-bottom: 14px;
    border-bottom: 1px solid #e5ebf4;
    color: #182238;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 800;
  }

  .mobile-menu-nav,
  .mobile-menu-auth {
    display: grid;
    gap: 8px;
  }

  .mobile-menu-nav a {
    min-height: 42px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    border-radius: 8px;
    color: #1f2633;
    font-size: 15px;
    font-weight: 800;
  }

  .mobile-menu-nav a:hover,
  .mobile-menu-nav a[aria-current="page"] {
    color: #1d64f2;
    background: #eef4ff;
  }

  .mobile-menu-auth {
    margin-top: 8px;
    padding-top: 14px;
    border-top: 1px solid #e5ebf4;
  }

  .mobile-menu-auth a {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d9e1ef;
    border-radius: 8px;
    color: #243147;
    background: #ffffff;
    font-size: 15px;
    font-weight: 800;
  }

  .mobile-menu-auth a:last-child {
    color: #ffffff;
    border-color: #1d64f2;
    background: #1d64f2;
  }

  .mh-hero {
    min-height: auto;
    padding: 62px 0 46px;
    background:
      radial-gradient(circle at 82% 26%, rgba(54, 124, 255, 0.18), transparent 28%),
      linear-gradient(115deg, rgba(22, 101, 242, 0.12), transparent 42%),
      linear-gradient(180deg, #0c1d3b 0%, #102b59 100%);
  }

  .mh-hero-grid {
    inset: 0;
  }

  .mh-hero::after {
    display: none;
  }

  .mh-hero-grid::before {
    top: 5%;
    right: -48%;
    width: 520px;
    opacity: 0.32;
  }

  .mh-hero-grid::after {
    top: 10%;
    right: -28%;
    width: 420px;
    height: 42%;
    opacity: 0.12;
  }

  .mh-hero-content,
  .mh-container {
    width: min(100% - 32px, 1216px);
  }

  .mh-hero-content {
    transform: none;
  }

  .mh-eyebrow {
    font-size: 14px;
  }

  .mh-hero h1 {
    font-size: 34px;
    line-height: 1.14;
    max-width: 100%;
  }

  .mh-hero p[data-site-hero-subtitle] {
    font-size: 15px;
    line-height: 1.8;
  }

  .mh-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mh-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .mh-button {
    width: 100%;
  }

  .mh-section {
    padding: 56px 0;
  }

  .mh-section-title {
    margin-bottom: 28px;
  }

  .mh-section-title.centered {
    text-align: left;
  }

  .mh-section-title h2 {
    font-size: 26px;
  }

  .mh-section-title p {
    font-size: 15px;
  }

  .mh-card-grid.cols-4,
  .mh-card-grid.cols-3,
  .mh-flow,
  .mh-case-grid,
  .mh-news-grid,
  .mh-news-list,
  .mh-timeline,
  .mh-contact-layout {
    grid-template-columns: 1fr;
  }

  .mh-news-head {
    display: grid;
    align-items: start;
  }

  .mh-news-head h2 {
    font-size: 26px;
  }

  .mh-card,
  .mh-flow-step,
  .mh-case,
  .mh-news-card,
  .mh-solution,
  .mh-contact-form {
    padding: 22px;
  }

  .mh-timeline li {
    padding: 16px;
  }

  .mh-contact-layout {
    gap: 28px;
  }

  .mh-contact .contact-grid,
  .mh-friend-links .mh-container,
  .mh-footer .mh-container {
    grid-template-columns: 1fr;
  }

  .mh-footer {
    padding: 38px 0 28px;
  }

  .mh-footer-links {
    flex-wrap: wrap;
  }
}
