.mo-lp {
  --lp-panel: #f4f7fb;
  --lp-line: #dce5f1;
  --lp-green: #1f8a5b;
  background: #fff;
}

.mo-lp [hidden] {
  display: none !important;
}

.mo-lp .mo-header {
  box-shadow: 0 2px 10px rgba(16, 36, 69, .08);
}

.mo-lp-topline {
  background: #0b356b;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.mo-lp-topline__inner {
  min-height: 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}

.mo-lp-topline a {
  color: #fff;
  text-decoration: none;
}

.mo-lp-hero {
  color: #fff;
  background-image: linear-gradient(90deg, rgba(7, 14, 28, .96) 0%, rgba(7, 14, 28, .88) 47%, rgba(7, 14, 28, .4) 100%), url("../img/hero-steel.jpg");
  background-size: cover;
  background-position: center right;
}

.mo-lp-hero__inner {
  min-height: 610px;
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(410px, .82fr);
  gap: 42px;
  align-items: center;
  padding-block: 42px;
}

.mo-lp-hero h1 {
  margin: 0 0 20px;
  max-width: 760px;
  color: #fff;
  text-transform: uppercase;
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: 1.04;
  font-weight: 900;
}

.mo-lp-hero__lead {
  margin: 0 0 22px;
  max-width: 700px;
  color: rgba(255, 255, 255, .92);
  font-size: 18px;
  line-height: 1.42;
  font-weight: 700;
}

.mo-lp-hero__meta {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 16px;
  max-width: 700px;
}

.mo-lp-hero__meta li {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 10px;
  align-items: start;
  color: rgba(255, 255, 255, .94);
  font-size: 15px;
  line-height: 1.3;
  font-weight: 800;
}

.mo-lp-hero__meta li::before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background:
    linear-gradient(135deg, transparent 50%, #fff 50%) 7px 5px / 8px 13px no-repeat,
    linear-gradient(180deg, #4da5df, #1d6aaa);
  box-shadow: 0 2px 8px rgba(0, 0, 0, .28);
}

.mo-lp-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 760px;
}

.mo-lp-keywords span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .09);
  color: rgba(255, 255, 255, .92);
  font-size: 13px;
  line-height: 1.1;
  font-weight: 800;
}

.mo-lp-quiz {
  min-width: 0;
  background: #fff;
  color: var(--mo-text);
  border: 1px solid rgba(255, 255, 255, .18);
  box-shadow: 0 22px 55px rgba(0, 0, 0, .32);
}

.mo-lp-quiz__head {
  padding: 22px 24px 18px;
  border-bottom: 1px solid var(--lp-line);
}

.mo-lp-quiz__head h2 {
  margin: 0 0 8px;
  color: var(--mo-blue);
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.12;
  font-weight: 900;
}

.mo-lp-quiz__head p {
  margin: 0;
  color: #526179;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
}

.mo-lp-progress {
  height: 8px;
  background: #e8edf5;
}

.mo-lp-progress span {
  display: block;
  width: 16.666%;
  height: 100%;
  background: var(--mo-accent);
  transition: width .22s ease;
}

.mo-lp-quiz__body {
  padding: 24px;
}

.mo-lp-step[hidden],
.mo-lp-result[hidden],
.mo-lp-form-screen[hidden] {
  display: none;
}

.mo-lp-step__counter {
  margin-bottom: 9px;
  color: var(--mo-muted);
  font-size: 13px;
  font-weight: 800;
}

.mo-lp-step h3,
.mo-lp-result h3 {
  margin: 0 0 8px;
  color: var(--mo-blue);
  font-size: 22px;
  line-height: 1.18;
  font-weight: 900;
}

.mo-lp-step p,
.mo-lp-result p {
  margin: 0 0 18px;
  color: #526179;
  font-size: 14px;
  line-height: 1.4;
}

.mo-lp-options {
  display: grid;
  gap: 10px;
}

.mo-lp-options--grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mo-lp-option {
  min-height: 50px;
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid #cfd9e7;
  background: #f8fafc;
  color: #1f304f;
  text-align: left;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: border-color .18s ease, background-color .18s ease, color .18s ease, transform .18s ease;
}

.mo-lp-option::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 2px solid #93a3bb;
  background: #fff;
}

.mo-lp-option[data-type="single"]::before {
  border-radius: 50%;
}

.mo-lp-option:hover,
.mo-lp-option:focus-visible {
  border-color: var(--mo-blue-light);
  transform: translateY(-1px);
}

.mo-lp-option.is-selected {
  border-color: var(--mo-blue);
  background: #eaf2fb;
  color: var(--mo-blue);
}

.mo-lp-option.is-selected::before {
  background:
    linear-gradient(135deg, transparent 50%, #fff 50%) 5px 3px / 7px 11px no-repeat,
    var(--mo-blue);
  border-color: var(--mo-blue);
}

.mo-lp-quiz__actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 22px;
}

.mo-lp-btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 2px solid transparent;
  border-radius: 4px;
  background: var(--mo-blue);
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font: inherit;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 900;
  cursor: pointer;
}

.mo-lp-btn:hover {
  background: var(--mo-blue-deep);
  color: #fff;
}

.mo-lp-btn--accent {
  background: var(--mo-accent);
  box-shadow: 0 8px 18px rgba(255, 130, 0, .28);
}

.mo-lp-btn--accent:hover {
  background: var(--mo-accent-hover);
}

.mo-lp-btn--ghost {
  background: #fff;
  color: var(--mo-blue);
  border-color: #cfd9e7;
}

.mo-lp-btn--ghost:hover {
  background: #f2f6fb;
  color: var(--mo-blue);
}

.mo-lp-btn[disabled] {
  opacity: .45;
  cursor: not-allowed;
  transform: none;
}

.mo-lp-lead-form.form {
  width: 100%;
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.mo-lp-lead-form form {
  display: grid;
  gap: 12px;
}

.mo-lp-lead-form .agree-label {
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  margin: 2px 0 0;
}

.mo-lp-lead-form .agree-label input {
  order: 1;
  margin-top: 2px;
}

.mo-lp-lead-form .agree-label span {
  order: 2;
  min-width: 0;
  line-height: 1.35;
}

.mo-lp-lead-form label.error {
  margin: 3px 0 0;
  color: #b4232d;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 800;
}

.mo-lp-lead-form .agree-label label.error {
  order: 3;
  grid-column: 2;
}

.mo-lp-lead-form input.error,
.mo-lp-lead-form textarea.error {
  border-color: #d33b45;
  box-shadow: 0 0 0 2px rgba(211, 59, 69, .12);
}

.mo-lp-lead-form form[style*="visibility: hidden"] {
  display: none !important;
}

.mo-lp-lead-form .success {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  padding: 18px 20px;
  border-left: 4px solid var(--lp-green);
  background: #f4f7fb;
  color: #263650;
}

.mo-lp-lead-form .success p {
  margin: 0;
  color: #263650;
  font-size: 15px;
  line-height: 1.4;
}

.mo-lp-lead-form .success .success-title {
  color: var(--mo-blue);
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
}

.mo-lp-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.mo-lp-lead-form textarea {
  min-height: 84px;
}

.mo-lp-summary {
  margin-bottom: 14px;
  padding: 14px 16px;
  border-left: 4px solid var(--mo-accent);
  background: #f4f7fb;
  color: #32425e;
  font-size: 14px;
  line-height: 1.4;
}

.mo-lp-summary b {
  color: var(--mo-blue);
}

.mo-lp-result {
  padding: 20px;
  border: 1px solid var(--lp-line);
  background: #f8fafc;
}

.mo-lp-result--ok {
  border-left: 4px solid var(--lp-green);
}

.mo-lp-result--reject {
  border-left: 4px solid var(--mo-accent);
}

.mo-lp-section {
  padding-block: 44px;
}

.mo-lp-section--gray {
  background: #f3f6fa;
  border-block: 1px solid #e2e9f2;
}

.mo-lp-section h2 {
  margin: 0 0 22px;
  color: var(--mo-blue);
  text-transform: uppercase;
  font-size: 28px;
  line-height: 1.14;
  font-weight: 900;
}

.mo-lp-products {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.mo-lp-product {
  min-height: 112px;
  display: grid;
  align-content: space-between;
  gap: 10px;
  padding: 16px;
  border: 1px solid var(--lp-line);
  background: #fff;
  text-decoration: none;
  color: var(--mo-text);
}

.mo-lp-product strong {
  color: var(--mo-blue);
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.15;
}

.mo-lp-product span {
  color: var(--mo-muted);
  font-size: 13px;
  line-height: 1.25;
}

.mo-lp-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.mo-lp-proof__item {
  padding: 20px;
  background: #fff;
  border: 1px solid var(--lp-line);
}

.mo-lp-proof__item b {
  display: block;
  margin-bottom: 8px;
  color: var(--mo-blue);
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.2;
}

.mo-lp-proof__item p {
  margin: 0;
  color: #34445f;
  font-size: 14px;
  line-height: 1.35;
}

.mo-lp-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, .7fr);
  gap: 30px;
  align-items: center;
}

.mo-lp-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.mo-lp-list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  align-items: start;
  color: #263650;
  font-size: 15px;
  line-height: 1.35;
}

.mo-lp-list li::before {
  content: "";
  width: 22px;
  height: 22px;
  background:
    linear-gradient(135deg, transparent 50%, #fff 50%) 7px 5px / 8px 13px no-repeat,
    var(--mo-blue);
}

.mo-lp-callout {
  padding: 26px;
  background: linear-gradient(135deg, #0d3e79, #082f62);
  color: #fff;
}

.mo-lp-callout h3 {
  margin: 0 0 12px;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.15;
}

.mo-lp-callout p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, .88);
  font-weight: 700;
}

.mo-lp-final {
  color: #fff;
  background-image: linear-gradient(90deg, rgba(7, 14, 28, .96), rgba(7, 14, 28, .74)), url("../img/cat-sheets.jpg");
  background-size: cover;
  background-position: center;
}

.mo-lp-final__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding-block: 38px;
}

.mo-lp-final h2 {
  margin: 0 0 8px;
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.14;
  font-weight: 900;
}

.mo-lp-final p {
  margin: 0;
  color: rgba(255, 255, 255, .88);
  font-weight: 700;
}

@media (max-width: 1045px) {
  .mo-lp-hero__inner {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .mo-lp-quiz {
    max-width: 720px;
  }

  .mo-lp-products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mo-lp-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 750px) {
  .mo-lp-topline__inner,
  .mo-lp-final__inner {
    display: grid;
    justify-items: start;
  }

  .mo-lp-hero__inner {
    padding-block: 28px;
    gap: 26px;
  }

  .mo-lp-hero h1 {
    font-size: 31px;
  }

  .mo-lp-hero__lead {
    font-size: 16px;
  }

  .mo-lp-hero__meta,
  .mo-lp-options--grid,
  .mo-lp-form-grid,
  .mo-lp-split {
    grid-template-columns: 1fr;
  }

  .mo-lp-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 576px) {
  .mo-lp-topline {
    display: none;
  }

  .mo-lp-hero {
    background-image: linear-gradient(90deg, rgba(7, 14, 28, .95), rgba(7, 14, 28, .82)), url("../img/hero-steel.jpg");
  }

  .mo-lp-quiz__head,
  .mo-lp-quiz__body {
    padding: 18px;
  }

  .mo-lp-quiz__actions {
    display: grid;
  }

  .mo-lp-btn {
    width: 100%;
  }

  .mo-lp-products,
  .mo-lp-proof {
    grid-template-columns: 1fr;
  }

  .mo-lp-section {
    padding-block: 32px;
  }

  .mo-lp-section h2,
  .mo-lp-final h2 {
    font-size: 24px;
  }
}

.mo-lp,
.mo-lp button,
.mo-lp input,
.mo-lp textarea {
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

.mo-lp-body .cfcity_first {
  display: none !important;
}

.mo-lp-body .SmartCaptcha-Shield_position_right.SmartCaptcha-Shield_visible {
  right: 8px !important;
  bottom: 82px !important;
  transform: scale(.86);
  transform-origin: right bottom;
}

.mo-lp .mo-logo__title {
  font-size: clamp(24px, 2vw, 30px);
}

.mo-lp .mo-logo__subtitle {
  max-width: 520px;
}

.mo-lp-hero__inner {
  min-height: 560px;
}

.mo-lp-hero h1 {
  font-size: clamp(32px, 4vw, 52px);
}

.mo-lp-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 24px;
}

.mo-lp-btn--ghost-dark {
  border-color: rgba(255, 255, 255, .42);
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.mo-lp-btn--ghost-dark:hover {
  background: rgba(255, 255, 255, .16);
  color: #fff;
}

.mo-lp-keywords a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .09);
  color: rgba(255, 255, 255, .92);
  text-decoration: none;
  font-size: 13px;
  line-height: 1.1;
  font-weight: 800;
}

.mo-lp-keywords a:hover {
  border-color: rgba(255, 255, 255, .55);
  background: rgba(255, 255, 255, .16);
  color: #fff;
}

.mo-lp-progress-text {
  padding: 10px 24px 0;
  color: var(--mo-muted);
  font-size: 12px;
  font-weight: 800;
}

.mo-lp-next-hint {
  margin: 16px 0 -8px;
  color: #6c778c;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
}

.mo-lp-form-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: -2px 0 14px;
}

.mo-lp-form-trust span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 9px;
  border: 1px solid #d9e3ef;
  background: #f8fafc;
  color: #24415f;
  font-size: 12px;
  line-height: 1.15;
  font-weight: 800;
}

.mo-lp-field {
  display: grid;
  gap: 5px;
}

.mo-lp-field span {
  color: #33435f;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
}

.mo-lp-field--wide {
  width: 100%;
}

.mo-lp-section__lead {
  max-width: 720px;
  margin: -8px 0 22px;
  color: #384b68;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 700;
}

.mo-lp-focus {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .58fr);
  gap: 30px;
  align-items: center;
}

.mo-lp-product-visual {
  margin: 0;
  border: 1px solid var(--lp-line);
  background: #fff;
}

.mo-lp-product-visual img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.mo-lp-product-visual figcaption {
  padding: 12px 14px;
  color: #33435f;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 800;
}

.mo-lp-product--media {
  min-height: 188px;
  grid-template-rows: auto auto 1fr;
  padding: 0;
  overflow: hidden;
}

.mo-lp-product--media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-bottom: 1px solid var(--lp-line);
}

.mo-lp-product--media strong,
.mo-lp-product--media span {
  padding-inline: 14px;
}

.mo-lp-product--media strong {
  padding-top: 12px;
}

.mo-lp-product--media span {
  padding-bottom: 14px;
}

.mo-lp-query-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.mo-lp-query-strip span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 6px 10px;
  border: 1px solid #d8e2ef;
  background: #f8fafc;
  color: #203754;
  font-size: 13px;
  line-height: 1.15;
  font-weight: 800;
}

.mo-lp-section--compact {
  padding-top: 16px;
}

.mo-lp-sticky-cta {
  display: none;
}

@media (max-width: 1045px) {
  .mo-lp-focus {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 750px) {
  .mo-lp-hero__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .mo-lp .mo-logo__title {
    font-size: 21px;
  }

  .mo-lp .mo-logo__subtitle {
    font-size: 12px;
  }
}

@media (max-width: 576px) {
  .mo-lp-hero__inner {
    padding-block: 24px 28px;
  }

  .mo-lp-hero h1 {
    font-size: 28px;
    line-height: 1.08;
    margin-bottom: 14px;
  }

  .mo-lp-hero__lead {
    margin-bottom: 16px;
  }

  .mo-lp-hero__meta {
    gap: 9px;
    margin-bottom: 18px;
  }

  .mo-lp-hero__actions {
    grid-template-columns: 1fr;
  }

  .mo-lp-progress-text {
    padding-inline: 18px;
  }

  .mo-lp-product--media {
    min-height: 0;
  }

  .mo-lp-sticky-cta {
    position: fixed;
    z-index: 1000;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 8px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, .3);
    background: rgba(8, 47, 98, .96);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .26);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(calc(100% + 20px));
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  }

  .mo-lp-body.is-sticky-cta-visible .mo-lp-sticky-cta {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mo-lp-sticky-cta a {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.1;
    font-weight: 900;
  }

  .mo-lp-sticky-cta__phone {
    border: 1px solid rgba(255, 255, 255, .35);
  }

  .mo-lp-sticky-cta__lead {
    background: var(--mo-accent);
  }

  .mo-footer {
    padding-bottom: 86px;
  }
}
