/* Product identity and buyer-priority refinements */
.product-title {
  max-width: 900px;
}

.product-title > span,
.product-title > em {
  display: block;
}

.product-title > span {
  color: var(--text);
  font-size: clamp(2.9rem, 6.8vw, 6.7rem);
  line-height: .94;
  letter-spacing: -.055em;
}

.product-title > em {
  max-width: 780px;
  margin-top: 20px;
  color: var(--teal);
  font-size: clamp(1.45rem, 3.2vw, 3rem);
  line-height: 1.08;
  letter-spacing: -.03em;
}

.hero-logo-panel {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: center;
  min-height: 520px;
  padding: clamp(34px, 6vw, 72px);
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 50% 38%, rgba(72, 224, 194, .12), transparent 38%),
    linear-gradient(150deg, rgba(15, 29, 42, .98), rgba(5, 14, 22, .98));
  box-shadow: var(--shadow);
  text-align: center;
}

.hero-logo-panel::before,
.hero-logo-panel::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero-logo-panel::before {
  inset: 22px;
  border: 1px solid rgba(72, 224, 194, .11);
  border-radius: calc(var(--radius-lg) - 8px);
}

.hero-logo-panel::after {
  width: 430px;
  height: 430px;
  border: 1px solid rgba(72, 224, 194, .08);
  border-radius: 50%;
  background-image:
    linear-gradient(rgba(72, 224, 194, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(72, 224, 194, .035) 1px, transparent 1px);
  background-size: 28px 28px;
  transform: rotate(10deg);
}

.hero-logo-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: clamp(170px, 24vw, 230px);
  height: clamp(170px, 24vw, 230px);
  padding: 16px;
  border: 1px solid rgba(72, 224, 194, .24);
  border-radius: 28px;
  background: rgba(3, 10, 16, .52);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .34), 0 0 50px rgba(72, 224, 194, .08);
}

.hero-logo {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 190px;
  max-height: 190px;
  object-fit: contain;
  object-position: center;
  border: 0;
  border-radius: 0;
}

.hero-logo-name,
.hero-logo-subtitle,
.hero-logo-points {
  position: relative;
  z-index: 1;
}

.hero-logo-name {
  margin-top: 28px;
  font-family: Outfit, sans-serif;
  font-size: clamp(1.35rem, 2.3vw, 2rem);
  font-weight: 700;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.hero-logo-subtitle {
  margin-top: 7px;
  color: var(--teal);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.hero-logo-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.hero-logo-points li {
  padding: .43rem .68rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .025);
  color: var(--text-soft);
  font-size: .72rem;
  font-weight: 700;
}

.priority-grid,
.buyer-priority-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.priority-card,
.buyer-priority-card {
  position: relative;
  min-height: 250px;
  padding: 27px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, var(--surface-2), var(--surface));
}

.priority-card::after,
.buyer-priority-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--teal), transparent);
  opacity: .65;
}

.priority-rank {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 25px;
  border: 1px solid rgba(72, 224, 194, .28);
  border-radius: 12px;
  background: rgba(72, 224, 194, .08);
  color: var(--teal);
  font-family: Outfit, sans-serif;
  font-size: .75rem;
  font-weight: 800;
}

.priority-card h3,
.buyer-priority-card h3 {
  font-size: 1.22rem;
}

.priority-card p,
.buyer-priority-card p {
  margin-top: 12px;
  color: var(--text-soft);
  font-size: .88rem;
}

.priority-card ul,
.buyer-priority-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.priority-card li,
.buyer-priority-card li {
  padding: .34rem .57rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--text-muted);
  font-size: .67rem;
  font-weight: 700;
}

.buyer-priority-section {
  padding-top: 28px;
}

.buyer-priority-intro {
  max-width: 820px;
  margin-bottom: 30px;
}

.buyer-priority-intro p:last-child {
  margin-top: 14px;
  color: var(--text-soft);
}

.feature-jump-prioritized a:nth-child(-n+6) {
  border-color: rgba(72, 224, 194, .3);
  color: var(--text);
}

@media (max-width: 1120px) {
  .hero-logo-panel {
    width: min(100%, 760px);
    min-height: 440px;
    margin-inline: auto;
  }

  .priority-grid,
  .buyer-priority-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 650px) {
  .product-title > span {
    font-size: clamp(2.8rem, 15vw, 4.4rem);
  }

  .product-title > em {
    font-size: clamp(1.35rem, 7vw, 2.1rem);
  }

  .hero-logo-panel {
    min-height: 390px;
    padding: 36px 24px;
  }

  .hero-logo-panel::after {
    width: 330px;
    height: 330px;
  }

  .hero-logo-wrap {
    width: 180px;
    height: 180px;
  }

  .priority-grid,
  .buyer-priority-grid {
    grid-template-columns: 1fr;
  }

  .priority-card,
  .buyer-priority-card {
    min-height: auto;
  }
}
