.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}.loan-card{background:var(--surface-card);border:1px solid var(--border-light);border-radius:.5rem;padding:2rem;height:100%;box-shadow:0 5px 15px rgba(0,0,0,.05);transition:all .3s ease}.loan-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px rgba(0,0,130,.1)}.loan-icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:rgba(0,0,130,.1);border-radius:50%;font-size:1.5rem}.loan-card h4,.loan-icon{margin-bottom:1.5rem;color:#E5E7EB}.loan-card h4{font-family:Cormorant Garamond,serif;font-weight:600}.loan-card ul{list-style:none;padding:0}.loan-card ul li{margin-bottom:.75rem;position:relative;padding-left:1.5rem}.loan-card ul li:before{content:"•";color:#E5E7EB;font-weight:700;position:absolute;left:0}.tip-item{display:flex;margin-bottom:1.5rem}.tip-number{width:40px;height:40px;min-width:40px;margin-right:1.5rem;display:flex;align-items:center;justify-content:center;background:#00D4FF;border-radius:50%;color:white;font-weight:700;font-size:1.1rem}.tip-content h4{font-family:Cormorant Garamond,serif;font-weight:600;color:#E5E7EB;margin-bottom:.5rem}.calculator-cta{background:linear-gradient(135deg,#000858,#1a237e)}@media (max-width:768px){.calculator-hero h1{font-size:2.5rem}.tip-item{flex-direction:column}.tip-number{margin-right:0;margin-bottom:.5rem}.loan-tips-img{margin-top:2rem}}