.mw-entry-hero {
  position: relative;
  min-height: clamp(470px, 54svh, 575px);
  margin: 88px 0 0;
  padding: clamp(25px, 2.7vw, 38px) clamp(20px, 3.2vw, 54px) clamp(27px, 2.8vw, 40px);
  overflow: hidden;
  color: #f7f7fa;
  background: #15151c;
  border-radius: 0;
}

.mw-entry-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(244, 175, 83, 0.08), transparent 34%, rgba(244, 175, 83, 0.05) 68%, transparent);
  pointer-events: none;
}

.mw-entry-hero__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1440px);
  margin: 0 auto;
}

.mw-entry-hero__title {
  max-width: 1240px;
  margin: 0 0 clamp(19px, 2.2vw, 29px);
  color: #f7f7fa;
  font-size: clamp(33px, 3.65vw, 52px);
  font-weight: 950;
  line-height: 1.08;
  text-transform: uppercase;
}

.mw-entry-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(420px, 0.84fr);
  gap: clamp(22px, 2.9vw, 41px);
  align-items: center;
}

.mw-entry-hero__features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(12px, 1.2vw, 17px);
}

.mw-entry-hero__feature {
  position: relative;
  min-height: clamp(128px, 9vw, 154px);
  padding: clamp(17px, 1.6vw, 22px);
  overflow: hidden;
  background: linear-gradient(135deg, rgba(244, 175, 83, 0.18), rgba(255, 255, 255, 0.06) 45%, rgba(244, 175, 83, 0.08));
  border: 1px solid rgba(244, 175, 83, 0.42);
  border-radius: 8px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(6px);
}

.mw-entry-hero__feature::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(21, 21, 28, 0.24), rgba(21, 21, 28, 0.02) 42%, rgba(21, 21, 28, 0.2));
  pointer-events: none;
}

.mw-entry-hero__feature > * {
  position: relative;
  z-index: 1;
}

.mw-entry-hero__icon {
  display: inline-flex;
  width: 29px;
  height: 29px;
  margin-bottom: 9px;
  color: #f4af53;
}

.mw-entry-hero__icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mw-entry-hero__feature-title {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(19px, 1.5vw, 23px);
  font-weight: 900;
  line-height: 1.15;
}

.mw-entry-hero__feature-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(15px, 1.18vw, 18px);
  font-weight: 600;
  line-height: 1.32;
}

.mw-entry-hero__copy {
  display: flex;
  flex-direction: column;
  gap: clamp(17px, 1.8vw, 24px);
}

.mw-entry-hero__copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(17px, 1.22vw, 19px);
  font-weight: 600;
  line-height: 1.42;
}

.mw-entry-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
}

.mw-entry-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(100%, 204px);
  min-height: 50px;
  padding: 10px 22px;
  border-radius: 7px;
  font-size: clamp(18px, 1.2vw, 20px);
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.mw-entry-hero__button--primary {
  color: #15151c;
  background: #f4af53;
  border: 1px solid #f4af53;
  box-shadow: 0 14px 28px rgba(244, 175, 83, 0.2);
}

.mw-entry-hero__button--secondary {
  color: #f7f7fa;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(244, 175, 83, 0.66);
}

.mw-entry-hero__button:hover,
.mw-entry-hero__button:focus-visible {
  transform: translateY(-1px);
}

.mw-entry-hero__button--primary:hover,
.mw-entry-hero__button--primary:focus-visible {
  color: #15151c;
  background: #fff45a;
  border-color: #fff45a;
  box-shadow: 0 18px 34px rgba(244, 175, 83, 0.26);
}

.mw-entry-hero__button--secondary:hover,
.mw-entry-hero__button--secondary:focus-visible {
  color: #15151c;
  background: #f4af53;
  border-color: #f4af53;
}

.mw-entry-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(17px, 1.8vw, 29px);
  align-items: start;
}

.mw-entry-hero__stat {
  display: grid;
  gap: 7px;
}

.mw-entry-hero__stat-value {
  color: #fff;
  font-size: clamp(23px, 1.86vw, 29px);
  font-weight: 950;
  line-height: 1;
}

.mw-entry-hero__stat-label {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(15px, 1.14vw, 18px);
  font-weight: 650;
  line-height: 1.18;
}

main > .mw-entry-hero + .mw-conversion-strip {
  margin-top: 0;
}

body.mw-entry-page .r7646e9 {
  display: none;
}

body.mw-entry-page .r7646e9.mw-entry-scroll-visible {
  display: flex;
}

@media (max-width: 1100px) {
  .mw-entry-hero__layout {
    grid-template-columns: 1fr;
  }

  .mw-entry-hero__copy {
    align-items: flex-start;
  }
}

@media (max-width: 992px) {
  .mw-entry-hero {
    min-height: 0;
    margin-top: 105px;
  }
}

@media (max-width: 760px) {
  .mw-entry-hero {
    padding: 29px 20px 31px;
  }

  .mw-entry-hero__title {
    margin-bottom: 24px;
    font-size: clamp(29px, 8.1vw, 38px);
    text-align: center;
  }

  .mw-entry-hero__features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mw-entry-hero__feature {
    min-height: 0;
    padding: 19px;
  }

  .mw-entry-hero__copy {
    align-items: stretch;
    text-align: center;
  }

  .mw-entry-hero__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .mw-entry-hero__button {
    width: 100%;
    min-width: 0;
  }

  .mw-entry-hero__stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }
}

@media (max-width: 525px) {
  .mw-entry-hero {
    min-height: 0;
    margin-top: 124px;
  }

  .mw-entry-hero__title {
    font-size: clamp(28px, 7.8vw, 34px);
  }

  .mw-entry-hero__feature {
    padding: 17px;
  }

  .mw-entry-hero__icon {
    width: 26px;
    height: 26px;
  }

  .mw-entry-hero__feature-title {
    font-size: 17px;
  }

  .mw-entry-hero__feature-text {
    display: none;
  }

  .mw-entry-hero__copy p {
    display: -webkit-box;
    overflow: hidden;
    font-size: 15px;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }

  .mw-entry-hero__button {
    padding: 9px 10px;
    font-size: 17px;
  }

  .mw-entry-hero__stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
