/* FASE 7 — EXPERIENCIA EDITORIAL + SISTEMA DE VENTA */
:root{--editorial-line:rgba(242,237,228,.12);--editorial-muted:rgba(242,237,228,.62)}
/* Commercial area */
.launch-buy .buy-hero{position:relative}
.buy-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:flex-end}
.buy-actions .btn[aria-disabled="true"]{opacity:.48;cursor:not-allowed;pointer-events:none}
.purchase-pending{display:grid;gap:5px;max-width:390px;padding:18px 20px;border:1px solid var(--editorial-line);background:rgba(255,255,255,.025)}
.purchase-pending strong{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-soft)}
.purchase-pending span{font-size:.82rem;color:var(--editorial-muted);line-height:1.55}
/* Editorial labels */
.editorial-badge{display:inline-flex;align-items:center;gap:8px;padding:7px 10px;border:1px solid var(--editorial-line);font-size:.56rem;letter-spacing:.16em;text-transform:uppercase;color:var(--editorial-muted)}
.editorial-badge:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--gold-soft);box-shadow:0 0 16px var(--gold-soft)}
/* Social preview polish */
.book-page .launch-hero{isolation:isolate}
.book-page .launch-hero-grid{min-height:min(820px,calc(100vh - 76px))}
/* Form states */
.form-status{min-height:1.4em;grid-column:1/-1;font-size:.78rem;color:var(--editorial-muted);line-height:1.45}
.form-status--success{color:#b7d7bb}.form-status--error{color:#e2aaa4}.form-status--pending{color:#d6b66a}
.newsletter-form button:disabled{opacity:.55;cursor:wait}
/* Catalog cards */
.catalog-premium .book-card{height:100%;display:flex;flex-direction:column}
.catalog-premium .book-info{display:flex;flex:1;flex-direction:column}
.catalog-premium .arrow-link{margin-top:auto;padding-top:12px}
/* Footer legal line */
.legal-mini{font-size:.62rem;color:rgba(242,237,228,.42);letter-spacing:.05em}
/* Reduced motion */
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}}
@media(max-width:760px){.buy-actions{justify-content:flex-start}.purchase-pending{width:100%}.book-page .launch-hero-grid{min-height:auto}}
