.savings-main{background:var(--color-background);padding:calc(var(--header-height,85px) + var(--subheader-height,60px) + 1rem) 2rem 2rem;min-height:calc(100vh - var(--header-height,85px) - var(--subheader-height,60px));color:var(--color-text-primary);flex-direction:column;justify-content:flex-start;align-items:center;margin:0 auto;display:flex}.savings-hero{background:var(--color-surface);border:1px solid var(--color-border);width:100%;box-shadow:var(--shadow-soft);border-radius:12px;justify-content:center;align-items:flex-start;margin:4rem 0;padding:3rem 2rem;transition:all .3s;display:flex}.savings-hero:hover{background:var(--color-surface-glass);box-shadow:var(--shadow-medium)}.savings-features,.savings-application{background:var(--color-surface);border:1px solid var(--color-border);width:100%;box-shadow:var(--shadow-soft);border-radius:12px;justify-content:center;margin:2rem 0;padding:2rem;transition:all .3s;display:flex}.savings-hero-container{align-items:center;gap:4rem;width:100%;max-width:1200px;display:flex}.savings-hero-content{flex:1}.savings-hero-title{color:var(--color-text-primary);margin-bottom:1rem;font-size:2.5rem;font-weight:700;line-height:1.2}.savings-hero-subtitle{color:var(--color-text-muted);margin-bottom:2rem;font-size:1.25rem;line-height:1.5}.savings-hero-features{margin:0;padding:0;list-style:none}.savings-hero-features li{color:var(--color-text-primary);align-items:center;gap:.75rem;margin-bottom:1rem;font-size:1.1rem;display:flex}.savings-hero-icon{color:var(--color-accent);flex-shrink:0;font-size:1.25rem}.savings-badges{flex-wrap:wrap;gap:.5rem;margin-top:1rem;display:flex}.savings-badge{border:1px solid var(--color-border);color:var(--color-text-muted);background:#ffffff08;border-radius:999px;align-items:center;gap:6px;padding:6px 10px;font-size:.85rem;display:inline-flex}.savings-hero-visual{flex:1;justify-content:center;align-items:center;display:flex}.savings-scene{width:520px;height:320px;box-shadow:var(--shadow-medium);background:radial-gradient(120% 120% at 0 0,#0f1419 0%,#1a2332 60%,#0f1419 100%);border:1px solid #e8b92359;border-radius:16px;padding:1rem;position:relative}.savings-account-card{background:linear-gradient(145deg,#1a1a2e 0%,#16213e 100%);border:2px solid #e8b923;border-radius:12px;flex-direction:column;padding:1.25rem;display:flex;position:absolute;inset:15px;overflow:hidden;box-shadow:0 8px 32px #0000004d}.savings-card-header{text-align:center;border-bottom:1px solid #e8b9234d;margin-bottom:1rem;padding-bottom:.75rem}.savings-card-title{color:#e8b923;letter-spacing:1px;margin-bottom:.25rem;font-size:.9rem;font-weight:700}.savings-card-subtitle{color:var(--color-text-muted);font-size:.75rem;font-weight:500}.savings-card-body{flex-direction:column;flex:1;min-height:0;padding:.5rem 0;display:flex}.savings-balance-section{text-align:center;margin-bottom:1rem}.savings-balance-label{color:var(--color-text-muted);margin-bottom:.25rem;font-size:.75rem;font-weight:500}.savings-balance-amount{color:#e8b923;margin-bottom:.25rem;font-size:1.8rem;font-weight:800;line-height:1}.savings-balance-subtitle{color:var(--color-text-muted);font-size:.7rem;font-weight:500}.savings-rate-info{flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:0;display:flex}.savings-rate-main{text-align:center;margin-bottom:1rem}.savings-rate-value{color:#e8b923;margin-right:.25rem;font-size:2.2rem;font-weight:800;line-height:1}.savings-rate-label{color:var(--color-text-muted);letter-spacing:1px;font-size:.9rem;font-weight:600}.savings-rate-details{flex-direction:column;gap:.4rem;width:100%;display:flex}.savings-rate-item{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;justify-content:space-between;align-items:center;padding:.4rem .6rem;display:flex}.savings-rate-desc{color:var(--color-text-muted);font-size:.7rem;font-weight:500}.savings-rate-amount{color:#e8b923;font-size:.7rem;font-weight:700}.savings-card-footer{border-top:1px solid #e8b9234d;flex-shrink:0;justify-content:space-between;align-items:center;padding-top:.75rem;display:flex}.savings-features{gap:.8rem;display:flex}.savings-feature{color:#4ade80;background:0 0;border:none;align-items:center;gap:.4rem;padding:0;font-size:.7rem;font-weight:600;display:flex}.savings-account-number{color:var(--color-text-muted);font-family:monospace;font-size:.65rem}.savings-rate-badge{color:#1a1a2e;text-align:right;background:#e8b923;border:1px solid #0003;border-radius:10px;padding:10px 12px;position:absolute;top:12px;right:12px;box-shadow:0 4px 10px #00000059}.savings-badge-rate{letter-spacing:.5px;font-size:1.1rem;font-weight:800}.savings-badge-sub{opacity:.9;font-size:.75rem}.savings-features-container{width:100%;max-width:1200px}.savings-features-title{color:var(--color-text-primary);text-align:center;margin-bottom:3rem;font-size:2.5rem;font-weight:700}.savings-features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.savings-feature-card{background:var(--color-background);border:1px solid var(--color-border);text-align:center;box-shadow:var(--shadow-soft);border-radius:12px;padding:2rem;transition:all .3s}.savings-feature-card:hover{box-shadow:var(--shadow-medium);border-color:var(--color-accent-alt);transform:translateY(-4px)}.savings-feature-icon{color:var(--color-accent-alt);margin-bottom:1rem;font-size:3rem}.savings-feature-title{color:var(--color-text-primary);margin-bottom:1rem;font-size:1.5rem;font-weight:600}.savings-feature-description{color:var(--color-text-muted);font-size:1rem;line-height:1.6}.savings-feature-highlight{border:2px solid var(--color-accent-alt);box-shadow:var(--shadow-medium);background:linear-gradient(145deg,#3f0c0c 0%,#2b0808 100%)}.savings-feature-highlight .savings-feature-icon{color:var(--color-accent-alt);font-size:3.5rem}.savings-application-container{width:100%;max-width:800px}.savings-application-title{color:var(--color-text-primary);text-align:center;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.savings-application-subtitle{color:var(--color-text-muted);text-align:center;margin-bottom:3rem;font-size:1.1rem}.savings-application-form{background:var(--color-background);border:1px solid var(--color-border);box-shadow:var(--shadow-soft);border-radius:12px;padding:2rem}.form-section{margin-bottom:2rem}.form-section-title{color:var(--color-text-primary);border-bottom:1px solid var(--color-border);margin-bottom:1rem;padding-bottom:.5rem;font-size:1.25rem;font-weight:600}.form-row{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-bottom:1rem;display:grid}.form-group{flex-direction:column;display:flex}.form-group label{color:var(--color-text-muted);margin-bottom:.5rem;font-size:.9rem;font-weight:500}.form-group input,.form-group select,.form-group textarea{border:1px solid var(--color-border);background:var(--color-background);color:var(--color-text-primary);border-radius:6px;padding:.75rem 1rem;font-size:1rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--color-accent-alt);outline:none;box-shadow:0 0 0 2px #e8b92333}.form-group input[type=checkbox]{width:auto;margin-right:.5rem}.checkbox-group{align-items:center;gap:.5rem;display:flex}.checkbox-group label{color:var(--color-text-muted);margin-bottom:0;font-size:.9rem}.submit-button{background:var(--color-accent-alt);width:100%;color:var(--color-primary);cursor:pointer;box-shadow:var(--shadow-soft);border:none;border-radius:8px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s}.submit-button:hover{box-shadow:var(--shadow-medium);background:#f4c430;transform:translateY(-2px)}.submit-button:disabled{background:var(--color-text-muted);cursor:not-allowed;box-shadow:none;transform:none}.interest-rate-display{border:2px solid var(--color-accent-alt);text-align:center;background:linear-gradient(145deg,#3f0c0c 0%,#2b0808 100%);border-radius:12px;margin-bottom:2rem;padding:1.5rem}.interest-rate-display h3{color:var(--color-accent-alt);margin-bottom:.5rem;font-size:1.5rem}.interest-rate-display p{color:var(--color-text-muted);font-size:1rem}@media (max-width:768px){.savings-main{padding:calc(var(--header-height,85px) + var(--subheader-height,60px) + .5rem) 1rem 1rem}.savings-hero-container{flex-direction:column;gap:2rem}.savings-hero-title{font-size:2.5rem}.savings-hero-subtitle{font-size:1.1rem}.savings-card-preview{width:250px;height:160px}.savings-features-title,.savings-application-title{font-size:2rem}.form-row{grid-template-columns:1fr}.savings-hero,.savings-features,.savings-application{padding:1.5rem}}
