@media (min-width: 701px) {
  .site-header {
    height: 90px;
    padding: 0;
  }

  .nav-shell {
    max-width: 1100px;
    height: 80px;
    margin-top: 10px;
  }

  .brand {
    margin-left: 25px;
  }

  .hero {
    display: block;
    min-height: 0;
  }

  .hero-content {
    max-width: 1100px;
    padding: 260px 0 290px;
  }

  .hero h1 {
    max-width: 1050px;
    font-size: 76px;
    line-height: 1.4;
  }

  .hero p {
    font-size: 20px;
    line-height: 1.7;
    margin: 10px 0 0;
  }

  .hero .button {
    font-size: 20px;
    line-height: 1.7;
    padding: 10px 80px;
    margin-top: 20px;
  }

  .hero-content h1 strong,
  .hero-content h1 {
    letter-spacing: 0;
  }

  .cards {
    max-width: 1100px;
    margin-top: -100px;
  }

  .feature-card {
    min-height: 0;
    padding: 200px 20px 20px;
  }

  .feature-card h3 {
    font-size: 20px;
  }

  .feature-card p {
    font-size: 16px;
  }

  .section {
    max-width: 1100px;
    padding: 60px 0;
  }

  .cards-section {
    height: 398px;
    padding: 0;
  }

  .split {
    max-width: 1100px;
    gap: 0;
    min-height: 0;
    padding: 0;
  }

  .cards-section + .split {
    height: 444px;
    margin-top: 60px;
  }

  .section.split:nth-of-type(4) {
    height: 482px;
    margin-top: 60px;
  }

  .section.split:nth-of-type(4) .split-copy {
    width: 535px;
    margin-left: 30px;
  }

  .section.split:nth-of-type(5) {
    height: 490px;
    margin-top: 60px;
  }

  .split h2 {
    font-size: 40px;
  }

  .split p {
    font-size: 20px;
    line-height: 1.7;
  }

  .cards-section + .split img {
    width: 550px;
    max-height: none;
    height: 444px;
    object-fit: fill;
  }

  .section.split:nth-of-type(4) img {
    width: 535px;
    max-height: none;
    height: 482px;
    object-fit: fill;
  }

  .section.split:nth-of-type(5) img {
    margin-left: 20px;
    width: 535px;
    max-height: none;
    height: 490px;
    object-fit: fill;
  }

  .process {
    width: 100%;
    max-width: none;
    min-height: 505px;
    margin: 40px 0 0;
    padding: 60px 20px 290px;
    border-radius: 30px;
  }

  .process-top,
  .process-steps {
    width: min(1100px, calc(100% - 40px));
    margin-left: auto;
    margin-right: auto;
  }

  .process h2 {
    font-size: 40px;
  }

  .process p {
    font-size: 20px;
  }

  .process-steps {
    position: relative;
    z-index: 2;
    gap: 10px;
    margin-top: -250px;
    margin-bottom: 90px;
  }

  .step {
    min-height: 327px;
    padding: 180px 20px 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    border-radius: 10px;
    box-shadow: 0 1px 10px 0 rgba(33, 33, 33, 0.31);
  }

  .step h3 {
    font-size: 20px;
    line-height: 1.4;
  }

  .step p {
    font-size: 14px;
    line-height: 1.7;
  }

  .products-banner {
    max-width: 1100px;
    margin-top: 100px;
  }

  .products-banner img {
    width: 100%;
    height: auto;
  }

  .faq-contact {
    max-width: 1100px;
  }

  .site-footer {
    min-height: 455px;
    padding: 50px 0;
  }

  .footer-inner {
    min-height: 355px;
    padding: 30px;
  }
}
