.demo-facts { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.demo-facts span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.3); border-radius: 3px; color: rgba(255,255,255,.86); font-size: 11px; font-weight: 600; }
.product-card { min-height: 500px; }
.product-trial { position: absolute; left: 36px; bottom: 86px; display: flex; align-items: center; gap: 9px; margin: 0; padding: 9px 12px; color: var(--ink); background: var(--gold); border-radius: 3px; opacity: 1!important; box-shadow: 0 8px 22px rgba(17,35,29,.16); }
.product-trial strong { font-size: 13px; }
.product-trial span { font-size: 15px; font-weight: 700; }
.product-card .product-price { position: absolute; left: 36px; bottom: 28px; display: flex; align-items: baseline; gap: 7px; margin: 0; opacity: 1; }
.product-price small { font-size: 11px; font-weight: 600; text-transform: uppercase; }
.product-price strong { font-family: var(--serif); font-size: 30px; font-weight: 400; }
.product-price span { font-size: 12px; opacity: .7; }
@media (max-width: 640px) { .demo-facts { display: grid; } .product-card { min-height: 470px; } .product-card .product-price { left: 28px; bottom: 28px; } .product-trial { left: 28px; bottom: 86px; } }
