*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #2563eb;--primary-dark: #1e40af;--secondary-color: #10b981;--text-dark: #1f2937;--text-light: #6b7280;--background: #ffffff;--background-alt: #f9fafb;--border-color: #e5e7eb;--shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:var(--text-dark);background-color:var(--background)}header{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);color:#fff;padding:1rem 0;box-shadow:var(--shadow);position:sticky;top:0;z-index:1000}.header-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;text-decoration:none;color:#fff;display:flex;align-items:center;gap:.5rem}.logo-icon{width:32px;height:32px;background:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--primary-color);font-weight:700}.breadcrumb{max-width:1200px;margin:0 auto;padding:1rem 1.5rem;font-size:.875rem;color:var(--text-light)}.breadcrumb a{color:var(--primary-color);text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.breadcrumb span{margin:0 .5rem}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 1.5rem;text-align:center}.hero-container{max-width:800px;margin:0 auto}.hero h1{font-size:2.5rem;font-weight:800;margin-bottom:1rem;line-height:1.2}.hero p{font-size:1.25rem;opacity:.95;margin-bottom:2rem}.hero-features{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-top:2rem}.hero-feature{display:flex;align-items:center;gap:.5rem;font-size:1rem}.hero-feature:before{content:"✓";background:#fff3;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}.container{max-width:1200px;margin:0 auto;padding:4rem 1.5rem}.section-title{font-size:2rem;font-weight:700;text-align:center;margin-bottom:1rem;color:var(--text-dark)}.section-subtitle{text-align:center;color:var(--text-light);font-size:1.125rem;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}.calculators-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem}.calculator-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:var(--shadow);transition:transform .3s ease,box-shadow .3s ease;border:2px solid transparent;text-decoration:none;color:inherit;display:block}.calculator-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-color:var(--primary-color)}.card-icon{width:60px;height:60px;background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.75rem;margin-bottom:1.5rem}.card-category{display:inline-block;padding:.25rem .75rem;background:var(--background-alt);color:var(--primary-color);font-size:.875rem;font-weight:600;border-radius:6px;margin-bottom:.75rem}.calculator-card h3{font-size:1.5rem;font-weight:700;margin-bottom:.75rem;color:var(--text-dark)}.calculator-card p{color:var(--text-light);margin-bottom:1.5rem;line-height:1.6}.card-cta{display:inline-flex;align-items:center;gap:.5rem;color:var(--primary-color);font-weight:600;font-size:1rem}.card-cta:after{content:"→";transition:transform .3s ease}.calculator-card:hover .card-cta:after{transform:translate(5px)}.about-section{background:var(--background-alt);padding:4rem 1.5rem;margin:4rem 0}.about-container{max-width:800px;margin:0 auto}.about-section h2{font-size:2rem;font-weight:700;margin-bottom:1.5rem;color:var(--text-dark)}.about-section h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-dark)}.about-section p{font-size:1.125rem;line-height:1.8;color:var(--text-light);margin-bottom:1.5rem}.about-section ul{list-style:none;margin:2rem 0}.about-section li{padding:.75rem 0 .75rem 2rem;position:relative;font-size:1.125rem;color:var(--text-light)}.about-section li:before{content:"✓";position:absolute;left:0;color:var(--secondary-color);font-weight:700;font-size:1.25rem}.cta-section{text-align:center;padding:3rem 1.5rem;background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);color:#fff;margin-top:4rem}.cta-section h2{font-size:2rem;margin-bottom:1rem}.cta-section p{font-size:1.25rem;margin-bottom:2rem;opacity:.95}.cta-button{display:inline-block;background:#fff;color:var(--primary-color);padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:700;font-size:1.125rem;transition:transform .3s ease,box-shadow .3s ease}.cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0003}footer{background:var(--text-dark);color:#fff;padding:3rem 1.5rem 1.5rem}.footer-container{max-width:1200px;margin:0 auto}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{font-size:1.125rem;font-weight:700;margin-bottom:1rem}.footer-section p{opacity:.8;line-height:1.6}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#fff;text-decoration:none;opacity:.8;transition:opacity .3s ease}.footer-links a:hover{opacity:1}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;text-align:center;opacity:.7;font-size:.875rem}@media(max-width:768px){.hero h1{font-size:2rem}.hero p{font-size:1.125rem}.hero-features{flex-direction:column;gap:1rem}.section-title{font-size:1.75rem}.calculators-grid{grid-template-columns:1fr}.container{padding:2rem 1.5rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.calculator-card{animation:fadeInUp .4s ease-out both}.calculator-card:nth-child(1){animation-delay:.05s}.calculator-card:nth-child(2){animation-delay:.1s}
