* {
  box-sizing: border-box;
  font-family: Inter, system-ui, sans-serif;
}

.pretvaraci-section {
  width: 100%;
  max-width: var(--apex-home-max, 1520px);
  margin: 70px auto 90px;
  padding: 0 var(--apex-home-padding, clamp(16px, 1.9vw, 30px));
}

.pretvaraci-box {
  display: grid;
  grid-template-columns: 35% 65%;
  border-radius: 26px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(16px);
  border: 2px solid rgba(220, 38, 38, 0.35);
  box-shadow: 0 30px 90px rgba(220, 38, 38, 0.22);
  min-height: 680px;
  height: auto;
  transition: 0.35s ease;
}

.pretvaraci-box:hover {
  border-color: #dc2626;
  box-shadow: 0 40px 120px rgba(220, 38, 38, 0.28);
}

.promo-box {
  position: relative;
  min-height: 260px;
}

.promo-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promo-overlay {
  position: absolute;
  inset: 0;
  padding: 26px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.75));
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.promo-badge {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.promo-badge img {
  width: 160px;
  height: auto;
  background: #fff;
  padding: 4px 8px;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
}

.promo-text {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 16px;
  max-width: 90%;
}

.promo-btn {
  margin-top: 16px;
  padding: 13px 26px;
  border-radius: 999px;
  background: linear-gradient(135deg, #dc2626, #991b1b);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 12px 36px rgba(220, 38, 38, 0.45);
  transition: 0.25s;
}

.promo-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 50px rgba(220, 38, 38, 0.6);
}

.pretvaraci-content {
  padding: 30px 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pretvaraci-title {
  font-size: clamp(30px, 2.25vw, 42px);
  font-weight: 900;
  line-height: 1.1;
  margin: 0 0 12px;
}

.pretvaraci-title span {
  color: #dc2626;
}

.pretvaraci-text {
  font-size: clamp(15px, .95vw, 17px);
  line-height: 1.6;
  color: #4b5563;
  margin-bottom: 22px;
}

.filter-title {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  color: #6b7280;
  margin-bottom: 10px;
}

.radio-box {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  cursor: pointer;
  transition: 0.25s;
  margin-bottom: 10px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}

.radio-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #dc2626;
}

.radio-box.active,
.radio-box:hover {
  border-color: #dc2626;
  background: rgba(220, 38, 38, 0.06);
  box-shadow: 0 14px 30px rgba(220, 38, 38, 0.15);
}

.radio-box.active .radio-dot {
  background: #dc2626;
}

.filter-btn {
  margin: 14px 0 22px;
  padding: 14px;
  border-radius: 18px;
  border: none;
  background: linear-gradient(135deg, #dc2626, #991b1b);
  color: #fff;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 14px 36px rgba(220, 38, 38, 0.45);
  transition: 0.25s;
  width: 50%;
}

.filter-btn:hover {
  transform: translateY(-2px);
}

.pretvaraci-search {
  border: 1px solid rgba(220, 38, 38, 0.25);
  border-radius: 18px;
  padding: 14px;
  margin: 10px auto 18px;
  width: min(100%, 420px);
  max-width: 420px;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 30px rgba(220, 38, 38, 0.15);
  transition: 0.25s ease;
}

.pretvaraci-search .filter-title {
  margin-left: auto;
  margin-right: auto;
}

.pretvaraci-search .filter-btn {
  width: 100%;
}

.pretvaraci-search:hover {
  border-color: #dc2626;
  box-shadow: 0 20px 60px rgba(220, 38, 38, 0.18);
}

.pretvaraci-highlights {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 12px;
}

.pretvaraci-hl {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid rgba(220, 38, 38, 0.14);
  border-radius: 16px;
  padding: 14px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
  opacity: 1;
  transform: translateY(0);
  transition: 0.45s ease;
}

.pretvaraci-hl i {
  color: #dc2626;
  font-size: 18px;
  margin-top: 2px;
}

.pretvaraci-hl h4 {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 900;
}

.pretvaraci-hl p {
  margin: 0;
  font-size: 14px;
  color: #6b7280;
}

.pretvaraci-hl.show {
  opacity: 1;
  transform: translateY(0);
}

.pretvaraci-hl:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(220, 38, 38, 0.14);
  border-color: #dc2626;
}

@media (max-width: 900px) {
  .pretvaraci-box {
    grid-template-columns: 1fr;
    height: auto;
  }

  .pretvaraci-search,
  .filter-btn {
    width: 100%;
  }
}

@media (min-width: 1800px) {
  .pretvaraci-box {
    grid-template-columns: 32% 68%;
  }
}
