.hero-content {
  display: grid;
  width: min(1180px, calc(100% - 36px));
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.58fr);
  gap: 58px;
  align-items: center;
}

.hero-copy {
  min-width: 0;
}

.hero h1 {
  max-width: 780px;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.hero-title {
  display: grid;
  gap: 12px;
}

.hero-title-brand,
.hero-title-line {
  display: block;
}

.hero-title-brand {
  font-size: clamp(54px, 6.2vw, 82px);
  line-height: 0.88;
  letter-spacing: -0.06em;
}

.hero-title-line {
  max-width: 720px;
  font-size: clamp(38px, 4.5vw, 58px);
  line-height: 1.04;
  letter-spacing: -0.055em;
}

.hero-lead {
  max-width: 680px;
}

.hero-metrics {
  max-width: 730px;
  gap: 12px;
}

.hero-metrics div {
  position: relative;
  display: grid;
  align-content: start;
  overflow: hidden;
  min-height: 146px;
  padding: 22px 22px 20px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.045)),
    radial-gradient(circle at 82% 18%, rgba(159, 224, 184, 0.18), transparent 36%);
  border: 1px solid rgba(159, 224, 184, 0.24);
  border-radius: 24px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 20px 56px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(14px);
}

.hero-metrics div::before {
  position: absolute;
  top: 0;
  right: 22px;
  left: 22px;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, #9fe0b8, rgba(201, 162, 74, 0.76), transparent);
  opacity: 0.9;
}

.hero-metrics div::after {
  position: absolute;
  right: -32px;
  bottom: -42px;
  width: 120px;
  height: 90px;
  content: "";
  background:
    linear-gradient(12deg, transparent 46%, rgba(159, 224, 184, 0.18) 47% 50%, transparent 51%),
    radial-gradient(circle at 74% 68%, rgba(255, 255, 255, 0.12), transparent 32%);
  border: 1px solid rgba(159, 224, 184, 0.08);
  border-radius: 55% 44% 0 0;
}

.hero-metrics small {
  display: inline-flex;
  width: max-content;
  margin-bottom: 18px;
  padding: 6px 10px;
  color: rgba(159, 224, 184, 0.82);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background: rgba(159, 224, 184, 0.08);
  border: 1px solid rgba(159, 224, 184, 0.14);
  border-radius: 999px;
}

.hero-metrics strong {
  color: #b7f2ca;
  font-size: clamp(24px, 2.15vw, 32px);
  line-height: 1.06;
  letter-spacing: -0.05em;
}

.hero-metrics .metric-compact {
  font-size: clamp(22px, 1.85vw, 28px);
  letter-spacing: -0.055em;
}

.hero-metrics span {
  max-width: 210px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.45;
}

.hero-summary {
  position: relative;
  display: grid;
  gap: 14px;
  padding: 10px 0 10px 34px;
}

.hero-summary::before {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 0;
  width: 1px;
  content: "";
  background: linear-gradient(180deg, #9fe0b8, rgba(201, 162, 74, 0.58), transparent);
}

.hero-summary::after {
  position: absolute;
  top: -80px;
  right: -80px;
  z-index: -1;
  width: 360px;
  height: 360px;
  content: "";
  opacity: 0.28;
  background:
    radial-gradient(circle at 42% 48%, rgba(159, 224, 184, 0.32), transparent 33%),
    radial-gradient(circle at 70% 70%, rgba(201, 162, 74, 0.18), transparent 28%);
  filter: blur(4px);
}

.hero-summary {
  --spark-top: 20px;
}

.hero-summary > div:first-child::after {
  position: absolute;
  top: -6px;
  left: -42px;
  width: 16px;
  height: 16px;
  content: "";
  background:
    radial-gradient(circle, #ffffff 0 16%, #b7f2ca 17% 38%, rgba(159, 224, 184, 0.18) 39% 70%, transparent 71%);
  border-radius: 50%;
  box-shadow:
    0 0 18px rgba(159, 224, 184, 0.72),
    0 0 42px rgba(201, 162, 74, 0.22);
  animation: heroSpark 4.8s ease-in-out infinite;
}

.hero-summary div {
  position: relative;
  padding: 18px 0;
}

.hero-summary div::before {
  position: absolute;
  top: 28px;
  left: -39px;
  width: 10px;
  height: 10px;
  content: "";
  background: #9fe0b8;
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(159, 224, 184, 0.1);
}

.hero-summary span {
  display: block;
  margin-bottom: 8px;
  color: #9fe0b8;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.hero-summary strong {
  display: block;
  color: #ffffff;
  font-size: 25px;
  letter-spacing: -0.04em;
}

.hero-summary p {
  max-width: 310px;
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.64);
}

@keyframes heroSpark {
  0% {
    opacity: 0;
    transform: translateY(0) scale(0.72);
  }

  12% {
    opacity: 1;
  }

  44% {
    opacity: 0.95;
    transform: translateY(145px) scale(1);
  }

  78% {
    opacity: 0.9;
    transform: translateY(316px) scale(0.9);
  }

  100% {
    opacity: 0;
    transform: translateY(360px) scale(0.68);
  }
}

@media (max-width: 1050px) {
  .hero-content {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .hero-summary {
    padding-left: 24px;
  }
}
