/* =========================================================
   BUTEYKO - ELŐADÁSOK / CÉGES TRÉNING OLDAL
   ========================================================= */

.bf-lecture,
.bf-lecture * {
  box-sizing: border-box;
}

.bf-lecture {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: 'Lato', sans-serif;
  color: #152018;
  background: #ffffff;
}

.entry-content .bf-lecture {
  margin-top: 0 !important;
}

.entry-content .bf-lecture p {
  margin-bottom: 0;
}

/* ===== HERO ===== */

.bf-lecture-hero {
  width: 100%;
  min-height: 560px;
  display: flex;
  align-items: center;
  padding: 90px 20px 85px;
  background:
    linear-gradient(135deg, rgba(21, 32, 24, 0.88), rgba(92, 120, 0, 0.78)),
    url("https://buteykolegzes.hu/wp-content/uploads/2023/09/Eloadas-Buteyko-elo-trening-Buteyko-tanfolyam-1024x766.jpg") center/cover no-repeat;
  color: #ffffff;
}

.bf-lecture-hero-inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 52px;
  align-items: center;
}

.bf-lecture-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 17px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.bf-lecture h1 {
  max-width: 700px;
  margin: 0;
  font-family: 'Marcellus', serif;
  font-size: clamp(40px, 4.8vw, 68px);
  line-height: 1.06;
  color: #ffffff;
}

.bf-lecture-hero-right {
  max-width: 520px;
}

.bf-lecture-lead {
  margin: 0 0 28px !important;
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.94);
}

.bf-lecture-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 34px;
  padding: 0;
}

.bf-lecture-hero-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 15px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.26);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.bf-lecture-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.bf-lecture-btn,
.bf-lecture-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 30px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none !important;
  transition: all 0.24s ease;
}

.bf-lecture-btn {
  background: linear-gradient(135deg, #7fa200 0%, #5f8400 100%);
  color: #ffffff !important;
  box-shadow: 0 16px 34px rgba(127, 162, 0, 0.34);
}

.bf-lecture-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(127, 162, 0, 0.42);
}

.bf-lecture-btn-secondary {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.32);
}

.bf-lecture-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.22);
  transform: translateY(-2px);
}

/* ===== SZEKCIÓK ===== */

.bf-lecture-section {
  width: 100%;
  padding: 78px 20px;
}

.bf-lecture-section:nth-of-type(odd) {
  background: #ffffff;
}

.bf-lecture-section:nth-of-type(even) {
  background: #f7faf0;
}

.bf-lecture-content {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

.bf-lecture-content p {
  max-width: 920px;
  margin: 0 0 22px !important;
  font-size: 18px;
  line-height: 1.75;
  color: rgba(21, 32, 24, 0.86);
}

.bf-lecture h2 {
  margin: 0 0 30px;
  font-family: 'Marcellus', serif;
  font-size: clamp(30px, 3.5vw, 46px);
  line-height: 1.18;
  color: #152018;
}

.bf-lecture h3 {
  margin: 0 0 12px;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  line-height: 1.35;
  color: #152018;
}

/* ===== INTRO ===== */

.bf-lecture-intro .bf-lecture-content {
  padding: 42px;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(21, 32, 24, 0.08);
  border: 1px solid rgba(127, 162, 0, 0.14);
}

/* ===== GRID / KÁRTYÁK ===== */

.bf-lecture-problem-grid,
.bf-lecture-offer-grid,
.bf-lecture-format-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.bf-lecture-mini-card,
.bf-lecture-card,
.bf-lecture-format-grid div,
.bf-lecture-benefit,
.bf-lecture-source,
.bf-lecture-faq-item {
  background: #ffffff;
  border-radius: 22px;
  border: 1px solid rgba(127, 162, 0, 0.16);
  box-shadow: 0 14px 36px rgba(21, 32, 24, 0.07);
}

.bf-lecture-mini-card {
  padding: 24px;
  font-size: 17px;
  font-weight: 800;
  color: #152018;
}

.bf-lecture-card {
  padding: 30px 26px;
  transition: all 0.24s ease;
}

.bf-lecture-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 50px rgba(21, 32, 24, 0.11);
  border-color: rgba(127, 162, 0, 0.32);
}

.bf-lecture-card p {
  margin: 0 !important;
  font-size: 16px;
  line-height: 1.65;
}

/* ===== KÉP ===== */

.bf-lecture-image-section {
  background: #ffffff !important;
  padding-top: 24px;
  padding-bottom: 24px;
}

.bf-lecture-image img {
  display: block;
  width: 100%;
  max-width: 980px;
  height: auto;
  margin: 0 auto;
  border-radius: 30px;
  box-shadow: 0 24px 70px rgba(21, 32, 24, 0.16);
}

/* ===== ELŐNYÖK ===== */

.bf-lecture-benefit-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  margin: 32px 0;
}

.bf-lecture-benefit {
  padding: 30px;
}

.bf-lecture-benefit h3 {
  color: #6f9200;
}

.bf-lecture-benefit p {
  margin: 0 !important;
}

/* ===== FORMÁTUM ===== */

.bf-lecture-format-grid div {
  padding: 28px;
  font-size: 17px;
  line-height: 1.6;
}

/* ===== KUTATÁS ===== */

.bf-lecture-research {
  background: #f7faf0 !important;
}

.bf-lecture-source {
  padding: 30px;
  margin-bottom: 24px;
}

.bf-lecture-source:last-child {
  margin-bottom: 0;
}

.bf-lecture-source a {
  color: #6f9200;
  font-weight: 800;
  text-decoration: underline;
}

/* ===== FAQ ===== */

.bf-lecture-faq-item {
  padding: 28px;
  margin-bottom: 18px;
}

.bf-lecture-faq-item:last-child {
  margin-bottom: 0;
}

.bf-lecture-faq-item p {
  margin-bottom: 0 !important;
}

/* ===== CTA ===== */

.bf-lecture-cta {
  width: 100%;
  padding: 88px 20px;
  background: linear-gradient(135deg, #152018 0%, #4f6f00 100%);
  color: #ffffff;
  text-align: center;
}

.bf-lecture-cta-inner {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}

.bf-lecture-cta h2 {
  color: #ffffff;
}

.bf-lecture-cta p {
  max-width: 760px;
  margin: 0 auto 24px !important;
  font-size: 19px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.92);
}

.bf-lecture-cta a {
  color: #ffffff;
  font-weight: 800;
}

.bf-lecture-cta .bf-lecture-btn {
  margin-top: 12px;
}

.bf-lecture-email {
  margin-top: 22px !important;
  font-size: 16px !important;
}

/* ===== WP / ASTRA ÜRES TÉRKÖZ JAVÍTÁS ===== */

.bf-lecture + p,
.bf-lecture + br,
.entry-content > p:empty {
  display: none !important;
}

/* ===== MOBIL ===== */

@media (max-width: 900px) {
  .bf-lecture-hero {
    min-height: auto;
    padding: 70px 18px 62px;
  }

  .bf-lecture-hero-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .bf-lecture h1 {
    max-width: 100%;
  }

  .bf-lecture-hero-right {
    max-width: 100%;
  }

  .bf-lecture-section {
    padding: 56px 18px;
  }

  .bf-lecture-problem-grid,
  .bf-lecture-offer-grid,
  .bf-lecture-format-grid {
    grid-template-columns: 1fr;
  }

  .bf-lecture-intro .bf-lecture-content {
    padding: 28px 22px;
    border-radius: 24px;
  }

  .bf-lecture-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .bf-lecture-btn,
  .bf-lecture-btn-secondary {
    width: 100%;
  }

  .bf-lecture-content p {
    font-size: 16px;
  }

  .bf-lecture-hero-tags span {
    white-space: normal;
  }

  .bf-lecture-image img {
    border-radius: 22px;
  }
}