.pricing-header{margin:0 auto 2rem;max-width:100%;padding:0 1rem;text-align:left}.heading-text{color:#00a86b;font-size:1rem;margin-bottom:.5rem}.description,.heading{margin-bottom:1rem}.description{font-size:1.2rem;font-weight:500}.tagline{color:#00a86b;font-size:.9rem;font-weight:600;margin-top:1rem;text-transform:uppercase}.billing-toggle-wrapper{display:flex;justify-content:flex-end;margin-bottom:2rem;padding:0 1rem}.billing-toggle{align-items:center;background:transparent;border:1px solid #d1d5db;border-radius:999px;color:#555;display:flex;font-family:sans-serif;font-weight:700;height:50px;justify-content:space-between;overflow:hidden;position:relative;transition:all .3s ease;width:280px}.billing-toggle input[type=radio]{display:none}.toggle-option{cursor:pointer;flex:1;line-height:50px;text-align:center;transition:color .3s ease;z-index:2}.toggle-slider{background-color:#2f7df6;border-radius:999px;height:42px;left:4px;position:absolute;top:4px;transition:all .4s cubic-bezier(.4,0,.2,1);width:calc(50% - 8px);z-index:1}#billing-monthly:checked~.toggle-slider{left:4px}#billing-yearly:checked~.toggle-slider{left:calc(50% + 4px)}#billing-monthly:checked~label[for=billing-monthly],#billing-yearly:checked~label[for=billing-yearly]{color:#fff}.pricing-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));padding:0 1rem}.pricing-card{background-color:#fff;border:1px solid #ddd;border-radius:16px;box-shadow:0 4px 12px rgba(0,0,0,.05);display:flex;flex-direction:column;justify-content:flex-start;padding:2rem;text-align:left;transition:all .3s ease}.pricing-card:hover{box-shadow:0 8px 20px rgba(0,0,0,.12);transform:translateY(-4px)}.feature-heading,.plan-subtitle,.plan-title,.price{text-align:left}.plan-title{font-size:1.25rem}.plan-title,.price{margin-bottom:.5rem}.price{color:#0073e6;font-size:2rem;font-weight:700}.plan-subtitle{color:#777;font-size:1rem;margin-bottom:1rem}.feature-heading{color:#333;font-size:1rem;font-weight:600;margin-bottom:.5rem}.features{list-style:none;margin-bottom:1rem;padding:0}.features li{align-items:center;display:flex;margin:.5rem 0}.features .icon{color:#0073e6;display:inline-block;font-weight:700;margin-right:.5rem}.buy-button-wrapper{display:flex;justify-content:center}.buy-button-container{text-align:center}.buy-button{align-items:center;background-color:#34c759;border:none;border-radius:12px;display:inline-flex;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;justify-content:center;margin-top:1rem;max-width:100%;min-height:44px;padding:.8rem 1.6rem;text-decoration:none;transition:background-color .3s ease;width:auto}.buy-button,.buy-button:hover,.buy-button:visited{color:#fff!important}.buy-button:hover{background-color:#0073e6}.tax-note{color:#555;font-size:.8rem;margin-top:1rem;text-align:center}.hidden{display:none!important}@media (max-width:768px){.pricing-grid{grid-template-columns:1fr}.pricing-header{text-align:center}.billing-toggle-wrapper{justify-content:center}}