  .price-card { 
    max-width: 320px; 
    padding: 18px; 
    border-radius: 12px; 
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    background: #ffffff;
  }
  .price-card p { margin: 0 0 10px; font-size: 18px; line-height: 1.2; }
  .price-card .was { color: #888; text-decoration: line-through; }
  .price-card .now { color: #111; font-weight: 700; }
  .price-card .amount { margin-left: 6px; }
  .cta {
    display: inline-block;
    width: 100%;
    padding: 10px 12px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    background: linear-gradient(90deg,#1d9bf0,#0066ff);
    color: #fff;
    font-size: 16px;
  }
  .cta:active { transform: translateY(1px); }
