/* =========================================================
   KOË BOTANICS - AJUSTES CUSTOM HERO / FORM / MODAL
   ========================================================= */

/* ===== HERO / LEGIBILIDAD ===== */

.background-page .overlay {
  background: rgba(0, 0, 0, 0.64) !important;
}

.welcome .col-12.col-lg-8 {
  max-width: 920px;
}

.welcome h2 {
  font-size: 48px;
  line-height: 1.08;
  font-weight: 300;
  letter-spacing: -0.3px;
  margin-bottom: 14px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.28);
  white-space: nowrap;
}

.welcome h2 span {
  font-weight: 700;
  color: #0fe0ba;
}

.hero-subtitle {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 18px;
  max-width: 630px;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.hero-copy {
  max-width: 630px;
  font-size: 20px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.94);
  margin-bottom: 16px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.fineprint {
  opacity: 0.88;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 8px;
  margin-bottom: 30px;
  max-width: 560px;
  color: rgba(255, 255, 255, 0.84);
}

/* ===== FORM ===== */

#register-form {
  margin-top: 10px;
}

.koe-form-row {
  display: flex;
  gap: 16px;
  align-items: stretch;
  flex-wrap: nowrap;
  max-width: 920px;
}

.koe-field {
  flex: 1 1 auto;
  min-width: 0;
  width: 300px;
}

.koe-input {
  width: 100% !important;
  height: 64px !important;
  background: #ffffff !important;
  color: #111 !important;
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
  border-radius: 16px !important;
  padding: 0 22px !important;
  box-sizing: border-box !important;
  outline: none !important;
  font-size: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.koe-input::placeholder {
  color: rgba(0, 0, 0, 0.42) !important;
}

.koe-btn {
  flex: 0 0 300px;
  height: 64px !important;
  background: #0fe0ba !important;
  color: #06110f !important;
  font-weight: 800 !important;
  border: 0 !important;
  border-radius: 16px !important;
  padding: 14px 22px !important;
  cursor: pointer;
  font-size: 18px;
  white-space: nowrap;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.koe-btn:hover {
  opacity: 0.96;
  transform: translateY(-1px);
}

.koe-btn:focus,
.koe-input:focus {
  outline: none !important;
}

/* ===== ERRORES ===== */

.koe-error-slot {
  min-height: 18px;
  margin-top: 8px;
  font-size: 12.5px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.9);
  opacity: 0.95;
}

.koe-error {
  display: block;
  margin: 0;
  padding: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
}

.koe-input.koe-invalid {
  border-color: rgba(255, 90, 90, 0.9) !important;
  box-shadow: 0 0 0 3px rgba(255, 90, 90, 0.14) !important;
}

/* ===== PRIVACIDAD ===== */

.privacy-row {
  font-size: 13px;
  line-height: 1.45;
  opacity: 0.92;
  margin-top: 14px;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.88);
}

.privacy-row a {
  text-decoration: underline;
  color: #0fe0ba;
}

/* ===== MODAL ===== */

.koe-modal-close {
  position: absolute;
  top: 10px;
  right: 14px;
  z-index: 9999;
  color: #000;
  opacity: 0.6;
  background: transparent;
  border: 0;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

.koe-modal-close:hover {
  opacity: 1;
}

/* ===== TABLET / MOBILE ===== */

@media (max-width: 991px) {
  .welcome .col-12.col-lg-8 {
    max-width: 100%;
  }

  .welcome h2 {
    font-size: 40px;
    line-height: 1.08;
    letter-spacing: -0.2px;
    white-space: normal;
  }

  .welcome h2 span {
    display: block;
    margin-bottom: 4px;
  }

  .hero-subtitle {
    font-size: 23px;
    max-width: 100%;
  }

  .hero-copy {
    font-size: 18px;
    max-width: 100%;
  }

  .fineprint {
    font-size: 15px;
    max-width: 100%;
  }

  .koe-form-row {
    flex-direction: column;
    gap: 12px;
    max-width: 100%;
  }

  .koe-btn {
    width: 100%;
    flex: 1 1 auto;
  }
}

@media (max-width: 768px) {
  .countdown {
    margin-bottom: 10px !important;
  }

  .subscribe {
    padding-top: 10px !important;
    padding-bottom: 20px !important;
  }

  .welcome {
    margin-bottom: 15px !important;
  }

  .tbl-cell {
    vertical-align: top !important;
    padding-top: 30px !important;
  }

  #about-us.modal {
    padding: 0 !important;
  }

  #about-us .tbl-cell {
    vertical-align: top !important;
    padding-top: 0 !important;
  }

  #about-us .modal-dialog {
    margin: 0 !important;
    width: 100% !important;
    max-width: none !important;
  }
}

@media (max-width: 576px) {
  .welcome h2 {
    font-size: 34px;
    line-height: 1.1;
    letter-spacing: 0;
  }

  .welcome h2 span {
    display: block;
    margin-bottom: 4px;
  }

  .hero-subtitle {
    font-size: 21px;
    line-height: 1.22;
  }

  .hero-copy {
    font-size: 17px;
    line-height: 1.5;
  }

  .fineprint {
    font-size: 15px;
  }

  .koe-input {
    height: 58px !important;
    font-size: 19px;
    padding: 0 18px !important;
  }

  .koe-btn {
    height: 58px !important;
    font-size: 17px;
    padding: 12px 18px !important;
  }

  .privacy-row {
    font-size: 12.5px;
  }
}

/* ===============================
   THANK YOU PAGE BUTTON
================================ */

.thanks-actions{
    margin-top:24px;
}

.thanks-btn{
    display:inline-block;
    background:#0fe0ba;
    color:#06110f;
    font-weight:700;
    padding:14px 22px;
    border-radius:12px;
    text-decoration:none;
    transition:all .25s ease;
}

.thanks-btn:hover{
    background:#13f0c7;
    color:#06110f;
    text-decoration:none;
}