.mnemex-brand {
  width: 168px;
}

.mnemex-brand img {
  width: 100%;
  height: auto;
  display: block;
}

.mnemex-hero {
  grid-template-columns: 1fr;
  align-items: center;
}

.mnemex-hero .hero-copy {
  width: min(100%, 920px);
}

.mnemex-hero .eyebrow {
  margin-bottom: 22px;
}

.mnemex-hero .hero-lede {
  max-width: 790px;
  margin-bottom: 0;
  font-size: clamp(34px, 5.2vw, 74px);
  font-weight: 900;
  line-height: 0.98;
  color: var(--ink);
}

.mnemex-hero .hero-sublede {
  max-width: 760px;
  margin: 22px 0 0;
  color: var(--ink-soft);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 650;
  line-height: 1.38;
}

.brand-highlight {
  display: inline;
  background: linear-gradient(90deg, var(--blue), #078d9d 54%, var(--green));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.mnemex-hero .hero-audience {
  max-width: 760px;
}

.mnemex-hero .hero-metrics {
  width: min(100%, 880px);
}

.mnemex-grid .outcome-card {
  min-height: 318px;
}

.mnemex-grid .outcome-card h3 {
  min-height: 104px;
}

.featured-product {
  border-color: rgba(34, 214, 79, 0.42);
  background:
    radial-gradient(circle at 84% 12%, rgba(34, 214, 79, 0.2), transparent 34%),
    linear-gradient(135deg, rgba(7, 85, 184, 0.08), rgba(255, 255, 255, 0.78) 42%, rgba(34, 214, 79, 0.12)),
    var(--surface-strong);
  box-shadow:
    0 26px 78px rgba(24, 36, 54, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.featured-product > span {
  padding: 8px 11px;
  border: 1px solid rgba(34, 214, 79, 0.38);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

.featured-product h3 strong {
  background: linear-gradient(90deg, var(--blue), #078d9d 54%, var(--green));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.featured-product > p {
  max-width: 560px;
  color: #34313e;
  font-size: 17px;
}

.featured-product .product-link {
  width: fit-content;
  margin-top: 18px;
}

.alphashelf-cta {
  position: relative;
  min-height: 50px;
  padding: 13px 22px;
  border-color: rgba(34, 214, 79, 0.78);
  color: #ffffff;
  background: linear-gradient(90deg, var(--blue), #078d9d 58%, var(--green));
  box-shadow: 0 18px 44px rgba(7, 85, 184, 0.18);
  overflow: hidden;
}

.alphashelf-cta::after {
  content: ">";
  margin-left: 10px;
  font-weight: 950;
  transition: transform 160ms ease;
}

.alphashelf-cta:hover {
  color: #ffffff;
  border-color: rgba(34, 214, 79, 0.92);
  transform: translateY(-2px);
  box-shadow: 0 22px 54px rgba(7, 85, 184, 0.24);
}

.alphashelf-cta:hover::after {
  transform: translateX(3px);
}

.process-panel {
  position: relative;
  background:
    radial-gradient(circle at 14% 10%, rgba(7, 85, 184, 0.12), transparent 32%),
    radial-gradient(circle at 88% 0%, rgba(34, 214, 79, 0.16), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.58));
}

.process-panel::before {
  content: "";
  position: absolute;
  left: 44px;
  right: 44px;
  top: 168px;
  height: 2px;
  background: linear-gradient(90deg, var(--blue), rgba(34, 214, 79, 0.72));
  opacity: 0.32;
}

.process-panel .review-bar {
  min-height: 72px;
  padding: 0 26px;
  background:
    linear-gradient(90deg, rgba(7, 85, 184, 0.08), rgba(34, 214, 79, 0.1)),
    rgba(255, 255, 255, 0.64);
}

.process-panel .review-bar strong {
  font-size: 18px;
}

.process-panel .review-summary {
  position: relative;
  padding: 22px;
  gap: 16px;
}

.process-panel .review-summary article {
  position: relative;
  min-height: 220px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.62));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.process-panel .review-summary article::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 28px;
  width: 14px;
  height: 14px;
  border: 4px solid rgba(255, 255, 255, 0.86);
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--green));
  box-shadow: 0 0 0 1px rgba(47, 45, 57, 0.08), 0 12px 26px rgba(7, 85, 184, 0.18);
}

.process-panel .review-summary span {
  position: absolute;
  right: 24px;
  top: 22px;
  margin: 0;
  color: rgba(47, 45, 57, 0.08);
  font-size: 58px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0;
}

.process-panel .review-summary strong {
  font-size: 28px;
}

.process-panel .review-summary p {
  max-width: 28ch;
}

.process-panel .diligence-grid {
  padding: 0 22px 22px;
  gap: 10px;
}

.process-panel .diligence-grid span {
  min-height: 56px;
  border-color: rgba(47, 45, 57, 0.1);
  background: rgba(255, 255, 255, 0.54);
  color: #34313e;
  font-size: 14px;
  font-weight: 720;
}

@media (max-width: 720px) {
  .mnemex-brand {
    width: 132px;
  }

  .mnemex-hero .hero-copy {
    width: min(100%, calc(100vw - 60px));
    max-width: calc(100vw - 60px);
    min-width: 0;
  }

  .mnemex-hero .hero-lede {
    width: min(100%, calc(100vw - 60px));
    max-width: calc(100vw - 60px);
    font-size: clamp(28px, 7.8vw, 32px);
    line-height: 1.02;
    overflow-wrap: anywhere;
  }

  .mnemex-hero .hero-sublede,
  .mnemex-hero .hero-audience {
    width: min(100%, calc(100vw - 60px));
    max-width: calc(100vw - 60px);
    overflow-wrap: anywhere;
  }

  .process-panel::before {
    display: none;
  }

  .process-panel .review-summary article {
    min-height: 190px;
  }
}
