/* ==========================================
   1. ÁLTALÁNOS ELEMEK ÉS TYPOGRAPHY
   ========================================== */
h1 {
  text-align: center;
  color: #d4a017;
}

h2 {
  text-align: center;
}

.gold-label {
  color: #d4a017;
  font-weight: 700;
  font-size: 0.85em;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 15px;
  text-align: center;
}

.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;
}

.custom-link {
  color: #467d9c !important;
  font-weight: 600;
  text-decoration: none;
}

.custom-link:hover {
  text-decoration: underline;
  opacity: 0.8;
}

/* ==========================================
   2. SZEKCIÓK ÉS ELRENDEZÉS
   ========================================== */
section {
  width: 100%;
  padding: 60px 20px;
  box-sizing: border-box;
  background-color: #ffffff;
  margin-bottom: 20px;
}

section:nth-of-type(even) {
  background-color: #f6f8f8;
}

/* ==========================================
   3. CIKK / TARTALOM ÉS A SÁTOR KÉP FORMÁZÁSA
   ========================================== */
.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;
}

/* ÚJ KÉP (Mini-Biguan sátor) FORMÁZÁSA */
.article-image {
  text-align: center;
  margin: 30px 0;
}

.article-image img {
  max-width: 380px;
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
}

/* Lista igazítása a szöveges részben */
.content-wrapper ul {
  padding-left: 20px;
  margin-top: 15px;
}

.content-wrapper li {
  margin-bottom: 14px;
  line-height: 1.6;
}

/* ==========================================
   4. GALÉRIA STÍLUSOK
   ========================================== */
.image-gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  align-items: center;
}

.gallery-item {
  margin: 0;
  width: 100%;
}

.gallery-item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: top;
  border-radius: 8px;
  display: block;
}

/* ==========================================
   5. VIDEÓ SZEKCIÓ
   ========================================== */
.video-section {
  background: linear-gradient(135deg, #fdfbf7 0%, #f5efe1 100%);
  border: 1px solid #e8dec8;
  padding: 50px 20px;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(197, 155, 39, 0.08);
}

.video-section h2 {
  color: #2c3e50;
}

.video-description {
  font-size: 1.05rem;
  color: #555555;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 25px;
  line-height: 1.6;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

#player,
.video-section video {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
}

/* ==========================================
   6. CALL TO ACTION (CTA)
   ========================================== */
.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-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;
}


/* 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); /* Finom arany keret */
  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);
}


.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 1.5rem;
}

.video-item video {
  width: 100%;
  border-radius: 8px;
}

.video-block video {
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
}



.feedback-image-wrapper {
  margin-top: 40px;
  text-align: center;
}

.feedback-image {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
}

/* Mobil nézet finomhangolása */
@media (max-width: 768px) {
  .article-featured-image {
    margin: 1rem auto 1.5rem auto;
    border-radius: 8px;
  }
}






/* ==========================================
   7. MOBIL ÉS TABLET RESZPONZIVITÁS
   ========================================== */
@media (max-width: 768px) {
  .image-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .gallery-item img {
    height: 220px;
    object-position: top center;
  }

  .video-section {
    padding-top: 80px;
  }
}

@media (max-width: 480px) {
  .image-gallery {
    grid-template-columns: 1fr;
  }

  .gallery-item img {
    height: 250px;
    object-position: top center;
  }
}