.zhurnaly-page .section__head h1,
.zhurnaly-page .section__head h2 {
  max-width: 940px;
}

.zhurnaly-page .section {
  padding: 26px 0;
}

.zhurnaly-page .section--soft {
  padding: 24px 0;
}

.zhurnaly-page .section > .container {
  padding: 20px 18px;
}

.lp-hero .container {
  background: linear-gradient(180deg, #ffffff, #f7faff);
}

.lp-hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  align-items: start;
}

.lp-hero__copy {
  padding: 20px;
  border: 1px solid rgba(37,99,235,.2);
  background: #fff;
  align-self: start;
}

.lp-hero__copy h1 {
  margin: 10px 0 8px;
  font-size: 36px;
  line-height: 1.06;
  letter-spacing: -.03em;
}

.lp-list {
  margin: 12px 0 0;
  padding-left: 18px;
  color: var(--muted);
}

.lp-list li {
  margin: 6px 0;
}

.lp-hero__cta {
  margin-top: 14px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.lp-hero__visual {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 210px 210px;
}

.lp-hero__visual figure {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: var(--shadow2);
}

.lp-hero__visual figure:first-child {
  grid-row: 1 / span 2;
}

.lp-hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-cards {
  gap: 12px;
}

.lp-table-wrap {
  overflow: auto;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  background: #fff;
}

.lp-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}

.lp-table th,
.lp-table td {
  padding: 12px;
  border-bottom: 1px solid rgba(0,0,0,.08);
  text-align: left;
  vertical-align: top;
}

.lp-table th {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .03em;
  color: #475569;
  font-weight: 800;
}

.lp-materials {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 12px;
  align-items: stretch;
}

.lp-materials__photo {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: var(--shadow2);
}

.lp-materials__photo img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.lp-steps {
  gap: 12px;
}

.lp-offer .container {
  background: linear-gradient(180deg, #ffffff, #f2f6ff);
}

.lp-offer__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.lp-offer__box h2 {
  margin: 8px 0 6px;
}

.lp-offer__cta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.lp-gallery {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  grid-auto-flow: dense;
}

.lp-gallery figure {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: var(--shadow2);
  background: #fff;
  grid-column: span 1;
  min-height: 180px;
}

.lp-gallery figure.is-large {
  grid-column: span 2;
  min-height: 250px;
}

.lp-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-production {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 12px;
  align-items: stretch;
}

.lp-production__copy {
  padding: 18px;
}

.lp-production__copy .lp-list {
  margin: 0;
}

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

.lp-production__gallery figure {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: var(--shadow2);
  min-height: 190px;
}

.lp-production__gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.lp-faq details {
  padding: 14px;
}

.lp-faq summary {
  cursor: pointer;
  font-weight: 800;
}

.lp-faq p {
  margin-top: 8px;
}

.lp-final .container {
  background: linear-gradient(180deg, #fff, #f6f8ff);
}

.lp-final__grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 12px;
  align-items: stretch;
}

.lp-final__grid figure {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: var(--shadow2);
}

.lp-final__grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-final__cta {
  margin-top: 14px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.lp-modal[hidden] {
  display: none;
}

.lp-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 16px;
}

.lp-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2,6,23,.62);
}

.lp-modal__card {
  position: relative;
  width: min(760px, 100%);
  max-height: calc(100vh - 32px);
  overflow: auto;
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,.1);
  padding: 16px;
  box-shadow: var(--shadow);
}

.lp-modal__close {
  position: absolute;
  top: 8px;
  right: 10px;
  border: 0;
  background: transparent;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  color: #334155;
}

.lp-modal h3 {
  margin: 0 0 6px;
  font-size: 28px;
  line-height: 1.1;
}

.lp-form {
  margin-top: 12px;
  display: grid;
  gap: 10px;
}

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

.lp-form__grid .full {
  grid-column: 1 / -1;
}

.lp-form label {
  display: grid;
  gap: 6px;
  font-size: 14px;
  font-weight: 700;
}

.lp-form__label-title {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
}

.lp-form .req {
  color: #dc2626;
}

.lp-form input,
.lp-form select,
.lp-form textarea {
  border: 1px solid rgba(0,0,0,.16);
  border-radius: 10px;
  padding: 10px 11px;
  font: inherit;
  background: #fff;
}

.lp-form__note {
  margin: 0;
  font-size: 13px;
  color: #475569;
}

@media (max-width: 1180px) {
  .lp-hero__copy h1 {
    font-size: 32px;
  }

  .lp-gallery {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lp-gallery figure.is-large {
    grid-column: span 2;
  }
}

@media (max-width: 900px) {
  .lp-hero__grid,
  .lp-materials,
  .lp-production,
  .lp-final__grid {
    grid-template-columns: 1fr;
  }

  .lp-offer__box {
    flex-direction: column;
    align-items: flex-start;
  }

  .lp-offer__cta {
    justify-content: flex-start;
  }

  .lp-hero__copy h1 {
    font-size: 29px;
  }

  .lp-hero__visual {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 160px 160px;
  }

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

  .lp-gallery figure,
  .lp-gallery figure.is-large {
    grid-column: span 1;
    min-height: 190px;
  }

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

@media (max-width: 640px) {
  .lp-hero__copy {
    padding: 16px;
  }

  .lp-hero__copy h1 {
    font-size: 25px;
  }

  .lp-hero__visual {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-auto-rows: 190px;
  }

  .lp-hero__visual figure:first-child {
    grid-row: auto;
  }

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

  .lp-gallery figure,
  .lp-gallery figure.is-large {
    min-height: 220px;
  }

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