
.bf-programs, .bf-programs * { box-sizing: border-box; }

.bf-programs {
  padding: 48px 0;
  background:
    linear-gradient(
      to bottom,
      rgba(0,104,125,0.92) 0%,
      rgba(0,104,125,0.75) 40%,
      rgba(0,104,125,0.75) 60%,
      rgba(0,104,125,0.94) 100%
    ),
    url('https://bodymedleberfasten2aa11.zapwp.com/wp-content/uploads/gemuese.webp?src=jpg') center center / cover no-repeat;
  overflow-x: hidden;
}
.bf-programs-inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 16px;
  width: 100%;
}
.bf-programs .bf-section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 32px;
}
.bf-programs .bf-section-badge {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(199,210,27,0.25);
  color: #c7d21b;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 12px;
}
.bf-programs .bf-section-header h2 {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 8px;
  line-height: 1.3;
}
.bf-programs .bf-section-header p {
  font-size: 15px;
  color: rgba(255,255,255,0.85);
}
.bf-programs-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 32px;
}
.bf-program-card {
  background: #f2f2f2;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
}
@media (hover: hover) {
  .bf-program-card:hover { transform: translateY(-4px); }
}
.bf-program-card { transition: transform 0.3s; }
.bf-program-card.bf-highlight {
  box-shadow: 0 8px 30px rgba(0,0,0,0.06);
  outline: none;
}

.bf-program-header {
  padding: 20px;
  min-height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.bf-program-header-default { background: #f2f2f2; }
.bf-program-header-highlight { background: #f2f2f2; color: #000; }
.bf-program-header span {
  font-size: 12px;
  font-weight: 600;
}
.bf-program-header-default span { color: #9aa000; }
.bf-program-header-highlight span { color: #9aa000; }
.bf-program-header h3 {
  font-size: 20px;
  margin-top: 4px;
}
.bf-program-header-highlight h3 { color: #000000; }
.bf-program-header-default h3 { color: #000; }
.bf-program-header .bf-duration {
  font-size: 12px;
  margin-top: 6px;
}
.bf-program-header-default .bf-duration { color: #666; }
.bf-program-header-highlight .bf-duration { color: #666; }
.bf-program-body {
  padding: 20px;
  background: #f2f2f2;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.bf-program-body > p {
  font-size: 13px;
  color: #666;
  margin-bottom: 12px;
}
.bf-program-features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  flex: 1;
}
.bf-program-features li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: #333;
  padding: 3px 0;
  min-height: 28px;
}
.bf-program-features li svg {
  width: 16px;
  height: 16px;
  fill: #c7d21b;
  flex-shrink: 0;
  margin-top: 2px;
}
.bf-program-price {
  border-top: 1px solid #eee;
  padding-top: 14px;
  margin-bottom: 14px;
}
.bf-program-price .bf-price {
  font-size: 28px;
  font-weight: 700;
  color: #c7d21b;
}
.bf-program-price .bf-price-sub {
  font-size: 13px;
  color: #aaa;
  margin-top: 2px;
}
.bf-program-btn {
  display: block;
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s;
  min-height: 48px;
  -webkit-tap-highlight-color: transparent;
}
.bf-program-btn-sage,
.bf-program-btn-sage:link,
.bf-program-btn-sage:visited,
.bf-program-btn-sage:active,
.bf-program-btn-sage:hover { background: #c7d21b; color: #000000 !important; }
.bf-program-btn-sage:hover { background: #b0bb17; }
.bf-program-btn-teal,
.bf-program-btn-teal:link,
.bf-program-btn-teal:visited,
.bf-program-btn-teal:active,
.bf-program-btn-teal:hover { background: #c7d21b; color: #000000 !important; }
.bf-program-btn-teal:hover { background: #b0bb17; }

/* ===== LIVE-KURS KARTE ===== */
.bf-program-header-livekurs {
  background: #f2f2f2;
  color: #000;
}
.bf-program-header-livekurs span {
  color: #9aa000;
  font-size: 12px;
  font-weight: 600;
}
.bf-program-header-livekurs h3 {
  color: #000000;
  font-size: 20px;
  margin-top: 4px;
}
.bf-program-header-livekurs .bf-livekurs-icon {
  width: 36px;
  height: 36px;
  background: rgba(154,160,0,0.12);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.bf-program-header-livekurs .bf-livekurs-icon svg {
  width: 20px;
  height: 20px;
  fill: #9aa000;
}
.bf-livekurs-times {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: 8px;
}
.bf-livekurs-time-row {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #9aa000;
}
.bf-livekurs-time-row svg {
  width: 14px;
  height: 14px;
  fill: #9aa000;
  flex-shrink: 0;
}
.bf-program-card.bf-livekurs {
  border: none;
}
.bf-program-card.bf-livekurs .bf-program-body {
  background: #f2f2f2;
}
.bf-program-btn-livekurs,
.bf-program-btn-livekurs:link,
.bf-program-btn-livekurs:visited,
.bf-program-btn-livekurs:active,
.bf-program-btn-livekurs:hover {
  background: #c7d21b;
  color: #000000 !important;
}
.bf-program-btn-livekurs:hover { background: #b0bb17; }

/* Extras */
.bf-cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
  margin-bottom: 32px;
}
.bf-cta-btn {
  display: block;
  width: 100%;
  padding: 14px 20px;
  border: 2px solid #fff;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
  min-height: 48px;
  -webkit-tap-highlight-color: transparent;
  background: #fff;
  color: #00687D !important;
}
.bf-cta-btn:hover {
  background: #f0f0f0;
  border-color: #f0f0f0;
  color: #00687D !important;
}
@media (min-width: 768px) {
  .bf-cta-buttons {
    flex-direction: row;
    justify-content: center;
  }
  .bf-cta-btn { width: auto; min-width: 280px; }
}

.bf-extras-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.bf-extra-card {
  background: #f2f2f2;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.bf-extra-card h4 {
  font-size: 15px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 6px;
}
.bf-extra-card p {
  font-size: 13px;
  color: #666;
  margin-bottom: 12px;
  line-height: 1.5;
}
.bf-extra-card .bf-extra-price {
  font-size: 14px;
  color: #9aa000;
  font-weight: 600;
}

/* ===== AB 480px ===== */
@media (min-width: 480px) {
  .bf-extras-grid { grid-template-columns: 1fr 1fr; }
}

/* ===== AB 768px – Tablet ===== */
@media (min-width: 768px) {
  .bf-programs { padding: 60px 0; }
  .bf-programs-inner { padding: 0 24px; }
  .bf-programs-grid { grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 40px; }
  .bf-programs .bf-section-header { margin-bottom: 40px; }
  .bf-programs .bf-section-badge { font-size: 13px; padding: 7px 18px; }
  .bf-programs .bf-section-header h2 { font-size: 30px; }
  .bf-programs .bf-section-header p { font-size: 16px; }
  .bf-program-header { padding: 24px; }
  .bf-program-header h3 { font-size: 22px; }
  .bf-program-body { padding: 24px; }
  .bf-program-body > p { font-size: 14px; }
  .bf-program-features li { font-size: 14px; }
  .bf-program-price .bf-price { font-size: 30px; }
  .bf-extras-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .bf-extra-card { padding: 24px; }
  .bf-extra-card h4 { font-size: 16px; }
  .bf-extra-card p { font-size: 14px; }
}

/* ===== Intensivprogramm-Karte (gelb-grün) ===== */
.bf-program-header-intensive {
  background: linear-gradient(135deg, #c7d21b 0%, #9aa000 100%);
  color: #000;
}
.bf-program-header-intensive span { color: #000; }
.bf-program-header-intensive h3 { color: #000; }
.bf-program-header-intensive .bf-duration { color: #333; }
.bf-program-card.bf-intensive {
  border: 2px solid #c7d21b;
}
.bf-program-card.bf-intensive .bf-program-body {
  background: #f9fce8;
}
.bf-program-card.bf-intensive .bf-program-price .bf-price {
  color: #9aa000;
}
.bf-price-old {
  font-size: 16px;
  font-weight: 400;
  color: #888;
  text-decoration: line-through;
  margin-right: 6px;
}
.bf-program-card.bf-intensive .bf-program-btn-intensive,
.bf-program-card.bf-intensive .bf-program-btn-intensive:link,
.bf-program-card.bf-intensive .bf-program-btn-intensive:visited,
.bf-program-card.bf-intensive .bf-program-btn-intensive:active,
.bf-program-card.bf-intensive .bf-program-btn-intensive:hover { background: #9aa000; color: #fff !important; }
.bf-program-card.bf-intensive .bf-program-btn-intensive:hover { background: #7e8700; }
.bf-intensive-besonderheit {
  background: rgba(199,210,27,0.18);
  border-left: 3px solid #c7d21b;
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 12px;
  color: #333;
  margin-bottom: 14px;
  line-height: 1.5;
}
.bf-intensive-besonderheit strong {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: #7e8700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}
/* ===== Premium-Einzelberatung ===== */
.bf-premium-consulting {
  background: linear-gradient(135deg, #f9fce8 0%, #ffffff 50%, #eef7f8 100%);
  border: 1px solid rgba(199, 210, 27, 0.58);
  border-radius: 20px;
  box-shadow: 0 16px 36px rgba(0,0,0,0.12);
  margin: 0 auto 32px;
  max-width: 1120px;
  overflow: hidden;
  padding: 24px 20px;
  position: relative;
}
.bf-premium-consulting::before {
  border: 1px solid rgba(0,104,125,0.13);
  border-radius: 50%;
  content: "";
  height: 220px;
  position: absolute;
  right: -95px;
  top: -110px;
  width: 220px;
}
.bf-premium-consulting > * { position: relative; z-index: 1; }
.bf-premium-badge {
  background: #00687D;
  border-radius: 999px;
  color: #ffffff;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  padding: 7px 12px;
  text-transform: uppercase;
}
.bf-premium-consulting h3 {
  color: #000000;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 14px;
}
.bf-premium-lead {
  color: #24464b;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 14px;
}
.bf-premium-copy {
  color: #4d5b5d;
  font-size: 14px;
  line-height: 1.65;
}
.bf-premium-copy + .bf-premium-copy { margin-top: 10px; }
.bf-premium-price-panel {
  background: #00687D;
  border-radius: 16px;
  color: #ffffff;
  margin-top: 22px;
  padding: 22px 20px;
}
.bf-premium-price-panel h4 {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 8px;
}
.bf-premium-price-panel p {
  color: rgba(255,255,255,0.88);
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 16px;
}
.bf-premium-price {
  color: #c7d21b;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
}
.bf-premium-price span {
  color: rgba(255,255,255,0.88);
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-top: 5px;
}
.bf-premium-total {
  border-top: 1px solid rgba(255,255,255,0.22);
  color: #ffffff;
  font-size: 13px;
  line-height: 1.55;
  margin-top: 16px;
  padding-top: 14px;
}
@media (min-width: 768px) {
  .bf-premium-consulting { display: grid; gap: 34px; grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr); padding: 34px; }
  .bf-premium-price-panel { align-self: stretch; display: flex; flex-direction: column; justify-content: center; margin-top: 0; padding: 28px; }
}

/* ===== AB 1024px – Desktop ===== */
@media (min-width: 1024px) {
  .bf-programs { padding: 80px 0; }
  .bf-programs-inner { padding: 0 20px; }
  .bf-programs-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 48px; }
  .bf-program-card.bf-highlight { transform: none; }
  .bf-program-card.bf-highlight:hover { transform: translateY(-4px); }
  .bf-programs .bf-section-header { margin-bottom: 60px; }
  .bf-programs .bf-section-badge { font-size: 14px; padding: 8px 20px; }
  .bf-programs .bf-section-header h2 { font-size: 36px; }
  .bf-programs .bf-section-header p { font-size: 18px; }
  .bf-program-price .bf-price { font-size: 32px; }
  .bf-extras-grid { gap: 24px; }
}
