/* ============================================================
   Мастермайнд «Деньги под контролем» — Landing styles
   Bordeaux palette · Inter-only typography with weight contrast.
   ============================================================ */

:root {
  --paper: #FCF9F1;
  --paper-2: #F4EEDF;
  --paper-3: #EDE5D0;
  --ink: #15100E;
  --ink-2: #221915;
  --muted: #6A5E55;
  --muted-2: #9B8E83;
  --line: #E4D9C2;
  --line-soft: rgba(21,16,14,.08);

  --wine: #AE261C;          /* primary bordeaux */
  --wine-2: #7A1812;        /* deep wine */
  --wine-3: #C9382E;        /* lighter wine for hover */
  --wine-tint: #F6DDDA;     /* very pale wine for backgrounds */

  --gold: #B58A45;
  --gold-2: #D5AC6E;         /* warm secondary accent */
  --red: #AE261C;

  --sans:  "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  --serif: "Inter", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  --mono:  "Inter", ui-monospace, SFMono-Regular, Menlo, monospace;

  --maxw: 1180px;
  --maxw-narrow: 840px;
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.55;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "cv11", "ss01";
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }

/* ---------- layout ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 32px; }
.wrap--narrow { max-width: var(--maxw-narrow); }

.section {
  padding: 110px 0;
  border-top: 1px solid var(--line);
}
.section--paper { background: var(--paper-2); }
.section--dark {
  background: var(--ink);
  color: var(--paper);
  border-top-color: var(--ink);
}
.section--accent {
  background: var(--wine);
  color: var(--paper);
  border-top-color: var(--wine);
}
.section--closing {
  background: var(--paper);
  padding-bottom: 140px;
}

/* ---------- topbar ---------- */
.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(252,249,241,.85);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border-bottom: 1px solid var(--line);
}
.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  padding-bottom: 14px;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  letter-spacing: -.005em;
  font-weight: 600;
}
.brand__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px; height: 28px;
  border: 1px solid var(--ink);
  color: var(--ink);
  border-radius: 2px;
}
.topbar__meta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: var(--ink-2);
  letter-spacing: .04em;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
}
.dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--wine);
  box-shadow: 0 0 0 4px rgba(174,38,28,.18);
  animation: pulse 2.4s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(174,38,28,.18); }
  50%      { box-shadow: 0 0 0 6px rgba(174,38,28,.05); }
}

/* ---------- typography ---------- */
.display {
  font-family: var(--sans);
  font-weight: 200;
  font-size: clamp(56px, 8.6vw, 138px);
  line-height: .9;
  letter-spacing: -0.045em;
  margin: 16px 0 28px;
  color: var(--ink);
}
.display em {
  font-style: italic;
  color: var(--wine);
  font-weight: 300;
  letter-spacing: -0.04em;
}
.display--sm {
  font-size: clamp(44px, 5.2vw, 80px);
  line-height: 1;
}
.section--dark .display, .section--dark .display em { color: var(--paper); }
.section--dark .display em { color: var(--gold-2); }

.h2 {
  font-family: var(--sans);
  font-weight: 300;
  font-size: clamp(34px, 4.8vw, 60px);
  line-height: 1.02;
  letter-spacing: -0.035em;
  margin: 14px 0 28px;
  max-width: 20ch;
  text-wrap: balance;
}
.h2--tight { margin-top: 6px; }
.h2 em {
  font-style: italic;
  color: var(--wine);
  font-weight: 400;
}
.section--dark .h2 { color: var(--paper); }
.section--dark .h2 em { color: var(--gold-2); }
.section--accent .h2 { color: var(--paper); }
.section--accent .h2 em { color: var(--gold-2); }
.h2--on-accent { color: var(--paper); }

.h3 {
  font-family: var(--sans);
  font-weight: 500;
  font-size: clamp(24px, 2.6vw, 32px);
  line-height: 1.15;
  margin: 0 0 16px;
  letter-spacing: -0.02em;
}

.kicker {
  font-family: var(--sans);
  color: var(--muted);
  font-size: 16px;
  margin: -16px 0 36px;
  max-width: 60ch;
  font-weight: 400;
}
.section--dark .kicker { color: rgba(252,249,241,.6); }

.lede {
  font-family: var(--sans);
  font-size: clamp(20px, 1.9vw, 26px);
  line-height: 1.35;
  margin: 0 0 36px;
  max-width: 30ch;
  color: var(--ink-2);
  font-weight: 300;
  letter-spacing: -0.015em;
}
.lede .u {
  background-image: linear-gradient(transparent 70%, rgba(213,172,110,.4) 70%);
  background-size: 100% 100%;
  font-weight: 500;
  color: var(--ink);
}

.prose {
  font-family: var(--sans);
  font-size: clamp(19px, 1.7vw, 23px);
  line-height: 1.5;
  max-width: 62ch;
  margin: 0 0 32px;
  color: var(--ink-2);
  font-weight: 300;
  letter-spacing: -0.012em;
}

.pull {
  font-family: var(--sans);
  font-size: clamp(24px, 2.6vw, 36px);
  line-height: 1.2;
  font-style: italic;
  color: var(--ink);
  max-width: 30ch;
  margin: 32px 0 0;
  padding-left: 24px;
  border-left: 2px solid var(--wine);
  font-weight: 300;
  letter-spacing: -0.025em;
}
.pull em {
  color: var(--wine);
  font-style: italic;
  font-weight: 500;
}
.pull--center {
  text-align: center;
  border-left: 0;
  padding-left: 0;
  margin: 64px auto 0;
  max-width: 32ch;
}
.pull--center .u {
  background-image: linear-gradient(transparent 70%, rgba(213,172,110,.4) 70%);
  font-weight: 500;
  color: var(--ink);
  font-style: normal;
}

.note {
  color: var(--muted);
  font-size: 15px;
  max-width: 60ch;
  margin-top: 36px;
  border-top: 1px solid var(--line);
  padding-top: 18px;
  font-weight: 400;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
  font-weight: 600;
}
.eyebrow__num {
  color: var(--wine);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.eyebrow__lbl::before {
  content: "";
  display: inline-block;
  width: 24px; height: 1px;
  background: var(--muted);
  margin-right: 12px;
  vertical-align: middle;
}
.eyebrow--on-dark { color: rgba(252,249,241,.65); }
.eyebrow--on-dark .eyebrow__num { color: var(--gold-2); }
.eyebrow--on-dark .eyebrow__lbl::before { background: rgba(252,249,241,.4); }

.section__head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}
.section__num {
  color: var(--wine);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.section__lbl {
  position: relative;
  padding-left: 36px;
}
.section__lbl::before {
  content: "";
  position: absolute;
  left: 0; top: 50%;
  width: 24px; height: 1px;
  background: var(--muted);
}
.section--dark .section__head { color: rgba(252,249,241,.6); }
.section--dark .section__lbl::before { background: rgba(252,249,241,.35); }
.section--dark .section__num { color: var(--gold-2); }
.section__head--on-accent { color: rgba(252,249,241,.7); }
.section__head--on-accent .section__num { color: var(--gold-2); }
.section__head--on-accent .section__lbl::before { background: rgba(252,249,241,.4); }

.mono {
  font-family: var(--sans);
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  letter-spacing: .02em;
  font-feature-settings: "tnum", "cv05";
}

.rule {
  height: 1px;
  background: var(--line);
  margin: 64px 0;
}
.section--dark .rule { background: rgba(252,249,241,.12); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 22px;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -.005em;
  border-radius: 2px;
  border: 1px solid transparent;
  transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
  white-space: nowrap;
}
.btn svg { transition: transform .25s cubic-bezier(.4,0,.2,1); }
.btn:hover svg { transform: translateX(4px); }

.btn--primary {
  background: var(--ink);
  color: var(--paper);
}
.btn--primary:hover { background: var(--wine); }
.btn--ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--line);
}
.btn--ghost:hover { border-color: var(--ink); }
.btn--on-dark {
  background: var(--paper);
  color: var(--ink);
}
.btn--on-dark:hover { background: var(--gold-2); color: var(--ink); }
.btn--lg { padding: 20px 28px; font-size: 17px; }
.btn--sm { padding: 11px 16px; font-size: 14px; }
.btn--full { width: 100%; justify-content: center; }

.cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 38px;
}
.cta-row--center { justify-content: center; margin-top: 56px; }

.trust {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--muted);
  letter-spacing: -.005em;
  font-weight: 400;
}
.trust__dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--wine);
  box-shadow: 0 0 0 3px rgba(174,38,28,.18);
}
.trust b { color: var(--ink); font-weight: 600; }

/* ---------- hero ---------- */
.hero {
  padding: 80px 0 110px;
  border-top: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, transparent calc(50% - .5px), rgba(21,16,14,.04) calc(50% - .5px), rgba(21,16,14,.04) calc(50% + .5px), transparent calc(50% + .5px));
  pointer-events: none;
}
.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(320px, .9fr);
  gap: 64px;
  align-items: end;
  position: relative;
}
.hero__left { padding-top: 24px; }
.hero__meta {
  list-style: none;
  margin: 0 0 16px;
  padding: 24px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
.hero__meta li {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.hero__meta-k {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--muted);
  font-weight: 600;
}
.hero__meta-v {
  font-size: 14px;
  color: var(--ink);
  font-weight: 500;
  letter-spacing: -.01em;
}

/* countdown card */
.card {
  background: var(--ink);
  color: var(--paper);
  border-radius: 4px;
  padding: 26px 24px 22px;
  box-shadow: 0 30px 80px -30px rgba(21,16,14,.4);
  position: relative;
}
.card--countdown::before {
  content: "";
  position: absolute;
  top: -1px; left: -1px; right: -1px; bottom: -1px;
  border: 1px solid var(--wine);
  border-radius: 6px;
  transform: translate(8px, 8px);
  z-index: -1;
}
.card__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(252,249,241,.55);
  margin-bottom: 16px;
  font-weight: 600;
}
.card__label .mono { color: var(--gold-2); }
.card__price { margin: 18px 0 16px; padding-top: 16px; border-top: 1px solid rgba(252,249,241,.12); }
.card__price-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.card__price-now {
  font-size: 34px;
  font-weight: 500;
  letter-spacing: -.03em;
  font-variant-numeric: tabular-nums;
}
.card__price-old {
  font-size: 14px;
  color: rgba(252,249,241,.45);
  text-decoration: line-through;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
}
.card__price-note {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: rgba(252,249,241,.55);
}

.seats {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(252,249,241,.12);
}
.seats__bar {
  position: relative;
  height: 4px;
  background: rgba(252,249,241,.12);
  border-radius: 2px;
  overflow: hidden;
}
.seats__bar i {
  display: block;
  height: 100%;
  background: var(--gold-2);
}
.seats__lbl {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  font-size: 12px;
  color: rgba(252,249,241,.65);
}
.seats__lbl .mono { color: var(--gold-2); }

/* countdown digits */
.countdown {
  display: flex;
  align-items: flex-end;
  gap: 6px;
}
.countdown__unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 48px;
}
.countdown__unit b {
  font-weight: 200;
  font-size: 42px;
  line-height: 1;
  letter-spacing: -.05em;
  color: var(--paper);
  font-variant-numeric: tabular-nums;
}
.countdown__unit span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: rgba(252,249,241,.5);
  margin-top: 6px;
  font-weight: 600;
}
.countdown__sep {
  font-size: 32px;
  color: rgba(252,249,241,.3);
  line-height: 1;
  padding-bottom: 18px;
  font-weight: 200;
}

.countdown--lg .countdown__unit { min-width: 88px; }
.countdown--lg .countdown__unit b { font-size: 86px; letter-spacing: -.06em; }
.countdown--lg .countdown__unit span { font-size: 12px; margin-top: 10px; }
.countdown--lg .countdown__sep { font-size: 68px; padding-bottom: 28px; }

/* ---------- Block 2: pain ---------- */
.checks {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 56px;
  max-width: 940px;
}
.checks li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 16px 0;
  border-top: 1px solid var(--line);
}
.checks li p {
  margin: 0;
  font-size: 19px;
  line-height: 1.4;
  color: var(--ink-2);
  font-weight: 400;
  letter-spacing: -.012em;
}
.checks__mark {
  flex: 0 0 auto;
  margin-top: 7px;
  width: 12px; height: 12px;
  border: 1.5px solid var(--wine);
  background: radial-gradient(circle at center, var(--wine) 0 4px, transparent 4px);
  border-radius: 50%;
}

/* ---------- Block 3: program ---------- */
.meetings {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: m;
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(252,249,241,.15);
}
.meeting {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 32px;
  padding: 36px 0;
  border-bottom: 1px solid rgba(252,249,241,.15);
  align-items: start;
}
.meeting__num {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.meeting__num .mono {
  font-size: 64px;
  font-weight: 200;
  line-height: 1;
  color: var(--gold-2);
  letter-spacing: -.04em;
  font-variant-numeric: tabular-nums;
}
.meeting__num i {
  font-style: normal;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: rgba(252,249,241,.55);
  font-weight: 600;
}
.meeting__body h4 {
  font-size: clamp(26px, 2.4vw, 36px);
  font-weight: 400;
  margin: 0 0 10px;
  letter-spacing: -.03em;
  line-height: 1.1;
  color: var(--paper);
}
.meeting__body p {
  margin: 0 0 18px;
  font-size: 17px;
  color: rgba(252,249,241,.78);
  max-width: 55ch;
  font-weight: 300;
  letter-spacing: -.005em;
}
.artifact {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 14px 8px 12px;
  border: 1px solid rgba(252,249,241,.2);
  border-radius: 2px;
  font-size: 14px;
  font-weight: 500;
}
.artifact__lbl {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--gold-2);
  border-right: 1px solid rgba(252,249,241,.2);
  padding-right: 12px;
  font-weight: 600;
}

.result {
  margin-top: 56px;
  padding: 36px;
  border: 1px solid rgba(252,249,241,.2);
  background: rgba(252,249,241,.03);
  border-radius: 4px;
}
.result__head {
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold-2);
  margin-bottom: 20px;
  font-weight: 600;
}
.result__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 24px;
  margin-bottom: 24px;
}
.result__item {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 20px;
  color: var(--paper);
  font-weight: 400;
  letter-spacing: -.015em;
}
.result__item .mono { color: var(--gold-2); }
.result__foot {
  margin: 0;
  padding-top: 20px;
  border-top: 1px solid rgba(252,249,241,.15);
  font-style: italic;
  font-size: 20px;
  color: rgba(252,249,241,.85);
  font-weight: 300;
  letter-spacing: -.012em;
}

/* ---------- Block 4: comparison ---------- */
.compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-top: 16px;
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: 4px;
  overflow: hidden;
}
.compare__col { padding: 32px; }
.compare__col--a {
  background: var(--paper-2);
  color: var(--muted);
}
.compare__col--b {
  background: var(--wine);
  color: var(--paper);
  position: relative;
}
.compare__col--b::before {
  content: "Здесь";
  position: absolute;
  top: 18px; right: 18px;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 4px 10px;
  background: var(--gold-2);
  color: var(--ink);
  border-radius: 2px;
  font-weight: 700;
}
.compare__title {
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid currentColor;
  opacity: .8;
  font-weight: 600;
}
.compare__col ul {
  list-style: none;
  margin: 0; padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.compare__col li {
  font-size: 16px;
  line-height: 1.4;
  padding-left: 24px;
  position: relative;
  font-weight: 400;
}
.compare__col--a li {
  font-weight: 300;
  text-decoration: line-through;
  text-decoration-color: rgba(106,94,85,.35);
}
.compare__col--a li::before {
  content: "—";
  position: absolute;
  left: 0; top: 0;
  opacity: .5;
  font-weight: 400;
  text-decoration: none;
}
.compare__col--b li::before {
  content: "→";
  position: absolute;
  left: 0; top: 0;
  color: var(--gold-2);
  font-weight: 600;
}
.compare__col--b li b { color: var(--paper); font-weight: 700; }

/* ---------- Block 5: included ---------- */
.included {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px solid var(--line);
}
.included li {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 20px;
  align-items: flex-start;
  padding: 28px 32px 28px 0;
  border-bottom: 1px solid var(--line);
}
.included li:nth-child(odd) { padding-right: 32px; }
.included li:nth-child(even) { padding-left: 32px; border-left: 1px solid var(--line); padding-right: 0; }
.included__n {
  font-size: 26px;
  color: var(--wine);
  font-weight: 300;
  font-variant-numeric: tabular-nums;
  letter-spacing: -.04em;
}
.included div {
  font-size: 19px;
  line-height: 1.4;
  color: var(--ink-2);
  font-weight: 400;
  letter-spacing: -.012em;
}
.included div b { font-weight: 600; color: var(--ink); }

/* ---------- Block 6: host ---------- */
.host {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 56px;
  align-items: flex-start;
  margin-top: 16px;
}
.host__photo {
  aspect-ratio: 3 / 4;
  background: linear-gradient(160deg, var(--paper-3), var(--paper-2));
  border: 1px solid var(--line);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.host__photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  display: block;
  filter: contrast(1.02) saturate(.92);
}
.host__photo-inner {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.host__mono {
  font-size: 120px;
  font-weight: 200;
  color: var(--wine);
  letter-spacing: -.06em;
  line-height: 1;
}
.host__photo-hint {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--muted-2);
  font-weight: 600;
}
.host__role {
  font-size: 21px;
  line-height: 1.4;
  color: var(--ink-2);
  font-weight: 300;
  margin: 0 0 28px;
  letter-spacing: -.018em;
}
.host__facts {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: grid;
  gap: 0;
}
.host__facts li {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
  align-items: baseline;
}
.host__facts li:last-child { border-bottom: 1px solid var(--line); }
.host__num {
  font-size: 52px;
  font-weight: 200;
  line-height: 1;
  color: var(--wine);
  letter-spacing: -.05em;
  font-variant-numeric: tabular-nums;
}
.host__num .mono {
  font-size: 32px;
  color: var(--gold);
  margin-left: 2px;
  vertical-align: top;
  font-weight: 300;
}
.host__facts span {
  font-size: 16px;
  line-height: 1.45;
  color: var(--ink-2);
  font-weight: 400;
}
.quote {
  margin: 0;
  font-style: italic;
  font-size: 24px;
  line-height: 1.35;
  padding: 24px 28px;
  border-left: 2px solid var(--wine);
  color: var(--ink);
  background: var(--paper-2);
  font-weight: 300;
  letter-spacing: -.022em;
}
.quote cite {
  display: block;
  margin-top: 12px;
  font-style: normal;
  font-size: 12px;
  color: var(--muted);
  letter-spacing: .04em;
  font-weight: 600;
}

/* ---------- Block 7: timing ---------- */
.timing {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}
.timing li {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 32px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
  align-items: baseline;
}
.timing__t {
  font-size: 14px;
  font-weight: 600;
  color: var(--wine);
  background: var(--paper-3);
  padding: 6px 12px;
  border-radius: 2px;
  display: inline-block;
  width: max-content;
  letter-spacing: .02em;
}
.timing__d h5 {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 6px;
  line-height: 1.2;
  letter-spacing: -.022em;
}
.timing__d p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  max-width: 60ch;
  font-weight: 400;
}

/* ---------- Block 8: not for you ---------- */
.nope {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}
.nope li {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 16px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
  align-items: flex-start;
}
.nope li p {
  margin: 0;
  font-size: 17px;
  line-height: 1.5;
  color: var(--ink-2);
  font-weight: 400;
}
.nope li p b { color: var(--ink); font-weight: 600; }
.nope__x {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px; height: 26px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--muted);
  font-size: 16px;
  line-height: 1;
  margin-top: 1px;
  font-weight: 400;
}
.ok-card {
  background: var(--wine);
  color: var(--paper);
  padding: 28px 32px;
  border-radius: 4px;
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 24px;
  align-items: center;
}
.ok-card__lbl {
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold-2);
  font-weight: 600;
}
.ok-card p {
  margin: 0;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 300;
  letter-spacing: -.018em;
}
.ok-card p b { font-weight: 600; color: var(--paper); }

/* ---------- Block 9: price ---------- */
.tariffs {
  display: grid;
  grid-template-columns: 1fr 1.15fr 1fr;
  gap: 0;
  margin: 24px 0 32px;
  background: rgba(252,249,241,.04);
  border-radius: 4px;
  border: 1px solid rgba(252,249,241,.15);
  overflow: hidden;
}
.tariff {
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-right: 1px solid rgba(252,249,241,.15);
  color: var(--paper);
  position: relative;
}
.tariff:last-child { border-right: 0; }
.tariff__name {
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(252,249,241,.7);
  font-weight: 600;
}
.tariff__price {
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.tariff__price span {
  font-size: 52px;
  font-weight: 200;
  letter-spacing: -.04em;
  line-height: 1;
  color: var(--paper);
  font-variant-numeric: tabular-nums;
}
.tariff__price i {
  font-style: normal;
  font-size: 14px;
  color: rgba(252,249,241,.4);
  text-decoration: line-through;
  font-weight: 400;
  font-variant-numeric: tabular-nums;
}
.tariff__cond {
  font-size: 14px;
  color: rgba(252,249,241,.65);
  line-height: 1.4;
  flex: 1;
  font-weight: 400;
}
.tariff__seats {
  font-size: 12px;
  color: var(--gold-2);
  font-weight: 500;
  letter-spacing: .04em;
}
.tariff--feat {
  background: var(--paper);
  color: var(--ink);
  margin: -1px;
  border-radius: 4px;
  z-index: 1;
  box-shadow: 0 20px 60px -20px rgba(0,0,0,.4);
}
.tariff--feat .tariff__name { color: var(--wine); }
.tariff--feat .tariff__price span { color: var(--ink); }
.tariff--feat .tariff__cond { color: var(--muted); }
.tariff__flag {
  position: absolute;
  top: 16px; right: 16px;
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 4px 10px;
  background: var(--wine);
  color: var(--paper);
  border-radius: 2px;
  font-weight: 700;
}
.tariff--feat .btn { margin-top: 8px; }
.tariff--muted .tariff__name,
.tariff--muted .tariff__price span,
.tariff--muted .tariff__cond { opacity: .55; }
.btn--on-dark-ghost {
  background: transparent;
  color: var(--paper);
  border-color: rgba(252,249,241,.3);
  margin-top: 8px;
}
.btn--on-dark-ghost:hover {
  background: var(--paper);
  color: var(--ink);
  border-color: var(--paper);
}

.value {
  margin-top: 56px;
  border-top: 1px solid rgba(252,249,241,.18);
  padding-top: 36px;
}
.value__head {
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold-2);
  margin-bottom: 18px;
  font-weight: 600;
}
.value ul { list-style: none; margin: 0 0 20px; padding: 0; display: grid; gap: 10px; }
.value li {
  display: grid;
  grid-template-columns: 24px 1fr;
  font-size: 19px;
  color: var(--paper);
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: -.015em;
}
.value li.value-line .value-line__txt {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 640px) {
  .value li.value-line .value-line__txt { white-space: normal; }
}
.value li .mono { color: var(--gold-2); font-weight: 500; }
.value li b { font-weight: 600; }
.value__foot {
  margin: 0;
  padding-top: 20px;
  border-top: 1px solid rgba(252,249,241,.18);
  font-size: 22px;
  font-style: italic;
  color: var(--paper);
  font-weight: 300;
  letter-spacing: -.02em;
}
.value__foot em { color: var(--gold-2); font-style: italic; font-weight: 400; }

/* ---------- Block 10: final ---------- */
.final {
  text-align: center;
  padding: 40px 0;
  max-width: 880px;
  margin: 0 auto;
}
.final .eyebrow { margin: 0 auto 18px; justify-content: center; }
.final__price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 20px;
  margin: 36px 0 24px;
}
.final__now {
  font-size: clamp(56px, 6.4vw, 100px);
  font-weight: 200;
  letter-spacing: -.05em;
  color: var(--paper);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.final__old {
  font-size: 20px;
  color: rgba(252,249,241,.45);
  text-decoration: line-through;
  font-weight: 400;
  font-variant-numeric: tabular-nums;
}
.final .countdown { justify-content: center; margin: 12px 0 28px; }
.final__note {
  color: rgba(252,249,241,.65);
  margin: 0 0 36px;
  font-size: 16px;
  font-weight: 400;
}
.final__note b { color: var(--gold-2); font-weight: 600; }
.final__contact {
  margin-top: 24px;
  font-size: 14px;
  color: rgba(252,249,241,.55);
  font-weight: 400;
}
.final__contact a { color: var(--gold-2); border-bottom: 1px solid rgba(213,172,110,.4); font-weight: 500; }

/* ---------- Block 11: FAQ ---------- */
.faq {
  margin-top: 16px;
  border-top: 1px solid var(--line);
}
.faq__item {
  border-bottom: 1px solid var(--line);
}
.faq__item summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--ink);
  transition: color .2s;
  letter-spacing: -.02em;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary:hover { color: var(--wine); }
.faq__plus {
  position: relative;
  width: 18px; height: 18px;
  flex: 0 0 auto;
  transition: transform .25s ease;
}
.faq__plus::before, .faq__plus::after {
  content: "";
  position: absolute;
  background: var(--ink-2);
}
.faq__plus::before { left: 0; right: 0; top: 50%; height: 1.5px; margin-top: -.75px; }
.faq__plus::after { top: 0; bottom: 0; left: 50%; width: 1.5px; margin-left: -.75px; transition: transform .25s ease; }
.faq__item[open] .faq__plus::after { transform: scaleY(0); }
.faq__item[open] summary { color: var(--wine); }
.faq__body {
  padding: 0 0 22px;
  max-width: 70ch;
}
.faq__body p {
  margin: 0;
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink-2);
  font-weight: 400;
}

/* ---------- Block 12: closing ---------- */
.closing__lede {
  font-size: clamp(28px, 3.6vw, 48px);
  line-height: 1.05;
  font-weight: 300;
  margin: 24px 0 32px;
  letter-spacing: -.035em;
}
.paths {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 0 0 56px;
}
.path {
  padding: 28px 28px;
  border-radius: 4px;
  border: 1px solid var(--line);
}
.path__lbl {
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block;
  font-weight: 600;
}
.path p {
  margin: 0;
  font-size: 19px;
  line-height: 1.4;
  font-weight: 300;
  letter-spacing: -.018em;
}
.path--bad {
  background: var(--paper-2);
  color: var(--muted);
}
.path--bad .path__lbl { color: var(--wine); }
.path--good {
  background: var(--wine);
  color: var(--paper);
  border-color: var(--wine);
}
.path--good .path__lbl { color: var(--gold-2); }
.path--good p b { color: var(--paper); font-weight: 600; }

.closing__call {
  font-size: 28px;
  line-height: 1.25;
  text-align: center;
  margin: 0 0 8px;
  font-weight: 300;
  letter-spacing: -.025em;
}
.closing__call b { color: var(--wine); font-weight: 600; }

/* ---------- footer ---------- */
.foot {
  background: var(--ink);
  color: rgba(252,249,241,.6);
  padding: 64px 0 28px;
  border-top: 1px solid var(--ink-2);
}
.foot__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(252,249,241,.12);
}
.foot__col { display: flex; flex-direction: column; gap: 16px; }
.foot__brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--paper);
  font-size: 14px;
  font-weight: 600;
}
.foot__brand .brand__mark { border-color: rgba(252,249,241,.4); color: var(--paper); }
.foot__tag {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  color: rgba(252,249,241,.55);
  max-width: 26ch;
  font-weight: 300;
  letter-spacing: -.008em;
}
.foot__lbl {
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold-2);
  font-weight: 600;
}
.foot__links {
  list-style: none;
  margin: 0; padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.foot__links a {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(252,249,241,.14);
  border-radius: 3px;
  background: rgba(252,249,241,.03);
  transition: border-color .2s, background .2s, transform .2s;
}
.foot__links a:hover {
  border-color: var(--gold-2);
  background: rgba(213,172,110,.06);
  transform: translateX(2px);
}
.foot__links a > span:last-child {
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1.2;
}
.foot__links a b {
  font-size: 14px;
  font-weight: 600;
  color: var(--paper);
}
.foot__links a i {
  font-style: normal;
  font-size: 12px;
  color: rgba(252,249,241,.55);
  letter-spacing: .02em;
  font-weight: 400;
}
.foot__ico {
  flex: 0 0 auto;
  width: 36px; height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(252,249,241,.08);
  color: var(--gold-2);
  overflow: hidden;
}
.foot__ico--img { background: transparent; padding: 0; }
.foot__ico--img img {
  width: 100%; height: 100%;
  object-fit: contain;
  display: block;
}
.foot__ico--max {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  color: var(--ink);
  background: var(--gold-2);
}
.foot__legal {
  list-style: none;
  margin: 0; padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
}
.foot__legal a { color: rgba(252,249,241,.7); }
.foot__legal a:hover { color: var(--gold-2); }

.foot__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-top: 24px;
  font-size: 11px;
  letter-spacing: .04em;
  color: rgba(252,249,241,.4);
  font-weight: 500;
}

/* ---------- sticky CTA ---------- */
.sticky {
  position: fixed;
  bottom: 16px;
  left: 16px;
  right: 16px;
  z-index: 40;
  pointer-events: none;
  opacity: 0;
  transform: translateY(120%);
  transition: opacity .25s ease, transform .35s cubic-bezier(.2,.7,.2,1);
}
.sticky.is-on {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.sticky__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: var(--ink);
  color: var(--paper);
  border-radius: 4px;
  padding: 12px 14px 12px 22px;
  box-shadow: 0 20px 60px -20px rgba(0,0,0,.4);
  border: 1px solid rgba(252,249,241,.12);
  max-width: var(--maxw);
  margin: 0 auto;
}
.sticky__l { display: flex; flex-direction: column; gap: 2px; }
.sticky__title { font-size: 14px; font-weight: 600; letter-spacing: -.01em; }
.sticky__meta { font-size: 12px; color: rgba(252,249,241,.6); font-weight: 500; }
.sticky .btn { padding: 12px 16px; font-size: 14px; }

/* ---------- responsive ---------- */
@media (max-width: 980px) {
  .hero { padding: 56px 0 80px; }
  .hero__grid { grid-template-columns: 1fr; gap: 40px; align-items: stretch; }
  .hero::before { display: none; }
  .hero__meta { grid-template-columns: 1fr; gap: 16px; }
  .section { padding: 72px 0; }

  .checks { grid-template-columns: 1fr; gap: 0; }
  .compare { grid-template-columns: 1fr; }

  .included { grid-template-columns: 1fr; }
  .included li:nth-child(even) { padding-left: 0; border-left: 0; }
  .included li:nth-child(odd) { padding-right: 0; }

  .host { grid-template-columns: 1fr; gap: 32px; }
  .host__photo { aspect-ratio: 4 / 3; max-width: 320px; }

  .meeting { grid-template-columns: 1fr; gap: 16px; }
  .meeting__num { flex-direction: row; align-items: baseline; gap: 16px; }
  .meeting__num .mono { font-size: 48px; }

  .timing li { grid-template-columns: 1fr; gap: 8px; }
  .tariffs { grid-template-columns: 1fr; }
  .tariff { border-right: 0; border-bottom: 1px solid rgba(252,249,241,.15); }
  .tariff--feat { margin: 0; }

  .ok-card { grid-template-columns: 1fr; gap: 8px; }
  .paths { grid-template-columns: 1fr; }
  .result__grid { grid-template-columns: 1fr; }
  .foot__grid { grid-template-columns: 1fr; gap: 32px; }
  .foot__bottom { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 560px) {
  .wrap { padding: 0 20px; }
  .topbar__meta span:not(.dot) { font-size: 11px; }
  .countdown__unit { min-width: 38px; }
  .countdown__unit b { font-size: 30px; }
  .countdown__sep { font-size: 24px; padding-bottom: 14px; }
  .h2 { font-size: 32px; }
  .sticky { left: 8px; right: 8px; bottom: 8px; }
  .sticky__inner { padding: 10px 10px 10px 16px; }
  .sticky__l { display: none; }
  .sticky .btn { width: 100%; justify-content: center; }
}
