/* =========================================================
   BUTEYKO – BETEGSÉGEK / CONDITIONS
   Prefix: .bf-conditions-
   ========================================================= */

.bf-conditions-hero,
.bf-conditions-aeo,
.bf-conditions-intro,
.bf-conditions-grid,
.bf-conditions-warning,
.bf-conditions-cta {
  font-family: 'Lato', sans-serif;
}

.bf-conditions-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 22px;
}

/* HERO */

.bf-conditions-hero {
  padding: 88px 0 76px;
  background: linear-gradient(135deg, #24391f 0%, #49623a 52%, #7fa200 100%);
  color: #ffffff;
  border-radius: 0 0 34px 34px;
  overflow: hidden;
}

.bf-conditions-hero h1 {
  max-width: 780px;
  margin: 0 0 22px;
  font-family: 'Marcellus', serif;
  font-size: 56px;
  line-height: 1.08;
  font-weight: 400;
  color: #ffffff;
}

.bf-conditions-lead {
  max-width: 760px;
  margin: 0;
  font-size: 20px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.92);
}

/* AEO */

.bf-conditions-aeo {
  padding: 56px 0 24px;
  background: #ffffff;
}

.bf-conditions-aeo .bf-conditions-inner {
  background: #f6f8f0;
  border: 1px solid rgba(127, 162, 0, 0.18);
  border-radius: 26px;
  padding: 34px 38px;
  box-shadow: 0 18px 45px rgba(36, 57, 31, 0.08);
}

.bf-conditions-aeo h2 {
  margin: 0 0 14px;
  font-family: 'Marcellus', serif;
  font-size: 30px;
  line-height: 1.25;
  color: #24391f;
  font-weight: 400;
}

.bf-conditions-aeo p {
  margin: 0;
  max-width: 920px;
  font-size: 18px;
  line-height: 1.8;
  color: #3f4a39;
}

/* INTRO */

.bf-conditions-intro {
  padding: 34px 0 46px;
  background: #ffffff;
}

.bf-conditions-intro p {
  max-width: 930px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.9;
  color: #333333;
}

/* CARDS */

.bf-conditions-grid {
  padding: 28px 0 76px;
  background: #ffffff;
}

.bf-conditions-cards {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  justify-content: center;
  align-items: stretch;
}

.bf-condition-card {
  width: calc(50% - 17px);
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(36, 57, 31, 0.08);
  box-shadow: 0 14px 34px rgba(36, 57, 31, 0.10);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  transform: translateY(0);
  position: relative;
  z-index: 1;
}

.bf-condition-card:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 30px 64px rgba(36, 57, 31, 0.20);
  border-color: rgba(127, 162, 0, 0.35);
  z-index: 3;
}

.bf-condition-card img {
  width: 100%;
  height: 260px;
  display: block;
  object-fit: cover;
}

.bf-condition-card h3 {
  margin: 22px 24px 10px;
  font-family: 'Marcellus', serif;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 400;
  color: #24391f;
}

.bf-condition-card p {
  margin: 0 24px 28px;
  font-size: 17px;
  line-height: 1.75;
  color: #4c5547;
}

/* WARNING */

.bf-conditions-warning {
  padding: 64px 0;
  background: #f6f8f0;
}

.bf-conditions-warning .bf-conditions-inner {
  max-width: 980px;
}

.bf-conditions-warning h2 {
  margin: 0 0 16px;
  font-family: 'Marcellus', serif;
  font-size: 34px;
  line-height: 1.25;
  font-weight: 400;
  color: #24391f;
}

.bf-conditions-warning p {
  margin: 0;
  font-size: 18px;
  line-height: 1.85;
  color: #3f4a39;
  background: #ffffff;
  padding: 26px 30px;
  border-radius: 22px;
  border-left: 5px solid #7fa200;
  box-shadow: 0 14px 35px rgba(36, 57, 31, 0.08);
}

/* CTA */

.bf-conditions-cta {
  padding: 76px 0 86px;
  background: linear-gradient(135deg, rgba(36, 57, 31, 0.96), rgba(73, 98, 58, 0.96));
  color: #ffffff;
  text-align: center;
}

.bf-conditions-cta h2 {
  max-width: 760px;
  margin: 0 auto 18px;
  font-family: 'Marcellus', serif;
  font-size: 44px;
  line-height: 1.18;
  font-weight: 400;
  color: #ffffff;
}

.bf-conditions-cta p {
  max-width: 720px;
  margin: 0 auto 28px;
  font-size: 18px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.9);
}

.bf-conditions-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 15px 28px;
  border-radius: 999px;
  background: #7fa200;
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 800;
  font-size: 16px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.bf-conditions-btn:hover {
  transform: translateY(-3px);
  background: #8fb300;
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.28);
}

/* TABLET */

@media screen and (max-width: 1024px) {
  .bf-condition-card {
    flex-basis: 46%;
    max-width: 46%;
  }

  .bf-condition-card img {
    height: 220px;
  }
}

/* MOBILE */

@media screen and (max-width: 680px) {
  .bf-conditions-inner {
    padding: 0 18px;
  }

  .bf-conditions-hero {
    padding: 64px 0 56px;
    border-radius: 0 0 24px 24px;
  }

  .bf-conditions-hero h1 {
    font-size: 38px;
  }

  .bf-conditions-lead {
    font-size: 18px;
    line-height: 1.65;
  }

  .bf-conditions-aeo {
    padding: 38px 0 18px;
  }

  .bf-conditions-aeo .bf-conditions-inner {
    padding: 26px 22px;
    border-radius: 22px;
  }

  .bf-conditions-aeo h2,
  .bf-conditions-warning h2 {
    font-size: 28px;
  }

  .bf-condition-card {
    flex-basis: 100%;
    max-width: 100%;
  }

  .bf-condition-card img {
    height: 210px;
  }

  .bf-conditions-warning p {
    padding: 22px;
  }

  .bf-conditions-cta {
    padding: 62px 0 72px;
  }

  .bf-conditions-cta h2 {
    font-size: 34px;
  }

  .bf-conditions-btn {
    width: 100%;
    max-width: 360px;
  }
}
.bf-condition-more {
  display: inline-flex;
  margin-top: 14px;
  color: #7fa200 !important;
  font-weight: 700;
  text-decoration: none !important;
}

.bf-condition-more:hover {
  color: #5f7f00 !important;
  text-decoration: underline !important;
}
/* =========================================================
   ASTHMA PAGE
   Prefix: .bf-asthma-
   ========================================================= */

/* HERO */

.bf-asthma-hero {
  padding: 100px 0 70px;
  background: linear-gradient(135deg, #24391f 0%, #49623a 52%, #7fa200 100%);
  color: #ffffff;
}

.bf-asthma-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
}

.bf-asthma-kicker {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.8;
  margin-bottom: 12px;
}

.bf-asthma-hero h1 {
  font-family: 'Marcellus', serif;
  font-size: 48px;
  line-height: 1.2;
  margin: 0 0 18px;
}

.bf-asthma-hero p {
  font-size: 18px;
  line-height: 1.7;
  max-width: 540px;
}

.bf-asthma-hero-image img {
  width: 100%;
  border-radius: 26px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.25);
}

/* AEO */

.bf-asthma-aeo {
  padding: 60px 0 30px;
  background: #ffffff;
}

.bf-asthma-aeo .bf-conditions-inner {
  background: #f6f8f0;
  border-radius: 26px;
  padding: 30px;
}

.bf-asthma-aeo h2 {
  font-family: 'Marcellus', serif;
  font-size: 28px;
  margin-bottom: 10px;
}

/* CONTENT */

.bf-asthma-content {
  padding: 40px 0 60px;
  background: #ffffff;
}

.bf-asthma-block {
  max-width: 820px;
  margin-bottom: 30px;
}

.bf-asthma-block h2 {
  font-family: 'Marcellus', serif;
  font-size: 32px;
  margin-bottom: 12px;
}

.bf-asthma-block p {
  font-size: 18px;
  line-height: 1.8;
}

/* SYMPTOMS */

.bf-asthma-symptoms ul {
  margin-top: 12px;
  padding-left: 20px;
}

.bf-asthma-symptoms li {
  margin-bottom: 8px;
  font-size: 18px;
}

/* HIGHLIGHT */

.bf-asthma-highlight {
  background: #f6f8f0;
  padding: 24px;
  border-radius: 20px;
}

/* PRINCIPLES */

.bf-asthma-principles {
  margin-top: 30px;
}

.bf-asthma-principle-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.bf-asthma-principle-card h3 {
  font-size: 20px;
  margin-bottom: 8px;
}

/* EFFECTS */

.bf-asthma-effects ul {
  margin-top: 12px;
  padding-left: 20px;
}

.bf-asthma-effects li {
  margin-bottom: 8px;
  font-size: 18px;
}

/* COURSE */

.bf-asthma-course {
  margin-top: 40px;
  padding: 30px;
  border-radius: 24px;
  background: #f6f8f0;
}

.bf-asthma-course h2 {
  font-family: 'Marcellus', serif;
  margin-bottom: 10px;
}

/* TESTIMONIAL */

.bf-asthma-testimonial {
  margin-top: 40px;
}

.bf-asthma-testimonial blockquote {
  font-style: italic;
  padding: 20px;
  border-left: 4px solid #7fa200;
  background: #fafcf6;
  border-radius: 10px;
}

/* WARNING */

.bf-asthma-warning {
  margin-top: 40px;
  padding: 24px;
  border-radius: 20px;
  background: #fff7f7;
  border-left: 4px solid #e55;
}

/* CTA */

.bf-asthma-final-cta {
  padding: 80px 0;
  text-align: center;
  background: linear-gradient(135deg, #24391f, #49623a);
  color: #ffffff;
}

.bf-asthma-final-cta h2 {
  font-family: 'Marcellus', serif;
  font-size: 36px;
  margin-bottom: 10px;
}

.bf-asthma-final-cta p {
  font-size: 18px;
  margin-bottom: 20px;
}

/* RESPONSIVE */

@media (max-width: 900px) {
  .bf-asthma-hero-grid {
    grid-template-columns: 1fr;
  }

  .bf-asthma-hero h1 {
    font-size: 34px;
  }
}
/* =========================================================
   ASTHMA PAGE – VISUAL FIX
   ========================================================= */

.bf-asthma-hero {
  background: linear-gradient(135deg, #24391f 0%, #49623a 55%, #7fa200 100%) !important;
  color: #ffffff !important;
  padding: 110px 0 86px;
}

.bf-asthma-hero h1,
.bf-asthma-final-cta h2 {
  color: #ffffff !important;
  font-family: 'Marcellus', serif !important;
}

.bf-asthma-hero p,
.bf-asthma-final-cta p {
  color: rgba(255,255,255,0.94) !important;
}

.bf-asthma-kicker {
  color: rgba(255,255,255,0.78) !important;
  font-family: 'Lato', sans-serif !important;
  font-weight: 700;
}

.bf-asthma-content h2,
.bf-asthma-content h3,
.bf-asthma-aeo h2,
.bf-asthma-course h2,
.bf-asthma-testimonial h2,
.bf-asthma-warning h2 {
  font-family: 'Marcellus', serif !important;
  color: #24391f !important;
}

.bf-asthma-content p,
.bf-asthma-content li,
.bf-asthma-aeo p,
.bf-asthma-course p,
.bf-asthma-warning p {
  font-family: 'Lato', sans-serif !important;
  color: #24391f;
}

/* AEO blokk szebb */
.bf-asthma-aeo .bf-conditions-inner {
  background: #f6f8f0;
  border: 1px solid rgba(127,162,0,0.18);
  box-shadow: 0 18px 45px rgba(36,57,31,0.08);
}

/* Tartalmi kártyák mozgással */
.bf-asthma-principle-card,
.bf-asthma-course,
.bf-asthma-testimonial blockquote,
.bf-asthma-warning {
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.bf-asthma-principle-card:hover,
.bf-asthma-course:hover,
.bf-asthma-testimonial blockquote:hover,
.bf-asthma-warning:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 58px rgba(36,57,31,0.14);
}

/* Tanfolyam blokk */
.bf-asthma-course {
  background: #f6f8f0;
  border: 1px solid rgba(127,162,0,0.16);
}

/* Vélemény blokk */
.bf-asthma-testimonial blockquote {
  background: #f6f8f0;
  border-left: 5px solid #7fa200;
  color: #24391f;
}

.bf-asthma-testimonial-name {
  margin-top: 14px;
  font-weight: 700;
  color: #24391f;
}

/* Figyelmeztetés finomabb */
.bf-asthma-warning {
  background: #fff8f3;
  border-left: 5px solid #c46a42;
}

/* Alsó CTA színe javítva */
.bf-asthma-final-cta {
  background: linear-gradient(135deg, #24391f 0%, #49623a 60%, #7fa200 100%) !important;
  color: #ffffff !important;
}

/* Gomb hover */
.bf-asthma-final-cta .bf-conditions-btn {
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.bf-asthma-final-cta .bf-conditions-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(0,0,0,0.26);
}

/* Hero kép finom mozgás */
.bf-asthma-hero-image img {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.bf-asthma-hero-image img:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 28px 64px rgba(0,0,0,0.28);
}
/* =========================================================
   ASTHMA – FINOMHANGOLÁS + KONVERZIÓ
   ========================================================= */

/* ===== HERO FIX ===== */

.bf-asthma-hero {
  background: linear-gradient(135deg, #24391f 0%, #49623a 55%, #7fa200 100%) !important;
  color: #ffffff !important;
}

.bf-asthma-hero h1 {
  font-family: 'Marcellus', serif !important;
  color: #ffffff !important;
}

.bf-asthma-hero p {
  font-family: 'Lato', sans-serif !important;
  color: rgba(255,255,255,0.92) !important;
}

/* ===== HERO GOMBOK ===== */

.bf-asthma-hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 22px;
  flex-wrap: wrap;
}

.bf-asthma-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
  border-radius: 999px;
  border: 2px solid rgba(255,255,255,0.7);
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 700;
  transition: all 0.25s ease;
}

.bf-asthma-secondary-btn:hover {
  background: rgba(255,255,255,0.12);
  transform: translateY(-3px);
}

/* ===== TYPO FIX (kék szöveg kiirtása) ===== */

.bf-asthma-content a,
.bf-asthma-content h2,
.bf-asthma-content h3 {
  color: #24391f !important;
}

.bf-asthma-content p,
.bf-asthma-content li {
  font-family: 'Lato', sans-serif !important;
}

.bf-asthma-content h2,
.bf-asthma-content h3 {
  font-family: 'Marcellus', serif !important;
}

/* ===== DECISION BOX ===== */

.bf-asthma-decision-box {
  margin: 40px 0;
  padding: 28px;
  background: #f6f8f0;
  border-radius: 22px;
  border: 1px solid rgba(127,162,0,0.2);
  box-shadow: 0 18px 45px rgba(36,57,31,0.08);
  transition: all 0.25s ease;
}

.bf-asthma-decision-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 60px rgba(36,57,31,0.14);
}

.bf-asthma-decision-box ul {
  margin: 12px 0 18px;
  padding-left: 20px;
}

/* ===== PRINCIPLE CARD ANIMÁCIÓ ===== */

.bf-asthma-principle-card {
  transition: all 0.25s ease;
}

.bf-asthma-principle-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 50px rgba(36,57,31,0.14);
}

/* ===== COURSE BLOKK ===== */

.bf-asthma-course {
  transition: all 0.25s ease;
}

.bf-asthma-course:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 50px rgba(36,57,31,0.14);
}

/* ===== TESTIMONIAL ===== */

.bf-asthma-testimonial blockquote {
  background: #f6f8f0;
  border-left: 5px solid #7fa200;
  border-radius: 14px;
  padding: 22px;
  transition: all 0.25s ease;
}

.bf-asthma-testimonial blockquote:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 48px rgba(36,57,31,0.12);
}

.bf-asthma-testimonial-name {
  margin-top: 10px;
  font-weight: 700;
}

/* ===== AFTER TESTIMONIAL CTA ===== */

.bf-asthma-after-testimonial-cta {
  margin-top: 18px;
}

/* ===== WARNING BLOKK ===== */

.bf-asthma-warning {
  background: #fff8f3;
  border-left: 5px solid #c46a42;
  border-radius: 18px;
  padding: 22px;
  transition: all 0.25s ease;
}

.bf-asthma-warning:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}

/* ===== FINAL CTA ===== */

.bf-asthma-final-cta {
  background: linear-gradient(135deg, #24391f 0%, #49623a 60%, #7fa200 100%) !important;
  color: #ffffff !important;
}

.bf-asthma-final-cta h2 {
  color: #ffffff !important;
}

.bf-asthma-final-cta p {
  color: rgba(255,255,255,0.92) !important;
}

/* ===== GOMB EMELKEDÉS (mint főoldal) ===== */

.bf-conditions-btn {
  transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}

.bf-conditions-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.25);
}

/* ===== HERO KÉP ===== */

.bf-asthma-hero-image img {
  transition: all 0.35s ease;
}

.bf-asthma-hero-image img:hover {
  transform: translateY(-6px) scale(1.02);
}

/* ===== MOBILE ===== */

@media (max-width: 900px) {
  .bf-asthma-hero-actions {
    flex-direction: column;
  }
}
/* =========================================================
   CONDITIONS – KONVERZIÓS BLOKKOK
   ========================================================= */

/* ===== HERO GOMBOK ===== */

.bf-conditions-hero-actions {
  margin-top: 26px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.bf-conditions-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
  border-radius: 999px;
  border: 2px solid rgba(255,255,255,0.65);
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 700;
  transition: all 0.25s ease;
}

.bf-conditions-secondary-btn:hover {
  background: rgba(255,255,255,0.12);
  transform: translateY(-3px);
}

/* ===== KÁRTYA CTA ===== */

.bf-condition-more {
  display: inline-block;
  margin-top: 14px;
  font-weight: 700;
  font-size: 15px;
  color: #7fa200 !important;
  text-decoration: none !important;
  transition: all 0.2s ease;
}

.bf-condition-more:hover {
  color: #5f7a00 !important;
  transform: translateX(4px);
}

/* ===== DÖNTÉSI BLOKK ===== */

.bf-conditions-decision {
  padding: 70px 0;
  background: #f6f8f0;
}

.bf-conditions-decision .bf-conditions-inner {
  max-width: 920px;
  text-align: center;
}

.bf-conditions-decision h2 {
  font-family: 'Marcellus', serif;
  font-size: 34px;
  margin-bottom: 14px;
  color: #24391f;
}

.bf-conditions-decision p {
  font-size: 18px;
  line-height: 1.75;
  color: #3f4a39;
  margin-bottom: 22px;
}

/* ===== DÖNTÉSI BLOKK EMELKEDÉS ===== */

.bf-conditions-decision .bf-conditions-inner {
  background: #ffffff;
  padding: 36px;
  border-radius: 26px;
  box-shadow: 0 18px 45px rgba(36,57,31,0.08);
  transition: all 0.25s ease;
}

.bf-conditions-decision .bf-conditions-inner:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 60px rgba(36,57,31,0.14);
}

/* ===== KÁRTYÁK – FINOM MOZGÁS ===== */

.bf-condition-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.bf-condition-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 60px rgba(36,57,31,0.16);
}

/* ===== CTA BLOKK ERŐSÍTÉS ===== */

.bf-conditions-cta h2 {
  font-family: 'Marcellus', serif;
}

.bf-conditions-cta p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

/* ===== GOMB EMELKEDÉS ===== */

.bf-conditions-btn {
  transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}

.bf-conditions-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.25);
}

/* ===== MOBILE ===== */

@media (max-width: 680px) {

  .bf-conditions-hero-actions {
    flex-direction: column;
  }

  .bf-conditions-secondary-btn {
    width: 100%;
  }

  .bf-conditions-decision .bf-conditions-inner {
    padding: 26px;
  }

}
/* =========================================================
   APNEA PAGE
   Prefix: .bf-apnea-
   ========================================================= */

/* HERO */

.bf-apnea-hero {
  padding: 100px 0 80px;
  background: linear-gradient(135deg, #24391f 0%, #49623a 55%, #7fa200 100%);
  color: #ffffff;
}

.bf-apnea-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
}

.bf-apnea-kicker {
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.8;
  margin-bottom: 10px;
  display: block;
}

.bf-apnea-hero h1 {
  font-family: 'Marcellus', serif;
  font-size: 46px;
  line-height: 1.2;
  margin-bottom: 16px;
  color: #ffffff !important;
}

.bf-apnea-hero p {
  font-size: 18px;
  line-height: 1.7;
  max-width: 520px;
}

/* HERO GOMBOK */

.bf-apnea-hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 22px;
  flex-wrap: wrap;
}

.bf-apnea-secondary-btn {
  border: 2px solid rgba(255,255,255,0.6);
  color: #ffffff !important;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.25s;
}

.bf-apnea-secondary-btn:hover {
  background: rgba(255,255,255,0.12);
  transform: translateY(-3px);
}

/* HERO KÉP */

.bf-apnea-hero-image img {
  width: 100%;
  border-radius: 26px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.25);
  transition: 0.3s;
}

.bf-apnea-hero-image img:hover {
  transform: translateY(-6px) scale(1.02);
}

/* AEO */

.bf-apnea-aeo {
  padding: 60px 0 30px;
}

.bf-apnea-aeo .bf-conditions-inner {
  background: #f6f8f0;
  padding: 30px;
  border-radius: 24px;
}

/* BLOKKOK */

.bf-apnea-block,
.bf-apnea-types,
.bf-apnea-symptoms,
.bf-apnea-risk,
.bf-apnea-warning-list,
.bf-apnea-summary {
  margin-bottom: 40px;
}

.bf-apnea-content h2 {
  font-family: 'Marcellus', serif;
  font-size: 32px;
  margin-bottom: 12px;
  color: #24391f !important;
}

.bf-apnea-content p,
.bf-apnea-content li {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 1.8;
}

/* CARDOK */

.bf-apnea-card,
.bf-apnea-principle-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  transition: 0.25s;
}

.bf-apnea-card:hover,
.bf-apnea-principle-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 50px rgba(36,57,31,0.14);
}

/* DÖNTÉSI BLOKK */

.bf-apnea-decision-box {
  background: #f6f8f0;
  padding: 30px;
  border-radius: 24px;
  margin: 50px 0;
  box-shadow: 0 18px 45px rgba(36,57,31,0.08);
  transition: 0.25s;
}

.bf-apnea-decision-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 60px rgba(36,57,31,0.14);
}

/* KIEMELT BLOKK */

.bf-apnea-highlight {
  background: #f6f8f0;
  padding: 24px;
  border-radius: 20px;
}

/* COURSE */

.bf-apnea-course {
  background: #f6f8f0;
  padding: 30px;
  border-radius: 24px;
  margin-top: 40px;
  transition: 0.25s;
}

.bf-apnea-course:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 50px rgba(36,57,31,0.14);
}

/* FIGYELMEZTETÉS */

.bf-apnea-final-warning {
  background: #fff8f3;
  border-left: 5px solid #c46a42;
  padding: 22px;
  border-radius: 18px;
  margin-top: 40px;
}

/* CTA */

.bf-apnea-final-cta {
  padding: 80px 0;
  text-align: center;
  background: linear-gradient(135deg, #24391f, #49623a);
  color: #ffffff;
}

.bf-apnea-final-cta h2 {
  font-family: 'Marcellus', serif;
  font-size: 36px;
  margin-bottom: 10px;
}

.bf-apnea-final-cta p {
  font-size: 18px;
  margin-bottom: 20px;
}

/* GOMB EMELKEDÉS */

.bf-conditions-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.25);
}

/* MOBILE */

@media (max-width: 900px) {

  .bf-apnea-hero-grid {
    grid-template-columns: 1fr;
  }

  .bf-apnea-hero-actions {
    flex-direction: column;
  }

}
/* =========================================================
   GLOBAL CONDITIONS PAGE FIX – heading színek + footer átmenet
   ========================================================= */

/* Apnoe CTA kék cím javítás */
.bf-apnea-final-cta h2,
.bf-apnea-final-cta p,
.bf-apnea-final-cta .bf-conditions-inner h2,
.bf-apnea-final-cta .bf-conditions-inner p {
  color: #ffffff !important;
}

/* Asztma CTA kék cím javítás is biztosítva */
.bf-asthma-final-cta h2,
.bf-asthma-final-cta p,
.bf-asthma-final-cta .bf-conditions-inner h2,
.bf-asthma-final-cta .bf-conditions-inner p {
  color: #ffffff !important;
}

/* Betegségek főoldal CTA cím javítás */
.bf-conditions-cta h2,
.bf-conditions-cta p {
  color: #ffffff !important;
}

/* Zöld CTA blokk szebb, egységesebb */
.bf-apnea-final-cta,
.bf-asthma-final-cta,
.bf-conditions-cta {
  background: linear-gradient(135deg, #24391f 0%, #49623a 58%, #6f8f00 100%) !important;
}

/* Lila social footer ne vágjon olyan élesen */
.bf-footer-social {
  background: linear-gradient(135deg, #8f5a9d 0%, #a666aa 100%) !important;
  padding-top: 54px;
  padding-bottom: 54px;
}

/* Footer fő rész finomabb törtfehér */
.bf-footer-main {
  background: #f7f4f8 !important;
}

/* Ha zöld CTA után jön a social, legyen kicsit kevésbé darabos */
.bf-apnea-final-cta + .bf-footer-social,
.bf-asthma-final-cta + .bf-footer-social,
.bf-conditions-cta + .bf-footer-social {
  border-top: 0;
}
/* =========================================================
   COPD PAGE
   ========================================================= */

/* HERO */

.bf-copd-hero {
  padding: 100px 0 80px;
  background: linear-gradient(135deg, #24391f 0%, #49623a 55%, #7fa200 100%);
  color: #ffffff;
}

.bf-copd-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
}

.bf-copd-kicker {
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.8;
  margin-bottom: 10px;
  display: block;
}

.bf-copd-hero h1 {
  font-family: 'Marcellus', serif;
  font-size: 46px;
  line-height: 1.2;
  margin-bottom: 16px;
  color: #ffffff !important;
}

.bf-copd-hero p {
  font-size: 18px;
  line-height: 1.7;
  max-width: 520px;
}

/* HERO KÉP */

.bf-copd-hero-image img {
  width: 100%;
  border-radius: 26px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.25);
  transition: 0.3s;
}

.bf-copd-hero-image img:hover {
  transform: translateY(-6px) scale(1.02);
}

/* GOMBOK */

.bf-copd-hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 22px;
  flex-wrap: wrap;
}

.bf-copd-secondary-btn {
  border: 2px solid rgba(255,255,255,0.6);
  color: #ffffff !important;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.25s;
}

.bf-copd-secondary-btn:hover {
  background: rgba(255,255,255,0.12);
  transform: translateY(-3px);
}

/* AEO BLOKK */

.bf-copd-aeo {
  padding: 60px 0 30px;
}

.bf-copd-aeo .bf-conditions-inner {
  background: #f6f8f0;
  padding: 30px;
  border-radius: 24px;
}

/* SZÖVEG */

.bf-copd-content {
  padding: 40px 0;
}

.bf-copd-content h2 {
  font-family: 'Marcellus', serif;
  font-size: 32px;
  margin-bottom: 14px;
  color: #24391f !important;
}

.bf-copd-content h3 {
  font-family: 'Marcellus', serif;
  font-size: 22px;
  margin-bottom: 10px;
  color: #24391f !important;
}

.bf-copd-content p,
.bf-copd-content li {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 1.8;
  color: #2f2f2f;
}

/* BLOKKOK */

.bf-copd-block {
  margin-bottom: 40px;
}

/* KIEMELT BLOKK */

.bf-copd-highlight {
  background: #f6f8f0;
  padding: 24px;
  border-radius: 20px;
  margin-bottom: 40px;
}

/* DÖNTÉSI BLOKK */

.bf-copd-decision-box {
  background: #f6f8f0;
  padding: 30px;
  border-radius: 24px;
  margin: 50px 0;
  box-shadow: 0 18px 45px rgba(36,57,31,0.08);
  transition: 0.25s;
}

.bf-copd-decision-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 60px rgba(36,57,31,0.14);
}

/* ELŐNYÖK KÁRTYÁK */

.bf-copd-principle-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  transition: 0.25s;
}

.bf-copd-principle-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 50px rgba(36,57,31,0.14);
}

/* TANFOLYAM BLOKK */

.bf-copd-course {
  background: #f6f8f0;
  padding: 30px;
  border-radius: 24px;
  margin-top: 40px;
  transition: 0.25s;
}

.bf-copd-course:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 50px rgba(36,57,31,0.14);
}

/* FIGYELMEZTETÉS */

.bf-copd-warning {
  background: #fff8f3;
  border-left: 5px solid #c46a42;
  padding: 22px;
  border-radius: 18px;
  margin-top: 40px;
}

/* CTA */

.bf-copd-final-cta {
  padding: 80px 0;
  text-align: center;
  background: linear-gradient(135deg, #24391f, #49623a);
  color: #ffffff;
}

.bf-copd-final-cta h2,
.bf-copd-final-cta p {
  color: #ffffff !important;
}

.bf-copd-final-cta h2 {
  font-family: 'Marcellus', serif;
  font-size: 36px;
  margin-bottom: 10px;
}

/* GOMB EMELKEDÉS */

.bf-conditions-btn {
  transition: 0.25s;
}

.bf-conditions-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.25);
}

/* LINK SZÍNEK FIX (kék eltüntetése) */

.bf-copd-content a {
  color: #7fa200 !important;
  text-decoration: none;
  font-weight: 600;
}

.bf-copd-content a:hover {
  text-decoration: underline;
}

/* MOBILE */

@media (max-width: 900px) {

  .bf-copd-hero-grid {
    grid-template-columns: 1fr;
  }

  .bf-copd-hero-actions {
    flex-direction: column;
  }

}
/* GOMB SZÍN FIX */

.bf-conditions-btn,
.bf-conditions-btn:link,
.bf-conditions-btn:visited,
.bf-conditions-btn:hover,
.bf-conditions-btn:active,
.bf-conditions-btn:focus {
  color: #ffffff !important;
  text-decoration: none !important;
  opacity: 1 !important;
}

.bf-conditions-btn {
  background: #7fa200 !important;
}

.bf-conditions-btn:hover {
  background: #6f8f00 !important;
}
/* ===== ALAP RESET (kék linkek kiirtása) ===== */
.bf-article-content a,
.bf-article-content a:link,
.bf-article-content a:visited {
  color: #24391f !important;
  text-decoration: none !important;
}

.bf-article-content a:hover {
  color: #7fa200 !important;
}

/* ===== HERO ===== */
.bf-article-hero {
  background: linear-gradient(135deg, #2f4d1c 0%, #7fa200 100%);
  padding: 100px 20px 70px;
  color: #ffffff;
}

.bf-article-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.bf-article-hero-grid {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}

.bf-article-hero-text {
  flex: 1;
}

.bf-article-kicker {
  font-size: 13px;
  letter-spacing: 1px;
  opacity: 0.8;
  text-transform: uppercase;
}

.bf-article-hero h1 {
  font-family: 'Marcellus', serif;
  font-size: 40px;
  line-height: 1.2;
  margin: 12px 0;
}

.bf-article-hero p {
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.9;
}

.bf-article-hero-image img {
  width: 100%;
  max-width: 420px;
  border-radius: 20px;
}

/* ===== TARTALOM ===== */
.bf-article-content {
  background: #f8f8f6;
  padding: 60px 20px;
}

.bf-article-content h2 {
  font-family: 'Marcellus', serif;
  font-size: 28px;
  margin-top: 40px;
  color: #24391f;
}

.bf-article-content p {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #2f2f2f;
}

/* ===== KÁRTYÁK ===== */
.bf-article-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px 22px;
  margin-top: 18px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.bf-article-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 35px rgba(0,0,0,0.08);
}

.bf-article-card h3 {
  font-family: 'Marcellus', serif;
  margin-bottom: 10px;
  color: #24391f;
}

.bf-article-card ul {
  padding-left: 18px;
}

/* ===== INFO BOX ===== */
.bf-article-note {
  margin-top: 30px;
  padding: 20px;
  border-radius: 14px;
  background: #f3f5ee;
  border-left: 4px solid #7fa200;
}

/* ===== CTA ===== */
.bf-article-cta {
  background: linear-gradient(135deg, #2f4d1c 0%, #7fa200 100%);
  padding: 70px 20px;
  text-align: center;
  color: #ffffff;
}

.bf-article-cta h2 {
  font-family: 'Marcellus', serif;
  font-size: 28px;
}

.bf-article-cta p {
  margin: 10px 0 25px;
}

/* ===== GOMB FIX ===== */
.bf-conditions-btn {
  display: inline-block;
  background: #7fa200 !important;
  color: #ffffff !important;
  padding: 14px 26px;
  border-radius: 30px;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 10px 25px rgba(127,162,0,0.3);
  transition: all 0.25s ease;
}

.bf-conditions-btn:hover {
  background: #6f8f00 !important;
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(127,162,0,0.4);
}

/* ===== FOOTER SZÍN FIX ===== */
.bf-footer-social {
  background: #7b4b8a !important;
}

.bf-footer-main {
  background: #f5f5f3 !important;
}

/* ===== MOBIL ===== */
@media (max-width: 768px) {
  .bf-article-hero-grid {
    flex-direction: column;
  }

  .bf-article-hero h1 {
    font-size: 30px;
  }
}
/* =========================================================
   ALLERGY PAGE
   Prefix: .bf-allergy-
   ========================================================= */

.bf-allergy-hero {
  padding: 100px 0 80px;
  background: linear-gradient(135deg, #24391f 0%, #49623a 55%, #7fa200 100%) !important;
  color: #ffffff !important;
}

.bf-allergy-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
}

.bf-allergy-kicker {
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.78) !important;
  margin-bottom: 10px;
  font-weight: 700;
}

.bf-allergy-hero h1 {
  font-family: 'Marcellus', serif !important;
  font-size: 46px;
  line-height: 1.2;
  margin-bottom: 16px;
  color: #ffffff !important;
}

.bf-allergy-hero p {
  font-family: 'Lato', sans-serif !important;
  font-size: 18px;
  line-height: 1.7;
  max-width: 540px;
  color: rgba(255,255,255,0.94) !important;
}

.bf-allergy-hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 22px;
  flex-wrap: wrap;
}

.bf-allergy-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
  border-radius: 999px;
  border: 2px solid rgba(255,255,255,0.65);
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 700;
  transition: all 0.25s ease;
}

.bf-allergy-secondary-btn:hover {
  background: rgba(255,255,255,0.12);
  transform: translateY(-3px);
}

.bf-allergy-hero-image img {
  width: 100%;
  border-radius: 26px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bf-allergy-hero-image img:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 28px 64px rgba(0,0,0,0.28);
}

.bf-allergy-aeo {
  padding: 60px 0 30px;
  background: #ffffff;
}

.bf-allergy-aeo .bf-conditions-inner {
  background: #f6f8f0;
  padding: 30px;
  border-radius: 24px;
  border: 1px solid rgba(127,162,0,0.18);
  box-shadow: 0 18px 45px rgba(36,57,31,0.08);
}

.bf-allergy-aeo h2,
.bf-allergy-content h2,
.bf-allergy-content h3 {
  font-family: 'Marcellus', serif !important;
  color: #24391f !important;
}

.bf-allergy-aeo p,
.bf-allergy-content p,
.bf-allergy-content li {
  font-family: 'Lato', sans-serif !important;
  color: #24391f;
  font-size: 18px;
  line-height: 1.8;
}

.bf-allergy-content {
  padding: 40px 0 60px;
  background: #ffffff;
}

.bf-allergy-block {
  max-width: 900px;
  margin-bottom: 40px;
}

.bf-allergy-card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin: 24px 0 42px;
}

.bf-allergy-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 14px 38px rgba(36,57,31,0.08);
  border: 1px solid rgba(36,57,31,0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.bf-allergy-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 58px rgba(36,57,31,0.14);
  border-color: rgba(127,162,0,0.26);
}

.bf-allergy-decision-box {
  background: #f6f8f0;
  padding: 30px;
  border-radius: 24px;
  margin: 50px 0;
  box-shadow: 0 18px 45px rgba(36,57,31,0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.bf-allergy-decision-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 60px rgba(36,57,31,0.14);
}

.bf-allergy-warning {
  background: #fff8f3;
  border-left: 5px solid #c46a42;
  padding: 26px;
  border-radius: 20px;
  margin-top: 40px;
  box-shadow: 0 14px 35px rgba(36,57,31,0.06);
}

.bf-allergy-final-cta {
  padding: 80px 0;
  text-align: center;
  background: linear-gradient(135deg, #24391f 0%, #49623a 58%, #6f8f00 100%) !important;
  color: #ffffff !important;
}

.bf-allergy-final-cta h2 {
  font-family: 'Marcellus', serif !important;
  font-size: 36px;
  color: #ffffff !important;
  margin-bottom: 10px;
}

.bf-allergy-final-cta p {
  color: rgba(255,255,255,0.94) !important;
  font-size: 18px;
  margin-bottom: 22px;
}

@media (max-width: 900px) {
  .bf-allergy-hero-grid,
  .bf-allergy-card-grid {
    grid-template-columns: 1fr;
  }

  .bf-allergy-hero-actions {
    flex-direction: column;
  }
}
/* =========================================================
   ANXIETY PAGE
   Prefix: .bf-anxiety-
   ========================================================= */

.bf-anxiety-hero {
  padding: 100px 0 80px;
  background: linear-gradient(135deg, #24391f 0%, #49623a 55%, #7fa200 100%) !important;
  color: #ffffff !important;
}

.bf-anxiety-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
}

.bf-anxiety-kicker {
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.78) !important;
  margin-bottom: 10px;
  font-weight: 700;
}

.bf-anxiety-hero h1 {
  font-family: 'Marcellus', serif !important;
  font-size: 46px;
  line-height: 1.2;
  margin-bottom: 16px;
  color: #ffffff !important;
}

.bf-anxiety-hero p {
  font-family: 'Lato', sans-serif !important;
  font-size: 18px;
  line-height: 1.7;
  max-width: 540px;
  color: rgba(255,255,255,0.94) !important;
}

.bf-anxiety-hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 22px;
  flex-wrap: wrap;
}

.bf-anxiety-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
  border-radius: 999px;
  border: 2px solid rgba(255,255,255,0.65);
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 700;
  transition: all 0.25s ease;
}

.bf-anxiety-secondary-btn:hover {
  background: rgba(255,255,255,0.12);
  transform: translateY(-3px);
}

.bf-anxiety-hero-image img {
  width: 100%;
  border-radius: 26px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bf-anxiety-hero-image img:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 28px 64px rgba(0,0,0,0.28);
}

.bf-anxiety-aeo {
  padding: 60px 0 30px;
  background: #ffffff;
}

.bf-anxiety-aeo .bf-conditions-inner {
  background: #f6f8f0;
  padding: 30px;
  border-radius: 24px;
  border: 1px solid rgba(127,162,0,0.18);
  box-shadow: 0 18px 45px rgba(36,57,31,0.08);
}

.bf-anxiety-content {
  padding: 40px 0 60px;
  background: #ffffff;
}

.bf-anxiety-aeo h2,
.bf-anxiety-content h2,
.bf-anxiety-content h3 {
  font-family: 'Marcellus', serif !important;
  color: #24391f !important;
}

.bf-anxiety-aeo p,
.bf-anxiety-content p,
.bf-anxiety-content li {
  font-family: 'Lato', sans-serif !important;
  color: #24391f;
  font-size: 18px;
  line-height: 1.8;
}

.bf-anxiety-block,
.bf-anxiety-summary {
  max-width: 900px;
  margin-bottom: 40px;
}

.bf-anxiety-card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin: 24px 0 42px;
}

.bf-anxiety-card,
.bf-anxiety-first-aid,
.bf-anxiety-course,
.bf-anxiety-highlight {
  background: #ffffff;
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 14px 38px rgba(36,57,31,0.08);
  border: 1px solid rgba(36,57,31,0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.bf-anxiety-card:hover,
.bf-anxiety-first-aid:hover,
.bf-anxiety-course:hover,
.bf-anxiety-highlight:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 58px rgba(36,57,31,0.14);
  border-color: rgba(127,162,0,0.26);
}

.bf-anxiety-highlight {
  background: #f6f8f0;
  margin: 44px 0;
}

.bf-anxiety-decision-box {
  background: #f6f8f0;
  padding: 30px;
  border-radius: 24px;
  margin: 50px 0;
  box-shadow: 0 18px 45px rgba(36,57,31,0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.bf-anxiety-decision-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 60px rgba(36,57,31,0.14);
}

.bf-anxiety-first-aid,
.bf-anxiety-course {
  margin: 44px 0;
}

.bf-anxiety-warning {
  background: #fff8f3;
  border-left: 5px solid #c46a42;
  padding: 26px;
  border-radius: 20px;
  margin-top: 40px;
  box-shadow: 0 14px 35px rgba(36,57,31,0.06);
}

.bf-anxiety-final-cta {
  padding: 80px 0;
  text-align: center;
  background: linear-gradient(135deg, #24391f 0%, #49623a 58%, #6f8f00 100%) !important;
  color: #ffffff !important;
}

.bf-anxiety-final-cta h2 {
  font-family: 'Marcellus', serif !important;
  font-size: 36px;
  color: #ffffff !important;
  margin-bottom: 10px;
}

.bf-anxiety-final-cta p {
  color: rgba(255,255,255,0.94) !important;
  font-size: 18px;
  margin-bottom: 22px;
}

.bf-anxiety-content a {
  color: #7fa200 !important;
  text-decoration: none !important;
  font-weight: 700;
}

.bf-anxiety-content a:hover {
  color: #5f7a00 !important;
  text-decoration: underline !important;
}

@media (max-width: 900px) {
  .bf-anxiety-hero-grid,
  .bf-anxiety-card-grid {
    grid-template-columns: 1fr;
  }

  .bf-anxiety-hero-actions {
    flex-direction: column;
  }

  .bf-anxiety-hero h1 {
    font-size: 34px;
  }
}
/* ===== CTA BUTTON FIX ===== */

.bf-conditions-btn {
  background: #7fa200 !important;
  color: #ffffff !important;
  border-radius: 999px;
  padding: 14px 26px;
  font-weight: 700;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  box-shadow: 0 10px 24px rgba(127,162,0,0.25);
}

/* HOVER – EZ HIÁNYZOTT IGAZÁN */
.bf-conditions-btn:hover {
  background: #6f8f00 !important;
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(127,162,0,0.35);
  color: #ffffff !important;
}

/* AKTÍV (kattintáskor) */
.bf-conditions-btn:active {
  transform: translateY(0);
  box-shadow: 0 6px 16px rgba(127,162,0,0.25);
}

/* FÓKUSZ (accessibility) */
.bf-conditions-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(127,162,0,0.3);
}
/* ===== VÉGSŐ GOMB FIX – minden állapot ===== */

a.bf-conditions-btn,
a.bf-conditions-btn:link,
a.bf-conditions-btn:visited,
.bf-conditions-btn,
.bf-conditions-btn:link,
.bf-conditions-btn:visited {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 52px !important;
  padding: 14px 28px !important;
  border-radius: 999px !important;
  background: #7fa200 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 800 !important;
  opacity: 1 !important;
  box-shadow: 0 12px 26px rgba(127, 162, 0, 0.28) !important;
  transform: translateY(0) !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease !important;
}

a.bf-conditions-btn:hover,
a.bf-conditions-btn:focus,
.bf-conditions-btn:hover,
.bf-conditions-btn:focus {
  background: #5f7f00 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  opacity: 1 !important;
  transform: translateY(-4px) !important;
  box-shadow: 0 20px 44px rgba(95, 127, 0, 0.38) !important;
}

a.bf-conditions-btn:active,
.bf-conditions-btn:active {
  transform: translateY(-1px) !important;
  box-shadow: 0 10px 22px rgba(95, 127, 0, 0.28) !important;
}