

    /* ======= Bibliai témák blokk ======= */
    #bibliai-temak {
      padding: 72px 0;
      background: #f8f8f8;
    }

    #bibliai-temak .temak-fejlec {
      max-width: 760px;
      margin: 0 auto 42px;
      text-align: center;
    }

    #bibliai-temak .temak-fejlec h3 {
      margin-bottom: 14px;
      color: #333333;
      font-size: 32px;
      font-weight: 700;
    }

    #bibliai-temak .temak-fejlec p {
      margin: 0;
      color: #666666;
      font-size: 17px;
      line-height: 1.7;
    }

    #bibliai-temak .tema-kartya {
      height: 100%;
      padding: 30px 26px;
      background: #ffffff;
      border-radius: 16px;
      border-top: 4px solid #C7B13E;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
      transition: transform 0.25s ease, box-shadow 0.25s ease;
    }

    #bibliai-temak .tema-kartya.aktiv:hover {
      transform: translateY(-5px);
      box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
    }

    #bibliai-temak .tema-ikon {
      display: inline-flex;
      width: 52px;
      height: 52px;
      margin-bottom: 18px;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background: rgba(199, 177, 62, 0.14);
      color: #9c8721;
      font-size: 24px;
    }

    #bibliai-temak .tema-kartya h4 {
      margin-bottom: 13px;
      color: #333333;
      font-size: 21px;
      font-weight: 700;
      line-height: 1.4;
    }

    #bibliai-temak .tema-kartya p {
      margin-bottom: 18px;
      color: #666666;
      line-height: 1.65;
    }

    #bibliai-temak .tema-link {
      color: #8d7a1f;
      font-weight: 700;
      text-decoration: none;
    }

    #bibliai-temak .tema-link:hover {
      color: #5f5317;
      text-decoration: underline;
    }

    #bibliai-temak .tema-kartya.hamarosan {
      opacity: 0.72;
      border-top-color: #d8d8d8;
    }

    #bibliai-temak .hamarosan-jelzes {
      display: inline-block;
      padding: 5px 11px;
      border-radius: 20px;
      background: #eeeeee;
      color: #777777;
      font-size: 13px;
      font-weight: 700;
    }

    @media (max-width: 767px) {
      #bibliai-temak {
        padding: 50px 15px;
      }

      #bibliai-temak .temak-fejlec h3 {
        font-size: 27px;
      }
    }

	/* ======= Napi Táplálék tipográfia ======= */

/* Főbb címek – elegáns, klasszikus serif */
#mai-napi-taplalek h2,
#bibliai-temak .temak-fejlec h3,
#bibliai-temak .tema-kartya h4 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
}

/* Mai Napi Táplálék főcím */
#mai-napi-taplalek h2 {
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: -0.3px;
}

/* Bibliai témák főcím */
#bibliai-temak .temak-fejlec h3 {
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: -0.3px;
}

/* Témakártyák címei */
#bibliai-temak .tema-kartya h4 {
  font-size: 25px;
  line-height: 1.25;
}

/* Normál szövegek maradjanak tiszták és jól olvashatók */
#mai-napi-taplalek .mai-napi-szoveg,
#bibliai-temak .temak-fejlec p,
#bibliai-temak .tema-kartya p {
  font-family: "Open Sans", Arial, sans-serif;
}

/* Dátum – finomabb, elegánsabb */
#mai-napi-taplalek .mai-napi-datum {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
/* ======= Főoldali nagy főcím ======= */
#hero h1 {
  font-family: "Cinzel", Georgia, serif !important;
  font-weight: 700 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
}

  /* ======= Mai Napi Táplálék kártya a HERO képen ======= */
  #hero .hero-napi-kartya {
    position: absolute;
    left: clamp(24px, 6vw, 110px);
    bottom: clamp(42px, 9vh, 105px);
    z-index: 2;
    width: min(430px, calc(100% - 48px));
    padding: 24px 28px 26px;
    background: rgba(4, 31, 58, 0.90);
    border: 1px solid rgba(199, 177, 62, 0.95);
    border-top: 4px solid #C7B13E;
    border-radius: 18px;
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    text-align: left;
  }
  #hero .hero-napi-ikon {
    display: inline-flex; width: 48px; height: 48px; margin-bottom: 12px;
    align-items: center; justify-content: center; border-radius: 50%;
    background: rgba(199, 177, 62, 0.16); color: #e0c64a; font-size: 23px;
  }
  #hero .hero-napi-datum {
    margin: 0 0 7px; color: #e0c64a;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 18px; font-weight: 700; letter-spacing: .4px;
  }
  #hero .hero-napi-kartya h1 {
    margin: 0 0 10px !important; color: #fff;
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-size: clamp(29px, 2.4vw, 39px) !important;
    line-height: 1.08 !important; font-weight: 700 !important;
    letter-spacing: 0 !important; text-transform: none !important;
  }
  #hero .hero-napi-szoveg {
    margin: 0 0 20px; color: rgba(255,255,255,.92);
    font-size: 16px; line-height: 1.55;
  }
  #hero .hero-napi-gomb {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 11px 23px; border: 2px solid #C7B13E; border-radius: 28px;
    background: #C7B13E; color: #fff; font-weight: 700; text-decoration: none;
    transition: transform .25s ease, background .25s ease, color .25s ease;
  }
  #hero .hero-napi-gomb:hover, #hero .hero-napi-gomb:focus {
    background: transparent; color: #f1d85b;
    transform: translateY(-2px); text-decoration: none;
  }
  @media (max-width: 767px) {
    #hero .hero-napi-kartya {
      left: 18px; right: 18px; bottom: 32px; width: auto;
      padding: 20px 20px 22px; text-align: center;
    }
    #hero .hero-napi-kartya h1 { font-size: 28px !important; }
    #hero .hero-napi-szoveg { font-size: 15px; }
  }

  </style>