/* HERO 05 — Resultados visibles en el Portal del dueño. */
.hero-05 {
  position: relative;
  isolation: isolate;
  width: 100%;
  margin: 0;
  padding: 86px 0 82px;
  overflow: hidden;
  background-color: #000000;
  color: #f7f4ee;
}

.hero-05::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(circle at 50% 31%, rgba(239, 193, 100, 0.095), transparent 28%),
    linear-gradient(180deg, #000000 0%, #030302 46%, #000000 100%);
  pointer-events: none;
}

.hero-05__intro {
  width: min(100% - 48px, 1120px);
  margin: 0 auto 44px;
  text-align: center;
}

.hero-05__eyebrow {
  margin: 0 0 16px;
  font-family: "Montserrat", Inter, Arial, sans-serif;
  font-size: clamp(12px, 1.15vw, 16px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: clamp(2px, 0.42vw, 5px);
  color: #efc164;
  text-transform: uppercase;
}

.hero-05__title {
  margin: 0;
  font-family: "Bodoni Moda", "Libre Bodoni", Didot, Georgia, serif;
  font-size: clamp(45px, 6.5vw, 86px);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: -1.4px;
  color: #f7f4ee;
  text-transform: uppercase;
}

.hero-05__title strong {
  display: block;
  margin-top: 6px;
  color: #ffe58c;
  font-size: 1.08em;
  font-weight: 600;
  text-shadow: 0 0 24px rgba(239, 193, 100, 0.24);
}

.hero-05__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 720px);
  margin: 24px auto 22px;
}

.hero-05__divider span {
  width: 44%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(239, 193, 100, 0.78));
}

.hero-05__divider span:last-child {
  background: linear-gradient(90deg, rgba(239, 193, 100, 0.78), transparent);
}

.hero-05__divider i {
  width: 8px;
  height: 8px;
  margin: 0 14px;
  background: #ffe58c;
  box-shadow: 0 0 16px rgba(255, 229, 140, 0.95);
  transform: rotate(45deg);
}

.hero-05__lead {
  max-width: 900px;
  margin: 0 auto;
  font-family: "Montserrat", Inter, Arial, sans-serif;
  font-size: clamp(17px, 1.72vw, 23px);
  font-weight: 400;
  line-height: 1.5;
  color: rgba(247, 244, 238, 0.92);
}

.hero-05__lead strong {
  color: #efc164;
  font-weight: 650;
}

.hero-05__portal {
  width: min(100% - 32px, 1536px);
  margin: 0 auto;
}

.hero-05__portal-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(239, 193, 100, 0.58);
  border-radius: 28px;
  background-color: #000000;
  box-shadow:
    0 0 44px rgba(239, 193, 100, 0.12),
    0 34px 80px rgba(0, 0, 0, 0.72),
    inset 0 0 24px rgba(239, 193, 100, 0.04);
  line-height: 0;
}

.hero-05__portal-frame::before,
.hero-05__portal-frame::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  width: 230px;
  height: 2px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, #ffe58c, transparent);
  box-shadow: 0 0 16px rgba(255, 229, 140, 0.76);
  pointer-events: none;
}

.hero-05__portal-frame::before {
  top: -1px;
}

.hero-05__portal-frame::after {
  bottom: -1px;
}

.hero-05__portal-label {
  position: absolute;
  z-index: 3;
  top: 22px;
  left: 24px;
  padding: 11px 16px;
  border: 1px solid rgba(239, 193, 100, 0.7);
  border-radius: 999px;
  background: rgba(2, 2, 2, 0.82);
  box-shadow: 0 0 18px rgba(239, 193, 100, 0.1);
  font-family: "Montserrat", Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
  color: #ffe58c;
}

.hero-05__portal-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #000000;
  object-fit: contain;
  image-rendering: auto;
  filter: none;
  transform: none;
}

.hero-05__caption {
  margin: 14px 18px 0;
  font-family: "Montserrat", Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
  color: rgba(247, 244, 238, 0.58);
  text-align: center;
}

.hero-05__proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(100% - 48px, 1280px);
  margin: 44px auto 0;
}

.hero-05__proof-item {
  position: relative;
  min-height: 190px;
  padding: 30px 28px 28px;
  border: 1px solid rgba(239, 193, 100, 0.34);
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0%, rgba(239, 193, 100, 0.07), transparent 38%),
    linear-gradient(180deg, rgba(14, 14, 13, 0.96), rgba(4, 4, 4, 0.99));
  box-shadow: inset 0 0 20px rgba(239, 193, 100, 0.025);
}

.hero-05__proof-item--featured {
  border-color: rgba(239, 193, 100, 0.78);
  box-shadow:
    0 0 26px rgba(239, 193, 100, 0.1),
    inset 0 0 22px rgba(239, 193, 100, 0.04);
}

.hero-05__proof-number {
  display: block;
  margin-bottom: 18px;
  font-family: "Bodoni Moda", "Libre Bodoni", Didot, Georgia, serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  color: #efc164;
}

.hero-05__proof-item h3 {
  margin: 0 0 10px;
  font-family: "Montserrat", Inter, Arial, sans-serif;
  font-size: clamp(15px, 1.28vw, 18px);
  font-weight: 750;
  line-height: 1.25;
  letter-spacing: 1.2px;
  color: #ffe58c;
}

.hero-05__proof-item p {
  margin: 0;
  font-family: "Montserrat", Inter, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
  color: rgba(247, 244, 238, 0.82);
}

.hero-05__truth {
  width: min(100% - 48px, 760px);
  margin: 34px auto 0;
  padding: 17px 24px;
  border-top: 1px solid rgba(239, 193, 100, 0.35);
  border-bottom: 1px solid rgba(239, 193, 100, 0.35);
  font-family: "Montserrat", Inter, Arial, sans-serif;
  font-size: clamp(13px, 1.2vw, 16px);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.5px;
  color: rgba(247, 244, 238, 0.82);
  text-align: center;
}

.hero-05__truth strong {
  color: #efc164;
  font-weight: 750;
  letter-spacing: 1.6px;
}

@media (max-width: 900px) {
  .hero-05 {
    padding-top: 66px;
  }

  .hero-05__title {
    font-size: clamp(43px, 8vw, 68px);
  }

  .hero-05__proof {
    gap: 14px;
  }

  .hero-05__proof-item {
    padding: 26px 22px 24px;
  }
}

@media (max-width: 767px) {
  .hero-05 {
    padding: 52px 0 62px;
  }

  .hero-05__intro {
    width: min(100% - 30px, 620px);
    margin-bottom: 28px;
  }

  .hero-05__eyebrow {
    margin-bottom: 14px;
    font-size: 11px;
    letter-spacing: 1.8px;
  }

  .hero-05__title {
    font-size: clamp(38px, 12vw, 52px);
    line-height: 1;
    letter-spacing: -0.7px;
  }

  .hero-05__divider {
    margin-block: 18px;
  }

  .hero-05__lead {
    font-size: 15px;
    line-height: 1.5;
  }

  .hero-05__lead strong {
    display: block;
    margin-top: 3px;
  }

  .hero-05__portal {
    width: 100%;
  }

  .hero-05__portal-frame {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .hero-05__portal-label {
    top: 10px;
    left: 10px;
    padding: 8px 10px;
    font-size: 8px;
    letter-spacing: 1.2px;
  }

  .hero-05__caption {
    margin-inline: 16px;
    font-size: 10px;
  }

  .hero-05__proof {
    grid-template-columns: 1fr;
    gap: 12px;
    width: min(100% - 30px, 560px);
    margin-top: 30px;
  }

  .hero-05__proof-item {
    min-height: 0;
    padding: 22px 20px;
  }

  .hero-05__proof-number {
    margin-bottom: 12px;
    font-size: 25px;
  }

  .hero-05__proof-item h3 {
    font-size: 15px;
  }

  .hero-05__proof-item p {
    font-size: 14px;
  }

  .hero-05__truth {
    width: min(100% - 30px, 560px);
    margin-top: 28px;
    padding-inline: 12px;
    font-size: 12px;
  }

  .hero-05__truth strong {
    display: block;
    margin-bottom: 2px;
  }
}
