.bf-pillars-page {
  font-family: 'Lato', sans-serif;
  color: #24391f;
  background: #ffffff;
  margin: 0 !important;
  padding: 0 !important;
}

.bf-pillars-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 22px;
}

.bf-pillars-hero {
  padding: 92px 0 88px;
  text-align: center;
  background: linear-gradient(135deg, #24391f 0%, #49623a 58%, #6f8f00 100%);
  color: #ffffff;
}

.bf-pillars-kicker {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #dfeac0;
}

.bf-pillars-hero h1 {
  font-family: 'Marcellus', serif;
  font-size: 52px;
  line-height: 1.12;
  margin: 0 0 22px;
  color: #ffffff;
}

.bf-pillars-lead {
  max-width: 760px;
  margin: 0 auto 12px;
  font-size: 20px;
  line-height: 1.7;
  color: rgba(255,255,255,0.96);
}

.bf-pillars-sub {
  max-width: 760px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255,255,255,0.88);
}

.bf-pillars-content {
  background: #f6f8f0;
  padding: 78px 0 82px;
}

.bf-pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-bottom: 36px;
}

.bf-pillars-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 30px 28px;
  box-shadow: 0 18px 45px rgba(36,57,31,0.09);
  border: 1px solid rgba(127,162,0,0.14);
}

.bf-pillars-letter {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #7fa200;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  margin-bottom: 22px;
}

.bf-pillars-card h3 {
  font-family: 'Marcellus', serif;
  font-size: 28px;
  margin: 0 0 14px;
  color: #24391f;
}

.bf-pillars-card p {
  font-size: 17px;
  line-height: 1.75;
  margin: 0;
  color: #4b5c45;
}

.bf-pillars-warning {
  background: #fff8f3;
  border: 1px solid #c46a42;
  border-radius: 18px;
  padding: 20px 24px;
  margin: 0 0 46px;
}

.bf-pillars-warning p {
  margin: 0;
  font-weight: 700;
  line-height: 1.7;
}

.bf-pillars-cta {
  text-align: center;
  max-width: 860px;
  margin: 0 auto;
}

.bf-pillars-cta h2 {
  font-family: 'Marcellus', serif;
  font-size: 42px;
  line-height: 1.22;
  margin: 0 0 18px;
  color: #24391f;
}

.bf-pillars-cta p {
  font-size: 18px;
  line-height: 1.75;
  margin: 0 auto 28px;
  color: #4b5c45;
}

.bf-pillars-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 34px;
  border-radius: 999px;
  background: #7fa200;
  color: #ffffff !important;
  font-weight: 800;
  text-decoration: none !important;
  box-shadow: 0 16px 34px rgba(127,162,0,0.28);
  transition: all 0.25s ease;
}

.bf-pillars-btn:hover {
  background: #6f8f00;
  transform: translateY(-2px);
}

@media (max-width: 900px) {
  .bf-pillars-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .bf-pillars-hero {
    padding: 68px 0 64px;
  }

  .bf-pillars-hero h1 {
    font-size: 38px;
  }

  .bf-pillars-lead,
  .bf-pillars-sub {
    font-size: 17px;
  }

  .bf-pillars-content {
    padding: 56px 0 60px;
  }

  .bf-pillars-cta h2 {
    font-size: 31px;
  }
}
/* =========================================================
   MINDENT A BUTEYKÓRÓL – FULL PILLARS OLDAL FIX
   Régi classok visszatámogatása
   ========================================================= */

.bf-pillars-page {
  font-family: 'Lato', sans-serif;
  color: #24391f;
  background: #f6f8f0;
  margin: 0 !important;
  padding: 0 !important;
}

.bf-pillars-hero {
  padding: 92px 0 88px;
  background: linear-gradient(135deg, #24391f 0%, #49623a 58%, #6f8f00 100%);
  color: #ffffff;
  text-align: center;
}

.bf-pillars-hero-inner,
.bf-pillars-content,
.bf-pillars-cta-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 22px;
}

.bf-pillars-hero-content {
  max-width: 860px;
  margin: 0 auto;
}

.bf-pillars-kicker {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #dfeac0;
}

.bf-pillars-hero h1 {
  font-family: 'Marcellus', serif;
  font-size: 52px;
  line-height: 1.15;
  margin: 0 0 24px;
  color: #ffffff;
}

.bf-pillars-lead {
  max-width: 760px;
  margin: 0 auto 26px;
  font-size: 21px;
  line-height: 1.7;
  color: rgba(255,255,255,0.96);
}

.bf-pillars-hero p,
.bf-pillars-hero-content {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255,255,255,0.92);
}

.bf-pillars-hero-card {
  max-width: 680px;
  margin: 42px auto 0;
  padding: 28px 34px;
  border-radius: 26px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.22);
  backdrop-filter: blur(10px);
  color: #ffffff;
}

.bf-pillars-hero-card h2 {
  font-family: 'Marcellus', serif;
  font-size: 34px;
  margin: 10px 0 14px;
  color: #ffffff;
}

.bf-pillars-section {
  padding: 76px 0;
  background: #ffffff;
}

.bf-pillars-section.bf-pillars-soft {
  background: #f6f8f0;
}

.bf-pillars-section.bf-pillars-deep {
  background: linear-gradient(135deg, #24391f 0%, #49623a 100%);
  color: #ffffff;
}

.bf-pillars-section.bf-pillars-deep h2,
.bf-pillars-section.bf-pillars-deep p {
  color: #ffffff;
}

.bf-pillars-content h2 {
  font-family: 'Marcellus', serif;
  font-size: 40px;
  line-height: 1.22;
  margin: 0 0 24px;
  color: #24391f;
}

.bf-pillars-content {
  font-size: 18px;
  line-height: 1.8;
  color: #41533a;
}

.bf-pillars-highlight {
  margin-top: 28px;
  padding: 22px 26px;
  border-radius: 18px;
  background: #fff8f3;
  border: 1px solid #c46a42;
  color: #24391f;
}

.bf-pillars-grid,
.bf-pillars-check-grid,
.bf-pillars-life-grid {
  display: grid;
  gap: 24px;
  margin-top: 34px;
}

.bf-pillars-grid {
  grid-template-columns: repeat(3, 1fr);
}

.bf-pillars-check-grid,
.bf-pillars-life-grid {
  grid-template-columns: repeat(3, 1fr);
}

.bf-pillars-card,
.bf-pillars-check-grid div,
.bf-pillars-life-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 18px 45px rgba(36,57,31,0.09);
  border: 1px solid rgba(127,162,0,0.14);
}

.bf-pillars-card h3 {
  font-family: 'Marcellus', serif;
  font-size: 28px;
  margin: 10px 0 14px;
  color: #24391f;
}

.bf-pillars-two-col {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 46px;
  align-items: center;
}

.bf-pillars-image-box img {
  width: 100%;
  border-radius: 26px;
  box-shadow: 0 22px 55px rgba(36,57,31,0.14);
}

.bf-pillars-list {
  margin-top: 24px;
  padding-left: 20px;
}

.bf-pillars-list li {
  margin-bottom: 10px;
}

.bf-pillars-cta {
  padding: 82px 0;
  background: #f6f8f0;
  text-align: center;
}

.bf-pillars-cta h2 {
  font-family: 'Marcellus', serif;
  font-size: 42px;
  line-height: 1.22;
  margin: 0 0 20px;
  color: #24391f;
}

.bf-pillars-cta-inner {
  max-width: 860px;
}

.bf-pillars-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  padding: 16px 34px;
  border-radius: 999px;
  background: #7fa200;
  color: #ffffff !important;
  font-weight: 800;
  text-decoration: none !important;
  box-shadow: 0 16px 34px rgba(127,162,0,0.28);
}

.bf-pillars-btn:hover {
  background: #6f8f00;
}

/* MOBIL */

@media (max-width: 900px) {
  .bf-pillars-grid,
  .bf-pillars-check-grid,
  .bf-pillars-life-grid,
  .bf-pillars-two-col {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .bf-pillars-hero {
    padding: 66px 0 62px;
  }

  .bf-pillars-hero h1 {
    font-size: 36px;
  }

  .bf-pillars-lead,
  .bf-pillars-hero p,
  .bf-pillars-hero-content,
  .bf-pillars-content {
    font-size: 16px;
  }

  .bf-pillars-content h2,
  .bf-pillars-cta h2 {
    font-size: 30px;
  }

  .bf-pillars-section {
    padding: 54px 0;
  }
}