.hero h1 .final-line {
  display: flex;
  align-items: baseline;
  gap: .12em;
}

.hero h1 small {
  font: inherit;
  font-size: .72em;
  letter-spacing: -.04em;
}

.hero h1 .final-line em {
  font-size: 1.42em;
  line-height: .82;
}

.lead-promise {
  display: grid;
  gap: .15rem;
}

.lead-promise strong {
  color: var(--gold);
  font-size: 1.25em;
  letter-spacing: .03em;
}

.lead-promise span,
.lead-promise small {
  display: block;
}

.lead-promise small {
  color: var(--muted);
  font-size: .78em;
}

.hero-copy {
  text-align: center;
}

.hero h1 .final-line,
.hero-actions,
.proof-strip {
  justify-content: center;
}

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

.hero-actions {
  flex-wrap: wrap;
}

@media (max-width: 520px) {
  .hero-actions {
    align-items: center;
  }
}

.styles-showcase {
  background: #090b0f;
  overflow: hidden;
}

.styles-grid {
  display: grid;
  grid-template-columns: 1.22fr repeat(3, 1fr);
  gap: 16px;
  margin-top: 58px;
}

.styles-grid figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--card);
}

.styles-grid .style-original {
  grid-row: span 2;
}

.styles-grid img {
  display: block;
  width: 100%;
  height: 310px;
  object-fit: cover;
  object-position: center 42%;
}

.styles-grid .style-original img {
  height: 674px;
}

.styles-grid figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(9, 11, 15, .9);
  color: var(--text);
  font-size: .82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.styles-grid .style-original figcaption {
  background: var(--gold);
  color: #090b0f;
}

.styles-message {
  margin: 38px 0 0;
  color: var(--gold);
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.price sup {
  font-size: .34em;
  letter-spacing: 0;
  vertical-align: super;
}

.license-note {
  display: block;
  max-width: 470px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: .76rem;
  line-height: 1.45;
  text-align: center;
}

@media (max-width: 850px) {
  .styles-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .styles-grid .style-original {
    grid-column: span 2;
    grid-row: auto;
  }
  .styles-grid .style-original img {
    height: 520px;
  }
}

@media (max-width: 520px) {
  .styles-grid {
    gap: 10px;
  }
  .styles-grid img {
    height: 240px;
  }
  .styles-grid .style-original img {
    height: 420px;
  }
}
