body.app-page {
  margin: 0;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  background:
    radial-gradient(ellipse 60% 50% at 50% 0%, rgba(127, 29, 58, 0.45) 0%, transparent 55%),
    #12060a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-body);
  color: #fff;
}

body.app-page::before {
  display: none;
}

/* Phone-like stage: centered, capped width on desktop */
.phone-frame {
  position: relative;
  width: 100%;
  max-width: 430px;
  height: 100vh;
  height: 100svh;
  background: #000;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.06),
    0 28px 80px rgba(0, 0, 0, 0.55);
}

@media (min-width: 480px) {
  .phone-frame {
    height: min(100svh, 860px);
    max-height: 100svh;
    border-radius: 28px;
  }
}

.video-stage {
  position: relative;
  width: 100%;
  flex: 0 0 auto;
  aspect-ratio: 16 / 10;
  max-height: 42%;
  background: #000;
  margin-top: 22vh;
  transition: margin-top 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.phone-frame.has-cta .video-stage {
  margin-top: 0;
}

@media (max-height: 700px) {
  .video-stage { margin-top: 14vh; }
  .phone-frame.has-cta .video-stage { margin-top: 0; }
}

@media (max-height: 560px) {
  .video-stage { margin-top: 8vh; }
  .phone-frame.has-cta .video-stage { margin-top: 0; }
}

.video-stage video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  background: #000;
}

.video-ui {
  position: absolute;
  inset: 0 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  padding-top: max(0.85rem, env(safe-area-inset-top));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent);
  color: #fff;
  z-index: 2;
  pointer-events: none;
}

.video-ui > * {
  pointer-events: auto;
}

.video-brand {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
}

.video-brand span { color: var(--accent); }

.unmute-btn {
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-radius: 999px;
  padding: 0.5rem 0.85rem;
  font: inherit;
  font-weight: 700;
  font-size: 0.82rem;
  cursor: pointer;
}

.unmute-btn:hover {
  background: rgba(255, 255, 255, 0.22);
}

.video-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0.18);
  z-index: 3;
}

.video-progress__fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #fb7185, #e11d48);
  transition: width 0.15s linear;
}

/* Espaço do botão — abaixo do vídeo */
.cta-slot {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem 1.35rem;
  min-height: 5.5rem;
  transition: min-height 0.4s ease;
}

.phone-frame:not(.has-cta) .cta-slot {
  min-height: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.cta-below {
  width: 100%;
  max-width: 340px;
  animation: fadeRise 0.4s ease both;
}

.cta-below[hidden] {
  display: none !important;
}

.cta-btn {
  width: 100%;
  font-size: 1.02rem;
  font-weight: 700;
  padding: 1.05rem 1.2rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #fb7185 0%, #e11d48 50%, #be123c 100%);
  box-shadow: 0 12px 28px rgba(225, 29, 72, 0.4);
}

/* Textos fixos no rodapé */
.video-copy {
  flex: 0 0 auto;
  padding: 0.5rem 1.35rem 1.75rem;
  padding-bottom: max(1.75rem, env(safe-area-inset-bottom));
  text-align: center;
  color: #fff;
}

.copy-stat {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fb7185;
  margin-bottom: 0.45rem;
  line-height: 1.35;
}

.copy-question {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 5.5vw, 1.7rem);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.35rem;
  color: #fff;
}

.copy-cta {
  font-size: 0.95rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
}

/* ——— Venda / checkout (shared) ——— */
.sale-shell {
  min-height: 100vh;
  padding: 2rem 1rem 3rem;
}

.sale-wrap {
  width: min(920px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  align-items: start;
}

.price-card, .checkout-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 1.6rem;
  box-shadow: var(--shadow);
}

.price-card h1 {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  margin: 0.4rem 0 0.7rem;
}

.price-row {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin: 1rem 0 1.2rem;
}

.price-old {
  color: var(--muted);
  text-decoration: line-through;
  font-size: 1.15rem;
  font-weight: 700;
}

.price-new {
  font-family: var(--font-display);
  font-size: 2.4rem;
  color: var(--accent-deep);
  letter-spacing: -0.02em;
}

.benefits {
  list-style: none;
  display: grid;
  gap: 0.65rem;
  margin-top: 1rem;
}

.benefits li {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  color: var(--muted);
}

.benefits li::before {
  content: "♥";
  color: var(--accent);
  font-weight: 800;
}

.pix-box {
  margin-top: 1rem;
  text-align: center;
}

.pix-box img {
  width: min(260px, 100%);
  margin: 0.75rem auto;
  border-radius: 16px;
  background: #fff;
  padding: 0.75rem;
  border: 1px solid var(--line);
}

.pix-copy {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0.85rem;
  font-size: 0.82rem;
  word-break: break-all;
  background: #fff;
  margin-bottom: 0.75rem;
}

.waiting-pay {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.75rem;
  color: #be123c;
  font-weight: 800;
  font-size: 0.9rem;
}

@media (max-width: 820px) {
  .sale-wrap { grid-template-columns: 1fr; }
}
