/* ==========================================================================
   VOLTRA Synth for iPad — shares the macOS VOLTRA page's red/dark identity
   (no new accent color), reusing am-world-2026.css components. This file
   only carries the handful of things unique to this page: the skin
   comparison strip, the pre-launch hero/CTA state and the privacy block.
   ========================================================================= */

.am-ipad-hero {
  position: relative;
  padding: clamp(140px, 16vw, 200px) 0 64px;
  overflow: hidden;
}

.am-ipad-hero-copy {
  max-width: 760px;
}

.am-ipad-hero-copy h1 {
  margin: 0.2em 0 0.3em;
  font-size: clamp(3rem, 6.4vw, 5.6rem);
  font-weight: 500;
  line-height: 0.96;
}

.am-ipad-hero-copy > p {
  max-width: 58ch;
  color: var(--am-muted);
  font-size: 1.08rem;
  line-height: 1.62;
}

.am-ipad-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  margin-top: 8px;
}

/* Four-skin comparison strip. */
.am-skin-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--am-line);
  border: 1px solid var(--am-line);
}

.am-skin-strip figure {
  margin: 0;
  background: var(--am-panel);
}

.am-skin-strip img {
  display: block;
  width: 100%;
  height: auto;
}

.am-skin-strip figcaption {
  padding: 14px 16px;
  border-top: 1px solid var(--am-line);
  color: var(--am-paper);
  font-size: 0.86rem;
  font-weight: 500;
}

@media (max-width: 900px) {
  .am-skin-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* Privacy block — a product feature, not a legal footnote. */
.am-ipad-privacy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.4fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid var(--am-line);
  background: var(--am-panel);
}

.am-ipad-privacy h2 {
  margin: 0 0 14px;
  font-size: 1.6rem;
  font-weight: 500;
}

.am-ipad-privacy p {
  margin: 0 0 14px;
  color: var(--am-muted);
  line-height: 1.65;
}

.am-ipad-privacy p:last-child { margin-bottom: 0; }

.am-ipad-privacy-links {
  display: grid;
  gap: 12px;
  align-content: start;
}

@media (max-width: 760px) {
  .am-ipad-privacy { grid-template-columns: 1fr; }
}

/* Pre-launch closing block — brand statement, no purchase CTA. */
.am-ipad-close {
  padding: clamp(64px, 9vw, 120px) 0;
  text-align: center;
  border-top: 1px solid var(--am-line);
}

.am-ipad-close h2 {
  max-width: 20ch;
  margin: 0 auto 18px;
  font-size: clamp(2rem, 4.4vw, 3.2rem);
  font-weight: 500;
  line-height: 1.1;
}

.am-ipad-close p {
  max-width: 52ch;
  margin: 0 auto 32px;
  color: var(--am-muted);
  line-height: 1.6;
}

.am-ipad-close-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}
