/* Luna-only landing extras on top of SummarizAI landing.css */

.hero-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
}

.hero-video-frame {
  border-radius: 22px;
  overflow: hidden;
  background: #111114;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  border: 1px solid var(--border);
}

.luna-hero-demo {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  min-height: 340px;
}

.pricing-grid.luna-plans {
  grid-template-columns: 1fr;
  max-width: 1080px;
  margin-inline: auto;
}

@media (min-width: 640px) {
  .pricing-grid.luna-plans {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 960px) {
  .pricing-grid.luna-plans {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.price-card.featured {
  border-color: rgba(10, 132, 255, 0.55);
  box-shadow: 0 0 0 1px rgba(10, 132, 255, 0.12), 0 32px 64px -40px rgba(10, 132, 255, 0.45);
}

.luna-trial-live {
  margin: 0 0 20px;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--text);
  font-size: 14px;
}

.luna-hero-call {
  padding: 22px 20px;
  background:
    radial-gradient(circle at 20% 10%, rgba(80, 90, 140, 0.28), transparent 40%),
    #111114;
}

.luna-hero-call h3 {
  margin: 0;
  font-size: 18px;
  letter-spacing: -0.03em;
}

.luna-hero-call p {
  margin: 6px 0 18px;
  color: var(--muted);
  font-size: 13px;
}

.luna-tiles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.luna-tile {
  min-height: 110px;
  border-radius: 16px;
  background: linear-gradient(180deg, #2a2a31, #16161a);
  display: grid;
  place-items: center;
  color: #d2d2d7;
  font-size: 13px;
  font-weight: 600;
}

.luna-hero-panel {
  background: #f5f5f7;
  color: #1d1d1f;
  padding: 16px 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.luna-hero-panel .mark {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.04em;
  background: linear-gradient(135deg, #0a84ff 0%, #bf5af2 60%, #ff6b35 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.luna-chip-row {
  display: flex;
  gap: 6px;
}

.luna-chip {
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(10, 132, 255, 0.12);
  color: #0a84ff;
  font-weight: 650;
}

.luna-suggest {
  margin-top: auto;
  padding: 10px 12px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  font-size: 13px;
  line-height: 1.4;
}

.luna-suggest small {
  display: block;
  color: #0a84ff;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.mock-sidebar-cap {
  font-weight: 700;
}

@media (max-width: 900px) {
  .hero-layout {
    grid-template-columns: 1fr;
  }

  .luna-hero-demo {
    min-height: 280px;
  }
}

.checkout-note {
  margin: 0 0 28px;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--muted);
  font-size: 14px;
}

.buy-redeem {
  margin: 48px 0 0;
  padding: 28px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  max-width: 640px;
}

.buy-redeem h2 {
  margin: 0 0 8px;
  font-size: 22px;
  letter-spacing: -0.02em;
}

.buy-redeem p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 15px;
}

.buy-redeem-field {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}

.buy-redeem-field span {
  font-size: 13px;
  font-weight: 650;
  color: var(--text);
}

.buy-redeem-field input {
  min-height: 44px;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px solid var(--border-strong);
  background: var(--bg);
  color: var(--text);
  font-size: 15px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.buy-redeem .btn {
  margin-top: 4px;
}

.redeem-status {
  margin: 14px 0 0;
  font-size: 14px;
  color: var(--muted);
}

.redeem-status.is-ok {
  color: #64d2ff;
}

.redeem-status.is-err {
  color: #ff9f0a;
}

.buy-copy {
  margin-top: 48px;
  max-width: 720px;
}

.app-downloads {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 22px 0 0;
}

.app-download {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 14px 0 12px;
  border-radius: 14px;
  border: 1px solid var(--border-strong);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font-size: 14px;
  font-weight: 650;
}

.app-download svg {
  width: 22px;
  height: 22px;
  color: var(--brand-1);
}

.app-download:hover {
  border-color: rgba(100, 210, 255, 0.45);
  background: rgba(10, 132, 255, 0.1);
}

.content-page .app-downloads {
  margin: 0 0 32px;
}
