.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:900px;margin:0 auto;display:grid}.price-card{text-align:center;border-radius:20px;padding:3rem;transition:transform .3s;position:relative;overflow:hidden}.price-card:hover{transform:translateY(-5px)}.highlight-card{border-color:#0056b366;box-shadow:0 0 30px #0056b31a}.price-header{border-bottom:1px solid var(--glass-border);margin-bottom:2rem;padding-bottom:2rem}.price-amount{color:var(--text-main);justify-content:center;align-items:baseline;margin:1.5rem 0;display:flex}.price-amount .currency{margin-right:.5rem;font-size:1.5rem;font-weight:600}.price-amount .value{font-size:4rem;font-weight:800;line-height:1}.price-amount .period{color:var(--text-muted);margin-left:.25rem;font-size:1rem}.price-features{text-align:left;margin:0;padding:0;list-style:none}.price-features li{color:var(--text-muted);align-items:center;margin-bottom:1rem;font-weight:500;display:flex}.price-features li svg{flex-shrink:0;margin-right:1rem}.text-gold{color:var(--accent)}.deduction-offer{border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d}.deduction-text{max-width:800px;color:var(--text-muted);margin:0 auto}.deduction-highlight{max-width:600px;color:var(--text-main);background:#0056b31a;border:1px solid #0056b333;border-radius:12px;margin:0 auto;padding:2rem;font-size:1.1rem}.deduction-highlight p{color:var(--text-main)}.deduction-text{color:var(--text-muted)}
