/* BTK Pages — home slider, shop embed, benefits, contact, content */
.btk-home-page, .btk-contact-page, .btk-privacy-page, .btk-content-page {
  padding: 0 !important; width: 100%; background: #fff;
}

.btk-slider {
  position: relative;
  overflow: hidden;
  height: 400px;
  background-color: #0b0d14;
  background-image: var(--btk-slider-bg, none);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.btk-slider__track {
  position: relative;
  height: 100%;
}
.btk-slider__slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .55s ease, visibility .55s ease;
  z-index: 1;
  pointer-events: none;
  height: 100%;
}
.btk-slider__slide.is-active {
  position: absolute;
  opacity: 1;
  visibility: visible;
  z-index: 2;
  pointer-events: auto;
}
.btk-slider__slide a.btk-slider__link,
.btk-slider__slide .btk-slider__link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr) minmax(0, 1fr);
  align-items: center;
  column-gap: clamp(12px, 2.5vw, 36px);
  height: 100%;
  min-height: 0;
  padding: 28px clamp(16px, 3vw, 48px) 44px;
  box-sizing: border-box;
  color: inherit;
  text-decoration: none;
  background: transparent;
}
.btk-slider__meta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  min-width: 0;
  z-index: 2;
  pointer-events: none;
  color: #fff;
}
.btk-slider__meta * { pointer-events: none; }
.btk-slider__media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  max-height: 100%;
  padding: 0;
  background: transparent;
  z-index: 1;
  pointer-events: none;
}
.btk-slider__media img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 300px;
  object-fit: contain;
  object-position: center right;
  filter: drop-shadow(0 18px 28px rgba(0,0,0,0.45));
  background: transparent !important;
}
.btk-slider__caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-width: 0;
  padding: 0 8px;
  margin: 0;
  background: transparent;
  color: #fff;
  z-index: 2;
  pointer-events: none;
}
.btk-slider__caption * { pointer-events: none; }
.btk-slider__badge {
  display: block;
  width: 100%;
  margin: 0 0 14px;
  padding: 0;
  background: transparent;
  color: #fff;
  font-size: clamp(24px, 2.8vw, 36px);
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.15;
}
.btk-slider__slogan {
  margin: 0 0 18px;
  color: rgba(255,255,255,0.92);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.02em;
  max-width: 28ch;
}
.btk-slider__title {
  margin: 0 0 12px;
  color: #fff !important;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-align: left;
}
.btk-slider__excerpt {
  margin: 0 0 12px;
  color: rgba(255,255,255,0.88);
  font-size: 14px;
  line-height: 1.45;
  max-width: 34ch;
  text-align: left;
}
.btk-slider__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: flex-start;
  gap: 8px 12px;
  margin: 0;
}
.btk-slider__price-cash {
  color: #fff;
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 700;
  line-height: 1;
}
.btk-slider__price-cash .amount { color: #fff; }
.btk-slider__price-reg {
  color: rgba(255,255,255,0.65);
  font-size: 15px;
  text-decoration: line-through;
}
.btk-slider__price-reg .amount { color: rgba(255,255,255,0.65); }
.btk-slider__price-note {
  color: rgba(255,255,255,0.75);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.btk-slider__cta {
  display: inline-flex;
  align-items: center;
  margin-top: 2px;
  padding: 11px 20px;
  background: #fff;
  color: #1b225e;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.btk-slider__link:hover .btk-slider__cta { background: #e3252c; color: #fff; }
.btk-slider__controls,
.btk-slider__nav { display: none !important; }
.btk-slider__dots {
  position: absolute; left: 0; right: 0; bottom: 14px;
  display: flex; justify-content: center; gap: 8px; z-index: 4;
  padding: 0;
}
.btk-slider__dots button {
  width: 10px; height: 10px; border-radius: 50%; border: 0;
  background: rgba(255,255,255,.55); cursor: pointer; padding: 0;
}
.btk-slider__dots button.is-active { background: #fff; }
.btk-slider--instant .btk-slider__slide {
  transition: none;
}

.btk-home-shop { padding: 36px 0 20px; }
.btk-home-shop__title {
  text-align: center; margin: 0 0 22px;
  font-size: 32px; font-weight: 600;
  color: var(--btk-heading, #111518);
}
.btk-home-shop .btk-shop-filters--dropdown {
  margin: 0 0 22px;
}
.btk-home-shop .btk-shop-filters--dropdown .btk-shop-filters__toggle {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #fff;
  border: 1px solid #ddd;
  color: var(--btk-heading, #111518);
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 16px;
  cursor: pointer;
  margin: 0 0 12px;
}
.btk-home-shop .btk-shop-filters--dropdown .btk-shop-filters__toggle-icon::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform .2s;
}
.btk-home-shop .btk-shop-filters--dropdown.is-open .btk-shop-filters__toggle-icon::after {
  transform: rotate(-135deg);
  margin-top: 6px;
}
.btk-home-shop .btk-shop-filters--dropdown .btk-shop-filters__panel {
  display: none;
  border: 1px solid #eee;
  padding: 14px;
  background: #fafafa;
  margin-bottom: 8px;
}
.btk-home-shop .btk-shop-filters--dropdown.is-open .btk-shop-filters__panel {
  display: block;
}
.btk-home-ponuda {
  margin: 36px 0 8px;
  padding: 36px 28px 28px;
  text-align: center;
  background: linear-gradient(135deg, #1b225e 0%, #272f76 55%, #1a1f4d 100%);
  color: #fff;
}
.btk-home-ponuda__inner { margin: 0 0 24px; }
.btk-home-ponuda__products {
  text-align: left;
  margin: 0;
}
.btk-home-ponuda__products .woocommerce ul.products {
  margin-bottom: 0;
}
.btk-home-ponuda__products .woocommerce ul.products li.product {
  background: #fff;
}
.btk-home-ponuda__products .woocommerce ul.products li.product .woocommerce-loop-product__title,
.btk-home-ponuda__products .woocommerce ul.products li.product .price,
.btk-home-ponuda__products .woocommerce ul.products li.product .btk-loop-excerpt {
  color: var(--btk-heading, #111518);
}
.btk-home-ponuda__products .inweb-price-box,
.btk-home-ponuda__products .price-sale,
.btk-home-ponuda__products .price-regular,
.btk-home-ponuda__products .cash-note {
  color: var(--btk-heading, #111518);
}
.btk-home-ponuda__eyebrow {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffb4b7;
}
.btk-home-ponuda__title {
  margin: 0 0 10px;
  color: #fff !important;
  font-size: 28px;
  font-weight: 700;
}
.btk-home-ponuda__text {
  margin: 0 auto 18px;
  max-width: 42ch;
  color: rgba(255,255,255,0.88);
  font-size: 15px;
  line-height: 1.5;
}
.btk-home-ponuda__btn {
  display: inline-flex;
  align-items: center;
  padding: 12px 22px;
  background: #e3252c;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.btk-home-ponuda__btn:hover { background: #c41f25; color: #fff !important; }

.btk-home-brands {
  padding: 40px 0 28px;
  background: #fff;
  overflow: hidden;
}
.btk-home-brands__title {
  text-align: center;
  margin: 0 0 8px;
  font-size: 28px;
  font-weight: 600;
  color: var(--btk-heading, #111518);
}
.btk-home-brands__text {
  text-align: center;
  margin: 0 auto 22px;
  max-width: 40ch;
  color: var(--btk-muted, #6d7580);
  font-size: 15px;
}
.btk-home-brands__marquee {
  overflow: hidden;
  width: 100%;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.btk-home-brands__track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 0;
  animation: btk-brands-marquee 32s linear infinite;
}
.btk-home-brands__marquee:hover .btk-home-brands__track {
  animation-play-state: paused;
}
.btk-home-brands__list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 12px 16px;
  list-style: none;
  margin: 0;
  padding: 0 8px;
}
.btk-home-brands__item { margin: 0; flex: 0 0 auto; }
.btk-home-brands__link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  height: 72px;
  padding: 10px 18px;
  background: #fff;
  border: 1px solid #e6e8ef;
  text-decoration: none;
  transition: border-color .2s, box-shadow .2s;
}
.btk-home-brands__link:hover {
  border-color: #c5cad8;
  box-shadow: 0 4px 14px rgba(27, 34, 94, 0.08);
}
.btk-home-brands__logo {
  display: block;
  width: auto;
  max-width: 160px;
  height: 40px;
  object-fit: contain;
}
@keyframes btk-brands-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .btk-home-brands__track { animation: none; }
  .btk-home-brands__marquee {
    overflow-x: auto;
    mask-image: none;
    -webkit-mask-image: none;
  }
  .btk-home-brands__track { width: 100%; justify-content: center; flex-wrap: wrap; }
  .btk-home-brands__list[aria-hidden="true"] { display: none; }
  .btk-home-brands__list { flex-wrap: wrap; justify-content: center; }
}

.btk-benefits { padding: 48px 0 64px; background: #fff; }
.btk-benefits__title {
  text-align: center; margin: 0 0 32px;
  font-size: 32px; font-weight: 600;
}
.btk-benefits__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.btk-benefits__item { text-align: center; padding: 24px 12px; background: #f9f9f9; }
.btk-benefits__item img,
.btk-benefits__svg { width: 72px; height: 72px; object-fit: contain; margin: 0 auto 12px; display: block; }
.btk-benefits__item h5 { margin: 0; font-size: 18px; font-weight: 600; }

.btk-content { padding: 40px 0 64px; }
.btk-content__title, .btk-privacy__title { margin: 0 0 24px; }

.btk-contact { padding: 40px 0 0; }
.btk-contact__title { text-align: center; margin: 0 0 28px; }
.btk-contact__grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 32px 48px; align-items: start;
}
.btk-contact__list { list-style: none; margin: 16px 0 0; padding: 0; }
.btk-contact__list li { margin: 0 0 8px; }
.btk-contact__map-wrap { margin-top: 36px; }
.btk-contact__map { display: block; width: 100%; }
.btk-form input, .btk-form textarea {
  width: 100%; padding: 12px 14px; border: 1px solid #c8c8c8;
  font-family: inherit; font-size: 15px; margin: 0 0 12px;
}
.btk-form button, .wpcf7-submit {
  background: var(--btk-navy, #272f76); color: #fff; border: 0;
  padding: 12px 24px; font-weight: 600; cursor: pointer;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="file"],
.wpcf7 textarea {
  width: 100%; padding: 12px 14px; border: 1px solid #c8c8c8;
  font-family: inherit; font-size: 15px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 20px;
}
.form-grid .column.full,
.form-grid .column.full.doc,
.form-grid .column.full.napomena,
.form-grid .column.full.zakon { grid-column: 1 / -1; }

.btk-contact__ok { color: #3a8b5b; }
.btk-contact__err { color: #962317; }

.btk-reveal { opacity: 0; transform: translateY(16px); transition: opacity .55s ease, transform .55s ease; }
.btk-reveal.is-in { opacity: 1; transform: none; }
.btk-home-brands.btk-reveal { transition-delay: .05s; }
.btk-benefits.btk-reveal { transition-delay: .05s; }

@media (max-width: 999.98px) {
  .btk-benefits__grid, .btk-contact__grid, .form-grid { grid-template-columns: 1fr; }
  .btk-home-shop__title, .btk-benefits__title { font-size: 26px; }
  .btk-slider { height: 480px; }
  .btk-slider__slide a.btk-slider__link,
  .btk-slider__slide .btk-slider__link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 18px 20px 46px;
  }
  .btk-slider__media {
    order: 1;
    width: auto;
    max-width: min(82%, 320px);
    max-height: none;
    flex: 0 1 auto;
  }
  .btk-slider__media img {
    max-width: 100%;
    max-height: 160px;
    object-position: center;
  }
  .btk-slider__caption {
    order: 2;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .btk-slider__meta {
    order: 3;
    align-items: center;
    text-align: center;
    width: 100%;
  }
  .btk-slider__title {
    font-size: 16px;
    text-align: center;
    word-break: break-word;
  }
  .btk-slider__excerpt { text-align: center; max-width: none; }
  .btk-slider__price { justify-content: center; }
  .btk-slider__badge { font-size: 22px; letter-spacing: 0.12em; margin-bottom: 10px; }
  .btk-slider__slogan { font-size: 14px; margin-bottom: 10px; }
  .btk-slider__price-cash { font-size: 20px; }
  .btk-slider__dots { bottom: 12px; }
  .btk-home-ponuda { padding: 28px 20px; }
  .btk-home-ponuda__title { font-size: 24px; }
  .btk-home-brands__title { font-size: 24px; }
  .btk-home-brands__link { min-width: 120px; height: 64px; }
  .btk-home-brands__logo { height: 34px; max-width: 130px; }
  .btk-home-brands__track { animation-duration: 26s; }
}
@media (max-width: 589.98px) {
  .btk-slider { height: 460px; }
  .btk-slider__media img {
    max-width: min(72%, 240px);
    max-height: 150px;
  }
  .btk-slider__caption { padding: 0; }
  .btk-slider__badge { margin-bottom: 8px; font-size: 18px; letter-spacing: 0.1em; }
  .btk-slider__slogan { font-size: 13px; }
  .btk-slider__title { font-size: 15px; }
  .btk-slider__excerpt { font-size: 13px; margin-bottom: 10px; }
  .btk-slider__price { margin-bottom: 12px; }
  .btk-slider__price-cash { font-size: 18px; }
  .btk-slider__cta { padding: 10px 16px; font-size: 13px; }
}
