@media (max-width: 768px) {
  input[type="text"],
  input[type="email"],
  textarea {
    border-radius: 0;
  }

  /* .section-hero, */
  .site,
  .section-contact {
    /* .section-contact { */
    /* width: 100%; */
    /* height: 100%; */
    padding-top: 110px;
    /* background-image: url(/assets/bgx1.png); */
    /* background-size: auto 80vh; */
    /* background-size: auto 120vh; */
    /* background-position: 100% 0; */
    background-attachment: fixed;
    background-image: url(/assets/bgx1.png);
    background-size: 260% auto;
    background-position: 100% -30px;
  }

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 24px;
  }

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

  /* Вертикальный стек вместо колонок */
  .hero-columns,
  .hiw-columns,
  .industries-columns,
  .advantages-columns,
  .industries-columns:nth-child(2),
  .contact-columns {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .hero-column-1,
  .hiw-column-1,
  .hiw-column-2,
  .hiw-column-3,
  .industries-column-a,
  .industries-column-b,
  .advantages-column-a,
  .advantages-column-b,
  .contact-column {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 0;
    width: 100%;
  }

  /* Уменьшаем паддинги секций */
  .section {
    padding: 60px 12px;
  }

  .container {
    padding: 0 6px;
  }

  .topbar {
    height: 70px;
  }

  .section-hero {
    /* min-height: initial; */
    min-height: 75vh;
    padding: 0 12px;
  }

  .hero-columns {
    height: 100%;
    justify-content: space-evenly;
    align-items: center;
  }

  .hero-column-1,
  .hero-column-2 {
    flex: 0 1 auto;
    width: 100%;
    padding-top: 20px;
  }

  .hero-media-wrapper {
    width: 92%;
    margin-top: 20px;
  }

  .wwd-title,
  .section-wwd h3 {
    text-align: center;
  }

  .wwd-title {
    margin-top: 0.75em;
    font-size: 24px;
  }

  .section-wwd {
    padding: 50px 0;
  }

  .section-wwd h3,
  .section-hiw h3,
  .section-hiw h2,
  .section-industries h2,
  .section-advantages h2,
  .section-contact h2 {
    font-size: 33px;
    margin: 0;
    padding: 0;
    font-weight: 400;
    width: 100%;
    max-width: none;
  }

  .section-wwd p {
    font-size: 27px;
    width: 100%;
    padding: 0;
  }

  .wwd-visual {
    height: 20vh;
  }

  .wwd-visual img {
    width: 150%;
    height: auto;
    margin-left: -40px;
  }

  /* Скрываем менее важные элементы, если нужно */
  .topbar-column-2 {
    display: none;
  }

  .topbar-column-1,
  .logo {
    text-align: center;
    width: 100%;
  }

  .logo img {
    margin: auto;
    max-width: 33%;
  }

  .hero-column-1-inner h1 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 400;
    padding: 0 4px;
  }

  .hero-column-1-inner p {
    font-size: 28px;
    margin: 0.25em 0;
    padding: 0 8px;
  }

  .hiw-columns {
    margin-top: 0;
  }

  .hiw-column img {
    width: 44%;
    height: auto;
    margin: auto;
  }

  .hiw-column h3 {
    font-size: 28px;
    padding: 0.75em 0 0;
  }

  .hiw-column p {
    font-size: 22px;
    padding: 0;
  }

  .industries-columns,
  .industries-columns:nth-child(2) {
    padding-top: 0;
    flex-direction: column-reverse;
  }

  .industries-column-a {
    padding-top: 1.5em;
  }

  .section-industries p,
  .section-industries ul {
    font-size: 22px;
    text-align: left;
    font-weight: 300;
  }

  .section-advantages {
    padding-top: 3em;
  }

  .section-advantages ul {
    margin: 2em 0 3em 1em;
  }

  .advantages-column-b img {
    width: 100%;
    height: auto;
    margin: auto;
  }

  .contact-column {
    flex-grow: 1;
  }

  .section-contact {
    height: auto;
  }

  .contact-form-grid {
    text-align: left;
    /* padding: 2em 12px 5em; */
    margin: 0;
    max-width: none;
    grid-template-columns: 1fr;
    grid-template-areas:
      "a"
      "b"
      "c"
      "d"
      "e";
  }

  .section-contact {
    background-image: url(/assets/bgx1.png);
    background-size: auto 110%;
    background-position: 100% 100%;
    padding-bottom: 16vh;
  }

  .mobile-menu {
    /* border: 1px solid red; */
    /* display: flex; */
    width: 100%;
    height: calc(100vh - 68px);
    position: absolute;
    top: 70px;
    left: 0;
    /* padding: 10vh 0 10vh; */
    /* background-color: rgba(0, 0, 0, 0.8); */
    background-color: rgba(0, 8, 31, 0.8);
    backdrop-filter: blur(4px);
  }

  .menu {
    display: flex;
    flex-direction: column;
    width: 100%;
    z-index: 1000;
    gap: 0;
    flex-wrap: nowrap;
    /* align-content: stretch; */
    /* justify-content: space-evenly; */
    /* align-items: stretch; */
    margin: 10vh 0;
  }

  .menu li:last-child {
    display: inline-block;
  }

  .menu li a {
    display: block;
    font-size: 28px;
    text-align: center;
    width: 100%;
    padding: 0.75em 0;
  }

  .menu-button {
    position: absolute;
    top: 0;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
    height: 100%;
    /* padding: 1em 0; */
    text-align: center;
    /* font-size: 30px; */
    height: 70px;
  }

  .mobile-hidden {
    display: none;
  }

  .mobile-visible {
    display: block;
  }

  #form-status {
    padding: 0.5em 0;
    text-align: center;
    font-size: 21px;
  }
}
