.csr{--primary:#339e87;--primary-light:#f3f4f8;--primary-semi-light:#e0f8ec;--primary-dark:#3a56d4;--gray:#4a5568;--gray-light:#e2e8f0;--gray-dark:#2d3748;--connector:#4F6AF5;--white:#ffffff;--promo-bg:#fff9db;--promo-border:#ffc107;--promo-color:#5a4b00;--savings-bg:red}.csr .csr-container{max-width:1200px;margin:0 auto;padding:0 1rem 1rem;font-family:Poppins,sans-serif!important}@media(max-width:768px){.csr .csr-container{padding:0 .5rem 1rem}}.csr .capsule-container{display:flex;gap:1rem}@media(max-width:768px){.csr .capsule-container{flex-direction:column}}.csr .csr-container button.csr-capsule{all:unset;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;height:100%;flex:1 1;background-color:var(--primary-light);border:2px solid rgba(0,0,0,0);padding:.5rem;border-radius:12px;text-align:center;cursor:pointer;transition:all .3s ease}.csr .csr-container button.csr-capsule h3{margin-bottom:.5rem;font-size:1.2rem}.csr .csr-container button.csr-capsule p{font-size:.9rem;color:var(--gray)}.csr .csr-container button.csr-capsule:hover{background-color:var(--primary);color:var(--white)}.csr .csr-container button.csr-capsule.active{border-color:var(--gray-light);background-color:var(--primary);color:var(--white)!important}.csr .csr-container button.csr-capsule.active p{color:var(--white)!important}.csr .course-list-wrapper{margin-top:1.5rem;padding:1rem;background-color:var(--primary-light);border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.05)}.csr .course-list-wrapper h4{font-size:1.7rem;font-weight:600;margin:.5rem 0 1.5rem;color:var(--gray-dark)}.csr .header-wrapper{background-color:var(--primary-semi-light);padding:2rem 1rem;margin-bottom:2rem;color:var(--gray-dark);text-align:center;border-radius:16px;box-shadow:0 2px 6px rgba(0,0,0,.08)}.csr .header-wrapper h1{font-size:2.4rem;margin-bottom:.5rem}.csr .header-wrapper p{font-size:1.1rem;color:var(--gray)}.csr .stepper-wrapper{border-radius:12px;padding:1rem;margin:1.5rem auto;box-shadow:0 1px 3px rgba(0,0,0,.05);max-width:50%;display:flex;justify-content:center}@media(max-width:768px){.csr .stepper-wrapper{max-width:100%}}.csr .stepper{justify-content:space-between;width:100%;gap:2rem}.csr .step,.csr .stepper{display:flex;align-items:center;position:relative}.csr .step{flex-direction:column;flex:1 1;text-align:center}.csr .step:not(:last-child):after{content:"";position:absolute;top:.6rem;right:-50%;width:80%;height:.125rem;background-color:var(--connector);z-index:0}.csr .step .circle{background-color:var(--connector);color:var(--white);border-radius:50%;width:1.375rem;height:1.375rem;font-size:12px;font-weight:700;display:flex;justify-content:center;align-items:center;margin-bottom:.3rem;z-index:1}.csr .step .label{font-size:.85rem;font-weight:500;color:var(--gray-dark)}.csr .course-list{list-style:none;padding:0;display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}@media(max-width:768px){.csr .course-list{grid-template-columns:1fr}}.csr .course-item{display:flex;align-items:center;padding:1rem;border:2px solid var(--gray-light);border-radius:8px;background-color:var(--white);transition:all .2s ease;cursor:pointer}.csr .course-item input{display:none}.csr .course-item .custom-checkbox{width:20px;height:20px;border-radius:4px;background-color:var(--white);border:2px solid var(--primary);margin-right:12px;position:relative}.csr .course-item label{font-weight:500;font-size:15px;color:var(--gray-dark)}.csr .course-item:hover{background-color:var(--primary-light)}.csr .course-item.selected{border-color:var(--primary);background-color:var(--primary)}.csr .course-item.selected label{color:var(--white)}.csr .course-item.selected .custom-checkbox:after{content:"";position:absolute;top:2px;left:6px;width:5px;height:10px;border:solid var(--primary);border-width:0 2px 2px 0;transform:rotate(45deg)}.csr .offer-list-wrapper{margin-top:1.5rem;padding:1.5rem;background-color:var(--primary-light);border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.05)}.csr .offer-list-wrapper h4{font-size:1.7rem;margin:.5rem 0 1.5rem;font-weight:600;color:var(--gray-dark)}.csr .offer-list{display:flex;gap:1.5rem;margin-top:2rem}@media(max-width:768px){.csr .offer-list{flex-direction:column}}.csr .offer-card{flex:1 1;padding:1.5rem;border-radius:12px;border:2px solid var(--gray-light);box-shadow:0 2px 4px rgba(0,0,0,.05);transition:all .2s ease;display:flex;flex-direction:column;gap:1rem;max-width:50%}@media screen and (max-width:768px){.csr .offer-card{max-width:100%}}.csr .offer-card .offer-title{background-color:var(--primary-semi-light);border-radius:12px 12px 0 0;margin:-1.5rem -1.5rem .5rem;padding:1rem 1.5rem .5rem;min-height:8rem}.csr .offer-card h3{font-size:2rem;font-weight:700;margin-top:.5rem;margin-bottom:0}.csr .offer-card p{font-size:.9rem;margin:.5rem 0 1rem;color:var(--gray);text-align:justify}.csr .offer-card .offer-price,.csr .offer-card .price-month{font-weight:700;color:var(--primary);text-align:center}.csr .offer-card .offer-price{font-size:1rem;margin-bottom:.5rem}.csr .offer-card .price-month{font-size:3rem;margin-bottom:.5rem}.csr .offer-card .offer-duration{font-size:1rem;color:var(--gray);margin-bottom:1rem}.csr .offer-card .offer-button{display:block;width:100%;background-color:var(--primary);color:var(--white);font-size:1.1rem;font-weight:600;padding:.8rem 1.2rem;border:none;border-radius:6px;text-align:center;cursor:pointer;transition:background .2s ease}.csr .offer-card .offer-button:hover{background-color:var(--primary-dark)}.csr .offer-card .offer-button:focus{outline:none;box-shadow:0 0 0 2px var(--primary-light)}.csr .offer-card .promo-text{background-color:var(--promo-bg);border-left:4px solid var(--promo-border);padding:.75rem 1rem;font-size:.85rem;font-weight:500;color:var(--promo-color);border-radius:8px;margin-bottom:1rem}.csr .offer-card .section{margin-top:0}.csr .offer-card .section h4{font-size:1.3rem;font-weight:600;margin:0;color:var(--gray-dark);display:flex;align-items:center;gap:6px}.csr .offer-card .section ul{list-style-type:disc;padding-left:1.25rem}.csr .offer-card .section ul li{margin-bottom:.3rem}.csr .offer-card .section p,.csr .offer-card .section ul li{font-size:14px;color:var(--gray)}.csr .offer-card.highlighted{border-color:var(--primary);background-color:var(--primary-light)}.csr .offer-card .savings{font-size:.9rem;color:var(--primary);background-color:var(--savings-bg);font-weight:600}.csr .offer-card .variation-wrapper{display:flex;flex-direction:column}.csr .offer-card .variation-wrapper .total-savings{align-self:flex-end;font-size:.9rem;color:var(--gray-dark);margin-top:.5rem;padding-right:.5rem;font-weight:600}.csr .offer-card .pricing-options{display:flex;flex-direction:column;gap:1rem;margin:1rem 0}.csr .offer-card .pricing-options .pricing-option{box-sizing:border-box;display:flex;flex-direction:column;width:100%;gap:.5rem;padding:1rem;border:2px solid var(--gray-light);border-radius:8px;background-color:var(--white);cursor:pointer;font-weight:500;color:var(--gray-dark);transition:all .2s ease}.csr .offer-card .pricing-options .pricing-option .main-label{display:flex;justify-content:space-between;align-items:center;width:100%}.csr .offer-card .pricing-options .pricing-option .main-label .label-text{flex:1 1;margin-left:.8rem}.csr .offer-card .pricing-options .pricing-option .main-label .savings{background-color:var(--primary-semi-light);color:var(--primary);font-weight:600;font-size:.9rem;padding:.25rem .5rem;border-radius:6px}.csr .offer-card .pricing-options .pricing-option input[type=radio]{display:inline-block;accent-color:var(--primary);margin:0;align-self:center;flex-shrink:0}.csr .offer-card .pricing-options .pricing-option.selected,.csr .offer-card .pricing-options .pricing-option:hover{background-color:var(--primary-light);border-color:var(--primary)}.csr .offer-card .pricing-options .pricing-option.selected{color:var(--primary)}