/**
 * Стили страницы LSI текстов (slug: lsi-teksty).
 * Дизайн-система: градиенты, карточки, переменные — как на остальных страницах.
 */

.lsi-teksty-page {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Roboto", sans-serif;
  color: #1b1b1b;
  line-height: 1.7;
}

.lsi-teksty-page a {
  color: #004a99;
  text-decoration: none;
}
.lsi-teksty-page a:hover {
  text-decoration: underline;
}

.lsi-teksty-page .container {
  width: min(1140px, 100% - 32px);
  margin: 0 auto;
}

/* ── Buttons ── */
.lt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.1s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.lt-btn:hover {
  text-decoration: none;
}
.lt-btn--full {
  width: 100%;
}
.lsi-teksty-page a.lt-btn--primary {
  background: linear-gradient(135deg, #004a99, #022c5c);
  color: #fff;
  box-shadow: 0 14px 30px rgba(0, 74, 153, 0.35);
}
.lsi-teksty-page a.lt-btn--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 40px rgba(0, 74, 153, 0.45);
  color: #fff;
}
.lsi-teksty-page a.lt-btn--telegram {
  background: linear-gradient(135deg, #0088cc, #004a99);
  color: #fff;
  box-shadow: 0 12px 30px rgba(0, 136, 204, 0.35);
}
.lsi-teksty-page a.lt-btn--telegram:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 36px rgba(0, 136, 204, 0.45);
  color: #fff;
}
.lsi-teksty-page a.lt-btn--white {
  background: #fff;
  color: #022c5c;
  font-weight: 700;
  box-shadow: 0 8px 28px rgba(255, 255, 255, 0.18);
}
.lsi-teksty-page a.lt-btn--white:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(255, 255, 255, 0.25);
  color: #022c5c;
}
.lsi-teksty-page a.lt-btn--ghost {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}
.lsi-teksty-page a.lt-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.lsi-teksty-page a.lt-btn--telegram-outline {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}
.lsi-teksty-page a.lt-btn--telegram-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

/* ── Hero ── */
.lt-hero {
  padding: 56px 0 48px;
  background: radial-gradient(circle at top left, rgba(100, 180, 255, 0.18) 0, rgba(0, 74, 153, 0.95) 40%, #021835 100%);
  color: #fff;
}

.lt-hero__inner {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 40px;
  align-items: center;
}

.lt-hero h1 {
  margin: 0 0 16px;
  font-size: clamp(28px, 3.2vw, 38px);
  line-height: 1.25;
  color: #fff;
}

.lt-hero__subtitle {
  margin: 0 0 28px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  max-width: 600px;
  line-height: 1.7;
}

.lt-hero__stats {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}

.lt-hero__stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.lt-hero__stat-num {
  font-size: 22px;
  font-weight: 800;
  color: #ffb400;
}

.lt-hero__stat-label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
}

/* Hero card */
.lt-hero__card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.lt-hero__card-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  text-align: center;
}

.lt-hero__card-from {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.lt-hero__card-amount {
  font-size: 36px;
  font-weight: 800;
  color: #ffb400;
  line-height: 1.1;
}

.lt-hero__card-unit {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
}

.lt-hero__card-perks {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
}

.lt-hero__card-perks li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
}

.lt-hero__card-perks li::before {
  content: "\2714";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  color: #ffb400;
}

/* ── Sections ── */
.lt-section {
  padding: 48px 0;
}

.lt-section--light {
  background: #f4f6fb;
}

.lt-section--accent {
  background: radial-gradient(circle at top left, rgba(100, 180, 255, 0.14) 0, #004a99 48%, #022c5c 100%);
  color: #fff;
}

.lt-section--cta {
  background: linear-gradient(120deg, #022c5c, #004a99);
  color: #fff;
  padding: 40px 0;
}

.lt-section__title {
  margin: 0 0 10px;
  font-size: clamp(22px, 2.5vw, 28px);
  text-align: center;
}

.lt-section--accent .lt-section__title,
.lt-section--cta .lt-section__title {
  color: #fff;
}

.lt-section__subtitle {
  margin: 0 0 32px;
  font-size: 15px;
  color: #6b6f7a;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.lt-section--accent .lt-section__subtitle {
  color: rgba(255, 255, 255, 0.85);
}

/* ── Grids ── */
.lt-grid {
  display: grid;
  gap: 20px;
}

.lt-grid--2 {
  grid-template-columns: repeat(2, 1fr);
}

.lt-grid--3 {
  grid-template-columns: repeat(3, 1fr);
}

/* ── Info cards ── */
.lt-info-card {
  background: #fff;
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.lt-info-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(0, 74, 153, 0.08), rgba(0, 74, 153, 0.14));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #004a99;
  margin-bottom: 16px;
}

.lt-info-card h3 {
  margin: 0 0 10px;
  font-size: 18px;
}

.lt-info-card p {
  margin: 0;
  font-size: 14px;
  color: #6b6f7a;
  line-height: 1.7;
}

/* ── Steps ── */
.lt-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  counter-reset: step;
}

.lt-step {
  background: #fff;
  border-radius: 16px;
  padding: 28px 20px 24px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.04);
  position: relative;
}

.lt-step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: linear-gradient(135deg, #004a99, #022c5c);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 14px;
}

.lt-step h3 {
  margin: 0 0 8px;
  font-size: 16px;
}

.lt-step p {
  margin: 0;
  font-size: 13px;
  color: #6b6f7a;
  line-height: 1.65;
}

/* ── Benefits ── */
.lt-benefit {
  background: #fff;
  border-radius: 16px;
  padding: 24px 20px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.lt-benefit:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.lt-benefit__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(0, 74, 153, 0.08), rgba(0, 74, 153, 0.14));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #004a99;
  margin-bottom: 14px;
}

.lt-benefit h3 {
  margin: 0 0 8px;
  font-size: 16px;
}

.lt-benefit p {
  margin: 0;
  font-size: 13px;
  color: #6b6f7a;
  line-height: 1.65;
}

/* ── Pricing ── */
.lt-pricing {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 24px;
  align-items: stretch;
}

.lt-pricing__card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  padding: 32px 28px;
}

.lt-pricing__header {
  margin-bottom: 24px;
}

.lt-pricing__label {
  display: inline-block;
  padding: 4px 14px;
  border-radius: 999px;
  background: rgba(255, 180, 0, 0.2);
  color: #ffb400;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}

.lt-pricing__price {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
}

.lt-pricing__price span {
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
}

.lt-pricing__features {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lt-pricing__features li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.92);
}

.lt-pricing__features li::before {
  content: "\2714";
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 13px;
  color: #ffb400;
}

.lt-pricing__note {
  margin: 16px 0 0;
  padding: 14px 16px;
  background: rgba(255, 180, 0, 0.1);
  border-radius: 12px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.6;
  border-left: 3px solid #ffb400;
}

.lt-pricing__cta-block {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}

.lt-pricing__cta-block h3 {
  margin: 0;
  font-size: 20px;
  color: #fff;
}

.lt-pricing__cta-block p {
  margin: 0 0 6px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
}

/* ── Quote ── */
.lt-quote {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: #fff;
  border-radius: 18px;
  padding: 32px 28px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.06);
  border-left: 4px solid #ffb400;
}

.lt-quote__icon {
  flex-shrink: 0;
  color: #ffb400;
}

.lt-quote blockquote {
  margin: 0;
}

.lt-quote blockquote p {
  margin: 0;
  font-size: 16px;
  font-style: italic;
  color: #333;
  line-height: 1.7;
}

/* ── FAQ ── */
.lt-faq {
  max-width: 800px;
  margin: 0 auto;
}

.lt-faq__item {
  background: #fff;
  border-radius: 14px;
  margin-bottom: 10px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.04);
  overflow: hidden;
}

.lt-faq__question {
  padding: 18px 22px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 44px;
}

.lt-faq__question::-webkit-details-marker {
  display: none;
}

.lt-faq__question::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 300;
  color: #6b6f7a;
  transition: transform 0.2s ease;
}

.lt-faq__item[open] .lt-faq__question::after {
  content: "\2212";
}

.lt-faq__answer {
  padding: 0 22px 18px;
  font-size: 14px;
  color: #6b6f7a;
  line-height: 1.7;
}

.lt-faq__answer p {
  margin: 0;
}

/* ── CTA ── */
.lt-cta__inner {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 32px;
  align-items: center;
}

.lt-cta__inner h2 {
  margin: 0 0 10px;
  font-size: 24px;
  color: #fff;
}

.lt-cta__inner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
}

.lt-cta__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .lt-steps {
    grid-template-columns: repeat(2, 1fr);
  }
  .lt-pricing {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 960px) {
  .lt-hero__inner {
    grid-template-columns: 1fr;
  }
  .lt-hero__card {
    max-width: 380px;
  }
  .lt-grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .lt-cta__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .lt-cta__actions {
    flex-direction: row;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .lt-hero {
    padding: 42px 0 36px;
  }
  .lt-section {
    padding: 36px 0;
  }
  .lt-grid--2,
  .lt-grid--3 {
    grid-template-columns: 1fr;
  }
  .lt-steps {
    grid-template-columns: 1fr;
  }
  .lt-hero__stats {
    gap: 20px;
  }
  .lt-quote {
    flex-direction: column;
    gap: 14px;
  }
  .lt-cta__actions {
    flex-direction: column;
  }
}
