@media (min-width: 1180px) {
  main > div > section:first-child > div:nth-child(2) > div {
    grid-template-columns: minmax(0, 1.05fr) minmax(480px, 0.75fr) !important;
    gap: clamp(44px, 5vw, 82px) !important;
  }

  main > div > section:first-child > div:nth-child(2) > div > div:first-child {
    max-width: 920px !important;
  }

  main > div > section:first-child h1 {
    max-width: 850px !important;
    font-size: clamp(4rem, 4.65vw, 5.35rem) !important;
    line-height: 0.96 !important;
    text-wrap: balance;
  }

  main > div > section:first-child h1 + p {
    max-width: 760px !important;
  }
}

@media (max-width: 640px) {
  main > div > section:first-child > div:nth-child(2) {
    min-height: calc(100svh - 73px);
    align-items: flex-start;
    padding: 18px 18px 16px;
  }

  main > div > section:first-child > div:nth-child(2) > div {
    gap: 14px;
  }

  main > div > section:first-child p:first-child {
    margin-bottom: 9px;
    font-size: 0.66rem;
    line-height: 1.35;
    letter-spacing: 0.16em;
  }

  main > div > section:first-child h1 {
    max-width: 100% !important;
    font-size: clamp(2.02rem, 8.9vw, 2.5rem) !important;
    line-height: 0.98 !important;
    text-wrap: balance;
  }

  main > div > section:first-child h1 + p {
    max-width: 22.5rem !important;
    margin-top: 12px !important;
    font-size: clamp(0.96rem, 3.65vw, 1.04rem) !important;
    line-height: 1.34 !important;
  }

  .js-mobile-hero-portrait {
    width: 100%;
    height: clamp(138px, 24svh, 188px);
    margin-top: 12px;
    overflow: hidden;
    border: 1px solid rgb(255 255 255 / 11%);
    border-radius: 22px;
    background: #142a46;
    box-shadow: 0 20px 52px rgb(2 8 18 / 0.34);
  }

  .js-mobile-hero-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 54% 22%;
  }

  .js-mobile-hero-original-card {
    display: none !important;
  }

  .js-mobile-hero-stats-grid {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    margin-top: 12px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  .js-mobile-hero-stats-list {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
  }

  .js-mobile-hero-stats-list > div {
    display: flex;
    min-width: 0;
    min-height: 78px;
    flex-direction: column;
    justify-content: center;
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 16px;
    padding: 10px 8px;
    background: rgb(255 255 255 / 0.07);
  }

  .js-mobile-hero-stats-list > div > p:first-child {
    margin: 0 !important;
    font-size: clamp(1.36rem, 6.8vw, 1.88rem) !important;
    line-height: 1 !important;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .js-mobile-hero-stats-list > div > p:last-child {
    max-width: none !important;
    margin-top: 6px !important;
    font-size: clamp(0.68rem, 2.7vw, 0.78rem) !important;
    line-height: 1.1 !important;
  }

  .js-mobile-hero-stats-grid + div,
  .js-mobile-hero-stats-grid + div + div {
    margin-top: 14px !important;
  }
}

@media (max-width: 370px) {
  main > div > section:first-child > div:nth-child(2) {
    padding-inline: 16px;
  }

  main > div > section:first-child h1 {
    font-size: clamp(1.82rem, 8.4vw, 2.18rem) !important;
  }

  main > div > section:first-child h1 + p {
    font-size: 0.9rem !important;
  }

  .js-mobile-hero-portrait {
    height: 122px;
  }

  .js-mobile-hero-stats-list {
    gap: 7px;
  }

  .js-mobile-hero-stats-list > div {
    min-height: 72px;
    padding: 9px 7px;
  }

  .js-mobile-hero-stats-list > div > p:first-child {
    font-size: clamp(1.18rem, 6vw, 1.42rem) !important;
  }

  .js-mobile-hero-stats-list > div > p:last-child {
    font-size: 0.62rem !important;
  }
}
