html {
  font-size: clamp(5px, calc(100vw / 64), 16px);
}

body {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  background: #fffff4;
  line-height: 1;
}

.no-scroll {
  overflow: hidden;
}

section {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  color: #555555;
  text-align: center;
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}

.pink-shadow {
  text-shadow: 0 0 4px #f9d2d2,
    0 0 8px #f9d2d2,
    0 0 12px #f9d2d2;
}

.white-shadow {
  text-shadow: 0 0 4px #FDF3F0,
    0 0 8px #FDF3F0,
    0 0 12px #FDF3F0;
}

footer {
  background-color: #FDF3F0;
  color: #555555;
  text-align: center;
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  padding: 2.5rem 0 2.125rem; /* 40px 0 34px */
  font-size: 1.75rem; /* 28px */
}

footer p {
  font-size: 1.75rem; /* 28px */
  margin: 0;

}

h2 {
  font-size: 4rem; /* 64px */
  margin: 0;
  font-weight: bold;
}

p {
  font-size: 2rem; /* 32px */
  line-height: 1;
  margin: 2.125rem 0 2.5rem; /* 34px 0 40px */
  font-weight: 600;
}

.hero-content {
  position: relative;
}

.hero-content .btn {
  position: absolute;
  width: 40%;
  bottom: 4.5rem; /* 72px */
  left: 50%;
  transform: translateX(-50%);
}

.hero-content img {
  display: block;
  width: 100%;
}

.container {
  padding: 7.375rem 4rem 8rem; /* 118px 64px 140px */
  margin: 0 auto;
}

.container img {
  width: 100%;
  height: auto;
}

.animations-video {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.animations-video video {
  width: 100%;
  height: auto;
}

.cta-container {
  padding: 8rem 4rem 8.75rem; /* 128px 64px 140px */
  margin: 0 auto;
}

.cta-container h2 {
  font-size: 4rem; /* 64px */
  margin-bottom: 3rem; /* 48px */
  line-height: 1;
}


/* Background images for each section */
.bg-graphics   { background-image: url('./assets/bg_graphics.png'); aspect-ratio: 1024/784; }
.bg-animations { background-image: url('./assets/bg_animations.png'); aspect-ratio: 1024/940; }
.bg-passion    { background-image: url('./assets/bg_passion.png'); aspect-ratio: 1024/938; }
.bg-quality    { background-image: url('./assets/bg_quality.png'); aspect-ratio: 1024/936; }
.bg-rules      { background-image: url('./assets/bg_rules.png'); aspect-ratio: 1024/976; }
.bg-rewards    { background-image: url('./assets/bg_rewards.png'); aspect-ratio: 1024/752;}
.bg-cta        { background-color: #F9D2D2; }

.btn {
  background: #df394e;
  color: #fffff4;
  padding: 1.5rem 3rem; /* 24px 48px */
  line-height: 1;
  border-radius: 50px; 
  text-decoration: none;
  font-size: 2rem; /* 32px */
  font-weight: 600;
  border: none;
  cursor: pointer;
}

/* Modal (simplified) */
.modal.hidden {
  display: none;
}

.modal {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.5);
  display: flex; align-items: center; justify-content: center;
}

.modal-content {
  position: relative;
  background: #fffff4;
  color: #555555;
  padding: 4.5rem; /* 50px */
  border-radius: 20px;
  width: 47.5rem;
  max-width: 760px;
  text-align: center;
}

.close-btn {
  position: absolute;
  top: 1.875rem; right: 1.875rem; /* 30px */
  background: none;
  border: none;
  font-size: 1.5rem; /* 24px */
  cursor: pointer;
}

.close-btn img {
  width: 2.5rem; /* 40px */
  height: 2.5rem; /* 40px */
}

.qr-group {
  display: flex;
  justify-content: center;
  gap: 6rem; /* 96px */
}

.qr-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 0.75rem; 
}

.qr-row img {
  width: 3rem; /* 48px */
  height: 3rem; /* 48px */
  border-radius: 10px;
}

.qr-row p {
  font-size: 1.75rem; /* 28px */
  margin: 0;
  text-align: center;
}

.mail-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}

.mail-row p {
  font-size: 1.75rem; /* 28px */
  margin: 0;
  text-align: center;
}

.mail-row img {
  width: 3rem;
  /* 48px */
  height: 3rem;
  /* 48px */
  border-radius: 10px;
}

.cta-link {
  text-decoration: none;
  color: #555555;
}

.qr-code-img {
  width: 10rem; 
  height: 10rem;
  max-width: 160px;
  max-height: 160px;
}

.animations-video-alt {
  position: absolute;
  top: 0;
  left: 0;
}