/* Product choices share the page grid with demos and comparison. */
.hero.hero-choices {
  display: block;
  min-height: 0;
  padding-top: 28px;
  padding-bottom: 30px;
}
.hero-choices .hero-copy {
  max-width: var(--page);
  margin: 0 auto 24px;
  text-align: left;
}
.hero-choices .eyebrow { margin-bottom: 12px; text-align: left; }
.hero-choices h1 {
  max-width: none;
  margin-bottom: 14px;
  font-size: clamp(42px, 4vw, 58px);
  line-height: 1.05;
}
.hero-choices .hero-lede {
  max-width: none;
  font-size: 19px;
}
.entry-choices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  max-width: var(--page);
  margin-inline: auto;
}
.entry-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 2px solid var(--carbon);
  border-radius: 24px;
  box-shadow: 0 7px 0 var(--carbon);
  scroll-margin-top: 96px;
}
.entry-worlds { background: var(--amethyst); color: var(--ivory); }
.entry-pro { background: var(--coral); color: var(--carbon); }
.entry-scene { position: relative; margin: 0; background: var(--carbon); }
.entry-scene > img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }
.entry-scene figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px 9px;
  background: rgba(29, 29, 27, .88);
  color: var(--ivory);
  font-size: 9px;
  line-height: 1.4;
}
.entry-copy { display: flex; flex: 1; flex-direction: column; padding: 20px; }
.entry-copy h2 {
  margin: 0 0 12px;
  font-size: clamp(30px, 2.7vw, 38px);
  line-height: 1;
  letter-spacing: -.015em;
}
.entry-copy p { max-width: 450px; margin: 0 0 14px; font-size: 15px; line-height: 1.5; }
.entry-copy .entry-button {
  position: relative;
  overflow: visible;
  text-align: left;
  gap: 10px;
  justify-content: space-between;
  width: 100%;
  min-height: 64px;
  margin-top: 14px;
  padding: 14px 18px;
  border-radius: 12px;
  background: var(--carbon);
  color: var(--ivory);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
}
.platform-icon { display: block; flex: none; }
.entry-button-end { display: inline-flex; align-items: center; gap: 8px; flex: none; }
.roblox-icon { display: block; flex: none; }
.entry-worlds .entry-button,
.entry-pro .entry-button {
  margin-top: auto;
  min-height: 64px;
  justify-content: flex-end;
  padding: 14px 12px 14px 46%;
}
.entry-worlds .entry-button { background: var(--ivory); color: var(--carbon); }
.entry-card .entry-copy p { margin-bottom: 110px; }
.entry-worlds-button-logo,
.entry-pro-button-logo {
  position: absolute;
  left: -3%;
  top: 0;
  transform: translateY(-64%);
  width: 48%;
  height: auto;
  pointer-events: none;
}
.entry-pro-button-logo { width: 38%; transform: translateY(-60%); }
.entry-worlds-button-label, .entry-pro-button-label { display: inline-flex; align-items: center; gap: 7px; white-space: normal; font-size: 22px; font-weight: 700; line-height: 1.15; }
.entry-worlds-button-label .roblox-icon, .entry-pro-button-label .platform-icon { width: 1.15em; height: 1.15em; }
.entry-pro .entry-button:hover { background: var(--carbon-hover); }
.entry-worlds .entry-button:hover { background: white; }
.hero-choices .hero-proof { justify-content: flex-start; max-width: var(--page); margin: 0 auto 18px; font-size: 13px; }
@media (max-width: 760px) {
  .hero.hero-choices { padding: 30px 20px; }
  .hero-choices .hero-copy { margin-bottom: 24px; }
  .hero-choices h1 { font-size: clamp(39px, 9vw, 56px); }
  .hero-choices .hero-lede { font-size: 16px; }
  .entry-choices { grid-template-columns: 1fr; gap: 26px; }
  .entry-copy { padding: 22px 20px; }
  .entry-button-end { gap: 5px; }
  .roblox-icon { width: 22px; height: 22px; }
  .entry-copy h2 { font-size: 36px; }
  .entry-copy .entry-button { font-size: 15px; padding-inline: 14px; }
  .entry-card .entry-copy .entry-button { padding: 12px 10px 12px 46%; min-height: 64px; }
  .entry-worlds-button-label, .entry-pro-button-label { gap: 5px; font-size: 18px; }
  .hero-choices .hero-proof { gap: 12px 16px; font-size: 11px; }
}
