/* CoachMaster Academy - Speaker & Business Trainer 5.0 Landing Page Styles */

/* ==========================================================================
   Speaker Hero Section
   ========================================================================== */
.speaker-hero {
  background: radial-gradient(circle at 80% 30%, #0f3630 0%, #082420 55%, #041412 100%);
  color: #ffffff;
  padding: 60px 0 90px;
  position: relative;
  overflow: hidden;
}

.speaker-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 20% 25%, rgba(13, 148, 136, 0.15) 0%, transparent 45%),
    radial-gradient(circle at 85% 70%, rgba(229, 169, 30, 0.08) 0%, transparent 50%);
  pointer-events: none;
}

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

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

.chip-teal {
  background: rgba(13, 148, 136, 0.25);
  border-color: #2dd4bf;
  color: #ccfbf1;
}

.speaker-subheading {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #2dd4bf;
  margin-bottom: 8px;
}

.speaker-title {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 3.1rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.5px;
  margin-bottom: 12px;
  color: #ffffff;
}

.speaker-tagline {
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  font-weight: 700;
  color: #fef08a;
  line-height: 1.4;
  margin-bottom: 16px;
  border-left: 3px solid #2dd4bf;
  padding-left: 14px;
}

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

.speaker-hero-cta {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}

.btn-speaker-buy {
  background: linear-gradient(135deg, #0d9488 0%, #0f766e 100%);
  color: #ffffff;
  padding: 16px 32px;
  border-radius: var(--radius-md);
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  border: 1px solid rgba(45, 212, 191, 0.4);
  box-shadow: 0 8px 24px rgba(13, 148, 136, 0.4);
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-speaker-buy:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(13, 148, 136, 0.6);
  background: linear-gradient(135deg, #0f766e 0%, #115e59 100%);
  color: #ffffff;
}

.speaker-img-wrap {
  display: flex;
  justify-content: center;
  position: relative;
}

.speaker-img-frame {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(45, 212, 191, 0.3);
  max-width: 440px;
  width: 100%;
  aspect-ratio: 4 / 5;
  background: #082420;
}

.speaker-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

/* ==========================================================================
   Day Highlights Ribbon
   ========================================================================== */
.days-ribbon-section {
  background: #061e1b;
  border-top: 1px solid rgba(45, 212, 191, 0.2);
  border-bottom: 1px solid rgba(45, 212, 191, 0.2);
  padding: 24px 0;
}

.days-ribbon-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.ribbon-day-card {
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(45, 212, 191, 0.15);
  border-radius: var(--radius-md);
  padding: 16px 20px;
}

.ribbon-day-badge {
  background: #0d9488;
  color: #ffffff;
  font-weight: 800;
  font-size: 0.85rem;
  padding: 6px 12px;
  border-radius: 8px;
  white-space: nowrap;
}

.ribbon-day-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 2px;
}

.ribbon-day-sub {
  font-size: 0.8rem;
  color: #94a3b8;
}

/* ==========================================================================
   Section: Почему этот интенсив (Why Cards)
   ========================================================================== */
.features-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 30px;
}

.feature-why-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: var(--radius-lg);
  padding: 32px 24px;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}

.feature-why-card:hover {
  transform: translateY(-6px);
  border-color: #0d9488;
  box-shadow: var(--shadow-md);
}

.feature-why-icon-wrap {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  flex-shrink: 0;
}

.feature-why-icon-wrap svg {
  width: 28px;
  height: 28px;
}

.feature-why-title {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 12px;
}

.feature-why-desc {
  font-size: 0.92rem;
  color: #64748b;
  line-height: 1.6;
}

/* ==========================================================================
   Program 3-Days Detailed Section
   ========================================================================== */
.speaker-program-section {
  padding: 85px 0;
  background-color: #f8fafc;
}

.day-block-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  border: 1px solid #e2e8f0;
  box-shadow: var(--shadow-sm);
  margin-bottom: 30px;
  overflow: hidden;
  transition: var(--transition);
}

.day-block-card:hover {
  box-shadow: var(--shadow-md);
  border-color: #2dd4bf;
}

.day-header-banner {
  background: linear-gradient(135deg, #0f766e 0%, #0d9488 100%);
  color: #ffffff;
  padding: 24px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.day-header-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.day-num-tag {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
}

.day-banner-title {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 800;
  margin: 0;
}

.day-banner-meta {
  font-size: 0.88rem;
  color: #ccfbf1;
  font-weight: 600;
}

.day-content-inner {
  padding: 32px;
}

.day-focus-quote {
  font-size: 1.05rem;
  font-weight: 600;
  color: #0f766e;
  background: #f0fdfa;
  border-left: 4px solid #0d9488;
  padding: 14px 20px;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  margin-bottom: 24px;
}

.topics-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.topic-item {
  display: flex;
  gap: 14px;
  background: #fafafa;
  padding: 18px;
  border-radius: var(--radius-md);
  border: 1px solid #f1f5f9;
}

.topic-icon-wrap {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #ccfbf1;
  color: #0f766e;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.topic-title {
  font-weight: 700;
  font-size: 0.95rem;
  color: #0f172a;
  margin-bottom: 4px;
}

.topic-desc {
  font-size: 0.85rem;
  color: #64748b;
  line-height: 1.5;
}

/* AI Special Banner in Day 2 */
.ai-special-card {
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  color: #ffffff;
  border-radius: var(--radius-md);
  padding: 24px;
  margin-top: 24px;
  border: 1px solid rgba(45, 212, 191, 0.3);
  display: flex;
  align-items: center;
  gap: 24px;
}

.ai-badge-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: rgba(13, 148, 136, 0.3);
  border: 1px solid #2dd4bf;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2dd4bf;
  flex-shrink: 0;
}

.ai-info-title {
  font-size: 1.1rem;
  font-weight: 800;
  color: #2dd4bf;
  margin-bottom: 6px;
}

.ai-info-text {
  font-size: 0.9rem;
  color: #cbd5e1;
  line-height: 1.5;
}

/* Practice 70% Feature Box */
.practice-feature-section {
  padding: 70px 0;
  background: #ffffff;
}

.practice-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.practice-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: var(--radius-md);
  padding: 24px 20px;
  text-align: center;
  transition: var(--transition);
}

.practice-card:hover {
  transform: translateY(-4px);
  border-color: #0d9488;
  box-shadow: var(--shadow-sm);
}

.practice-pct {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  font-weight: 800;
  color: #0d9488;
  margin-bottom: 8px;
}

.practice-title {
  font-weight: 700;
  font-size: 1rem;
  color: #0f172a;
  margin-bottom: 6px;
}

.practice-desc {
  font-size: 0.85rem;
  color: #64748b;
  line-height: 1.45;
}

/* Special Offer Section - Speaker */
.speaker-offer-card {
  background: linear-gradient(135deg, #082420 0%, #0f3630 50%, #041412 100%);
  color: #ffffff;
  border-radius: var(--radius-xl);
  padding: 50px 45px;
  border: 1px solid rgba(45, 212, 191, 0.4);
  box-shadow: 0 20px 50px rgba(13, 148, 136, 0.25);
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.speaker-offer-card::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(45, 212, 191, 0.15) 0%, transparent 70%);
  pointer-events: none;
}

.offer-price-row {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin: 20px 0;
}

.offer-price-current {
  font-family: var(--font-heading);
  font-size: clamp(2.4rem, 4.5vw, 3.4rem);
  font-weight: 800;
  color: #2dd4bf;
  line-height: 1;
}

.offer-price-old {
  font-size: 1.3rem;
  color: #94a3b8;
  text-decoration: line-through;
  font-weight: 600;
}

.offer-features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.offer-feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.95rem;
  color: #e2e8f0;
}

.offer-feature-item svg {
  width: 20px;
  height: 20px;
  color: #2dd4bf;
  flex-shrink: 0;
}

/* Cross links 4 courses */
.other-programs-section {
  padding: 80px 0;
  background-color: #f1f5f9;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .hero-speaker-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .speaker-tag-row {
    justify-content: center;
  }
  .speaker-hero-cta {
    justify-content: center;
  }
  .speaker-tagline {
    border-left: none;
    padding-left: 0;
  }
  .speaker-desc {
    margin-left: auto;
    margin-right: auto;
  }
  .days-ribbon-grid {
    grid-template-columns: 1fr;
  }
  .topics-grid {
    grid-template-columns: 1fr;
  }
  .practice-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .features-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .speaker-offer-card {
    grid-template-columns: 1fr;
    padding: 35px 24px;
    text-align: center;
  }
  .offer-price-row {
    justify-content: center;
  }
  .offer-features-list {
    text-align: left;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 640px) {
  .speaker-hero {
    padding: 40px 0 60px;
  }
  .day-header-banner {
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .day-content-inner {
    padding: 20px 16px;
  }
  .ai-special-card {
    flex-direction: column;
    text-align: left;
    gap: 16px;
  }
  .practice-grid {
    grid-template-columns: 1fr;
  }
  .features-why-grid {
    grid-template-columns: 1fr;
  }
}
