/*
Theme Name: KameleonCraft
Version: 1.8
*/

/* 1. KRYTYCZNA BLOKADA SZEROKOŚCI I TŁA */
* {
  box-sizing: border-box !important;
  max-width: 100%;
}

html,
body {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
  /* Wymuszenie białego tła na każdym poziomie */
  background-color: #ffffff !important;
  background: #ffffff !important;
  position: relative;
}

/* 2. NAPRAWA TŁA PODSTRON (np. Realizacje) */
/* Celujemy w typowe kontenery WP, które mogą być czarne */
.site-content,
.entry-content,
.page-template-default,
#primary,
main#main {
  background-color: #ffffff !important;
  background: #ffffff !important;
  color: #1a1a1a !important;
}

/* 3. TYPOGRAFIA (Wytyczne 32/25/16/14) */
body {
  font-family: 'Poppins', sans-serif;
  padding-top: 80px !important;
  font-size: 16px !important;
}

h1,
.kc-v2-section-title {
  font-size: 32px !important;
  font-weight: 800;
  text-transform: uppercase;
}
h2,
.service-title {
  font-size: 25px !important;
  font-weight: 700;
}
p,
.body-text {
  font-size: 16px !important;
}
small {
  font-size: 14px !important;
}

/* 4. HEADER I PRZYCISKI */
#kc-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  z-index: 9999;
  background: rgba(15, 15, 15, 0.95) !important;
  backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.kc-menu-inner {
  max-width: 1400px;
  margin: 0 auto;
  height: 80px;
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.kc-gold-btn {
  background: #b99a7b !important;
  color: #ffffff !important;
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none !important;
  font-weight: 600;
}

/* 5. PANEL MOBILNY (DISPLAY: NONE eliminuje czarny pasek) */
.kc-mobile-panel {
  display: none;
}

#kc-menu.active .kc-mobile-panel {
  display: flex !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100vh !important;
  background: #0d0d0d !important;
  z-index: 10000;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* 6. FIX HERO */
.kc-realizacje-hero,
.hero-section,
#home-hero {
  margin-top: -80px !important;
  width: 100% !important;
}

@media (max-width: 1024px) {
  body {
    padding-top: 70px !important;
  }
  .kc-realizacje-hero,
  .hero-section {
    margin-top: -70px !important;
  }
}
