.constructor-page {
  display: grid;
  gap: 0.32rem;
}

.constructor-page.section {
  min-height: calc(100vh - 2.2rem);
  margin-top: 0.65rem;
  padding-top: 0;
}

.constructor-mobile-gate {
  display: none;
}

@media (min-width: 901px) {
  .constructor-page:not(.is-constructor-runtime-ready) .constructor-builder {
    visibility: hidden;
  }
}

@media (max-width: 900px) {
  .constructor-page {
    gap: 0.75rem;
  }

  .constructor-mobile-gate {
    display: grid;
    gap: 0.82rem;
    padding: 1.05rem;
    border: 1px solid var(--hm-border);
    border-radius: 1.08rem;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(240, 246, 248, 0.92));
    box-shadow: var(--hm-shadow-soft);
  }

  .constructor-mobile-gate h1 {
    margin: 0;
    color: var(--hm-ink);
    font-size: 1.55rem;
    line-height: 1.08;
  }

  .constructor-mobile-gate p:not(.eyebrow) {
    margin: 0;
    color: var(--hm-text);
    font-size: 1rem;
    line-height: 1.42;
  }

  .constructor-mobile-gate .hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.52rem;
    width: 100%;
  }

  .constructor-mobile-gate .button {
    width: 100%;
    justify-content: center;
  }

  .constructor-builder {
    display: none;
  }
}
