@font-face {
  font-family: 'Neulis';
  src: url('/assets/fonts/Neulis/Neulis-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Neulis';
  src: url('/assets/fonts/Neulis/Neulis-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue: #293E78;
  --yellow: #FCDB17;
  --white: #ffffff;
  --font-display: 'Neulis', 'Arial Rounded MT Bold', Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-display);
  background: var(--blue);
  color: var(--blue);
}

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

.quefir-landing {
  overflow: hidden;
}

.container-xl {
  max-width: 1200px;
}

/* BOOTSTRAP HELPERS PERSONALITZATS */

.bg-blue {
  background-color: var(--blue);
}

.bg-yellow {
  background-color: var(--yellow);
}

.text-blue {
  color: var(--blue);
}

.text-yellow {
  color: var(--yellow);
}

/* BOTONS */

.btn-quefir {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  min-height: 38px;
  padding: 10px 28px;
  border-radius: 999px;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
  border: 0;
}

.btn-quefir--blue {
  background: var(--blue);
  color: var(--yellow);
}

.btn-quefir--yellow {
  background: var(--yellow);
  color: var(--blue);
}

/* TÍTOLS */

.section-title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 0.88;
  letter-spacing: 0;
}

/* HERO */

.hero {
  min-height: 760px;
}

.hero__bg {
  z-index: 1;
  pointer-events: none;
}

.hero__milk {
  position: absolute;
  top: 0;
  right: 0;
  width: min(900px, 62vw);
  height: auto;
  max-width: none;
}

.hero__content {
  z-index: 2;
  min-height: 760px;
  padding-top: 82px;
}

.hero__row {
  min-height: 100%;
}

.hero__content-inner {
  width: min(660px, 50vw);
}

.hero__quefir {
  width: 640px;
  margin-bottom: 48px;
}

.hero__text {
  max-width: 700px;
  margin-bottom: 34px;
  font-family: 'Neulis', 'Arial Rounded MT Bold', Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  line-height: 118%;
  letter-spacing: 0;
  text-align: center;
  color: var(--blue);
}

.hero__logo-cal {
  width: 205px;
  height: auto;
}

.hero__logo-cruyff {
  width: 112px;
  height: auto;
  margin-top: 32px;
}

/* DONATION */

.donation {
  color: var(--yellow);
  padding-top: 56px !important;
  padding-bottom: 92px !important;
}

.donation__grid {
  max-width: 980px;
  margin: 0 auto;
}

.donation__title {
  max-width: 780px;
  margin-bottom: 18px;
  font-size: clamp(58px, 6.6vw, 78px);
}

.donation__left {
  padding-left: 0;
}

.donation__amount {
  gap: 24px;
  margin-bottom: 0;
}

.ticket {
  width: 215px;
  height: auto;
  margin-top: 0;
}

.donation__headline {
  flex: 0 0 auto;
  font-size: 32px;
  line-height: 0.95;
  white-space: nowrap;
}

.donation__headline span,
.donation__headline strong {
  display: block;
}

.donation p {
  margin: 0;
  font-size: 21px;
  line-height: 1.18;
  color: var(--yellow);
}

.donation__copy {
  max-width: 420px;
  margin-left: auto;
  padding-top: 58px;
}

.donation__copy p + p {
  margin-top: 24px;
}

.donation .btn-quefir {
  min-width: 316px;
  min-height: 44px;
  font-size: 17px;
}

.donation__button-col {
  padding-top: 30px;
}

/* STEPS */

.steps__title {
  font-size: clamp(44px, 5.6vw, 82px);
}

.step {
  grid-template-columns: 92px 1fr;
  background: var(--blue);
  color: var(--yellow);
  border-radius: 18px;
  padding: 22px 32px 22px 40px;
}

.step span {
  font-size: 58px;
  line-height: 1;
  font-weight: 600;
}

.step p {
  margin: 0;
  font-size: 25px;
  line-height: 1.16;
}

/* OPPORTUNITY */

.opportunity {
  padding: 54px 0 52px;
}

.opportunity__row {
  max-width: 1060px;
  margin: 0 auto;
}

.opportunity__pack {
  width: 430px;
  margin: 0 auto;
}

.opportunity__content {
  max-width: 560px;
  padding-left: 34px;
}

.opportunity__title {
  font-size: clamp(42px, 4vw, 56px);
}

.opportunity p {
  margin: 14px 0 0;
  font-size: 23px;
  line-height: 1.18;
}

.opportunity__stamp {
  width: 210px;
  margin: 76px 0 0 auto;
}

/* MOBILE */

@media (max-width: 767px) {
  .hero {
    min-height: 390px;
  }

  .hero__milk {
    top: 0;
    right: 0;
    width: 265px;
    max-width: none;
  }

  .hero__content {
    width: 100%;
    min-height: 390px;
    margin: 0;
    padding: 0 14px;
  }

  .hero__logos {
    position: absolute;
    top: 14px;
    left: 14px;
    right: 14px;
    z-index: 4;
    width: auto;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
  }

  .hero__content-inner {
    width: 100%;
    padding-top: 82px;
  }

  .hero__quefir {
    width: 250px;
    margin: 0 auto 16px;
  }

  .hero__text {
    max-width: 265px;
    font-size: 18px;
    line-height: 108%;
    margin: 0 auto 18px;
  }

  .hero__logo-cal {
    width: 50px;
  }

  .hero__logo-cruyff {
    width: 38px;
    margin-top: 0;
  }

  .btn-quefir {
    min-width: 122px;
    min-height: 32px;
    padding: 8px 20px;
    font-size: 12px;
  }

  .donation {
    padding-top: 18px !important;
    padding-bottom: 28px !important;
  }

  .donation__title {
    font-size: 31px;
    line-height: 0.88;
    margin-bottom: 14px;
  }

  .donation__left {
    padding-left: 0;
  }

  .donation__amount {
    gap: 12px;
    margin-bottom: 0;
  }

  .ticket {
    width: 92px;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .donation__headline {
    font-size: 17px;
    line-height: 0.95;
    white-space: normal;
  }

  .donation p {
    font-size: 14px;
    line-height: 118%;
  }

  .donation__copy {
    max-width: none;
    padding-top: 12px;
  }

  .donation__copy p + p {
    margin-top: 8px;
  }

  .donation .btn-quefir {
    min-width: 186px;
    min-height: 32px;
    padding: 8px 18px;
    font-size: 11px;
  }

  .donation__button-col {
    padding-top: 16px;
    text-align: center;
  }

  .steps {
    padding-top: 30px !important;
    padding-bottom: 32px !important;
  }

  .steps__title {
    font-size: 34px;
    line-height: 0.95;
  }

  .step {
    grid-template-columns: 42px 1fr;
    border-radius: 8px;
    padding: 10px 12px 10px 16px;
  }

  .step span {
    font-size: 36px;
  }

  .step p {
    font-size: 14px;
    line-height: 118%;
  }

  .opportunity {
    padding-top: 14px;
    padding-bottom: 18px;
    position: relative;
  }

  .opportunity__row {
    max-width: 300px;
  }

  .opportunity__content {
    max-width: none;
    padding-left: 0;
  }

  .opportunity__title {
    font-size: 25px;
    line-height: 0.95;
  }

  .opportunity p {
    font-size: 14px;
    line-height: 105%;
    margin-top: 8px;
  }

  .opportunity__pack {
    width: 170px;
    margin: 18px 0 0 18px;
  }

  .opportunity__stamp {
    width: 86px;
    position: absolute;
    right: 28px;
    bottom: 24px;
    margin: 0;
  }
}
