/* ===== COURSE PAGE — MASTER MODELIROVANIYA SUDBY ===== */

#hero .hero__bg-img { object-position: 62% 18%; }

.hero__lead {
  font-size: 18px;
  color: var(--text-muted);
  margin-bottom: 26px;
  max-width: 560px;
}
.hero__note {
  margin-top: 22px;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--gold-light);
  font-weight: 700;
}

/* ===== SHARED LIST STYLES ===== */
.check-list, .cross-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.check-list li, .cross-list li {
  position: relative;
  padding-left: 30px;
  color: var(--text);
  font-size: 15px;
}
.check-list li::before {
  content: '✓';
  position: absolute; left: 0; top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px; height: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold-light));
  color: #0a0908;
  font-size: 12px;
  font-weight: 800;
}
.cross-list li {
  color: var(--text-muted);
}
.cross-list li::before {
  content: '✕';
  position: absolute; left: 0; top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px; height: 20px;
  border-radius: 50%;
  background: rgba(242, 237, 224, 0.08);
  border: 1px solid var(--border);
  color: var(--text-muted);
  font-size: 11px;
  font-weight: 800;
}
.cross-list--center { max-width: 640px; margin: 0 auto; }

/* ===== INTRO LETTER ===== */
.intro { padding: 100px 0; background: var(--bg-2); }
.intro__inner { max-width: 760px; margin: 0 auto; }
.intro__hail {
  font-family: var(--font-head);
  font-size: 22px;
  font-weight: 700;
  color: var(--gold-light);
  margin-bottom: 22px;
  font-style: italic;
}
.intro__text { color: var(--text-muted); margin-bottom: 20px; font-size: 16px; }
.intro__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin: 36px 0;
  padding: 32px;
  background: var(--bg-3);
  border: 1px solid var(--border);
  border-radius: 20px;
}
.intro__col-title { font-weight: 800; font-size: 15px; margin-bottom: 16px; text-transform: uppercase; letter-spacing: 0.5px; }
.intro__col-title--no { color: var(--text-muted); }
.intro__col-title--yes { color: var(--gold-light); }
.intro__results { display: flex; flex-direction: column; gap: 10px; margin: 20px 0 24px; }
.intro__results li { color: var(--text); font-size: 15.5px; display: flex; align-items: flex-start; gap: 10px; }
.intro__results .star { color: var(--gold-light); }
.intro__signoff { font-size: 18px; font-weight: 700; color: var(--gold-light); font-family: var(--font-head); }

.pulse-text {
  animation: textPulse 2.4s ease-in-out infinite;
}
@keyframes textPulse {
  0%, 100% { opacity: 1; text-shadow: 0 0 0 rgba(232, 199, 102, 0); }
  50% { opacity: 0.5; text-shadow: 0 0 22px rgba(232, 199, 102, 0.55); }
}

/* ===== PAIN ===== */
.pain { padding: 110px 0; background: var(--bg); }
.pain__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 50px;
}
.pain__card {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}
.pain__card:nth-child(5) { grid-column: 1 / -1; max-width: 520px; margin: 0 auto; }
.pain__q { font-family: var(--font-head); font-weight: 700; font-size: 16px; color: var(--text); margin-bottom: 12px; }
.pain__a { color: var(--gold-light); font-size: 14.5px; font-weight: 500; }
.pain__bye {
  margin-top: 60px;
  text-align: center;
  padding: 48px;
  background: var(--bg-3);
  border-radius: 24px;
  border: 1px solid var(--gold-dark);
}
.pain__bye-title { font-family: var(--font-head); font-weight: 800; font-size: 22px; margin-bottom: 24px; color: var(--text); }
.pain__whisper { color: var(--text-muted); font-style: italic; margin-top: 20px; max-width: 620px; margin-left: auto; margin-right: auto; }

/* ===== HOW / TIMELINE ===== */
.how { padding: 110px 0; background: var(--bg-2); }
.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 56px;
  counter-reset: step;
}
.timeline__item {
  position: relative;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 32px 24px 26px;
  text-align: center;
}
.timeline__item::after {
  content: '';
  position: absolute;
  top: 34px; right: -24px;
  width: 24px; height: 1px;
  background: var(--gold-dark);
  display: none;
}
@media (min-width: 901px) {
  .timeline__item:not(:last-child)::after { display: block; }
}
.timeline__num {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold-light));
  color: #0a0908;
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 18px;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 18px;
}
.timeline__body h3 { font-family: var(--font-head); font-size: 16.5px; font-weight: 700; color: var(--text); margin-bottom: 10px; }
.timeline__body p { color: var(--text-muted); font-size: 13.5px; }
.how__note {
  margin-top: 50px;
  max-width: 760px;
  margin-left: auto; margin-right: auto;
  text-align: center;
  color: var(--text-muted);
  font-size: 15px;
  padding: 28px 32px;
  border-left: 3px solid var(--gold);
  background: var(--bg-3);
  border-radius: 4px 18px 18px 4px;
}

/* ===== DELIVER ===== */
.deliver { padding: 110px 0; background: var(--bg); }
.deliver__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 50px;
}
.card__note {
  font-size: 13px;
  color: var(--gold-light);
  border-top: 1px solid var(--border);
  padding-top: 14px;
  margin-top: -6px;
}
.card__media {
  margin: -40px -30px 24px;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.card__media img { width: 100%; height: 100%; object-fit: cover; }

/* ===== AUTHOR ===== */
.author { padding: 110px 0; background: var(--bg-2); }
.author__inner {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 60px;
  align-items: center;
}
.author__frame {
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 4/5;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.45);
  border: 1px solid var(--gold-dark);
}
.author__frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 12%; }
.author__role { color: var(--gold-light); font-weight: 700; margin-bottom: 18px; font-size: 15px; }
.author__text p { color: var(--text-muted); margin-bottom: 18px; }
.author__quote { font-style: italic; color: var(--text); }

/* ===== FIT ===== */
.fit { padding: 110px 0; background: var(--bg); }
.fit__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 50px;
}
.fit__col {
  border-radius: 20px;
  padding: 36px;
}
.fit__col--yes { background: linear-gradient(160deg, var(--bg-3), var(--bg-2)); border: 1px solid var(--gold-dark); }
.fit__col--no { background: var(--bg-2); border: 1px solid var(--border); }
.fit__col h3 { font-family: var(--font-head); font-weight: 800; font-size: 19px; margin-bottom: 22px; color: var(--text); }

/* ===== PRICE ===== */
.price { position: relative; padding: 110px 0; background: linear-gradient(160deg, var(--bg-3) 0%, var(--bg) 100%); overflow: hidden; }
.price__decor { position: absolute; inset: 0; pointer-events: none; }
.price__decor .sparkle--1 { top: 10%; left: 8%; }
.price__decor .sparkle--2 { top: 70%; right: 10%; }
.price__decor .sparkle--3 { top: 40%; left: 45%; }
.price__intro {
  max-width: 720px;
  margin: 0 auto 18px;
  text-align: center;
  color: var(--text-muted);
  position: relative;
  z-index: 1;
}
.price__table {
  max-width: 640px;
  margin: 44px auto 0;
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.price__row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 28px;
  border-bottom: 1px solid var(--border);
  color: var(--text-muted);
  font-size: 14.5px;
}
.price__row:last-child { border-bottom: none; }
.price__num { color: var(--text); font-weight: 700; white-space: nowrap; }
.price__row--total {
  background: rgba(201, 162, 39, 0.08);
  color: var(--text);
  font-weight: 700;
}
.price__row--total .price__num { color: var(--gold-light); font-size: 18px; }
.price__note {
  text-align: center;
  color: var(--text-muted);
  font-size: 13.5px;
  max-width: 520px;
  margin: 18px auto 0;
  position: relative; z-index: 1;
}
.price__questions {
  max-width: 720px;
  margin: 60px auto 0;
  text-align: center;
  position: relative; z-index: 1;
}
.price__q-title { font-family: var(--font-head); font-weight: 700; font-size: 18px; color: var(--gold-light); margin-bottom: 26px; }
.price__q-list { display: flex; flex-direction: column; gap: 18px; text-align: left; margin-bottom: 26px; }
.price__q-list li {
  color: var(--text);
  font-size: 15px;
  padding: 18px 24px;
  background: var(--bg-2);
  border-left: 3px solid var(--gold);
  border-radius: 4px 14px 14px 4px;
}
.price__extra { color: var(--text-muted); font-size: 14px; text-align: left; }

/* ===== STRATEGIC REASON / REVEAL PRICE ===== */
.reveal-price { padding: 110px 0; background: var(--bg-2); text-align: center; }
.reveal-price__text { max-width: 680px; margin: 0 auto 16px; color: var(--text-muted); }
.reveal-price__box {
  margin: 44px auto 0;
  max-width: 540px;
  padding: 44px;
  background: linear-gradient(160deg, var(--bg-3), var(--bg));
  border: 1px solid var(--gold-dark);
  border-radius: 24px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.4);
}
.btn--wide {
  display: block;
  width: 100%;
  border-radius: 16px;
  white-space: normal;
  line-height: 1.4;
  padding: 18px 24px;
}
.reveal-price__was {
  color: var(--text-muted);
  text-decoration: line-through;
  font-size: 20px;
  margin-bottom: 6px;
}
.reveal-price__now {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 44px;
  background: linear-gradient(98.64deg, var(--gold-dark) 0%, var(--gold-light) 36%, var(--gold) 68%, var(--gold-light) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 10px;
}
.reveal-price__now span { font-size: 18px; color: var(--text-muted); -webkit-text-fill-color: var(--text-muted); }
.reveal-price__saving { color: var(--text-muted); font-size: 14px; margin-bottom: 26px; }

/* ===== BONUSES ===== */
.bonuses { padding: 110px 0; background: var(--bg); }
.bonus__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
  margin-top: 50px;
}
.bonus__card {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 30px;
  position: relative;
}
.bonus__num {
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 800;
  color: #0a0908;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold-light));
  padding: 5px 12px;
  border-radius: 20px;
  margin-bottom: 16px;
}
.bonus__card h3 { font-family: var(--font-head); font-weight: 800; font-size: 18px; color: var(--text); margin-bottom: 12px; }
.bonus__pain { color: var(--gold-light); font-size: 13.5px; font-style: italic; margin-bottom: 10px; }
.bonus__card p { color: var(--text-muted); font-size: 14px; margin-bottom: 16px; }
.bonus__price { color: var(--text); font-weight: 700; font-size: 15px; }

/* ===== VALUE STACK ===== */
.stack { padding: 110px 0; background: var(--bg-2); }
.stack__table {
  max-width: 640px;
  margin: 50px auto 0;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
}
.stack__row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 28px;
  border-bottom: 1px solid var(--border);
  color: var(--text-muted);
  font-size: 14px;
}
.stack__row:last-child { border-bottom: none; }
.stack__num { color: var(--text); font-weight: 700; white-space: nowrap; }
.stack__row--total {
  background: rgba(201, 162, 39, 0.08);
  color: var(--text);
  font-weight: 700;
}
.stack__row--total .stack__num { color: var(--gold-light); font-size: 18px; }
.stack__final { text-align: center; margin-top: 50px; }
.stack__final p { color: var(--text-muted); margin-bottom: 6px; }
.stack__price {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 40px;
  color: var(--gold-light) !important;
  margin-bottom: 26px !important;
}
.stack__price span { font-size: 16px; color: var(--text-muted); }

/* ===== GUARANTEE ===== */
.guarantee { padding: 110px 0; background: var(--bg); }
.guarantee__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 50px;
}
.guarantee__card {
  background: var(--bg-2);
  border: 1px solid var(--gold-dark);
  border-radius: 20px;
  padding: 36px;
  text-align: center;
}
.guarantee__card h3 { font-family: var(--font-head); font-weight: 800; font-size: 18px; color: var(--text); margin-bottom: 14px; }
.guarantee__card p { color: var(--text-muted); font-size: 14.5px; }
.guarantee__card a { color: var(--gold-light); font-weight: 700; }
.guarantee__honest {
  max-width: 720px;
  margin: 40px auto 0;
  text-align: center;
  color: var(--text-muted);
  font-size: 13.5px;
}
.guarantee__cta { text-align: center; margin-top: 36px; }

/* ===== REVIEWS ===== */
.reviews { padding: 110px 0; background: var(--bg-2); }
.reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 50px;
}
.review__card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 30px;
  position: relative;
}
.review__card::before {
  content: '"';
  font-family: 'Playfair Display', serif;
  font-size: 60px;
  color: var(--gold-dark);
  position: absolute;
  top: 6px; left: 18px;
  line-height: 1;
}
.review__text { color: var(--text-muted); font-size: 14px; margin-bottom: 18px; padding-top: 26px; position: relative; z-index: 1; }
.review__author { color: var(--gold-light); font-weight: 700; font-size: 13px; }
.reviews__disclaimer { text-align: center; color: var(--text-muted); font-size: 12.5px; margin-top: 36px; font-style: italic; }

/* ===== FAQ ===== */
.faq { padding: 110px 0; background: var(--bg); }
.faq__list { max-width: 780px; margin: 50px auto 0; display: flex; flex-direction: column; gap: 14px; }
.faq__item {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
}
.faq__question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 22px 26px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 15.5px;
  color: var(--text);
}
.faq__toggle {
  flex-shrink: 0;
  color: var(--gold-light);
  font-size: 20px;
  font-weight: 400;
  transition: transform 0.3s ease;
}
.faq__item.is-open .faq__toggle { transform: rotate(45deg); }
.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0 26px;
}
.faq__answer p { color: var(--text-muted); font-size: 14.5px; padding-bottom: 22px; }
.faq__item.is-open .faq__answer { max-height: 320px; }

/* ===== URGENCY ===== */
.urgency {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(160deg, var(--bg-3) 0%, var(--bg) 100%);
  text-align: center;
  overflow: hidden;
}
.urgency__decor { position: absolute; inset: 0; pointer-events: none; }
.urgency__decor .sparkle--1 { top: 15%; left: 10%; }
.urgency__decor .sparkle--2 { top: 70%; right: 12%; }
.urgency__inner { position: relative; z-index: 1; max-width: 680px; margin: 0 auto; }
.urgency__text { color: var(--text-muted); margin-bottom: 16px; }
.urgency__whisper { font-style: italic; }
.urgency__badges {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 560px;
  margin: 36px auto 40px;
}
.urgency__badge {
  background: var(--bg-2);
  border: 1px solid var(--gold-dark);
  border-radius: 16px;
  padding: 18px 16px;
  min-width: 0;
  color: var(--text-muted);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: center;
}
.urgency__badge span {
  display: block;
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 26px;
  color: var(--gold-light);
  margin-bottom: 4px;
  letter-spacing: 0;
}

/* ===== COUNTDOWN ===== */
.countdown__label {
  color: var(--text-muted);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 18px;
}
.countdown {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.countdown__item {
  background: linear-gradient(160deg, var(--bg-3), var(--bg-2));
  border: 1px solid var(--gold-dark);
  border-radius: 16px;
  padding: 16px 10px;
  width: 84px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.3);
}
.countdown__item span {
  display: block;
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 30px;
  color: var(--gold-light);
  line-height: 1;
  margin-bottom: 6px;
}
.countdown__item label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--text-muted);
}

/* ===== SIGNUP FORM ===== */
.signup {
  position: relative;
  padding: 110px 0;
  background: linear-gradient(160deg, var(--bg) 0%, var(--bg-3) 100%);
}
.signup__inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
}
.signup__text p { color: var(--text-muted); margin: 20px 0; }
.signup__list { display: flex; flex-direction: column; gap: 12px; }
.signup__list li { font-size: 15px; color: var(--text); display: flex; align-items: flex-start; gap: 10px; }
.signup__list .star { color: var(--gold-light); }

.signup__form {
  background: rgba(201, 162, 39, 0.05);
  border: 1px solid var(--gold-dark);
  backdrop-filter: blur(6px);
  border-radius: 20px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.signup__form label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: var(--gold-light);
}
.signup__form input {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 100px;
  padding: 15px 20px;
  color: var(--text);
  font-family: var(--font-body);
  font-size: 15px;
}
.signup__form input:focus { outline: 2px solid var(--gold); }
.signup__form button { margin-top: 6px; }
.signup__note { font-size: 12px; color: var(--text-muted); }

/* ===== PS ===== */
.ps { padding: 100px 0; background: var(--bg-2); }
.ps__inner { max-width: 680px; margin: 0 auto; text-align: center; }
.ps__label { font-family: var(--font-head); color: var(--gold-light); font-weight: 800; font-size: 20px; margin-bottom: 16px; }
.ps__text { color: var(--text-muted); margin-bottom: 16px; }
.ps__small { color: var(--text-muted); font-size: 13px; margin-top: 18px; }

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .intro__grid { grid-template-columns: 1fr; gap: 28px; padding: 26px; }
  .pain__grid { grid-template-columns: 1fr; }
  .pain__card:nth-child(5) { max-width: 100%; }
  .timeline { grid-template-columns: 1fr; }
  .deliver__grid { grid-template-columns: 1fr; }
  .author__inner { grid-template-columns: 1fr; }
  .author__media { max-width: 320px; margin: 0 auto; }
  .fit__grid { grid-template-columns: 1fr; }
  .bonus__grid { grid-template-columns: 1fr; }
  .guarantee__grid { grid-template-columns: 1fr; }
  .reviews__grid { grid-template-columns: 1fr; }
  .signup__inner { grid-template-columns: 1fr; }
  .urgency__badges { gap: 10px; }
  .countdown { gap: 10px; }
  .countdown__item { width: 68px; padding: 12px 6px; }
  .countdown__item span { font-size: 22px; }
  .price__row, .stack__row { flex-direction: column; gap: 4px; }
}
