.header-cta {
  border: 0;
  border-radius: 11px;
  padding: 11px 17px;
  background: var(--ink);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.discovery-card {
  max-width: 1160px;
  margin: 88px auto;
  padding: 42px 50px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #f4f5f7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}

.discovery-card h2 {
  margin: 8px 0 0;
  font-family: Georgia, serif;
  font-size: 36px;
  line-height: 1;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.discovery-card p:not(.kicker) {
  max-width: 680px;
  color: var(--muted);
  line-height: 1.65;
}

.brand-tile {
  width: 90px;
  height: 90px;
  border: 8px solid #fff;
  border-radius: 25px;
  background: var(--ink);
  display: grid;
  place-items: center;
  box-shadow: var(--shadow);
}

.brand-tile .mark {
  width: 100%;
  height: 100%;
  box-shadow: none;
}

.brand-tile svg { width: 53px; }

.product-card.mystery-feature {
  grid-column: 1 / -1;
  min-height: 245px;
  padding: 32px 34px 32px 122px;
  background: linear-gradient(115deg, #fff 0%, #fff 64%, var(--tint) 100%);
}

.product-card.mystery-feature .product-icon {
  position: absolute;
  left: 34px;
  top: 57px;
  width: 64px;
  height: 64px;
  margin: 0;
  border: 2px solid var(--accent);
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 35px;
}

.product-card.mystery-feature h3 { margin-top: 30px; font-size: 29px; }
.product-card.mystery-feature p { max-width: 680px; font-size: 15px; }
.product-card.mystery-feature strong { left: 122px; }

/* Nine established products form a balanced 3×3 directory. The first row
   intentionally groups ListingArchitect, QRHosts, and ScanToPromo. */
.live-grid { grid-template-columns: repeat(3, 1fr); }

@media (max-width: 1000px) {
  .live-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .live-grid { grid-template-columns: 1fr; }
  .header-cta { padding: 9px 11px; font-size: 12px; }
  .discovery-card { margin: 65px 15px; padding: 30px 23px; }
  .brand-tile { display: none; }
  .product-card.mystery-feature { min-height: 315px; padding: 28px; background: linear-gradient(145deg,#fff 55%,var(--tint)); }
  .product-card.mystery-feature .product-icon { position: static; width: 54px; height: 54px; margin-top: 22px; font-size: 27px; }
  .product-card.mystery-feature h3 { margin-top: 24px; font-size: 23px; }
  .product-card.mystery-feature p { font-size: 14px; }
  .product-card.mystery-feature strong { left: 28px; }
}

@media (max-width: 360px) {
  .header-cta { padding: 8px 9px; font-size: 11px; }
}
