.lentera-hero {
  position: relative;
  min-height: 760px;
  padding: 190px 0 105px;
  overflow: hidden;
  background:
    radial-gradient(circle at 77% 28%, rgba(80, 145, 255, .24), transparent 29%),
    radial-gradient(circle at 18% 90%, rgba(115, 92, 255, .18), transparent 28%),
    linear-gradient(135deg, #071b39 0%, #0b2c5c 57%, #102450 100%);
}

.lentera-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: .18;
  background-image:
    linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .65), transparent 80%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .65), transparent 80%);
}

.lentera-hero .container {
  position: relative;
  z-index: 1;
}

.hero-copy {
  max-width: 610px;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 24px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  color: #dceaff;
  background: rgba(255, 255, 255, .08);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .03em;
  backdrop-filter: blur(8px);
}

.hero-eyebrow span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #70a7ff;
  box-shadow: 0 0 0 5px rgba(112, 167, 255, .14);
}

.hero-copy h1 {
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(44px, 5vw, 70px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.045em;
}

.hero-copy h1 em {
  color: #7fb3ff;
  font-style: normal;
}

.hero-copy > p {
  max-width: 555px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, .72);
  font-size: 17px;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 13px;
  margin-bottom: 38px;
}

.hero-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 600;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}

.hero-action:hover {
  transform: translateY(-2px);
}

.hero-action-primary,
.hero-action-primary:hover {
  color: #0a2651;
  background: #fff;
}

.hero-action-secondary,
.hero-action-secondary:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .08);
}

.hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-highlights li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, .68);
  font-size: 13px;
}

.hero-highlights i {
  color: #7fb3ff;
}

.hero-video-wrap {
  position: relative;
  max-width: 540px;
  margin-left: auto;
}

.hero-video-glow {
  position: absolute;
  inset: 12% 8%;
  border-radius: 50%;
  background: rgba(62, 129, 255, .52);
  filter: blur(80px);
}

.hero-video-card {
  position: relative;
  padding: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 30px;
  background: rgba(255, 255, 255, .09);
  box-shadow: 0 35px 90px rgba(0, 7, 24, .42);
  backdrop-filter: blur(18px);
  transform: rotate(1.5deg);
}

.hero-video-card video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 22px;
  background: #061a3a;
  object-fit: cover;
}

.hero-video-label {
  position: absolute;
  right: 28px;
  bottom: 28px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 13px;
  color: #fff;
  background: rgba(4, 21, 50, .78);
  font-size: 12px;
  font-weight: 500;
  backdrop-filter: blur(12px);
}

.hero-video-label i {
  color: #77acff;
}

@media (max-width: 991px) {
  .lentera-hero {
    padding: 145px 0 85px;
  }

  .hero-copy {
    max-width: 720px;
    margin: 0 auto 56px;
    text-align: center;
  }

  .hero-copy > p {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-actions,
  .hero-highlights {
    justify-content: center;
  }

  .hero-video-wrap {
    max-width: 510px;
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .lentera-hero {
    min-height: auto;
    padding: 125px 0 70px;
  }

  .hero-eyebrow {
    margin-bottom: 18px;
    font-size: 11px;
  }

  .hero-copy h1 {
    margin-bottom: 18px;
    font-size: 40px;
  }

  .hero-copy > p {
    margin-bottom: 28px;
    font-size: 15px;
    line-height: 1.7;
  }

  .hero-actions {
    gap: 10px;
    margin-bottom: 28px;
  }

  .hero-action {
    flex: 1 1 140px;
    padding: 0 17px;
  }

  .hero-highlights {
    gap: 8px 14px;
  }

  .hero-video-card {
    border-radius: 23px;
    transform: none;
  }

  .hero-video-card video {
    border-radius: 16px;
  }

  .hero-video-label {
    right: 22px;
    bottom: 22px;
  }
}
