/* ==========================================================
   Vegeta Maestro - Začini Inspiracije
   Mobile-first CSS (base = mobile 375px, desktop = 992px+)
   ========================================================== */

/* ---------- Reset & Base ---------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}
@font-face {
  font-family: "Trailmade";
  src:
    url("fonts/Trailmade-Regular.woff2") format("woff2"),
    url("fonts/Trailmade-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: podravka_sans;
    src: url(fonts/podravkasans-regular-webfont.eot);
    src: url(fonts/podravkasans-regular-webfont.eot?#iefix) format("embedded-opentype"),url(fonts/podravkasans-regular-webfont.woff2) format("woff2"),url(fonts/podravkasans-regular-webfont.woff) format("woff"),url(fonts/podravkasans-regular-webfont.ttf) format("truetype"),url(fonts/podravkasans-regular-webfont.svg#podravka_sansregular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: podravka_sans;
    src: url(fonts/podravkasans-light-webfont.eot);
    src: url(fonts/podravkasans-light-webfont.eot?#iefix) format("embedded-opentype"),url(fonts/podravkasans-light-webfont.woff2) format("woff2"),url(fonts/podravkasans-light-webfont.woff) format("woff"),url(fonts/podravkasans-light-webfont.ttf) format("truetype"),url(fonts/podravkasans-light-webfont.svg#podravka_sanslight) format("svg");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: podravka_sans;
    src: url(fonts/podravkasans-medium-webfont.eot);
    src: url(fonts/podravkasans-medium-webfont.eot?#iefix) format("embedded-opentype"),url(fonts/podravkasans-medium-webfont.woff2) format("woff2"),url(fonts/podravkasans-medium-webfont.woff) format("woff"),url(fonts/podravkasans-medium-webfont.ttf) format("truetype"),url(fonts/podravkasans-medium-webfont.svg#podravka_sansmedium) format("svg");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: podravka_sans;
    src: url(fonts/podravkasans-bold-webfont.eot);
    src: url(fonts/podravkasans-bold-webfont.eot?#iefix) format("embedded-opentype"),url(fonts/podravkasans-bold-webfont.woff2) format("woff2"),url(fonts/podravkasans-bold-webfont.woff) format("woff"),url(fonts/podravkasans-bold-webfont.ttf) format("truetype"),url(fonts/podravkasans-bold-webfont.svg#podravka_sansbold) format("svg");
    font-weight: 700;
    font-style: normal
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  overflow-x: hidden;
}

body {
  font-family: podravka_sans;
  background: #071824;
  color: rgba(255, 255, 255, 0.92);
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

/* ---------- Mobile / Desktop toggle ---------- */
.desktop-only {
  display: none !important;
}

@media (min-width: 992px) {
  .mobile-only {
    display: none !important;
  }
  .desktop-only {
    display: block !important;
  }
  .desktop-only.footer-container--desktop {
    display: flex !important;
  }
}

/* --- Mobile prizes --- */
.prizes-banner-mobile {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.prizes-bg-obj-1-mobile {
  position: absolute;
  left: 50%;
  transform: translateX(-108px);
  bottom: -35px;
  z-index: -1;
}

.prizes-curve-mobile {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  z-index: -1;
}

/* --- Mobile edu --- */
.edu-title-mobile {
  position: absolute;
  top: -33px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.edu-bg-obj-mobile {
  position: absolute;
  z-index: -1;
  top: -21px;
  left: 50%;
  transform: translateX(-109px);
}

/* --- Mobile packs --- */
.packs-top-curve-mobile {
  position: absolute;
  top: 0;
  min-width: 100%;
  z-index: 3;
}

/* --- Mobile recipes --- */
.recipes-bg-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}

.recipes-title-mobile {
  display: block;
  margin: 0 auto 25px;
  max-width: 90%;
}

.footer-curve-mobile {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  z-index: -1;
}

/* --- Mobile footer --- */
.footer-logo-mob {
  width: 120px;
  height: auto;
  margin-top: 10px;
}

.footer-podravka-mob {
  width: 140px;
  height: auto;
  margin-bottom: 10px;
}

.footer__copy-mobile {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 20px;
  text-align: center;
}

.footer__links-mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
}

.footer__links-mobile a {
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  text-decoration: none;
}

.footer__links-mobile a:hover {
  text-decoration: underline;
}

/* ==========================================================
   1. HERO
   ========================================================== */
/* --- Mobile hero (base / default) --- */
.hero {
  position: relative;
  overflow: hidden;
  z-index: 0;
  padding-top: 75px;
  padding-bottom: 58px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Hide desktop hero elements on mobile */
.hero__bg,
.hero__logo,
.hero__left,
.hero__right,
.hero__curve {
  display: none;
}

/* Mobile background */
.hero__bg-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}

/* Mobile logo */
.hero__logo-mobile {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

/* Background decorative objects */
.hero__bg-obj-1,
.hero__bg-obj-2 {
  position: absolute;
  z-index: -1;
}

.hero__bg-obj-1 {
  top: -35px;
  left: 50%;
  transform: translateX(calc(-100% + 124px));
}

.hero__bg-obj-2 {
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(41px);
}

/* Mobile content images */
.hero__nagradna-mobile {
  position: relative;
  z-index: 1;
  margin-bottom: 6px;
}

.hero__zacini-mobile {
  position: relative;
  z-index: 1;
}

.hero__packs-mobile {
  position: relative;
  z-index: 1;
}

/* Mobile curve */
.hero__curve-mobile {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  z-index: -1;
}

/* Responsive adjustments for mobile hero objects */
@media (min-width: 556px) {
  .hero__bg-obj-1 {
    left: -36px;
    transform: none;
  }
}

@media (min-width: 728px) {
  .hero__bg-obj-2 {
    right: 0;
    left: auto;
    transform: none;
  }
}
@media (max-width: 768px) {
  .prizes__label {
    display: none !important;
  }
}
/* --- Desktop hero (992px+) --- */
@media (min-width: 992px) {
  .hero {
    padding: 0;
    min-height: 600px;
  }

  /* Hide mobile hero elements on desktop */
  .hero__bg-mobile,
  .hero__logo-mobile,
  .hero__bg-obj-1,
  .hero__bg-obj-2,
  .hero__nagradna-mobile,
  .hero__zacini-mobile,
  .hero__packs-mobile,
  .hero__curve-mobile {
    display: none;
  }

  /* Show desktop hero elements */
  .hero__bg,
  .hero__logo,
  .hero__left,
  .hero__right,
  .hero__curve {
    display: block;
  }

  .hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
  }

  .hero__logo {
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    max-width: none;
    z-index: 3;
  }

  .hero__left {
    position: absolute;
    bottom: 0;
    left: 0;
    top: auto;
    height: 600px;
    width: auto;
    max-width: none;
    padding-left: 0;
    align-self: auto;
    z-index: 2;
  }

  .hero__right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 500px;
    width: auto;
    max-width: none;
    margin-top: 0;
    align-self: auto;
    z-index: 2;
  }

  .hero__curve {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: none;
    min-width: 100%;
    z-index: 3;
  }
}

@media (min-width: 1200px) {
  .hero {
    min-height: 800px;
  }
  .hero__logo {
    width: clamp(130px, 0vw, 360px);
  }
  .hero__left {
    height: 740px;
  }
  .hero__right {
    height: 700px;
  }
}

@media (min-width: 1400px) {
  .hero {
    min-height: 950px;
  }
  .hero__left {
    height: 950px;
  }
  .hero__right {
    height: 750px;
  }
}

@media (min-width: 1700px) {
  .hero {
    min-height: 1156px;
  }
  .hero__logo {
    width: clamp(130px, 0vw, 360px);
  }
  .hero__left {
    height: 1156px;
  }
  .hero__right {
    height: 1027px;
  }
}

/* ==========================================================
   2. PRIZES / INTRO
   ========================================================== */
.prizes {
  position: relative;
  background: #0b4d73;
  padding: 60px 30px 68px;
  text-align: center;
  z-index: 1;
}

.prizes__banner {
  position: absolute;
  left: 50%;
  top: -50px;
  transform: translateX(-50%);
  width: 250px;
  pointer-events: none;
  z-index: 10;
}

@media (min-width: 768px) {
  .prizes__banner {
    top: -60px;
    width: 350px;
  }

  .prizes {
    padding: 80px 30px 120px;
  }

}



.inspire-modal {
  position: fixed;
  inset: 0;
  z-index: 1400;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(8, 43, 64, 0.78);
}

.inspire-modal[hidden] {
  display: none;
}

.inspire-modal__inner {
  position: relative;
  width: min(560px, calc(100vw - 28px));
  background: #0a3b56;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  padding: 28px 22px 24px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.45);
}

.inspire-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 0;
  background: rgba(0, 170, 255, 0.45);
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
}

.inspire-modal__title {
  margin: 0 0 12px;
  text-align: center;
  color: #fff;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.04;
  font-weight: 400;
  font-family: "Trailmade", cursive;
}

.inspire-modal__text {
  margin: 0 0 18px;
  text-align: center;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 1.4;
}

.inspire-modal__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.inspire-modal__item {
  display: block;
  text-decoration: none;
  background: #1ca7df;
  color: #fff;
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  transition:
    transform 0.15s ease,
    background 0.15s ease,
    opacity 0.15s ease;
}

.inspire-modal__item:hover {
  background: #1499cd;
  transform: translateY(-1px);
  color: #fff;
}

@media (min-width: 992px) {
  .inspire-modal__inner {
    padding: 34px 30px 28px;
  }

  .inspire-modal__text {
    font-size: 17px;
  }

  .inspire-modal__item {
    font-size: 18px;
    padding: 16px 18px;
  }
}


/* Dekorativni objekti - sakriveni na mobilnom */
.prizes__deco-1,
.prizes__deco-2,
.prizes__deco-3 {
  display: none;
}

.prizes__text {
  padding-top: 0;
  max-width: 600px;
  margin: 0 auto;
}

.prizes__lead {
  font-size: clamp(15px, 4.2vw, 20px);
  line-height: 1.3;
  margin: 0 0 30px;
}

.prizes__body {
  font-size: clamp(14px, 3.8vw, 18px);
  line-height: 1.3;
  margin: 0;
}

.prizes__body strong {
  font-weight: 900;
}

/* Prize cards grid */
.prizes__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-width: 400px;
  margin: 24px auto 0;
}

.prizes__label {
  font-family: "Trailmade", cursive;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  margin: 0;
  grid-column: 1 / -1;
  text-align: left;
  padding-left: 20px;
}

.prizes__label--glavna {
  order: 0;
}

.prizes__label--sedmicne {
  order: 3;
}

.prize-card--1 { order: 1; }
.prize-card--2 { order: 2; }
.prize-card--3 { order: 4; }
.prize-card--4 { order: 5; }

.prize-card {
  appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  width: 100%;
  aspect-ratio: 1 / 1;
  cursor: pointer;
  background-image: url("./images/bg-shape-blue.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  transition:
    transform 140ms ease,
    filter 140ms ease;
}

.prize-card::after {
  content: "";
  position: absolute;
  inset: 5%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.prize-card--1::after {
  background-image: url("./images/nagrada-1.png");
}
.prize-card--2::after {
  background-image: url("./images/nagrada-2.png");
}
.prize-card--3::after {
  background-image: url("./images/nagrada-3.png");
}
.prize-card--4::after {
  background-image: url("./images/nagrada-4.png");
}

.prize-card:hover {
  transform: translateY(-2px);
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.35));
}

.prize-card--1:hover {
  background-image: url("./images/bg-shape-red.svg");
}

.prize-card--2:hover {
  background-image: url("./images/bg-shape-green.svg");
}

.prize-card--3:hover {
  background-image: url("./images/bg-shape-black.svg");
}

.prize-card--4:hover {
  background-image: url("./images/bg-shape-brown.svg");
}

.prize-card:active {
  transform: translateY(0);
}

/* CTA below prizes */
.prizes__cta {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.prizes__btn {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'podravka_sans';
    font-weight: 500;
    appearance: none;
    border: 0;
    background: #10a7e6;
    color: #fff;
    font-weight: 900;
    letter-spacing: -0.01em;
    border-radius: 999px;
    padding: 14px 22px;
    font-size: clamp(18px, 4.5vw, 26px);
    cursor: pointer;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.25);
    width: as;
    max-width: 400px;
    transition: transform 120ms ease, background 120ms ease;
}

.prizes__btn:hover {
  background: #139fe0;
  transform: translateY(-1px);
}

.prizes__info {
  margin: 0;
  font-size: clamp(12px, 3.4vw, 15px);
  color: rgba(255, 255, 255, 0.88);
}

.prizes__link {
  color: rgba(255, 255, 255, 0.96);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.prizes__link:hover {
  color: #fff;
}

.prizes__curve {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

@media (min-width: 992px) {
  .prizes {
    padding: 100px 40px 120px;
  }

  .prizes__banner {
    top: -67px;
    width: 400px;
    transform: translateX(-50%);
  }

  .prizes__text {
    max-width: 680px;
  }

  .prizes__lead {
    font-size: 18px;
    line-height: 22px;
  }

  .prizes__body {
    font-size: 18px;
    line-height: 22px;
  }

  .prizes__label {
    font-size: 32px;
  }

  .prizes__label--glavna {
    grid-column: 1 / 3;
    order: unset;
  }

  .prizes__label--sedmicne {
    grid-column: 3 / 5;
    order: unset;
  }

  .prize-card--1,
  .prize-card--2,
  .prize-card--3,
  .prize-card--4 {
    order: unset;
  }

  .prizes__grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        margin-bottom: 50px;
        max-width: 1280px;
        margin-top: 50px;
    }

  .prizes__btn {
        font-family: 'podravka_sans';
        width: auto;
        max-width: none;
        padding: 12px 24px;
        font-size: 32px;
        font-weight: 500;
    }

  .prizes__info {
    margin-top: 20px;
    font-size: clamp(13px, 1.2vw, 18px);
  }

  .prizes__curve {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }

  .prizes__deco-1,
  .prizes__deco-2,
  .prizes__deco-3 {
    display: block;
    position: absolute;
    z-index: -1;
    pointer-events: none;
  }

  .prizes__deco-1 {
    right: 0;
    top: 20px;
  }

  .prizes__deco-2 {
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
  }

  .prizes__deco-3 {
    left: -200px;
    top: -50px;
  }
}

@media (min-width: 1400px) {
  .prizes {
    padding: 120px 40px 200px;
  }

  .prizes__banner {
    width: 540px;
    top: -90px;
  }

  .prizes__deco-3 {
    left: 0;
  }

  .prizes__lead,
  .prizes__body {
    font-size: 23px;
    line-height: 27px;
  }

  .prizes__text {
    margin-bottom: 80px;
  }
}

@media (min-width: 1700px) {
  .prizes {
    padding: 180px 40px 260px;
  }

  .prizes__banner {
    width: 766px;
    top: -129px;
  }

  .prizes__lead,
  .prizes__body {
    font-size: 34px;
    line-height: 38px;
  }

  .prizes__text {
    max-width: 1080px;
  }
}

/* ==========================================================
   3. EDUCATIONAL
   ========================================================== */
/* --- Mobile edu --- */
.edu {
  position: relative;
  background: #083650;
  padding: 34px 16px;
  text-align: center;
  z-index: 2;
  overflow: visible;
}

.edu__title {
  position: absolute;
  top: -33px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 180px;
}

.edu__questions {
  display: block;
  margin: 30px auto 24px;
  max-width: 280px;
  width: 100%;
}

.edu__questions--mobile {
  max-width: 90%;
  margin: 20px auto 24px;
}

.edu__letak {
  display: block;
  text-align: center;
}

.edu__letak-img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 280px;
}

.edu__deco-1,
.edu__deco-2,
.edu__deco-3 {
  display: none;
}

/* --- Desktop edu --- */
@media (min-width: 992px) {
  .edu {
    padding: 75px 40px;
  }

  .edu__title {
    top: -50px;
    width: 257px;
  }

  .edu__questions {
    max-width: none;
    width: 778px;
    margin: 0 auto 40px;
  }

  .edu__letak-img {
    max-width: none;
    width: 556px;
  }

  .edu__deco-1,
  .edu__deco-2,
  .edu__deco-3 {
    display: block;
    position: absolute;
    z-index: -1;
    pointer-events: none;
  }

  .edu__deco-1 {
    bottom: 0;
    right: 0;
    max-height: 100%;
    width: auto;
  }

  .edu__deco-2 {
    top: 50px;
    left: 75%;
    transform: translateX(-75%);
    max-height: 90%;
    width: auto;
  }

  .edu__deco-3 {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    max-height: 100%;
    width: auto;
  }
}

@media (min-width: 1400px) {
  .edu {
    padding: 100px 40px;
  }

  .edu__title {
    width: 347px;
    top: -62px;
  }

  .edu__questions {
    width: 1167px;
    margin-bottom: 54px;
  }

  .edu__letak-img {
    width: 750px;
  }
}

@media (min-width: 1700px) {
  .edu {
    padding: 150px 40px;
  }

  .edu__title {
    width: initial;
    top: -100px;
  }

  .edu__questions {
    width: initial;
    margin-bottom: 80px;
  }

  .edu__letak-img {
    width: initial;
  }
}

/* ==========================================================
   4. PACKS SLIDER (Slick)
   ========================================================== */
.packs {
  position: relative;
}

/* --- Mobile packs --- */
.packs__top-curve {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}

.packs__bottom-curve {
  display: none;
}

.packs .slide-item {
  height: 420px;
  position: relative;
}

.packs .slide-item .packs-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}

.packs .slide-item .packs-objects {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.packs .slide-item .packs-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

/* Slick dots */
.slick-dots {
  bottom: 15px !important;
  z-index: 100 !important;
}

.slick-dots li {
  width: auto !important;
  height: auto !important;
  margin: 0 5px;
}

.slick-dots li button:before {
  content: "" !important;
}

.slick-dots li button {
  display: block;
  padding: 5px 10px;
  font-size: 22px !important;
  color: #fff !important;
  border: none;
  background: transparent;
  cursor: pointer;
  font-weight: 700;
  font-family: "Trailmade";
}

.slick-dots li.slick-active button {
  color: #ffb554 !important;
  background: url(./images/packs-dot-active-bg.png) no-repeat center center;
  background-size: contain;
}

/* Slick arrows */
.slick-next,
.slick-prev {
  position: absolute;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 1000;
}

.slick-prev {
  right: auto !important;
  left: 50% !important;
  transform: translateX(-90px) !important;
  bottom: 17px !important;
  top: auto !important;
}

.slick-prev:before {
  content: "" !important;
}

.slick-next {
  right: auto !important;
  left: 50% !important;
  transform: translateX(75px) !important;
  bottom: 17px !important;
  top: auto !important;
}

.slick-next:before {
  content: "" !important;
}

.slick-next img,
.slick-prev img {
  display: block;
  width: 15px;
  height: auto;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

/* --- Desktop packs --- */
@media (min-width: 992px) {
  .packs__top-curve {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
  }

  .packs__bottom-curve {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 3;
  }

  .packs .slide-item {
    height: 642px;
  }

  .packs .slide-item .packs-bg {
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  .packs .slide-item .packs-content {
    max-height: 75%;
  }

  .packs .slide-item .packs-objects {
    max-height: 90%;
  }

  .slick-next img,
  .slick-prev img {
    width: 19px;
  }

  .slick-dots {
    bottom: 36px !important;
  }

  .slick-prev {
    transform: translateX(-155px) !important;
    bottom: 50px !important;
  }

  .slick-next {
    transform: translateX(140px) !important;
    bottom: 50px !important;
  }

  .slick-dots li button {
    font-size: 38px !important;
    width: 58px;
    height: 58px;
    padding: 0;
    line-height: 58px;
    text-align: center;
  }
}

@media (min-width: 1400px) {
  .packs .slide-item {
    height: 867px;
  }

  .slick-next img,
  .slick-prev img {
    width: 26px;
  }

  .slick-dots {
    bottom: 50px !important;
  }

  .slick-prev {
    transform: translateX(-200px) !important;
    bottom: 70px !important;
  }

  .slick-next {
    transform: translateX(170px) !important;
    bottom: 70px !important;
  }

  .slick-dots li button {
    font-size: 51px !important;
    width: 72px;
    height: 72px;
    padding: 0 !important;
    line-height: 72px;
    text-align: center;
  }
}

@media (min-width: 1700px) {
  .packs .slide-item {
    height: 1285px;
  }

  .slick-next img,
  .slick-prev img {
    width: 39px;
  }

  .slick-dots {
    bottom: 135px !important;
  }

  .slick-prev {
    transform: translateX(-245px) !important;
    bottom: 165px !important;
  }

  .slick-next {
    transform: translateX(210px) !important;
    bottom: 165px !important;
  }

  .slick-dots li button {
    font-size: 57px !important;
    width: 85px;
    height: 85px;
    padding: 0 !important;
    line-height: 85px;
    text-align: center;
    font-family: "Trailmade";
  }
}

.packs__slider .slick-dots li button::before {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}

.packs__slider .slick-dots li.slick-active button::before {
  color: #f4b14c;
  opacity: 1;
}

@media (min-width: 992px) {
  .packs__layer--bg {
    transform: translateY(-78px) scale(1.16);
  }

  .packs__layer--obj {
    transform: translateY(-86px) scale(0.72);
  }

  .packs__layer--content {
    transform: translateY(-86px) scale(0.58);
  }

  .packs__slider .slick-prev {
    left: 40px;
  }

  .packs__slider .slick-next {
    right: 40px;
  }

  .packs__slider .slick-dots {
    bottom: 40px;
  }

  .packs__slider .slick-dots li button::before {
    font-size: 20px;
  }
}

/* ==========================================================
   5. RECIPES
   ========================================================== */
.recipes {
  position: relative;
  padding-top: 30px;
  padding-bottom: 58px;
  text-align: center;
}

.recipes-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}

.recipes-title-img {
  display: block;
  margin: 0 auto 25px;
  max-width: 90%;
}

.recipes .container {
  padding: 0 30px;
}

.recipes-info {
  font-size: 14px;
  margin: 0 auto 20px;
  max-width: 600px;
}

.recipes-list {
  display: flex;
  justify-content: center;
  padding: 20px 10px 15px;
  background-color: #073650;
  border: 4px solid #0a4a6e;
  border-radius: 16px;
  margin: 30px auto 20px;
  max-width: 95%;
  gap: 10px;
}

.recipes-list .slide-item {
  flex: 1 1 0;
  min-width: 0;
  font-size: 9px;
  line-height: 12px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.recipes-list .slide-item:hover {
  color: #fff;
}

.recipes-list .slide-item img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 20px;
  display: block;
}


.inspire-btn {
    padding: 12px 24px;
    font-family: 'podravka_sans';
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    font-size: 24px;
    font-weight: 500;
    border-radius: 999px;
    border: none;
    background-color: #073650;
    color: #fff;
    width: auto;
    text-decoration: none;
    cursor: pointer;
}

.inspire-btn:hover {
  color: #fff;
  opacity: 0.9;
}

.footer-desktop-curve {
  display: none;
}

/* 450px+ */
@media (min-width: 450px) {
  .recipes-list {
    max-width: 470px;
    border-radius: 20px;
  }
}

/* Desktop recipes */
@media (min-width: 992px) {
  .recipes {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .recipes-title-img {
    max-width: 600px;
  }

  .recipes-info {
        margin-top: 50px;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 50px;
    }

      .recipes-list {
        max-width: 1260px;
        border-radius: 20px;
        padding: 30px 30px 80px;
        margin: 40px auto 20px;
    }

  .recipes-list .slide-item {
    font-size: 16px;
    line-height: 20px;
  }

  .recipes-list .slide-item img {
    border-radius: 12px;
  }

  

  .footer-desktop-curve {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1;
  }
}

@media (min-width: 1400px) {
  .recipes {
    padding-top: 70px;
    padding-bottom: 120px;
  }

  .recipes-title-img {
    max-width: 600px;
  }

  .recipes-info {
    margin-bottom: 70px;
    font-size: 23px;
    line-height: 27px;
    margin-top: 70px;
  }

  .recipes-list .slide-item {
    text-align: left;
    font-size: 20px;
    line-height: 24px;
  }

  .recipes-list .slide-item img {
    border-radius: 14px;
  }

  .inspire-btn {
    font-size: 22px;
    width: 189px;
    height: 43px;
  }
}

@media (min-width: 1700px) {
  .recipes {
    padding-top: 100px;
    padding-bottom: 160px;
  }

  .recipes-title-img {
    max-width: none;
  }

      .recipes-info {
        margin-bottom: 70px;
        font-size: 34px;
        line-height: 38px;
        max-width: 900px;
        margin-top: 70px;
    }

      .recipes-list .slide-item {
        text-align: left;
        font-size: 25px;
        line-height: 29px;
    }

  .recipes-list .slide-item img {
    border-radius: 16px;
  }

  .inspire-btn {
        font-family: 'podravka_sans';
        padding: 12px 34px;
        font-size: 32px;
        width: auto;
        height: 64px;
    }
}

/* ==========================================================
   6. FOOTER
   ========================================================== */
.footer {
  background-color: #073650;
  position: relative;
}

/* --- Mobile footer --- */
.footer-container--mobile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px 50px;
  max-width: 480px;
  margin: 0 auto;
}

.socials {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 14px;
  gap: 20px;
}

.socials img {
  height: 30px;
  width: auto;
  display: block;
}

.terms-conditions-privacy {
  text-align: center;
}

.terms-conditions-privacy a {
  color: #fff;
  font-weight: 700;
  font-size: 10px;
  padding: 0 4px 0 2px;
  border: none;
  border-right: 1px solid #fff;
  text-decoration: none;
}

.terms-conditions-privacy a:hover {
  color: #fff;
  text-decoration: underline;
}

.terms-conditions-privacy a:first-child {
  padding-left: 0;
}

.terms-conditions-privacy a:last-child {
  border-right: none;
  padding-right: 0;
}

/* --- Desktop footer --- */
.footer-container--desktop {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  padding: 25px 40px 60px;
}

.footer__col--left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer__col--left .footer-podravka-logo-desktop {
  width: 70px;
  height: auto;
  margin-bottom: 12px;
}

.footer__copy {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
}

.footer__col--center {
  flex: 1;
  display: flex;
  justify-content: center;
}

.footer__links-row {
  display: flex;
  gap: 60px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  padding-left: 30px;
}

.footer__links-col + .footer__links-col {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  padding-left: 30px;
}

.footer__links-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer__links-col a {
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  text-decoration: none;
}

.footer__links-col a:hover {
  text-decoration: underline;
}

.footer__socials {
  display: flex;
  gap: 14px;
  margin-top: 8px;
}

.footer__socials img {
  height: 24px;
  width: auto;
  display: block;
}

.footer__col--right {
  display: flex;
  align-items: flex-start;
}

.footer__col--right .footer-logo-desktop {
  width: 70px;
  height: auto;
  margin-top: -40px;
}

@media (min-width: 1400px) {
  .footer-container--desktop {
    max-width: 1300px;
    padding: 30px 60px 70px;
  }

  .footer__col--right .footer-logo-desktop {
    margin-top: -50px;
  }

  .footer__col--left .footer-podravka-logo-desktop {
    width: 90px;
  }

  .footer__copy {
    font-size: 13px;
  }

  .footer__links-col a {
    font-size: 16px;
  }

  .footer__links-row {
    gap: 80px;
  }

  .footer__socials img {
    height: 28px;
  }

  .footer__col--right .footer-logo-desktop {
    width: 90px;
  }
}

@media (min-width: 1700px) {
  .footer-container--desktop {
    max-width: 1600px;
    padding: 35px 80px 85px;
  }

  .footer__col--right .footer-logo-desktop {
    margin-top: -60px;
  }

  .footer__col--left .footer-podravka-logo-desktop {
    width: 110px;
  }

  .footer__copy {
    font-size: 15px;
  }

  .footer__links-col a {
    font-size: 18px;
  }

  .footer__links-row {
    gap: 100px;
  }

  .footer__socials img {
    height: 24px;
  }

  .footer__col--right .footer-logo-desktop {
    width: 110px;
  }
}

/* ==========================================================
   7. QUIZ PANEL & POPUPS (keep for script.js compatibility)
   ========================================================== */
.quiz-panel {
  position: relative;
  z-index: 5;
  max-width: 640px;
  margin: 0 auto;
  padding: 0 16px 40px;
  text-align: center;
}

.quiz__question {
  margin: 0 0 18px;
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.quiz__answers {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

.quiz__answer {
  appearance: none;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(10, 30, 45, 0.85);
  color: rgba(255, 255, 255, 0.92);
  border-radius: 14px;
  padding: 14px 16px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition:
    background 0.15s ease,
    border-color 0.15s ease;
}

.quiz__answer:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.35);
}

.quiz__answer:disabled {
  cursor: default;
  opacity: 0.95;
}

.quiz__answer--correct {
  border-color: rgba(0, 255, 153, 0.65);
  background: rgba(0, 80, 60, 0.45);
}

.quiz__answer--wrong {
  border-color: rgba(255, 80, 80, 0.55);
  background: rgba(80, 20, 20, 0.35);
}

.quiz__next {
  appearance: none;
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(0, 170, 255, 0.35);
  color: #fff;
  border-radius: 14px;
  padding: 12px 18px;
  font-weight: 800;
  cursor: pointer;
}

.quiz__next:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/* ---------- Quiz Popup ---------- */
.quiz-popup {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(8, 43, 64, 0.78);
}

.quiz-popup[hidden] {
  display: none;
}

.quiz-popup__inner {
  width: min(640px, calc(100vw - 28px));
  height: min(480px, 85vh);
  max-height: min(620px, 85vh);
  box-sizing: border-box;
  background: #0a3b56;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  padding: clamp(26px, 3.2vw, 40px) clamp(22px, 3vw, 34px)
    clamp(20px, 2.5vw, 28px);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.45);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow-y: auto;
  scrollbar-width: none;
}

.quiz-popup__inner::-webkit-scrollbar {
  display: none;
}

.quiz-popup__inner > .quiz-popup__title:not(.quiz-popup__title--question) {
    flex-shrink: 0;
    font-size: 80px !important;
    margin-bottom: clamp(18px, 2.4vw, 30px);
}

.quiz-popup__inner > .quiz-popup__title--question {
    font-weight: 100;
    color: #fff;
    /* font-family: "Trailmade"; */
    flex: 0 0 auto;
    max-height: 42%;
    min-height: 0;
    overflow-y: hidden;
    padding-right: 40px;
    margin-bottom: clamp(8px, 1.2vw, 16px);
    -webkit-overflow-scrolling: touch;
}

.quiz-popup__inner > .quiz-popup__answers {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  overflow-y: auto;
  padding-top: clamp(4px, 0.8vw, 10px);
  padding-bottom: clamp(4px, 0.8vw, 12px);
  -webkit-overflow-scrolling: touch;
}

.quiz-popup__inner > .quiz-popup__text {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.quiz-popup__inner > .quiz-popup__text.quiz-popup__text--center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.quiz-popup__inner > .quiz-popup__form {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.quiz-popup__inner > .quiz-popup__form > .quiz-popup__close {
  margin-top: auto;
}

.quiz-popup__inner > .quiz-popup__close:not(.quiz-popup__x) {
  flex-shrink: 0;
  margin-top: auto;
}

.quiz-popup__x {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 0;
  background: rgba(0, 170, 255, 0.45);
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
}

.quiz-popup__title {
    margin: 0 0 16px;
    text-align: center;
    color: #fff;
    font-size: clamp(32px, 3.2vw, 50px);
    line-height: 1.04;
    font-weight: 100;
    font-family: "Trailmade", cursive;
}

.quiz-popup__title--question {
  font-size: clamp(40px, 2.8vw, 44px);
  text-align: left;
  font-family: "Trailmade", cursive;
}

.quiz-popup__q-number {
  font-family: "Trailmade", cursive;
  color: #ffd26a;
  margin-right: 4px;
}

.quiz-popup__text {
  margin: 0 0 16px;
  font-size: clamp(14px, 1.35vw, 18px);
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.92);
}

.quiz-popup__text--center {
  text-align: center;
}

.quiz-popup__close {
    appearance: none;
    width: auto;
    min-width: 180px;
    display: block;
    margin: 8px auto 0;
    border: 0;
    background: #07a7ea;
    color: #fff;
    border-radius: 999px;
    padding: 12px 24px;
    font-weight: 800;
    font-size: clamp(20px, 1.8vw, 34px);
    cursor: pointer;
    font-family: 'podravka_sans';
}

.quiz-popup__close:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.quiz-popup__answers {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.quiz-popup__answer {
  appearance: none;
  border: 0;
  border-radius: 8px;
  background: #1ca7df;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  font-size: clamp(18px, 1.5vw, 22px);
  font-weight: 700;
  cursor: pointer;
  text-align: left;
  font-family:podravka_sans;
}

.quiz-popup__answer-key {
  color: #ffd26a;
  font-weight: 900;
  font-family: "Trailmade", cursive;
}

.quiz-popup__form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.quiz-popup__field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.quiz-popup__field-error {
  margin: 0;
  padding: 0 4px 0 12px;
  font-size: 13px;
  line-height: 1.3;
  color: #ffb4b4;
}

.quiz-popup__input[aria-invalid="true"] {
  outline: 2px solid #ff6b6b;
  outline-offset: 1px;
}

.quiz-popup__form-error {
  margin: 0;
  font-size: 14px;
  line-height: 1.35;
  color: #ffb4b4;
  text-align: center;
}

.quiz-popup__form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.quiz-popup__input {
  width: 100%;
  border: 0;
  border-radius: 999px;
  padding: 12px 16px;
  font-size: 16px;
  box-sizing: border-box;
  background: #fff;
  color: #0a3b56;
}

@media (min-width: 992px) {
  .quiz-popup__form-row {
    grid-template-columns: 1fr 1fr;
  }

  .quiz-popup__title--question {
    font-size: clamp(30px, 2.8vw, 44px);
  }

  .quiz-popup__answer {
    font-size: clamp(15px, 1.25vw, 18px);
    border-radius: 8px;
    padding: 10px 12px;
  }
}

/* ---------- Start Popup ---------- */
.start-popup {
  position: fixed;
  inset: 0;
  z-index: 1200;
  background: rgba(8, 43, 64, 0.78);
  display: grid;
  place-items: center;
  padding: 18px;
}

.start-popup[hidden] {
  display: none;
}

.start-popup__inner {
  width: min(640px, calc(100vw - 28px));
  height: min(480px, 85vh);
  max-height: min(620px, 85vh);
  box-sizing: border-box;
  background: #0a3b56;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.45);
  padding: clamp(26px, 3.2vw, 40px) clamp(22px, 3vw, 34px)
    clamp(20px, 2.5vw, 28px);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
}

.start-popup__scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.start-popup__inner > .start-popup__title {
  flex-shrink: 0;
}

.start-popup__inner .start-popup__actions {
  flex-shrink: 0;
  margin-top: auto;
}

.start-popup__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 0;
  background: rgba(0, 170, 255, 0.45);
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
}

.start-popup__title {
  margin: 0 0 18px;
  text-align: center;
  font-size: clamp(22px, 5.5vw, 48px);
  line-height: 1.04;
  font-weight: 800;
  color: #dff7ff;
}

.start-popup__title-img {
  display: block;
  margin: 0 auto 18px;
  max-width: 60%;
  height: auto;
  flex-shrink: 0;
}

.start-popup__lead {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(16px, 1.55vw, 22px);
  line-height: 1.3;
}

.start-popup__note {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(15px, 1.35vw, 20px);
  font-style: italic;
  line-height: 1.3;
}

.start-popup__actions {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
}

.start-popup__btn {
    font-family: 'podravka_sans';
    appearance: none;
    border: 0;
    border-radius: 999px;
    padding: 12px 24px;
    font-weight: 500;
    cursor: pointer;
    color: #fff;
    background: #07a7ea;
    font-size: clamp(22px, 2vw, 34px);
    width: 100%;
    box-sizing: border-box;
}

@media (min-width: 992px) {
  .start-popup__title {
    font-size: clamp(30px, 3.2vw, 48px);
    font-family: "Trailmade";
  }

  .start-popup__actions {
    flex-direction: row;
    justify-content: center;
  }

  .start-popup__btn {
    width: auto;
  }
}

/* ---------- Quiz Result ---------- */
.quiz-result {
  position: relative;
  z-index: 5;
  max-width: 480px;
  margin: 0 auto;
  padding: 32px 20px 100px;
  text-align: center;
}

.quiz-result__title {
  margin: 0 0 12px;
  font-size: 26px;
}

.quiz-result__score {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 800;
}

.quiz-result__msg {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.45;
}
