@font-face {
  font-display: swap;
  font-family: "Republica Minor 2.0";
  font-style: normal;
  font-weight: 400;
  src: url("/bundles/applandings/fonts/republica-minor-2.0.otf") format("opentype");
}

@font-face {
  font-display: swap;
  font-family: "Industry";
  font-style: normal;
  font-weight: 400;
  src: url("/bundles/applandings/fonts/industry-book.otf") format("opentype");
}

@font-face {
  font-display: swap;
  font-family: "Industry";
  font-style: normal;
  font-weight: 700;
  src: url("/bundles/applandings/fonts/industry-bold.otf") format("opentype");
}

@font-face {
  font-display: swap;
  font-family: "Estricta";
  font-style: normal;
  font-weight: 400;
  src: url("/bundles/applandings/fonts/Estricta.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: "Estricta";
  font-style: normal;
  font-weight: 700;
  src: url("/bundles/applandings/fonts/Estricta-Bold.ttf") format("truetype");
}

html { scroll-behavior: smooth; }
body { background: #01020a; margin: 0; }

.cf-sign-page {
  background: #01020a;
  color: #fff;
  font-family: "Industry", Arial, sans-serif;
  font-weight: 700;
  min-width: 320px;
  overflow: hidden;
}

.cf-sign-page *,
.cf-sign-page *::before,
.cf-sign-page *::after { box-sizing: border-box; }

.cf-sign-page p,
.cf-sign-page h1,
.cf-sign-page h2 { margin-top: 0; }

.cf-sign-hero {
  aspect-ratio: 1920 / 644;
  background: #01040c url("/imagenes/crypton-finn-2026/hero-crypton-v2.jpg") center/cover no-repeat;
  position: relative;
  width: 100%;
}

.cf-sign-yamaha-logo { display: block; }
.cf-sign-yamaha-logo img { display: block; height: 100%; object-fit: contain; width: 100%; }
.cf-sign-yamaha-logo--header {
  aspect-ratio: 186 / 64;
  left: 50%;
  position: absolute;
  top: 5.87%;
  transform: translateX(-50%);
  width: 9.69%;
}

.cf-sign-hero__claim {
  align-items: center;
  display: flex;
  flex-direction: column;
  left: 12.6%;
  position: absolute;
  top: 26.5%;
  width: 32%;
}

.cf-sign-hero__claim > span {
  font-family: "Republica Minor 2.0", "Industry", sans-serif;
  font-size: clamp(15px, 1.93vw, 37px);
  font-weight: 400;
  line-height: 1.35;
  text-transform: uppercase;
}

.cf-sign-hero__claim > img {
  display: block;
  height: auto;
  margin: .12em 0 .2em;
  width: 100%;
}

.cf-sign-hero__palette {
  bottom: 12%;
  left: 48%;
  position: absolute;
  text-align: center;
  width: 40%;
}

.cf-sign-hero__palette > span {
  display: block;
  font-family: "Industry", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .14em;
  line-height: 1;
  text-transform: uppercase;
}

.cf-sign-hero__colors {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin-top: 8px;
}

.cf-sign-hero__colors img {
  display: block;
  height: 30px;
  width: 30px;
}

.cf-sign-content {
  background: #01020a url("/imagenes/crypton-finn-2026/cuerpo-crypton.png") center top/cover no-repeat;
  padding: 102px 20px 48px;
}

.cf-sign-offer {
  font-family: "Industry", Arial, sans-serif;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
}

.cf-sign-offer__eyebrow {
  font-family: "Industry", Arial, sans-serif;
  font-size: 22px;
  letter-spacing: .22em;
  margin-bottom: 25px;
}

.cf-sign-offer h1 {
  font-family: "Republica Minor 2.0", "Industry", sans-serif;
  font-size: clamp(38px, 3.13vw, 60px);
  font-weight: 400;
  line-height: 1;
  margin-bottom: 44px;
}

.cf-sign-offer h2 {
  font-size: 32px;
  letter-spacing: .22em;
  margin-bottom: 15px;
}

.cf-sign-offer__bonus {
  font-family: "Industry", Arial, sans-serif;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: .18em;
  margin-bottom: 48px;
}
.cf-sign-offer__terms-trigger {
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  letter-spacing: inherit;
  padding: 0;
  text-decoration: none;
}
.cf-sign-offer__terms-trigger:hover,
.cf-sign-offer__terms-trigger:focus,
.cf-sign-offer__terms-trigger:active {
  color: inherit;
  text-decoration: none;
}
.cf-sign-offer__terms-trigger:focus-visible { outline: 2px solid #4082fd; outline-offset: 5px; }

.cf-sign-offer__price {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 74px;
}

.cf-sign-offer__price span {
  font-family: "Industry", Arial, sans-serif;
  font-size: 22px;
  letter-spacing: .18em;
  line-height: 1;
  margin-right: 15px;
}

.cf-sign-offer__price strong {
  font-family: "Republica Minor 2.0", "Industry", sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 1;
}

.cf-sign-features {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, 1fr);
  margin: 0 auto;
  max-width: 1440px;
}

.cf-sign-features-controls { display: none; }

.cf-sign-feature {
  aspect-ratio: 277.204 / 560;
  background: #02040a;
  overflow: hidden;
  position: relative;
}

.cf-sign-feature::after {
  background: linear-gradient(transparent 58%, rgba(0, 0, 0, .96) 88%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.cf-sign-feature > img { display: block; height: 100%; object-fit: cover; width: 100%; }
.cf-sign-feature > div {
  bottom: 28px;
  font-family: "Republica Minor 2.0", "Industry", sans-serif;
  font-weight: 400;
  left: 12px;
  position: absolute;
  right: 12px;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
}
.cf-sign-feature strong {
  align-items: flex-end;
  display: flex;
  font-size: 29px;
  font-weight: 400;
  height: 61px;
  justify-content: center;
  letter-spacing: .035em;
  line-height: 1.05;
}
.cf-sign-feature span {
  display: block;
  font-family: "Industry", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  height: 30px;
  letter-spacing: .11em;
  line-height: 1.25;
  margin-top: 8px;
}

.cf-sign-warranty {
  margin: 70px auto 0;
  text-align: center;
}
.cf-sign-warranty img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  width: 145px;
}
.cf-sign-warranty + .cf-sign-contact { margin-top: 65px; }

.cf-sign-contact { margin: 105px auto 0; max-width: 1440px; }
.cf-sign-contact h2 {
  font-size: 39px;
  font-weight: 700;
  letter-spacing: .16em;
  margin-bottom: 54px;
  text-align: center;
  text-transform: uppercase;
}
.cf-sign-form__grid { display: grid; gap: 39px 16px; grid-template-columns: repeat(3, 1fr); }
.cf-sign-form .form-control {
  background-color: #fff;
  border: 1px solid #434343;
  border-radius: 4px;
  color: #434343;
  font-family: "Industry", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  height: 50px;
  padding: 8px 12px;
  width: 100%;
}
.cf-sign-form .form-control::placeholder {
  color: #434343;
  font-family: "Industry", Arial, sans-serif;
  font-weight: 400;
  opacity: 1;
}
.cf-sign-form .cf-sign-form__required {
  font-family: "Industry", Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin: 44px 0 0 12px;
}
.cf-sign-form__verification {
  align-items: center;
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-top: 44px;
}
.cf-sign-form__terms { align-items: center; display: flex; flex-wrap: wrap; font-size: 21px; gap: 10px; }
.cf-sign-form__terms input[type="checkbox"] {
  appearance: none;
  background: #fff;
  border: 1px solid #aeb6c4;
  border-radius: 2px;
  display: block;
  flex: 0 0 18px;
  height: 18px;
  margin: 0;
  position: static;
  width: 18px;
}
.cf-sign-form__terms input[type="checkbox"]:checked {
  background-color: #4082fd;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m3.5 8 3 3 6-7'/%3E%3C/svg%3E");
  border-color: #4082fd;
}
.cf-sign-form__terms label {
  display: block;
  font-family: "Industry", Arial, sans-serif;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
.cf-sign-form__terms-copy {
  align-items: baseline;
  display: inline-flex;
  gap: .25em;
}
.cf-sign-terms-trigger {
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: "Industry", Arial, sans-serif;
  font-size: inherit;
  font-weight: 700;
  line-height: 1;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cf-sign-terms-trigger:focus-visible { outline: 2px solid #4082fd; outline-offset: 4px; }
.cf-sign-form__terms ul { flex-basis: 100%; margin: 0; }
.cf-sign-form__captcha { min-height: 76px; }
.cf-sign-form__submit { margin-top: 42px; text-align: center; }
.cf-sign-form__submit button {
  align-items: center;
  background-color: #4082fd;
  background-image: linear-gradient(to right, #4082fd 0%, #264e97 100%);
  border: 0;
  border-radius: 3px;
  color: #fff;
  display: inline-flex;
  font-family: "Industry", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  height: 48px;
  justify-content: center;
  padding: 0 34px;
  text-transform: uppercase;
  transition: transform .2s ease;
  width: 388px;
}
.cf-sign-form__submit button:hover,
.cf-sign-form__submit button:focus {
  background-color: #4082fd;
  background-image: linear-gradient(to right, #4082fd 0%, #264e97 100%);
  transform: translateY(-1px);
}
.cf-sign-form__submit button span {
  background: currentColor;
  border-radius: 2px;
  display: inline-block;
  flex: 0 0 auto;
  font-size: 0;
  height: 2px;
  margin-left: 10px;
  position: relative;
  width: 16px;
}
.cf-sign-form__submit button span::after {
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
  height: 7px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
}
.cf-sign-hidden { display: none !important; }
.cf-sign-success {
  background: rgba(209, 231, 221, .96);
  border: 1px solid #badbcc;
  border-radius: 4px;
  color: #0f5132;
  display: flex;
  flex-direction: column;
  font-size: 18px;
  gap: 10px;
  margin: 0 auto;
  max-width: 760px;
  padding: 28px;
  text-align: center;
}

.cf-sign-video { margin: 96px auto 0; max-width: 1200px; }
.cf-sign-video__frame { border: 1px solid #0877ff; position: relative; }
.cf-sign-video__frame > video { display: block; height: auto; width: 100%; }
.cf-sign-video__play {
  background: transparent;
  border: 0;
  cursor: pointer;
  height: 106px;
  left: 50%;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 106px;
}
.cf-sign-video__play[hidden] { display: none; }
.cf-sign-video__play img { display: block; height: 100%; width: 100%; }

body.cf-sign-modal-open { overflow: hidden; }
.cf-sign-modal[hidden] { display: none; }
.cf-sign-modal {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 24px;
  position: fixed;
  z-index: 10000;
}
.cf-sign-modal__backdrop {
  background: rgba(0, 0, 0, .82);
  inset: 0;
  position: absolute;
}
.cf-sign-modal__dialog {
  background: #05091b;
  border: 1px solid #4082fd;
  box-shadow: 0 18px 60px rgba(0, 0, 0, .55);
  color: #fff;
  display: flex;
  flex-direction: column;
  font-family: "Estricta", Arial, sans-serif;
  max-height: 88vh;
  max-width: 920px;
  position: relative;
  width: 100%;
}
.cf-sign-modal__header {
  align-items: flex-start;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: 24px 28px 20px;
}
.cf-sign-modal__header h2 {
  font-family: "Industry", Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.25;
  margin: 0;
}
.cf-sign-modal__close {
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  flex: 0 0 auto;
  font-family: Arial, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: .75;
  padding: 2px;
}
.cf-sign-modal__close:focus-visible { outline: 2px solid #4082fd; outline-offset: 4px; }
.cf-sign-modal__body {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  overflow-y: auto;
  padding: 24px 28px 28px;
  scrollbar-color: #fff transparent;
  scrollbar-width: thin;
}
.cf-sign-modal__body::-webkit-scrollbar { width: 7px; }
.cf-sign-modal__body::-webkit-scrollbar-track { background: transparent; }
.cf-sign-modal__body::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 999px;
}
.cf-sign-modal__body p { margin: 0 0 18px; }
.cf-sign-modal__body p:last-child { margin-bottom: 0; }
.cf-sign-modal__body a { color: #76a8ff; text-decoration: underline; }

.cf-sign-footer {
  align-items: center;
  background: #333;
  display: flex;
  font-family: "Estricta", Arial, sans-serif;
  font-weight: 400;
  justify-content: space-between;
  min-height: 150px;
  padding: 20px max(7vw, 36px);
}
.cf-sign-yamaha-logo--footer { aspect-ratio: 191 / 66; width: 174px; }
.cf-sign-footer__social { align-items: flex-end; display: flex; flex-direction: column; }
.cf-sign-footer__social > img { display: block; height: 35px; width: 223px; }
.cf-sign-footer__social small { font-size: 14px; margin-top: 24px; }

@media (max-width: 991px) {
  .cf-sign-content { min-height: 0; }
  .cf-sign-offer__eyebrow { font-size: 17px; }
  .cf-sign-offer h2 { font-size: 26px; }
  .cf-sign-offer__bonus { font-size: 17px; }
  .cf-sign-offer__price strong { font-size: 42px; }
  .cf-sign-features { grid-template-columns: repeat(3, 1fr); }
  .cf-sign-feature strong { font-size: 22px; height: 48px; }
  .cf-sign-feature span { font-size: 10px; }
  .cf-sign-contact h2 { font-size: 31px; }
}

@media (max-width: 767px) {
  .cf-sign-hero {
    aspect-ratio: 480 / 819;
    background-image: url("/imagenes/crypton-finn-2026/hero-crypton-v2-mobile.jpg");
    background-position: center;
  }
  .cf-sign-yamaha-logo--header { top: 5%; width: 31%; }
  .cf-sign-hero__claim {
    left: 50%;
    text-align: center;
    top: 22%;
    transform: translate(-50%, -50%);
    width: 78%;
  }
  .cf-sign-hero__claim > span { font-size: clamp(14px, 4.3vw, 22px); }
  .cf-sign-hero__palette {
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: 78%;
  }
  .cf-sign-hero__palette > span { font-size: 11px; }
  .cf-sign-hero__colors { gap: 10px; justify-content: center; margin-top: 7px; }
  .cf-sign-hero__colors img { height: 22px; width: 22px; }
  .cf-sign-content { background-size: auto 100%; padding: 64px 16px 36px; }
  .cf-sign-offer__eyebrow { font-size: 13px; letter-spacing: .13em; margin-bottom: 18px; }
  .cf-sign-offer h1 { font-size: clamp(29px, 8.7vw, 42px); margin-bottom: 32px; }
  .cf-sign-offer h2 { font-size: 21px; letter-spacing: .14em; }
  .cf-sign-offer__bonus { font-size: 13px; letter-spacing: .11em; margin-bottom: 36px; }
  .cf-sign-offer__price { align-items: center; flex-direction: column; margin-bottom: 52px; }
  .cf-sign-offer__price span { font-size: 15px; margin: 0 0 9px; }
  .cf-sign-offer__price strong { font-size: 36px; }
  .cf-sign-features-shell {
    margin-left: -16px;
    margin-right: -16px;
  }
  .cf-sign-features {
    --cf-sign-card-width: min(78vw, 330px);
    display: flex;
    gap: 10px;
    max-width: none;
    overflow-x: auto;
    padding: 0 calc((100vw - var(--cf-sign-card-width)) / 2) 10px;
    scroll-behavior: smooth;
    scroll-padding-inline: calc((100vw - var(--cf-sign-card-width)) / 2);
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .cf-sign-features::-webkit-scrollbar { display: none; }
  .cf-sign-feature {
    flex: 0 0 var(--cf-sign-card-width);
    scroll-snap-align: center;
  }
  .cf-sign-feature > div { bottom: 18px; }
  .cf-sign-feature strong { font-size: clamp(18px, 6vw, 25px); height: 52px; }
  .cf-sign-feature span { font-size: 9px; height: 24px; }
  .cf-sign-features-controls {
    align-items: center;
    display: flex;
    gap: 18px;
    justify-content: center;
    margin-top: 14px;
  }
  .cf-sign-features-controls button {
    align-items: center;
    background: linear-gradient(to right, #4082fd, #264e97);
    border: 0;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-family: Arial, sans-serif;
    font-size: 18px;
    height: 34px;
    justify-content: center;
    padding: 0;
    width: 34px;
  }
  .cf-sign-features-prev,
  .cf-sign-features-next { display: none !important; }
  .cf-sign-features-dots { display: flex; gap: 7px; }
  .cf-sign-features-dots span {
    background: rgba(255, 255, 255, .38);
    border-radius: 50%;
    height: 7px;
    transition: background-color .2s ease, transform .2s ease;
    width: 7px;
  }
  .cf-sign-features-dots span.is-active { background: #4082fd; transform: scale(1.3); }
  .cf-sign-warranty { margin-top: 48px; }
  .cf-sign-warranty img { width: 125px; }
  .cf-sign-warranty + .cf-sign-contact { margin-top: 55px; }
  .cf-sign-contact { margin-top: 70px; }
  .cf-sign-contact h2 { font-size: 25px; letter-spacing: .1em; margin-bottom: 36px; }
  .cf-sign-form__grid { gap: 16px; grid-template-columns: 1fr; }
  .cf-sign-form .form-control { font-size: 16px; }
  .cf-sign-form .cf-sign-form__required { margin-top: 26px; }
  .cf-sign-form__verification { align-items: flex-start; flex-direction: column; margin-top: 32px; }
  .cf-sign-form__terms { font-size: 15px; }
  .cf-sign-form__captcha { max-width: 100%; overflow: hidden; }
  .cf-sign-form__submit button { font-size: 16px; padding: 0 22px; width: 100%; }
  .cf-sign-video { margin-top: 70px; }
  .cf-sign-video__play { height: 70px; width: 70px; }
  .cf-sign-modal { padding: 12px; }
  .cf-sign-modal__dialog { max-height: 92vh; }
  .cf-sign-modal__header { gap: 14px; padding: 18px 16px 15px; }
  .cf-sign-modal__header h2 { font-size: 17px; }
  .cf-sign-modal__body { font-size: 14px; padding: 18px 16px 22px; }
  .cf-sign-footer { flex-direction: column; gap: 26px; min-height: 190px; padding: 24px 20px; text-align: center; }
  .cf-sign-footer__social { align-items: center; }
  .cf-sign-footer__social small { line-height: 1.4; }
}
