*{box-sizing:border-box;margin:0;padding:0}body{background:#f9fafb;color:#1f2937;font-family:Inter,sans-serif;line-height:1.6}.header{background:#1e40af;box-shadow:0 2px 4px rgba(0,0,0,.1);padding:1rem 2rem;position:sticky;top:0;z-index:100}.nav{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px}.logo{color:#fff;font-size:1.5rem;font-weight:700;text-decoration:none}.nav-links{display:flex;gap:2rem}.nav-links a{color:hsla(0,0%,100%,.9);text-decoration:none;transition:color .3s}.hero,.nav-links a:hover{color:#fff}.hero{background:linear-gradient(135deg,#1e40af,#3b82f6);padding:3rem 2rem}.hero-content{margin:0 auto;max-width:1200px}.hero h1{font-size:2.5rem;line-height:1.2;margin-bottom:1rem}.hero p{font-size:1.25rem;max-width:800px;opacity:.95}.container{margin:0 auto;max-width:1200px;padding:3rem 2rem}.grid{display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin-bottom:3rem}.content-section{background:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.1);padding:2rem}.content-section h2{color:#1e40af;font-size:1.75rem;margin-bottom:1rem}.content-section p{color:#4b5563;margin-bottom:1rem}.content-section ul{margin-bottom:1rem;margin-left:1.5rem}.content-section li{color:#4b5563;margin-bottom:.5rem}.calculator-embed{background:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.1);padding:2rem}.calc-input-group{margin-bottom:1.5rem}.calc-input-group label{color:#1f2937;display:block;font-weight:600;margin-bottom:.5rem}.calc-input{border:1px solid #d1d5db;border-radius:6px;font-size:1rem;padding:.75rem;width:100%}.calc-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1);outline:none}.calc-checkbox{align-items:center;display:flex;gap:.5rem;margin-bottom:1rem}.calc-checkbox input{height:20px;width:20px}.calc-btn{background:#1e40af;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:background .3s;width:100%}.calc-btn:hover{background:#1e3a8a}.calc-results{background:#eff6ff;border-radius:8px;margin-top:1.5rem;padding:1.5rem}.calc-result-item{border-bottom:1px solid #dbeafe;margin-bottom:1rem;padding-bottom:1rem}.calc-result-item:last-child{border-bottom:none;margin-bottom:0}.calc-result-label{color:#4b5563;font-size:.9rem;margin-bottom:.25rem}.calc-result-value{color:#1e40af;font-size:1.5rem;font-weight:700}.calc-note{color:#6b7280;font-size:.85rem;font-style:italic;margin-top:.5rem}.cta-box{background:linear-gradient(135deg,#1e40af,#3b82f6);border-radius:12px;color:#fff;margin:3rem 0;padding:2.5rem;text-align:center}.cta-box h3{font-size:1.75rem;margin-bottom:1rem}.cta-box p{font-size:1.1rem;margin-bottom:1.5rem;opacity:.95}.btn-primary{align-items:center;background:#fff;border-radius:8px;color:#1e40af;display:inline-flex;font-weight:600;gap:.5rem;padding:1rem 2rem;text-decoration:none;transition:transform .2s}.btn-primary:hover{transform:translateY(-2px)}.related-articles{background:#fff;border-radius:12px;margin-bottom:3rem;padding:2rem}.related-articles h3{color:#1e40af;margin-bottom:1.5rem}.article-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.article-card{border:1px solid #e5e7eb;border-radius:8px;display:block;padding:1.5rem;text-decoration:none;transition:box-shadow .3s}.article-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.1)}.article-card h4{color:#1e40af;font-size:1.1rem;margin-bottom:.5rem}.article-card p{color:#6b7280;font-size:.9rem}.faq-section{background:#fff;border-radius:12px;padding:2rem}.faq-section h3{color:#1e40af;margin-bottom:1.5rem}.faq-item{border-bottom:1px solid #e5e7eb;margin-bottom:1.5rem;padding-bottom:1.5rem}.faq-item:last-child{border-bottom:none}.faq-question{color:#1f2937;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.faq-answer{color:#4b5563;line-height:1.6}.disclaimer{background:#fef3c7;border-left:4px solid #f59e0b;border-radius:0 8px 8px 0;margin:2rem 0;padding:1.5rem}.disclaimer strong{color:#92400e}.footer{background:#1f2937;color:#fff;margin-top:4rem;padding:2rem;text-align:center}@media (max-width:768px){.hero h1{font-size:2rem}.grid{gap:2rem}.article-grid,.grid{grid-template-columns:1fr}}