.pricing-toggle{display:inline-flex;align-items:center;justify-content:center;background:#f0f0f5;border-radius:999px;overflow:hidden;border:1px solid #ccc;padding:5px;position:relative;width:auto;max-width:100%;box-sizing:border-box}.pricing-toggle input{display:none}.pricing-toggle label{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;cursor:pointer;border-radius:999px;padding:12px 20px;transition:color .3s ease;z-index:2;font-weight:600;font-size:14px;min-width:140px;box-sizing:border-box;white-space:nowrap;color:white!important}@media (max-width:768px){.pricing-toggle label{padding:10px 16px;min-width:120px;font-size:13px}}@media (max-width:768px){.pricing-toggle .discount-info{display:none !important}}.pricing-toggle .label-main{font-weight:800!important;line-height:1.2;white-space:nowrap;color:white!important}.pricing-toggle .discount-info{font-size:12px;padding:2px 8px;border-radius:999px;background:rgba(34,197,94,.7);color:inherit;white-space:nowrap;font-weight:500;color:white!important}#monthly:checked+label[for=monthly] .label-main,#yearly:checked+label[for=yearly] .label-main{color:#2563eb !important}#monthly:checked+label[for=monthly] .discount-info,#yearly:checked+label[for=yearly] .discount-info{background:rgba(34,197,94,.8)}.toggle-slider{position:absolute;top:5px;bottom:5px;left:5px;width:calc(50% - 10px);background:#7b4bff;border-radius:999px;transition:all .3s ease}#yearly:checked~.toggle-slider{left:calc(50% + 5px)}