.mm-application,.mm-features,.mm-hero{width:100%;margin:2rem 0;display:flex;justify-content:center;background:var(--color-surface);border-radius:12px;padding:2rem;border:1px solid var(--color-border);box-shadow:var(--shadow-soft)}.mm-hero{margin-top:4rem;padding:3rem 2rem}.mm-hero-container{display:flex;gap:4rem;align-items:center;max-width:1200px;width:100%}.mm-hero-content{flex:1 1}.mm-hero-title{font-size:2.5rem;font-weight:700;color:var(--color-text-primary);margin-bottom:1rem}.mm-hero-subtitle{font-size:1.2rem;color:var(--color-text-muted);margin-bottom:1.5rem}.mm-hero-features{list-style:none;padding:0;margin:0}.mm-hero-features li{display:flex;align-items:center;gap:.6rem;color:var(--color-text-primary);margin-bottom:.75rem}.mm-hero-icon{color:var(--color-accent-alt)}.mm-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.mm-badge{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--color-border);padding:6px 10px;border-radius:999px;color:var(--color-text-muted);font-size:.85rem;background:rgba(255,255,255,.03)}.mm-hero-visual{flex:1 1;display:flex;justify-content:center;align-items:center}.mm-scene{position:relative;width:520px;height:340px;border-radius:16px;padding:1rem;background:radial-gradient(120% 120% at 0 0,#0f1419 0,#1a2332 60%,#0f1419 100%);border:1px solid rgba(232,185,35,.35);box-shadow:var(--shadow-medium)}.mm-account-card{position:absolute;top:15px;left:15px;right:15px;bottom:15px;background:linear-gradient(145deg,#1a1a2e,#16213e);border:2px solid #e8b923;border-radius:12px;padding:1.25rem;display:flex;flex-direction:column;box-shadow:0 8px 32px rgba(0,0,0,.3);overflow:hidden}.mm-card-header{text-align:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid rgba(232,185,35,.3)}.mm-card-title{font-size:.9rem;font-weight:700;color:#e8b923;letter-spacing:1px;margin-bottom:.25rem}.mm-card-subtitle{font-size:.75rem;color:var(--color-text-muted);font-weight:500}.mm-card-body{flex:1 1;display:flex;flex-direction:column;padding:.5rem 0;min-height:0}.mm-balance-section{text-align:center;margin-bottom:1rem}.mm-balance-label{font-size:.75rem;color:var(--color-text-muted);font-weight:500;margin-bottom:.25rem}.mm-balance-amount{font-size:1.8rem;font-weight:800;color:#e8b923;line-height:1;margin-bottom:.25rem}.mm-balance-subtitle{font-size:.7rem;color:var(--color-text-muted);font-weight:500}.mm-rate-tiers{flex:1 1;display:flex;flex-direction:column;gap:.5rem;min-height:0}.mm-tier{display:flex;justify-content:space-between;align-items:center;padding:.5rem .75rem;background:rgba(255,255,255,.05);border-radius:6px;border:1px solid rgba(255,255,255,.1);flex-shrink:0}.mm-tier-range{font-size:.7rem;color:var(--color-text-muted);font-weight:500}.mm-tier-rate{font-size:.7rem;color:#e8b923;font-weight:700}.mm-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:.5rem;border-top:1px solid rgba(232,185,35,.3);flex-shrink:0}.mm-features{display:flex;gap:.5rem}.mm-feature{display:flex;align-items:center;gap:.25rem;color:#4ade80;font-size:.6rem;font-weight:600;background:none;padding:0;border:none}.mm-account-number{font-size:.6rem;color:var(--color-text-muted);font-family:monospace}.mm-rate-badge{position:absolute;top:12px;right:12px;background:#e8b923;color:#1a1a2e;border-radius:10px;padding:10px 12px;text-align:right;box-shadow:0 4px 10px rgba(0,0,0,.35);border:1px solid rgba(0,0,0,.2)}.mm-badge-rate{font-size:1.1rem;font-weight:800;letter-spacing:.5px}.mm-badge-sub{font-size:.75rem;opacity:.9}.mm-features-container{max-width:1200px;width:100%}.mm-features-title{font-size:2.2rem;font-weight:700;color:var(--color-text-primary);text-align:center;margin-bottom:2rem}.mm-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem}.mm-feature-card{background:var(--color-background);border:1px solid var(--color-border);border-radius:12px;padding:1.5rem;text-align:center;transition:all .2s ease;box-shadow:var(--shadow-soft)}.mm-feature-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-medium);border-color:var(--color-accent-alt)}.mm-feature-icon{font-size:2.25rem;color:var(--color-accent-alt);margin-bottom:.75rem}.mm-feature-title{font-size:1.25rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.5rem}.mm-feature-description{color:var(--color-text-muted)}.mm-application-container{max-width:820px;width:100%}.mm-application-title{font-size:2.25rem;font-weight:700;color:var(--color-text-primary);text-align:center;margin-bottom:.5rem}.mm-application-subtitle{font-size:1rem;color:var(--color-text-muted);text-align:center;margin-bottom:2rem}.mm-application-form{background:var(--color-background);border:1px solid var(--color-border);border-radius:12px;padding:2rem;box-shadow:var(--shadow-soft)}.form-section{margin-bottom:1.75rem}.form-section-title{font-size:1.1rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid var(--color-border)}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:1rem;gap:1rem;margin-bottom:1rem}.form-group{display:flex;flex-direction:column}.form-group label{font-size:.9rem;font-weight:500;color:var(--color-text-muted);margin-bottom:.4rem}.form-group input,.form-group select,.form-group textarea{padding:.7rem 1rem;font-size:1rem;border:1px solid var(--color-border);border-radius:6px;background:var(--color-background);color:var(--color-text-primary)}.submit-button{width:100%;padding:1rem 2rem;font-size:1.05rem;font-weight:600;background:var(--color-accent-alt);color:var(--color-primary);border:none;border-radius:8px;cursor:pointer;box-shadow:var(--shadow-soft)}.submit-button:hover{background:#f4c430}@media (max-width:768px){.mm-hero-container{flex-direction:column;gap:2rem}.mm-hero-title{font-size:2.4rem}}