@import url("/bundles/applandings/css/font_industry.css");
@font-face {
  font-family: Estricta;
  src: url("/imagenes/yamahaplan-2026/fonts/Estricta-Regular.otf");
}
@font-face {
  font-family: Estricta;
  src: url("/imagenes/yamahaplan-2026/fonts/Estricta-Black.otf");
  font-weight: 900;
}
@font-face {
  font-family: RepublicaMinor;
  src: url("/bundles/applandings/fonts/republica-minor-2.0.otf")
    format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
.yp-model {
  font-family: Estricta, Arial, sans-serif;
  color: #252525;
  overflow: hidden;
}
.yp-model * {
  box-sizing: border-box;
}
.yp-hero {
  height: min(33.55vw, 644px);
  min-height: 310px;
  background-position: center;
  background-size: cover;
  position: relative;
}
.yp-plan-logo {
  position: absolute;
  left: 30.2%;
  top: 13%;
  width: 164px;
}
.yp-plan-logo img {
  width: 100%;
  height: auto;
}
.yp-intro {
  text-align: center;
  padding: 70px 20px 40px;
  background: #fff url("/imagenes/plan-tenere-700/texture.png") center/cover
    fixed;
}
.yp-intro h1 {
  color: #3472dc;
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
}
.yp-intro p {
  font-size: 19px;
}
.yp-offer {
  background: #05070b url("/imagenes/plan-mt-03/texture-1.webp") center/cover;
  display: flex;
  justify-content: center;
  gap: 80px;
  padding: 70px 25px 35px;
  color: #fff;
  text-transform: uppercase;
}
.yp-offer > div {
  position: relative;
  padding-left: 44px;
  display: flex;
  flex-direction: column;
}
.yp-offer > div:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  color: #05070b;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  text-align: center;
  font: 900 22px/32px Arial;
}
.yp-offer b {
  font-size: 24px;
}
.yp-offer span {
  font-size: 20px;
}
.yp-installment-legal {
  margin: 0;
  background: #05070b;
  color: #aaa;
  text-align: center;
  padding: 10px 12%;
  font-size: 12px;
}
.yp-contact {
  padding: 55px max(20px, 12.5vw);
  background: #fff url("/imagenes/plan-tenere-700/texture.png") center/cover;
}
.yp-mt03 .yp-contact {
  background: #020306 url("/imagenes/plan-mt-03/texture-2.webp") center/cover;
  color: #fff;
}
.yp-contact__heading {
  text-align: center;
  font-size: 23px;
  margin-bottom: 35px;
}
.yp-contact__heading b {
  color: #3379e9;
}
.yp-form {
  max-width: 1440px;
  margin: auto;
}
.yp-form__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px 14px;
}
.yp-form .form-control,
.yp-form .form-select {
  height: 50px;
  border: 1px solid #444;
  border-radius: 3px;
  font-size: 17px;
}
.yp-form__required {
  font-size: 12px;
  margin: 10px 0;
}
.yp-form__verification {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  margin: 20px 0;
}
.yp-form__verification .form-check {
  font-size: 17px;
}
.yp-form__verification a {
  color: inherit;
  text-decoration: underline;
}
.yp-submit,
.yp-cta a {
  display: block;
  width: max-content;
  margin: 25px auto 0;
  background: linear-gradient(100deg, #3f86ff, #1d079d);
  color: #fff;
  text-transform: uppercase;
  border: 0;
  border-radius: 3px;
  padding: 14px 55px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(51, 109, 255, 0.45);
  text-decoration: none;
}
.yp-tenere-features {
  padding: 60px 7% 25px;
  background: #fff url("/imagenes/plan-tenere-700/texture.png") center/cover;
  text-align: center;
}
.yp-tenere-features h2,
.yp-mt-copy h1 {
  text-transform: uppercase;
  font-size: 62px;
  font-weight: 900;
  color: #367eef;
  margin-bottom: 55px;
}
.yp-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.yp-feature-grid img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.yp-feature-grid h3 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 22px;
  margin: 18px 0 8px;
}
.yp-feature-grid p {
  font-size: 15px;
}
.yp-tech-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 40px auto;
}
.yp-tech-logos img {
  width: 160px;
  height: 88px;
  object-fit: contain;
}
.yp-bike {
  text-align: center;
  padding: 45px 20px 70px;
  background: #fff url("/imagenes/plan-tenere-700/texture.png") center/cover;
}
.yp-mt03 .yp-bike {
  background: #02050b url("/imagenes/plan-mt-03/texture-3.webp") center/cover;
}
.yp-bike img {
  display: block;
  max-width: 775px;
  width: 65%;
  height: 600px;
  object-fit: contain;
  margin: auto;
}
.yp-mt03 .yp-bike img {
  max-width: 850px;
}
.yp-bike span {
  font-size: 20px;
  font-weight: 900;
}
.yp-mt03 .yp-bike span {
  color: #fff;
}
.yp-gallery {
  display: grid;
}
.yp-gallery--three {
  grid-template-columns: repeat(3, 1fr);
}
.yp-gallery img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.yp-mt-copy {
  padding: 80px 12%;
  background: #020306 url("/imagenes/plan-mt-03/texture-1.webp") center/cover;
  color: #fff;
}
.yp-mt-copy h1 {
  color: #fff;
}
.yp-mt-copy h1 span {
  color: #3985fa;
}
.yp-mt-copy > div {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 80px;
  font-size: 18px;
}
.yp-mt-gallery {
  background: #020306;
  padding: 30px 18% 70px;
  text-align: center;
}
.yp-mt-gallery__main {
  width: 76%;
  border-radius: 14px;
}
.yp-mt-gallery > div {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 18px;
}
.yp-mt-gallery > div img {
  width: 18%;
  aspect-ratio: 16/9;
  object-fit: cover;
  opacity: 0.55;
}
.yp-mt-gallery > div img:first-child {
  opacity: 1;
  border: 2px solid #2471e8;
}
.yp-cta {
  text-align: center;
  padding: 100px 20px;
  background: #fff url("/imagenes/plan-tenere-700/texture.png") center/cover;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 2px;
}
.yp-mt03 .yp-cta {
  background: #020306;
  color: #fff;
}
.yp-cta a {
  margin-top: 35px;
}
.yp-footer {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 35px;
  background: #313131;
  color: #fff;
  padding: 55px 15%;
  font-size: 11px;
}
.yp-footer__logos img {
  display: block;
  max-width: 164px;
  max-height: 62px;
  object-fit: contain;
  margin-bottom: 25px;
}
.yp-footer a {
  color: #fff;
}
.yp-footer small {
  text-align: center;
}
.yp-success {
  max-width: 720px;
  margin: auto;
}
.yp-success i {
  font-size: 40px;
}
@media (max-width: 991px) {
  .yp-hero {
    height: 63vw;
    min-height: 240px;
  }
  .yp-plan-logo {
    left: 8%;
    top: 8%;
    width: 110px;
  }
  .yp-intro {
    padding: 38px 20px 20px;
  }
  .yp-intro h1 {
    font-size: 22px;
  }
  .yp-offer {
    gap: 18px;
    padding: 35px 15px 20px;
  }
  .yp-offer > div {
    padding-left: 0;
    text-align: center;
  }
  .yp-offer > div:before {
    position: static;
    display: block;
    margin: 0 auto 7px;
  }
  .yp-offer b {
    font-size: 14px;
  }
  .yp-offer span {
    font-size: 12px;
  }
  .yp-installment-legal {
    font-size: 9px;
    padding: 10px 20px;
  }
  .yp-contact {
    padding: 38px 20px;
  }
  .yp-form__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .yp-form__verification {
    flex-direction: column;
    align-items: flex-start;
  }
  .yp-submit {
    padding: 13px 32px;
  }
  .yp-tenere-features {
    padding: 45px 20px 20px;
  }
  .yp-tenere-features h2,
  .yp-mt-copy h1 {
    font-size: 34px;
    margin-bottom: 30px;
  }
  .yp-feature-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .yp-tech-logos {
    flex-wrap: wrap;
  }
  .yp-tech-logos img {
    width: 100px;
    height: 58px;
  }
  .yp-bike img {
    width: 100%;
    height: 360px;
  }
  .yp-gallery--three {
    grid-template-columns: 1fr;
  }
  .yp-mt-copy {
    padding: 55px 24px;
  }
  .yp-mt-copy > div {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .yp-mt-gallery {
    padding: 25px 15px 45px;
  }
  .yp-mt-gallery__main {
    width: 100%;
  }
  .yp-mt-gallery > div {
    gap: 6px;
  }
  .yp-mt-gallery > div img {
    width: 24%;
  }
  .yp-cta {
    padding: 65px 20px;
  }
  .yp-footer {
    grid-template-columns: 1fr;
    padding: 40px 25px;
  }
  .yp-footer__logos {
    display: flex;
    gap: 25px;
    align-items: center;
  }
}

/* MT-03: proporciones tomadas del frame Desktop 1920 × 5587. */
.yp-mt03 {
  background: #000;
  color: #fff;
}
.yp-mt03 .yp-hero {
  height: 33.55vw;
  min-height: 0;
  max-height: none;
  background-size: cover;
  background-position: center top;
}
.yp-mt03 .yp-offer {
  min-height: 480px;
  align-items: center;
  gap: 115px;
  padding: 115px 18% 150px;
  background-color: #000;
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0.1), #000 92%),
    url("/imagenes/plan-mt-03/texture-1.webp");
}
.yp-mt03 .yp-offer > div {
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 18px;
}
.yp-mt03 .yp-offer > div:before {
  display: none;
}
.yp-mt03 .yp-offer img {
  width: 48px;
  height: 48px;
}
.yp-mt03 .yp-offer span {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.yp-mt03 .yp-offer b {
  font-size: 27px;
  white-space: nowrap;
}
.yp-mt03 .yp-offer small {
  font-size: 17px;
  text-transform: none;
  margin-top: 5px;
}
.yp-mt03 .yp-installment-legal {
  margin-top: -110px;
  position: relative;
  z-index: 2;
  padding: 0 18% 90px;
  color: #aaa;
  background: transparent;
  font-size: 15px;
}
.yp-mt03 .yp-contact {
  /* min-height: 850px; */
  padding: 145px 12.5% 110px;
  background-color: #000;
  background-image:
    linear-gradient(180deg, #000 0, rgba(0, 0, 0, 0.05) 35%, #000 100%),
    url("/imagenes/plan-mt-03/texture-2.webp");
}
.yp-mt03 .yp-contact__heading {
  font-size: 26px;
  margin-bottom: 75px;
}
.yp-mt03 .yp-contact__heading b {
  color: #fff;
}
.yp-mt03 .yp-form__grid {
  gap: 42px 14px;
}
.yp-mt03 .yp-form__required {
  color: #fff;
}
.yp-mt03 .yp-form__verification {
  margin: 42px 0 35px;
}
.yp-mt03 .yp-submit {
  background: #fff;
  color: #303030;
  box-shadow: none;
  padding: 12px 55px;
}
.yp-mt03 .yp-mt-copy {
  min-height: 820px;
  padding: 150px 14.5% 115px;
  background-color: #000;
  background-image:
    linear-gradient(180deg, #000 0, rgba(0, 0, 0, 0.08) 48%, #000 100%),
    url("/imagenes/plan-mt-03/texture-1.webp");
}
.yp-mt03 .yp-mt-copy h1 {
  font-size: 68px;
  text-align: center;
  margin-bottom: 100px;
}
.yp-mt03 .yp-mt-copy > div {
  grid-template-columns: 1.45fr 1fr;
  gap: 70px;
  font-size: 24px;
  line-height: 1.8;
}
.yp-mt03 .yp-mt-facts > b {
  display: block;
  margin-bottom: 25px;
}
.yp-mt03 .yp-mt-facts p {
  margin: 10px 0;
}
.yp-mt03 .yp-mt-gallery {
  min-height: 1130px;
  padding: 90px 0 140px;
  background: #000 url("/imagenes/plan-mt-03/texture-2.webp") center/cover;
  text-align: center;
}
.yp-mt03 .yp-mt-gallery__stage {
  width: 953px;
  max-width: 70%;
  margin: auto;
  position: relative;
}
.yp-mt03 .yp-mt-gallery__main {
  display: block;
  width: 100%;
  aspect-ratio: 953/714;
  object-fit: cover;
  border-radius: 29px;
}
.yp-mt03 .yp-mt-gallery__zoom {
  position: absolute;
  right: 25px;
  top: 20px;
  font-size: 34px;
}
.yp-mt03 .yp-mt-gallery__thumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 34px;
}
.yp-mt03 .yp-mt-gallery__thumbs > img:not(.yp-mt-gallery__arrow) {
  width: 227px;
  max-width: 15%;
  aspect-ratio: 227/170;
  object-fit: cover;
  border-radius: 18px;
  opacity: 0.4;
}
.yp-mt03 .yp-mt-gallery__thumbs > img:nth-child(2) {
  opacity: 1;
}
.yp-mt03 .yp-mt-gallery__thumbs .yp-mt-gallery__arrow {
  width: 33px;
  height: 33px;
  margin: 0 15px;
}
.yp-mt03 .yp-bike {
  min-height: 1160px;
  padding: 180px 20px 130px;
  background-color: #000;
  background-image:
    linear-gradient(180deg, #000 0, rgba(0, 0, 0, 0.05) 42%, #000 100%),
    url("/imagenes/plan-mt-03/texture-3.webp");
}
.yp-mt03 .yp-bike img {
  width: 686px;
  max-width: 75%;
  height: 650px;
}
.yp-mt03 .yp-bike span {
  font-size: 30px;
}
.yp-mt03 .yp-cta {
  min-height: 520px;
  padding: 120px 20px;
  background: #000;
}
.yp-mt03 .yp-cta p {
  font-size: 40px;
  font-weight: 300;
}
.yp-mt03 .yp-cta p b {
  font-weight: 900;
}
.yp-mt03 .yp-cta a {
  background: #fff;
  color: #2e65c8;
  box-shadow: none;
  border-radius: 8px;
  font-size: 30px;
  padding: 15px 55px;
}
.yp-mt03 .yp-footer {
  min-height: 309px;
  padding: 70px 15%;
  align-items: start;
}
@media (max-width: 991px) {
  .yp-mt03 .yp-hero {
    height: 33.55vw;
    min-height: 132px;
  }
  .yp-mt03 .yp-offer {
    min-height: 260px;
    gap: 12px;
    padding: 55px 12px 75px;
  }
  .yp-mt03 .yp-offer > div {
    gap: 6px;
    flex: 1;
    justify-content: center;
  }
  .yp-mt03 .yp-offer img {
    width: 23px;
    height: 23px;
  }
  .yp-mt03 .yp-offer b {
    font-size: 12px;
  }
  .yp-mt03 .yp-offer small {
    font-size: 9px;
  }
  .yp-mt03 .yp-installment-legal {
    margin-top: -55px;
    padding: 0 22px 45px;
    font-size: 8px;
  }
  .yp-mt03 .yp-contact {
    min-height: auto;
    padding: 70px 20px;
  }
  .yp-mt03 .yp-contact__heading {
    font-size: 17px;
    margin-bottom: 35px;
  }
  .yp-mt03 .yp-form__grid {
    gap: 12px;
  }
  .yp-mt03 .yp-form__verification {
    margin: 25px 0;
  }
  .yp-mt03 .yp-mt-copy {
    min-height: auto;
    padding: 80px 24px;
  }
  .yp-mt03 .yp-mt-copy h1 {
    font-size: 32px;
    margin-bottom: 45px;
  }
  .yp-mt03 .yp-mt-copy > div {
    grid-template-columns: 1fr;
    gap: 35px;
    font-size: 16px;
    line-height: 1.55;
  }
  .yp-mt03 .yp-mt-gallery {
    min-height: auto;
    padding: 50px 12px 90px;
  }
  .yp-mt03 .yp-mt-gallery__stage {
    max-width: 82%;
  }
  .yp-mt03 .yp-mt-gallery__main {
    border-radius: 12px;
  }
  .yp-mt03 .yp-mt-gallery__thumbs {
    gap: 5px;
    margin-top: 14px;
  }
  .yp-mt03 .yp-mt-gallery__thumbs > img:not(.yp-mt-gallery__arrow) {
    max-width: 18%;
    border-radius: 7px;
  }
  .yp-mt03 .yp-mt-gallery__thumbs .yp-mt-gallery__arrow {
    width: 22px;
    height: 22px;
    margin: 0 2px;
  }
  .yp-mt03 .yp-bike {
    min-height: 680px;
    padding: 110px 12px 80px;
  }
  .yp-mt03 .yp-bike img {
    max-width: 100%;
    height: 400px;
  }
  .yp-mt03 .yp-bike span {
    font-size: 18px;
  }
  .yp-mt03 .yp-cta {
    min-height: 330px;
    padding: 80px 15px;
  }
  .yp-mt03 .yp-cta p {
    font-size: 20px;
  }
  .yp-mt03 .yp-cta a {
    font-size: 17px;
    padding: 12px 28px;
  }
}
.yp-mt03 .yp-mt-gallery__main,
.yp-mt03 .yp-mt-gallery__thumbs .yp-mt-gallery__arrow {
  opacity: 1;
  border: 0;
}
.mt-hero__content {
  position: absolute;
  inset: 5.5% 0 3%;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 0;
}
.mt-hero__plan {
  width: 108px;
  flex: 0 0 auto;
}
.mt-hero__plan img {
  display: block;
  width: 100%;
}
.mt-hero__symbol {
  width: 193px;
  aspect-ratio: 193/232;
  flex: 0 0 auto;
  margin-top: clamp(24px, 3.7vw, 71px);
}
.mt-hero__symbol img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mt-hero__model {
  width: 317px;
  aspect-ratio: 587/119;
  flex: 0 0 auto;
  margin-top: clamp(4px, 1.4vw, 27px);
}
.mt-hero__model img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mt-hero__claim {
  flex: 0 0 auto;
  margin: clamp(5px, 0.65vw, 13px) 0 0;
  color: #fff;
  font-size: 20px;
  letter-spacing: 3px;
  line-height: 1;
  text-shadow:
    0 2px 2px #000,
    0 3px 8px #000,
    0 0 20px rgba(0, 0, 0, 0.9);
  text-transform: uppercase;
  white-space: nowrap;
}
.mt-hero__tech {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: auto;
  flex: 0 0 auto;
}
.mt-hero__tech img {
  width: 58px;
  height: 28px;
  object-fit: contain;
}
@media (min-width: 992px) {
  .mt-hero__plan {
    width: clamp(90px, 7.55vw, 145px);
  }
  .mt-hero__symbol {
    width: clamp(112px, 10.05vw, 193px);
  }
  .mt-hero__model {
    width: clamp(185px, 16.51vw, 317px);
  }
  .mt-hero__claim {
    font-size: clamp(12px, 1.04vw, 20px);
    letter-spacing: clamp(1.8px, 0.16vw, 3px);
  }
  .mt-hero__tech {
    gap: clamp(10px, 1.04vw, 20px);
  }
  .mt-hero__tech img {
    width: clamp(66px, 5.73vw, 110px);
    height: clamp(31px, 2.71vw, 52px);
  }
  .mt-hero__tech img:first-child {
    width: clamp(46px, 3.96vw, 76px);
    height: clamp(22px, 1.88vw, 36px);
  }
}
@media (max-width: 991px) {
  .yp-mt03 .yp-hero {
    height: auto;
    min-height: 0;
    aspect-ratio: 420/300;
    background-image: url("/imagenes/plan-mt-03/hero-mobile.png") !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .yp-mt03 .yp-hero .mt-hero__content {
    display: none;
  }
}

/* Fondo continuo entregado para la landing MT-03. El hero conserva su arte propio. */
.yp-mt03 {
  font-family: Industry, Estricta, Arial, sans-serif;
  background-color: #000;
  background-image: url("/imagenes/plan-mt-03/background-full.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.yp-mt03 .yp-offer,
.yp-mt03 .yp-installment-legal,
.yp-mt03 .yp-contact,
.yp-mt03 .yp-mt-copy,
.yp-mt03 .yp-mt-gallery,
.yp-mt03 .yp-bike,
.yp-mt03 .yp-cta {
  background-color: transparent;
  background-image: none;
}
.yp-mt03 .yp-footer {
  background-color: #313131;
  background-image: none;
}

/* Bloque de financiación y formulario MT-03, según el frame desktop de Figma. */
.yp-mt03 .yp-offer span,
.yp-mt03 .yp-offer b,
.yp-mt03 .yp-offer small {
  font-family: RepublicaMinor, Estricta, Arial, sans-serif;
  font-weight: 400;
}
@media (max-width: 991px) {
  .yp-mt03 .yp-installment-legal {
    font-size: 10px;
    line-height: 14px;
  }
}
@media (min-width: 992px) {
  .yp-mt03 .yp-mt-copy {
    min-height: clamp(585px, 40.63vw, 780px);
    padding: clamp(90px, 7.55vw, 145px) clamp(7%, 14.48%, 14.48%)
      clamp(60px, 4.17vw, 80px);
  }
  .yp-mt03 .yp-mt-copy h1 {
    font-size: clamp(52px, 5vw, 96px);
    line-height: 1;
    text-align: center;
    margin: 0 0 clamp(55px, 5.21vw, 100px);
    white-space: nowrap;
  }
  .yp-mt03 .yp-mt-copy > div {
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, 1fr);
    gap: clamp(30px, 2.5vw, 48px);
    font-size: clamp(17px, 1.25vw, 24px);
    line-height: 1.8;
  }
  .yp-mt03 .yp-mt-copy > div > p {
    margin: 0;
  }
  .yp-mt03 .yp-mt-facts > b {
    display: block;
    margin: 0 0 clamp(16px, 1.3vw, 25px);
    line-height: 1.6;
  }
  .yp-mt03 .yp-mt-facts p {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 10px 0;
    line-height: 1.8;
    white-space: normal;
  }
  .yp-mt03 .yp-mt-facts p::before {
    content: "✓";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    border-radius: 2px;
    background: #4285f4;
    color: #05070b;
    font-family: Arial, sans-serif;
    font-size: 19px;
    font-weight: 900;
    line-height: 1;
  }
  .yp-mt03 .yp-offer {
    min-height: clamp(280px, 20.31vw, 390px);
    align-items: flex-start;
    justify-content: space-between;
    gap: clamp(16px, 3.28vw, 63px);
    padding: clamp(100px, 4.85vw, 170px) clamp(5%, 12vw, 18.85%)
      clamp(65px, 5.21vw, 100px);

    padding-bottom: 4rem;
    min-height: fit-content;
  }
  .yp-mt03 .yp-offer > div {
    gap: clamp(10px, 1.2vw, 23px);
    flex: 1;
    min-width: 0;
    justify-content: center;
  }
  .yp-mt03 .yp-offer img {
    width: clamp(40px, 4.32vw, 83px);
    height: clamp(40px, 4.32vw, 83px);
    flex: 0 0 clamp(40px, 4.32vw, 83px);
  }
  .yp-mt03 .yp-offer b {
    font-family: inherit;
    font-weight: 400;
    line-height: 1;
  }
  .yp-mt03 .yp-offer small {
    font-family: inherit;
    font-weight: 400;
  }
  .yp-mt03 .yp-offer > div:nth-child(1) b {
    font-size: clamp(23px, 2.29vw, 44px);
  }
  .yp-mt03 .yp-offer > div:nth-child(1) small {
    font-size: clamp(14px, 1.25vw, 24px);
  }
  .yp-mt03 .yp-offer > div:nth-child(2) b {
    font-size: clamp(23px, 2.29vw, 44px);
  }
  .yp-mt03 .yp-offer > div:nth-child(3) small {
    font-size: clamp(14px, 1.25vw, 24px);
    text-transform: uppercase;
  }
  .yp-mt03 .yp-offer > div:nth-child(3) b {
    font-size: clamp(23px, 2.29vw, 44px);
  }
  .yp-mt03 .yp-installment-legal {
    margin: 0;
    padding: 5px clamp(7%, 12vw, 18.9%) clamp(55px, 4.95vw, 95px);
    font-size: clamp(10px, 0.73vw, 14px);
    line-height: 1.5;
    color: #a7a7a7;
  }
  .yp-mt03 .yp-contact {
    /* min-height: clamp(525px, 36.46vw, 700px); */
    /* padding: clamp(80px, 6.82vw, 131px) clamp(7%, 9vw, 12.5%)
      clamp(38px, 2.6vw, 50px); */
    padding: clamp(31px, 2.82vw, 101px) clamp(7%, 9vw, 12.5%)
      clamp(38px, 2.6vw, 50px);
  }
  .yp-mt03 .yp-contact__heading {
    margin: 0 0 clamp(42px, 3.91vw, 75px);
    font-size: clamp(21px, 1.56vw, 30px);
    line-height: 1.35;
  }
  .yp-mt03 .yp-form {
    max-width: clamp(860px, 75vw, 1440px);
  }
  .yp-mt03 .yp-form__grid {
    column-gap: 14px;
    row-gap: clamp(22px, 1.98vw, 38px);
  }
  .yp-mt03 .yp-form .form-control,
  .yp-mt03 .yp-form .form-select {
    height: 51px;
    min-height: 51px;
    padding: 10px 16px;
    border: 0;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.92);
    color: #303030;
    font-size: 16px;
    box-shadow: none;
  }
  .yp-mt03 .yp-form__required {
    margin: 22px 0 0;
    font-size: 11px;
    line-height: 16px;
  }
  .yp-mt03 .yp-form__verification {
    display: grid;
    grid-template-columns: minmax(280px, 412px) 302px;
    align-items: center;
    justify-content: center;
    gap: clamp(16px, 1.56vw, 30px);
    margin: clamp(38px, 3.59vw, 69px) 0 clamp(32px, 2.6vw, 50px);
  }
  .yp-mt03 .yp-form__verification > div {
    height: 76px;
    display: flex;
    align-items: center;
  }
  .yp-mt03 .yp-form__verification .form-check {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 0;
    font-size: 18px;
  }
  .yp-mt03 .yp-form__verification .form-check-input {
    width: 24px;
    height: 24px;
    margin: 0;
    float: none;
    flex: 0 0 24px;
    border-radius: 0;
    position: relative;
    top: 2px;
  }
  .yp-mt03 .yp-form__verification .form-check label {
    margin: 0;
    line-height: 24px;
  }
  .yp-mt03 .yp-submit {
    width: 348px;
    height: 51px;
    margin: 0 auto;
    padding: 0 25px;
    border-radius: 2px;
    font-size: 18px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .yp-mt03 .yp-submit__arrow {
    background: currentColor;
    border-radius: 2px;
    display: inline-block;
    flex: 0 0 auto;
    font-size: 0;
    height: 2px;
    margin-left: 10px;
    position: relative;
    top: -1px;
    width: 16px;
  }
  .yp-mt03 .yp-submit__arrow::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;
  }
}
@media (max-width: 991px) {
  .yp-mt03 .yp-form__verification > div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .yp-mt03 .yp-form__verification .form-check {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    margin: 0;
  }
  .yp-mt03 .yp-form__verification .form-check-input {
    float: none;
    flex: 0 0 auto;
    margin: 0;
    position: relative;
    top: 1px;
  }
  .yp-mt03 .yp-form__verification .form-check label {
    margin: 0;
    font-size: 15px;
    line-height: 20px;
  }
  .yp-mt03 .yp-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .yp-mt03 .yp-submit__arrow {
    height: 2px;
    margin-left: 8px;
    width: 14px;
  }
  .yp-mt03 .yp-submit__arrow::after {
    height: 6px;
    width: 6px;
  }
}
/* Carrusel MT-03 */
.yp-mt03 .yp-mt-gallery__stage {
  display: block;
  overflow: hidden;
}
.yp-mt03 .yp-mt-gallery__main {
  transition: opacity 0.2s ease;
}
.yp-mt03 .yp-mt-gallery__zoom {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  line-height: 1;
}
.yp-mt03 .yp-mt-gallery__zoom i {
  font-size: 36px;
}
.yp-mt03 .yp-mt-gallery__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 34px auto 0;
}
.yp-mt03 .yp-mt-gallery__thumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 0;
}
.yp-mt03 .yp-mt-gallery__thumb {
  display: block;
  width: 227px;
  max-width: 15vw;
  aspect-ratio: 227/170;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 29px;
  background: transparent;
  cursor: pointer;
  opacity: 0.4;
  transition: opacity 0.2s ease;
}
.yp-mt03 .yp-mt-gallery__thumb.is-active {
  opacity: 1;
}
.yp-mt03 .yp-mt-gallery__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  border: 0 !important;
}
.yp-mt03 .yp-mt-gallery__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 63px;
  height: 63px;
  margin: 0 17px;
  padding: 15px;
  border: 0;
  background: transparent;
  cursor: pointer;
  flex: 0 0 63px;
}
.yp-mt03 .yp-mt-gallery__arrow img {
  display: block;
  width: 33px;
  height: 33px;
  opacity: 1;
  border: 0 !important;
}
.yp-mt03 .yp-mt-gallery__arrow:focus,
.yp-mt03 .yp-mt-gallery__zoom:focus,
.yp-mt03 .yp-mt-gallery__thumb:focus,
.yp-mt03 .yp-mt-gallery__fullscreen-arrow:focus {
  outline: 0;
  box-shadow: none;
}
.yp-mt03 .yp-mt-gallery__arrow:focus-visible,
.yp-mt03 .yp-mt-gallery__zoom:focus-visible,
.yp-mt03 .yp-mt-gallery__thumb:focus-visible,
.yp-mt03 .yp-mt-gallery__fullscreen-arrow:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}
.yp-mt03 .yp-mt-gallery__fullscreen-arrow {
  display: none;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  padding: 15px;
  border: 0;
  background: rgba(0, 0, 0, 0.32);
  border-radius: 50%;
  cursor: pointer;
}
.yp-mt03 .yp-mt-gallery__fullscreen-arrow img {
  display: block;
  width: 34px;
  height: 34px;
  opacity: 1;
  border: 0 !important;
}
.yp-mt03 .yp-mt-gallery__stage:fullscreen {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  border-radius: 0;
  background: #000;
}
.yp-mt03 .yp-mt-gallery__stage:fullscreen .yp-mt-gallery__main {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 0;
}
.yp-mt03 .yp-mt-gallery__stage:fullscreen .yp-mt-gallery__zoom {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 2;
}
.yp-mt03 .yp-mt-gallery__stage:fullscreen .yp-mt-gallery__fullscreen-arrow {
  display: flex;
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}
.yp-mt03
  .yp-mt-gallery__stage:fullscreen
  .yp-mt-gallery__fullscreen-arrow--prev {
  left: 24px;
}
.yp-mt03
  .yp-mt-gallery__stage:fullscreen
  .yp-mt-gallery__fullscreen-arrow--next {
  right: 24px;
}
@media (max-width: 991px) {
  .yp-mt03 .yp-mt-gallery__zoom {
    right: 8px;
    top: 8px;
    width: 34px;
    height: 34px;
  }
  .yp-mt03 .yp-mt-gallery__zoom i {
    font-size: 24px;
  }
  .yp-mt03 .yp-mt-gallery__controls {
    gap: 5px;
    margin-top: 14px;
  }
  .yp-mt03 .yp-mt-gallery__thumbs {
    gap: 5px;
    min-width: 0;
  }
  .yp-mt03 .yp-mt-gallery__thumb {
    width: calc((100% - 15px) / 4);
    max-width: none;
    border-radius: 7px;
  }
  .yp-mt03 .yp-mt-gallery__arrow {
    width: 28px;
    height: 28px;
    margin: 0;
    padding: 3px;
    flex-basis: 28px;
  }
  .yp-mt03 .yp-mt-gallery__arrow img {
    width: 22px;
    height: 22px;
  }
  .yp-mt03 .yp-mt-gallery__stage:fullscreen .yp-mt-gallery__fullscreen-arrow {
    width: 44px;
    height: 44px;
    padding: 8px;
  }
  .yp-mt03
    .yp-mt-gallery__stage:fullscreen
    .yp-mt-gallery__fullscreen-arrow--prev {
    left: 10px;
  }
  .yp-mt03
    .yp-mt-gallery__stage:fullscreen
    .yp-mt-gallery__fullscreen-arrow--next {
    right: 10px;
  }
  .yp-mt03 .yp-mt-gallery__fullscreen-arrow img {
    width: 28px;
    height: 28px;
  }
}

/* Footer MT-03 */
.yp-mt03 .yp-bike {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 0;
  padding-top: 90px;
  padding-bottom: 75px;
}
.yp-mt03 .yp-mt-gallery {
  min-height: 1000px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.yp-mt03 .yp-bike__viewer {
  width: min(900px, 90vw);
  max-width: 900px;
  position: relative;
  background: transparent;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.yp-mt03 .yp-bike__viewer.is-ready {
  opacity: 1;
}
.yp-mt03 .yp-bike__viewer:active {
  cursor: grabbing;
}
.yp-mt03 .yp-bike__viewer canvas,
.yp-mt03 .yp-bike__viewer img {
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 !important;
  background: transparent;
  object-fit: contain;
}
.yp-mt03 .yp-bike > span {
  margin-top: 10px;
}
.yp-mt03 .yp-bike > small {
  margin-top: 4px;
  color: #fff;
  font-family: Industry, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.yp-mt03.yp-motion-ready [data-reveal] {
  opacity: 0;
  transition:
    opacity 0.72s ease,
    transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}
.yp-mt03.yp-motion-ready [data-reveal="up"] {
  transform: translate3d(0, 34px, 0);
}
.yp-mt03.yp-motion-ready [data-reveal="scale"] {
  transform: scale(0.94);
}
.yp-mt03.yp-motion-ready [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}
.yp-mt03.yp-motion-ready .mt-hero__plan {
  animation: yp-mt03-hero-in 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.55s both;
}
.yp-mt03.yp-motion-ready .mt-hero__symbol {
  animation: yp-mt03-symbol-in 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.75s both;
}
.yp-mt03.yp-motion-ready .mt-hero__model,
.yp-mt03.yp-motion-ready .mt-hero__claim {
  animation: yp-mt03-hero-in 0.8s cubic-bezier(0.22, 1, 0.36, 1) 1s both;
}
.yp-mt03.yp-motion-ready .mt-hero__tech {
  animation: yp-mt03-hero-in 0.8s cubic-bezier(0.22, 1, 0.36, 1) 1.2s both;
}
@keyframes yp-mt03-hero-in {
  from {
    opacity: 0;
    translate: 0 18px;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes yp-mt03-symbol-in {
  from {
    opacity: 0;
    scale: 0.9;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .yp-mt03 * {
    scroll-behavior: auto !important;
  }
  .yp-mt03 [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }
  .yp-mt03 .mt-hero__plan,
  .yp-mt03 .mt-hero__symbol,
  .yp-mt03 .mt-hero__model,
  .yp-mt03 .mt-hero__claim,
  .yp-mt03 .mt-hero__tech {
    animation: none !important;
  }
}
.yp-mt03 .yp-footer {
  display: grid;
  grid-template-columns: 163px minmax(0, 1060px);
  gap: 107px;
  justify-content: center;
  align-items: start;
  min-height: 309px;
  padding: 72px max(24px, calc((100% - 1330px) / 2)) 30px;
  background: #313131;
  color: #fff;
  font-family: Industry, Arial, sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 16px;
}
.yp-mt03 .yp-footer__logos {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.yp-mt03 .yp-footer__logos img {
  display: block;
  width: 163px;
  max-width: none;
  height: auto;
  max-height: none;
  object-fit: contain;
  margin: 0;
}
.yp-mt03 .yp-footer__legal {
  width: 100%;
  min-height: 80px;
  margin: 0;
  color: #fff;
  font-size: 11px;
  font-weight: 300;
  line-height: 16px;
}
.yp-mt03 .yp-footer__legal a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 1px;
}
.yp-mt03 .yp-footer__bottom {
  display: flex;
  align-items: center;
  margin-top: 32px;
  min-height: 33px;
}
.yp-mt03 .yp-footer__social {
  display: flex;
  align-items: center;
  gap: 9px;
  flex: 0 0 auto;
}
.yp-mt03 .yp-footer__social > span {
  width: 70px;
  margin-right: 0;
}
.yp-mt03 .yp-footer__social a {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.yp-mt03 .yp-footer__social img {
  display: block;
  width: 32px;
  height: 32px;
}
.yp-mt03 .yp-footer__bottom small {
  margin-left: 32px;
  color: #fff;
  font-size: 11px;
  font-weight: 300;
  line-height: 16px;
  text-align: left;
}
@media (max-width: 991px) {
  .yp-mt03 .yp-contact__heading {
    font-size: 19px;
    line-height: 27px;
  }
  .yp-mt03 .yp-bike {
    min-height: 0;
    padding-top: 35px;
    padding-bottom: 30px;
  }
  .yp-mt03 .yp-mt-copy {
    padding-bottom: 60px;
  }
  .yp-mt03 .yp-mt-gallery {
    min-height: 0;
    padding-top: 30px;
    padding-bottom: 35px;
  }
  .yp-mt03 .yp-bike__viewer {
    width: 100%;
    max-width: 620px;
  }
  .yp-mt03 .yp-bike > small {
    font-size: 10px;
  }
  .yp-mt03 .yp-footer {
    grid-template-columns: 1fr;
    gap: 30px;
    min-height: 0;
    padding: 42px 25px;
    text-align: left;
  }
  .yp-mt03 .yp-footer__logos {
    flex-direction: row;
    align-items: center;
    gap: 24px;
  }
  .yp-mt03 .yp-footer__logos img {
    width: min(42vw, 130px);
  }
  .yp-mt03 .yp-footer__content {
    min-width: 0;
  }
  .yp-mt03 .yp-footer__legal {
    font-size: 10px;
    line-height: 15px;
  }
  .yp-mt03 .yp-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
    margin-top: 28px;
  }
  .yp-mt03 .yp-footer__social {
    flex-wrap: wrap;
  }
  .yp-mt03 .yp-footer__bottom small {
    margin-left: 0;
    font-size: 10px;
  }
}

@media (min-width: 992px) {
  .yp-mt03 .yp-mt-gallery {
    min-height: clamp(700px, 52.08vw, 1000px);
    padding-top: clamp(30px, 2.6vw, 50px);
    padding-bottom: clamp(30px, 2.6vw, 50px);
  }
  .yp-mt03 .yp-mt-gallery__stage {
    width: clamp(650px, 49.64vw, 953px);
    max-width: 76%;
  }
  .yp-mt03 .yp-mt-gallery__controls {
    max-width: 94%;
    gap: clamp(6px, 0.78vw, 15px);
    margin-top: clamp(20px, 1.77vw, 34px);
  }
  .yp-mt03 .yp-mt-gallery__thumbs {
    min-width: 0;
    gap: clamp(6px, 0.78vw, 15px);
  }
  .yp-mt03 .yp-mt-gallery__thumb {
    width: clamp(145px, 11.82vw, 227px);
    max-width: 16vw;
    border-radius: clamp(16px, 1.51vw, 29px);
  }
  .yp-mt03 .yp-mt-gallery__arrow {
    width: clamp(40px, 3.28vw, 63px);
    height: clamp(40px, 3.28vw, 63px);
    margin: 0 clamp(4px, 0.89vw, 17px);
    padding: clamp(6px, 0.78vw, 15px);
    flex-basis: clamp(40px, 3.28vw, 63px);
  }
  .yp-mt03 .yp-bike {
    padding-top: clamp(55px, 4.69vw, 90px);
    padding-bottom: clamp(45px, 3.91vw, 75px);
  }
  .yp-mt03 .yp-bike__viewer {
    width: min(clamp(650px, 46.88vw, 900px), 82vw);
  }
  .yp-mt03 .yp-bike > span {
    font-size: clamp(22px, 1.56vw, 30px);
  }
  .yp-mt03 .yp-cta {
    min-height: clamp(360px, 27.08vw, 520px);
    padding: clamp(75px, 6.25vw, 120px) 20px;
  }
  .yp-mt03 .yp-cta p {
    font-size: clamp(27px, 2.08vw, 40px);
  }
  .yp-mt03 .yp-cta a {
    font-size: clamp(20px, 1.56vw, 30px);
    padding: clamp(11px, 0.78vw, 15px) clamp(34px, 2.86vw, 55px);
  }
}

/* Ajustes de composición mobile solicitados para MT-03. */
@media (max-width: 991px) {
  .yp-mt03 .yp-hero {
    aspect-ratio: 875/625;
    background-image: url("/imagenes/plan-mt-03/hero-mobile.png") !important;
    background-size: cover;
    background-position: center top;
  }
  .yp-mt03 .yp-offer {
    min-height: 0;
    align-items: flex-start;
    gap: 4px;
    padding: 40px 8px 24px;
  }
  .yp-mt03 .yp-offer > div {
    width: calc((100% - 8px) / 3);
    min-width: 0;
    flex: 1 1 0;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    text-align: center;
  }
  .yp-mt03 .yp-offer img {
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
  }
  .yp-mt03 .yp-offer span {
    width: 100%;
    min-width: 0;
    align-items: center;
    line-height: 1.05;
  }
  .yp-mt03 .yp-offer b,
  .yp-mt03 .yp-offer small {
    /* font-size: clamp(9px, 2.75vw, 12px); */
    line-height: 1.05;
    letter-spacing: 0.05em;
    white-space: normal;
  }
  .yp-mt03 .yp-offer small {
    font-size: clamp(8px, 2.4vw, 11px);
    margin-top: 3px;
  }

  .yp-mt03 .yp-offer > div:last-child b {
    margin-top: 3px;
  }

  .yp-mt03 .yp-offer b {
    font-size: clamp(10px, 3vw, 14px);
  }

  .yp-mt03 .yp-installment-legal {
    margin: 0;
    padding: 10px 22px 0px;
  }
  .yp-mt03 .yp-mt-copy {
    padding: 58px 24px 54px;
  }
  .yp-mt03 .yp-mt-copy h1 {
    margin: 0 0 38px;
    font-size: clamp(28px, 8.5vw, 34px);
    line-height: 1.05;
    text-align: center;
  }
  .yp-mt03 .yp-mt-copy > div {
    gap: 32px;
    font-size: 16px;
    line-height: 1.55;
  }
  .yp-mt03 .yp-mt-copy > div > p {
    margin: 0;
    text-align: justify;
    text-justify: inter-word;
  }
  .yp-mt03 .yp-mt-facts {
    text-align: left;
  }
  .yp-mt03 .yp-mt-facts > b {
    display: block;
    margin: 0 0 22px;
    text-align: center;
    line-height: 1.45;
  }
}

/* Modal de términos MT-03, alineado visualmente con Crypton Finn Seña. */
.modal-backdrop.show {
  opacity: 0.82;
}
.yp-mt03 .modal {
  padding: 24px;
}
.yp-mt03 .modal-dialog {
  width: 100%;
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
}
.yp-mt03 .terms-modal {
  max-height: 88vh;
  overflow: hidden;
  border: 1px solid #4082fd;
  border-radius: 0;
  background: #05091b;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.55);
  color: #fff;
  font-family: Estricta, Arial, sans-serif;
}
.yp-mt03 .terms-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex: 0 0 auto;
  gap: 24px;
  padding: 24px 28px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.yp-mt03 .terms-title {
  margin: 0;
  color: #fff;
  font-family: Industry, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.25;
  text-transform: uppercase;
}
.yp-mt03 .terms-close-custom {
  flex: 0 0 auto;
  padding: 2px;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 0.75;
}
.yp-mt03 .terms-close-custom:focus-visible {
  outline: 2px solid #4082fd;
  outline-offset: 4px;
}
.yp-mt03 .terms-body {
  padding: 24px 28px 28px;
  overflow-y: auto;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  scrollbar-color: #fff transparent;
  scrollbar-width: thin;
}
.yp-mt03 .terms-body::-webkit-scrollbar {
  width: 7px;
}
.yp-mt03 .terms-body::-webkit-scrollbar-track {
  background: transparent;
}
.yp-mt03 .terms-body::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #fff;
}
.yp-mt03 .terms-body p {
  margin: 0 0 18px;
}
.yp-mt03 .terms-body p:last-child {
  margin-bottom: 0;
}
.yp-mt03 .terms-body a {
  color: #76a8ff;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .yp-mt03 .modal {
    padding: 12px;
  }
  .yp-mt03 .terms-modal {
    max-height: 92vh;
  }
  .yp-mt03 .terms-header {
    gap: 14px;
    padding: 18px 16px 15px;
  }
  .yp-mt03 .terms-title {
    font-size: 17px;
  }
  .yp-mt03 .terms-body {
    padding: 18px 16px 22px;
    font-size: 14px;
  }
}
