* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Love Ya Like A Sister", cursive;
  overflow-x: hidden;
  position: relative;
}

.hero {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 4rem 0;
}

.title {
  color: #000;
  text-align: center;
  font-size: clamp(3rem, -6.4447rem + 14.5789vw, 12.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  width: 904px;
  margin: 0 auto;
}

.zuto {
  color: #ffd105;
}

.sm {
  color: #000;
  font-size: clamp(3rem, -3.6368rem + 10.9474vw, 9.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.banner-container {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 8rem;
}

/* Centralni tekst */
.main-text {
  position: relative;
  text-align: center;
  z-index: 2;
  max-width: 904px;
  margin: 0 auto;
}

/* Lijeva mačka  */
.cat-left {
  position: absolute;
  left: 10%;
  bottom: -30%;
  width: clamp(180px, 20vw, 350px);
  height: auto;
  z-index: 1;
}

/* Desna mačka  */
.cat-right {
  position: absolute;
  right: 10%;
  bottom: -35%;
  width: clamp(180px, 20vw, 450px);
  height: auto;
  z-index: 1;
}

/* Lijeva mačka (dolje) */
.cat-left2 {
  position: absolute;
  left: 10%;
  bottom: 0;
  width: clamp(180px, 20vw, 350px);
  height: auto;
  z-index: 1;
}

/* Desna mačka (dolje) */
.cat-right2 {
  position: absolute;
  right: 10%;
  bottom: 0;
  width: clamp(180px, 25vw, 450px);
  height: auto;
  z-index: 1;
}

/* Čarapa gore lijevo */
.sock-top-left {
  position: absolute;
  left: 8%;
  top: 5%;
  width: clamp(50px, 8vw, 100px);
  height: auto;
  z-index: 3;
}

/* Zvijezda gore lijevo */
.star-top-left {
  position: absolute;
  left: 20%;
  top: 3%;
  width: clamp(40px, 6vw, 80px);
  height: auto;
  z-index: 3;
}

/* Zvijezda gore desno */
.star-top-right {
  position: absolute;
  right: 20%;
  top: 12%;
  width: clamp(40px, 6vw, 80px);
  height: auto;
  z-index: 3;
}

/* Kuglica gore desno */
.ornament-top-right {
  position: absolute;
  right: 10%;
  top: 15%;
  width: clamp(50px, 7vw, 140px);
  height: auto;
  z-index: 3;
}

/* Lizalica gore lijevo */
.ornament-bottom-left {
  position: absolute;
  left: 27%;
  bottom: 65%;
  width: clamp(50px, 7vw, 140px);
  height: auto;
  z-index: 3;
}

.logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding-top: 2rem;
}

.callout {
  width: 100%;
  background: #ffd105;
  padding: 8.5rem 0;
  position: relative;
}

.story {
  width: 100%;
  background: #ffd105;
  padding: 6rem 0 12rem 0;
}

.grane {
  z-index: 2;
}

.grana1 {
  position: absolute;
  right: -10px;
  bottom: -80%;
  pointer-events: none;
  z-index: 2;
}
.grana2 {
  position: absolute;
  left: -10px;
  bottom: -100%;
  pointer-events: none;
}

.grana3 {
  position: absolute;
  right: -10px;
  top: 10%;
  pointer-events: none;
}

.grana4 {
  position: absolute;
  left: -10px;
  top: 15%;
  pointer-events: none;
}

.grana5 {
  position: absolute;
  right: -10px;
  top: 20%;
  pointer-events: none;
}

.grana6 {
  position: absolute;
  right: -10px;
  top: 45%;
  pointer-events: none;
}

.grana7 {
  position: absolute;
  right: -10px;
  top: 87%;
  pointer-events: none;
}

.grana8 {
  position: absolute;
  right: -10px;
  top: 50%;
  pointer-events: none;
}

.grana9 {
  position: absolute;
  left: -10px;
  top: 45%;
  pointer-events: none;
}

.grana10 {
  position: absolute;
  left: -10px;
  top: 80%;
  pointer-events: none;
}

.lead {
  max-width: 803px;
  margin: 0 auto;
  color: #000;
  text-align: center;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.cards {
  width: 100%;
  margin: 0 auto;
  padding: 16rem 0;
  position: relative;
  z-index: 10;
  overflow-x: hidden;
}

.grid {
  width: 90%;
  max-width: 1406px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 2rem;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.fullwidth-banner {
  grid-column: 1 / -1;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.fullwidth-banner img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 1460px;
}

.flex {
  width: 90%;
  max-width: 1166px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
}

.col40 {
  width: calc(40% - 1rem);
}
.col60 {
  width: calc(60% - 1rem);
}

.namewrap {
  width: 80%;
}

hr {
  width: 100%;
  height: 1px;
  background: #000;
  display: block;
  outline: none;
  border: none;
  margin: 3rem auto;
}

.name {
  color: #000;
  text-align: center;
  font-size: 85.752px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.text {
  color: #000;

  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.btnwrap {
  margin-top: 10rem;
  position: relative;
  cursor: pointer;
}

.btn {
  border-radius: 71.764px;
  background: #49af91;
  color: #fff;
  text-align: center;
  font-size: 80.828px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 2rem;
  outline: none;
  border: none;
  cursor: pointer;
  font-family: "Love Ya Like A Sister", cursive;
  max-width: 380px;
}

.star {
  position: absolute;
  left: -50px;
  top: -120px;
  width: 60px;
  animation: wiggle 1.5s ease infinite;
}

.star2 {
  position: absolute;
  left: -50px;
  bottom: -120px;
  width: 46px;
  animation: wiggle 1.5s ease infinite;
}

.star3 {
  position: absolute;
  right: -50px;
  top: -60px;
  width: 80px;
  animation: wiggle 1.5s ease infinite;
}

.star4 {
  position: absolute;
  right: 50px;
  top: -60px;
  width: 42px;
  animation: wiggle 1.5s ease infinite;
}

.star21 {
  position: absolute;
  left: -120px;
  top: -280px;
  width: 120px;
  animation: wiggle 1.5s ease infinite;
}

.star22 {
  position: absolute;
  left: -50px;
  top: -120px;
  width: 40px;
  animation: wiggle 1.5s ease infinite;
}

.star23 {
  position: absolute;
  left: -250px;
  top: -120px;
  width: 60px;
  animation: wiggle 1.5s ease infinite;
}

.star24 {
  position: absolute;
  left: -10px;
  top: 120px;
  width: 60px;
  animation: wiggle 1.5s ease infinite;
}

.star25 {
  position: absolute;
  right: -150px;
  top: -120px;
  width: 60px;
  animation: wiggle 1.5s ease infinite;
}

.star26 {
  position: absolute;
  right: -210px;
  top: -320px;
  width: 120px;
  animation: wiggle 1.5s ease infinite;
}

.star27 {
  position: absolute;
  right: -250px;
  top: -10px;
  width: 20px;
  animation: wiggle 1.5s ease infinite;
}

.star28 {
  position: absolute;
  right: 50px;
  top: 120px;
  width: 80px;
  animation: wiggle 1.5s ease infinite;
}

.cardimg {
  width: 100%;
  max-width: 720px;
  padding-top: 160px;
}

.gridimg {
  transition: all 0.2s ease-in-out;
  width: 100%;
  max-height: 182px;
  object-fit: contain;
}

.gridimg:hover {
  animation: wiggle 0.5s ease forwards;
}

.zelja-ispunjena {
  pointer-events: none;
  filter: grayscale(1);
  transition: none;
}

.zelja-ispunjena:hover {
  animation: none;
}

.footer {
  background: #ffd105;
  padding: 4rem 0;
  position: relative;
}

.fwhite {
  background: #fff;
}

.formwrap {
  width: 90%;
  max-width: 600px;
  margin: 50px auto;
  text-align: center;
}

label {
  display: block;
  font-size: 38px;
  margin-bottom: 10px;
}

input {
  width: 100%;
  padding: 18px 25px;
  border: none;
  border-radius: 999px;
  font-size: 22px;
  margin-bottom: 50px;
  background: #fff;
  font-family: inherit;
  outline: none;
}

.frmtext {
  color: #000;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 2rem;
}

.subhead {
  color: #000;
  text-align: center;
  font-size: 121.202px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.full {
  max-width: 670px;
  margin: 0 auto;
  position: relative;
  padding: 8rem 0;
}

.bigmjau {
  width: 70%;
  max-width: 720px;
  margin: 0 auto;
  display: block;
  margin: 0 auto;
  padding: 2rem 0 0 2rem;
}

.puss {
  position: relative;
  width: 100%;
}

.mxl {
  margin-left: auto;
}

@keyframes wiggle {
  0%,
  100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
  75% {
    transform: rotate(-3deg);
  }
}

/* Responsive */

@media (max-width: 1280px) {
  .btn {
    font-size: 60px;
  }
  .grana1,
  .grana2 {
    max-width: 700px;
  }
}

@media (max-width: 1024px) {
  .cat-left,
  .cat-right {
    width: clamp(160px, 18vw, 250px);
  }
}

@media (max-width: 990px) {
  .btn {
    font-size: 56px;
  }
}

@media (max-width: 768px) {
  .cat-left {
    left: 2%;
    width: clamp(160px, 22vw, 180px);
    margin-right: 2rem;
    padding-top: 2rem;
  }

  .cat-right {
    right: 2%;
    width: clamp(160px, 22vw, 180px);
  }

  .sock-top-left,
  .star-top-left,
  .star-top-right,
  .ornament-top-right {
    width: clamp(30px, 8vw, 60px);
  }
  .flex {
    flex-direction: column;
  }

  .col40,
  .col60 {
    width: 100%;
  }
  .cardimg {
    padding-top: 0;
  }
  .title {
    width: 100%;
  }
  .grana1 {
    display: none;
  }
  .btn {
    font-size: 2rem;
    display: block;
  }
  .story {
    overflow-x: hidden;
  }
  .grana1,
  .grana2 {
    width: 100%;
  }
  .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gridimg {
    width: 100%;
  }
  .cards {
    padding-top: 6rem;
  }
  .cat-left2,
  .cat-right2 {
    position: relative;
    z-index: 10;
  }
  .fwhite {
    text-align: center;
  }
  .frmcallout {
    padding-top: 1rem;
  }
  .banner-container {
    padding-top: 2rem;
    text-align: center;
  }
  .callout {
    padding-top: 0;
    padding: 4rem 1.2rem 1.2rem 1.2rem;
    margin-top: -8rem;
  }
  .lead {
    font-size: 1.2rem;
  }
  .story {
    padding-top: 3rem;
  }
  hr {
    margin: 1rem auto;
  }
  .name {
    font-size: 64px;
    text-align: left;
  }
  .text {
    font-size: 26px;
  }
  .cat-right,
  .cat-left {
    position: relative;
    z-index: 10;
  }
  .formwrap {
    margin: 0 auto;
  }
  .hero {
    overflow-x: hidden;
  }
  .ornament-top-right {
    top: 0;
  }
  .subhead {
    font-size: 56px;
  }

  .star21 {
    position: absolute;
    left: -20px;
    top: -80px;
    width: 40px;
    animation: wiggle 1.5s ease infinite;
  }

  .star22 {
    position: absolute;
    left: -5px;
    top: -20px;
    width: 20px;
    animation: wiggle 1.5s ease infinite;
  }

  .star23 {
    position: absolute;
    left: -50px;
    top: -20px;
    width: 30px;
    animation: wiggle 1.5s ease infinite;
  }

  .star24 {
    position: absolute;
    left: 10px;
    top: 20px;
    width: 10px;
    animation: wiggle 1.5s ease infinite;
  }

  .star25 {
    position: absolute;
    right: -10px;
    top: -20px;
    width: 60px;
    animation: wiggle 1.5s ease infinite;
  }

  .star26 {
    position: absolute;
    right: -21px;
    top: -32px;
    width: 20px;
    animation: wiggle 1.5s ease infinite;
  }

  .star27 {
    position: absolute;
    right: -50px;
    top: -10px;
    width: 20px;
    animation: wiggle 1.5s ease infinite;
  }

  .star28 {
    position: absolute;
    right: 50px;
    top: 10px;
    width: 80px;
    animation: wiggle 1.5s ease infinite;
  }
  .vllogo {
    max-width: 90px;
  }
  .hplogo {
    max-width: 120px;
  }
  .grane {
    width: 80%;
  }
}

@media (max-width: 480px) {
  /* Opciono: sakrij neki dekor na mobilnom */
  .sock-top-left,
  .star-top-left {
    display: none;
  }
}
