/* ═══════════════════════════════════════════════════════════════════
   Экспортная vanilla-версия лендинга «Как сделать дом местом силы»
   Сайт-визитка Анны Вокиной · этнография + психология
   Дизайн-система (из presentation-sharing):
   фон #faf8f5 · акцент #c4a35a · вторичный #8b7355
   заголовки #3d3229 · текст #4a4040 · тёмный #2b241c
   Шрифты: Cormorant Garamond (заголовки), Montserrat (текст/UI)
   ═══════════════════════════════════════════════════════════════════ */

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Montserrat', sans-serif;
  background: #faf8f5;
  color: #4a4040;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}
h1, h2, h3, h4, h5 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  color: #3d3229;
  line-height: 1.25;
}
a { color: #8b7355; text-decoration: none; transition: color .2s; }
a:hover { color: #c4a35a; }
img { max-width: 100%; display: block; }
strong { color: #3d3229; }

/* ── Обёртки ── */
.page { min-height: 100vh; background: #faf8f5; }
.section { padding: 4rem 1.25rem; }
.section-sm { padding: 4rem 1.25rem; }
.container { max-width: 48rem; margin: 0 auto; }      /* max-w-3xl — «Для кого», «Программа» */
.container-md { max-width: 56rem; margin: 0 auto; }     /* max-w-4xl — «Кто я», «Тарифы» */
.container-lg { max-width: 64rem; margin: 0 auto; }     /* max-w-5xl — «Что узнаем» */
.container-sm { max-width: 42rem; margin: 0 auto; }     /* max-w-2xl — баннеры/сноски */

/* ── Заголовок секции с линиями ── */
.section-label {
  display: flex; align-items: center; gap: .75rem; margin-bottom: 2rem;
}
.section-label .line { height: 1px; flex: 1; background: rgba(196,163,90,.3); }
.section-label .text {
  font-size: .75rem; text-transform: uppercase; letter-spacing: .2em;
  color: #c4a35a; font-weight: 500; white-space: nowrap;
}
.section-title { font-size: 1.875rem; text-align: center; margin-bottom: 2.5rem; }

/* ── Hero ── */
.hero {
  position: relative; min-height: 100vh; display: flex; flex-direction: column;
  overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(61,50,41,.8), rgba(61,50,41,.7) 50%, rgba(43,36,28,.9));
}
.hero-content {
  position: relative; z-index: 10; flex: 1;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 6rem 1.25rem 2.5rem; text-align: center; color: #fff;
}
.hero-badge {
  display: inline-flex; align-items: center; padding: .5rem 1.25rem;
  border-radius: 9999px; border: 1px solid rgba(196,163,90,.6);
  background: rgba(61,50,41,.4); backdrop-filter: blur(4px);
  color: #e8d9b5; font-size: .75rem; text-transform: uppercase;
  letter-spacing: .25em; margin-bottom: 2rem;
}
.hero-title {
  color: #fff; font-size: 2.25rem; line-height: 1.25;
  margin-bottom: 2.25rem; text-align: center;
}
.hero-title .gold { color: #c4a35a; font-style: italic; }
.btn-join {
  display: inline-flex; align-items: center; gap: .75rem;
  padding: 1rem 2.5rem; border-radius: 9999px;
  background: #c4a35a; color: #2b241c;
  font-size: .875rem; font-weight: 600; text-transform: uppercase;
  letter-spacing: .15em; cursor: pointer; border: none;
  transition: background .3s, transform .3s, box-shadow .3s;
  box-shadow: 0 10px 25px rgba(0,0,0,.3);
}
.btn-join:hover { background: #b8954a; color: #2b241c; transform: scale(1.02); }
.btn-join i { font-size: .75rem; }
.hero-date { font-size: .875rem; color: rgba(255,255,255,.8); font-weight: 300; letter-spacing: .05em; margin-top: 1.5rem; }
.hero-date .gold { color: #c4a35a; font-weight: 600; }
.hero-host {
  position: relative; z-index: 10; padding-bottom: 2rem;
  display: flex; flex-direction: column; align-items: center; text-align: center; color: #fff;
}
.hero-host .label { font-size: 11px; text-transform: uppercase; letter-spacing: .3em; color: rgba(255,255,255,.6); margin-bottom: .75rem; }
.hero-host img {
  width: 4rem; height: 4rem; border-radius: 9999px; object-fit: cover;
  border: 2px solid rgba(196,163,90,.7); box-shadow: 0 10px 15px rgba(0,0,0,.3);
  margin-bottom: .5rem;
}
.hero-host .name { font-weight: 600; font-size: .875rem; }

/* ── Секция «Для кого» ── */
.whom-list { display: flex; flex-direction: column; gap: 1rem; }
.whom-card {
  display: flex; align-items: flex-start; gap: 1rem; padding: 1.25rem;
  border-radius: 1rem; background: rgba(255,255,255,.7);
  backdrop-filter: blur(4px); border: 1px solid rgba(196,163,90,.15);
  box-shadow: 0 1px 2px rgba(0,0,0,.05);
  transition: box-shadow .3s, border-color .3s;
}
.whom-card:hover { box-shadow: 0 4px 12px rgba(0,0,0,.08); border-color: rgba(196,163,90,.35); }
.icon-box {
  width: 2.75rem; height: 2.75rem; border-radius: .75rem;
  background: rgba(196,163,90,.1); color: #c4a35a;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; font-size: 1rem;
}
.whom-card p { padding-top: .375rem; line-height: 1.625; }

/* ── Секция «Что узнаем и сделаем» ── */
.learn-section { position: relative; overflow: hidden; }
.learn-blobs { position: absolute; inset: 0; pointer-events: none; opacity: .04; }
.learn-blobs .b1 {
  position: absolute; left: -6rem; top: 33%; width: 24rem; height: 24rem;
  border-radius: 9999px; background: #c4a35a;
}
.learn-blobs .b2 {
  position: absolute; right: -6rem; bottom: 2.5rem; width: 20rem; height: 20rem;
  border-radius: 9999px; background: #8b7355;
}
.learn-inner { position: relative; z-index: 10; }
.learn-flex { display: flex; flex-direction: column; gap: 2rem; align-items: center; }
.learn-media { width: 100%; flex-shrink: 0; }
.learn-media .frame {
  border-radius: 1rem; overflow: hidden; border: 1px solid rgba(196,163,90,.2);
  box-shadow: 0 20px 25px rgba(196,163,90,.1);
}
.learn-media img { width: 100%; height: 16rem; object-fit: cover; }
.learn-list { flex: 1; display: flex; flex-direction: column; gap: .875rem; }
.learn-item { display: flex; gap: .75rem; align-items: flex-start; }
.learn-item .check {
  margin-top: .25rem; width: 1.5rem; height: 1.5rem; border-radius: 9999px;
  background: rgba(196,163,90,.2); color: #c4a35a;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; font-size: 10px;
}
.learn-item span { line-height: 1.625; }

/* ── Секция «Кто я» ── */
.about-section { background: rgba(255,255,255,.4); }
.about-flex { display: flex; flex-direction: column; gap: 2rem; align-items: flex-start; }
.about-avatar { flex-shrink: 0; margin: 0 auto; }
.about-avatar .wrap { position: relative; }
.about-avatar img {
  width: 13rem; height: 13rem; border-radius: 9999px; object-fit: cover;
  border: 4px solid rgba(196,163,90,.3); box-shadow: 0 20px 25px rgba(196,163,90,.1);
}
.about-avatar .badge {
  position: absolute; right: -.5rem; bottom: -.5rem; width: 3rem; height: 3rem;
  border-radius: 9999px; background: #c4a35a; color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.125rem; box-shadow: 0 10px 15px rgba(0,0,0,.15);
}
.about-body { flex: 1; min-width: 0; }
.about-title { font-size: 1.875rem; margin-bottom: .25rem; }
.about-subtitle { font-size: 1.5rem; color: #c4a35a; margin-bottom: .25rem; }
.about-tagline { font-style: italic; color: #8b7355; margin-bottom: 1.5rem; }
.about-body p { line-height: 1.625; margin-bottom: 1rem; }
.about-body p:last-of-type { margin-bottom: 2rem; }
.faq-heading { font-size: 1.25rem; margin-bottom: 1.25rem; }
.faq-list { display: flex; flex-direction: column; gap: .75rem; }
.faq-item { display: flex; gap: .75rem; align-items: flex-start; }
.faq-item i { color: #c4a35a; margin-top: .25rem; font-size: .875rem; flex-shrink: 0; }
.faq-item span { line-height: 1.625; }

/* ── Программа курса ── */
.program-sub {
  text-align: center; font-style: italic; color: #8b7355;
  font-size: 1.125rem; margin-bottom: .5rem;
}
.lessons-grid {
  display: grid; grid-template-columns: 1fr; gap: .75rem; margin-bottom: 3rem;
}
.lesson-card {
  display: flex; align-items: flex-start; gap: .75rem; padding: 1rem;
  border-radius: .75rem; background: rgba(255,255,255,.6);
  backdrop-filter: blur(4px); border: 1px solid rgba(196,163,90,.15);
  box-shadow: 0 1px 2px rgba(0,0,0,.05);
  transition: border-color .3s;
}
.lesson-card:hover { border-color: rgba(196,163,90,.35); }
.lesson-card .num {
  margin-top: .125rem; width: 2rem; height: 2rem; border-radius: 9999px;
  background: rgba(196,163,90,.15); color: #8b7355;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; font-size: .75rem; font-weight: 600;
}
.lesson-card span { font-size: .875rem; color: #3d3229; line-height: 1.625; }
.support-block {
  border-radius: 1rem; background: rgba(255,255,255,.7);
  border: 1px solid rgba(196,163,90,.2); padding: 1.5rem;
  box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.support-block h3 { font-size: 1.25rem; margin-bottom: 1.25rem; }
.support-list { display: flex; flex-direction: column; gap: 1.25rem; margin-bottom: 1.25rem; }
.support-item { display: flex; gap: .75rem; align-items: flex-start; }
.support-item .icon {
  width: 2rem; height: 2rem; border-radius: .5rem;
  background: rgba(196,163,90,.1); color: #c4a35a;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.support-item span { font-size: .875rem; line-height: 1.625; }
.support-note { font-size: .875rem; color: #8b7355; line-height: 1.625; margin-bottom: .5rem; }

/* ── Тарифы ── */
.price-section { position: relative; overflow: hidden; }
.price-bg { position: absolute; inset: 0; pointer-events: none; }
.price-bg img { width: 100%; height: 100%; object-fit: cover; opacity: .08; }
.price-inner { position: relative; z-index: 10; }
.discount-banner {
  max-width: 42rem; margin: 0 auto 2.5rem; border-radius: 1rem;
  border: 1px solid rgba(196,163,90,.4); background: rgba(196,163,90,.1);
  backdrop-filter: blur(4px); padding: 1rem 1.5rem; text-align: center;
}
.discount-banner p { font-size: .875rem; color: #3d3229; font-weight: 600; }
.discount-banner .gold { color: #c4a35a; }
.discount-banner i { color: #c4a35a; margin-right: .5rem; }
.price-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; margin-bottom: 2rem; }
.price-card {
  display: flex; flex-direction: column; border-radius: 1rem;
  background: rgba(255,255,255,.8); backdrop-filter: blur(4px);
  border: 1px solid rgba(196,163,90,.2); box-shadow: 0 4px 10px rgba(0,0,0,.08);
  padding: 1.5rem;
}
.price-card.featured {
  background: rgba(255,255,255,.9); border: 2px solid #c4a35a;
  box-shadow: 0 10px 25px rgba(196,163,90,.15);
}
.price-card h3 { font-size: 1.5rem; margin-bottom: .25rem; }
.price-card .sub { font-size: .875rem; color: #8b7355; margin-bottom: 1.5rem; }
.price-block { margin-bottom: 1.75rem; }
.price-old-row { display: flex; align-items: center; gap: .5rem; margin-bottom: .375rem; }
.price-old { font-size: 1.125rem; color: #8b7355; text-decoration: line-through; }
.badge-discount {
  display: inline-flex; align-items: center; padding: .125rem .625rem;
  border-radius: 9999px; background: rgba(196,163,90,.15);
  color: #c4a35a; font-size: .75rem; font-weight: 700;
}
.price-now {
  font-family: 'Cormorant Garamond', serif; font-size: 3rem;
  font-weight: 600; color: #3d3229;
}
.discount-note { font-size: .75rem; color: #8b7355; margin-top: .25rem; }
.price-features { display: flex; flex-direction: column; gap: .625rem; margin-bottom: 2rem; flex: 1; }
.price-features li { display: flex; gap: .625rem; align-items: flex-start; font-size: .875rem; }
.price-features li i { color: #c4a35a; margin-top: .125rem; font-size: .75rem; flex-shrink: 0; }
.btn-pay {
  display: flex; align-items: center; justify-content: center; gap: .5rem;
  width: 100%; padding: .875rem 1.5rem; border-radius: .75rem;
  background: #c4a35a; color: #2b241c; border: none; cursor: pointer;
  font-size: .75rem; font-weight: 600; text-transform: uppercase;
  letter-spacing: .12em; transition: background .3s;
}
.btn-pay:hover { background: #b8954a; color: #2b241c; }
.btn-pay + .btn-pay { margin-top: .75rem; }
.btn-pay.outline {
  background: transparent; border: 1px solid rgba(196,163,90,.4); color: #8b7355;
  transition: background .3s, border-color .3s, color .3s;
}
.btn-pay.outline:hover { background: rgba(196,163,90,.1); border-color: #c4a35a; color: #8b7355; }
.price-footnote { max-width: 42rem; margin: 0 auto; text-align: center; display: flex; flex-direction: column; gap: .75rem; }
.price-footnote .p1 { font-size: .875rem; color: #3d3229; font-weight: 500; }
.price-footnote .p2 { font-size: .875rem; color: #8b7355; line-height: 1.625; }
.price-footnote .p2 b { color: #3d3229; }
.price-footnote a { color: #c4a35a; text-decoration: underline; text-underline-offset: 2px; transition: color .3s; }
.price-footnote a:hover { color: #8b7355; }

/* ── Футер ── */
.footer {
  padding: 2.5rem 1.25rem; text-align: center;
  border-top: 1px solid rgba(196,163,90,.1);
}
.footer .inner { max-width: 42rem; margin: 0 auto; display: flex; flex-direction: column; gap: .75rem; }
.footer .ip { font-size: .875rem; color: rgba(139,115,85,.8); font-weight: 500; }
.footer .reqs { display: flex; flex-wrap: wrap; justify-content: center; column-gap: 1.5rem; row-gap: .25rem; font-size: .75rem; color: rgba(139,115,85,.6); }
.footer .links { display: flex; flex-wrap: wrap; justify-content: center; column-gap: 1.5rem; row-gap: .5rem; margin-top: .5rem; }
.footer .links a { font-size: .75rem; color: #c4a35a; text-decoration: underline; text-underline-offset: 2px; transition: color .3s; }
.footer .links a:hover { color: #8b7355; }
.footer .copy { font-size: .75rem; color: rgba(139,115,85,.4); padding-top: .5rem; }

/* ── Анимации ── */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
.animate-fade-in { animation: fadeIn .6s ease forwards; }
.stagger-1 { animation-delay: .1s; }
.stagger-2 { animation-delay: .2s; }
.stagger-3 { animation-delay: .3s; }
.stagger-4 { animation-delay: .4s; }

/* ── Адаптив ── */
@media (min-width: 640px) {
  .section { padding: 5rem 1.25rem; }
  .section-title { font-size: 2.25rem; }
  .hero-title { font-size: 3rem; }
  .learn-media img { height: 20rem; }
  .about-avatar img { width: 15rem; height: 15rem; }
  .lessons-grid { grid-template-columns: 1fr 1fr; }
  .price-card { padding: 2rem; }
}
@media (min-width: 768px) {
  .learn-flex { flex-direction: row; gap: 3rem; }
  .learn-media { width: 40%; }
  .learn-media img { height: 20rem; }
  .about-flex { flex-direction: row; gap: 3rem; }
  .about-avatar { margin: 0; position: sticky; top: 6rem; }
  .price-grid { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1024px) {
  .hero-title { font-size: 3.75rem; }
}
