@font-face {
  font-family: "Montserrat Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(../fonts/montserrat-latin-ext-wght-normal-BsZE-iaG.woff2) format("woff2-variations");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Montserrat Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(../fonts/montserrat-latin-wght-normal-l_AIctKy.woff2) format("woff2-variations");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.mi-performance-banner,
.mi-performance-banner *,
.mi-performance-banner *::before,
.mi-performance-banner *::after {
  box-sizing: border-box;
}

.mi-performance-banner {
  --mi-pb-navy: #071d30;
  --mi-pb-blue: #000d87;
  --mi-pb-orange: #ff6b25;
  --mi-pb-white: #fff;
  --mi-pb-muted: rgba(255, 255, 255, 0.72);
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  width: min(100%, 1320px);
  min-height: 480px;
  margin: 36px auto;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: linear-gradient(118deg, #061b2d 0%, #082946 54%, #000d87 132%);
  box-shadow: 0 28px 70px rgba(7, 29, 48, 0.24);
  color: var(--mi-pb-white);
  font-family: "Montserrat Variable", Montserrat, system-ui, sans-serif;
  font-synthesis: none;
  text-rendering: geometricPrecision;
}

.mi-performance-banner::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -45% auto auto -10%;
  width: 560px;
  height: 560px;
  border: 86px solid rgba(255, 255, 255, 0.035);
  border-radius: 50%;
}

.mi-performance-banner::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.16);
}

.mi-performance-banner h2,
.mi-performance-banner p,
.mi-performance-banner ul {
  margin: 0;
}

.mi-performance-banner a {
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

.mi-performance-banner a:focus-visible {
  outline: 3px solid var(--mi-pb-orange);
  outline-offset: 4px;
}

.mi-performance-banner .mi-pb-copy {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 5vw, 78px);
  animation: mi-pb-copy-enter 750ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.mi-performance-banner .mi-pb-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.095em;
  line-height: 1.4;
  text-transform: uppercase;
}

.mi-performance-banner .mi-pb-kicker span {
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--mi-pb-orange);
  box-shadow: 0 0 0 7px rgba(255, 107, 37, 0.12);
  animation: mi-pb-pulse 2.8s ease-in-out infinite;
}

.mi-performance-banner h2 {
  max-width: 770px;
  color: var(--mi-pb-white);
  font-size: clamp(42px, 4.5vw, 72px);
  font-weight: 820;
  letter-spacing: -0.047em;
  line-height: 0.98;
  text-wrap: balance;
}

.mi-performance-banner .mi-pb-lead {
  max-width: 680px;
  margin-top: 22px;
  color: var(--mi-pb-muted);
  font-size: clamp(16px, 1.25vw, 19px);
  font-weight: 470;
  line-height: 1.65;
}

.mi-performance-banner .mi-pb-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
  padding: 0;
  list-style: none;
}

.mi-performance-banner .mi-pb-metrics li {
  display: flex;
  align-items: baseline;
  gap: 7px;
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(10px);
}

.mi-performance-banner .mi-pb-metrics strong {
  color: var(--mi-pb-white);
  font-size: 13px;
  font-weight: 760;
}

.mi-performance-banner .mi-pb-metrics span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  font-weight: 560;
}

.mi-performance-banner .mi-pb-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 22px;
  margin-top: 30px;
}

.mi-performance-banner .mi-pb-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 23px;
  border-radius: 8px;
  background: var(--mi-pb-orange);
  box-shadow: 0 12px 28px rgba(255, 107, 37, 0.26);
  color: var(--mi-pb-white);
  font-size: 14px;
  font-weight: 760;
  line-height: 1;
  text-decoration: none;
  transition: transform 220ms ease, background-color 220ms ease, box-shadow 220ms ease;
}

.mi-performance-banner .mi-pb-primary svg {
  flex: 0 0 auto;
  transition: transform 220ms ease;
}

.mi-performance-banner .mi-pb-primary:hover {
  transform: translateY(-2px);
  background: #ff7b3d;
  box-shadow: 0 17px 34px rgba(255, 107, 37, 0.31);
}

.mi-performance-banner .mi-pb-primary:hover svg {
  transform: translateX(3px);
}

.mi-performance-banner .mi-pb-secondary {
  position: relative;
  padding: 8px 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  font-weight: 690;
  text-decoration: none;
}

.mi-performance-banner .mi-pb-secondary::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.48);
  transform: scaleX(0.35);
  transform-origin: left;
  transition: transform 220ms ease;
}

.mi-performance-banner .mi-pb-secondary:hover::after {
  transform: scaleX(1);
}

.mi-performance-banner .mi-pb-media {
  position: relative;
  min-width: 0;
  min-height: 480px;
  overflow: hidden;
}

.mi-performance-banner .mi-pb-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #082743 0%, rgba(8, 39, 67, 0.58) 18%, rgba(8, 39, 67, 0.05) 56%, rgba(0, 13, 135, 0.12) 100%);
}

.mi-performance-banner .mi-pb-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
  object-position: 51% 42%;
  animation: mi-pb-image-drift 14s ease-in-out infinite alternate;
}

.mi-performance-banner .mi-pb-data-card {
  position: absolute;
  z-index: 3;
  right: clamp(20px, 3vw, 42px);
  bottom: clamp(22px, 3vw, 40px);
  display: grid;
  min-width: 132px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  background: rgba(4, 23, 38, 0.72);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(13px);
}

.mi-performance-banner .mi-pb-data-card span {
  color: var(--mi-pb-orange);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.mi-performance-banner .mi-pb-data-card strong {
  margin-top: 2px;
  color: var(--mi-pb-white);
  font-size: 31px;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
}

.mi-performance-banner .mi-pb-data-card small {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@keyframes mi-pb-copy-enter {
  from { transform: translateY(10px); }
  to { transform: translateY(0); }
}

@keyframes mi-pb-image-drift {
  from { transform: scale(1.015); }
  to { transform: scale(1.065); }
}

@keyframes mi-pb-pulse {
  0%, 100% { box-shadow: 0 0 0 7px rgba(255, 107, 37, 0.12); }
  50% { box-shadow: 0 0 0 11px rgba(255, 107, 37, 0.035); }
}

@media (max-width: 980px) {
  .mi-performance-banner {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .mi-performance-banner .mi-pb-copy {
    padding: 52px clamp(28px, 7vw, 64px) 42px;
  }

  .mi-performance-banner h2 {
    max-width: 780px;
    font-size: clamp(43px, 8.4vw, 68px);
  }

  .mi-performance-banner .mi-pb-media,
  .mi-performance-banner .mi-pb-media img {
    min-height: 340px;
  }

  .mi-performance-banner .mi-pb-media::after {
    background: linear-gradient(180deg, #082743 0%, rgba(8, 39, 67, 0.14) 30%, rgba(0, 13, 135, 0.08) 100%);
  }
}

@media (max-width: 620px) {
  .mi-performance-banner {
    width: 100%;
    margin: 22px auto;
    border-radius: 12px;
  }

  .mi-performance-banner .mi-pb-copy {
    padding: 36px 24px 32px;
  }

  .mi-performance-banner .mi-pb-kicker {
    align-items: flex-start;
    margin-bottom: 15px;
    font-size: 10px;
  }

  .mi-performance-banner .mi-pb-kicker span {
    margin-top: 2px;
  }

  .mi-performance-banner h2 {
    font-size: clamp(36px, 11.8vw, 50px);
    line-height: 1;
  }

  .mi-performance-banner .mi-pb-lead {
    margin-top: 17px;
    font-size: 15px;
    line-height: 1.58;
  }

  .mi-performance-banner .mi-pb-metrics {
    gap: 7px;
    margin-top: 22px;
  }

  .mi-performance-banner .mi-pb-metrics li {
    padding: 8px 9px;
  }

  .mi-performance-banner .mi-pb-metrics strong {
    font-size: 11px;
  }

  .mi-performance-banner .mi-pb-metrics span {
    display: none;
  }

  .mi-performance-banner .mi-pb-actions {
    align-items: stretch;
    margin-top: 25px;
  }

  .mi-performance-banner .mi-pb-primary {
    width: 100%;
  }

  .mi-performance-banner .mi-pb-secondary {
    width: max-content;
  }

  .mi-performance-banner .mi-pb-media,
  .mi-performance-banner .mi-pb-media img {
    min-height: 270px;
  }

  .mi-performance-banner .mi-pb-data-card {
    right: 18px;
    bottom: 18px;
    min-width: 112px;
    padding: 13px 15px;
  }

  .mi-performance-banner .mi-pb-data-card strong {
    font-size: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mi-performance-banner,
  .mi-performance-banner *,
  .mi-performance-banner *::before,
  .mi-performance-banner *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
