.header{background:rgba(255,255,255,.98);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-bottom:1px solid rgba(29,50,108,.1);padding:1.5rem 2rem;box-shadow:0 4px 20px #1d326c26}.header-content{display:flex;align-items:center;gap:1.5rem;max-width:1200px;margin:0 auto}.logo-image{height:50px;width:auto;object-fit:contain}.header-title{color:#1d326c;font-size:1.8rem;font-weight:700;letter-spacing:-.5px}.service-button{background:rgba(255,255,255,.95);border:none;border-radius:16px;padding:2.5rem;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 32px #1d326c26;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:2px solid rgba(255,255,255,.3);width:100%;min-height:220px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem}.service-button:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 16px 48px #1d326c40;background:rgba(255,255,255,.98);border-color:#1d326c33}.service-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center}.service-icon img{width:100%;height:100%;object-fit:contain}.service-info{flex:1;display:flex;flex-direction:column;gap:.5rem}.service-title{color:#1d326c;font-size:1.3rem;font-weight:700;margin:0;letter-spacing:-.3px}.service-description{color:#3c508c;font-size:1rem;margin:0;line-height:1.5;font-weight:500}.landing{flex:1;padding:3rem 2rem}.landing-content{max-width:1200px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2.5rem;padding:3rem 0;justify-items:center}.ad-password-reset{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem}.form-container{background:rgba(255,255,255,.98);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;padding:3rem;box-shadow:0 16px 48px #1d326c33;border:2px solid rgba(255,255,255,.3);width:100%;max-width:550px}.form-header{text-align:center;margin-bottom:2rem}.form-header h2{color:#1d326c;margin-bottom:.5rem;font-weight:700;font-size:1.8rem}.form-header p{color:#3c508c;font-size:1rem;font-weight:500}.reset-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#1d326c;font-weight:600;font-size:1rem}.form-group input{padding:1rem;border:2px solid rgba(29,50,108,.2);border-radius:12px;font-size:1rem;transition:all .3s ease;background:rgba(255,255,255,.9)}.form-group input:focus{outline:none;border-color:#1d326c;background:rgba(255,255,255,1);box-shadow:0 0 0 3px #1d326c1a}.form-group input.error{border-color:#e74c3c}.error-message{color:#e74c3c;font-size:.8rem}.message{padding:1rem;border-radius:8px;font-size:.9rem}.message.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.message.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem}.btn{padding:1rem 2rem;border:none;border-radius:12px;font-size:1rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-weight:600;letter-spacing:.3px}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background:rgba(108,117,125,.9);color:#fff;border:2px solid transparent}.btn-secondary:hover:not(:disabled){background:rgba(90,98,104,.9);transform:translateY(-2px);box-shadow:0 4px 12px #6c757d4d}.btn-primary{background:rgb(29,50,108);color:#fff;border:2px solid rgb(29,50,108)}.btn-primary:hover:not(:disabled){background:rgb(20,35,80);border-color:#142350;transform:translateY(-2px);box-shadow:0 6px 20px #1d326c66}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;display:flex;flex-direction:column}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#1d326c;background-image:url(https://d2gc27jy00o0yk.cloudfront.net/assets/us-east-1_aQxA7U3F6/7d010b27-8136-48b3-9c60-9497bd0a7726/342fcc52-2fda-4ae8-9efa-ecf891dfb7de/light-page_background.png);background-size:cover;background-position:center;background-repeat:no-repeat;min-height:100vh}#root{min-height:100vh}
