.amort-calc{--amort-primary: #be123c;--amort-secondary: #e11d48;--amort-accent: #fda4af;--amort-bg: #fff1f2;--amort-card-bg: #ffffff;--amort-text: #881337;--amort-text-muted: #be185d;--amort-border: #fecdd3;--amort-shadow: 0 4px 20px rgba(190, 18, 60, .12);max-width:900px;margin:0 auto;font-family:system-ui,-apple-system,sans-serif}.amort-header{text-align:center;margin-bottom:2rem}.amort-title{font-size:2rem;font-weight:800;color:var(--amort-primary);margin:0 0 .5rem}.amort-description{color:var(--amort-text-muted);font-size:1.1rem;margin:0}.amort-formula-container{background:linear-gradient(135deg,var(--amort-bg) 0%,#ffe4e6 100%);border-radius:16px;padding:1.5rem;margin-bottom:2rem;border:1px solid var(--amort-border)}.amort-formula-title{font-size:1.1rem;font-weight:700;color:var(--amort-primary);margin:0 0 1rem;text-align:center}.amort-formula-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.amort-formula-card{background:var(--amort-card-bg);border-radius:12px;padding:1rem;text-align:center}.amort-formula-label{display:block;font-size:.85rem;font-weight:600;color:var(--amort-text-muted);margin-bottom:.5rem}.amort-formula-math{font-size:.9rem;color:var(--amort-text);overflow-x:auto}.amort-form-container{background:var(--amort-card-bg);border-radius:16px;padding:1.5rem;box-shadow:var(--amort-shadow);margin-bottom:2rem}.amort-form{display:flex;flex-direction:column;gap:1.25rem}.amort-input-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.amort-input-group{display:flex;flex-direction:column;gap:.5rem}.amort-label{font-weight:600;font-size:.9rem;color:var(--amort-text)}.amort-input{width:100%;padding:.875rem 1rem;border:2px solid var(--amort-border);border-radius:10px;font-size:1rem;background:var(--amort-bg);box-sizing:border-box}.amort-input:focus{outline:none;border-color:var(--amort-primary);background:#fff}.amort-buttons{display:flex;gap:1rem;margin-top:.5rem}.amort-btn{flex:1;padding:1rem;border:none;border-radius:10px;font-size:1rem;font-weight:700;cursor:pointer}.amort-btn-primary{background:linear-gradient(135deg,var(--amort-primary) 0%,var(--amort-secondary) 100%);color:#fff}.amort-btn-secondary{background:var(--amort-bg);color:var(--amort-text-muted);border:2px solid var(--amort-border)}.amort-results{background:var(--amort-card-bg);border-radius:16px;padding:1.5rem;box-shadow:var(--amort-shadow);margin-bottom:2rem}.amort-results-title{font-size:1.25rem;font-weight:700;color:var(--amort-primary);margin:0 0 1.5rem;text-align:center}.amort-results-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.amort-result-card{background:var(--amort-bg);border-radius:12px;padding:1.25rem;text-align:center}.amort-result-main{grid-column:1 / -1;background:linear-gradient(135deg,var(--amort-primary) 0%,var(--amort-secondary) 100%)}.amort-result-main .amort-result-label,.amort-result-main .amort-result-value{color:#fff}.amort-result-label{display:block;font-size:.8rem;font-weight:600;color:var(--amort-text-muted);margin-bottom:.25rem}.amort-result-value{display:block;font-size:1.75rem;font-weight:800;color:var(--amort-primary)}.amort-schedule-container{margin-top:2rem}.amort-schedule-title{font-size:1.1rem;font-weight:700;color:var(--amort-primary);margin:0 0 1rem}.amort-schedule-table{width:100%;border-collapse:collapse;background:#fff;font-size:.9rem}.amort-schedule-table th{background:var(--amort-primary);color:#fff;padding:.75rem 1rem;text-align:left}.amort-schedule-table td{padding:.625rem 1rem;border-bottom:1px solid var(--amort-border)}.amort-content{margin-top:3rem}.amort-content-section{margin-bottom:2.5rem}.amort-content-title{font-size:1.5rem;font-weight:700;color:var(--amort-text);margin:0 0 1rem;padding-bottom:.5rem;border-bottom:3px solid var(--amort-primary)}.amort-content-text{color:var(--amort-text-muted);line-height:1.7;margin:0 0 1rem}.amort-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1.5rem}.amort-feature-card{background:var(--amort-bg);border-radius:12px;padding:1.25rem;text-align:center}.amort-feature-icon{font-size:2rem;display:block;margin-bottom:.75rem}.amort-feature-title{font-size:1rem;font-weight:700;color:var(--amort-text);margin:0 0 .5rem}.amort-feature-desc{font-size:.85rem;color:var(--amort-text-muted);margin:0}.amort-table-wrapper{overflow-x:auto;border-radius:12px;margin-top:1.5rem}.amort-table{width:100%;border-collapse:collapse;background:#fff;font-size:.9rem}.amort-table th{background:var(--amort-primary);color:#fff;padding:.875rem 1rem;text-align:left}.amort-table td{padding:.75rem 1rem;border-bottom:1px solid var(--amort-border)}.amort-table-highlight{font-weight:700;color:var(--amort-primary)}.amort-tips-grid{display:grid;gap:1rem;margin-top:1.5rem}.amort-tip-card{display:flex;gap:1rem;background:var(--amort-card-bg);border-radius:12px;padding:1.25rem;border-left:4px solid var(--amort-primary)}.amort-tip-icon{font-size:1.5rem}.amort-tip-title{font-size:1rem;font-weight:700;color:var(--amort-text);margin:0 0 .5rem}.amort-tip-text{font-size:.9rem;color:var(--amort-text-muted);margin:0}.amort-faqs{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.amort-faq-item{background:var(--amort-card-bg);border-radius:12px;padding:1.25rem}.amort-faq-question{font-size:1rem;font-weight:700;color:var(--amort-primary);margin:0 0 .75rem}.amort-faq-answer{font-size:.9rem;color:var(--amort-text-muted);margin:0;line-height:1.6}@media (max-width: 768px){.amort-input-grid{grid-template-columns:1fr}.amort-results-grid{grid-template-columns:repeat(2,1fr)}}
