.hero .hero-grid-clean {
  display: grid;
  max-width: 1240px;
  grid-template-columns: minmax(0, .92fr) minmax(440px, 1.08fr);
  gap: clamp(48px, 6vw, 88px);
  align-items: center;
  text-align: left;
}

.hero-grid-clean .hero-copy {
  max-width: 650px;
  margin: 0;
}

.hero-grid-clean .hero-badge {
  margin: 0 0 26px;
}

.hero-grid-clean h1 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(3.6rem, 5.8vw, 6rem);
  line-height: .94;
  letter-spacing: -.06em;
}

.hero-grid-clean .lead {
  max-width: 650px;
  margin: 30px 0 0;
  font-size: clamp(1.08rem, 1.5vw, 1.25rem);
}

.hero-grid-clean .btn-row,
.hero-grid-clean .hero-assurances {
  justify-content: flex-start;
}

.hero-grid-clean .hero-assurances {
  max-width: 680px;
  gap: 12px 22px;
}

.hero:has(.hero-grid-clean) {
  min-height: 700px;
  padding: 82px 0;
  background:
    radial-gradient(circle at 12% 22%, rgba(92, 29, 224, .08), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(0, 200, 83, .07), transparent 30%),
    #fff;
}

.hero:has(.hero-grid-clean)::after {
  opacity: .12;
  background-size: 52px 52px;
}

.hero-visual-pro {
  position: relative;
  min-width: 0;
  margin: 0;
  border: 1px solid rgba(92, 29, 224, .16);
  border-radius: 28px;
  overflow: hidden;
  background: #0d0c14;
  box-shadow: 0 32px 80px rgba(27, 19, 54, .18), 0 8px 24px rgba(27, 19, 54, .1);
}

.hero-visual-pro::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(7, 6, 12, .82) 100%);
  pointer-events: none;
}

.hero-visual-pro img {
  display: block;
  width: 100%;
  aspect-ratio: 1.23 / 1;
  object-fit: cover;
  object-position: 60% center;
}

.hero-visual-pro figcaption {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px 10px;
  align-items: center;
  padding: 17px 19px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 16px;
  color: #fff;
  background: rgba(19, 13, 39, .72);
  backdrop-filter: blur(14px);
}

.hero-visual-pro figcaption > span {
  grid-row: 1 / 3;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #00c853;
  box-shadow: 0 0 0 6px rgba(0,200,83,.15);
}

.hero-visual-pro figcaption strong { font-size: .95rem; }
.hero-visual-pro figcaption small { color: rgba(255,255,255,.72); }

@media (max-width: 980px) {
  .hero .hero-grid-clean {
    grid-template-columns: 1fr;
    max-width: 760px;
    text-align: center;
  }

  .hero-grid-clean .hero-copy { max-width: 760px; margin: 0 auto; }
  .hero-grid-clean .hero-badge { margin-inline: auto; }
  .hero-grid-clean h1,
  .hero-grid-clean .lead { margin-inline: auto; }
  .hero-grid-clean .btn-row,
  .hero-grid-clean .hero-assurances { justify-content: center; }
  .hero-visual-pro { width: 100%; max-width: 680px; margin-inline: auto; }
  .hero-visual-pro img { aspect-ratio: 16 / 10; }
}

@media (max-width: 560px) {
  .hero:has(.hero-grid-clean) { padding: 64px 0 56px; }
  .hero-grid-clean h1 { font-size: clamp(3rem, 14vw, 4.25rem); }
  .hero-visual-pro { border-radius: 20px; }
  .hero-visual-pro figcaption { right: 14px; bottom: 14px; left: 14px; padding: 14px 15px; }
}
