:root {
  --bg: #041f3a;
  --bg-left: #02172b;
  --pink: #ff2f8b;
  --pink-solid: #d32273;
  --white: #f5f2ec;
  --text: rgba(245, 242, 236, 0.92);
  --muted: rgba(245, 242, 236, 0.66);
  --muted-soft: rgba(245, 242, 236, 0.4);
  --line: rgba(245, 242, 236, 0.24);
  --pink-border: rgba(255, 47, 139, 0.16);
  --glow: 0 0 34px rgba(255, 47, 139, 0.28);
  --max-home: 900px;
  --ease: 220ms ease;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Inter", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 50% 55%, rgba(255, 47, 139, 0.045), transparent 22%),
    linear-gradient(90deg, #03172d 0%, #042240 50%, #03172d 100%);
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.page {
  position: relative;
  min-height: 100vh;
}

/* LOGO */

.brand {
  position: fixed;
  top: 18px;
  left: 18px;
  z-index: 40;
}

.brand__logo {
  width: 54px;
  height: auto;
}

/* CERRAR */

.close-link {
  position: fixed;
  top: 12px;
  right: 18px;
  z-index: 40;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  color: var(--white);
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  opacity: 0.9;
  transition: opacity var(--ease), transform var(--ease);
}

.close-link:hover {
  opacity: 1;
  transform: scale(1.03);
}

/* BOTONES */

.btn {
  appearance: none;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: transform var(--ease), background var(--ease), box-shadow var(--ease), opacity var(--ease);
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn--primary {
  background: var(--pink);
  color: white;
  box-shadow: var(--glow);
}

.btn--primary:hover {
  background: #e3277e;
}

.btn--ghost {
  background: transparent;
  color: var(--white);
  border: 1px solid rgba(245, 242, 236, 0.2);
}

.btn--small {
  min-height: 46px;
  padding: 10px 18px;
  font-size: 1.08rem;
}

.btn--submit {
  width: 100%;
  min-height: 64px;
  padding: 16px 20px;
  font-size: 1.42rem;
}

/* HOME base por si usas este mismo CSS */

.hero--premium {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 90px 20px 78px;
}

.hero__inner--narrow {
  width: min(100%, var(--max-home));
  text-align: center;
}

.hero__title {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  color: var(--white);
}

.hero__title--tight {
  font-size: clamp(4rem, 8vw, 7.5rem);
  line-height: 1;
  letter-spacing: -.025em;
  font-weight: 500;
}

.hero__title span {
  display: block;
  margin-top: 18px;
  color: var(--pink);
}

.hero__subtitle--center {
    margin: 30px auto 10px;
    max-width: 640px;
    color: var(--muted);
    font-size: clamp(1rem, 1.8vw, 1.24rem);
    line-height: 1.75rem;
    font-weight: 200;
    font-family: Manrope, sans-serif;
}

.hero .btn {
    margin-top: 34px;
    min-width: 346px;
    min-height: 74px;
    padding: 18px 30px;
    animation: 2s ease-in-out 0s infinite normal none running pulse;
    opacity: 1;
    transform: none;
    font-size: 1.5rem;
    line-height: 2rem;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --tw-shadow: 0 0 30px #ff2e8380;
    --tw-shadow-colored: 0 0 30px var(--tw-shadow-color) --tw-shadow-color is not defined;
}

.hero .btn:hover{
  background-color: #ff8a29;
    background-color: rgb(255 138 41 / var(--tw-bg-opacity, 1));
}

.site-footer {
    position: absolute;
    bottom: 14px;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 20px;
    color: var(--muted);
    font-size: 0.95rem;
    font-weight: 300;
    letter-spacing: .05em;
    font-family: Manrope, sans-serif;
}

.site-footer a {
    color: var(--muted);
    opacity: 0.9;
    text-decoration: underline;
}

/* UNLOCK */

.unlock-layout {
  width: 100%;
  margin: 0;
  min-height: 100vh;
  padding-top: 8px;
}

.unlock-screen {
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity .3s ease, transform .3s ease;
}

.unlock-screen.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.unlock-header {
  text-align: center;
  padding: 4px 20px 26px;
}

.unlock-header__title {
    margin: 20px auto 0;
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(3.2rem, 5vw, 4.6rem);
    line-height: 1;
    color: var(--white);
    font-weight: 500;
}

.unlock-header__subtitle {
    margin: 14px auto 0;
    font-size: 1.25rem;
    line-height: 1.75rem;
    max-width: 720px;
    color: var(--muted);
    font-family: Manrope, sans-serif;
    font-weight: 300;
}

.unlock-header__question {
    margin: 26px 0 10px;
    color: var(--white);
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 300;
    font-family: Manrope, sans-serif;
}

.choice-wrap {
  width: 100%;
  display: block;
  padding: 0;
}

.choice-wrap--full {
  width: 100%;
}

.choice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.choice-grid--full {
  width: 100%;
  min-height: calc(100vh - 165px);
}

.choice-card {
  min-height: calc(100vh - 165px);
}

.choice-card--dark {
  background: #02172b;
  display: grid;
    place-items: center;
    place-content: center;
}
.choice-card--dark:hover {
background-color: #0d2740;
background-color: rgb(13 39 64 / var(--tw-bg-opacity, 1));
}

.choice-card--pink {
  background: var(--pink-solid);
  display: grid;
    place-items: center;
    place-content: center;
}

.choice-card--pink:hover {
    background-color: #e02874;
    background-color: rgb(224 40 116 / var(--tw-bg-opacity, 1));
}

.choice-card__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.choice-card__inner--left-ref {
  /*justify-content: center;
    align-items: center;*/
    display: block;
    margin: 0 auto;
    padding: 20%;
}

.choice-card__inner--left-ref h2:hover {
    color: #d32273;
}

.choice-card__inner--right-ref {
  /*justify-content: center;
    align-items: center;*/
    display: block;
    margin: 0 auto;
    padding: 20%;
}

.choice-card__inner--right-ref h2:hover {
  color: #ff8a29;
}

.choice-card__title {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(3rem, 3.6vw, 4.3rem);
  line-height: 0.95;
  /*max-width: 460px;*/
  color: var(--white);
  cursor: pointer;
  transition: transform var(--ease), opacity var(--ease);
  font-weight: 500;
}

.choice-card__desc {
    margin: 24px 0 0;
    /* max-width: 330px; */
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 300;
    font-family: Manrope, sans-serif;
    color: rgba(245, 242, 236, 0.95);
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transform: translateY(10px);
    transition: opacity .26s ease, max-height .32s ease, transform .26s ease;
    cursor: pointer;
}

.choice-card:hover .choice-card__title,
.choice-card:focus-within .choice-card__title {
  transform: translateY(-2px);
}

.choice-card:hover .choice-card__desc,
.choice-card:focus-within .choice-card__desc {
  opacity: 1;
  max-height: 220px;
  transform: translateY(0);
}

/* FORMULARIO */

.form-screen {
  display: none;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .3s ease, transform .3s ease;
  min-height: 100vh;
  padding: 92px 20px 30px;
  position: relative;
}

.form-screen.is-visible {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.form-glow {
  position: absolute;
  left: 50%;
  bottom: 110px;
  width: 360px;
  height: 220px;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(255, 47, 139, 0.08) 0%, rgba(255, 47, 139, 0) 70%);
  pointer-events: none;
}

.form-box {
  position: relative;
  width: min(100%, 640px);
  margin: 0 auto;
  background: rgba(4, 28, 52, 0.94);
  border: 1px solid var(--pink-border);
  padding: 40px 38px 34px;
}

.form-box__header {
  text-align: center;
  margin-bottom: 30px;
}

.form-box__title {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(3rem, 4.4vw, 4rem);
  line-height: 0.95;
  color: var(--white);
  font-weight: 500;
}

.form-box__subtitle {
  margin: 16px auto 0;
  max-width: 460px;
  font-family: Manrope, sans-serif;
  font-size: 0.96rem;
  line-height: 1.55;
  color: var(--muted);
  font-weight: 400;
}

.form-box__subtitle p{
  font-size: 0.92rem;
}

.lead-form {
  display: grid;
  gap: 22px;
}

.field input,
.field textarea {
  width: 100%;
  border: 0;
  border-bottom: 2px solid rgba(245, 242, 236, 0.22);
  background: transparent;
  color: var(--white);
  padding: 12px 0 16px;
  outline: none;
  font-size: 0.98rem;
  font-family: Manrope, sans-serif;
  transition: border-color var(--ease);
}

.field input::placeholder,
.field textarea::placeholder {
  color: var(--muted-soft);
}

.field input:focus,
.field textarea:focus {
  border-color: rgba(245, 242, 236, 0.46);
}

.field textarea {
  min-height: 102px;
  resize: none;
}

.field__meta {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: var(--muted);
  font-size: 0.9rem;
}

.form-actions {
  display: grid;
  gap: 12px;
}

.form-status {
  margin: 0;
  min-height: 20px;
  text-align: center;
  color: var(--muted);
  font-size: 0.92rem;
}

.form-status.is-error {
  color: #ffb2d1;
}

.form-status.is-success {
  color: #caf8d7;
}

/* THANK YOU */

.premium-thankyou {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 110px 20px 30px;
}

.premium-thankyou__box {
  width: min(100%, 750px);
  text-align: center;
  background: rgba(4, 28, 52, 0.94);
  border: 1px solid var(--pink-border);
  padding: 44px 34px;
}

.thankyou__title {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(3rem, 5vw, 4.6rem);
  line-height: 0.95;
  color: var(--white);
  font-weight: 500;
}

.thankyou__text {
  margin: 18px 0 0;
  color: var(--muted);
  line-height: 30px;
}

.premium-thankyou .btn {
  margin-top: 24px;
  min-height: 60px;
  padding: 14px 26px;
  font-size: 1.3rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
}

/* TABLET */

@media (max-width: 1024px) {
  .choice-grid--full {
    min-height: 520px;
  }

  .choice-card {
    min-height: 520px;
  }

  .choice-card__inner--left-ref {
    padding: 0 0 72px 72px;
  }

  .choice-card__inner--right-ref {
    padding: 0 0 0 72px;
  }
}

/* MOBILE */

@media (max-width: 767px) {
  .brand__logo {
    width: 52px;
  }

  .close-link {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    font-size: 30px;
  }

  .hero--premium {
    padding: 104px 16px 78px;
  }

  .hero__title--tight {
    font-size: clamp(3rem, 13vw, 4.8rem);
  }

  .hero__subtitle--center {
    margin-top: 26px;
    font-size: 1rem;
  }

  .hero .btn {
    min-width: 100%;
    min-height: 64px;
    padding: 16px 20px;
    font-size: 1.4rem;
  }

  .site-footer {
    position: static;
    padding: 24px 16px 16px;
    font-size: 0.9rem;
  }

  .unlock-layout {
    padding-top: 58px;
  }

  .unlock-header {
    padding: 12px 14px 16px;
  }

  .unlock-header__subtitle {
    font-size: 0.92rem;
  }

  .unlock-header__question {
    margin-top: 18px;
    font-size: 1.05rem;
  }

  .choice-grid,
  .choice-grid--full {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .choice-card {
    min-height: auto;
  }

  .choice-card__inner--left-ref,
  .choice-card__inner--right-ref {
    justify-content: flex-start;
    padding: 30px 20px;
  }

  .choice-card__title {
    font-size: 2.2rem;
  }

  .choice-card__desc {
    opacity: 1;
    max-height: none;
    transform: none;
    margin-top: 14px;
    font-size: 0.96rem;
  }

  .form-screen {
    padding: 92px 14px 24px;
  }

  .form-glow {
    width: 260px;
    height: 180px;
    bottom: 90px;
  }

  .form-box {
    width: 100%;
    padding: 34px 20px 28px;
  }

  .form-box__title {
    font-size: 3rem;
  }

  .form-box__subtitle {
    font-size: 0.93rem;
  }

  .form-actions {
    gap: 10px;
  }

  .btn--small,
  .btn--submit {
    width: 100%;
  }

  .premium-thankyou {
    padding: 102px 14px 24px;
  }

  .premium-thankyou__box {
    padding: 36px 20px;
  }
}

.form-screen {
  display: none;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .3s ease, transform .3s ease;
  min-height: 100vh;
  padding: 92px 20px 30px;
  position: relative;
}

.form-screen.is-visible {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.form-box {
  position: relative;
  width: min(100%, 740px);
  margin: 0 auto;
  background: rgba(4, 28, 52, 0.94);
  border: 1px solid rgba(255, 47, 139, 0.16);
  padding: 40px 38px 34px;
}

.form-box__header {
  text-align: center;
  margin-bottom: 30px;
}

.form-box__title {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(3rem, 4.4vw, 4rem);
  line-height: 0.95;
  color: #f5f2ec;
}

.form-box__subtitle {
  margin: 16px auto 25px;
  max-width: 530px;
  font-size: 0.96rem;
  line-height: 1.55;
  color: rgba(245, 242, 236, 0.66);
}

.lead-form {
  display: grid;
  gap: 22px;
}

.field input,
.field textarea {
  width: 100%;
  border: 0;
  border-bottom: 2px solid rgba(245, 242, 236, 0.22);
  background: transparent;
  color: #f5f2ec;
  padding: 12px 0 16px;
  outline: none;
  font-size: 0.98rem;
}

.field textarea {
  min-height: 102px;
  resize: none;
}

.field__meta {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: rgba(245, 242, 236, 0.66);
  font-size: 0.9rem;
}

.form-actions {
  display: grid;
  gap: 12px;
}

.form-status {
  margin: 0;
  min-height: 20px;
  text-align: center;
  color: rgba(245, 242, 236, 0.66);
  font-size: 0.92rem;
}

.form-status.is-error {
  color: #ffb2d1;
}

.form-status.is-success {
  color: #caf8d7;
}