@font-face {
  font-family: 'Cubano';
  src: url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8601/fonts/Cubano.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Barmeno';
  src:
    url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8601/fonts/Barmeno-Bold.woff2') format('woff2'),
    url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8601/fonts/Barmeno-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ============ Base ============ */
:root {
  --orange: #EB8602;
  --blue: #58C6F2;
  --dark-blue: #003B75;
  --text: #fff;
  --barmeno: 'Barmeno', sans-serif;
  --cubano: 'Cubano', sans-serif;
}

.barmeno {
  font-family: var(--barmeno);
}

body {
  background: var(--orange);
  color: #FFF;
  font-family: 'Roboto Condensed', sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 700;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.nv-space{
  margin-top: -50px;
}

.big-title {
  font-size: 38px;
  line-height: 40px;
  -webkit-text-stroke: 6px #000;
  paint-order: stroke fill;
  font-weight: 700;
  text-transform: uppercase;
}

.lg-title {
  font-size: 34px;
  line-height: 40px;
  -webkit-text-stroke: 6px #000;
  paint-order: stroke fill;
  font-weight: 700;
  text-transform: uppercase;
}

.title {
  font-size: 25px;
  line-height: 27px;
  -webkit-text-stroke: 6px #000;
  paint-order: stroke fill;
  font-weight: 700;
}

.sub-title {
  font-size: 20px;
  line-height: normal;
  font-weight: 700;
}

.main-title {
  font-size: 16px;
  line-height: normal;
  -webkit-text-stroke: 4px #000;
  paint-order: stroke fill;
  font-weight: 700;
}

.sm-title {
  font-size: 14px;
  line-height: normal;
  -webkit-text-stroke: 4px #000;
  paint-order: stroke fill;
  font-weight: 700;
}

.body-text {
  font-size: 17px;
  line-height: 28px;
  font-weight: 700;
}

.copyright {
  font-size: 19px;
  font-family: var(--cubano);
}

.form-text {
  font-family: var(--barmeno);
  font-size: 15px;
  color: var(--dark-blue);
}

.check-text {
  font-family: var(--barmeno);
  font-size: 15px;
}

.notes {
  top: -16px;
  position: relative;
}
.prize-bg {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.prize-bg::before {
  content: '';
  position: absolute;
  background: #FFE1BA;
  border-radius: 50%;
  filter: blur(42px);
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.prize-bg img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  display: block;
}

/* ── WIDE (Home Stadium Kit) ── */
.prize-bg--wide img {
  max-width: 490px;
}

.prize-bg--wide::before {
  width: 280px;
  height: 140px;
}

/* ── SPEAKER ── */
.prize-bg--speaker img {
  max-width: 100px;

}

.prize-bg--speaker::before {
  width: 160px;
  height: 160px;
}

.packs {
  width: clamp(240px, 23vw, 340px);
  height: auto;
  margin: 0 auto;
}

/* =========================
   Buttons
========================= */
.btn.btn-primary,
.btn.btn-primary:visited,
.btn.btn-primary:active,
.btn.btn-primary:focus {
  height: 54px;
  color: #FFF;
  font-size: 28px;
  border-radius: 50px;
  border: 3px solid #FFF;
  background: var(--blue);
  text-align: center;
  font-family: var(--cubano);
  font-weight: 900;
  line-height: normal;
  align-items: center;
  justify-content: center;
  display: flex;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.66px;
}

.btn.btn-primary:hover {
  filter: brightness(1.15);
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.btn.btn-secondary,
.btn.btn-secondary:visited,
.btn.btn-secondary:active,
.btn.btn-secondary:focus {
  height: 44px;
  font-size: 15px;
  border-radius: 50px;
  border: 3px solid #FFF;
  background: linear-gradient(90deg, #F7AB1F 0%, #E05E10 100%);
  text-align: center;
  font-family: var(--cubano);
  font-weight: 900;
  line-height: normal;
  align-items: center;
  justify-content: center;
  display: flex;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

.btn.btn-secondary:hover {
  background: linear-gradient(90deg, #FFC14A 0%, #FF7A1A 100%);
  border-color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

/* =========================
   Hero
========================= */
.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-width: 1600px;
  margin: 0 auto;
}

.hero-bg {
  width: 100%;
  height: auto;
  display: block;
}

.logos {
  position: absolute;
  top: 33px;
  width: 165px;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.step{
  max-width: 260px;
  height: auto;
}
.how-row {
  max-width: 650px;
}

.buttons-row {
  max-width: 700px;
  margin: 0 auto;
}

/* =========================
   Form
========================= */
.form-control,
.form-select {
  border-radius: 8px;
  color: var(--dark-blue);
}

.form-check-input:checked {
  background-color: var(--blue);
  border-color: var(--blue);
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: var(--blue);
  border-color: var(--blue);
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
  height: 42px !important;
  padding-bottom: 14px !important;
  line-height: 1.25;
}

.form-floating>label {
  top: -6px;
}

.form-check-input {
  border-radius: 5px;
  width: 22px;
  height: 22px;
  border: transparent;
}

.form-check .form-check-input {
  margin-top: 0;
}

.form-check-label {
  padding-top: 0px !important;
  padding-left: 14px;
  line-height: 1.2;
}

/* .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #ffffff;
} */

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
  color: #ffffff;
}

/* =========================
   SIDE SNACKS LAYER 
========================= */

.jacobs-wrapper {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  min-height: 100vh;
  min-height: 100dvh;
}


.snacks-crop {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.snacks-layer {
  display: none;
  position: absolute;
  inset: 0;
  pointer-events: none;
}

/* snack images */
.snacks-layer .jacobs-snacks {
  position: absolute;
  bottom: 0;
  height: auto;
  width: 220px;
  max-width: none;
  user-select: none;
  -webkit-user-drag: none;
}

.jacobs-wrapper.wrapper {
  box-shadow: 0 20px 60px rgba(0, 0, 0, .25), 0 5px 20px rgba(0, 0, 0, .15);
}

/* Hide snacks on legal pages */
.terms .snacks-crop,
.faq .snacks-crop,
.privacy .snacks-crop {
  display: none;
}



/* MD+ */
@media (min-width: 768px) {

  .snacks-layer {
    display: block;
  }

  .snacks-layer .jacobs-snackL {
    top: 60px;
    left: -57px;
  }

  .snacks-layer .jacobs-snackR {
    top: 70px;
    right: -100px;
  }

  .step {
  max-width: 100%;
  height: auto;
  }
  
  .prize-bg--wide::before {
    width: 630px;
    height: 220px;
  }

  .prize-bg--speaker img {
    max-width: 135px;
  }

  .prize-bg--speaker::before {
  width: 465px;
  height: 115px;
  }

.notes {
  top: -38px;
  position: relative;
}

  .btn.btn-primary,
  .btn.btn-primary:visited,
  .btn.btn-primary:active,
  .btn.btn-primary:focus {
    height: 54px;
    font-size: 33px;
    border-radius: 50px;
    border: 3px solid #FFF;
    background: var(--blue);
    text-align: center;
    font-family: var(--cubano);
  }

  .title {
    font-size: 31px;
    -webkit-text-stroke: 6px #000;
    paint-order: stroke fill;
    line-height: 31px;
  }

    .big-title {
      font-size: 58px;
    }

  .lg-title {
    font-size: 38px;
  }

  .body-text {
    font-size: 19px;
    line-height: 30px;
  }

  .logos {
    width: clamp(160px, 18vw, 259px);
    top: clamp(20px, 2.2vw, 40px);
  }
}

/* LG */
@media (min-width: 992px) {

  .snacks-layer .jacobs-snacks {
    width: 300px;
  }

  .snacks-layer .jacobs-snackL {
    top: -62px;
    left: -95px;
  }

  .snacks-layer .jacobs-snackR {
    top: 80px;
    right: -105px;
  }
}

/* XL */
@media (min-width: 1200px) {

  .snacks-layer .jacobs-snackL {
    top: 8px;
    left: -30px;
  }

  .snacks-layer .jacobs-snackR {
    top: 130px;
    right: -55px;
  }
}

/* XXL-ish */
@media (min-width: 1400px) {

  .snacks-layer .jacobs-snackL {
    top: 58px;
    left: 0px;
  }

  .snacks-layer .jacobs-snackR {
    top: 200px;
    right: -15px;
  }
}

@media (min-width: 1600px) {
  .snacks-layer .jacobs-snacks {
    width: 340px;
  }

  .snacks-layer .jacobs-snackL {
    top: 18px;
    left: 0px;
  }
}

/* =========================
   Modals
========================= */
.modal-content {
  background-color: var(--orange);
}