*{margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--neutral-gray)}@keyframes fadeInScale{0%{opacity:0;transform:scale(.8) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes backgroundFloat{0%,to{transform:translateX(0) translateY(0) rotate(0deg)}33%{transform:translateX(10px) translateY(-10px) rotate(1deg)}66%{transform:translateX(-5px) translateY(5px) rotate(-1deg)}}.page-container{width:100%;max-width:100%;overflow-x:hidden;position:relative;margin:0;padding:0}.page-container>*{margin-left:0;margin-right:0;box-sizing:border-box}.content-container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}:root{--max-width:1100px;--border-radius:12px;--font-mono:ui-monospace,Menlo,Monaco,"Cascadia Code","Segoe UI Mono","Roboto Mono","Oxygen Mono","Ubuntu Monospace","Source Code Pro","Fira Code","Droid Sans Mono","Courier New",monospace;--primary-navy:#1a3e6f;--secondary-navy:#2a5490;--accent-gold:#ffc857;--light-gold:#ffd687;--success-green:#059669;--warning-orange:#ea580c;--error-red:#dc2626;--neutral-gray:#f5f6f8;--light-gray:#f5f6f8;--white:#fff;--primary-text:#1e1e1e;--secondary-text:#4a4a4a;--muted-text:#7a7a7a;--text-on-dark:#fff;--foreground-rgb:30,30,30;--background-start-rgb:245,246,248;--background-end-rgb:255,255,255}a{text-decoration:none;color:inherit}a,button{transition:all .3s ease}button{cursor:pointer;border:none;background:none;font-family:inherit}img{max-width:100%;height:auto;display:block}*{max-width:100vw}.grid-container{display:grid}.grid-container,section{width:100%;overflow:hidden}@media (max-width:768px){.content-container{padding:0 15px}body,html{overflow-x:hidden;width:100vw}*,body,html{max-width:100vw}.navigationDropdown{position:relative!important}.navigationDropdown .dropdownMenu{position:fixed!important;top:auto!important;left:1rem!important;right:1rem!important;width:auto!important;z-index:9999!important}.authButtons{flex-direction:column!important;gap:.5rem!important;width:100%!important}.authButtons>*{width:100%!important;text-align:center!important;justify-content:center!important}.headerContainer{flex-direction:column!important;gap:1rem!important}.form,.headerActions,.input{width:100%!important}.input{box-sizing:border-box!important}.card{margin:0!important;border-radius:12px!important}h1{font-size:clamp(1.5rem,5vw,2.5rem)!important}h2{font-size:clamp(1.3rem,4vw,2rem)!important}p{font-size:clamp(.9rem,2.5vw,1rem)!important}}@media (max-width:480px){.headerContainer{padding:.5rem!important}.logoSection{flex-direction:column!important}.brandSection,.logoSection{text-align:center!important}.dropdownMenu{left:.5rem!important;right:.5rem!important}}body{padding-bottom:50px}body.admin-page{padding-bottom:0}h1,h2,h3,h4,h5,h6{color:var(--primary-text);font-weight:700;line-height:1.3}h1{font-size:clamp(28px,5vw,48px)}h2{font-size:clamp(24px,4vw,36px)}h3{font-size:clamp(20px,3vw,28px)}h4{font-size:clamp(18px,2.5vw,24px)}p{color:var(--secondary-text);line-height:1.7;font-size:clamp(15px,2vw,17px);font-weight:400}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:12px;font-weight:600;font-size:16px;transition:all .3s ease;text-decoration:none;border:none;cursor:pointer;min-height:48px}.btn-primary{background:linear-gradient(135deg,var(--primary-navy) 0,var(--secondary-navy) 100%);color:var(--text-on-dark);box-shadow:0 4px 14px rgba(26,62,111,.3)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(26,62,111,.4)}.btn-secondary{background:linear-gradient(135deg,var(--accent-gold) 0,var(--light-gold) 100%);color:var(--primary-text);box-shadow:0 4px 14px rgba(255,200,87,.3)}.btn-secondary:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(255,200,87,.4)}.btn-outline{background:transparent;color:var(--primary-navy);border:2px solid var(--primary-navy)}.btn-outline:hover{background:var(--primary-navy);color:var(--text-on-dark)}.card{background:var(--white);border-radius:20px;padding:30px;box-shadow:0 10px 30px rgba(0,0,0,.08);border:1px solid rgba(26,62,111,.1);transition:all .3s ease;width:100%;overflow:hidden}.card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(26,62,111,.15);border-color:var(--accent-gold)}.section-padding{padding:clamp(60px,8vw,100px) 0}.mb-small{margin-bottom:1rem}.mb-medium{margin-bottom:2rem}.mb-large{margin-bottom:3rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.text-center{text-align:center}.grid{display:grid}.grid-1{grid-template-columns:1fr}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}@media (max-width:768px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.gap-8{gap:1.5rem}.gap-6{gap:1rem}}.fade-in{opacity:0;transform:translateY(30px);animation:fadeInUp .8s ease forwards}.fade-in.delay-1{animation-delay:.2s}.fade-in.delay-2{animation-delay:.4s}.fade-in.delay-3{animation-delay:.6s}.slide-in-left{opacity:0;transform:translateX(-50px);animation:slideInLeft .8s ease forwards}.slide-in-right{opacity:0;transform:translateX(50px);animation:slideInRight .8s ease forwards}@keyframes slideInLeft{to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{to{opacity:1;transform:translateX(0)}}.gradient-primary{background:linear-gradient(135deg,var(--primary-navy) 0,var(--secondary-navy) 100%)}.gradient-accent,.gradient-secondary{background:linear-gradient(135deg,var(--accent-gold) 0,var(--light-gold) 100%)}.text-gradient{background:linear-gradient(135deg,var(--primary-navy) 0,var(--secondary-navy) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}a:focus,button:focus,input:focus{outline:2px solid var(--primary-navy);outline-offset:2px}.login-page{background:linear-gradient(135deg,#f1f5f9,#e2e8f0)}.login-input:focus{border-color:#1a3e6f;box-shadow:0 0 0 3px rgba(26,62,111,.1)}.login-button:hover{background-color:#2a5490;transform:translateY(-2px);box-shadow:0 6px 20px rgba(26,62,111,.4)}.password-toggle:hover{color:#1a3e6f}.quick-link:hover{background-color:rgba(26,62,111,.05)}@media print{*{background:#fff!important;color:#000!important}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@keyframes cardFloat{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-10px) rotate(2deg)}}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInFromLeft{0%{opacity:0;transform:translateX(-100px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInFromRight{0%{opacity:0;transform:translateX(100px)}to{opacity:1;transform:translateX(0)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3) translateY(50px)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.featureImageContainer:hover .featureImage{transform:scale(1.05)!important}.featureImageContainer:hover .featureBadge{transform:scale(1.1)!important}.featureCard:hover{transform:translateY(-5px)!important;box-shadow:0 20px 40px rgba(0,0,0,.15)!important}.accountCard:hover{transform:translateY(-8px)!important;box-shadow:0 25px 45px rgba(0,0,0,.15)!important;border-color:#1e3a8a!important}.heroButton:hover{transform:translateY(-3px)!important;box-shadow:0 15px 35px rgba(5,150,105,.5)!important;border-color:#fff!important}.secondaryButton:hover{background-color:hsla(0,0%,100%,.1)!important;transform:translateY(-3px)!important}.loanButton:hover{transform:translateY(-3px)!important;box-shadow:0 12px 25px rgba(5,150,105,.4)!important}@media (max-width:768px){.heroButtons{flex-direction:column!important;align-items:stretch!important;gap:.5rem!important}.featureContent{grid-template-columns:1fr!important;gap:1.5rem!important}.accountGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))!important;gap:1rem!important}.loanContent{grid-template-columns:1fr!important;gap:1.5rem!important}.loanStats{grid-template-columns:repeat(3,1fr)!important;gap:.8rem!important}.loanTypes{grid-template-columns:repeat(2,1fr)!important;gap:.6rem!important}.featuresList{margin-bottom:1.5rem!important}.heroSection{height:50vh!important;min-height:350px!important;max-height:400px!important}.heroTitle{font-size:clamp(1.3rem,4vw,2rem)!important}.heroSubtitle{font-size:clamp(.85rem,2vw,1rem)!important}}@media (max-width:480px){.accountGrid,.loanStats,.loanTypes{grid-template-columns:1fr!important}.loanStats{text-align:left!important}.statItem{display:flex!important;justify-content:space-between!important;align-items:center!important;padding:.5rem!important;background:rgba(59,130,246,.05)!important;border-radius:8px!important;margin-bottom:.5rem!important}}html{scroll-behavior:smooth}body{margin:0;padding:0;overflow-x:hidden}*{box-sizing:border-box}.loading-spinner{border:4px solid #f3f3f3;border-top-color:#1e3a8a;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite;margin:20px auto}@keyframes typing{0%,60%,to{transform:scale(1);opacity:.5}30%{transform:scale(1.2);opacity:1}}.typing-indicator span{display:inline-block;width:6px;height:6px;border-radius:50%;background-color:#9ca3af;margin:0 2px;animation:typing 1.4s ease-in-out infinite}.typing-indicator span:first-child{animation-delay:-.32s}.typing-indicator span:nth-child(2){animation-delay:-.16s}.typing-indicator span:nth-child(3){animation-delay:0s}button{background:none!important}button[style*="background:"],button[style*=backgroundColor]{background-color:var(--button-bg,#1e40af)!important;background-image:none!important}.serviceCard,.serviceCard:hover{background:#fff!important;background-color:#fff!important}@media (max-width:768px){.headerContainer{padding:.75rem!important;gap:.75rem!important}.topHeaderRow{flex-direction:column!important;gap:1rem!important;text-align:center!important}.mobileNavigationRow{display:flex!important;justify-content:center!important;align-items:center!important;gap:.75rem!important;padding:.5rem .75rem!important;margin:0 .5rem!important;flex-wrap:wrap!important}.mobileMenuButton{padding:.5rem .7rem!important;min-width:70px!important;border-radius:6px!important}.mobileMenuButton,.mobileMenuText{font-size:.75rem!important}.mobileHamburgerLines{width:8px!important;gap:1px!important}.mobileHamburgerLine{height:1px!important}.logoSection{order:0!important}.navigationDropdown{order:1!important}.authButtonsRow{order:2!important}.authButtons{flex-direction:row!important;flex:1 1!important}.authButtons>*{min-width:120px!important;max-width:150px!important;justify-content:center!important;font-size:.85rem!important}.navigationDropdown{flex-shrink:0!important}.modernMenuButton{padding:.6rem 1rem!important;font-size:.85rem!important}.featuresGrid{grid-template-columns:1fr!important;gap:1.5rem!important}.heroSection{height:auto!important;min-height:60vh!important;padding:2rem 1rem!important}.heroButtons{flex-direction:column!important;width:100%!important;gap:.75rem!important}.featuresDropdownMenu{min-width:300px!important;max-width:95vw!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;position:fixed!important}.bankingDropdownMenu{position:fixed!important;top:80px!important;width:calc(100vw - 2rem)!important;max-width:calc(100vw - 2rem)!important;right:1rem!important;left:1rem!important;max-height:calc(100vh - 100px)!important;padding:1rem!important;margin:0!important;overflow-y:auto!important;transform:none!important}.topHeaderRow{flex-wrap:wrap!important;gap:.5rem!important;justify-content:center!important}.logoSection{order:1!important;flex:1 1!important;min-width:200px!important}.navigationDropdown{order:2!important;flex:1 1!important;min-width:140px!important;display:flex!important;justify-content:center!important}.modernMenuButton{width:100%!important;max-width:160px!important;min-width:140px!important;padding:.6rem .8rem!important}.menuText,.modernMenuButton{font-size:.8rem!important}.authButtonsRow{order:3!important;width:100%!important;margin-top:.5rem!important}.authButtons{width:100%!important;justify-content:center!important;flex-wrap:wrap!important;gap:.5rem!important}.authButtons>*{flex:1 1!important;min-width:90px!important;max-width:120px!important;padding:.6rem .8rem!important;font-size:.8rem!important;text-align:center!important}.bankingDropdownGrid{gap:1rem!important}.bankingDropdownCTA{flex-direction:column!important}.bankingDropdownButton,.bankingDropdownSecondaryButton{width:100%!important;justify-content:center!important}.nav-dropdown{position:fixed;top:60px;left:10px;right:10px;max-width:none;width:calc(100% - 20px)}.dropdown{position:fixed!important;top:60px!important;left:10px!important;right:10px!important;width:calc(100vw - 20px)!important;maxWidth:none!important;minWidth:none!important}.hero-actions{flex-direction:column;align-items:center}.primary-button,.secondary-button{width:100%;max-width:280px}}@media (max-width:480px){.headerActions{flex-direction:column!important;gap:.75rem!important}.authButtons{width:100%!important;justify-content:center!important}.authButtons>*{min-width:100px!important;max-width:none!important;flex:1 1!important}.navigationDropdown{display:flex!important}.modernMenuButton,.navigationDropdown{width:100%!important;justify-content:center!important}.modernMenuButton{max-width:200px!important}.bankingDropdownMenu{right:.5rem!important;left:.5rem!important;width:calc(100vw - 1rem)!important;padding:.75rem!important}.mobileNavigationRow{gap:.5rem!important;padding:.4rem .5rem!important;margin:0 .25rem!important}.mobileMenuButton{padding:.4rem .6rem!important;min-width:65px!important;border-radius:5px!important}.mobileMenuButton,.mobileMenuText{font-size:.7rem!important}.mobileHamburgerLines{width:7px!important}}@media (max-width:414px) and (orientation:portrait){.mobileNavigationRow{display:flex!important;visibility:visible!important;opacity:1!important;gap:.4rem!important;padding:.3rem .4rem!important;margin:0 .2rem!important}.mobileMenuButton{padding:.35rem .5rem!important;min-width:60px!important;max-width:70px!important;border-radius:4px!important}.mobileMenuButton,.mobileMenuText{font-size:.65rem!important}.scrollingWelcomeContainer{min-width:200px!important;max-width:90%!important;margin:0 .5rem!important;padding:.4rem .8rem!important}.scrollingWelcomeText{font-size:.8rem!important}}.image-fallback{height:200px;background:#f0f0f0;justify-content:center;border-radius:12px;color:#666;font-size:2rem}.image-fallback,.sticky-footer{display:flex;align-items:center}.sticky-footer{position:fixed;bottom:0;left:0;right:0;background:#fff!important;background-color:#fff!important;background-image:none!important;color:#1e293b;padding:.75rem 1rem;box-shadow:0 -4px 20px rgba(0,0,0,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;border-top:2px solid #e5e7eb;min-height:70px;animation:slideUpFooter .5s ease-out}@keyframes slideUpFooter{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.sticky-footer a,.sticky-footer button{transition:all .3s cubic-bezier(.4,0,.2,1)!important;background:#fff!important;background-color:#fff!important;background-image:none!important}.sticky-footer a:hover,.sticky-footer button:hover{transform:translateY(-2px)!important;box-shadow:0 8px 20px rgba(0,0,0,.15)!important;background-color:#f8fafc!important;border-color:#059669!important}.sticky-footer a:active,.sticky-footer button:active{transform:translateY(-2px) scale(1.02)!important;box-shadow:0 6px 20px rgba(0,0,0,.2)!important}.sticky-footer div[style*=featuresDropdown]{animation:dropdownSlideUp .3s ease-out!important}@keyframes dropdownSlideUp{0%{opacity:0;transform:translateX(-50%) translateY(20px) scale(.95)}to{opacity:1;transform:translateX(-50%) translateY(0) scale(1)}}.sticky-footer a[style*=featureItem]:hover{background-color:#f1f5f9!important;transform:translateX(8px)!important;box-shadow:0 8px 25px rgba(0,0,0,.1)!important;border-color:rgba(59,130,246,.3)!important}.sticky-footer button[style*=featuresButton]{animation:pulse 2s infinite!important}@keyframes pulse{0%,to{box-shadow:0 6px 20px rgba(5,150,105,.4)}50%{box-shadow:0 8px 25px rgba(5,150,105,.6)}}@media (max-width:768px){.sticky-footer{padding:.5rem .75rem!important;min-height:65px!important}.sticky-footer div[style*=navigationSection]{gap:.25rem!important}.sticky-footer a,.sticky-footer button{padding:.5rem .25rem!important;min-height:55px!important;border-radius:12px!important}.sticky-footer span[style*=navText]{font-size:.65rem!important}.sticky-footer span[style*=navIcon]{font-size:1.1rem!important}}@media (max-width:480px){.sticky-footer{min-height:60px!important}.sticky-footer div[style*=featuresDropdown]{min-width:320px!important;padding:1.5rem!important}}.sticky-footer a:before,.sticky-footer button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);transition:left .5s}.sticky-footer a:hover:before,.sticky-footer button:hover:before{left:100%}body{padding-bottom:80px!important}body[data-hide-footer=true] .sticky-footer{display:none!important}.sticky-footer-loading{opacity:.7;pointer-events:none}.sticky-footer a:focus,.sticky-footer button:focus{outline:2px solid #3b82f6!important;outline-offset:2px!important}.zelle-service-card:hover{transform:translateY(-4px)!important;box-shadow:0 12px 35px rgba(26,62,111,.2)!important;border-color:#1a3e6f!important}.zelle-contact-button:hover{transform:translateY(-2px)!important;box-shadow:0 8px 25px rgba(26,62,111,.15)!important;border-color:#1a3e6f!important;background-color:#f8fafc!important}.zelle-action-button:hover{transform:translateY(-3px)!important;box-shadow:0 10px 30px rgba(26,62,111,.2)!important;border-color:#1a3e6f!important}.zelle-input:focus,.zelle-select:focus{outline:none!important;border-color:#1a3e6f!important;box-shadow:0 0 0 4px rgba(26,62,111,.15)!important;background-color:#fff!important}.zelle-submit-button:hover{background-color:#0f2d5a!important;transform:translateY(-2px)!important;box-shadow:0 8px 25px rgba(26,62,111,.4)!important}.zelle-transaction-item:hover{transform:translateY(-2px)!important;box-shadow:0 8px 25px rgba(0,0,0,.12)!important;border-color:#1a3e6f!important}.zelle-filter-select:focus{outline:none!important;border-color:#1a3e6f!important;box-shadow:0 0 0 3px rgba(26,62,111,.1)!important}.zelle-logo-container{transition:all .3s ease!important}.zelle-logo-container:hover{transform:scale(1.05)!important}.zelle-back-button{transition:all .2s ease!important}.zelle-back-button:hover{background-color:hsla(0,0%,100%,.3)!important;transform:translateX(-2px)!important}.zelle-message{animation:slideInFromTop .5s ease-out!important;position:relative!important;z-index:20!important}@keyframes slideInFromTop{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.zelle-spinner{border-width:3px!important;animation:spin 1s linear infinite!important}@media (max-width:768px){.zelle-header{padding:1rem!important}.zelle-content{padding:.75rem!important}.zelle-form-container{padding:1.25rem!important}.zelle-service-card{padding:1.5rem!important}}.zelle-header-gradient{background:linear-gradient(135deg,#1a3e6f,#0f2d5a)!important}.zelle-card-gradient{background:linear-gradient(135deg,#fff,#f8fafc)!important}.zelle-elevated-card{box-shadow:0 4px 8px rgba(0,0,0,.08),0 12px 30px rgba(26,62,111,.1)!important}.zelle-high-contrast-text{color:#1e293b!important;font-weight:600!important}.zelle-subtitle-text{color:#475569!important;font-weight:500!important}