/* HERO 01 — reconstrucción definitiva: imagen limpia intacta + HTML mínimo. */
.hero-01 {
  position: relative;
  width: 100%;
  min-height: 943px;
  background: #000;
  overflow: hidden;
  color: #fff;
}

.hero-01__canvas {
  position: relative;
  width: 100%;
  max-width: 1348px;
  margin: 0 auto;
  background: #000;
}

.hero-01__visual-container {
  position: relative;
  width: 100%;
}

.hero-01__visual {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.hero-01__visual--desktop {
  display: block;
  max-width: 1348px;
  margin: 0 auto;
}

.hero-01__visual--mobile {
  display: none;
}

.hero-01__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: transparent;
  border: none;
  box-shadow: none;
}

.hero-01__copy {
  position: absolute;
  inset: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.hero-01__eyebrow,
.hero-01__headline,
.hero-01__claim,
.hero-01__product-copy,
.hero-01__description,
.hero-01__team-title {
  margin: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.hero-01__eyebrow {
  position: absolute;
  left: 56px;
  top: 59px;
  font-family: "Bodoni Moda", "Libre Bodoni", "Bodoni MT", Didot, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.15;
  color: #EFC164;
  white-space: nowrap;
}

.hero-01__headline {
  position: absolute;
  inset: 0;
  font-family: "Bodoni Moda", "Libre Bodoni", "Bodoni MT", Didot, "Times New Roman", serif;
  font-weight: 600;
  line-height: .95;
  letter-spacing: -1.8px;
}

.hero-01__headline-line {
  position: absolute;
  left: 52px;
  display: block;
  white-space: nowrap;
  background: transparent;
  border: none;
  box-shadow: none;
}

.hero-01__headline-line--white {
  top: 115px;
  font-size: 66px;
  color: #fff;
}

.hero-01__headline-line--gold {
  top: 191px;
  font-size: 68px;
  color: #FFE58C;
  text-shadow: 0 0 18px rgba(239,193,100,.08);
}

.hero-01__claim {
  position: absolute;
  left: 54px;
  top: 299px;
  width: 405px;
  max-width: 405px;
  font-family: "Bodoni Moda", "Libre Bodoni", "Bodoni MT", Didot, "Times New Roman", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: -.4px;
  color: #fff;
}

.hero-01__product-copy {
  position: absolute;
  left: 55px;
  top: 468px;
  width: 340px;
  font-family: Montserrat, Inter, Arial, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.12;
  color: #fff;
}

.hero-01__product-copy span {
  display: block;
}

.hero-01__product-copy--gold {
  color: #FFE58C;
}

.hero-01__description {
  position: absolute;
  left: 55px;
  top: 592px;
  width: 320px;
  max-width: 320px;
  font-family: Montserrat, Inter, Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.18;
  color: #fff;
}

.hero-01__team-title {
  position: absolute;
  left: 988px;
  top: 58px;
  font-family: "Bodoni Moda", "Libre Bodoni", "Bodoni MT", Didot, "Times New Roman", serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.15;
  color: #EFC164;
  white-space: nowrap;
}

.hero-01__cta-area {
  position: absolute;
  left: 29px;
  bottom: 32px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 12px;
  pointer-events: auto;
  background: transparent;
  border: none;
  box-shadow: none;
}

.hero-01__cta {
  position: relative;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  overflow: hidden;
  border: 1px solid rgba(255,235,168,.96);
  border-radius: 17px;
  background: linear-gradient(135deg,#FFF1B2 0%,#EFC164 20%,#C58B22 50%,#F3D678 76%,#B7780D 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.78), inset 0 -3px 6px rgba(91,52,0,.34), 0 7px 18px rgba(0,0,0,.72), 0 0 10px rgba(239,193,100,.24);
  color: #090705;
  text-decoration: none;
  font-family: Montserrat, Inter, Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  isolation: isolate;
  transition: transform 200ms ease, filter 200ms ease, box-shadow 200ms ease;
}

.hero-01__cta--how {
  width: 240px;
  min-width: 240px;
}

.hero-01__cta--assistant {
  width: 280px;
  min-width: 280px;
  white-space: nowrap;
}

.hero-01__cta > span {
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

.hero-01__cta::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -45%;
  left: -70%;
  width: 42%;
  height: 190%;
  transform: rotate(18deg);
  background: linear-gradient(105deg, transparent 10%, rgba(255,255,255,.12) 30%, rgba(255,255,255,.82) 50%, rgba(255,245,205,.26) 65%, transparent 85%);
  pointer-events: none;
}

.hero-01__cta:hover {
  transform: translateY(-2px) scale(1.015);
  filter: brightness(1.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.90), 0 10px 23px rgba(0,0,0,.70), 0 0 14px rgba(255,213,111,.48), 0 0 28px rgba(239,193,100,.17);
}

.hero-01__cta:hover::before {
  animation: hero01DefinitiveShimmer 650ms ease forwards;
}

.hero-01__cta:active {
  transform: translateY(0) scale(.985);
  filter: brightness(.98);
  transition-duration: 100ms;
}

.hero-01__cta:focus-visible {
  outline: 2px solid rgba(255,229,140,.88);
  outline-offset: 3px;
}

@keyframes hero01DefinitiveShimmer {
  from { left: -70%; }
  to { left: 135%; }
}

/* Escala proporcional del canvas desktop/tablet sin alterar el asset. */
@media (max-width: 1347px) and (min-width: 768px) {
  .hero-01 {
    min-height: 0;
  }

  .hero-01__eyebrow {
    left: 4.1543%;
    top: 6.2566%;
    font-size: clamp(12px, 1.4095vw, 19px);
  }

  .hero-01__headline-line {
    left: 3.8576%;
  }

  .hero-01__headline-line--white {
    top: 12.1951%;
    font-size: clamp(48px, 4.8961vw, 66px);
  }

  .hero-01__headline-line--gold {
    top: 20.2545%;
    font-size: clamp(50px, 5.0445vw, 68px);
  }

  .hero-01__claim {
    left: 4.0059%;
    top: 31.7073%;
    width: 30.0445%;
    font-size: clamp(25px, 2.6706vw, 36px);
  }

  .hero-01__product-copy {
    left: 4.0801%;
    top: 49.6288%;
    width: 25.2226%;
    font-size: clamp(16px, 1.7062vw, 23px);
  }

  .hero-01__description {
    left: 4.0801%;
    top: 62.7784%;
    width: 23.7389%;
    font-size: clamp(16px, 1.6320vw, 22px);
  }

  .hero-01__team-title {
    left: 73.2938%;
    top: 6.1506%;
    font-size: clamp(9px, .9644vw, 13px);
  }

  .hero-01__cta-area {
    left: 2.1513%;
    bottom: 3.3934%;
    gap: clamp(8px, .8902vw, 12px);
  }

  .hero-01__cta {
    height: clamp(42px, 3.8576vw, 52px);
    padding-inline: clamp(12px, 1.4837vw, 20px);
    font-size: clamp(11px, 1.1128vw, 15px);
  }

  .hero-01__cta--how {
    width: clamp(176px, 17.8042vw, 240px);
    min-width: clamp(176px, 17.8042vw, 240px);
  }

  .hero-01__cta--assistant {
    width: clamp(210px, 20.7715vw, 280px);
    min-width: clamp(210px, 20.7715vw, 280px);
  }
}

/* MOBILE: copy legible + asset vertical alternativo grande + CTAs. */
@media (max-width: 767px) {
  .hero-01 {
    min-height: 0;
    overflow: hidden;
  }

  .hero-01__canvas {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: none;
    overflow: hidden;
  }

  .hero-01__visual-container {
    order: 2;
    width: 100%;
    background: #000;
  }

  .hero-01__visual--desktop {
    display: none;
  }

  .hero-01__visual--mobile {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
  }

  .hero-01__overlay {
    position: static;
    inset: auto;
    display: contents;
    pointer-events: none;
  }

  .hero-01__copy {
    position: static;
    inset: auto;
    order: 1;
    width: 100%;
    padding: 42px 24px 30px;
    background: transparent;
    pointer-events: none;
  }

  .hero-01__eyebrow,
  .hero-01__headline,
  .hero-01__headline-line,
  .hero-01__claim,
  .hero-01__product-copy,
  .hero-01__description {
    position: static;
    inset: auto;
    width: auto;
    max-width: none;
    background: transparent;
    border: none;
    box-shadow: none;
  }

  .hero-01__eyebrow {
    margin-bottom: 24px;
    font-size: clamp(13px, 3.8vw, 16px);
    line-height: 1.25;
    white-space: normal;
  }

  .hero-01__headline {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .hero-01__headline-line {
    width: 122%;
    font-size: clamp(40px, 10.4vw, 46px);
    line-height: .95;
    letter-spacing: -1.4px;
    white-space: nowrap;
    transform: scaleX(.82);
    transform-origin: left center;
  }

  .hero-01__claim {
    margin-top: 34px;
    max-width: 365px;
    font-size: clamp(26px, 7vw, 30px);
    line-height: 1.2;
  }

  .hero-01__product-copy {
    margin-top: 34px;
    font-size: clamp(18px, 5vw, 21px);
    line-height: 1.2;
  }

  .hero-01__description {
    margin-top: 30px;
    max-width: 340px;
    font-size: clamp(17px, 4.5vw, 18px);
    line-height: 1.26;
  }

  .hero-01__team-title {
    display: none;
  }

  .hero-01__cta-area {
    position: static;
    inset: auto;
    order: 3;
    width: 100%;
    padding: 26px 20px 38px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    pointer-events: auto;
    background: transparent;
  }

  .hero-01__cta,
  .hero-01__cta--how,
  .hero-01__cta--assistant {
    width: 100%;
    min-width: 0;
    max-width: 340px;
    height: 52px;
    padding-inline: 16px;
    font-size: 14px;
    white-space: nowrap;
  }
}

@media (max-width: 390px) {
  .hero-01__copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-01__headline-line {
    font-size: clamp(40px, 10.4vw, 42px);
  }

  .hero-01__claim {
    font-size: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-01__cta,
  .hero-01__cta::before {
    animation: none !important;
    transition: none !important;
  }
}

/* Microcorrección técnica de unión HERO 01 / HERO 02.
   El asset desktop contiene 11 px claros ajenos al diseño en su borde inferior.
   Se ocultan proporcionalmente sin cambiar el tamaño/layout del canvas. */
@media (min-width: 768px) {
  .hero-01__visual-container {
    background: #000000;
    overflow: hidden;
  }

  .hero-01__visual--desktop {
    clip-path: inset(0 0 1.1665% 0);
  }
}
