.billing-toggle{display:flex;align-items:center;justify-content:center;gap:14px;margin-bottom:50px}.toggle-label{font-size:14px;font-weight:600;color:#555}.toggle-label.active{color:var(--black)}.toggle-switch{width:52px;height:28px;background:var(--red);border-radius:14px;position:relative;cursor:pointer;transition:background .2s}.toggle-switch::after{content:"";position:absolute;left:4px;top:4px;width:20px;height:20px;background:var(--white);border-radius:50%;transition:left .2s}.toggle-switch.monthly::after{left:28px}.save-badge{background:var(--blue);color:var(--white);font-size:11px;font-weight:700;letter-spacing:1px;padding:3px 10px;text-transform:uppercase}