.product-real {
  height: auto;
  aspect-ratio: 1838 / 1012;
}

.product-real > :not(img) {
  display: none;
}

.product-real img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.access-card strong {
  margin-bottom: 8px;
}

.access-card strong::before {
  content: "pagamento único";
  display: block;
  margin-bottom: 4px;
  color: #8fa5c0;
  font: 11px "DM Mono", monospace;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.access-card strong::after {
  content: "R$ 14,90";
  display: block;
  margin-top: 4px;
  color: var(--gold);
  font-size: 32px;
  letter-spacing: -1.5px;
}

@media (max-width: 850px) {
  .product-real { height: auto; }
}

@media (max-width: 520px) {
  .product-real { height: auto; }
}

.trial {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin: -38px auto 120px;
  padding: 32px;
  border: 1px solid #3a526f;
  border-radius: 16px;
  background: linear-gradient(105deg, #10243a, #0c1827 66%);
}

.trial h2 {
  margin: 0 0 10px;
  font-size: 28px;
  letter-spacing: -1.5px;
}

.trial p:last-child {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
  font-size: 14px;
}

.trial .button { white-space: nowrap; }

@media (max-width: 850px) {
  .trial { display: block; margin-top: -10px; }
  .trial .button { margin-top: 24px; }
}
