/* White channel — shell + hero form layout (Figma information-page) */

.page-white .site-header,
.page-white .apex-footer,
.page-white .nav-backdrop,
.page-white .main-nav,
.page-white .burger {
  display: none !important;
}

.page-white .lp-shell {
  min-height: 100vh;
}

.page-white .lp-hero-support {
  margin: 1.15rem 0 0;
  max-width: 607px;
  font-family: var(--lp-font-ui);
  font-size: clamp(0.875rem, 0.82rem + 0.15vw, 0.9375rem);
  line-height: 1.55;
  color: #525252;
  padding: 0.85rem 1rem;
  border-left: 3px solid rgba(243, 81, 32, 0.55);
  border-radius: 0 12px 12px 0;
  background: rgba(243, 81, 32, 0.05);
}

.page-white .lp-hero-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  margin-top: 1.25rem;
}

.page-white .lp-hero-actions .lp-btn {
  width: auto;
  flex: 0 1 auto;
  min-height: 44px;
  padding: 0.65rem 1.2rem;
  font-size: 0.8125rem;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.page-white .lp-hero-actions .lp-btn--cta {
  width: auto;
  max-width: none;
  min-height: 44px;
  box-shadow: 0 8px 22px rgba(243, 81, 32, 0.22);
}

.page-white .lp-hero-actions .lp-btn--icon .ui-icon {
  width: 1rem;
  height: 1rem;
}

/* Footer + forms */
.page-white .lp-footer-address {
  margin-top: 0.75rem;
  color: #484848;
  font-style: normal;
  font-size: 0.9375rem;
  line-height: 1.55;
}

.page-white .lp-footer-risk {
  margin: 0 0 0.5rem;
  color: #484848;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: center;
}

.page-white .lp-form-privacy {
  margin: 0.75rem 0 0;
  color: #484848;
  font-size: 0.8125rem;
  line-height: 1.5;
}

.page-white .lp-form-privacy a {
  color: var(--lp-accent);
  text-decoration: underline;
}

.page-white .form-result {
  margin-bottom: 0.75rem;
  padding: 0.65rem 0.85rem;
  border-radius: 12px;
  font-size: 0.875rem;
  line-height: 1.45;
}

.page-white .form-result--error {
  border: 1px solid #fca5a5;
  background: #fef2f2;
  color: #b91c1c;
}

.page-white .form-result--success {
  border: 1px solid #86efac;
  background: #f0fdf4;
  color: #166534;
}

/* Desktop: copy | full-height gray form strip (Figma canonical) */
@media (min-width: 992px) {
  .page-white .lp-hero {
    padding-bottom: clamp(2rem, 4vw, 3.5rem);
    overflow-x: clip;
  }

  .page-white .lp-hero-grid--with-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 732px);
    grid-template-rows: 1fr;
    align-items: stretch;
    gap: clamp(1.5rem, 3vw, 2.5rem);
  }

  .page-white .lp-hero-grid--with-form .lp-hero-copy {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    padding-right: clamp(0.5rem, 2vw, 1.25rem);
  }

  /* Hero visual lives in About on desktop — avoids stacked image + form */
  .page-white .lp-hero-visual-slot {
    display: none;
  }

  .page-white .lp-hero-grid--with-form .lp-hero-form-col {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-self: stretch;
    min-width: 0;
    margin-right: calc(50% - 50vw);
    padding: clamp(1.5rem, 2.5vw, 2.25rem) clamp(1.25rem, 3vw, 2.5rem);
    padding-right: max(1.25rem, calc(50vw - 50% + 1.25rem));
    background: #f1f1f1;
  }

  .page-white .lp-hero-grid--with-form .lp-form-panel {
    width: 100%;
    max-width: 100%;
    margin: 0;
    flex: 0 0 auto;
  }

  .page-white .lp-hero-actions {
    margin-top: 1.5rem;
  }

  .page-white .lp-hero-actions .lp-btn--cta {
    width: auto;
    max-width: none;
    min-height: 44px;
    box-shadow: 0 8px 22px rgba(243, 81, 32, 0.22);
  }
}

@media (max-width: 991px) {
  .page-white .lp-hero-grid--with-form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .page-white .lp-hero-visual-slot {
    order: 2;
    min-width: 0;
  }

  .page-white .lp-hero-form-col {
    order: 3;
    margin-right: 0;
    padding: 0;
    background: transparent;
  }

  .page-white .lp-hero-actions {
    gap: 0.5rem;
    margin-top: 1rem;
  }

  .page-white .lp-hero-actions .lp-btn {
    min-height: 40px;
    padding: 0.55rem 0.95rem;
    font-size: 0.75rem;
  }
}
