* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
      background: radial-gradient(72.12% 40.56% at 49.94% 49.99%, #e40521 0, #df0621 16.33%, #d1091f 40.36%, #bb0d1b 69.12%, #a90f16 100%);
}

body.is-loading {
  overflow: hidden;
}

.page-loader {
  position: fixed;
  inset: 0;
  z-index: 4000;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at center, #ff1538 0%, #c80325 42%, #b8001c 100%);
  opacity: 1;
  transition: opacity 260ms ease;
}

.page-loader[hidden] {
  display: none !important;
}

.page-loader.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.page-loader__heart {
  width: clamp(52px, 8vw, 92px);
  height: auto;
  animation: loaderHeartPulse 900ms ease-in-out infinite;
}

@keyframes loaderHeartPulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

.page-root {
  min-height: 100vh;
  padding: 0 52px 0;
}

.hero {
  position: relative;
  width: min(100%, 1180px);
  margin: 0 auto;
  border-radius: 0 0 clamp(22px, 2.4vw, 40px) clamp(22px, 2.4vw, 40px);
  overflow: hidden;
  background: #c10622;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}

.hero__people {
  display: block;
  width: 100%;
  height: auto;
}

.hero__logo {
  position: absolute;
  top: 0;
  left: 35px;
  width: clamp(92px, 10.5vw, 156px);
  height: auto;
  filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.22));
}

.hero__title {
  position: absolute;
  left: clamp(16px, 3.5vw, 44px);
  top: clamp(120px, 16vw, 190px);
  width: clamp(96px, 18.4vw, 232px);
  height: auto;
  animation: heroTitleEnter 900ms cubic-bezier(0.2, 0.75, 0.2, 1) both;
}

.hero__heart {
  position: absolute;
  top: auto;
  bottom: clamp(0px, -13vw, -80px);
  right: clamp(-136px, -10vw, -64px);
  width: clamp(368px, 50vw, 640px);
  height: auto;
  animation: heroHeartEnter 1000ms cubic-bezier(0.2, 0.75, 0.2, 1) 120ms both;
}

@keyframes heroTitleEnter {
  0% {
    opacity: 0;
    transform: translateX(-160px);
  }
  70% {
    opacity: 1;
    transform: translateX(12px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes heroHeartEnter {
  0% {
    opacity: 0;
    transform: translateY(220px) scale(0.9);
  }
  70% {
    opacity: 1;
    transform: translateY(-10px) scale(1.04);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
img.hvala-top {
    max-width: 100%;
    margin-bottom: 20px;
}
@media (prefers-reduced-motion: reduce) {
  .hero__title,
  .hero__heart {
    animation: none !important;
  }
}

.awards-section {
  width: min(100%, 1180px);
  margin: 0 auto;
  margin-top: -2px;
  padding: clamp(24px, 3vw, 40px) clamp(20px, 2.6vw, 30px) clamp(36px, 4vw, 56px);
  background: transparent;
  border-radius: 0;
  display: grid;
  grid-template-columns: minmax(220px, 0.35fr) minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: clamp(20px, 2.5vw, 32px);
  row-gap: clamp(18px, 2vw, 28px);
  overflow: hidden;
}

.awards-section__kako {
  padding-top: 80px;
  grid-column: 1;
  grid-row: 1;
  width: clamp(180px, 23vw, 320px);
  height: auto;
  align-self: start;
  justify-self: start;
}

.awards-section__nagrade {
  grid-column: 2;
  grid-row: 1 / span 2;
  width: 100%;
  max-width: 780px;
  height: auto;
  justify-self: end;
  align-self: start;
}

.awards-section__saznaj {
  grid-column: 1;
  grid-row: 2;
  width: clamp(210px, 26vw, 320px);
  height: auto;
  align-self: start;
  justify-self: start;
  margin-top: -374px;
  margin-left: -10px;
}

.share-section {
  width: min(100%, 1180px);
  margin: 0 auto;
  margin-top: -8px;
  padding: clamp(20px, 2.6vw, 34px) clamp(18px, 2.2vw, 30px) clamp(36px, 4vw, 54px);
  display: grid;
  grid-template-columns: minmax(260px, 0.95fr) minmax(0, 1.05fr);
  column-gap: clamp(26px, 3.4vw, 56px);
  align-items: start;
}

.share-section__left {
  width: min(100%, 320px);
  height: auto;
  justify-self: start;
}

.share-section__content {
  max-width: 700px;
  justify-self: start;
  color: #fff;
  text-align: center;
  font-family: "Source Sans 3", sans-serif;
}

.share-section__title {
  width: min(100%, 320px);
  height: auto;
  margin: 0 auto 20px;
  display: block;
}

.share-section__content p {
    margin: 0 0 18px;
    font-size: clamp(18px, 1.7vw, 20px);
    line-height: 1.22;
    font-weight: 600;
}

.share-section__content p:last-child {
  margin-bottom: 0;
}

.cta-section {
  width: min(100%, 1180px);
  margin: 0 auto;
  margin-top: 8px;
  padding: 0 clamp(18px, 2.2vw, 30px) clamp(40px, 4.5vw, 62px);
  display: flex;
  justify-content: center;
}

.cta-section__image {
  width: min(100%, 460px);
  height: auto;
  display: block;
}

.cta-section__trigger {
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.popup13 {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
}

.popup13[hidden] {
  display: none !important;
}

.popup13__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.84);
}

.popup13__dialog {
  position: relative;
  width: min(40vw, 620px);
  min-width: 500px;
  aspect-ratio: 1227 / 1357;
  z-index: 1;
}

.popup13__sheet {
  width: 100%;
  height: 100%;
  display: block;
}

.popup13__close {
  position: absolute;
  top: 0.8%;
  right: 11%;
  width: min(15%, 82px);
  z-index: 4;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.popup13__close img {
  width: 100%;
  display: block;
}

.popup13__title {
  position: absolute;
  top: 8.8%;
  left: 24%;
  width: 54%;
  display: block;
}

.popup13__textarea {
  position: absolute;
  left: 24%;
  top: 29%;
  width: 54%;
  height: 52%;
  border: 0;
  border-radius: 16px;
  resize: none;
  background: #cfd2d5;
  color: #3f3f3f;
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(14px, 1vw, 18px);
  padding: 14px 16px;
}

.popup13__textarea:focus {
  outline: 3px solid rgba(177, 6, 31, 0.45);
}

.popup13__action {
  position: absolute;
  left: 9%;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.popup13__action img {
  width: 100%;
  display: block;
}

.popup13__action--next {
  bottom: 5.8%;
  width: 40%;
  left: 24%;
}

.popup13__form {
  position: absolute;
  top: 14%;
  left: 24%;
  width: 54%;
  display: grid;
  gap: 9px;
}

.popup13__form label {
  color: #b1061f;
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(12px, 1.05vw, 20px);
  font-weight: 800;
  line-height: 1.12;
  display: grid;
  gap: 6px;
}

.popup13__form input[type="text"],
.popup13__form input[type="tel"],
.popup13__form input[type="email"] {
  height: clamp(40px, 2.8vw, 52px);
  border: 0;
  border-radius: 12px;
  background: #d1d5d8;
  padding: 0 16px;
  font-size: 13px;
}

.popup13__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.78fr);
  gap: 12px;
}

.popup13__row label {
  width: 92%;
}

.popup13__row label:first-child {
  justify-self: start;
}

.popup13__row label:last-child {
  justify-self: end;
  transform: translateX(-30px);
}

.popup13__check {
  margin-top: 4px;
  color: #101010 !important;
  font-size: clamp(10px, 0.78vw, 14px) !important;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px !important;
}

.popup13__check input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #b1061f;
}

.popup13__action--send {
  position: static;
  width: 62%;
  margin-top: 14px;
}

.popup13__action--send.is-loading {
  opacity: 0.7;
  cursor: wait;
}

.popup13__submit-status {
  margin: 0;
  min-height: 20px;
  color: #8b0017;
  text-align: center;
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(12px, 0.9vw, 14px);
  line-height: 1.25;
  font-weight: 700;
}

.popup13__dialog--step3 {
  width: min(40vw, 620px);
  min-width: 500px;
  aspect-ratio: 1227 / 1357;
}

.popup13__dialog--step3 .popup13__close {
  top: 0.8%;
  right: 11%;
  width: min(15%, 82px);
}

.popup13__step-note {
  position: absolute;
  top: 14%;
  left: 24%;
  width: 54%;
  display: grid;
  gap: 10px;
  text-align: center;
}

.popup13__step-note h3 {
  margin: 0;
  color: #b1061f;
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(24px, 1.7vw, 34px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.popup13__step-note p {
  margin: 0;
  background: #fff;
  color: #272727;
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(14px, 1vw, 18px);
  line-height: 1.35;
  font-weight: 700;
}

.popup13__action--ai-next {
  position: static;
  width: 62%;
  justify-self: center;
  height: clamp(46px, 3vw, 60px);
  border-radius: 14px;
  background: #b1061f;
  color: #fff;
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(19px, 1.2vw, 24px);
  font-weight: 900;
  text-transform: uppercase;
}

.popup13__step-note .popup13__ai-title {
  margin-top: 6px;
}

.popup13__step-note .popup13__ai-text {
  min-height: clamp(120px, 12vw, 200px);
  font-size: clamp(15px, 1vw, 18px);
  text-align: left;
}

.popup13__step-note .popup13__action--ai-share {
  width: 90%;
  justify-self: center;
    margin-top: 20px;
}

.popup13__dialog--limit {
  width: min(40vw, 620px);
  min-width: 500px;
  aspect-ratio: 1227 / 1357;
}

.popup13__limit {
  position: absolute;
  top: 22%;
  left: 24%;
  width: 54%;
  display: grid;
  gap: 14px;
  text-align: center;
}

.popup13__limit h3 {
  margin: 0;
  color: #b1061f;
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(24px, 1.8vw, 34px);
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}

.popup13__limit p {
  margin: 0;
  color: #272727;
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(15px, 1.05vw, 18px);
  font-weight: 700;
  line-height: 1.35;
}

.popup13__ai {
  position: absolute;
  top: 14%;
  left: 24%;
  width: 54%;
  display: grid;
  gap: 16px;
}

.popup13__ai-title {
  margin: 0;
  color: #b1061f;
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(22px, 1.5vw, 30px);
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

.popup13__ai-text {
  margin: 0;
  min-height: clamp(180px, 16vw, 280px);
  border-radius: 14px;
  background:none;
  color: #171717;
  padding: 14px 16px;
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(18px, 1.12vw, 22px);
  line-height: 1.25;
  font-weight: 700;
}

.popup13__ai-note {
  margin: 0;
  color: #2a2a2a;
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(13px, 0.95vw, 16px);
  line-height: 1.35;
  font-weight: 700;
  text-align: center;
}

.popup13__action--ai-share {
  position: static;
  width: 100%;
  height: clamp(48px, 3.2vw, 64px);
  border-radius: 14px;
  background: #b1061f;
  color: #fff;
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(20px, 20px, 24px);
  font-weight: 900;
  text-transform: uppercase;
}

.stories-section {
  width: min(100%, 1320px);
  margin: 0 auto;
  margin-top: 2px;
  padding: 0 clamp(6px, 0.9vw, 12px) clamp(18px, 2vw, 26px);
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.2vw, 18px);
}

.stories-section__heart {
  display: none;
}

.stories-section__heart img {
  display: block;
  width: 100%;
  height: auto;
}

.stories-section__heart:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.stories-pagination {
  width: min(100%, 1320px);
  margin: 0 auto;
  padding: 0 clamp(6px, 0.9vw, 12px) clamp(40px, 4vw, 58px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.stories-pagination__btn {
  border: 1px solid #1f1f1f;
  background: #f1f1f1;
  color: #1a1a1a;
  border-radius: 12px;
  padding: 6px 12px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  line-height: 1.1;
  cursor: pointer;
}

.stories-pagination__btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.stories-pagination__pages {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
}

.stories-pagination__page {
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-radius: 10px;
  min-width: 34px;
  height: 34px;
  padding: 0 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.stories-pagination__page.is-active {
  background: #fff;
  color: #b1061f;
  border-color: #fff;
}

.stories-pagination__page.is-ellipsis {
  border: 0;
  background: transparent;
  color: #fff;
  min-width: auto;
  width: auto;
  cursor: default;
}

.story-card {
  width: 100%;
  aspect-ratio: 355 / 480;
  background-image: url("./images/8-story-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding: clamp(18px, 1.8vw, 24px) clamp(16px, 1.6vw, 22px);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  justify-self: center;
  text-align: left;
}

.story-card__placeholder {
  margin: 0;
  color: #171717;
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(14px, 0.95vw, 16px);
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

.story-card__text {
  margin: clamp(34px, 3.4vw, 54px) 0 0;
  color: #171717;
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(18px, 1.2vw, 24px);
  line-height: 1.25;
  font-weight: 800;
  text-transform: uppercase;
  display: -webkit-box;
  line-clamp: 8;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
  padding: 0 clamp(4px, 0.5vw, 8px);
}

.story-card__handle {
  margin: 0;
  color: #111;
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(20px, 1.15vw, 24px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.story-card__date {
  margin: 8px 0 0;
  color: #333;
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(13px, 0.85vw, 15px);
  line-height: 1;
  font-weight: 700;
  display: block;
  white-space: nowrap;
}

.story-card__meta {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 14px;
}

.story-card__likes {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1b1b1b;
  font-size: clamp(20px, 1.2vw, 24px);
  line-height: 1;
}

.story-card__like-btn {
  border: 0;
  background: transparent;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.story-card__like-btn:disabled {
  opacity: 0.6;
  cursor: default;
}

.story-card__heart {
  color: #d21637;
}

.story-card__count {
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(18px, 1.05vw, 20px);
}

.story-card__share {
    border: 1px solid #1f1f1f;
    background: none;
    color: #1a1a1a;
    border-radius: 14px;
    padding: 4px 12px;
    font-family: "Source Sans 3", sans-serif;
    font-size: clamp(16px, 14px, 14px);
    line-height: 1.1;
    cursor: pointer;
}

.krem-section {
  width: min(100%, 1320px);
  margin: 0 auto;
  margin-top: 6px;
  padding: 0 clamp(8px, 1vw, 14px) clamp(40px, 4.2vw, 60px);
}

.krem-section__desktop-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  column-gap: clamp(18px, 2.2vw, 34px);
}

.krem-section__desktop-text,
.krem-section__desktop-heart,
.krem-section__mobile,
.krem-section__mobile-heart {
  width: 100%;
  height: auto;
}

.krem-section__desktop-text {
  max-width: 420px;
  justify-self: start;
}

.krem-section__desktop-heart {
  max-width: 620px;
  justify-self: start;
}

.krem-section__mobile {
  display: none;
}

.krem-section__mobile-heart {
  display: none;
}

.juhe-section {
  width: min(100%, 1320px);
  margin: 0 auto;
  margin-top: -6px;
  padding: 0 clamp(8px, 1vw, 14px) clamp(34px, 3.6vw, 52px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: end;
  column-gap: clamp(18px, 2.2vw, 34px);
}

.juhe-section__left,
.juhe-section__right {
  width: 100%;
  max-width: 620px;
  height: auto;
  display: block;
}

.juhe-section__left {
  justify-self: end;
}

.juhe-section__right {
  justify-self: start;
}

.reci-section {
  width: min(100%, 1320px);
  margin: 0 auto;
  margin-top: -4px;
  padding: 0 clamp(8px, 1vw, 14px) clamp(36px, 3.8vw, 56px);
}

.reci-section__desktop,
.reci-section__mobile {
  width: 100%;
  height: auto;
  display: block;
}

.reci-section__desktop {
  max-width: 1120px;
  margin: 0 auto;
}

.reci-section__mobile {
  display: none;
}

.video-section {
  width: min(100%, 1320px);
  margin: 0 auto;
  margin-top: -4px;
  padding: 0 clamp(8px, 1vw, 14px) clamp(44px, 4.2vw, 64px);
}

.video-section__frame {
  position: relative;
  width: min(100%, 1180px);
  margin: 0 auto;
  aspect-ratio: 1887.4 / 705.5;
  background-image: url("./images/12-video-pozadina.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.video-section__player {
  position: absolute;
  left: 50%;
  top: 53%;
  transform: translate(-50%, -50%);
  width: min(72%, 960px);
  aspect-ratio: 16 / 9;
  display: block;
  border: 0;
  border-radius: 10px;
  background: #000;
}

.site-footer {
  width: min(100%, 1320px);
  margin: 0 auto;
  margin-top: 129px;
  padding: 0 clamp(8px, 1vw, 14px) clamp(40px, 4vw, 58px);
}

.site-footer__box {
    position: relative;
    width: min(100%, 1180px);
    margin: 0 auto;
    border-radius: 38px;
    background: rgba(0, 0, 0, .16);
    overflow: hidden;
}

.site-footer__main {
  display: flex;
  align-items: stretch;
  gap: 28px;
  padding: clamp(34px, 3.2vw, 50px) clamp(30px, 3vw, 44px) clamp(34px, 3.2vw, 46px);
  padding-right: clamp(260px, 25vw, 320px);
  position: relative;
  z-index: 2;
}

.site-footer__brand {
  width: min(250px, 100%);
  flex: 0 0 auto;
}

.site-footer__logo {
  width: min(170px, 100%);
  height: auto;
  display: block;
}

.site-footer__legal {
  margin: 18px 0 0;
  color: #f4d8d9;
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  line-height: 1.33;
}

.site-footer__divider {
  width: 1px;
  align-self: stretch;
  min-height: 100%;
  background: rgba(255, 219, 220, 0.7);
}

.site-footer__links-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(170px, 1fr));
  column-gap: clamp(34px, 3vw, 56px);
  row-gap: 14px;
}

.site-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer__links li + li {
  margin-top: 10px;
}

.site-footer__links a {
  color: #fff;
  text-decoration: none;
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(15px, 1.1vw, 14px);
  line-height: 1.28;
  font-weight: 600;
}

.site-footer__social {
  grid-column: 2;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 4px;
}

.site-footer__social a {
  width: 20px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.site-footer__icon {
  width: 100%;
  height: 100%;
  display: block;
}

.site-footer__icon--ig .ig-outline {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
}

.site-footer__icon--ig .ig-dot {
  fill: #fff;
  stroke: none;
}

.site-footer__icon--fb path {
  fill: #fff;
}

.site-footer__icon--yt .yt-bg {
  fill: #fff;
}

.site-footer__icon--yt .yt-play {
  fill: #b1061f;
}

.site-footer__juhuuu {
    position: absolute;
    right: -4px;
    bottom: -80px;
    width: min(27vw, 290px);
    height: auto;
    z-index: 1;
}

@media (max-width: 700px) {
  .popup13 {
    display: grid;
    place-items: center;
  }

  .popup13[hidden] {
    display: none !important;
  }

  .popup13__dialog {
    width: min(92vw, 520px);
    min-width: 0;
    aspect-ratio: 1427 / 3200;
  }

  .popup13__close {
    top: 12.2%;
    right: 4%;
    width: min(14%, 64px);
  }

  .popup13__title {
    top: 17%;
    left: 20%;
    width: 60%;
  }

  .popup13__textarea {
    left: 18%;
    width: 64%;
    height: 46%;
  }

  .popup13__action--next {
    bottom: 17.5%;
  }

  .popup13__form {
    gap: 8px;
  }

  .popup13__dialog--step2 .popup13__form {
    top: 20%;
    left: 15%;
    width: 70%;
    gap: 10px;
  }

  .popup13__dialog--step2 .popup13__row {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .popup13__dialog--step2 .popup13__row label {
    width: 100%;
    justify-self: stretch;
  }

  .popup13__dialog--step2 .popup13__form input[type="text"],
  .popup13__dialog--step2 .popup13__form input[type="email"] {
    width: 100%;
  }

  .popup13__row label:last-child {
    transform: none;
  }

  .popup13__action--send {
    width: 70%;
    margin-top: 10px;
  }

  .popup13__submit-status {
    min-height: 18px;
    font-size: clamp(12px, 3.2vw, 14px);
  }

  .popup13__dialog--step3 {
    width: min(92vw, 520px);
    min-width: 0;
    aspect-ratio: 1427 / 3200;
  }

  .popup13__dialog--limit {
    width: min(92vw, 520px);
    min-width: 0;
    aspect-ratio: 1427 / 3200;
  }

  .popup13__step-note {
    top: 22%;
    left: 15%;
    width: 70%;
    gap: 9px;
  }

  .popup13__step-note h3 {
    font-size: clamp(22px, 5.2vw, 30px);
  }

  .popup13__step-note p {
    font-size: clamp(13px, 3.6vw, 16px);
  }

  .popup13__action--ai-next {
    width: 74%;
    height: 44px;
    font-size: clamp(16px, 4vw, 20px);
  }

  .popup13__dialog--step3 .popup13__close,
  .popup13__dialog--step3note .popup13__close,
  .popup13__dialog--limit .popup13__close {
    top: 12.2%;
    right: 4%;
    width: min(14%, 64px);
  }

  .popup13__limit {
    top: 22%;
    left: 15%;
    width: 70%;
    gap: 10px;
  }

  .popup13__limit h3 {
    font-size: clamp(22px, 5vw, 30px);
  }

  .popup13__limit p {
    font-size: clamp(14px, 3.6vw, 17px);
  }

  .popup13__step-note .popup13__ai-text {
    min-height: clamp(104px, 24vh, 170px);
    font-size: clamp(14px, 3.6vw, 17px);
  }

  .popup13__step-note .popup13__action--ai-share {
    width: 100%;
    margin-top: 20px;
  }

  .popup13__ai {
    top: 20%;
    left: 15%;
    width: 70%;
    gap: 10px;
  }

  .popup13__ai-title {
    font-size: clamp(18px, 4.8vw, 24px);
  }

  .popup13__ai-text {
    min-height: clamp(170px, 36vh, 320px);
    font-size: clamp(15px, 4vw, 19px);
  }

  .popup13__ai-note {
    font-size: clamp(12px, 3.2vw, 15px);
  }

  .popup13__action--ai-share {
    height: 46px;
    font-size: clamp(16px, 4.1vw, 20px);
  }

  .page-root {
    padding: 0;
  }

  .hero {
    width: 100%;
    border-radius: 0 0 18px 18px;
  }

  .hero__logo {
    top: 0;
    left: 14px;
    width: 76px;
  }

  .hero__title {
    left: 16px;
    top: 58px;
    width: 69px;
  }

  .hero__heart {
    top: auto;
    bottom: 0px;
    right: -54px;
    width: 200px;
  }

  .awards-section {
    text-align: center;
    width: 100%;
    border-radius: 0;
    padding: 14px 10px 24px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    row-gap: 24px;
  }

  .awards-section__kako,
  .awards-section__nagrade,
  .awards-section__saznaj {
    grid-column: 1;
    margin: 0;
    justify-self: center;
  }

  .awards-section__kako {
    grid-row: 1;
    width: min(78%, 340px);
    max-width: 340px;
  }

  .awards-section__saznaj {
    grid-row: 2;
    width: min(80%, 350px);
    max-width: 350px;
    margin-top: 0;
  }

  .awards-section__nagrade {
    grid-row: 3;
    width: min(120%, 470px);
    max-width: 470px;
    margin-top: 0;
  }

  .share-section {
    width: 100%;
    margin-top: 4px;
    padding: 18px 10px 30px;
    grid-template-columns: 1fr;
    row-gap: 0;
  }

  .share-section__left {
    width: min(80%, 330px);
    justify-self: center;
  }

  .share-section__content {
    margin-top: 34px;
    max-width: 100%;
  }

  .share-section__title {
    width: min(76%, 410px);
    margin-bottom: 16px;
  }

  .share-section__content p {
    width: min(92%, 470px);
    margin: 0 auto 16px;
    font-size: clamp(14px, 3.4vw, 18px);
  }

  .cta-section {
    width: 100%;
    margin-top: 0;
    padding: 4px 10px 24px;
  }

  .cta-section__image {
    width: min(100%, 460px);
  }

  .stories-section {
    width: 100%;
    margin-top: 0;
    padding: 4px 10px 26px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .stories-pagination {
    display: none;
  }

  .stories-section__heart {
    display: block;
    position: absolute;
    border: 0;
    background: transparent;
    padding: 0;
    width: clamp(30px, 7.2vw, 40px);
    height: auto;
    z-index: 3;
    top: 46%;
    transform: translateY(-50%);
    cursor: pointer;
  }

  .stories-section__heart--left {
    left: calc(50% - 182px);
  }

  .stories-section__heart--right {
    right: calc(50% - 182px);
  }

  .story-card {
    width: min(80%, 300px);
    padding: 18px 16px;
  }

  .story-card__placeholder {
    font-size: 15px;
  }

  .krem-section {
    width: 100%;
    margin-top: 42px;
    padding: 8px 0 28px;
  }

  .krem-section__desktop-wrap {
    display: none;
  }

  .krem-section__mobile {
    display: block;
    width: min(64%, 300px);
    margin: 0 auto;
  }

  .krem-section__mobile-heart {
    display: block;
    width: min(88%, 520px);
    margin: 10px auto 0;
  }

  .juhe-section {
    width: 100%;
    margin-top: 6px;
    padding: 0 10px 26px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .juhe-section__left,
  .juhe-section__right {
    width: min(78%, 430px);
    max-width: 430px;
  }

  .reci-section {
    width: 100%;
    margin-top: 4px;
    padding: 0 10px 28px;
  }

  .reci-section__desktop {
    display: none;
  }

  .reci-section__mobile {
    display: block;
    width: min(88%, 520px);
    max-width: 520px;
    margin: 0 auto;
  }

  .video-section {
    width: 100%;
    margin-top: 2px;
    padding: 0 10px 26px;
  }

  .video-section__frame {
    width: min(96%, 560px);
    max-width: 560px;
  }

  .video-section__player {
    width: min(82%, 430px);
    top: 54%;
    border-radius: 8px;
  }

  .site-footer {
    width: 100%;
    margin-top: 8px;
    padding: 0 18px 0;
  }

  .site-footer__box {
    width: min(86%, 540px);
    border-radius: 24px;
  }

  .site-footer__main {
    flex-direction: column;
    gap: 14px;
    padding: 22px 16px 220px;
    padding-right: 16px;
  }

  .site-footer__links-wrap {
    order: 1;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    column-gap: 14px;
    row-gap: 7px;
  }

  .site-footer__links li + li {
    margin-top: 7px;
  }

  .site-footer__divider {
    order: 2;
    width: 100%;
    min-height: 1px;
    height: 1px;
    margin: 4px 0 2px;
  }

  .site-footer__brand {
    order: 3;
    width: 100%;
    text-align: center;
  }

  .site-footer__logo {
    width: min(132px, 62%);
    margin: 0 auto;
  }

  .site-footer__legal {
    margin-top: 10px;
    font-size: clamp(10px, 2.8vw, 14px);
    line-height: 1.28;
  }

  .site-footer__links a {
    font-size: clamp(11px, 3vw, 16px);
    line-height: 1.24;
    font-weight: 500;
  }

  .site-footer__social {
    grid-column: 2;
    justify-content: flex-start;
    margin-top: 1px;
    gap: 9px;
  }

  .site-footer__social a {
    width: 28px;
    height: 28px;
  }

  .site-footer__juhuuu {
    right: -10px;
    bottom: -24px;
    width: min(75%, 300px);
  }
}
