:root {
  --sz-dark: #1F2937;
  --sz-gold: #C9972B;
  --sz-cream: #E8E2D3;
  --sz-sage: #C9D2BD;
  --sz-sky: #B4C8E1;
  --sz-white: #ffffff;
  --sz-soft: #f8f6f1;
  --sz-border: #e7e1d6;
  --sz-shadow: 0 10px 30px rgba(31, 41, 55, 0.08);
}

/* Osnovno */
body {
  color: var(--sz-dark);
}

a {
  text-underline-offset: 0.18em;
}

/* Sakrivanje automatskog naslova samo na naslovnoj */
body.home .entry-hero,
body.home .entry-header,
body.home .entry-title,
body.home h1.entry-title,
body.home .wp-block-post-title {
  display: none !important;
}

/* Uklanjanje suvisnog razmaka na naslovnoj, ako ga Kadence doda */
body.home .content-area,
body.home .site-main,
body.home .entry-content-wrap,
body.home .entry-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Hero za naslovnu */
.sz-home-wrap {
  max-width: 1280px;
  margin: 0 auto;
  background: var(--sz-white);
}

.sz-home-hero {
  position: relative;
  min-height: 470px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--sz-white);
}

.sz-hero-content {
  position: relative;
  z-index: 2;
  width: 44%;
  min-width: 420px;
  padding: 70px 0 70px clamp(28px, 6vw, 90px);
  box-sizing: border-box;
}

.sz-eyebrow {
  margin: 0 0 16px;
  color: var(--sz-gold);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.sz-hero-content h1 {
  margin: 0;
  color: var(--sz-dark);
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.sz-title-line {
  width: 76px;
  height: 2px;
  background: var(--sz-gold);
  margin: 28px 0 26px;
}

.sz-hero-text {
  max-width: 470px;
  margin: 0;
  color: #2f3945;
  font-size: 19px;
  line-height: 1.7;
}

.sz-hero-buttons {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.sz-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 7px;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0 6px 18px rgba(31, 41, 55, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.sz-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(31, 41, 55, 0.12);
}

.sz-btn-primary {
  background: var(--sz-gold);
  color: var(--sz-white) !important;
}

.sz-btn-secondary {
  background: var(--sz-white);
  color: var(--sz-dark) !important;
  border: 1px solid var(--sz-border);
}

.sz-hero-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 34%;
  background-image:
    linear-gradient(
      90deg,
      #ffffff 0%,
      rgba(255,255,255,0.96) 12%,
      rgba(255,255,255,0.72) 26%,
      rgba(255,255,255,0.18) 43%,
      rgba(255,255,255,0) 58%
    ),
    var(--sz-hero-image);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* Četiri bloka ispod hero sekcije */
.sz-home-cards {
  max-width: 1180px;
  margin: 34px auto 42px;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.sz-home-card {
  display: block;
  background: var(--sz-white);
  border: 1px solid var(--sz-border);
  border-radius: 10px;
  padding: 26px 26px 24px;
  color: var(--sz-dark);
  text-decoration: none !important;
  box-shadow: var(--sz-shadow);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.sz-home-card:hover {
  transform: translateY(-4px);
  border-color: rgba(201, 151, 43, 0.45);
  box-shadow: 0 16px 35px rgba(31, 41, 55, 0.12);
}

.sz-card-icon {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  background: #fbf2dd;
  color: var(--sz-gold);
  font-size: 34px;
  line-height: 1;
}

.sz-card-icon-green {
  background: #eef3e7;
  color: #6f8f3a;
}

.sz-home-card h2 {
  margin: 0 0 11px;
  color: var(--sz-dark);
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
  text-transform: uppercase;
}

.sz-home-card p {
  margin: 0 0 20px;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.55;
}

.sz-card-link {
  color: var(--sz-gold);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

/* Accordion za dokumenta/račune */
.sz-dokumenti-accordion {
  display: grid;
  gap: 14px;
  margin: 24px 0;
}

.sz-firma {
  background: var(--sz-white);
  border: 1px solid var(--sz-border);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.sz-firma summary {
  cursor: pointer;
  padding: 18px 22px;
  font-size: 18px;
  font-weight: 700;
  color: var(--sz-dark);
  background: #faf7ef;
  list-style: none;
}

.sz-firma summary::-webkit-details-marker {
  display: none;
}

.sz-firma summary::after {
  content: "+";
  float: right;
  font-size: 24px;
  line-height: 1;
  color: var(--sz-gold);
}

.sz-firma[open] summary::after {
  content: "−";
}

.sz-meseci {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 10px;
  padding: 18px 22px 22px;
  background: var(--sz-white);
}

.sz-meseci a {
  display: block;
  text-align: center;
  padding: 11px 12px;
  border-radius: 999px;
  background: #f3f4f6;
  color: var(--sz-dark);
  text-decoration: none !important;
  font-weight: 600;
  border: 1px solid #e5e7eb;
}

.sz-meseci a:hover {
  background: var(--sz-gold);
  color: var(--sz-white);
  border-color: var(--sz-gold);
}

@media (max-width: 1024px) {
  .sz-home-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .sz-hero-content {
    width: 52%;
    min-width: 360px;
  }

  .sz-hero-image {
    left: 38%;
  }
}

@media (max-width: 760px) {
  .sz-home-hero {
    display: block;
    min-height: auto;
    padding-top: 250px;
  }

  .sz-hero-image {
    top: 0;
    right: 0;
    left: 0;
    bottom: auto;
    height: 280px;
    background-image:
      linear-gradient(
        180deg,
        rgba(255,255,255,0) 35%,
        rgba(255,255,255,0.75) 74%,
        #ffffff 100%
      ),
      var(--sz-hero-image);
    background-position: center center;
  }

  .sz-hero-content {
    width: 100%;
    min-width: 0;
    padding: 34px 24px 42px;
  }

  .sz-hero-content h1 {
    font-size: 42px;
  }

  .sz-hero-text {
    font-size: 17px;
  }

  .sz-home-cards {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .sz-btn {
    width: 100%;
  }
}

#post-6 .entry-content-wrap {
	padding: 0;
}
#hero_section {
	background-image: linear-gradient(
      105deg,
      #ffffff 0%,
      #ffffff 47%,
      rgba(255,255,255,0.60) 54%,
      rgba(255,255,255,0.15) 59%,
      rgba(255,255,255,0) 65%
    ),url('https://new.zoranadjindjica35.in.rs/wp-content/uploads/2026/07/blvd_hero_img.png');
	background-position: center right;
	background-size: contain;
	background-repeat: no-repeat;
	height: 680px;
}
#hero {
	max-width: 1750px;
}