/* =============================================================
   Интенсив «Ваш запрос — наше решение» / Сатори-Графика
   Школа Анны Бойчак — neurodao.ru
   ============================================================= */

/* ---------- Токены ---------- */
:root{
  --ink:        #1E2A27;
  --ink-soft:   #3D4A47;
  --muted:      #6E7B77;
  --dark:       #2F3E3B;
  --dark-2:     #3B4E49;
  --green:      #536E69;
  --green-2:    #6C847E;
  --sage:       #A3AFAD;
  --sage-tint:  #DCE4E1;
  --mist:       #F2F6F4;
  --mist-2:     #E8EEEB;
  --paper:      #FBFBF9;
  --white:      #FFFFFF;
  --ochre:      #A97C4F;
  --ochre-2:    #C08F5C;
  --ochre-tint: #F3E9DE;

  --shadow-s: 0 2px 10px rgba(30,42,39,.06);
  --shadow-m: 0 10px 30px rgba(30,42,39,.08);
  --shadow-l: 0 24px 60px rgba(30,42,39,.12);

  --r-s: 10px;
  --r-m: 18px;
  --r-l: 28px;
  --r-xl: 40px;

  --wrap: 1200px;
  --gutter: 24px;
  --sec-pad: 104px;

  --font-display: 'Onest', 'Golos Text', 'Segoe UI', system-ui, sans-serif;
  --font-body: 'Golos Text', 'Onest', 'Segoe UI', system-ui, sans-serif;
}

/* ---------- База ---------- */
*,*::before,*::after{ box-sizing:border-box; }

html{ scroll-behavior:smooth; scroll-padding-top:76px; }

body{
  margin:0;
  background:var(--paper);
  color:var(--ink-soft);
  font-family:var(--font-body);
  font-size:17px;
  line-height:1.62;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  overflow-x:hidden;
}

img{ max-width:100%; height:auto; display:block; }
a{ color:inherit; }

h1,h2,h3,h4{
  font-family:var(--font-display);
  color:var(--ink);
  margin:0;
  line-height:1.14;
  font-weight:700;
  word-spacing:.08em;
}
h1{ font-size:clamp(32px,4.6vw,58px); font-weight:800; line-height:1.06; letter-spacing:-.015em; }
h2{ font-size:clamp(26px,3.3vw,42px); letter-spacing:-.01em; }
h3{ font-size:clamp(21px,2.3vw,30px); }
h4{ font-size:clamp(18px,1.5vw,21px); }
p{ margin:0 0 18px; }
p:last-child{ margin-bottom:0; }

::selection{ background:var(--sage-tint); color:var(--ink); }

:focus-visible{ outline:3px solid var(--ochre); outline-offset:3px; border-radius:4px; }

/* ---------- Раскладка ---------- */
.wrap{ width:100%; max-width:var(--wrap); margin:0 auto; padding:0 var(--gutter); }
.wrap--narrow{ max-width:920px; }

.section{ padding:var(--sec-pad) 0; position:relative; }
.section--mist{ background:var(--mist); }
.section--paper{ background:var(--paper); }
.section--white{ background:var(--white); }
.section--tight{ padding-top:64px; }
.section--flush-bottom{ padding-bottom:0; }

/* ---------- Типографические утилиты ---------- */
.eyebrow{
  font-family:var(--font-display);
  font-size:13px;
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--ochre);
  margin:0 0 18px;
  display:block;
}
.eyebrow--light{ color:var(--ochre-2); }
.lead{ font-size:clamp(18px,1.6vw,21px); line-height:1.55; color:var(--ink); }
.strong-lead{ font-weight:600; color:var(--ink); }
.note{ font-size:15px; color:var(--muted); font-style:italic; }
.center{ text-align:center; }
.section__head{ max-width:820px; margin:0 0 52px; }
.section__head.center{ margin-left:auto; margin-right:auto; }

/* Подчёркивание-«графика»: рукописная линия под словом */
.underline-hand{
  background-image:linear-gradient(transparent 62%, rgba(192,143,92,.35) 62%, rgba(192,143,92,.35) 92%, transparent 92%);
  padding:0 .06em;
}

/* ---------- Кнопки ---------- */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:12px;
  font-family:var(--font-display);
  font-size:14px; font-weight:700; letter-spacing:.09em; text-transform:uppercase;
  padding:19px 36px;
  border:0; border-radius:999px;
  background:var(--dark); color:var(--white);
  text-decoration:none; cursor:pointer;
  box-shadow:0 10px 24px rgba(47,62,59,.22);
  transition:transform .22s ease, box-shadow .22s ease, background .22s ease;
}
.btn:hover{ background:var(--dark-2); transform:translateY(-2px); box-shadow:0 16px 32px rgba(47,62,59,.28); }
.btn:active{ transform:translateY(0); }
.btn--ochre{ background:var(--ochre); box-shadow:0 10px 24px rgba(169,124,79,.28); }
.btn--ochre:hover{ background:var(--ochre-2); box-shadow:0 16px 32px rgba(169,124,79,.32); }
.btn--light{ background:var(--white); color:var(--ink); box-shadow:0 10px 24px rgba(30,42,39,.14); }
.btn--light:hover{ background:var(--white); color:var(--ink); }
.btn--sm{ padding:13px 24px; font-size:12.5px; letter-spacing:.08em; }
.btn--wide{ width:100%; }
.btn__dot{ width:7px; height:7px; border-radius:50%; background:var(--ochre-2); flex:none; }
.btn--ochre .btn__dot{ background:rgba(255,255,255,.85); }

/* ---------- Хедер ---------- */
.header{
  position:fixed; top:0; left:0; right:0; z-index:60;
  background:rgba(251,251,249,.9);
  backdrop-filter:saturate(140%) blur(12px);
  -webkit-backdrop-filter:saturate(140%) blur(12px);
  border-bottom:1px solid rgba(163,175,173,.3);
  transition:box-shadow .25s ease, background .25s ease;
}
.header.is-stuck{ box-shadow:0 6px 20px rgba(30,42,39,.09); }
.header__in{
  display:flex; align-items:center; justify-content:space-between; gap:24px;
  height:64px;
  transition:height .28s ease;
}
.header.is-stuck .header__in{ height:52px; }
.header__logo{ display:block; flex:none; }
.header__logo img{ height:32px; width:auto; transition:height .28s ease; }
.header.is-stuck .header__logo img{ height:26px; }
.header .btn{ transition:padding .28s ease, background .22s ease, transform .22s ease, box-shadow .22s ease; }
.header.is-stuck .btn{ padding:11px 22px; }
.header__nav{ display:flex; gap:30px; }
.header__nav a{
  font-family:var(--font-display);
  font-size:13px; font-weight:600; letter-spacing:.07em; text-transform:uppercase;
  color:var(--ink); text-decoration:none;
  padding:6px 0; position:relative;
  transition:color .2s ease;
}
.header__nav a::after{
  content:''; position:absolute; left:0; right:100%; bottom:0; height:2px;
  background:var(--ochre); transition:right .28s ease;
}
.header__nav a:hover{ color:var(--ochre); }
.header__nav a:hover::after{ right:0; }

/* ---------- Фон-текстура: линии Сатори-Графики ---------- */
.deco{ position:absolute; pointer-events:none; z-index:0; opacity:.5; }
.deco svg{ display:block; width:100%; height:auto; }
.deco--right{ right:-140px; top:12%; width:380px; opacity:.3; }
.deco--left{ left:-150px; bottom:6%; width:360px; opacity:.28; }

/* ---------- ЭКРАН 1. Первый экран ---------- */
.hero{
  position:relative;
  padding:118px 0 76px;
  background:var(--paper);
  overflow:hidden;
}
.hero__bg{
  position:absolute; inset:0; z-index:0;
  background:url('../img/hero-bg.jpg') center/cover no-repeat;
}
.hero__bg::after{
  content:''; position:absolute; inset:0;
  background:linear-gradient(100deg,
    rgba(251,251,249,.94) 0%,
    rgba(251,251,249,.88) 38%,
    rgba(251,251,249,.55) 68%,
    rgba(251,251,249,.35) 100%);
}
.hero__grid{
  position:relative; z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1.06fr) minmax(0,.94fr);
  grid-template-areas:
    "head figure"
    "rest figure";
  grid-template-rows:auto 1fr;
  column-gap:48px; row-gap:0;
  align-items:start;
}
.hero__content{ grid-area:head; }
.hero__rest{ grid-area:rest; padding-top:22px; }
.hero__figure{ grid-area:figure; align-self:start; }
.hero__kicker{
  font-family:var(--font-display);
  font-size:13.5px; font-weight:700; letter-spacing:.2em; text-transform:uppercase;
  color:var(--ochre); margin:0 0 20px;
}
.hero__title{ margin:0 0 10px; }
.hero__title-mark{
  display:block;
  font-size:clamp(30px,4.2vw,54px);
}
.hero__title-sub{
  display:block; margin-top:10px;
  font-size:clamp(18px,1.9vw,25px); font-weight:600; color:var(--green);
  letter-spacing:.01em;
}
.hero__promise{
  margin:26px 0 22px;
  font-family:var(--font-display);
  font-size:clamp(19px,1.85vw,25px); font-weight:600; line-height:1.32; color:var(--ink);
  padding-left:22px; border-left:3px solid var(--ochre);
}
.hero__text p{ font-size:16.5px; }
.hero__text p.is-bold{ font-weight:600; color:var(--ink); font-size:17.5px; }
.hero__spheres{ margin:0 0 22px; }
.hero__spheres-label{ margin:0 0 12px; font-size:16.5px; }
.hero__spheres-list{ display:flex; flex-wrap:wrap; gap:10px; }
.chip{
  display:inline-flex; align-items:center; gap:8px;
  background:var(--white); border:1px solid var(--sage-tint);
  border-radius:999px; padding:8px 17px;
  font-size:14.5px; font-weight:600; color:var(--green);
  box-shadow:var(--shadow-s);
}
.chip::before{ content:''; width:6px; height:6px; border-radius:50%; background:var(--ochre-2); }
.hero__note{
  position:relative; z-index:3;
  display:flex; gap:12px; align-items:flex-start;
  margin:22px 0; padding:15px 18px;
  background:rgba(255,255,255,.82); border:1px dashed var(--sage);
  border-radius:var(--r-m);
  font-size:14.6px; font-style:italic; line-height:1.5; color:var(--ink-soft);
  box-shadow:0 6px 18px rgba(30,42,39,.05);
}
.hero__note svg{ flex:none; margin-top:2px; }
.hero__meta{
  display:flex; flex-wrap:wrap; gap:8px 22px; align-items:center; justify-content:center;
  margin:0;
  font-family:var(--font-display); font-size:15.5px; font-weight:600; color:var(--ink);
}
.hero__meta span{ display:inline-flex; align-items:center; gap:9px; }
.hero__cta{ display:grid; gap:16px; margin-top:22px; }

/* Портрет в панели */
.hero__figure{ position:relative; }
.hero__card{
  position:relative;
  display:flex; flex-direction:column;
  padding:0 0 26px;
  border-radius:var(--r-xl);
  background:
    linear-gradient(190deg, rgba(255,255,255,.80) 0%, rgba(232,238,235,.60) 45%, rgba(163,175,173,.26) 100%);
  border:1px solid rgba(255,255,255,.7);
  box-shadow:0 20px 50px rgba(30,42,39,.10);
  overflow:hidden;
}
.hero__card::before{
  content:''; position:absolute; left:50%; top:0; transform:translateX(-50%);
  width:82%; height:70%;
  background:radial-gradient(62% 62% at 50% 15%, rgba(83,110,105,.16) 0%, rgba(83,110,105,0) 72%);
}
.hero__photo{
  position:relative; z-index:2;
  width:100%; max-width:none; margin:0;
}
.hero__badge{
  position:relative; z-index:3;
  margin:-34px 24px 0; padding:18px 22px;
  background:rgba(83,110,105,.96); color:#fff;
  border-radius:var(--r-m);
  box-shadow:0 16px 34px rgba(30,42,39,.22);
}
.hero__badge b{
  display:block; font-family:var(--font-display); font-size:17px; font-weight:700;
  margin-bottom:8px; letter-spacing:.01em;
}
.hero__badge span{ display:block; font-size:13.5px; line-height:1.45; color:rgba(255,255,255,.86); }

/* ---------- Общие карточки/списки ---------- */
.card{
  background:var(--white);
  border:1px solid rgba(163,175,173,.28);
  border-radius:var(--r-l);
  padding:34px 34px;
  box-shadow:var(--shadow-m);
}
.card--mist{ background:var(--mist); border-color:transparent; box-shadow:none; }
.card--dark{ background:var(--dark); border-color:transparent; color:rgba(255,255,255,.84); }
.card--dark h3,.card--dark h4{ color:#fff; }

/* Маркер-«узел» — фирменная точка сопряжения графики */
.node-list{ list-style:none; margin:0; padding:0; display:grid; gap:16px; }
.node-list li{ position:relative; padding-left:34px; font-size:16.5px; }
.node-list li::before{
  content:''; position:absolute; left:6px; top:.62em;
  width:11px; height:11px; border-radius:50%;
  background:var(--white); border:2.5px solid var(--green);
  transform:translateY(-50%);
}
.node-list li::after{
  content:''; position:absolute; left:11.5px; top:calc(.62em + 8px);
  bottom:-16px; width:2px; background:linear-gradient(var(--sage-tint), rgba(220,228,225,0));
}
.node-list li:last-child::after{ display:none; }
.node-list--plain li::after{ display:none; }
.node-list--light li{ color:rgba(255,255,255,.86); }
.node-list--light li::before{ background:transparent; border-color:var(--ochre-2); }
.node-list--light li::after{ background:linear-gradient(rgba(255,255,255,.25), rgba(255,255,255,0)); }

/* Список с галочками */
.check-list{ list-style:none; margin:0; padding:0; display:grid; gap:14px; }
.check-list li{ position:relative; padding-left:42px; font-size:16.5px; }
.check-list li::before{
  content:''; position:absolute; left:0; top:1px;
  width:26px; height:26px; border-radius:50%;
  background:var(--mist-2);
}
.check-list li::after{
  content:''; position:absolute; left:9px; top:9px;
  width:9px; height:5px; border-left:2.2px solid var(--green); border-bottom:2.2px solid var(--green);
  transform:rotate(-45deg);
}

/* ---------- ЭКРАН 2. С каким запросом приходить ---------- */
.request__grid{
  display:grid; grid-template-columns:.78fr 1.22fr; gap:30px; align-items:start;
}
.request__figure{
  margin:0; border-radius:var(--r-l); overflow:hidden;
  box-shadow:var(--shadow-m);
  position:sticky; top:96px;
}
.request__figure img{ width:100%; height:100%; object-fit:cover; }
.request__cards{ display:grid; gap:24px; }
.request__card{ position:relative; overflow:hidden; }
.request__num{
  display:inline-flex; align-items:center; justify-content:center;
  width:38px; height:38px; border-radius:50%;
  background:var(--ochre-tint); color:var(--ochre);
  font-family:var(--font-display); font-weight:700; font-size:17px;
  margin-bottom:16px;
}
.request__card h3,.request__goal h3{ font-size:clamp(20px,1.9vw,25px); margin-bottom:22px; }
.request__list{ display:block; columns:2; column-gap:34px; }
.request__list li{ break-inside:avoid; margin-bottom:16px; }
.request__list li:last-child{ margin-bottom:0; }
.request__goal{
  background:linear-gradient(160deg, var(--green) 0%, var(--dark) 100%);
  color:rgba(255,255,255,.88); border:0;
}
.request__goal h3{ color:#fff; }
.request__goal .request__num{ background:rgba(255,255,255,.16); color:#fff; }
.request__goal p{ font-size:17px; }
.request__closing{
  margin-top:30px; text-align:center;
  font-family:var(--font-display); font-size:clamp(18px,1.7vw,22px); font-weight:600; color:var(--ink);
}

/* ---------- ЭКРАН 3. Что вы получите ---------- */
.gain__grid{
  display:grid; grid-template-columns:repeat(3,1fr); gap:22px;
}
.gain__item{
  background:var(--white); border-radius:var(--r-l);
  border:1px solid rgba(163,175,173,.26);
  padding:30px 28px 32px;
  box-shadow:var(--shadow-s);
  transition:transform .3s ease, box-shadow .3s ease;
}
.gain__item:hover{ transform:translateY(-4px); box-shadow:var(--shadow-m); }
.gain__icon{
  width:46px; height:46px; margin-bottom:18px;
  display:grid; place-items:center;
  border-radius:14px; background:var(--mist);
  color:var(--green);
}
.gain__item p{ font-size:16px; margin:0; }
.gain__item--wide{ grid-column:span 3; background:var(--mist); border-color:transparent; }
.gain__item--wide p{
  font-family:var(--font-display); font-size:clamp(18px,1.6vw,21px); font-weight:600; color:var(--ink);
}

/* ---------- ЭКРАН 4. Программа ---------- */
.program-band{
  position:relative; overflow:hidden;
  background:linear-gradient(150deg, #9FAEAA 0%, #7D918C 55%, #6B837D 100%);
  color:#fff;
  padding:84px 0;
  text-align:center;
}
.program-band h2{ color:#fff; margin-bottom:20px; }
.program-band p{
  max-width:820px; margin:0 auto; font-size:clamp(17px,1.5vw,19.5px); color:rgba(255,255,255,.92);
}
.program-band .deco{ opacity:.35; }

.day{ padding:72px 0; border-bottom:1px solid rgba(163,175,173,.3); }
.day:last-of-type{ border-bottom:0; }
.day__grid{ display:grid; grid-template-columns:210px minmax(0,1fr); gap:44px; align-items:start; }
.day__marker{ position:sticky; top:110px; }
.day__num-card{
  background:var(--white); border-radius:var(--r-m);
  box-shadow:var(--shadow-m);
  padding:26px 0 0; text-align:center; overflow:hidden;
  border:1px solid rgba(163,175,173,.2);
}
.day__num{
  display:block; font-family:var(--font-display);
  font-size:64px; font-weight:800; line-height:1; color:var(--green);
}
.day__num-label{
  display:block; margin-top:20px; padding:11px 0;
  background:var(--dark); color:#fff;
  font-family:var(--font-display); font-size:14px; font-weight:600; letter-spacing:.12em; text-transform:uppercase;
}
.day__title{ margin:0 0 18px; }
.day__lead{
  font-family:var(--font-display); font-size:clamp(17px,1.5vw,19.5px); font-weight:600; color:var(--ink);
  line-height:1.42; margin-bottom:18px;
}
.day__body p{ font-size:16.5px; }
.day__inner-head{
  font-family:var(--font-display); font-weight:700; color:var(--ink);
  margin:26px 0 14px; font-size:17.5px;
}
.day__practice{
  margin-top:28px; padding:26px 28px;
  background:var(--mist); border-radius:var(--r-m);
  border-left:4px solid var(--green);
  font-size:16.5px;
}
.day__practice b{ color:var(--ink); }
.day__practice-label{
  display:inline-flex; align-items:center; gap:9px;
  font-family:var(--font-display); font-size:12.5px; font-weight:700;
  letter-spacing:.16em; text-transform:uppercase; color:var(--green);
  margin-bottom:12px;
}
.day__gallery{
  margin-top:30px;
  display:grid; grid-template-columns:repeat(3,1fr); gap:14px;
}
.day__gallery figure{ margin:0; }
.gallery-item{
  display:block; width:100%; padding:0; border:0; background:none; cursor:zoom-in;
  border-radius:var(--r-m); overflow:hidden;
  box-shadow:var(--shadow-s);
  position:relative;
}
.day__gallery .gallery-item img{
  width:100%; height:190px; object-fit:cover;
}
.gallery-item img{ transition:transform .5s ease; }
.gallery-item:hover img{ transform:scale(1.05); }
/* ---------- ЭКРАН 5. Кому подойдёт ---------- */
.fit__grid{ display:grid; grid-template-columns:1.15fr .85fr; gap:26px; align-items:start; }
.fit__no{ background:var(--dark); color:rgba(255,255,255,.85); }
.fit__no h3{ color:#fff; margin-bottom:16px; }
.fit__no p{ font-size:17px; }
.fit__no-mark{
  width:44px; height:44px; border-radius:50%;
  background:rgba(255,255,255,.1); display:grid; place-items:center; margin-bottom:18px; color:var(--ochre-2);
}

/* ---------- ЭКРАН 6. Автор ---------- */
.author{
  background:linear-gradient(158deg, #3A4C48 0%, #2F3E3B 62%, #35443F 100%);
  color:rgba(255,255,255,.86);
  position:relative; overflow:hidden;
}
.author h2,.author h3,.author h4{ color:#fff; }
.author__grid{ display:grid; grid-template-columns:.9fr 1.1fr; gap:52px; align-items:center; }
.author__figure{ position:relative; }
.author__figure img{
  position:relative; z-index:2; width:100%; max-width:460px;
  filter:drop-shadow(0 24px 46px rgba(0,0,0,.35));
  -webkit-mask-image:linear-gradient(180deg, #000 88%, rgba(0,0,0,0) 100%);
          mask-image:linear-gradient(180deg, #000 88%, rgba(0,0,0,0) 100%);
}
.author__figure::after{
  content:''; position:absolute; z-index:1; left:50%; top:8%; transform:translateX(-50%);
  width:88%; height:84%; border-radius:var(--r-xl);
  background:linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.02));
  border:1px solid rgba(255,255,255,.12);
}
.author__name{ margin:0 0 22px; font-size:clamp(30px,3.4vw,44px); }
.author__facts{ margin-bottom:0; }
.author__facts li{ font-size:16.5px; }
.author__sub{
  margin:56px 0 22px;
  font-family:var(--font-display); font-size:clamp(19px,1.8vw,24px); font-weight:700; color:#fff;
}
.author__wins{ display:grid; grid-template-columns:repeat(2,1fr); gap:14px; }
.author__win{
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.12);
  border-radius:var(--r-m);
  padding:18px 20px; font-size:15.5px; line-height:1.5;
  display:flex; gap:12px; align-items:flex-start;
}
.author__win svg{ flex:none; margin-top:3px; color:var(--ochre-2); }
.author__quote{
  margin:34px 0 0; padding:34px 38px;
  background:rgba(255,255,255,.06);
  border-left:3px solid var(--ochre-2);
  border-radius:0 var(--r-m) var(--r-m) 0;
  font-size:17px; font-style:italic; line-height:1.62; color:rgba(255,255,255,.92);
  position:relative;
}
.author__quote::before{
  content:'«'; position:absolute; top:-6px; left:14px;
  font-family:var(--font-display); font-size:64px; color:rgba(192,143,92,.35); line-height:1;
}
.author__story{
  margin-top:-70px; position:relative; z-index:3;
}
.author__story-card{
  background:var(--white); border-radius:var(--r-l);
  box-shadow:var(--shadow-l);
  padding:44px 48px;
}
.author__story-card h4{
  color:var(--ink); margin-bottom:14px; font-size:clamp(19px,1.7vw,23px);
}
.author__story-card p{ font-size:16.5px; margin:0; }

/* ---------- ЭКРАН 7. Формат и тарифы ---------- */
.format__layout{
  display:grid; grid-template-columns:.92fr 1.08fr; gap:30px; align-items:center;
  margin-bottom:34px;
}
.format__figure{
  margin:0; border-radius:var(--r-l); overflow:hidden; box-shadow:var(--shadow-m);
}
.format__figure img{ width:100%; }
.format__grid{
  display:grid; grid-template-columns:repeat(2,1fr); gap:18px;
}
.format__item{
  background:var(--white); border:1px solid rgba(163,175,173,.26);
  border-radius:var(--r-m); padding:26px 24px;
  box-shadow:var(--shadow-s);
}
.format__item svg{ color:var(--green); margin-bottom:14px; }
.format__item b{
  display:block; font-family:var(--font-display); font-size:17px; color:var(--ink); margin-bottom:6px;
}
.format__item span{ font-size:15.5px; color:var(--ink-soft); }

.price-alert{
  display:flex; flex-wrap:wrap; align-items:center; justify-content:center; gap:10px 18px;
  background:var(--ochre-tint); border:1px dashed var(--ochre-2);
  border-radius:var(--r-m); padding:16px 26px; margin:0 auto 40px;
  font-size:16px; color:#7C5A34; text-align:center;
}
.price-alert b{ color:var(--ochre); }
.price-alert svg{ flex:none; color:var(--ochre); }

.tariffs{ display:grid; grid-template-columns:repeat(2,1fr); gap:26px; align-items:start; }
.tariff{
  background:var(--white); border-radius:var(--r-l);
  border:1px solid rgba(163,175,173,.3);
  box-shadow:var(--shadow-m);
  overflow:hidden; display:flex; flex-direction:column;
  position:relative;
}
.tariff--club{ border-color:var(--green); box-shadow:var(--shadow-l); }
.tariff__flag{
  position:absolute; top:22px; right:22px;
  background:var(--ochre); color:#fff;
  font-family:var(--font-display); font-size:11.5px; font-weight:700;
  letter-spacing:.12em; text-transform:uppercase;
  padding:7px 14px; border-radius:999px;
}
.tariff__head{ padding:34px 34px 26px; }
.tariff--club .tariff__head{ background:var(--mist); }
.tariff__label{
  font-family:var(--font-display); font-size:12.5px; font-weight:700;
  letter-spacing:.16em; text-transform:uppercase; color:var(--muted); margin-bottom:12px;
}
.tariff__name{ font-size:clamp(23px,2.2vw,30px); margin-bottom:10px; }
.tariff__desc{ font-size:16px; margin-bottom:22px; color:var(--ink-soft); }
.tariff__price{ display:flex; align-items:baseline; gap:10px; flex-wrap:wrap; }
.tariff__price-old{
  font-family:var(--font-display); font-size:18px; font-weight:600;
  color:var(--muted); text-decoration:line-through; text-decoration-color:rgba(169,124,79,.75);
}
.tariff__price-num{
  font-family:var(--font-display); font-size:clamp(34px,3.6vw,46px); font-weight:800; color:var(--ink); line-height:1;
}
.tariff__price-cap{ font-size:14.5px; color:var(--muted); }
.tariff__price-hint{
  margin-top:10px; font-size:13.5px; color:var(--ochre); font-weight:600;
}
.tariff__features{ list-style:none; margin:0; padding:0 34px 26px; display:grid; gap:13px; }
.tariff__features li{ position:relative; padding-left:30px; font-size:15.8px; }
.tariff__features li::before{
  content:''; position:absolute; left:2px; top:8px;
  width:8px; height:8px; border-radius:50%; background:var(--green);
  box-shadow:0 0 0 4px rgba(83,110,105,.14);
}
.tariff__club-note{
  margin:0 34px 24px; padding:16px 18px;
  background:var(--mist); border-radius:var(--r-m);
  font-size:14.2px; line-height:1.5; color:var(--ink-soft);
}
.tariff__club-note a{ color:var(--green); font-weight:600; }
.tariff__widget{
  margin-top:auto;
  padding:26px 26px 30px;
  background:linear-gradient(180deg, rgba(242,246,244,.6), rgba(242,246,244,1));
  border-top:1px solid rgba(163,175,173,.26);
  min-height:150px;
}
.widget-box{ min-height:70px; }
.widget-fallback{
  text-align:center; font-size:14px; color:var(--muted); padding:18px 0;
}

/* ---------- ЭКРАН 8. Отзывы ---------- */
.reviews{ position:relative; }
.slider{ position:relative; }
.slider__track{
  display:flex; gap:20px;
  overflow-x:auto; scroll-snap-type:x mandatory;
  padding:6px 4px 22px;
  scrollbar-width:none;
}
.slider__track::-webkit-scrollbar{ display:none; }
.slider__slide{
  flex:0 0 clamp(300px, 33%, 420px);
  scroll-snap-align:center;
}
.slider__slide button{
  display:block; width:100%; padding:0; border:0; background:var(--white);
  border-radius:var(--r-m); overflow:hidden; cursor:zoom-in;
  box-shadow:var(--shadow-m);
  transition:transform .3s ease;
}
.slider__slide button:hover{ transform:translateY(-4px); }
/* 3/4 — уже, чем самый узкий скриншот отзыва, поэтому по бокам ничего не срезается:
   кадрируется только низ, а целиком отзыв открывается по клику */
.slider__slide img{
  width:100%; height:auto; aspect-ratio:3 / 4;
  object-fit:cover; object-position:top center;
}
.slider__nav{
  display:flex; gap:12px; justify-content:center; align-items:center; margin-top:12px;
}
.slider__btn{
  width:52px; height:52px; border-radius:50%;
  border:1px solid var(--sage); background:var(--white); color:var(--ink);
  display:grid; place-items:center; cursor:pointer;
  transition:background .2s ease, color .2s ease, transform .2s ease;
}
.slider__btn:hover{ background:var(--dark); color:#fff; border-color:var(--dark); }
.slider__hint{ font-size:14px; color:var(--muted); margin:0 8px; }
.reviews__quote{
  max-width:860px; margin:46px auto 0; text-align:center;
  font-family:var(--font-display); font-size:clamp(19px,2vw,26px); font-weight:600;
  font-style:italic; line-height:1.44; color:var(--ink);
}
.reviews__quote span{ color:var(--ochre); }

/* ---------- ЭКРАН 9. О методе ---------- */
.method__grid{ display:grid; grid-template-columns:1.08fr .92fr; gap:48px; align-items:start; }
.method__intro{
  font-family:var(--font-display); font-size:clamp(18px,1.7vw,22px); font-weight:600;
  color:var(--ink); line-height:1.45; margin-bottom:26px;
}
.method__aside{ display:grid; gap:20px; position:sticky; top:110px; }
.method__stat{
  background:linear-gradient(160deg, var(--green), var(--dark));
  color:#fff; border-radius:var(--r-l); padding:34px 32px;
  box-shadow:var(--shadow-m);
}
.method__stat b{
  display:block; font-family:var(--font-display); font-size:60px; font-weight:800; line-height:1; margin-bottom:10px;
}
.method__stat span{ font-size:16px; color:rgba(255,255,255,.86); }
.method__photo{ border-radius:var(--r-l); overflow:hidden; box-shadow:var(--shadow-m); }
.method__photo img{ width:100%; height:260px; object-fit:cover; }
.method__pull{
  background:var(--white); border-radius:var(--r-l); padding:28px 30px;
  border:1px solid rgba(163,175,173,.28);
  font-size:16.5px; color:var(--ink);
}
.method__pull b{ color:var(--green); }

/* ---------- ЭКРАН 10. Почему откат ---------- */
.rollback{
  background:linear-gradient(160deg, #2F3E3B 0%, #3A4C48 100%);
  color:rgba(255,255,255,.85);
  position:relative; overflow:hidden;
}
.rollback h2{ color:#fff; }
.rollback__grid{ display:grid; grid-template-columns:1.05fr .95fr; gap:52px; align-items:center; }
.rollback__text p{ font-size:16.8px; }
.rollback__text b{ color:#fff; }
.rollback__accent{
  margin-top:26px; padding:24px 28px;
  border-radius:var(--r-m);
  background:rgba(192,143,92,.14); border:1px solid rgba(192,143,92,.35);
  font-family:var(--font-display); font-size:clamp(17px,1.6vw,20px); font-weight:600; color:#fff;
}
.roots{ position:relative; }
.roots svg{ display:block; width:100%; max-width:460px; height:auto; margin:0 auto; }

/* ---------- ЭКРАН 11. FAQ ---------- */
.faq{ display:grid; gap:14px; max-width:920px; margin:0 auto; }
.faq__item{
  background:var(--white); border-radius:var(--r-m);
  border:1px solid rgba(163,175,173,.28);
  border-left:4px solid var(--green);
  overflow:hidden;
  transition:box-shadow .25s ease;
}
.faq__item[open]{ box-shadow:var(--shadow-m); }
.faq__item summary{
  list-style:none; cursor:pointer;
  padding:22px 62px 22px 26px; position:relative;
  font-family:var(--font-display); font-size:clamp(16.5px,1.5vw,19px); font-weight:600; color:var(--ink);
}
.faq__item summary::-webkit-details-marker{ display:none; }
.faq__item summary::after{
  content:''; position:absolute; right:26px; top:50%; margin-top:-5px;
  width:11px; height:11px;
  border-right:2.4px solid var(--green); border-bottom:2.4px solid var(--green);
  transform:rotate(45deg); transition:transform .28s ease;
}
.faq__item[open] summary::after{ transform:rotate(-135deg); margin-top:-1px; }
.faq__answer{ padding:0 40px 24px 26px; font-size:16.4px; }

/* ---------- P.S. ---------- */
.ps{
  background:var(--mist); text-align:center;
}
.ps__text{
  max-width:820px; margin:0 auto 20px;
  font-size:clamp(17px,1.6vw,20px); line-height:1.6;
}
.ps__slogan{
  font-family:var(--font-display); font-size:clamp(26px,3.2vw,42px); font-weight:800; color:var(--ink);
  margin:26px 0 34px; letter-spacing:-.01em;
}
.ps__slogan em{ font-style:normal; color:var(--ochre); }
.ps__note{ margin-top:20px; font-size:14.5px; color:var(--muted); }

/* ---------- Подвал ---------- */
.footer{ background:var(--white); padding:64px 0 34px; border-top:1px solid rgba(163,175,173,.3); }
.footer__grid{ display:grid; grid-template-columns:1.2fr 1fr 1fr; gap:36px; }
.footer__logo img{ height:44px; width:auto; margin-bottom:16px; }
.footer__tagline{ font-size:16px; color:var(--ink-soft); }
.footer h4{
  font-size:17px; margin-bottom:18px; color:var(--ink);
}
.footer__list{ list-style:none; margin:0; padding:0; display:grid; gap:12px; }
.footer__list a{
  color:var(--ink-soft); text-decoration:none;
  border-bottom:1px solid rgba(163,175,173,.6);
  padding-bottom:2px; font-size:15.5px;
  transition:color .2s ease, border-color .2s ease;
}
.footer__list a:hover{ color:var(--ochre); border-color:var(--ochre); }
.footer__meta-note{ margin-top:18px; font-size:13.5px; color:var(--muted); }
.footer__bottom{
  margin-top:40px; padding-top:22px;
  border-top:1px solid rgba(163,175,173,.35);
  display:flex; flex-wrap:wrap; gap:14px; justify-content:space-between; align-items:center;
  font-size:13.8px; color:var(--muted);
}

/* ---------- Плавающая кнопка покупки на мобильных ---------- */
/* Правый нижний угол занят виджетом мессенджеров, поэтому кнопка слева */
.mobile-bar{
  /* отступы подобраны так, чтобы кнопка встала вровень с круглой кнопкой виджета справа */
  position:fixed; left:20px; bottom:calc(22px + env(safe-area-inset-bottom)); z-index:70;
  display:none;
  opacity:0; transform:translateY(20px); pointer-events:none;
  transition:opacity .3s ease, transform .3s ease;
}
.mobile-bar.is-visible{ opacity:1; transform:none; pointer-events:auto; }
.mobile-bar .btn{ box-shadow:0 10px 26px rgba(47,62,59,.32); }

/* ---------- Лайтбокс ---------- */
.lightbox{
  position:fixed; inset:0; z-index:200;
  display:none; align-items:center; justify-content:center;
  background:rgba(23,32,30,.92);
  padding:24px;
}
.lightbox.is-open{ display:flex; }
.lightbox img{
  max-width:min(1100px,92vw); max-height:88vh; width:auto; border-radius:var(--r-m);
  box-shadow:0 30px 80px rgba(0,0,0,.5);
}
.lightbox__close{
  position:absolute; top:22px; right:26px;
  width:48px; height:48px; border-radius:50%;
  background:rgba(255,255,255,.14); border:0; color:#fff; cursor:pointer;
  font-size:26px; line-height:1;
  display:grid; place-items:center;
}
.lightbox__close:hover{ background:rgba(255,255,255,.25); }
.lightbox__nav{
  position:absolute; top:50%; transform:translateY(-50%);
  width:52px; height:52px; border-radius:50%;
  background:rgba(255,255,255,.14); border:0; color:#fff; cursor:pointer;
  display:grid; place-items:center;
}
.lightbox__nav:hover{ background:rgba(255,255,255,.25); }
.lightbox__nav--prev{ left:20px; }
.lightbox__nav--next{ right:20px; }

/* ---------- Появление при скролле ---------- */
.reveal{ opacity:0; transform:translateY(26px); transition:opacity .7s ease, transform .7s ease; }
.reveal.is-in{ opacity:1; transform:none; }

/* ---------- Адаптив ---------- */
@media (max-width:1100px){
  :root{ --sec-pad:80px; }
  .hero{ padding-top:118px; }
  .hero__grid{
    grid-template-columns:1fr;
    grid-template-areas:"head" "figure" "rest";
    grid-template-rows:auto auto auto;
    row-gap:30px;
  }
  .hero__content{ align-self:auto; }
  .hero__rest{ align-self:auto; padding-top:0; }
  .hero__figure{ max-width:460px; width:100%; margin:0 auto; }
  .hero__card{ padding:0 0 22px; }
  .hero__photo{ width:100%; margin:0; }
  .hero__badge{ margin:-30px 20px 0; }
  .request__grid,.fit__grid,.method__grid,.rollback__grid,.author__grid,.format__layout{ grid-template-columns:1fr; }
  .request__figure{ position:static; max-height:420px; }
  .request__figure img{ object-position:center 22%; }
  .author__grid{ gap:34px; }
  .author__figure img{ max-width:340px; margin:0 auto; }
  .method__aside{ position:static; grid-template-columns:repeat(2,1fr); }
  .gain__grid{ grid-template-columns:repeat(2,1fr); }
  .gain__item--wide{ grid-column:span 2; }
  .day__grid{ grid-template-columns:1fr; gap:24px; }
  .day__marker{ position:static; }
  .day__num-card{ display:inline-flex; align-items:center; gap:20px; padding:0; }
  .day__num{ font-size:44px; padding:14px 0 14px 22px; }
  .day__num-label{ margin-top:0; padding:14px 26px; align-self:stretch; display:flex; align-items:center; }
}

@media (max-width:860px){
  .header__nav{ display:none; }
  .header__in{ height:64px; }
  .header__logo img{ height:32px; }
  html{ scroll-padding-top:74px; }
  .tariffs{ grid-template-columns:1fr; }
  .author__wins{ grid-template-columns:1fr; }
  .author__story{ margin-top:-40px; }
  .author__story-card{ padding:30px 26px; }
  .mobile-bar{ display:block; }
  body{ padding-bottom:64px; }
}

@media (max-width:640px){
  :root{ --sec-pad:62px; --gutter:16px; }
  body{ font-size:16px; }
  .card{ padding:26px 22px; border-radius:22px; }
  .request__list{ columns:1; }
  .gain__grid{ grid-template-columns:1fr; }
  .gain__item--wide{ grid-column:span 1; }
  .format__grid{ grid-template-columns:1fr; }
  .method__aside{ grid-template-columns:1fr; }
  .day__gallery{ grid-template-columns:1fr 1fr; gap:10px; }
  .day__gallery figure:last-child{ grid-column:span 2; }
  .day__gallery .gallery-item img{ height:150px; }
  .day{ padding:48px 0; }
  .hero__cta{ gap:14px; }
  .btn{ padding:17px 24px; font-size:13px; }
  .hero__cta .btn,.ps .btn{ width:100%; }
  .header .btn,.header.is-stuck .btn{ padding:11px 16px; font-size:11.5px; letter-spacing:.06em; white-space:nowrap; }
  .header__logo img{ height:26px; }
  .hero__figure{ max-width:380px; }
  .hero__card{ padding:0 0 18px; border-radius:28px; }
  .hero__badge{ margin:-26px 14px 0; padding:15px 18px; }
  .footer__grid{ grid-template-columns:1fr; gap:28px; }
  .author__quote{ padding:26px 22px 24px; }
  .tariff__head,.tariff__features,.tariff__widget{ padding-left:22px; padding-right:22px; }
  .tariff__club-note{ margin-left:22px; margin-right:22px; }
  .slider__slide{ flex:0 0 86%; }
  .slider__slide img{ aspect-ratio:auto; }
  .lightbox__nav{ width:44px; height:44px; }
  .lightbox__nav--prev{ left:6px; }
  .lightbox__nav--next{ right:6px; }
}

@media (prefers-reduced-motion:reduce){
  html{ scroll-behavior:auto; }
  *,*::before,*::after{ animation-duration:.001ms !important; transition-duration:.001ms !important; }
  .reveal{ opacity:1; transform:none; }
}

@media print{
  .header,.mobile-bar,.lightbox{ display:none !important; }
}
