/* =====================================================
   Стиль: soft-pro — терракота, тёплые фоны, Montserrat
   ===================================================== */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

:root {
  --accent:       #c96b4a;
  --accent-soft:  #b9816f;
  --accent-hover: #b95f40;
  --dark:         #2c4a6e;
  --text:         #1a1a1a;
  --text-mid:     #555;
  --text-light:   #888;
  --bg:           #fff;
  --bg-warm:      #faf7f4;
  --bg-warmer:    #f9f1ec;
  --border:       #ede8e3;
  --border-warm:  #e7d7cf;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: var(--text);
  background: var(--bg);
}

h1, h2, h3 { font-weight: 700; letter-spacing: -0.01em; }

/* ---- Кнопки ---- */
.btn {
  display: inline-block;
  background: #1a1a1a;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.03em;
  padding: 18px 36px;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.25s, transform 0.2s;
  border: none;
  cursor: pointer;
}
.btn:hover { background: var(--accent); transform: translateY(-2px); }

.btn-accent {
  display: inline-block;
  background: var(--accent);
  color: #fff;
  border-radius: 999px;
  padding: 18px 40px;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(201,107,74,0.24);
  transition: background 0.25s, transform 0.2s;
  border: none;
  cursor: pointer;
}
.btn-accent:hover { background: var(--accent-hover); transform: translateY(-2px); }

.hero-price-btn {
  animation: hero-pulse 2.2s ease-in-out infinite;
}
@keyframes hero-pulse {
  0%, 100% { box-shadow: 0 14px 32px rgba(201,107,74,0.24); }
  50%       { box-shadow: 0 14px 48px rgba(201,107,74,0.55), 0 0 0 8px rgba(201,107,74,0.12); }
}

.btn-outline {
  display: inline-block;
  border: 2px solid var(--dark);
  color: var(--dark);
  background: transparent;
  border-radius: 4px;
  padding: 16px 32px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.25s, color 0.25s, transform 0.2s;
}
.btn-outline:hover { background: var(--dark); color: #fff; transform: translateY(-2px); }

/* ---- Секции ---- */
.section { padding: 80px 20px; }
.section-white   { background: #fff; }
.section-warm    { background: var(--bg-warm); }
.section-warmer  { background: var(--bg-warmer); }
.section-dark    { background: #1a3d52; color: #fff; }

.container        { max-width: 860px; margin: 0 auto; }
.container-narrow { max-width: 860px; margin: 0 auto; }

.section-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent-soft);
  margin-bottom: 16px;
}
.section-title {
  font-size: clamp(26px, 4vw, 42px);
  font-weight: 700;
  color: var(--text);
  line-height: 1.2;
  margin-bottom: 24px;
}
.section-title em { font-style: normal; color: var(--accent); }

/* ---- Анимация при скролле ---- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ---- Sticky nav ---- */
.sticky-nav {
  position: sticky; top: 0; z-index: 100;
  background: #fff;
  border-bottom: 1px solid var(--border);
  padding: 0 20px;
}
.sticky-nav-inner {
  max-width: 860px; margin: 0 auto;
  display: flex; gap: 32px; height: 56px; align-items: center;
  justify-content: space-between;
}
.sticky-nav-links { display: flex; gap: 32px; }
.sticky-nav a {
  color: var(--text-mid); text-decoration: none;
  font-size: 14px; font-weight: 600;
  transition: color 0.2s;
}
.sticky-nav a:hover { color: var(--accent); }
.sticky-nav .nav-cta {
  background: var(--accent);
  color: #fff;
  padding: 10px 22px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.sticky-nav .nav-cta:hover { background: var(--accent-hover); color: #fff; }

/* ---- Urgency banner ---- */
.urgency-banner {
  background: var(--accent);
  color: #fff;
  text-align: center;
  padding: 14px 20px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

/* ---- Hero ---- */
.hero {
  background: #fff;
  padding: 0 20px;
  min-height: calc(100vh - 100px);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: -120px; right: -120px;
  width: 600px; height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, #f5ede4 0%, transparent 70%);
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: -80px; left: -80px;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, #f5ede4 0%, transparent 70%);
  pointer-events: none;
}
.hero-inner {
  max-width: 860px; margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 48px;
  align-items: start;
  position: relative; z-index: 1;
  padding: 40px 0;
}
.hero-tag {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12px; font-weight: 600; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--accent);
  margin-bottom: 24px;
}
.hero-tag::before {
  content: ''; display: block;
  width: 32px; height: 1px; background: var(--accent);
}
.hero-title {
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 700; color: var(--text);
  line-height: 1.15; margin-bottom: 16px;
}
.hero-title em { font-style: normal; color: var(--accent); }
.hero-desc {
  font-size: 17px; color: #666;
  line-height: 1.65; margin-bottom: 28px;
  max-width: 500px;
}
.hero-meta {
  display: flex; flex-wrap: wrap; gap: 12px;
  margin-bottom: 36px;
}
.hero-meta-item {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--bg-warm);
  border: 1px solid var(--border);
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 14px; font-weight: 600;
  color: var(--text-mid);
}
.hero-photo-wrap {
  position: relative;
  padding-bottom: 120%;
  overflow: hidden;
  border: 3px solid var(--accent);
  box-shadow: 6px 6px 0 var(--bg-warmer), 6px 6px 0 1px var(--border-warm);
}
.hero-photo-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(201,107,74,0.08) 100%);
  pointer-events: none;
  z-index: 1;
}
.hero-photo-wrap img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center top;
  display: block;
}
.hero-badge { display: none; } /* убран абсолютный badge */

.hero-right-bottom {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0;
  margin-top: 8px;
  border: 1.5px solid var(--border);
  overflow: hidden;
}
.hero-badge-inline {
  padding: 14px 16px;
  background: var(--bg-warmer);
  border-right: 1px solid var(--border);
  text-align: center;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.hero-badge-num {
  font-size: 22px; font-weight: 700;
  color: var(--accent); line-height: 1;
  margin-bottom: 3px;
}
.hero-badge-text {
  font-size: 10px; font-weight: 600;
  color: var(--text-light); line-height: 1.3;
  text-align: center;
  white-space: nowrap;
}

/* ---- Hero price block ---- */
.hero-price-block {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 4px;
}

.hero-price-left {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.hero-price-old {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-light);
  text-decoration: line-through;
  text-decoration-color: var(--accent);
  text-decoration-thickness: 1.5px;
  letter-spacing: 0.02em;
}

.hero-price-new {
  font-size: 36px;
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
  letter-spacing: -0.02em;
}
.hero-price-currency {
  font-size: 20px;
  font-weight: 600;
}

.hero-price-saving {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(201,107,74,0.1);
  border: 1px solid rgba(201,107,74,0.25);
  padding: 6px 12px;
  border-radius: 4px;
  gap: 2px;
}
.hero-price-saving-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-soft);
}
.hero-price-saving-amount {
  font-size: 16px;
  font-weight: 700;
  color: var(--accent);
}

.hero-price-btn {
  margin-left: auto;
}

@media (max-width: 600px) {
  .hero-price-block { gap: 12px; }
  .hero-price-btn { margin-left: 0; width: 100%; text-align: center; }
}

/* ---- Hero timer ---- */
.hero-countdown {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: #fff;
  padding: 12px 10px;
}
.hero-countdown-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-light);
  text-align: center;
}
.hero-countdown-time {
  font-size: 16px;
  font-weight: 700;
  color: var(--accent);
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

/* ---- Боли ---- */
.pains-list {
  list-style: none;
  display: flex; flex-direction: column; gap: 0;
  border: 1.5px solid var(--border);
}
.pains-list li {
  padding: 20px 28px;
  border-bottom: 1px solid var(--border);
  font-size: 17px; line-height: 1.6; color: var(--text-mid);
  display: flex; align-items: flex-start; gap: 14px;
}
.pains-list li:last-child { border-bottom: none; }
.pains-list li::before {
  content: '—';
  color: var(--accent); font-weight: 700; flex-shrink: 0;
  margin-top: 1px;
}

/* ---- Карточки с hover (причины/выгоды) ---- */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.card {
  padding: 32px 28px;
  border: 1.5px solid var(--border);
  background: #fff;
  position: relative; overflow: hidden;
  transition: transform 0.32s, box-shadow 0.32s, border-color 0.32s;
}
.card::before {
  content: ''; position: absolute;
  top: 0; left: 0; width: 0; height: 3px;
  background: linear-gradient(90deg, var(--accent), #e4b3a2);
  transition: width 0.36s;
}
.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(39,23,15,0.09);
  border-color: var(--accent);
}
.card:hover::before { width: 100%; }
.card-num {
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 14px; display: block;
}
.card-title {
  font-size: 19px; font-weight: 700;
  color: var(--text); line-height: 1.3; margin-bottom: 12px;
}
.card-text {
  font-size: 15px; color: var(--text-mid); line-height: 1.7;
}

/* ---- Для кого ---- */
.forwho-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.forwho-item {
  display: flex; align-items: flex-start; gap: 14px;
  background: #fff;
  border: 1.5px solid var(--border);
  padding: 20px 22px;
  transition: border-color 0.25s, transform 0.25s;
}
.forwho-item:hover { border-color: var(--accent); transform: translateY(-2px); }
.forwho-check {
  width: 32px; height: 32px; min-width: 32px;
  background: var(--accent); color: #fff; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 16px; flex-shrink: 0;
}
.forwho-item p { font-size: 16px; line-height: 1.6; color: var(--text-mid); }

/* ---- Программа ---- */
.program-list {
  display: flex; flex-direction: column; gap: 0;
  border: 1.5px solid var(--border-warm);
  overflow: hidden;
}
.program-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 0;
  border-bottom: 1px solid var(--border);
  transition: background 0.2s;
}
.program-item:last-child { border-bottom: none; }
.program-item:hover { background: var(--bg-warm); }
.program-num {
  display: flex; align-items: flex-start; justify-content: center;
  padding: 20px 0;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.1em; color: var(--accent);
}
.program-body {
  padding: 20px 24px 20px 0;
  border-left: 1px solid var(--border);
  padding-left: 24px;
}
.program-body strong {
  display: block; font-size: 16px; font-weight: 700;
  color: var(--text); margin-bottom: 4px;
}
.program-body p {
  font-size: 15px; color: var(--text-mid); line-height: 1.6; margin: 0;
}

/* ---- Формат блок ---- */
.format-block {
  background: #fff;
  border: 1.5px solid var(--border-warm);
  padding: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.format-item { display: flex; align-items: flex-start; gap: 12px; }
.format-icon {
  width: 40px; height: 40px; min-width: 40px;
  background: rgba(201,107,74,0.1);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px;
}
.format-item strong { display: block; font-size: 15px; font-weight: 700; color: var(--text); margin-bottom: 2px; }
.format-item p { font-size: 14px; color: var(--text-mid); margin: 0; }

/* ---- Pricing ---- */
.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}
@media (max-width: 700px) { .pricing-grid { grid-template-columns: 1fr; } }

.pricing-card {
  border: 2px solid var(--accent);
  background: #fff;
  position: relative;
}
.pricing-badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--accent); color: #fff;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.15em; text-transform: uppercase;
  padding: 5px 16px; white-space: nowrap;
}
.pricing-head {
  padding: 40px 36px 28px;
  border-bottom: 1px solid var(--border);
  background: var(--bg-warm);
  text-align: center;
}
.pricing-name {
  font-size: 22px; font-weight: 700;
  color: var(--dark); margin-bottom: 8px;
}
.pricing-date {
  font-size: 14px; color: var(--accent);
  font-weight: 600; margin-bottom: 24px;
}
.pricing-price {
  font-size: 56px; font-weight: 700;
  color: var(--accent); line-height: 1;
  margin-bottom: 4px;
}
.pricing-currency {
  font-size: 24px; font-weight: 600;
  color: var(--accent);
}
.pricing-note { font-size: 14px; color: var(--text-light); margin-top: 8px; }
.pricing-body { padding: 28px 36px; }
.pricing-features { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-bottom: 28px; }
.pricing-features li {
  font-size: 15px; color: var(--text-mid); line-height: 1.5;
  padding-left: 20px; position: relative;
}
.pricing-features li::before {
  content: '—'; position: absolute; left: 0;
  color: var(--accent); font-weight: 700;
}
.pricing-features li strong { color: var(--text); font-weight: 600; }

/* ---- CTA секция ---- */
.cta-section {
  background: linear-gradient(135deg, #fffaf5 0%, #f6eee6 100%);
  border: 1.5px solid var(--border-warm);
  padding: 56px 40px;
  text-align: center;
  position: relative; overflow: hidden;
}
.cta-section::before {
  content: '';
  position: absolute; inset: 14px;
  border: 1px solid rgba(201,107,74,0.14);
  pointer-events: none;
}
.cta-section h2 {
  font-size: clamp(24px,3vw,34px);
  font-weight: 700; color: var(--text);
  margin-bottom: 16px; position: relative;
}
.cta-section h2 em { font-style: normal; color: var(--accent); }
.cta-section p {
  font-size: 18px; color: var(--text-mid);
  line-height: 1.7; margin-bottom: 32px;
  max-width: 540px; margin-left: auto; margin-right: auto;
  position: relative;
}

/* ---- Отзывы ---- */
.rev-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.rev-card {
  padding: 24px;
  border: 1px solid var(--border-warm);
  border-radius: 20px;
  background: linear-gradient(135deg, #fffdfb 0%, #f7f0e8 100%);
  box-shadow: 0 8px 24px rgba(56,34,21,0.05);
  transition: border-color 0.25s, box-shadow 0.25s;
}
.rev-card:hover { border-color: #dec7ba; box-shadow: 0 16px 36px rgba(56,34,21,0.09); }
.rev-chip {
  display: inline-flex; margin-bottom: 12px;
  padding: 6px 12px; border-radius: 999px;
  background: rgba(201,107,74,0.1);
  color: var(--accent); font-size: 11px;
  font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
}
.rev-text {
  font-size: 16px; color: var(--text-mid);
  line-height: 1.7; margin-bottom: 16px;
  font-style: italic;
}
.rev-author { font-size: 14px; font-weight: 600; color: var(--text); }

/* ---- Автор ---- */
.author-grid {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 56px; align-items: center;
}
.author-photo { width: 100%; display: block; border: 1.5px solid var(--border); }
.author-stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 12px; margin-top: 24px;
}
.author-stat {
  background: var(--bg-warm);
  border: 1px solid var(--border);
  padding: 16px; text-align: center;
}
.author-stat strong {
  display: block; font-size: 22px; font-weight: 700;
  color: var(--accent); line-height: 1; margin-bottom: 4px;
}
.author-stat span { font-size: 12px; color: var(--text-mid); }

/* ---- FAQ ---- */
.faq-list { list-style: none; border: 1.5px solid var(--border); }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item:last-child { border-bottom: none; }
.faq-question {
  width: 100%; background: none; border: none; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center;
  gap: 16px; padding: 20px 24px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px; font-weight: 600; color: var(--text);
  transition: color 0.2s;
}
.faq-question:hover { color: var(--accent); }
.faq-icon {
  flex-shrink: 0; font-size: 20px; color: var(--accent);
  transition: transform 0.3s;
}
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-answer {
  display: none; padding: 0 24px 20px;
  font-size: 15px; color: var(--text-mid); line-height: 1.7;
}
.faq-item.open .faq-answer { display: block; }

/* ---- Футер ---- */
.footer {
  background: #1a3d52;
  color: rgba(255,255,255,0.5);
  padding: 48px 20px 32px;
  font-size: 14px; line-height: 1.7;
}
.footer a { color: var(--accent); text-decoration: none; }
.footer a:hover { text-decoration: underline; }
.footer-inner { max-width: 860px; margin: 0 auto; text-align: center; }
.footer-logo {
  font-size: 15px; color: rgba(255,255,255,0.7);
  font-weight: 600; margin-bottom: 16px;
}
.footer-logo span { color: var(--accent); }
.footer-social { display: flex; gap: 12px; justify-content: center; margin-bottom: 24px; }
.footer-social a {
  display: inline-block; padding: 6px 16px;
  border: 1px solid rgba(255,255,255,0.2); border-radius: 20px;
  font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.6);
}
.footer-social a:hover { border-color: var(--accent); color: var(--accent); text-decoration: none; }
.footer-divider { border: none; border-top: 1px solid rgba(255,255,255,0.1); margin: 0 0 24px; }
.footer-links {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 6px 20px; margin-bottom: 16px;
}
.footer-links a { font-size: 12px; color: rgba(255,255,255,0.4); }
.footer-links a:hover { color: var(--accent); text-decoration: none; }
.footer-legal { font-size: 12px; color: rgba(255,255,255,0.25); line-height: 1.6; margin-bottom: 12px; }
.footer-disclaimer { font-size: 11px; color: rgba(255,255,255,0.2); max-width: 480px; margin: 0 auto; line-height: 1.6; }

/* ---- Программа ---- */
.program-grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 40px;
  align-items: stretch;
}
.program-right-col {
  display: flex;
  flex-direction: column;
}
@media (max-width: 860px) {
  .program-grid {
    grid-template-columns: 1fr;
  }
  .program-right-col {
    flex-direction: column;
  }
}

/* ---- Адаптив ---- */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .hero-photo-wrap { max-width: 360px; padding-bottom: 90%; margin: 0 auto; }
  .hero-badge { left: 0; }
  .cards-grid { grid-template-columns: 1fr 1fr; }
  .author-grid { grid-template-columns: 1fr; gap: 32px; }
  .author-photo { max-width: 300px; }
  .author-stats { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 860px) {
  .results-grid { grid-template-columns: 1fr !important; }
}

@media (max-width: 700px) {
  .rev-screenshots { grid-template-columns: 1fr !important; }
  .section { padding: 56px 16px; }
  .cards-grid { grid-template-columns: 1fr; }
  .forwho-grid { grid-template-columns: 1fr; }
  .rev-grid { grid-template-columns: 1fr; }
  .format-block { grid-template-columns: 1fr; }
  .author-stats { grid-template-columns: 1fr 1fr; }
  .sticky-nav-links { display: none; }
  .cta-section { padding: 40px 20px; }
  .pricing-head { padding: 32px 24px 20px; }
  .pricing-body { padding: 20px 24px; }
}
