/* ===== RESET & BASE ===== */
* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

/* Fallback для браузерів без підтримки oklch (Chrome < 111, Firefox < 113) */
@supports not (color: oklch(0 0 0)) {
  body { background: #1a1510; color: #e6ddd0; }
  .page-wrapper { background: #161210; }
  .section-title { color: #f7f3ed; }
  .cta { background: #b89a6a; color: #1a1510; }
  .cta:hover { background: #c8aa7a; color: #1a1510; }
  .pain { background: #0f0d0b; }
  .results__grid .result-card { background: #1a1510; border-color: #3a342e; }
  .program { background: #0f0d0b; }
  .audience { background: #0f0d0b; }
  .enrollment { background: transparent; }
  .how-card, .pricing-card { background: #1a1510; border-color: #3a342e; }
  .author { background: #0f0d0b; }
  .faq { background: #0f0d0b; }
  .faq-item { background: #1a1510; border-color: #3a342e; }
}

body {
  margin: 0;
  background: oklch(0.16 0.01 40);
  font-family: 'Work Sans', sans-serif;
  color: oklch(0.9 0.02 60);
  line-height: 1.55;
}

a {
  color: oklch(0.78 0.1 75);
}

a:hover {
  color: oklch(0.85 0.1 75);
}

/* ===== LAYOUT ===== */
.page-wrapper {
  width: 100%;
  background: oklch(0.14 0.01 40);
}

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

.container--wide {
  max-width: 1180px;
  margin: 0 auto;
}

/* ===== SHARED ===== */
.section-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: oklch(0.97 0.01 70);
  margin: 0 0 44px;
}

/* ===== CTA BUTTON ===== */
.cta {
  display: inline-block;
  padding: 16px 40px;
  border-radius: 999px;
  background: oklch(0.65 0.1 75);
  color: oklch(0.15 0.01 40);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
}

.cta:hover {
  background: oklch(0.72 0.1 75);
  color: oklch(0.15 0.01 40);
}

.cta--block {
  display: block;
  padding: 18px;
  text-align: center;
  margin-top: auto;
}

/* ===== HERO ===== */
.hero {
  position: relative;
  display: flex;
  align-items: center;
  gap: 56px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 120px 32px 72px;
  flex-wrap: wrap;
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 75% 20%, oklch(0.5 0.08 75 / 0.18), transparent 60%);
  pointer-events: none;
}

.hero__content {
  flex: 1 1 420px;
  min-width: 300px;
  position: relative;
  z-index: 1;
}

.hero__badge {
  display: inline-block;
  padding: 6px 18px;
  border-radius: 999px;
  border: 1px solid oklch(0.5 0.06 75 / 0.5);
  color: oklch(0.78 0.1 75);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.hero__title {
  font-family: 'Oswald', sans-serif;
  font-size: 52px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  line-height: 1.08;
  margin: 0 0 12px;
  color: oklch(0.97 0.01 70);
}

.hero__divider {
  width: 70px;
  height: 1px;
  background: oklch(0.6 0.08 75);
  margin: 24px 0;
}

.hero__subtitle {
  font-size: 19px;
  color: oklch(0.78 0.02 60);
  margin: 0 0 28px;
  max-width: 480px;
}

.hero__features {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}

.hero__feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}

.hero__feature-icon {
  font-size: 20px;
}

.hero__image-wrap {
  flex: 1 1 320px;
  min-width: 280px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.hero__image {
  width: 100%;
  max-width: 380px;
  border-radius: 8px;
  object-fit: cover;
  filter: contrast(1.05) saturate(0.95);
  box-shadow: 0 30px 60px -20px oklch(0.05 0 0 / 0.7);
  border: 1px solid oklch(0.5 0.06 75 / 0.3);
}

/* ===== PAIN POINTS ===== */
.pain {
  background: oklch(0.11 0.01 40);
  padding: 72px 32px;
}

.pain__title {
  font-size: 30px;
  text-align: center;
}

.pain__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.pain__item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 19px;
  color: oklch(0.82 0.02 60);
}

.pain__dot {
  color: oklch(0.7 0.1 75);
  font-size: 32px;
  line-height: 1;
  flex-shrink: 0;
}

.pain__note {
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 20px;
  color: oklch(0.78 0.1 75);
  margin-top: 40px;
  text-decoration-line: underline;
}

/* ===== RESULTS ===== */
.results {
  padding: 80px 32px;
  max-width: 1120px;
  margin: 0 auto;
}

.results__title {
  font-size: 30px;
  text-align: center;
}

.results__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 24px;
}

.result-card {
  display: flex;
  gap: 16px;
  align-items: center;
  font-size: 17px;
  color: oklch(0.82 0.02 60);
  background: oklch(0.16 0.01 40);
  border: 1px solid oklch(0.3 0.02 40);
  border-radius: 12px;
  padding: 20px 24px;
  transition: background 0.2s, border-color 0.2s;
}

.result-card--full {
  grid-column: 1 / -1;
  justify-self: center;
  width: calc(50% - 12px);
}

.result-card:hover {
  background: oklch(0.2 0.02 40);
  border-color: oklch(0.5 0.06 75 / 0.5);
}

.result-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 8px;
  background: oklch(0.25 0.03 75 / 0.5);
  color: oklch(0.78 0.1 75);
  font-size: 18px;
}

/* ===== PROGRAM ===== */
.program {
  background: oklch(0.11 0.01 40);
  padding: 80px 32px;
}

.program__title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 48px;
}

.program__flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.program__row-break {
  flex-basis: 100%;
  height: 0;
}

.program__day-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}

.program__day {
  background: oklch(0.16 0.01 40);
  border: 1px solid oklch(0.3 0.02 40);
  border-radius: 8px;
  padding: 20px 16px;
  width: 180px;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
}

.program__day-label {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  color: oklch(0.7 0.1 75);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.program__day-title {
  font-size: 16px;
  font-weight: 600;
  color: oklch(0.95 0.01 60);
  line-height: 1.3;
}

.program__arrow {
  color: oklch(0.7 0.1 75);
  font-size: 22px;
}

/* ===== AUDIENCE + WHY IT WORKS ===== */
.audience {
  background: oklch(0.11 0.01 40);
  padding: 80px 32px;
}

.audience__inner {
  display: flex;
  gap: 0;
  align-items: stretch;
  flex-wrap: wrap;
  border: 1px solid oklch(0.3 0.02 40);
  border-radius: 16px;
  overflow: hidden;
}

.audience__col {
  flex: 1 1 420px;
  min-width: 320px;
  padding: 48px 40px;
}

.audience__col--right {
  text-align: center;
}

.audience__divider {
  width: 1px;
  background: oklch(0.3 0.02 40);
  align-self: stretch;
}

.audience__title {
  font-size: 26px;
  text-align: center;
  margin-bottom: 32px;
}

.audience__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.audience__item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 17px;
  color: oklch(0.82 0.02 60);
}

.audience__dot {
  color: oklch(0.7 0.1 75);
  flex-shrink: 0;
}

.why__title {
  font-size: 26px;
  margin-bottom: 24px;
}

.why__text {
  font-size: 16px;
  color: oklch(0.72 0.02 60);
  margin: 0 0 14px;
}

.why__highlight {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 18px;
  color: oklch(0.78 0.1 75);
  margin: 20px 0 0;
}

/* ===== HOW IT WORKS + PRICING ===== */
.enrollment {
  padding: 80px 32px;
  max-width: 1180px;
  margin: 0 auto;
}

.enrollment__inner {
  display: flex;
  gap: 32px;
  align-items: stretch;
  flex-wrap: wrap;
}

.how-card {
  flex: 1 1 480px;
  min-width: 320px;
  background: oklch(0.16 0.01 40);
  border: 1px solid oklch(0.3 0.02 40);
  border-radius: 16px;
  padding: 44px 40px;
  transition: background 0.2s, border-color 0.2s;
}

.how-card:hover {
  background: oklch(0.2 0.02 40);
  border-color: oklch(0.5 0.06 75 / 0.5);
}

.how-card__title {
  font-family: 'Oswald', sans-serif;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 16px;
  color: oklch(0.97 0.01 70);
}

.how-card__intro {
  font-size: 16px;
  color: oklch(0.7 0.02 60);
  margin: 0 0 28px;
}

.how-card__list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 28px;
}

.how-card__item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 16px;
  color: oklch(0.82 0.02 60);
}

.how-card__dot {
  color: oklch(0.7 0.1 75);
  flex-shrink: 0;
}

.how-card__note {
  font-size: 15px;
  color: oklch(0.65 0.02 60);
  margin: 0;
}

.pricing-card {
  flex: 1 1 380px;
  min-width: 300px;
  background: oklch(0.16 0.01 40);
  border: 1px solid oklch(0.5 0.06 75 / 0.35);
  border-radius: 16px;
  padding: 44px 40px;
  text-align: center;
  box-shadow: 0 30px 60px -20px oklch(0.05 0 0 / 0.6);
  display: flex;
  flex-direction: column;
}

.pricing-card__title {
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 8px;
  color: oklch(0.97 0.01 70);
}

.pricing-card__price {
  font-family: 'Oswald', sans-serif;
  font-size: 46px;
  font-weight: 700;
  color: oklch(0.78 0.1 75);
  margin: 18px 0 26px;
}

.pricing-card__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: left;
  margin-bottom: 32px;
}

.pricing-card__item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 16px;
  color: oklch(0.82 0.02 60);
}

.pricing-card__dot {
  color: oklch(0.7 0.1 75);
  flex-shrink: 0;
}

/* ===== AUTHOR ===== */
.author {
  background: oklch(0.11 0.01 40);
  padding: 80px 32px;
}

.author__inner {
  display: flex;
  gap: 48px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.author__photo {
  width: 360px;
  height: auto;
  border-radius: 8px;
  flex-shrink: 0;
  filter: contrast(1.05) saturate(0.95);
  box-shadow: 0 30px 60px -20px oklch(0.05 0 0 / 0.7);
  border: 1px solid oklch(0.5 0.06 75 / 0.3);
}

.author__content {
  flex: 0 1 420px;
  min-width: 280px;
}

.author__name {
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 8px;
  color: oklch(0.97 0.01 70);
}

.author__role {
  font-size: 17px;
  color: oklch(0.7 0.02 60);
  margin: 0 0 20px;
}

.author__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.author__item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 16px;
  color: oklch(0.82 0.02 60);
}

.author__dot {
  color: oklch(0.7 0.1 75);
  flex-shrink: 0;
}

/* ===== FAQ ===== */
.faq {
  background: oklch(0.11 0.01 40);
  padding: 80px 32px 100px;
}

.faq__inner {
  max-width: 760px;
  margin: 0 auto;
}

.faq__title {
  font-size: 30px;
  text-align: center;
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  background: oklch(0.16 0.01 40);
  border: 1px solid oklch(0.3 0.02 40);
  border-radius: 8px;
  padding: 22px 26px;
}

.faq-item__question {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-size: 17px;
  font-weight: 600;
  color: oklch(0.95 0.01 60);
}

.faq-sign {
  color: oklch(0.7 0.1 75);
  flex-shrink: 0;
}

.faq-a {
  display: none;
  font-size: 16px;
  color: oklch(0.72 0.02 60);
  margin: 14px 0 0;
}

/* ===== FOOTER ===== */
.footer {
  text-align: center;
  padding: 36px;
  font-size: 14px;
  color: oklch(0.5 0.02 40);
}


/* ===== MOBILE (≤768px) ===== */
@media (max-width: 768px) {

  /* Hero */
  .hero {
    padding: 28px 20px 40px;
    gap: 0;
    flex-direction: column;
  }
  .hero__content { flex: 1 1 100%; min-width: 0; }
  .hero__badge { font-size: 11px; letter-spacing: 0.06em; margin-bottom: 16px; }
  .hero__title { font-size: 32px; margin-bottom: 10px; }
  .hero__divider { width: 50px; margin: 16px 0; }
  .hero__subtitle { font-size: 15px; margin-bottom: 20px; }
  .hero__image-wrap {
    order: -1;
    flex: 1 1 100%;
    min-width: 0;
    margin-bottom: 20px;
  }
  .hero__image {
    width: 100%;
    max-width: 100%;
  }
  .hero__features { gap: 10px; margin-bottom: 24px; }
  .hero__feature { font-size: 14px; gap: 8px; }
  .hero__feature-icon { font-size: 17px; }
  .cta { display: block; text-align: center; padding: 14px; font-size: 14px; letter-spacing: 0.03em; }
  .cta--block { padding: 14px; }

  /* Pain points */
  .pain { padding: 36px 20px; }
  .pain__title { font-size: 20px; }
  .pain__item { font-size: 14px; gap: 10px; align-items: flex-start; }
  .pain__dot { font-size: 20px; line-height: 1.2; }
  .pain__note { font-size: 15px; margin-top: 24px; }

  /* Results */
  .results { padding: 36px 20px; }
  .results__title { font-size: 20px; }
  .results__grid { grid-template-columns: 1fr; gap: 12px; }
  .result-card { font-size: 14px; padding: 14px 16px; border-radius: 10px; gap: 12px; }
  .result-card--full { grid-column: auto; justify-self: auto; width: 100%; }
  .result-card__icon { width: 28px; height: 28px; border-radius: 7px; font-size: 14px; }

  /* Program */
  .program { padding: 36px 20px; }
  .program__title { font-size: 20px; margin-bottom: 24px; }
  .program__flow { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .program__row-break { display: none; }
  .program__day-wrap { display: contents; }
  .program__arrow { display: none; }
  .program__day { width: 100%; height: auto; min-height: 100px; padding: 14px; }
  .program__day-label { font-size: 11px; letter-spacing: 0.05em; }
  .program__day-title { font-size: 13px; }

  /* Audience + Why */
  .audience { padding: 36px 20px; }
  .audience__inner { flex-direction: column; }
  .audience__col { flex: 1 1 100%; min-width: 0; padding: 28px 22px; }
  .audience__divider { width: 100%; height: 1px; align-self: auto; }
  .audience__title { font-size: 19px; margin-bottom: 20px; }
  .audience__item { font-size: 14px; }
  .why__title { font-size: 19px; margin-bottom: 16px; }
  .why__text { font-size: 14px; margin-bottom: 10px; }
  .why__highlight { font-size: 15px; margin-top: 14px; }

  /* Enrollment + Pricing */
  .enrollment { padding: 36px 20px; background: oklch(0.11 0.01 40); }
  .enrollment__inner { flex-direction: column; }
  .how-card { flex: 1 1 100%; min-width: 0; padding: 26px 22px; border-radius: 14px; }
  .how-card__title { font-size: 19px; margin-bottom: 14px; }
  .how-card__intro { font-size: 14px; margin-bottom: 18px; }
  .how-card__list { gap: 12px; margin-bottom: 18px; }
  .how-card__item { font-size: 14px; }
  .how-card__note { font-size: 13px; }
  .pricing-card { flex: 1 1 100%; min-width: 0; padding: 28px 22px; border-radius: 14px; }
  .pricing-card__title { font-size: 17px; }
  .pricing-card__price { font-size: 36px; margin: 12px 0 18px; }
  .pricing-card__list { gap: 10px; margin-bottom: 22px; }
  .pricing-card__item { font-size: 14px; gap: 8px; }

  /* Author */
  .author { padding: 36px 20px; text-align: center; }
  .author__inner { flex-direction: column; gap: 20px; align-items: center; }
  .author__photo { width: 100%; max-width: 260px; flex-shrink: unset; }
  .author__content { flex: 1 1 100%; min-width: 0; }
  .author__name { font-size: 20px; }
  .author__role { font-size: 14px; margin-bottom: 16px; }
  .author__list { display: inline-flex; text-align: left; }
  .author__item { font-size: 14px; gap: 8px; }

  /* FAQ */
  .faq { padding: 36px 20px 60px; }
  .faq__title { font-size: 20px; margin-bottom: 20px; }
  .faq__list { gap: 10px; }
  .faq-item { padding: 16px 18px; }
  .faq-item__question { font-size: 14px; gap: 12px; }
  .faq-a { font-size: 13px; margin-top: 10px; }

  /* Footer */
  .footer { padding: 24px; font-size: 11px; }

  /* Shared title margin */
  .section-title { margin-bottom: 24px; }
}
