/* 1. FEJLÉC ÉS MENÜ - EGYSÉGESÍTVE ÉS VÉDVE */
.header-top a, .header-top span, .header-top div, [class*="header-top"] div, [class*="header-top"] span { 
    color: #ffffff !important; 
    text-decoration: none !important; 
}
.header-nav a, .main-menu a, .nav-link, #main-menu a, .main-menu li a, #main-menu li a, .megamenu a { 
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important; 
    text-transform: uppercase !important; 
    letter-spacing: 0.5px !important; 
    color: #000000 !important; 
}
.header-nav a:hover, .main-menu a:hover, .main-menu li a:hover, #main-menu li a:hover { 
    color: #555555 !important; 
}

/* 2. KÉZMŰVES SZEKCIÓ - Strukturált */
.craft-header { display: flex; flex-direction: row; align-items: center; margin: 40px 0; }
.craft-text { flex: 1; padding: 20px; }
.craft-img { flex: 0 0 42%; padding: 20px; }
.craft-img img { width: 100%; height: auto; display: block; }

/* 3. A VÉGSŐ FEGYVER: MINDEN CÍMSOR VASTAGÍTÁSA A FŐOLDALON */
#page-index h1, #page-index h2, #page-index h3, #page-index h4,
.widget-title, .box-title, .carousel-title, .title, [class*="title"], [class*="heading"] {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
}

/* 4. SÖTÉT SÁVOK VÉDELME - HÍRLEVÉL ÉS LÁBLÉC KÉNYSZERÍTETT FEHÉRÍTÉSE */
#newsletter_block * , [class*="newsletter"] * , #footer * , footer * {
    font-family: 'Montserrat', sans-serif !important;
}

/* Kimondottan a hírlevél és lábléc szöveges elemeinek fehérítése */
#newsletter_block h2, [class*="newsletter"] h2,
#newsletter_block p, [class*="newsletter"] p,
#newsletter_block label, [class*="newsletter"] label,
#footer h3, footer h3, #footer h4, footer h4, .footer-title,
#footer p, footer p, #footer span, footer span, #footer div, footer div {
    color: #ffffff !important;
}

/* Lábléc linkek alapértelmezett szürkéje */
#footer a, footer a, .footer-links a, [class*="footer"] a {
    color: #cccccc !important;
}
#footer a:hover, footer a:hover, .footer-links a:hover, [class*="footer"] a:hover {
    color: #ffffff !important;
}

/* MOBIL NÉZET ÉS MOBIL FIXEK */
@media screen and (max-width: 768px) {
  .craft-header { display: block; width: 100%; margin: 20px 0; }
  .craft-text, .craft-img { display: block; width: 100%; padding: 10px; }
  .craft-img img { height: auto; max-height: none; }
  .craft-title { font-size: 18px; text-align: center; margin-bottom: 10px; }
  
  #page-index h2, #page-index h3, .widget-title, .box-title {
      font-size: 20px !important;
      letter-spacing: 1.5px !important;
  }
}