.home-page{min-height:100vh}.hero-section{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;padding:4rem 1rem;text-align:center}.hero-title{font-size:3rem;font-weight:700;margin-bottom:1rem;color:#fff}.hero-subtitle{font-size:1.5rem;margin-bottom:1rem;opacity:.9}.hero-description{font-size:1.1rem;max-width:600px;margin:0 auto;opacity:.85;line-height:1.6}.features-section,.how-to-section,.quick-links-section{padding:3rem 1rem}.quick-links-section{background-color:#f9fafb}.section-title{text-align:center;font-size:2rem;font-weight:600;margin-bottom:2rem;color:#1f2937}.calculator-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:2rem}.calculator-card{background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:2rem;text-decoration:none;color:#374151;transition:all .3s;display:flex;flex-direction:column;align-items:center;text-align:center}.calculator-card:hover{border-color:#2563eb;transform:translateY(-4px);box-shadow:0 10px 25px rgba(37,99,235,.15)}.calculator-card-icon{font-size:3rem;margin-bottom:1rem}.calculator-card-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#2563eb}.calculator-card-description{font-size:.95rem;color:#6b7280;line-height:1.5;margin:0}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem}.feature-card{text-align:center;padding:2rem;background:#f9fafb;border-radius:12px;transition:transform .2s}.feature-card:hover{transform:translateY(-2px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:#1f2937}.feature-card p{color:#6b7280;line-height:1.6;margin:0}.how-to-section{background-color:#f9fafb}.how-to-content{max-width:800px;margin:0 auto}.how-to-steps{list-style:none;counter-reset:step-counter;padding:0}.how-to-steps li{counter-increment:step-counter;margin-bottom:1.5rem;padding-left:3.5rem;position:relative;font-size:1.1rem;line-height:1.6;color:#374151}.how-to-steps li:before{content:counter(step-counter);position:absolute;left:0;top:0;width:2.5rem;height:2.5rem;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem}@media (max-width:768px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.25rem}.hero-description{font-size:1rem}.calculator-grid,.features-grid{grid-template-columns:1fr}.section-title{font-size:1.75rem}}