.bf-about {
  font-family: 'Lato', sans-serif;
  color: #24391f;
  background: #ffffff;
}

.bf-about-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 22px;
}

.bf-about-hero {
  padding: 92px 0 88px;
  text-align: center;
  background: linear-gradient(135deg, #24391f 0%, #49623a 58%, #6f8f00 100%);
  color: #ffffff;
}

.bf-about-kicker {
  display: block;
  margin-bottom: 18px;
  font-size: 13px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(255,255,255,0.78);
}

.bf-about-hero h1 {
  max-width: 860px;
  margin: 0 auto 20px;
  font-family: 'Marcellus', serif;
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1.08;
  font-weight: 400;
  color: #ffffff;
}

.bf-about-hero p {
  max-width: 780px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.75;
  color: rgba(255,255,255,0.92);
}

.bf-about-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.bf-about-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;
  box-shadow: 0 16px 34px rgba(0,0,0,0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.bf-about-btn:hover {
  background: #8fb300;
  transform: translateY(-4px);
  box-shadow: 0 24px 50px rgba(0,0,0,0.24);
}

.bf-about-btn-secondary {
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.35);
}

.bf-about-btn-secondary:hover {
  background: rgba(255,255,255,0.22);
}

.bf-about-trust,
.bf-about-person,
.bf-about-testimonials {
  padding: 76px 0;
}

.bf-about-trust .bf-about-inner {
  background: #f6f8f0;
  border: 1px solid rgba(127,162,0,0.18);
  border-radius: 28px;
  padding: 44px;
  box-shadow: 0 18px 45px rgba(36,57,31,0.08);
}

.bf-about-trust h2,
.bf-person-text h2,
.bf-about-testimonials h2,
.bf-about-cta h2 {
  font-family: 'Marcellus', serif;
  font-weight: 400;
  color: #24391f;
}

.bf-about-trust h2 {
  font-size: 38px;
  margin: 0 0 14px;
}

.bf-about-trust p,
.bf-person-text p,
.bf-about-section-lead {
  font-size: 18px;
  line-height: 1.8;
  color: #3f4a39;
}

.bf-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.bf-trust-grid div {
  background: #ffffff;
  padding: 20px;
  border-radius: 18px;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(36,57,31,0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.bf-trust-grid div:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 45px rgba(36,57,31,0.13);
}

.bf-about-person-alt {
  background: #f6f8f0;
}

.bf-person-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 52px;
  align-items: center;
}

.bf-about-person-alt .bf-person-grid {
  grid-template-columns: 1.1fr 0.9fr;
}

.bf-person-img {
  background: #ffffff;
  border-radius: 28px;
  padding: 14px;
  box-shadow: 0 18px 45px rgba(36,57,31,0.10);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.bf-person-img:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 62px rgba(36,57,31,0.16);
}

.bf-person-img img {
  width: 100%;
  display: block;
  border-radius: 22px;
}

.bf-person-text h2 {
  font-size: 42px;
  margin: 0 0 8px;
}

.bf-person-text h4 {
  margin: 0 0 22px;
  font-size: 17px;
  color: #7fa200;
  font-weight: 900;
}

.bf-person-text p {
  margin: 0 0 16px;
}

.bf-about-testimonials {
  background: #ffffff;
}

.bf-about-testimonials h2 {
  text-align: center;
  font-size: 42px;
  margin: 0 0 12px;
}

.bf-about-section-lead {
  max-width: 760px;
  text-align: center;
  margin: 0 auto 32px;
}

.bf-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.bf-testimonial {
  background: #ffffff;
  padding: 30px;
  border-radius: 24px;
  border: 1px solid rgba(36,57,31,0.08);
  box-shadow: 0 18px 42px rgba(36,57,31,0.09);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.bf-testimonial:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 58px rgba(36,57,31,0.15);
}

.bf-testimonial p {
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 1.75;
  color: #3f4a39;
  font-style: italic;
}

.bf-testimonial strong {
  color: #24391f;
}

.bf-about-center {
  text-align: center;
  margin-top: 34px;
}

.bf-about-cta {
  padding: 84px 0;
  text-align: center;
  background: linear-gradient(135deg, #24391f 0%, #49623a 58%, #6f8f00 100%);
  color: #ffffff;
}

.bf-about-cta h2 {
  max-width: 820px;
  margin: 0 auto 16px;
  font-size: 42px;
  color: #ffffff;
}

.bf-about-cta p {
  max-width: 720px;
  margin: 0 auto 28px;
  font-size: 18px;
  line-height: 1.75;
  color: rgba(255,255,255,0.92);
}

@media (max-width: 900px) {
  .bf-trust-grid,
  .bf-testimonial-grid,
  .bf-person-grid,
  .bf-about-person-alt .bf-person-grid {
    grid-template-columns: 1fr;
  }

  .bf-about-person-alt .bf-person-img {
    order: -1;
  }

  .bf-about-trust .bf-about-inner {
    padding: 30px 24px;
  }
}
/* ===== RÓLUNK OLDAL RÉSEK JAVÍTÁSA ===== */

.bf-about {
  margin: 0 !important;
  padding: 0 !important;
}

.bf-about-hero {
  margin-top: 0 !important;
}

.bf-about section,
.bf-about > section,
.bf-about-hero,
.bf-about-trust,
.bf-about-person,
.bf-about-testimonials,
.bf-about-cta {
  margin-bottom: 0 !important;
}

/* CTA és footer közötti nagy fehér rés eltüntetése */
.bf-about-cta {
  margin-bottom: 0 !important;
}

/* social footer ne kapjon extra felső rést */
.bf-about + .bf-footer-social,
.bf-footer-social {
  margin-top: 0 !important;
}

/* WordPress/Astra által hozzáadott üres bekezdések eltüntetése */
.bf-about + p,
.bf-about p:empty,
.bf-about + br,
.bf-about br:last-child {
  display: none !important;
}

/* ha a tartalom konténer ad extra alsó-felső paddinget */
.entry-content > .bf-about:first-child {
  margin-top: 0 !important;
}

.entry-content > .bf-about:last-child {
  margin-bottom: 0 !important;
}
/* ===== TEACHERS ===== */

.bf-teachers-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 20px;
}

/* HERO */
.bf-teachers-hero {
  background: linear-gradient(135deg,#1f3d16,#7fa200);
  color: #fff;
  text-align: center;
}

.bf-teachers-hero h1 {
  font-size: 42px;
  margin-bottom: 10px;
}

/* GRID */
.bf-teachers-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 30px;
}

.bf-teacher-card {
  text-decoration: none;
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  transition: .3s;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.bf-teacher-card:hover {
  transform: translateY(-6px);
}

.bf-teacher-card img {
  width: 100%;
  border-radius: 15px;
}

/* SECTION */
.bf-teacher-section {
  padding: 60px 0;
}

.bf-teacher-section.alt {
  background: #f7f7f7;
}

.bf-teacher-flex {
  display: flex;
  gap: 50px;
  align-items: center;
}

.bf-teacher-flex.reverse {
  flex-direction: row-reverse;
}

.bf-teacher-img img {
  width: 100%;
  border-radius: 20px;
}

.bf-teacher-text h2 {
  font-size: 32px;
}

.bf-teacher-role {
  color: #7fa200;
  font-weight: 600;
  margin-bottom: 15px;
}

/* CTA */
.bf-teachers-cta {
  background: linear-gradient(135deg,#1f3d16,#7fa200);
  color: #fff;
  text-align: center;
}

.bf-btn {
  display: inline-block;
  background: #7fa200;
  color: #fff;
  padding: 14px 30px;
  border-radius: 30px;
  margin-top: 20px;
  transition: .3s;
}

.bf-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

/* MOBILE */
@media(max-width:768px){

  .bf-teachers-grid {
    grid-template-columns: 1fr;
  }

  .bf-teacher-flex {
    flex-direction: column;
  }

  .bf-teacher-flex.reverse {
    flex-direction: column;
  }
}
/* =========================================================
   BUTEYKO OKTATÓINK ALoldal
   Prefix: .bf-teachers-
   ========================================================= */

.bf-teachers-page {
  font-family: 'Lato', sans-serif;
  color: #24391f;
  background: #ffffff;
}

.bf-teachers-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 22px;
}

/* HERO */

.bf-teachers-hero {
  padding: 92px 0 88px;
  text-align: center;
  background: linear-gradient(135deg, #24391f 0%, #49623a 58%, #6f8f00 100%);
  color: #ffffff;
}

.bf-teachers-kicker {
  display: block;
  margin-bottom: 18px;
  font-size: 13px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(255,255,255,0.78);
}

.bf-teachers-hero h1 {
  max-width: 900px;
  margin: 0 auto 20px;
  font-family: 'Marcellus', serif;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1.08;
  font-weight: 400;
  color: #ffffff;
}

.bf-teachers-hero p {
  max-width: 780px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.75;
  color: rgba(255,255,255,0.92);
}

.bf-teachers-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

/* BUTTONS */

.bf-teachers-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;
  box-shadow: 0 16px 34px rgba(0,0,0,0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.bf-teachers-btn:hover {
  background: #8fb300;
  transform: translateY(-4px);
  box-shadow: 0 24px 50px rgba(0,0,0,0.24);
}

.bf-teachers-btn-secondary {
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.35);
}

.bf-teachers-btn-secondary:hover {
  background: rgba(255,255,255,0.22);
}

/* INTRO */

.bf-teachers-intro {
  padding: 76px 0 40px;
  background: #ffffff;
}

.bf-teachers-intro-box {
  background: #f6f8f0;
  border: 1px solid rgba(127,162,0,0.18);
  border-radius: 28px;
  padding: 44px;
  box-shadow: 0 18px 45px rgba(36,57,31,0.08);
}

.bf-teachers-intro-box h2,
.bf-teacher-story h2,
.bf-teacher-certificates h2,
.bf-teachers-final-cta h2 {
  font-family: 'Marcellus', serif;
  font-weight: 400;
  color: #24391f;
}

.bf-teachers-intro-box h2 {
  font-size: 38px;
  margin: 0 0 16px;
}

.bf-teachers-intro-box p {
  font-size: 18px;
  line-height: 1.8;
  color: #3f4a39;
}

/* PROFILE */

.bf-teacher-profile {
  padding: 76px 0;
  background: #ffffff;
}

.bf-teacher-profile-alt {
  background: #f6f8f0;
}

.bf-teacher-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 52px;
  align-items: center;
}

.bf-teacher-profile-alt .bf-teacher-grid {
  grid-template-columns: 1.1fr 0.9fr;
}

.bf-teacher-image {
  background: #ffffff;
  border-radius: 28px;
  padding: 14px;
  box-shadow: 0 18px 45px rgba(36,57,31,0.10);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.bf-teacher-image:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 62px rgba(36,57,31,0.16);
}

.bf-teacher-image img {
  width: 100%;
  display: block;
  border-radius: 22px;
}

.bf-teacher-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(127,162,0,0.12);
  color: #6f8f00;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.bf-teacher-content h2 {
  margin: 0 0 8px;
  font-family: 'Marcellus', serif;
  font-size: 42px;
  font-weight: 400;
  color: #24391f;
}

.bf-teacher-content h3 {
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 1.55;
  color: #7fa200;
  font-weight: 900;
}

.bf-teacher-content p {
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 1.8;
  color: #3f4a39;
}

.bf-teacher-content a:not(.bf-teachers-btn) {
  color: #6f8f00 !important;
  font-weight: 800;
  text-decoration: none !important;
}

.bf-teacher-content a:not(.bf-teachers-btn):hover {
  text-decoration: underline !important;
}

.bf-teacher-quote {
  margin: 28px 0 26px;
  padding: 24px 28px;
  border-radius: 22px;
  background: #f6f8f0;
  border-left: 5px solid #7fa200;
  font-family: 'Marcellus', serif;
  font-size: 26px;
  line-height: 1.35;
  color: #24391f;
}

/* STORY */

.bf-teacher-story {
  padding: 70px 0;
  background: #ffffff;
}

.bf-teacher-story .bf-teachers-inner {
  max-width: 980px;
}

.bf-teacher-story h2 {
  margin: 0 0 20px;
  font-size: 38px;
}

.bf-teacher-story p {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.85;
  color: #3f4a39;
}

/* CERTIFICATES */

.bf-teacher-certificates {
  padding: 70px 0;
  background: #f6f8f0;
}

.bf-teacher-certificates h2 {
  text-align: center;
  margin: 0 0 34px;
  font-size: 38px;
}

.bf-certificate-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.bf-certificate-grid-single {
  grid-template-columns: minmax(0, 640px);
  justify-content: center;
}

.bf-certificate-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 16px;
  box-shadow: 0 18px 42px rgba(36,57,31,0.09);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.bf-certificate-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 58px rgba(36,57,31,0.15);
}

.bf-certificate-card img {
  width: 100%;
  display: block;
  border-radius: 18px;
}

/* FINAL CTA */

.bf-teachers-final-cta {
  padding: 84px 0;
  text-align: center;
  background: linear-gradient(135deg, #24391f 0%, #49623a 58%, #6f8f00 100%);
  color: #ffffff;
}

.bf-teachers-final-cta h2 {
  max-width: 820px;
  margin: 0 auto 16px;
  font-size: 42px;
  color: #ffffff;
}

.bf-teachers-final-cta p {
  max-width: 720px;
  margin: 0 auto 28px;
  font-size: 18px;
  line-height: 1.75;
  color: rgba(255,255,255,0.92);
}

/* RÉSEK KIÜTÉSE */

.bf-teachers-page {
  margin: 0 !important;
  padding: 0 !important;
}

.bf-teachers-page section {
  margin-bottom: 0 !important;
}

.bf-teachers-page + .bf-footer-social {
  margin-top: 0 !important;
}

/* MOBILE */

@media (max-width: 900px) {
  .bf-teacher-grid,
  .bf-teacher-profile-alt .bf-teacher-grid,
  .bf-certificate-grid {
    grid-template-columns: 1fr;
  }

  .bf-teacher-profile-alt .bf-teacher-image {
    order: -1;
  }

  .bf-teachers-intro-box {
    padding: 30px 24px;
  }

  .bf-teachers-actions {
    flex-direction: column;
  }

  .bf-teachers-btn {
    width: 100%;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 680px) {
  .bf-teachers-hero {
    padding: 74px 0 64px;
  }

  .bf-teachers-hero h1,
  .bf-teacher-content h2,
  .bf-teachers-final-cta h2 {
    font-size: 34px;
  }

  .bf-teacher-profile,
  .bf-teacher-story,
  .bf-teacher-certificates {
    padding: 56px 0;
  }
}
/* =========================================================
   BUTEYKO SIKEREK / VISSZAJELZÉSEK OLDAL
   Prefix: .bf-success-
   ========================================================= */

.bf-success-page {
  font-family: 'Lato', sans-serif;
  color: #24391f;
  background: #ffffff;
  margin: 0 !important;
  padding: 0 !important;
}

.bf-success-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 22px;
}

/* HERO */

.bf-success-hero {
  padding: 92px 0 88px;
  text-align: center;
  background: linear-gradient(135deg, #24391f 0%, #49623a 58%, #6f8f00 100%);
  color: #ffffff;
}

.bf-success-kicker {
  display: block;
  margin-bottom: 18px;
  font-size: 13px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(255,255,255,0.78);
}

.bf-success-hero h1 {
  max-width: 900px;
  margin: 0 auto 20px;
  font-family: 'Marcellus', serif;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1.08;
  font-weight: 400;
  color: #ffffff;
}

.bf-success-hero p {
  max-width: 800px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.75;
  color: rgba(255,255,255,0.92);
}

.bf-success-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

/* BUTTONS */

.bf-success-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;
  box-shadow: 0 16px 34px rgba(0,0,0,0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.bf-success-btn:hover {
  background: #8fb300;
  transform: translateY(-4px);
  box-shadow: 0 24px 50px rgba(0,0,0,0.24);
}

.bf-success-btn-secondary {
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.35);
}

.bf-success-btn-secondary:hover {
  background: rgba(255,255,255,0.22);
}

/* AEO */

.bf-success-aeo {
  padding: 76px 0 36px;
  background: #ffffff;
}

.bf-success-aeo .bf-success-inner {
  background: #f6f8f0;
  border: 1px solid rgba(127,162,0,0.18);
  border-radius: 28px;
  padding: 44px;
  box-shadow: 0 18px 45px rgba(36,57,31,0.08);
}

.bf-success-aeo h2,
.bf-success-featured h2,
.bf-success-stories h2,
.bf-success-warning h2,
.bf-success-cta h2 {
  font-family: 'Marcellus', serif;
  font-weight: 400;
  color: #24391f;
}

.bf-success-aeo h2 {
  margin: 0 0 16px;
  font-size: 38px;
}

.bf-success-aeo p {
  margin: 0;
  font-size: 18px;
  line-height: 1.8;
  color: #3f4a39;
}

/* KIEMELT KÁRTYÁK */

.bf-success-featured {
  padding: 56px 0 76px;
  background: #ffffff;
}

.bf-success-featured h2,
.bf-success-stories h2 {
  text-align: center;
  font-size: 42px;
  margin: 0 0 34px;
}

.bf-success-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.bf-success-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 24px;
  border: 1px solid rgba(36,57,31,0.08);
  box-shadow: 0 18px 42px rgba(36,57,31,0.09);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.bf-success-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 58px rgba(36,57,31,0.15);
  border-color: rgba(127,162,0,0.25);
}

.bf-success-card h3 {
  margin: 0 0 8px;
  font-family: 'Marcellus', serif;
  font-size: 28px;
  font-weight: 400;
  color: #24391f;
}

.bf-success-card span {
  display: block;
  margin-bottom: 18px;
  color: #7fa200;
  font-weight: 800;
  font-size: 14px;
}

.bf-success-card p {
  margin: 0 0 14px;
  font-size: 17px;
  line-height: 1.75;
  color: #3f4a39;
}

/* STORY BLOKKOK */

.bf-success-stories {
  padding: 76px 0;
  background: #f6f8f0;
}

.bf-success-story {
  background: #ffffff;
  padding: 32px;
  border-radius: 24px;
  border: 1px solid rgba(36,57,31,0.07);
  box-shadow: 0 16px 38px rgba(36,57,31,0.08);
  margin-bottom: 24px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.bf-success-story:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 58px rgba(36,57,31,0.14);
}

.bf-success-story h3 {
  margin: 0 0 14px;
  font-family: 'Marcellus', serif;
  font-size: 30px;
  font-weight: 400;
  color: #24391f;
}

.bf-success-story p {
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 1.82;
  color: #3f4a39;
}

/* ===== KÉPES VISSZAJELZÉS BLOKK – TISZTA ===== */

.bf-success-story-image {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}

.bf-success-story-image img {
  width: 220px;
  height: 220px;
  min-width: 220px;
  object-fit: cover;
  border-radius: 20px;
  display: block;
  box-shadow: 0 16px 36px rgba(0,0,0,0.12);
}

.bf-success-story-image > div {
  flex: 1;
}

.bf-success-story-image h3 {
  margin-top: 0;
}

.bf-success-story-image p {
  max-width: 800px;
}
/* FIX – CTA háttér kényszerítés */

.bf-success-page .bf-success-cta {
  background: linear-gradient(135deg, #24391f 0%, #49623a 58%, #6f8f00 100%) !important;
  color: #ffffff !important;
  padding: 84px 0 !important;
}

.bf-success-page .bf-success-cta h2 {
  color: #ffffff !important;
}

.bf-success-page .bf-success-cta p {
  color: rgba(255,255,255,0.92) !important;
}
/* ===== SUCCESS OLDAL ALJA – EGYSÉGESÍTÉS ===== */

.bf-success-warning {
  padding: 70px 0 86px !important;
  background: #ffffff !important;
}

.bf-success-warning .bf-success-inner {
  max-width: 1120px !important;
  margin: 0 auto !important;
  padding: 34px 38px !important;
  background: #fff8f3 !important;
  border-left: 5px solid #c46a42 !important;
  border-radius: 22px !important;
  box-shadow: 0 14px 35px rgba(36,57,31,0.06) !important;
}

.bf-success-warning h2 {
  margin: 0 0 14px !important;
  font-family: 'Marcellus', serif !important;
  font-size: 34px !important;
  color: #24391f !important;
}

.bf-success-warning p {
  margin: 0 !important;
  font-size: 18px !important;
  line-height: 1.8 !important;
  color: #24391f !important;
}

.bf-success-cta {
  padding: 96px 20px 104px !important;
  text-align: center !important;
  background: linear-gradient(135deg, #24391f 0%, #49623a 58%, #6f8f00 100%) !important;
  color: #ffffff !important;
  margin: 0 !important;
}

.bf-success-cta .bf-success-inner {
  max-width: 920px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

.bf-success-cta h2 {
  margin: 0 auto 18px !important;
  font-family: 'Marcellus', serif !important;
  font-size: 42px !important;
  line-height: 1.22 !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  text-align: center !important;
}

.bf-success-cta p {
  max-width: 760px !important;
  margin: 0 auto 30px !important;
  font-size: 18px !important;
  line-height: 1.75 !important;
  color: rgba(255,255,255,0.92) !important;
  text-align: center !important;
}

.bf-success-cta .bf-success-btn {
  margin: 0 auto !important;
}