*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;background-color:#f8f9fa}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:white;box-shadow:0 2px 10px rgba(0,0,0,.1);position:sticky;top:0;z-index:100}.nav{justify-content:space-between;padding:1rem 0}.logo,.nav{display:flex;align-items:center}.logo{gap:.5rem}.logo-icon{font-size:2rem}.logo-text{font-size:1.5rem;font-weight:700;color:#2563eb}.nav-links{display:flex;gap:1rem;align-items:center}.nav-link{text-decoration:none;color:#666;font-weight:500;transition:color .3s}.nav-link:hover{color:#2563eb}.btn{display:inline-block;padding:.75rem 1.5rem;text-decoration:none;border-radius:8px;font-weight:600;text-align:center;transition:all .3s;border:none;cursor:pointer}.btn-primary{background:#2563eb;color:white}.btn-primary:hover{background:#1d4ed8;transform:translateY(-2px)}.btn-large{padding:1rem 2rem;font-size:1.1rem}.main{padding:2rem 0}.hero{text-align:center;padding:4rem 0;background:linear-gradient(135deg,#667eea,#764ba2);color:white;border-radius:16px;margin-bottom:4rem}.hero-title{font-size:3rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.highlight{color:#fbbf24}.hero-description{font-size:1.2rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto;opacity:.9}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem}.feature-card{background:white;padding:2rem;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.1);text-align:center;transition:transform .3s}.feature-card:hover{transform:translateY(-5px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.5rem;margin-bottom:1rem;color:#2563eb}.feature-card p{color:#666;line-height:1.6}.how-it-works{margin-bottom:4rem}.how-it-works h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#2563eb}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.step{text-align:center;padding:2rem}.step-number{width:60px;height:60px;background:#2563eb;color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem}.step h3{font-size:1.3rem;margin-bottom:1rem;color:#333}.step p{color:#666;line-height:1.6}.cta{background:#f3f4f6;padding:4rem 2rem;border-radius:16px;text-align:center;margin-bottom:4rem}.cta h2{font-size:2.5rem;margin-bottom:1rem;color:#2563eb}.cta p{font-size:1.2rem;color:#666;margin-bottom:2rem}.footer{text-align:center;padding:2rem 0;border-top:1px solid #e5e7eb;color:#666}@media (max-width:768px){.nav{flex-direction:column;gap:1rem}.hero-title{font-size:2rem}.hero-description{font-size:1rem}.features,.steps{grid-template-columns:1fr}.cta h2{font-size:2rem}}.form-container{max-width:600px;margin:0 auto;background:white;padding:2rem;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.1)}.form-group{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.5rem;font-weight:600;color:#333}.form-input,.form-select{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .3s}.form-input:focus,.form-select:focus{outline:none;border-color:#2563eb}.form-radio-group{display:flex;flex-direction:column;gap:.5rem}.form-radio-item{display:flex;align-items:center;gap:.5rem}.form-radio{margin:0}.slider-container{margin:1rem 0}.slider{width:100%;height:6px;border-radius:3px;background:#e5e7eb;outline:none;-webkit-appearance:none}.slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#2563eb;cursor:pointer}.slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#2563eb;cursor:pointer;border:none}.slider-value{text-align:center;margin-top:.5rem;font-weight:600;color:#2563eb}.results-container{max-width:800px;margin:0 auto}.result-card{background:white;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.1);margin-bottom:2rem;overflow:hidden}.result-header{background:linear-gradient(135deg,#667eea,#764ba2);color:white;padding:2rem}.result-title{font-size:1.8rem;margin-bottom:.5rem}.result-location{opacity:.9;font-size:1.1rem}.result-score{font-size:3rem;font-weight:700;text-align:right}.result-content{padding:2rem}.score-breakdown{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.score-item{text-align:center}.score-label{font-size:.9rem;color:#666;margin-bottom:.5rem}.score-value{font-size:1.5rem;font-weight:700;color:#2563eb}.concerns,.highlights{margin-bottom:1.5rem}.highlights h4{color:#059669;margin-bottom:.5rem}.concerns h4{color:#dc2626;margin-bottom:.5rem}.concerns ul,.highlights ul{list-style:none;padding:0}.concerns li,.highlights li{padding:.25rem 0 .25rem 1rem;position:relative}.highlights li:before{content:"✓";position:absolute;left:0;color:#059669;font-weight:700}.concerns li:before{content:"!";position:absolute;left:0;color:#dc2626;font-weight:700}