h1 {
  text-align: center;
  color: #d4a017;
}

/* H2 címek középre igazítása */
h2 {
  text-align: center;
}

.gold-label {
  color: #d4a017;
  font-weight: 700;
  font-size: 0.85em;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 35px !important;
  margin-bottom: 15px;
  text-align: center;
}

section {
  width: 100%;
  padding: 60px 20px;
  box-sizing: border-box;
  background-color: #ffffff;
  margin-bottom: 20px;
}

/* AUTOMATIKUS VÁLTÓS HÁTTÉRSZÍN: Minden 2. szekció más háttérszínt kap */
section:nth-of-type(even) {
  background-color: #f4f7f6;
}

.section-label {
  text-align: center;
  color: #d4a017;
  font-weight: 600;
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 30px;
  margin-bottom: 5px;
}

.blog-post {
  max-width: 1000px;
  margin: 50px auto;
  padding: 30px;
  line-height: 1.8;
  color: #2c3e50;
  font-family: "Montserrat", sans-serif;
}

.blog-post h1 {
  font-size: 2.5em;
  text-align: center !important;
  color: #1a1a1a !important;
  border-bottom: 3px solid #d4a017;
  padding-bottom: 20px;
  margin-bottom: 40px;
  display: block;
  width: 100%;
}

.blog-post h2 {
  color: #1a1a1a;
  margin-top: 0;
  font-size: 1.6em;
  text-align: center;
}

.custom-link {
  color: #467d9c !important;
  font-weight: 600;
  text-decoration: none;
}

.custom-link:hover {
  text-decoration: underline;
  opacity: 0.8;
}

.cta-section-biguan {
  background-color: #f9f9f9;
  border: 1px solid #d4a017;
  border-radius: 12px;
  padding: 40px;
  text-align: center;
  margin: 60px auto;
  max-width: 700px;
}

/* CTA gomb stílusa */
.cta-button-biguan {
  display: inline-block;
  background-color: #d4a017;
  color: #ffffff;
  padding: 15px 30px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 50px;
  margin-top: 20px;
  transition: background-color 0.3s ease;
}

.cta-button-biguan:hover {
  background-color: #b38612;
}

/* --- 4. PRÉMIUM SÖTÉTKÉK / SZÜRKE CTA DOBOZ --- */
.csikung-article .cikk-cta-wrapper {
    max-width: 100%;
    background-color: #ffffff;
    padding: 2rem 15px;
}

.csikung-article .cikk-cta-box {
    background-color: #ebf0f5; 
    max-width: 850px;
    margin: 0 auto;
    padding: 2.5rem 2rem;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 15px 35px rgba(11, 28, 44, 0.18);
}

.csikung-article .cta-arany-alcim {
    color: #cca43b;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 0.8rem;
    font-weight: 700;
}

.csikung-article .cikk-cta-box h3 {
    font-size: 1.5rem;
    color: #1a1818;
    margin-top: 0;
    margin-bottom: 1.2rem;
    font-weight: 700;
    line-height: 1.3;
}

.csikung-article .cikk-cta-box p {
    font-size: 1rem;
    color: #202124;
    line-height: 1.6;
    max-width: 100%;
    margin: 0 auto 2rem auto;
    text-align: center;
}

.csikung-article .cikk-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #cca43b !important;
    color: #ffffff !important;
    padding: 16px 30px;
    text-decoration: none !important;
    font-size: 0.9rem;
    font-weight: 700;
    border-radius: 50px; 
    letter-spacing: 0.5px;
    white-space: nowrap; /* Biztosítja, hogy egy sorban maradjon a gomb szövege */
    transition: background-color 0.2s ease, transform 0.2s ease;
    box-shadow: 0 4px 15px rgba(204, 164, 59, 0.3);
}

.csikung-article .cikk-cta-button:hover {
    background-color: #b58f32 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(204, 164, 59, 0.4);
}

/* A szekció és a listaelemek (kártyák) stílusa */
.energy-process-section {
  max-width: 900px;
  margin: 40px auto;
  padding: 30px;
  background-color: #f9fbf9;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  font-family: inherit;
  color: #2c3e50;
  line-height: 1.6;
}

.energy-intro {
  font-size: 1.05rem;
  margin-bottom: 25px;
  color: #4a5568;
}

.energy-features-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.energy-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-left: 4px solid #d4af37;
  border-radius: 8px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.energy-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
}

.card-content {
  padding: 18px 20px;
  font-size: 1rem;
  color: #334155;
}

.card-content strong {
  color: #1e293b;
}

/* Mobilbarát Morzsamenü Stílus */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 8px;
  font-size: 0.85rem;
  margin-top: 0px;       
  margin-bottom: 15px;   
  padding-top: 0;        
  color: #777777;
  line-height: 1.4;
}

.breadcrumb a {
  color: #1e5a8a;
  text-decoration: none;
  white-space: nowrap; 
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb-separator {
  color: #ccc;
  user-select: none;
}

.breadcrumb-current {
  color: #444444;
  font-weight: 500;
  word-break: break-word; 
}

main.blog-post,
main.blog-post article {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* Fejléc kép stílusa a cikkekben */
.article-featured-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  display: block;
  margin: 1.5rem auto 2.5rem auto;
  border-radius: 12px;
  border: 1px solid rgba(212, 160, 23, 0.3); 
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  object-fit: cover;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.article-featured-image:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(212, 160, 23, 0.15);
}

/* --- MOBILBARÁT BEÁLLÍTások (CSAK MOBILON) --- */
@media screen and (max-width: 768px) {
  section {
    padding: 40px 5px !important; /* Megakadályozza, hogy mobilon a szöveg a szélekhez érjen */
  }
}