@media (min-width: 768px) and (max-width: 999px) {
  .hero-section {
    min-height: auto;
    padding: 58px 0 66px;
    align-items: start;
  }

  .hero-content {
    width: min(100% - 48px, 860px);
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    row-gap: 42px;
  }

  .hero-copy {
    padding-top: 10px;
  }

  .hero-kicker {
    gap: 12px;
    margin-bottom: 18px;
    font-size: 13px;
  }

  .hero-kicker i {
    width: 42px;
  }

  .hero-title {
    max-width: 640px;
    font-size: 46px;
    line-height: 1.08;
  }

  .hero-description {
    max-width: 620px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.62;
  }

  .hero-actions {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 260px));
    gap: 14px;
  }

  .hero-button {
    width: 100%;
    height: 58px;
    min-width: 0;
    font-size: 14px;
  }

  .hero-button-primary img {
    width: 25px;
    height: 25px;
  }

  .hero-button-secondary img {
    width: 34px;
    height: 34px;
  }

  .hero-feature-list {
    max-width: 650px;
    margin-top: 30px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .hero-feature-item {
    min-height: 48px;
    gap: 12px;
    font-size: 14px;
  }

  .hero-feature-item + .hero-feature-item {
    padding-left: 16px;
    border-left: 1px solid rgba(58, 62, 87, 0.18);
  }

  .hero-feature-item img {
    width: 46px;
    height: 46px;
  }

  .hero-feature-item span {
    max-width: none;
  }

  .hero-visual {
    width: min(100%, 760px);
    justify-self: center;
    padding: 0 0 78px;
  }

  .hero-image-frame {
    height: 520px;
    min-height: 0;
    border-radius: 13px;
  }

  .hero-size-card {
    left: 18px;
    bottom: 0;
    width: calc(100% - 36px);
    padding: 20px;
  }

  .hero-size-title {
    margin-bottom: 16px;
    font-size: 18px;
  }

  .hero-size-options {
    gap: 10px;
  }

  .hero-size-option {
    min-height: 74px;
    padding: 10px 8px;
    grid-template-columns: minmax(34px, 44px) minmax(0, auto);
    font-size: 13px;
  }

  .hero-size-option img {
    width: 42px;
    height: 48px;
  }

  .hero-size-option span {
    min-width: 0;
  }
}
