/* Р›РµРЅРґРёРЅРі РєР°С‚РµРіРѕСЂРёРё (РІРЅСѓС‚СЂРё .lt-root, С€Р°РїРєР°/С„СѓС‚РµСЂ РѕР±С‰РёРµ) */
.lt-landing {
  --lt-l-accent: #5956CE;
  --lt-l-accent-2: #3d3ab8;
  --lt-l-muted: #6b7280;
  --lt-l-bg: #f3f4f8;
  --lt-l-text: 1.125rem; /* 18px */
  --lt-l-ink: #000000;
  margin: 0 0 2rem;
  font-size: var(--lt-l-text);
  line-height: 1.55;
  color: var(--lt-l-ink);
  color-scheme: light only;
}

.lt-landing-crumbs {
  padding: 0.85rem 0 0.35rem;
  font-size: 0.875rem;
  color: var(--lt-l-muted);
}

.lt-landing-crumbs a {
  color: inherit;
  text-decoration: none;
}

.lt-landing-crumbs a:hover {
  color: var(--lt-l-accent);
}

.lt-landing h2:not(.lt-landing-cta__title),
.lt-landing h3 {
  color: var(--lt-l-ink);
}

.lt-landing-h2 {
  margin: 0 0 1.35rem;
  font-size: clamp(2rem, 3.5vw, 2.85rem);
  font-weight: 800;
  text-align: center;
  color: var(--lt-l-ink);
  letter-spacing: -0.025em;
  line-height: 1.18;
}

.lt-landing-lead {
  max-width: 54rem;
  margin: 0 auto 1.2rem;
  text-align: center;
  color: var(--lt-l-ink);
  line-height: 1.65;
  font-size: clamp(1.12rem, 1.6vw, 1.3rem);
}

.lt-landing-highlight {
  max-width: 54rem;
  margin: 0 auto 0.9rem;
  text-align: center;
  font-weight: 700;
  color: var(--lt-l-ink);
  font-size: clamp(1.12rem, 1.5vw, 1.28rem);
}

.lt-landing-muted {
  max-width: 54rem;
  margin: 0 auto 1.85rem;
  text-align: center;
  color: var(--lt-l-muted);
  font-size: 1.12rem;
  line-height: 1.6;
}

.lt-landing-center {
  text-align: center;
  margin: 1.85rem 0 0;
}

.lt-landing-section {
  padding: 4.75rem 0;
  background: #fff;
}

.lt-landing-section--muted {
  background: var(--lt-l-bg);
}

.lt-landing-btn {
  background: var(--lt-l-accent) !important;
  border: 0 !important;
  color: #fff !important;
  min-height: 56px;
  padding: 0.95rem 1.5rem !important;
  font-weight: 600 !important;
  font-size: 1.12rem !important;
  width: 100%;
  justify-content: center;
  border-radius: 10px !important;
}

.lt-landing-btn:hover {
  background: var(--lt-l-accent-2) !important;
}

/* Hero */
.lt-landing-hero,
.lt-landing-cta {
  position: relative;
  isolation: isolate;
  color: #fff;
  background-color: #12121a;
  background-image: var(--lt-hero-bg);
  background-position: center right 18%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5.5rem 0 5.75rem;
  overflow: hidden;
}

.lt-landing-hero__shade,
.lt-landing-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(105deg, rgba(10, 10, 18, 0.92) 0%, rgba(14, 14, 28, 0.78) 42%, rgba(22, 20, 48, 0.55) 100%),
    linear-gradient(0deg, rgba(8, 8, 16, 0.35), rgba(8, 8, 16, 0.1));
}

.lt-landing-cta::before {
  background:
    linear-gradient(105deg, rgba(10, 10, 18, 0.9) 0%, rgba(20, 18, 45, 0.7) 55%, rgba(30, 28, 60, 0.55) 100%);
}

.lt-landing-hero__inner,
.lt-landing-cta__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 420px);
  gap: 2.75rem 3.25rem;
  align-items: center;
}

.lt-landing-hero__copy {
  max-width: 42rem;
}

.lt-landing-hero__eyebrow {
  display: inline-block;
  margin: 0 0 1.15rem;
  padding: 0.45rem 0.95rem;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #e8e7ff !important;
  background: rgba(89, 86, 206, 0.35);
  border: 1px solid rgba(165, 163, 240, 0.35);
  border-radius: 999px;
}

.lt-root .lt-landing-hero__title,
.lt-landing-hero__title {
  margin: 0 0 1.65rem !important;
  max-width: 15ch;
  font-size: clamp(2.45rem, 4.6vw, 3.6rem) !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.035em !important;
  text-transform: none !important;
  color: #fff !important;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}

.lt-landing-hero__bullets {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.7rem;
}

.lt-landing-hero__bullets li {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  margin: 0;
  padding: 0.75rem 1rem;
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.95) !important;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  backdrop-filter: blur(6px);
}

.lt-landing-hero__arrow {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  border-radius: 50%;
  background: rgba(89, 86, 206, 0.95);
  box-shadow: 0 0 0 3px rgba(89, 86, 206, 0.25);
  position: relative;
}

.lt-landing-hero__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: translate(-60%, -50%) rotate(45deg);
}

.lt-landing-hero__form {
  background: #fff;
  color: var(--lt-l-ink);
  border-radius: 18px;
  padding: 1.65rem 1.5rem 1.35rem;
  box-shadow:
    0 24px 48px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.08);
}

.lt-landing-hero__form-kicker {
  margin: 0 0 0.4rem;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--lt-l-accent);
}

.lt-landing-hero__form-title {
  margin: 0 0 1.05rem;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--lt-l-ink) !important;
}

.lt-landing-hero__form .lt-offer-form--minimal .lt-offer-form__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.7rem;
}

.lt-landing-hero__form .lt-offer-form--minimal .lt-offer-form__field {
  margin: 0;
}

.lt-landing-hero__form .lt-offer-form--minimal .lt-offer-form__field > span {
  font-size: 14px;
  margin-bottom: 0.3rem;
  font-weight: 600;
}

.lt-landing-hero__form .lt-offer-form--minimal .lt-offer-form__field input,
.lt-landing-hero__form .lt-offer-form--minimal .lt-offer-form__field textarea {
  padding: 0.65rem 0.75rem;
  font-size: 1.05rem;
  border: 1px solid #e2e4ec;
  border-radius: 10px;
  background: #f8f9fc;
}

.lt-landing-hero__form .lt-offer-form--minimal .lt-offer-form__field textarea {
  min-height: 64px;
  resize: vertical;
}

.lt-landing-hero__form .lt-offer-form--minimal .lt-offer-form__agree {
  margin: 0.8rem 0 0.9rem;
  font-size: 13px;
  line-height: 1.45;
  color: #6b7280;
}

.lt-landing-hero__form .lt-offer-form--minimal .lt-offer-form__submit {
  width: 100%;
  margin-top: 0;
  min-height: 56px !important;
  font-size: 1.12rem !important;
}

.lt-landing-hero__form .lt-offer-form__success {
  padding: 0.5rem 0;
  font-size: 1.05rem;
}

.lt-landing-hero__form .lt-offer-form__error {
  margin-bottom: 0.5rem;
  font-size: 14px;
}

.lt-landing-hero__form-note {
  margin: 1rem 0 0;
  font-size: 14px;
  color: var(--lt-l-muted);
  line-height: 1.45;
  text-align: center;
}

.lt-landing-hero__form-note a {
  color: var(--lt-l-accent);
  text-decoration: none;
  font-weight: 600;
}

.lt-landing-hero__form-note a:hover {
  text-decoration: underline;
}

.lt-landing-cta__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.35rem, 2.8vw, 2rem);
  font-weight: 800;
  color: #fff !important;
  text-transform: none;
}

.lt-landing-cta p {
  margin: 0;
  opacity: 0.92;
  line-height: 1.55;
  color: #fff !important;
}

.lt-landing-cta__inner {
  position: relative;
  z-index: 1;
}

/* Cards (РѕР±С‰РёРµ / СЃРµСЂРёРё) */
.lt-landing-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem;
  margin-top: 1.75rem;
}

.lt-landing-card {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #e8e8ee;
  padding: 0 0 1rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(20, 20, 40, 0.04);
}

.lt-landing-section--muted .lt-landing-card {
  border-color: transparent;
}

.lt-landing-card__img {
  display: block;
  aspect-ratio: 16 / 10;
  background: #eee;
  overflow: hidden;
}

.lt-landing-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lt-landing-card__title {
  margin: 0.9rem 1rem 0.35rem;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.3;
}

.lt-landing-card__title a {
  color: inherit;
  text-decoration: none;
}

.lt-landing-card__maker {
  margin: 0 1rem 0.65rem;
  font-size: 12px;
  color: var(--lt-l-muted);
}

.lt-landing-card__specs {
  margin: 0 1rem 0.75rem;
  padding: 0 0 0 1.1rem;
  flex: 1;
  font-size: 13px;
  line-height: 1.45;
  color: var(--lt-l-ink);
}

.lt-landing-card__price {
  margin: 0 1rem 0.75rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--lt-l-ink);
}

.lt-landing-card .lt-landing-btn {
  width: calc(100% - 2rem);
  margin: 0 1rem;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}

/* РўРѕРІР°СЂС‹ СЂР°Р·РґРµР»Р° вЂ” РєР°СЂС‚РѕС‡РєРё РєР°Рє РЅР° СЂРµС„РµСЂРµРЅСЃРµ: С„РѕС‚Рѕ РІРїР»РѕС‚РЅСѓСЋ Рє РІРµСЂС…Сѓ, Р±РµР· РїРѕРґР»РѕР¶РєРё */
.lt-landing-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.35rem;
  margin-top: 2rem;
}

.lt-landing-prod {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e5e7ef;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(20, 20, 40, 0.05);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.lt-landing-prod:hover {
  border-color: #d4d6e6;
  box-shadow: 0 14px 34px rgba(20, 20, 40, 0.09);
}

.lt-landing-prod__media {
  display: block;
  aspect-ratio: 16 / 11;
  background: #fff;
  overflow: hidden;
  line-height: 0;
  border-bottom: 1px solid #f0f0f4;
}

.lt-landing-prod__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  padding: 0;
  mix-blend-mode: normal;
}

.lt-landing-prod__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.15rem 1.2rem 1.25rem;
}

.lt-landing-prod__title {
  margin: 0 0 0.45rem;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lt-landing-prod__title a {
  color: var(--lt-l-ink);
  text-decoration: none;
}

.lt-landing-prod__title a:hover {
  color: var(--lt-l-accent);
}

.lt-landing-prod__stock {
  margin: 0 0 0.75rem;
  font-size: 14px;
  color: var(--lt-l-muted);
}

.lt-landing-prod__stock.is-stock {
  color: #1a7f37;
  font-weight: 600;
}

.lt-landing-prod__price-inline {
  color: var(--lt-l-ink);
  font-weight: 700;
}

.lt-landing-prod__specs {
  margin: 0 0 1.15rem;
  padding: 0 0 0 1.15rem;
  list-style: disc;
  flex: 1;
  font-size: 15px;
  line-height: 1.5;
  color: var(--lt-l-ink);
}

.lt-landing-prod__btn {
  width: 100% !important;
  margin: auto 0 0 !important;
  text-decoration: none;
  box-sizing: border-box;
  border-radius: 999px !important;
  min-height: 50px !important;
}

@media (max-width: 960px) {
  .lt-landing-products {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .lt-landing-products {
    grid-template-columns: 1fr;
  }
}

/* Calc */
.lt-landing-calc {
  max-width: 48rem;
}

.lt-landing-field {
  display: block;
  margin: 0 0 1.25rem;
}

.lt-landing-field > span {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--lt-l-ink);
}

.lt-landing-field input,
.lt-landing-field select,
.lt-landing-field textarea {
  width: 100%;
  border: 0;
  border-bottom: 2px solid #cfd2dc;
  background: transparent;
  padding: 0.75rem 0;
  font: inherit;
  font-size: 1.15rem;
  outline: none;
  color: var(--lt-l-ink);
}

.lt-landing-field select {
  color-scheme: light only;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23666' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.15rem center;
  background-size: 10px 6px;
  padding-right: 1.35rem;
  cursor: pointer;
}

.lt-landing-field select option {
  background: #fff;
  color: #000;
}

.lt-landing-field input::placeholder,
.lt-landing-field textarea::placeholder {
  color: #9aa0b0;
  font-size: 1.05rem;
}

.lt-landing-field input:focus,
.lt-landing-field select:focus,
.lt-landing-field textarea:focus {
  border-bottom-color: var(--lt-l-accent);
}

.lt-landing-calc__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.lt-landing-stepper {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.lt-landing-stepper input {
  text-align: center;
  width: 6.5rem;
  border-bottom: 2px solid #cfd2dc;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 0.65rem 0;
}

.lt-landing-stepper button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #d0d3de;
  background: #fff;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  color: var(--lt-l-ink);
}

.lt-landing-stepper button:hover {
  border-color: var(--lt-l-accent);
  color: var(--lt-l-accent);
}

.lt-landing-calc__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.75rem;
}

.lt-landing-calc__progress {
  color: var(--lt-l-muted);
  font-size: 1.1rem;
  font-weight: 600;
}

.lt-landing-calc__nav .lt-landing-btn {
  width: auto;
  min-width: 180px;
  min-height: 56px !important;
  font-size: 1.12rem !important;
  padding: 0.95rem 1.6rem !important;
}

.lt-landing-calc__step-lead {
  margin-bottom: 1.15rem !important;
  text-align: left !important;
  max-width: none !important;
  font-size: 1.05rem !important;
}

.lt-landing-calc__form {
  background: #fff;
  border-radius: 14px;
  padding: 1.35rem 1.25rem 1.15rem;
  border: 1px solid #e5e7ef;
  box-shadow: 0 8px 24px rgba(20, 20, 40, 0.04);
  margin-bottom: 1rem;
}

.lt-landing-calc__summary {
  margin: 0 0 1.25rem;
  padding: 1rem 1.1rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  font-family: inherit;
  font-size: 0.95rem;
  line-height: 1.5;
  white-space: pre-wrap;
  color: var(--lt-l-ink);
  overflow-x: auto;
}

.lt-b24-trigger {
  display: grid;
  gap: 0.65rem;
}

.lt-b24-trigger__btn--wide {
  width: 100%;
  justify-content: center;
}

.lt-b24-trigger__hint {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.45;
  color: var(--lt-l-muted);
}

.lt-landing-calc__form .lt-offer-form--minimal .lt-offer-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

.lt-landing-calc__form .lt-offer-form--minimal .lt-offer-form__field--wide {
  grid-column: 1 / -1;
}

.lt-landing-calc__form .lt-offer-form--minimal .lt-offer-form__field > span {
  font-size: 12px;
  margin-bottom: 0.2rem;
}

.lt-landing-calc__form .lt-offer-form--minimal .lt-offer-form__field input,
.lt-landing-calc__form .lt-offer-form--minimal .lt-offer-form__field textarea {
  padding: 0.45rem 0.55rem;
  font-size: 14px;
  border: 1px solid #e2e4ec;
  border-radius: 8px;
  background: #f8f9fc;
}

.lt-landing-calc__form .lt-offer-form--minimal .lt-offer-form__agree {
  margin: 0.7rem 0 0.75rem;
  font-size: 12px;
  line-height: 1.4;
}

.lt-landing-calc__form .lt-offer-form--minimal .lt-offer-form__submit {
  width: 100%;
}

@media (max-width: 560px) {
  .lt-landing-calc__form .lt-offer-form--minimal .lt-offer-form__grid {
    grid-template-columns: 1fr;
  }
}

/* Table */
.lt-landing-table-wrap {
  overflow-x: auto;
  margin-top: 1rem;
  border-radius: 12px;
  border: 1px solid #e5e7ef;
}

.lt-landing-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  min-width: 640px;
}

.lt-landing-table th,
.lt-landing-table td {
  padding: 0.95rem 0.9rem;
  text-align: center;
  border-bottom: 1px solid #eceef4;
}

.lt-landing-table th {
  background: #eef0f6;
  font-weight: 700;
  font-size: 15px;
}

.lt-landing-table tbody tr:nth-child(even) {
  background: #f8f9fc;
}

/* Gallery вЂ” scroll-snap: С†РµРЅС‚СЂ + peek СЃР»РµРІР°/СЃРїСЂР°РІР°, Р±РµР· РєСЂРёРІРѕРіРѕ translate */
.lt-landing-gallery {
  position: relative;
  max-width: 68rem;
  margin: 1.5rem auto 0;
  padding: 0 2.5rem;
}

.lt-landing-gallery__viewport {
  display: flex;
  gap: 0.85rem;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  border-radius: 14px;
  touch-action: pan-x;
}

.lt-landing-gallery__viewport::-webkit-scrollbar {
  display: none;
}

/* СЃРїРµР№СЃРµСЂС‹, С‡С‚РѕР±С‹ РїРµСЂРІС‹Р№/РїРѕСЃР»РµРґРЅРёР№ СЃР»Р°Р№Рґ С†РµРЅС‚СЂРёСЂРѕРІР°Р»РёСЃСЊ */
.lt-landing-gallery__viewport::before,
.lt-landing-gallery__viewport::after {
  content: "";
  flex: 0 0 max(0px, calc((100% - 68%) / 2 - 0.425rem));
}

.lt-landing-gallery__slide {
  flex: 0 0 68%;
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  background: #f3f3f7;
  box-shadow: 0 8px 24px rgba(20, 20, 40, 0.08);
  scroll-snap-align: center;
  scroll-snap-stop: always;
  opacity: 0.55;
  transition: opacity 0.35s ease;
}

.lt-landing-gallery__slide.is-active {
  opacity: 1;
}

.lt-landing-gallery__slide a {
  display: block;
}

.lt-landing-gallery__slide img {
  width: 100%;
  height: clamp(220px, 40vw, 400px);
  object-fit: contain;
  object-position: center;
  display: block;
  background:
    radial-gradient(ellipse 70% 60% at 50% 50%, #fff 0%, #f2f2f7 100%);
  pointer-events: none;
}

.lt-landing-gallery__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 0;
  background: var(--lt-l-accent);
  color: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(40, 36, 90, 0.25);
}

.lt-landing-gallery__nav:hover {
  background: var(--lt-l-accent-2);
}

.lt-landing-gallery__nav[data-gal-prev] {
  left: 0;
}

.lt-landing-gallery__nav[data-gal-next] {
  right: 0;
}

.lt-landing-gallery__dots {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 1rem;
}

.lt-landing-gallery__dots button {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 0;
  background: #c5c8d4;
  padding: 0;
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease;
}

.lt-landing-gallery__dots button.is-active {
  background: #222;
  transform: scale(1.15);
}

/* Why */
.lt-landing-why {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-top: 2rem;
}

.lt-landing-why__card {
  display: flex;
  gap: 1.15rem;
  background: #fff;
  border-radius: 16px;
  padding: 1.55rem 1.45rem;
  box-shadow: 0 10px 28px rgba(20, 20, 40, 0.06);
  align-items: flex-start;
}

.lt-landing-why__icon {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e8e7fb;
  color: var(--lt-l-accent);
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 1.15rem;
  margin-top: 0.1rem;
}

.lt-landing-why__card h3 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.2rem, 1.6vw, 1.4rem);
  font-weight: 800;
  line-height: 1.25;
}

.lt-landing-why__card p {
  margin: 0;
  font-size: clamp(1.02rem, 1.3vw, 1.15rem);
  color: var(--lt-l-ink);
  line-height: 1.55;
}

/* Types */
.lt-landing-types {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1.5rem;
}

.lt-landing-type {
  background: #fff;
  border-radius: 14px;
  padding: 1.25rem;
  box-shadow: 0 8px 24px rgba(20, 20, 40, 0.05);
  border: 1px solid #ececf3;
}

.lt-landing-type h3 {
  margin: 0 0 0.55rem;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.lt-landing-type p {
  margin: 0 0 0.75rem;
  font-size: 16px;
  color: var(--lt-l-ink);
  line-height: 1.55;
}

.lt-landing-type ul {
  margin: 0;
  padding: 0 0 0 1.1rem;
  font-size: 15px;
  color: var(--lt-l-ink);
  line-height: 1.5;
}

.lt-landing-type--form {
  background: #eef0fb;
  border-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.lt-landing-type--form .lt-landing-hero__form-kicker {
  margin-bottom: 0.25rem;
}

.lt-landing-type--form h3 {
  margin-bottom: 0.75rem;
}

.lt-landing-type--form .lt-offer-form--minimal .lt-offer-form__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}

.lt-landing-type--form .lt-offer-form--minimal .lt-offer-form__field > span {
  font-size: 12px;
}

.lt-landing-type--form .lt-offer-form--minimal .lt-offer-form__field input,
.lt-landing-type--form .lt-offer-form--minimal .lt-offer-form__field textarea {
  padding: 0.4rem 0.5rem;
  font-size: 14px;
  border: 1px solid #e2e4ec;
  border-radius: 8px;
  background: #fff;
}

.lt-landing-type--form .lt-offer-form--minimal .lt-offer-form__agree {
  font-size: 11px;
  margin: 0.55rem 0 0.65rem;
}

.lt-landing-type--form .lt-offer-form--minimal .lt-offer-form__submit {
  width: 100%;
}

/* Steps */
.lt-landing-steps {
  list-style: none;
  margin: 1.75rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  counter-reset: none;
}

.lt-landing-steps li {
  text-align: center;
}

.lt-landing-steps__num {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--lt-l-accent);
  color: #fff;
  font-weight: 700;
  margin-bottom: 0.75rem;
  font-size: 1.2rem;
}

.lt-landing-steps strong {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 1.15rem;
  font-weight: 800;
}

.lt-landing-steps p {
  margin: 0;
  font-size: 15px;
  color: var(--lt-l-muted);
  line-height: 1.5;
}

#kak-zakazat .lt-landing-center .lt-landing-btn,
#kak-zakazat .lt-landing-center .lt-btn {
  min-height: 60px !important;
  padding: 1.05rem 2rem !important;
  width: auto;
  font-size: 1.12rem !important;
}

.lt-landing-produce {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1.5rem;
}

.lt-landing-produce article {
  background: #f3f4fb;
  border-radius: 14px;
  padding: 1.4rem 1.25rem;
}

.lt-landing-produce span {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #cfd2e0;
  font-size: 1.3rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
  color: var(--lt-l-accent);
}

.lt-landing-produce h3 {
  margin: 0 0 0.45rem;
  font-size: 1.2rem;
  font-weight: 800;
}

.lt-landing-produce p {
  margin: 0;
  font-size: 15px;
  color: var(--lt-l-ink);
  line-height: 1.55;
}

/* Cert */
.lt-landing-cert {
  text-align: center;
}

.lt-landing-cert img {
  max-width: min(100%, 420px);
  height: auto;
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

/* FAQ */
.lt-landing-faq__item {
  border-bottom: 1px solid #e5e7ef;
  padding: 0.35rem 0;
}

.lt-landing-faq__item summary {
  cursor: pointer;
  list-style: none;
  padding: 1.05rem 2.25rem 1.05rem 0;
  font-weight: 700;
  font-size: 1.12rem;
  position: relative;
}

.lt-landing-faq__item summary::-webkit-details-marker {
  display: none;
}

.lt-landing-faq__item summary::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #9aa0b2;
  font-size: 1.5rem;
  font-weight: 400;
}

.lt-landing-faq__item[open] summary::after {
  content: '\2212';
}

.lt-landing-faq__a {
  padding: 0 0 1.1rem;
  color: var(--lt-l-ink);
  font-size: 1.05rem;
  line-height: 1.6;
}

.lt-landing-phone {
  text-align: center;
}

.lt-landing-phone__btn {
  display: inline-flex !important;
  width: auto !important;
  min-width: 280px;
  border-radius: 999px !important;
  font-size: 1.15rem !important;
}

.lt-landing-models-toolbar {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 1rem;
}

@media (max-width: 960px) {
  .lt-landing-hero__inner,
  .lt-landing-cta__inner {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .lt-landing-hero,
  .lt-landing-cta {
    padding: 3rem 0;
    background-position: center;
  }

  .lt-root .lt-landing-hero__title,
  .lt-landing-hero__title {
    max-width: none;
  }

  .lt-landing-hero__form {
    max-width: 420px;
  }

  .lt-landing-cards,
  .lt-landing-types,
  .lt-landing-produce {
    grid-template-columns: 1fr 1fr;
  }

  .lt-landing-steps {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .lt-landing-hero__inner,
  .lt-landing-cta__inner,
  .lt-landing-cards,
  .lt-landing-why,
  .lt-landing-types,
  .lt-landing-produce,
  .lt-landing-steps,
  .lt-landing-calc__row {
    grid-template-columns: 1fr;
  }

  .lt-landing-hero__form {
    max-width: none;
  }

  .lt-landing-gallery {
    padding: 0 1.75rem;
  }

  .lt-landing-gallery__slide {
    flex-basis: 78%;
  }

  .lt-landing-gallery__viewport::before,
  .lt-landing-gallery__viewport::after {
    flex-basis: max(0px, calc((100% - 78%) / 2 - 0.425rem));
  }

  .lt-landing-gallery__nav[data-gal-prev] {
    left: 0;
  }

  .lt-landing-gallery__nav[data-gal-next] {
    right: 0;
  }

  .lt-landing-section {
    padding: 3rem 0;
  }
}
