* {
  outline: none;
  box-sizing: border-box;
}
@font-face {
  font-family: "Poppins";
  src: url("https://schneider.promo/tourdefrance/assets/Poppins-Regular.ttf")
    format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

html,
body {
  width: 100%;
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  overflow-x: hidden;
}

h2 {
  color: white;
}

h3 {
  color: #009538;
}

p {
  font-size: 20px;
}

.text {
  /* text-align: center; */
  margin: 1rem auto;
}

.text .highlight {
  color: rgb(72, 173, 63);
}

.condition {
  line-height: 2;
}

.logo-container {
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 22px;
}

.logo-container img {
  height: 60%;
  max-height: 48px;
  width: auto;
  object-fit: contain;
}

.logo-container p {
  font-size: 18px;
  padding-left: 20px;
  color: #009538;
  font-weight: 700;
  margin: 3px;
}

.conditions h4 {
  /* background-color: rgb(72, 173, 63, 0.5); */
  font-size: 16px;
  font-weight: 400;
  margin: 8px;
}

#gifts-images {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: white;
}

#gifts-images img {
  width: 13rem;
}

.gifts-section {
  max-width: 900px;
  margin: auto;
  padding-bottom: 25px;
}

a {
  color: #42b4e6;
}

.cui-form {
  border-radius: 12px;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.cui-row {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 1rem;
  background-color: #f4f4f4;
  padding-top: 10px;
}

.cui-row.cui-full-width {
  display: block;
  vertical-align: middle;
}

.cui-row.cui-full-width .cui-image-input > div:not(.cui-image) {
  width: 100%;
  margin: 0 1rem;
}

.cui-row.cui-full-width .cui-select,
.cui-row.cui-full-width .cui-input {
  padding-right: 1rem;
}

.cui-column {
  display: flex;
  flex-direction: column;
}

.cui-column.cui-img {
  max-width: 280px;
}

.cui-list {
  text-align: left;
  padding: 1rem;
}

sup {
  font-size: 0.6rem;
}

.cui-card {
  text-align: center;
}

.cui-card,
.cui-header {
  width: 100%;
  text-align: center;
}

.cui-form_box {
  width: 100%;
  margin: 0 auto;
  margin-top: 15%;
  max-width: 840px;
  background-color: #f4f4f4;
  padding: 3rem;
}

form {
  margin: 0 -0.5rem;
}

.cui-form label.error {
  color: #b10043;
  font-size: 0.875rem;
  padding: 0.5rem 0;
  font-weight: normal;
  text-align: left;
  width: 100%;
  display: block;
  line-height: 1rem;
}

.cui-input,
.cui-select {
  margin: 0.5rem;
  width: 100%;
  position: relative;
}

.cui-input input,
.cui-select select {
  border-radius: 0;
}

.cui-radio {
  justify-content: flex-start !important;
  align-items: flex-start !important;
}

.cui-radio input {
  margin-right: 1rem;
}

input:focus,
select:focus,
textarea:focus,
input.error:focus,
select.error:focus,
textarea.error:focus {
  outline: #009530 auto 1px !important;
}

.cui-input input,
.cui-input textarea,
.cui-select select {
  padding: 1rem;
  font-size: 1rem !important;
  background-color: white;
  width: 100%;
  box-sizing: border-box;
  border: none;
}

.cui-arrow {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 2rem;
  top: 3rem;
  border-top: 5px solid #9b9b9b;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.cui-input input:disabled,
.cui-input input[disabled] {
  background-color: #ecf0f1;
}

.cui-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cui-info {
  margin: 0 0.5rem;
}

.cui-btn_box {
  margin-left: 0.5rem;
}

.cui-btn-div {
  display: flex;
  justify-content: center;
  padding: 20px;
}

.cui-btn {
  background-color: #42b4e6;
  border: none;
  color: white;
  cursor: pointer;
  outline: none !important;
  float: right;
  font-size: 1rem;
  padding: 0.8rem 5rem;
  margin: 0 0.5rem;
  font-family: "Poppins", sans-serif;
}

.cui-btn:hover,
.cui-btn:focus {
  filter: brightness(0.9);
  outline: none !important;
}

.cui-btn:disabled {
  filter: brightness(1);
  cursor: default;
}

label {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #2d3748;
}

input {
  padding: 0.75rem 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
  transition: border-color 0.3s;
}

input:focus {
  border-color: #009538;
  outline: none;
}

sup {
  color: #e53e3e;
  font-size: 0.8em;
}

.filepond--drop-label {
  border-radius: 8px;
  border: 1px solid #009538;
}

.cui-files label {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #2d3748;
  display: block;
}

.cui-radio {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

.cui-radio input {
  margin-right: 1rem;
}

.filepond--credits {
  display: none;
}

footer {
  height: 70px;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  background-color: rgb(72, 173, 63);
  color: white;
}

.footer-content {
  margin: 0 auto;
  padding: 22px;
}

.hero-promo {
  color: white;
}

.hero {
  position: relative;
  background-image: url(../img/background.jpg);
  background-size: cover;
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 700px;
  background-position: center;
  align-items: flex-end;
  padding-bottom: 80px;
  color: white;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}

.hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background-color: #48ad3f;
  z-index: 2;
}

.hero-products {
  width: 40rem;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: flex-start;
  z-index: 5;
}

.hero-info {
  display: flex;
  align-items: flex-end;
}

.overlay-text {
  position: absolute;
  bottom: 0;
  left: 40%;
  transform: translateX(-50%);
  z-index: 9999;
  color: white;
  font-size: 2rem;
}

.hero-overlay {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 900px;
  position: relative;
  align-items: flex-start;
  z-index: 5;
}

.hero-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0;
  line-height: 1.2;
}

.hero-title .highlight {
  color: #48ad3f;
  font-weight: 600;
}

.highlight {
  color: #48ad3f;
  font-weight: 600;
}

.hero h1 {
  font-size: 5rem;
  text-align: left;
}

.hero-subtitle {
  text-align: start;
  font-size: 24px;
  font-weight: 300;
}

.hero-subtitle .highlight {
  color: #48ad3f;
  font-weight: 600;
}

.logo {
  position: absolute;
  top: 20px;
  z-index: 2;
}

.logo img {
  width: 200px;
  height: auto;
}

.cui-btn-green {
  background-color: #48ad41;
  border: none;
  color: white;
  cursor: pointer;
  outline: none !important;
  float: right;
  font-size: 1.2rem;
  padding: 1rem 5rem;
  margin: 0 0.5rem;
  text-decoration: none;
}

.check-text {
  color: #4a5568;
  font-size: 14px;
}

.toast {
  position: fixed;
  bottom: 0;
  right: 0;
  transform: translateY(100%);
  opacity: 0;
  transition: opacity 500ms, transform 500ms;
}

.toast.visible {
  transform: translateY(0);
  opacity: 1;
}

.toast-body {
  margin: 28px;
  padding: 20px 24px;
  background-color: #42b4e6;
  color: white;
  border-radius: 4px;
  font-family: "Poppins", sans-serif;
}

.cookie-consent-banner {
  display: flex;
  flex-direction: column;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  opacity: 0.9;
  padding: 10px;
  text-align: center;
  display: none;
  z-index: 100;
}

.cookie-consent-banner > h4 {
  color: #bbb9b9;
}

.cookie-consent-banner > h4 > a {
  color: #42b4e6;
}

#acceptCookies {
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  line-height: 20px;
  margin-left: 5px;
  text-align: center;
  width: 130px;
  z-index: 3;
  background-color: #42b4e6;
}

#declineCookies {
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  line-height: 20px;
  margin-left: 5px;
  text-align: center;
  width: 130px;
  z-index: 3;
}

.footer-content a {
  text-decoration: none;
  color: white;
}

.config-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.green {
  color: #48ad41;
}

a:hover {
  filter: brightness(0.4);
}

#products {
  width: 150px;
  display: none;
}

.links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 1.2rem;
}

.description-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 2rem;
  font-size: 1.2rem;
  margin-bottom: 1.25rem;
}

.description {
  margin: 0;
  line-height: 1.6;
}

/* .promo-split {
  background: #ffffff;
  border: 1px solid #d9e6ef;
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  padding: 1.25rem;
} */

.gift-image {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 14rem;
  height: auto;
}

.gift-back {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1 1 38%;
  min-height: 100%;
  padding: 1.4rem 1rem;
  border-radius: 22px;
  border: 1px solid #42b4e6;

  box-shadow: 0 12px 26px rgba(18, 48, 120, 0.16);
  overflow: hidden;
}

.gift-text {
  font-weight: 700;
  width: 11rem;
  color: #48ad41;
  margin: 0.6rem 0 0;
  text-align: center;
}

.productSection {
  padding-top: 10px;
  height: 7rem;
}
.reminder {
  font-size: 16px;
  line-height: 1;
}

.promo-sorteo-container {
  max-width: 600px;

  padding: 24px;
  border-radius: 12px;
  background-color: #ffffff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}

.promo-sorteo-container .promo-title {
  font-size: 18px;
  margin-bottom: 8px;
  color: #1a202c;
}

.promo-sorteo-container .promo-condition {
  font-size: 15px;
  margin-bottom: 20px;
  color: #4a5568;
  line-height: 1.4;
}

.promo-sorteo-container .promo-link {
  color: #3182ce;
  text-decoration: underline;
  font-weight: 600;
  transition: color 0.2s ease;
}

.promo-sorteo-container .promo-link:hover {
  color: #2b6cb0;
}

.promo-sorteo-container .promo-benefits-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
}

.promo-sorteo-container .promo-benefit-item {
  font-size: 15px;
  line-height: 1.5;
  color: #2d3748;
  margin-bottom: 12px;
}

.promo-sorteo-container .benefit-ticket {
  margin-bottom: 16px;
}

.promo-sorteo-container .promo-extra-block {
  padding-left: 16px;
  border-left: 3px solid #3182ce;
  margin-bottom: 16px;
}

.promo-sorteo-container .promo-extra-trigger {
  font-size: 14px;
  margin-bottom: 4px;
  color: #4a5568;
}

.promo-sorteo-container .promo-extra-reward {
  font-size: 15px;
  color: #2d3748;
}

.promo-sorteo-container .promo-limit {
  font-size: 14px;
  color: #718096;
  font-weight: 500;
  margin-top: 16px;
}

.promo-sorteo-container .promo-warning-box {
  padding: 14px 16px;
  background-color: #fffaf0;
  border: 1px solid #feebc8;
  border-radius: 8px;
}

.promo-sorteo-container .promo-warning-text {
  font-size: 13.5px;
  color: #dd6b20;
  line-height: 1.5;
  display: block;
}

.description-card {
  flex: 1 1 62%;
  background: #f4f4f4;
  border-radius: 14px;
  padding: 1rem 1.15rem;
}
.bike-sorteo-container {
  flex: 1 1 62%;
  background: #f4f4f4;
  border-radius: 14px;
  padding: 1rem 1.15rem;
}
.bike-sorteo-container .bike-title {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #1a202c;
  margin-bottom: 18px;
  line-height: 1.4;
}

.bike-sorteo-container .bike-features-list {
  display: block;
  margin-bottom: 12px;
}

.bike-sorteo-container .bike-feature-item {
  display: block;
  font-size: 15px;
  color: #2d3748;
  margin-bottom: 10px;
  line-height: 1.5;
}

.bike-sorteo-container .bike-custom-details {
  display: block;
  padding-left: 28px;
  border-left: 2px dashed #cbd5e0;
  margin-top: 4px;
  margin-left: 6px;
}

.bike-sorteo-container .bike-detail-line {
  display: block;
  font-size: 14.5px;
  color: #4a5568;
  margin-bottom: 8px;
  line-height: 1.4;
}

.bike-sorteo-container .bike-detail-line:last-child {
  margin-bottom: 0;
}

.hero-text {
  font-size: 2rem;
  text-align: start;
}

@media (max-width: 992px) {
  .hero h1 {
    font-size: 3rem;
  }

  .hero-products {
    width: 15rem;
  }

  .hero-info {
    padding: 30px;
  }

  .hero p {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .hero {
    height: 500px;
  }

  .hero-products {
    width: 21rem;
  }

  .hero h1 {
    font-size: 2rem;
  }

  .hero p {
    font-size: 18px;
  }

  .cui-input {
    flex: 1 1 100%;
  }

  .cui-form {
    padding: 24px;
  }

  .conditions {
    font-size: 14px;
  }

  .gifts-section {
    padding: 20px;
  }

  p {
    font-size: 20px;
  }

  .description-section {
    flex-direction: column;
  }

  .gift-back,
  .description-card {
    width: 100%;
  }
  .productSection {
    height: 250px;
  }
  .links {
    display: flex;
    flex-direction: column;
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .hero h1 {
    font-size: 2rem;
  }

  .hero p {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .front {
    height: 400px;
  }

  .logo img {
    width: 150px;
  }

  .hero {
    height: 450px;
  }

  .hero-products {
    width: 19rem;
  }

  #productsImg {
    display: none;
  }

  #products {
    display: flex;
  }

  .hero-info {
    display: flex;
    flex-direction: column;
    padding: 0;
    align-items: center;
  }

  .hero h1 {
    font-size: 2rem;
    text-align: center;
  }

  .hero p {
    font-size: 18px;
    text-align: center;
  }

  .hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  }
  .hero-overlay {
    align-items: center;
  }

  .cui-input {
    flex: 1 1 100%;
  }

  .condition {
    font-size: 12px;
  }

  .text h3 {
    font-size: 16px;
  }

  p {
    font-size: 16px;
  }

  .text p {
    font-size: 16px;
  }

  .check-text {
    font-size: 12px;
  }

  .custom-header {
    height: 70px;
  }

  footer {
    height: 70px;
  }

  label {
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #2d3748;
    font-size: 12px;
  }

  .gifts-section {
    padding-top: 23rem;
  }

  #gifts-images {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }

  #gifts-images img {
    width: 10rem;
  }

  .cui-row {
    flex-wrap: wrap;
    gap: 0;
  }

  .footer-content {
    padding: 0;
  }
}
