.hypr-hero {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  padding: 110px 20px 84px;
}

.hypr-hero__container {
  position: relative;
  z-index: 2;
  max-width: 1220px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  gap: 72px;
  align-items: center;
}

.hypr-hero__mesh {
  position: absolute;
  inset: -10%;
  z-index: 0;
  filter: blur(88px);
  opacity: 0.78;
  pointer-events: none;
}

.hypr-blob {
  position: absolute;
  border-radius: 999px;
}

.hypr-blob--1 {
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(111, 37, 124, 0.34), transparent 70%);
  top: -120px;
  left: -120px;
}

.hypr-blob--2 {
  width: 460px;
  height: 460px;
  background: radial-gradient(circle, rgba(26, 18, 136, 0.22), transparent 70%);
  top: 8%;
  right: 2%;
}

.hypr-blob--3 {
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(229, 179, 100, 0.16), transparent 70%);
  bottom: -90px;
  left: 28%;
}

.hypr-blob--4 {
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(45, 202, 241, 0.13), transparent 70%);
  bottom: 8%;
  right: 22%;
}

.hypr-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(26, 18, 136, 0.08);
  color: #1a1288;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hypr-hero h1 {
  margin: 0;
  color: #171321;
  font-size: clamp(30px, 7vw, 98px);
  line-height: 0.96;
  letter-spacing: -0.045em;
  font-weight: 700;
}

.hypr-hero__rotator {
  position: relative;
  display: inline-grid;
  min-width: 13.5ch;
  height: 1.08em;
  vertical-align: top;
 
}

.hypr-hero__rotator {

  position: relative;

  display: inline-grid;

  min-width: 13.5ch;

  height: 1.08em;

  vertical-align: top;

  color: #1a1288;

}

.hypr-hero__rotator span {

  grid-area: 1 / 1;

  opacity: 0;

  white-space: nowrap;

  transform: translateY(22px);

  transition: opacity 0.55s ease, transform 0.55s ease;

  color: #1a1288;

}

.hypr-hero__rotator span.active {

  opacity: 1;

  transform: translateY(0);

  color: #1a1288;

}
}

.hypr-hero__copy {
  max-width: 620px;
  margin: 30px 0 0;
  color: #4f4f5f;
  font-size: 20px;
  line-height: 1.6;
}

.hypr-hero__buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.hypr-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 26px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.hypr-hero__btn--primary {
  background: #1a1288;
  color: #ffffff;
}

.hypr-hero__btn--secondary {
  background: #ffffff;
  color: #1a1288;
  border: 1px solid #dedbe8;
}

.hypr-hero__meta {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 36px;
  color: #6f6b7a;
  font-size: 14px;
}

.hypr-hero__meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hypr-hero__meta span::before {
  content: "✓";
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #26c485;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
}

.hypr-hero__visual {
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: 660px;
  margin-left: auto;
}

.hypr-hero__left-stack {
  flex: 1;
  min-width: 0;
  display: grid;
  gap: 16px;
}

.hypr-chat-card,
.hypr-risk-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #e8e6f1;
  box-shadow: 0 28px 64px rgba(26, 18, 136, 0.13);
}

.hypr-chat-card {
  border-radius: 24px;
  padding: 18px;
}

.hypr-chat-card__time,
.hypr-chat-card__system {
  text-align: center;
  color: #928ca3;
  font-size: 11px;
}

.hypr-chat-card__bubble {
  max-width: 84%;
  margin-top: 10px;
  padding: 10px 14px;
  border-radius: 14px;
  font-size: 13px;
  line-height: 1.35;
}

.hypr-chat-card__bubble--out {
  margin-left: auto;
  background: #171321;
  color: #ffffff;
  border-bottom-right-radius: 5px;
}

.hypr-chat-card__bubble--in {
  background: #f4f2fb;
  color: #171321;
  border-bottom-left-radius: 5px;
}

.hypr-chat-card__input {
  margin-top: 14px;
  border: 1px solid #ddd9ea;
  border-radius: 999px;
  padding: 8px 8px 8px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #9b95aa;
  font-size: 12px;
}

.hypr-chat-card__input button {
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 999px;
  background: #1a1288;
  color: #ffffff;
  cursor: pointer;
}

.hypr-risk-card {
  border-radius: 18px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.hypr-risk-card__score {
  width: 54px;
  height: 54px;
  border: 6px solid #eee9fb;
  border-top-color: #26c485;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  flex-shrink: 0;
}

.hypr-risk-card__score strong {
  color: #171321;
  font-size: 16px;
}

.hypr-risk-card__score span {
  color: #928ca3;
  font-size: 10px;
}

.hypr-risk-card__text strong {
  display: block;
  color: #171321;
  font-size: 15px;
}

.hypr-risk-card__text span {
  display: block;
  margin-top: 4px;
  color: #928ca3;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hypr-risk-card__status {
  margin-left: auto;
  text-align: right;
}

.hypr-risk-card__status span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #26c485;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hypr-risk-card__status span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #26c485;
}

.hypr-risk-card__status strong {
  display: block;
  margin-top: 8px;
  color: #171321;
  font-size: 14px;
}

.hypr-phone-card {
  width: 185px;
  flex: 0 0 185px;
  filter: drop-shadow(0 34px 54px rgba(26, 18, 136, 0.28));
  transform: translateY(-46px);
}

.hypr-phone-card img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 1040px) {
  .hypr-hero__container {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .hypr-hero__content {
    text-align: center;
  }

  .hypr-hero__copy {
    margin-left: auto;
    margin-right: auto;
  }

  .hypr-hero__buttons,
  .hypr-hero__meta {
    justify-content: center;
  }

  .hypr-hero__visual {
    margin: 0 auto;
  }
}

@media (max-width: 680px) {
  .hypr-hero {
    padding: 72px 18px;
  }

/*   .hypr-hero h1 {
    font-size: 52px;
  } */

  .hypr-hero__copy {
    font-size: 17px;
  }

  .hypr-hero__visual {
    display: grid;
    gap: 18px;
  }

  .hypr-phone-card {
    width: 210px;
    flex-basis: auto;
    transform: none;
    margin: 0 auto;
  }

  .hypr-risk-card {
    flex-wrap: wrap;
  }
}

/* @media (max-width: 500px) {
  .hypr-hero h1 {
    font-size: 40px;
  }
}

@media (max-width: 400px) {
  .hypr-hero h1 {
    font-size: 30px;
  }
} */