/* CoachMaster Academy - Funnel Page (Course: Коуч с Нуля) Specific Styles */

/* ==========================================================================
   Funnel Hero Section
   ========================================================================== */
.funnel-hero {
  background: radial-gradient(circle at 75% 30%, #1e2e42 0%, #101c2b 60%, #0a131f 100%);
  color: #ffffff;
  padding: 60px 0 90px;
  position: relative;
  overflow: hidden;
}

.funnel-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 15% 20%, rgba(229, 169, 30, 0.08) 0%, transparent 40%),
    radial-gradient(circle at 85% 60%, rgba(229, 169, 30, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.hero-funnel-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 40px;
  position: relative;
  z-index: 2;
}

.funnel-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.format-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #f1f5f9;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 20px;
}

.format-chip.chip-gold {
  background: rgba(229, 169, 30, 0.2);
  border-color: var(--accent-gold);
  color: #fef08a;
}

.funnel-title {
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 4.2vw, 3rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.5px;
  margin-bottom: 14px;
  color: #ffffff;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.funnel-coach-tag {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--accent-gold);
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.funnel-coach-tag::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: var(--accent-gold);
  border-radius: 2px;
}

.funnel-desc {
  font-size: 1.02rem;
  color: #cbd5e1;
  line-height: 1.6;
  margin-bottom: 24px;
  max-width: 580px;
}

/* Funnel Urgency Countdown Banner */
.countdown-box {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(229, 169, 30, 0.3);
  border-radius: var(--radius-md);
  padding: 14px 20px;
  margin-bottom: 28px;
  display: inline-flex;
  align-items: center;
  gap: 20px;
}

.countdown-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #cbd5e1;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.countdown-timer {
  display: flex;
  gap: 8px;
}

.timer-segment {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.timer-num {
  background-color: #0b1523;
  color: var(--accent-gold);
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 800;
  padding: 4px 8px;
  border-radius: 6px;
  min-width: 38px;
  text-align: center;
  border: 1px solid rgba(229, 169, 30, 0.4);
}

.timer-unit {
  font-size: 0.65rem;
  color: #94a3b8;
  text-transform: uppercase;
  margin-top: 2px;
}

.btn-funnel-cta {
  background-color: var(--accent-gold);
  color: #111827;
  padding: 16px 36px;
  font-size: 1rem;
  font-weight: 800;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(229, 169, 30, 0.35);
  display: inline-flex;
}

.btn-funnel-cta:hover {
  background-color: var(--gold-hover);
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(229, 169, 30, 0.5);
  color: #111827;
}

/* Hexagon Hero Image Container */
.hexagon-hero-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hexagon-hero-frame {
  max-width: 440px;
  width: 100%;
  border-radius: var(--radius-lg);
  overflow: hidden;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.6));
  transition: var(--transition);
}

.hexagon-hero-frame img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: var(--radius-lg);
}

/* ==========================================================================
   Section: Дорожная карта (Roadmap)
   ========================================================================== */
.roadmap-section {
  padding: 50px 0;
  background-color: #0b1726;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.roadmap-title {
  text-align: center;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--accent-gold);
  margin-bottom: 24px;
}

.roadmap-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.roadmap-step {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 10px 18px;
  border-radius: 30px;
  font-size: 0.85rem;
  font-weight: 700;
  color: #e2e8f0;
  letter-spacing: 0.5px;
  white-space: nowrap;
  transition: var(--transition);
}

.roadmap-step:hover {
  background: var(--accent-gold);
  color: #111827;
  border-color: var(--accent-gold);
  transform: translateY(-2px);
}

.roadmap-arrow {
  color: var(--accent-gold);
  font-size: 1.1rem;
  font-weight: 800;
}

/* ==========================================================================
   Section: Почему коучинг? Исследования ICF & Личный кейс
   ========================================================================== */
.icf-section {
  padding: 80px 0;
  background-color: #fafbfc;
}

.icf-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

.stat-card {
  background: #ffffff;
  border-radius: var(--radius-md);
  padding: 30px 20px;
  text-align: center;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--card-border);
  transition: var(--transition);
}

.stat-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  border-color: var(--accent-gold);
}

.stat-number {
  font-family: var(--font-heading);
  font-size: 2.8rem;
  font-weight: 900;
  color: var(--navy-dark);
  line-height: 1;
  margin-bottom: 10px;
}

.stat-number span {
  color: var(--accent-gold);
}

.stat-label {
  font-size: 0.88rem;
  font-weight: 600;
  color: #475569;
  line-height: 1.4;
}

/* Personal Coach Case Card */
.coach-story-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--card-border);
  display: grid;
  grid-template-columns: 380px 1fr;
}

.coach-story-img-wrap {
  position: relative;
  background-color: #0e1e32;
  overflow: hidden;
}

.coach-story-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.coach-story-content {
  padding: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.coach-story-badge {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #92400e;
  background-color: var(--gold-light);
  padding: 6px 14px;
  border-radius: 6px;
  margin-bottom: 16px;
  width: fit-content;
}

.coach-story-title {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--navy-dark);
  margin-bottom: 16px;
  line-height: 1.25;
}

.coach-story-quote {
  font-size: 1.02rem;
  color: #334155;
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 20px;
}

.coach-story-author {
  font-weight: 700;
  color: var(--navy-dark);
  font-size: 0.95rem;
}

/* ==========================================================================
   Section: Программа Курса (10 Модулей)
   ========================================================================== */
.program-course-section {
  padding: 80px 0;
  background-color: #ffffff;
}

.modules-10-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-bottom: 40px;
}

.module-card {
  background: #f8fafc;
  border: 1.5px solid #e2e8f0;
  border-radius: var(--radius-md);
  padding: 24px;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.module-card:hover {
  background: #ffffff;
  border-color: var(--accent-gold);
  box-shadow: var(--shadow-sm);
  transform: translateY(-3px);
}

.module-card-header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 10px;
}

.module-num {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: #0f2238;
  color: var(--accent-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1rem;
  flex-shrink: 0;
}

.module-card-title {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--navy-dark);
  line-height: 1.35;
}

.module-card-desc {
  font-size: 0.88rem;
  color: #64748b;
  line-height: 1.55;
  padding-left: 54px;
}

/* Results Checklist banner */
.results-checklist-box {
  background: linear-gradient(135deg, #0e2038 0%, #152d4e 100%);
  color: #ffffff;
  border-radius: var(--radius-lg);
  padding: 36px 40px;
  margin-top: 30px;
  box-shadow: var(--shadow-md);
}

.results-checklist-title {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 20px;
  color: var(--accent-gold);
}

.results-tags-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.result-tag {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.88rem;
  font-weight: 600;
  color: #e2e8f0;
}

/* ==========================================================================
   Section: О Тренере & Отзывы
   ========================================================================== */
.trainer-section {
  padding: 80px 0;
  background-color: #fafbfc;
}

.trainer-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--card-border);
  overflow: hidden;
  display: grid;
  grid-template-columns: 340px 1fr;
  margin-bottom: 40px;
}

.trainer-photo-wrap {
  background-color: #1e242d;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.trainer-photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trainer-info-wrap {
  padding: 38px;
  position: relative;
}

.trainer-name {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--navy-dark);
  margin-bottom: 6px;
}

.trainer-role {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--accent-gold);
  margin-bottom: 16px;
}

.trainer-text {
  font-size: 0.92rem;
  color: #475569;
  line-height: 1.6;
}

.trainer-cap-icon {
  position: absolute;
  top: 36px;
  right: 36px;
  width: 44px;
  height: 44px;
  color: #1e293b;
}

/* Course Reviews Grid */
.course-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.course-review-card {
  background: #ffffff;
  border-radius: var(--radius-md);
  padding: 24px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--card-border);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.review-stars {
  display: flex;
  gap: 4px;
  color: #f59e0b;
  margin-bottom: 12px;
  font-size: 1.1rem;
}

.course-review-text {
  font-size: 0.86rem;
  color: #475569;
  line-height: 1.5;
  margin-bottom: 16px;
}

.course-review-user {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid #f1f5f9;
}

.course-review-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #e2e8f0;
}

.course-review-name {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--navy-dark);
}

/* ==========================================================================
   Section: Специальное Предложение (Sales Anchor: 35 000 сом)
   ========================================================================== */
.offer-section {
  padding: 80px 0;
  background-color: #ffffff;
}

.offer-card {
  background: linear-gradient(135deg, #745b2b 0%, #aa8b4a 30%, #e0c27e 60%, #997839 100%);
  border-radius: var(--radius-xl);
  padding: 50px 60px;
  color: #1c1404;
  box-shadow: 0 20px 50px rgba(170, 139, 74, 0.28);
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
  gap: 40px;
}

.offer-card::before {
  content: '';
  position: absolute;
  inset: 6px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: calc(var(--radius-xl) - 6px);
  pointer-events: none;
}

.offer-left {
  display: flex;
  flex-direction: column;
}

.offer-title {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  font-weight: 800;
  color: #1a1608;
  text-transform: uppercase;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}

.offer-price-wrap {
  margin-bottom: 24px;
}

.offer-price-old {
  font-size: 1.2rem;
  text-decoration: line-through;
  color: #493a1d;
  font-weight: 600;
  margin-bottom: 4px;
}

.offer-price {
  font-family: var(--font-heading);
  font-size: 3.4rem;
  font-weight: 900;
  color: #0f1217;
  line-height: 1;
}

.offer-currency {
  font-size: 2.2rem;
  font-weight: 800;
  margin-left: 6px;
}

.offer-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.offer-benefits-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.offer-benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #171c24;
  line-height: 1.4;
}

.offer-benefit-item svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: #0f172a;
  margin-top: 2px;
}

.btn-buy-now {
  background-color: #242933;
  color: #ffffff;
  font-size: 1.1rem;
  padding: 18px 40px;
  border-radius: 10px;
  letter-spacing: 1px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.btn-buy-now:hover {
  background-color: #14171d;
  transform: translateY(-2px);
  color: #ffffff;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.35);
}

/* ==========================================================================
   Section: Другие программы академии
   ========================================================================== */
.other-courses-section {
  padding: 70px 0;
  background-color: #f1f5f9;
}

.other-courses-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.other-course-mini-card {
  background: #ffffff;
  border-radius: var(--radius-md);
  padding: 24px;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.other-course-mini-title {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--navy-dark);
  margin-bottom: 8px;
}

.other-course-mini-desc {
  font-size: 0.85rem;
  color: #64748b;
  margin-bottom: 16px;
  line-height: 1.45;
}

/* ==========================================================================
   FAQ Section (Objection Handling)
   ========================================================================== */
.faq-section {
  padding: 80px 0;
  background-color: #fafbfc;
}

.faq-list {
  max-width: 840px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq-item {
  background: #ffffff;
  border: 1px solid var(--card-border);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: var(--transition);
}

.faq-question {
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--navy-dark);
}

.faq-icon {
  width: 24px;
  height: 24px;
  transition: var(--transition);
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  padding: 0 24px 20px;
  font-size: 0.95rem;
  color: #475569;
  line-height: 1.6;
  display: none;
}

.faq-item.active .faq-answer {
  display: block;
}

/* ==========================================================================
   Responsive Adaptations
   ========================================================================== */
@media (max-width: 1100px) {
  .hero-funnel-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .funnel-tag-row {
    justify-content: center;
  }

  .funnel-coach-tag {
    justify-content: center;
  }

  .funnel-coach-tag::before {
    display: none;
  }

  .funnel-desc {
    max-width: 100%;
  }

  .icf-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .coach-story-card {
    grid-template-columns: 1fr;
  }

  .coach-story-img-wrap {
    height: 340px;
  }

  .modules-10-grid {
    grid-template-columns: 1fr;
  }

  .trainer-card {
    grid-template-columns: 1fr;
  }

  .trainer-photo-wrap {
    height: 280px;
  }

  .course-reviews-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }

  .other-courses-grid {
    grid-template-columns: 1fr;
  }

  .offer-card {
    grid-template-columns: 1fr;
    padding: 36px 30px;
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .countdown-box {
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 280px;
    margin: 0 auto 28px;
    padding: 12px 14px;
    box-sizing: border-box;
  }

  .icf-stats-grid {
    grid-template-columns: 1fr;
  }

  .coach-story-content {
    padding: 24px;
  }

  .offer-card {
    padding: 28px 18px;
    gap: 24px;
    width: 100%;
    box-sizing: border-box;
  }

  .offer-price {
    font-size: 2.6rem;
  }

  .offer-currency {
    font-size: 1.8rem;
  }
}

@media (max-width: 480px) {
  .funnel-title {
    font-size: 1.5rem;
    line-height: 1.25;
  }

  .trainer-name {
    font-size: 1.5rem;
  }

  .offer-price {
    font-size: 2.2rem;
  }

  .offer-currency {
    font-size: 1.5rem;
  }
}
