/* Pricing page specific styles (lean; reuse base.css where possible) */
.hero { position: relative; }

/* Plans */
.plan { position: relative; }
.plan__price { font-size: var(--fs-2xl); }
.plan--popular { border: 2px solid rgb(14 165 233 / 0.35); }
.plan__badge { position: absolute; top: 12px; right: 12px; }

/* Comparison table responsive */
.table-responsive { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.table-responsive table { min-width: 640px; }

/* Quote form steps */
.form-step[hidden] { display: none !important; }

/* Minor tune-ups */
#coupon-form .form-group { margin: 0; }
#coupon-form .input { max-width: 220px; }

/* Visual polish */
#pricing-packages .card ul { margin-left: 0; padding-left: 1rem; list-style: disc; }

/* Chat bubble hover */
.chat-bubble:hover { background: var(--primary-600); }
