/* hero — generado por refactor modular (verbatim de styles.css) */

.hero {
  position: relative;
  width: 100%;
  height: clamp(600px, 56.15vw, 767px);
  overflow: hidden;
}
.hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}
.hero__character {
  position: absolute;
  bottom: 0;
  right: -2%;
  height: 94%;
  width: auto;
  object-fit: contain;
  z-index: 2;
  pointer-events: none;
}
.hero__strip {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(to bottom, transparent 0%, rgba(3, 19, 13, 0.75) 55%, var(--bg) 100%);
  z-index: 3;
}
.hero__wrap {
  position: relative;
  z-index: 4;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 80px;
}
.hero__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 28px;
  max-width: 600px;
}
.hero__title {
  width: 582px;
  max-width: 100%;
  height: auto;
}
.hero__subtitle {
  font-family: var(--font-sora);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: var(--white);
  max-width: 580px;
}
.hero__buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.hero__buttons .btn { min-width: 240px; }
.hero__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0 30px;
}
.hero__info-item { display: flex; align-items: center; gap: 12px; }
.hero__info-icon { width: 48px; height: 48px; flex-shrink: 0; }
.hero__info-text { display: flex; flex-direction: column; line-height: 1.25; white-space: nowrap; }
.hero__info-label { font-family: var(--font-mont); font-weight: 700; font-size: 16px; }
.hero__info-value { font-family: var(--font-mont); font-weight: 500; font-size: 15px; color: var(--white-75); }
@media (min-width: 601px) {
  .hero__subtitle { display: none; }
}
@media (max-width: 900px) {
  .hero { height: auto; min-height: 600px; }
  .hero__wrap { padding-bottom: 24px; }
  .hero__character { opacity: 0.45; right: -22%; }
  .hero__info { flex-wrap: wrap; gap: 18px 30px; }
}
@media (max-width: 600px) {
  .hero {
    height: auto;
    min-height: 735px;
    overflow: hidden;
    background: #03130D;
  }
  .hero__bg {
    object-position: center 18%;
  }
  .hero__character {
    opacity: 1;
    top: clamp(250px, 66vw, 292px);
    left: 50%;
    right: auto;
    bottom: auto;
    width: min(142vw, 545px);
    height: auto;
    object-fit: contain;
    object-position: center;
    transform: translateX(-50%) scale(1.35);
    transform-origin: center top;
  }
  .hero__strip {
    height: 58%;
    background: linear-gradient(to bottom, transparent 0%, rgba(3, 19, 13, 0.28) 35%, var(--bg) 100%);
  }
  .hero__wrap {
    min-height: 735px;
    padding-top: 54px;
    padding-bottom: 0;
    gap: 0;
  }
  .hero__content {
    flex: none;
    max-width: none;
    gap: 12px;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
  }
  .hero__title { width: min(326px, 100%); max-width: 100%; }
  .hero__subtitle {
    width: min(318px, 100%);
    max-width: none;
    font-size: 14.5px;
    line-height: 1.42;
  }
  .hero__buttons {
    width: min(274px, 100%);
    flex-direction: column;
    gap: 12px;
    margin-top: clamp(408px, 113vw, 480px);
  }
  .hero__buttons .btn {
    position: relative;
    width: 100%;
    min-width: 0;
    height: 56px;
    border-radius: 999px;
    font-size: 15px;
  }
  .hero__buttons .btn__arrow {
    position: absolute;
    right: 28px;
  }
  .hero__buttons .btn--ghost {
    display: inline-flex;
    background: rgba(3, 19, 13, 0.2);
    border-color: rgba(255, 255, 255, 0.9);
    color: var(--white);
  }
  .hero__info {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    width: 100vw;
    margin: 28px 0 0 calc(50% - 50vw);
    padding: 28px max(36px, calc((100vw - 246px) / 2)) 30px;
    background: #030F0F;
  }
  .hero__info-item:nth-child(1) { order: 1; }
  .hero__info-item:nth-child(2) { order: 3; }
  .hero__info-item:nth-child(3) { order: 2; }
  .hero__info-item:nth-child(4) { order: 4; }
  .hero__info-item { min-width: 0; gap: 18px; align-items: center; }
  .hero__info-icon { width: 42px; height: 42px; }
  .hero__info-text { white-space: normal; min-width: 0; }
  .hero__info-label { font-size: 15px; line-height: 1.1; }
  .hero__info-value { font-size: 14px; color: var(--white); line-height: 1.25; }
}
@media (min-width: 901px) and (max-height: 820px) {
  .hero { height: auto; }
  .hero__wrap { height: auto; padding-top: 86px; padding-bottom: 12px; }
  .hero__content { flex: 0 1 auto; justify-content: flex-start; gap: 14px; }
  .hero__title { width: clamp(360px, 35vw, 500px); }
  .hero__subtitle { font-size: 16px; max-width: 560px; }
  .hero__buttons { gap: 12px; }
  .hero__info { padding: 16px 0 18px; }
  .hero__info-icon { width: 44px; height: 44px; }
}
