/* HORST Dystrybucja - Custom Styles */

/* Smooth scroll */
html {
  scroll-behavior: smooth;
}

/* Offset for sticky header */
section[id],
[id="o-firmie"],
[id="oferta"],
[id="marki"],
[id="kontakt"] {
  scroll-margin-top: 80px;
}

/* Orange separator under section headings */
.horst-sep.wp-block-separator {
  width: 60px !important;
  max-width: 60px !important;
  border-bottom: 3px solid #f15e22 !important;
  margin: 0 auto !important;
  opacity: 1 !important;
  height: 0 !important;
  background: transparent !important;
}

/* Hero section */
.hero-section {
  position: relative;
}

.hero-logo img {
  max-width: 320px;
  height: auto;
}

/* Offer cards hover effect */
.offer-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.offer-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12) !important;
}

/* Offer icon styling */
.offer-icon {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.offer-icon img {
  width: 80px !important;
  height: 80px !important;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

/* Header transparent-to-solid on scroll */
.site-header-row-container .site-header-focus-item {
  transition: background 0.3s ease;
}

/* Button hover */
.wp-block-button__link {
  transition: background-color 0.2s ease, transform 0.1s ease;
}
.wp-block-button__link:hover {
  background-color: #d94e15 !important;
  transform: translateY(-1px);
}

/* Contact links */
.section-kontakt a {
  color: #ffffff !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  transition: border-color 0.2s ease;
}
.section-kontakt a:hover {
  border-color: #f15e22;
  color: #f15e22 !important;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-section {
    padding-top: 100px !important;
    padding-bottom: 60px !important;
  }
  .hero-logo img {
    max-width: 220px;
  }
  .hero-section h1 {
    font-size: 28px !important;
  }
  section[id],
  [id="o-firmie"],
  [id="oferta"],
  [id="marki"],
  [id="kontakt"] {
    scroll-margin-top: 60px;
  }
  .offer-card .wp-block-image img {
    height: 160px;
  }
}

/* Fix Kadence full-width for page */
.site-container .site-inner-wrap > .content-wrap {
  max-width: 100%;
  padding: 0;
}
.entry-content-wrap {
  padding: 0 !important;
  max-width: 100% !important;
}
.content-wrap .content-area {
  max-width: 100%;
  padding: 0;
}

/* Fix navigation letter-spacing */
.header-navigation .menu > li > a {
  letter-spacing: 0 !important;
}

/* Hide Kadence default footer */
footer.site-footer-wrap,
.site-below-footer-wrap,
.site-middle-footer-wrap,
.site-top-footer-wrap {
  display: none !important;
}

/* Fix contact section link colors */
.section-kontakt a,
.section-kontakt a:visited {
  color: #ffffff !important;
  text-decoration: underline !important;
  text-decoration-color: rgba(255,255,255,0.3) !important;
  text-underline-offset: 3px;
}
.section-kontakt a:hover {
  color: #f15e22 !important;
  text-decoration-color: #f15e22 !important;
}

/* Remove white gap between sections */
.entry-content > .wp-block-group {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Brand logos in Marki section */
.brand-logo {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  min-height: 80px;
}
.brand-logo img {
  max-height: 80px;
  width: auto !important;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

/* Footer credits link */
.horst-footer a {
  color: #7a8ba8 !important;
  text-decoration: none !important;
  transition: color 0.2s ease;
}
.horst-footer a:hover {
  color: #f15e22 !important;
}
