.global-cta {
  position: relative;
  overflow: hidden;
  padding-top: 215px;
  padding-bottom: 200px;
  clip-path: ellipse(150% 100% at 50% 100%);
  color: white;
}

.global-cta__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.global-cta::after {
  content: "";
  clip-path: ellipse(150% 100% at 50% 100%);
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(37, 43, 21, 0.5) 0%,
    rgba(37, 43, 21, 0.7) 35%,
    rgba(37, 43, 21, 0.9) 63%,
    rgba(37, 43, 21, 0.97) 86%,
    rgba(37, 43, 21, 1) 100%
  );
  z-index: 2;
}

.global-cta__content {
  position: relative;
  z-index: 3;
  color: #fff;
}
.global-cta__content h3,
.global-cta__content .paragraph__16 {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.global-cta__list {
  display: flex;
  text-align: center;
  justify-content: center;
  gap: 80px;
  margin-bottom: 50px;
}
.global-cta__list h4 {
  font-weight: 400;
}
.site-footer {
  background: #252b15;
  color: #fff;
}
.footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-logo img {
  max-width: 218px;
  object-fit: contain;
}
.footer-logo__wrapper {
  position: relative;
  padding-top: 35px;
  padding-bottom: clamp(40px, 4.1666666667vw, 80px);
}
.footer-logo__wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0.3;
}
.footer__menus {
  display: flex;
  justify-content: space-between;
}
.footer--col-tiny {
  flex: 1.6;
}
.footer--col-wide {
  flex: 2;
}
.footer-col {
  margin-bottom: 50px;
}
footer h6 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
footer ul a {
  display: inline-block;
  color: rgba(245, 241, 233, 0.6);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
.footer--col-wide ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 270px;
}
.footer-sm {
  gap: 15px;
}
.footer-bottom,
.footer-copyright__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-bottom {
  padding-bottom: 50px;
  position: relative;
}
.footer-copyright {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer-copyright::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0.3;
}
.footer-copyright__right {
  display: none;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.footer-copyright__left {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.footer-copyright__left > p {
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
}
.footer-copyright__left > p::after {
  /* content: ""; */
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background-color: rgba(255, 255, 255, 0.2);
}
.footer-copyright__left ul {
  display: flex;
  align-items: center;
}
.footer-copyright__left ul a {
  margin-bottom: 0;
  gap: 7px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.footer-copyright__left ul li:first-of-type a {
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
}
.footer-copyright__left ul li:first-of-type a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background-color: rgba(255, 255, 255, 0.2);
}
.global-cta__content p {
  color: #fff;
}
.footer-copyright__left p {
  color: rgba(255, 255, 255, 0.6);
}
.footer-copyright__left p a {
  color: #fff;
}
.global-cta__list {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.global-cta__list > li {
  flex: 1;
}
@media only screen and (max-width: 991px) {
  .global-cta {
    clip-path: ellipse(180% 100% at 50% 100%);
    padding-top: 150px;
    padding-bottom: 130px;
  }

  /* Footer — mobile layout (JS reorders elements) */
  .footer__menus {
    flex-direction: column;
    gap: 0;
  }
  .footer--col-tiny,
  .footer--col-wide {
    width: 100%;
    flex: none;
  }
  .footer--col-wide ul {
    max-height: none;
    flex-wrap: nowrap;
  }

  /* Newsletter skriven */
  .footer-nl {
    display: none;
  }

  /* Footer-bottom skriven nakon JS-a (social je premješten) */
  .footer-bottom {
    display: none;
  }

  /* Social media — centrirani, premješteni JS-om */
  .footer-sm {
    justify-content: center;
    padding: 24px 0;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.08); */
    margin-bottom: 0;
  }
  .footer__menus ul {
    padding-top: 20px;
  }
  .footer-copyright__left p,
  .footer-copyright__left ul a {
    font-size: 14px;
    padding-right: 0 !important;
    margin-right: 0 !important;
  }
  #page .footer-copyright__left li:first-of-type a {
    padding-right: 10px !important;
    margin-right: 10px !important;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  /* Zadnji col (kontakt info) — bez accordion */
  .footer-col.footer-last-col {
    margin-bottom: 0;
    padding: 24px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  #page .footer-col.footer-acc-col .widget {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .footer-copyright {
    margin-top: 40px;
  }
  .footer-col {
    margin-bottom: 0 !important;
  }
  .footer-col h6 {
    color: #f5f1e9 !important;
  }

  /* Accordion nav kolone */
  .footer-col.footer-acc-col h6 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 0;
  }
  #page .footer-col .widget_text p {
    font-size: 12px;
  }
  #page .footer-col .widget_text a {
    font-size: 17px;
  }
  .footer-last-col {
    opacity: 0.6;
    text-align: center;
  }
  .footer-last-col h6 {
    display: none;
  }

  .footer-col.footer-acc-col h6 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-bottom: 0;
    padding: 18px 0;
    user-select: none;
  }

  .footer-acc-arrow {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-right: 1.5px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.5);
    transform: rotate(45deg) translateY(-2px);
    transition: transform 0.25s ease;
    flex-shrink: 0;
    margin-left: 12px;
  }

  .footer-col.footer-acc-col .widget.is-open .footer-acc-arrow {
    transform: rotate(-135deg) translateY(2px);
  }

  .footer-col.footer-acc-col .widget {
    padding-bottom: 16px;
  }

  /* Copyright — centriran */
  .footer-copyright__wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
  }

  .footer-copyright__left {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    width: 100%;
  }

  .footer-copyright__left > p::after,
  .footer-copyright__left ul li:first-of-type a::after {
    display: none;
  }

  .footer-copyright__left ul li:first-of-type a {
    padding-right: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 575px) {
  .global-cta {
    clip-path: ellipse(200% 100% at 50% 100%);
    padding-top: 100px;
    padding-bottom: 90px;
  }
  .global-cta__list {
    gap: 20px;
  }
  .global-cta__list h4 {
    font-size: 14px;
  }
}
.footer-copyright__left .widget {
  margin-bottom: 0;
}
.footer-copyright__item a {
  margin-bottom: 0;
  display: flex;
}
.footer-col .widget_text p {
  text-transform: uppercase;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}
.footer-col .widget_text a {
  font-family: "trajan-pro-3", serif;
  font-size: 18px;
  line-height: 31px;
  margin-bottom: 20px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
}
.footer-col .widget_text span {
  color: rgba(255, 255, 255, 0.6);
  font-family: "trajan-pro-3", serif;
  font-size: 16px;
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  line-height: 31.5px;
}
