.calculator-hero h1{font-family:Cormorant Garamond,serif;font-weight:700;font-size:3.5rem;margin-bottom:1rem}.calculator-hero p{font-size:1.2rem;max-width:700px;margin:0 auto}.calculator-container{background:var(--surface-card);border:1px solid var(--border-light);border-radius:.5rem;padding:2rem;box-shadow:0 5px 15px rgba(0,0,0,.05)}.calculator-input-group{margin-bottom:1.5rem}.calculator-input-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#E5E7EB}.calculator-input-group input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:.25rem}.cashflow-table{width:100%;margin-bottom:1.5rem}.cashflow-table th{text-align:left;padding:.5rem;background:var(--surface-glass)}.cashflow-table td{padding:.5rem;border-bottom:1px solid #eee}.add-cashflow{margin-bottom:1.5rem}.calculator-results{background:var(--surface-glass);border-radius:.5rem;padding:1.5rem;margin-top:2rem}.result-item{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #eee}.result-item:last-child{border-bottom:none}.result-label{font-weight:500;color:#E5E7EB}.result-value{font-weight:600}.calculator-cta{background:linear-gradient(135deg,#000858,#1a237e)}@media (max-width:768px){.calculator-hero h1{font-size:2.5rem}}