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

.detail-hero h1 {
  margin-inline: auto;
}

.detail-hero .hero-copy {
  margin-inline: auto;
  max-width: 60ch;
}

.detail-surface {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.video-shell {
  max-width: 920px;
  margin: 0 auto;
  border-radius: 0.92rem;
  overflow: hidden;
  background: #121419;
  box-shadow: 0 22px 42px rgba(16, 22, 20, 0.24);
}

.video-shell iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

.video-help {
  margin: 0.9rem auto 0;
  max-width: 920px;
  color: var(--muted);
  text-align: right;
}

.video-help a {
  color: #0f5f88;
}

.store-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.store-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0.8rem;
  padding: 0;
  background: transparent;
  box-shadow: none;
  transition: transform 0.2s ease;
}

.store-link:hover,
.store-link:focus-visible {
  transform: translateY(-2px);
}

.store-link:focus-visible {
  outline: 2px solid rgba(15, 118, 110, 0.45);
  outline-offset: 4px;
}

.store-link img {
  display: block;
  width: min(100%, 360px);
  height: auto;
  filter: drop-shadow(0 12px 24px rgba(16, 22, 20, 0.18));
}

.contact-panel.detail-copy {
  border: 0;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.66)),
    radial-gradient(circle at right top, #fef2d8, #effaf4);
  box-shadow: var(--shadow);
}

.detail-copy p {
  margin-top: 1rem;
  color: var(--muted);
}

.detail-actions {
  margin-top: 1.35rem;
}

@media (max-width: 760px) {
  .video-help {
    text-align: left;
  }
}
