.ba-btn-transition,
.button {
  position: relative;
  overflow: hidden;
  transition:
    box-shadow 0.28s ease,
    background-color 0.28s ease;
}

.ba-btn-transition::before,
.button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    115deg,
    transparent 25%,
    rgba(255, 255, 255, 0.28) 50%,
    transparent 75%
  );
  transform: translateX(-130%);
  transition: transform 0.6s ease;
}

.ba-btn-transition:hover,
.button:hover {
  box-shadow: 0 10px 26px rgba(28, 44, 34, 0.22);
}

.ba-btn-transition:hover::before,
.button:hover::before {
  transform: translateX(130%);
}

/* Eyebrow / kicker s tankom crtom lijevo */
.kicker .content-text > p,
.kicker .content-text > h1,
.kicker .content-text > h2,
.kicker .content-text > h3,
.kicker .content-text > h4,
.kicker .content-text > h5,
.kicker .content-text > h6 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.kicker .content-text > p::before,
.kicker .content-text > h1::before,
.kicker .content-text > h2::before,
.kicker .content-text > h3::before,
.kicker .content-text > h4::before,
.kicker .content-text > h5::before,
.kicker .content-text > h6::before {
  content: "";
  width: 30px;
  height: 1px;
  flex: 0 0 30px;
  background: currentColor;
}

.hero-video {
  overflow: hidden;
}

.hero-video > .ba-video-background,
.hero-video > .ba-video-background video {
  width: 100% !important;
  height: 100% !important;
}

.hero-video > .ba-video-background video {
  top: 0 !important;
  left: 0 !important;
  object-fit: cover;
}

/* Konfeti iznad Gridbox overlaya */
.sd-confetti-layer {
  position: fixed;
  z-index: 2147483647;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.sd-confetti {
  position: fixed;
  display: block;
  width: var(--width);
  height: var(--height);
  border-radius: var(--radius);
  background: var(--colour);
  opacity: 0;
  pointer-events: none;
  will-change: transform, opacity;
  animation: sd-confetti-fly var(--duration) ease-out var(--delay) both;
}

@keyframes sd-confetti-fly {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) rotate(0deg) scale(.25);
  }

  12% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(
      var(--move-x),
      var(--move-y),
      0
    ) rotate(var(--rotation)) scale(.8);
  }
}

/* Oba overlaya otvaraju se iz sredine — ne s desne strane */
.ba-overlay-section-backdrop[data-id="item-17888116657650"].visible-section .ba-overlay-section,
.ba-overlay-section-backdrop[data-id="item-17888116082470"].visible-section .ba-overlay-section {
  transform-origin: center center;
  transition: none !important;
  animation: sd-overlay-celebration .72s cubic-bezier(.16, .85, .22, 1) both !important;
  will-change: transform, opacity;
  backface-visibility: hidden;
}

@keyframes sd-overlay-celebration {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(.82) rotate(-1.2deg);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1.02) rotate(.25deg);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .sd-confetti {
    animation: none !important;
  }

  .ba-overlay-section-backdrop[data-id="item-17888116657650"].visible-section .ba-overlay-section,
  .ba-overlay-section-backdrop[data-id="item-17888116082470"].visible-section .ba-overlay-section {
    animation: none !important;
  }
}

.raspored-tablica-clean {
  width: 100%;
  border-collapse: collapse;
  background: transparent;
  color: #25312d;
  font-family: inherit;
}

.raspored-tablica-clean th,
.raspored-tablica-clean td {
  border-bottom: 1px solid rgb(37 49 45 / .22);
  text-align: left;
}

.raspored-tablica-clean th {
  padding: 0 26px 24px;
  color: #25312d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.raspored-tablica-clean td {
  padding: 28px 26px;
  font-size: 18px;
  line-height: 1.35;
}

.raspored-tablica-clean th:first-child,
.raspored-tablica-clean td:first-child {
  width: 30%;
  padding-left: 0;
}

.raspored-tablica-clean th:nth-child(2),
.raspored-tablica-clean td:nth-child(2) {
  width: 18%;
  font-weight: 600;
}

.raspored-tablica-clean th:last-child,
.raspored-tablica-clean td:last-child {
  padding-right: 0;
}

.raspored-tablica-clean tbody tr {
  transition: background-color .2s ease;
}

.raspored-tablica-clean tbody tr:hover {
  background: rgb(108 123 118 / .08);
}

@media (max-width: 667px) {
  .raspored-tablica-clean,
  .raspored-tablica-clean tbody,
  .raspored-tablica-clean tr,
  .raspored-tablica-clean td {
    display: block;
    width: 100%;
  }

  .raspored-tablica-clean thead {
    display: none;
  }

  .raspored-tablica-clean tr {
    padding: 22px 0;
    border-bottom: 1px solid rgb(37 49 45 / .22);
  }

  .raspored-tablica-clean td {
    padding: 3px 0;
    border: 0;
  }

  .raspored-tablica-clean td:first-child {
    width: 100%;
    margin-bottom: 8px;
    color: #6c7b76;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
  }

  .raspored-tablica-clean td:nth-child(2) {
    width: 100%;
    font-size: 16px;
  }

  .raspored-tablica-clean td:last-child {
    font-family: Georgia, serif;
    font-size: 21px;
  }
}