.main-content{min-height:70vh;display:flex;align-items:center;justify-content:center;color:#ffffff;font-size:1.1rem;padding:2rem}.footer{background-color:rgb(37,39,42);padding:3rem 0 1.5rem;margin-top:100px}.footer-container{max-width:1200px;margin:0 auto;padding:0 1rem}.footer-sections{display:flex;justify-content:center;gap:4rem;flex-wrap:wrap;align-items:start}.footer-section{margin-bottom:2rem}.section-title{color:#2563eb;font-size:1.25rem;font-weight:600;margin-bottom:1rem;text-align:center;position:relative}.section-title:after{content:"";position:absolute;bottom:-.5rem;left:50%;transform:translateX(-50%);width:3rem;height:2px;background-color:#2563eb;border-radius:1px}.footer-nav{display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap}.footer-link{color:#ffffff;text-decoration:none;font-size:1rem;font-weight:500;padding:.75rem 1rem;border-radius:.5rem;transition:all .3s ease;border:2px solid transparent}.contact-info{flex-direction:column}.contact-info,.contact-item{display:flex;align-items:center;gap:.75rem}.contact-item{flex-wrap:wrap;justify-content:center}.contact-label{font-size:.95rem}.contact-label,.contact-link{color:#ffffff;font-weight:500}.contact-link{text-decoration:none;transition:all .3s ease;padding-bottom:2px}.footer-divider{height:1px;background:linear-gradient(90deg,transparent,#4b5563,#2563eb,#4b5563,transparent);margin:2rem 0}.footer-bottom{text-align:center;color:#9ca3af;font-size:.9rem}@media (min-width:768px){.footer-sections{gap:4rem}.footer-nav{justify-content:center;flex-direction:column;align-items:center;gap:.25rem}.footer-link{padding:.4rem 0;text-align:center}}@media (orientation:landscape) and (min-width:768px){.footer-sections{gap:12rem!important}}@media (max-width:767px){.footer{padding:2rem 0 1rem}.footer-sections{flex-direction:column;gap:0;align-items:center}.footer-section{margin-bottom:1.5rem;text-align:center}.footer-nav{flex-direction:column;gap:0;align-items:center}.footer-link{width:100%;text-align:center;padding:.875rem}.contact-info,.contact-item{align-items:center}.contact-item{flex-direction:column;text-align:center;gap:.25rem}}@media (max-width:480px){.footer-container{padding:0 .75rem}.section-title{font-size:1.1rem}.contact-link,.footer-link{font-size:.95rem}}@media (min-width:1200px){.footer-sections{gap:6rem}}.calculator-container{max-width:1000px;margin:0 auto;padding:2rem;min-height:50vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.calculator-header{text-align:center;margin-bottom:3rem;background:white;padding:3rem 2rem;border-radius:1rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.header-icon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;background-color:#2563eb;color:white;border-radius:50%;margin-bottom:1rem}.calculator-header h1{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.calculator-header p{font-size:1.125rem;color:#6b7280}.calculator-form{background:white;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);margin-bottom:2rem}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;color:#374151;margin-bottom:.5rem;font-size:.95rem}.form-input,.form-select{padding:.75rem;border:2px solid #d1d5db;border-radius:.5rem;font-size:1rem;transition:all .3s ease;background-color:white}.form-input:focus,.form-select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.form-select:disabled{background-color:#f9fafb;color:#9ca3af;cursor:not-allowed}.calculate-btn{width:100%;background-color:#2563eb;color:white;border:none;padding:1rem 2rem;border-radius:.5rem;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.calculate-btn:hover:not(:disabled){background-color:#1d4ed8;transform:translateY(-1px)}.calculate-btn:disabled{background-color:#9ca3af;cursor:not-allowed;transform:none}.loading{display:flex;align-items:center;gap:.5rem}.loading:after{content:"";width:16px;height:16px;border:2px solid transparent;border-top-color:white;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.results-section{background:white;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.results-header2{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;color:#2563eb}.results-header2 h2{font-size:1.5rem;font-weight:600;color:#1f2937}.summary-card{background-color:#f8fafc;border:2px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;margin-bottom:2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1rem;gap:1rem}.summary-item{display:flex;justify-content:space-between;align-items:center}.summary-label{font-weight:500;color:#6b7280}.summary-value{font-weight:600;color:#1f2937;font-size:1.1rem}.summary-value.highlight{color:#2563eb;font-size:1.25rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:1rem;gap:1rem;margin-bottom:2rem}.service-card{border:2px solid #e5e7eb;border-radius:.75rem;padding:1.25rem;transition:all .3s ease}.service-card:hover{border-color:#2563eb;box-shadow:0 4px 12px rgba(37,99,235,.15)}.service-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.service-header h3{font-size:1rem;font-weight:600;color:#1f2937}.service-cost{display:flex;align-items:center;gap:.25rem;font-weight:700;color:#2563eb;font-size:1.1rem}.service-info{display:flex;flex-direction:column;gap:.25rem}.next-service{font-size:.9rem;color:#059669;font-weight:500}.frequency{font-size:.85rem;color:#6b7280}.disclaimer{display:flex;align-items:flex-start;gap:.75rem;background-color:#fef3c7;border:1px solid #f59e0b;border-radius:.5rem;padding:1rem}.disclaimer p{font-size:.9rem;color:#92400e;margin:0;line-height:1.5}@media (max-width:768px){.calculator-container{padding:1rem}.calculator-header{padding:2rem 1rem}.calculator-header h1{font-size:2rem}.calculator-form{padding:1.5rem}.form-grid{gap:1rem}.form-grid,.services-grid,.summary-card{grid-template-columns:1fr}.service-header{flex-direction:column;align-items:flex-start;gap:.5rem}}@media (max-width:480px){.calculator-header h1{font-size:1.75rem}.results-header2{flex-direction:column;align-items:flex-start;gap:.5rem}}