*{margin:0;padding:0;box-sizing:border-box}.header{background:var(--teal);color:#fff;padding:2rem;display:flex;align-items:center;gap:1rem}.header h1{font-weight:700;color:#fff}.header-icon{width:2rem;height:2rem}.progress-container{padding:1rem 2rem;border-bottom:1px solid #e5e7eb}.progress-steps{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.progress-step{display:flex;align-items:center}.step-circle{width:2.5rem;height:2.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem}.step-circle.active{background:#059669;color:#fff}.step-circle.inactive{background:#e5e7eb;color:#6b7280}.step-line{width:5rem;height:2px;margin:0 .5rem}.step-line.active{background:var(--teal)}.step-line.inactive{background:#e5e7eb}.progress-labels{display:flex;justify-content:space-between;font-size:.875rem;color:#6b7280}.content{padding:2rem}.step-title{font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.step-description{color:var(--charcoal);margin-bottom:2rem}.step-note{font-size:.875rem;font-style:italic;margin-top:.5rem}.bg-grey{background-color:#f7f5f5}.grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.bg-purple{background-color:#6a3460}.bg-maroon{background-color:#b83a4b}.btn-green{font-weight:700;background:#059669;color:#fff;border:0px;border-radius:2rem;padding:.75rem 3rem;transition:.21s ease-in;-webkit-box-shadow:0px 4px 4px 0px rgba(0,0,0,.1);-moz-box-shadow:0px 4px 4px 0px rgba(0,0,0,.1);box-shadow:0 4px 4px #0000001a}.btn-green:hover,.btn-green:active,.btn-green:focus,.btn-green:focus-visible{background-color:#038159;color:#fff!important;-webkit-box-shadow:0px 4px 4px 0px rgba(0,0,0,.25);-moz-box-shadow:0px 4px 4px 0px rgba(0,0,0,.25);box-shadow:0 4px 4px #00000040}.btn-orange{border:0px}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-grey{font-size:.875rem;font-weight:600;background-color:#e7e8e9;color:var(--charcoal);border:0px;border-radius:2rem;transition:.21s ease-in;-webkit-box-shadow:0px 4px 4px 0px rgba(0,0,0,.1);-moz-box-shadow:0px 4px 4px 0px rgba(0,0,0,.1);box-shadow:0 4px 4px #0000001a}.btn-grey:hover,.btn-grey:active,.btn-grey:focus,.btn-grey:focus-visible{background-color:#cbccce}.funding-card{padding:0;border:none;cursor:pointer;transition:none}.detail-label{font-size:75%}.detail-value{font-size:80%}.care-management{margin-top:2rem;padding:1.5rem;background:var(--tangerine);border-radius:8px}.care-management h3{font-weight:600;margin-bottom:.5rem}.helper-section{background-color:#f7f5f5;border-radius:10px;padding:.75rem 1.5rem;margin-bottom:1.25rem}.helper-section button{font-size:90%;color:var(--charcoal);font-weight:700;text-decoration:none;display:flex;align-items:center;gap:.5rem}.helper-section p{font-size:95%}.helper-section button:hover,.helper-section button:focus{color:var(--orange-hover)}.slider-container{margin:1rem 0}.slider-label{display:block;font-weight:500;color:var(--teal);margin-bottom:.5rem}.slider{width:100%;height:8px;border-radius:4px;background:var(--yellow);outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:25px;height:25px;border-radius:50%;background:var(--orange);cursor:pointer}.slider::-moz-range-thumb{width:25px;height:25px;border-radius:50%;background:var(--teal);cursor:pointer;border:none}.slider-range{display:flex;justify-content:space-between;font-size:.75rem;margin-top:.5rem}.care-management-summary{margin-top:1rem;font-size:.875rem;color:var(--orange-hover)}.category-card{border:1px solid #e5e7eb;border-radius:8px;padding:1.75rem .5rem .5rem 1rem;margin-bottom:1rem}.category-header{display:flex;align-items:center;margin-bottom:1rem}.category-checkbox{width:1rem;height:1rem;margin-right:.75rem;accent-color:var(--orange)}.category-title{font-size:1.125rem;font-weight:600;color:#1f2937}.no-contribution{font-size:.875rem;color:#059669;font-weight:500}.services-layout{display:grid;grid-template-columns:2fr 1fr;gap:2rem}.service-category{margin-bottom:2rem}.service-category h3,.budget-summary h3,.results-section h3{font-size:1.125rem;font-weight:600;color:var(--charcoal);border-bottom:1px solid #e5e7eb;padding-bottom:.5rem;margin-bottom:1rem}.service-card{display:block;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;margin-bottom:1rem;transition:all .2s}.service-card.selected{border-color:#93c5fd;background:#eff6ff}.service-card.disabled{opacity:.5}.service-card h4{font-weight:600;color:#1f2937;margin-bottom:.5rem}.service-card p{font-size:.875rem;color:#6b7280;margin-bottom:.75rem}.service-price{font-weight:700;margin-bottom:1rem}.service-controls{display:block;width:100%}.quantity-controls{display:flex;align-items:center;gap:.5rem}.quantity-btn{width:2rem;height:2rem;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;font-weight:700}.quantity-btn.decrease{background:#fee2e2;color:#dc2626}.quantity-btn.decrease span{margin-top:-4px}.quantity-btn.decrease:hover{background:#fecaca}.quantity-btn.increase{background:var(--teal-light);color:#059669)}.quantity-btn.increase:hover{color:#fff;background:#059669}.quantity-btn:disabled{opacity:.5;cursor:not-allowed}.remove-btn{color:#dc2626;background:none;border:none;font-size:.875rem;font-weight:500;cursor:pointer}.remove-btn:hover{color:#991b1b}.budget-summary{background:#f7f5f5;border-radius:8px;padding:1.5rem;position:sticky;top:1rem}.budget-line{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:.875rem}.budget-total{display:flex;justify-content:space-between;font-weight:600;font-size:1.125rem;border-top:1px solid #e5e7eb;padding-top:.5rem;margin-top:.5rem}.budget-positive{color:#059669}.budget-negative{color:#dc2626}.selected-services{margin-top:1.5rem}.selected-services h4{font-weight:500;color:#1f2937;margin-bottom:.75rem}.selected-service{display:flex;justify-content:space-between;font-size:.875rem;margin-bottom:.5rem}.results-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.results-line{display:flex;justify-content:space-between;margin-bottom:.5rem}.results-line span{font-size:.875rem}.results-total{display:flex;justify-content:space-between;font-weight:600;font-size:1rem;border-top:1px solid #e5e7eb;padding-top:.75rem;margin-top:.75rem}.government-contribution{color:#059669}.client-contribution{color:#ea580c}.form-check-input:focus{outline:0;box-shadow:0 0 #0d6efd40}.results-table{width:100%;border-collapse:collapse;margin-top:1rem}.results-table th,.results-table td{font-size:.875rem;border:1px solid #e5e7eb;padding:.5rem;text-align:left}.results-table th{background:#f9fafb;font-weight:600}.results-table td:nth-child(3),.results-table td:nth-child(4),.results-table td:nth-child(5),.results-table th:nth-child(3),.results-table th:nth-child(4),.results-table th:nth-child(5){text-align:right}.action-buttons{display:flex;gap:1rem;margin-top:2rem}.action-buttons .btn{flex:1;padding:.75rem 1.5rem}.navigation{padding:1.5rem 2rem;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between}@media (max-width: 768px){.container{padding:1rem}.header{padding:1.5rem}.header h1{font-size:1.5rem}.progress-container,.content{padding:1.5rem}.services-layout,.results-grid{grid-template-columns:1fr}.action-buttons{flex-direction:column}.navigation{padding:1rem 1.5rem;flex-direction:column;gap:1rem}.step-line{width:3rem}.progress-labels{font-size:.75rem}}@media (max-width: 480px){.grid-2{grid-template-columns:1fr}.service-controls{flex-direction:column;gap:.5rem;align-items:stretch}.quantity-controls{justify-content:center}}
