.login-page{min-height:100vh;background:#f8f3ee;display:flex;justify-content:center;align-items:center;padding:3rem}.login-container{width:100%;max-width:1200px;display:grid;grid-template-columns:1.1fr .9fr;overflow:hidden;border-radius:32px;background:white;box-shadow:0 30px 80px rgba(0,0,0,.08)}.login-hero{min-height:700px;background:linear-gradient(rgba(0,0,0,.45),rgba(0,0,0,.45)),url(/images/hero/hero-main.jpg);background-size:cover;background-position:50%;position:relative}.login-overlay{height:100%;display:flex;flex-direction:column;justify-content:center;padding:4rem;color:white}.login-badge{width:-moz-fit-content;width:fit-content;padding:.8rem 1.5rem;border-radius:999px;background:rgba(255,255,255,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-bottom:2rem}.login-overlay h1{font-size:4rem;line-height:1.1;margin-bottom:1.5rem}.login-overlay p{max-width:520px;font-size:1.1rem;line-height:1.8}.login-card{display:flex;flex-direction:column;justify-content:center;padding:4rem}.login-header h2{font-size:3rem;color:#5a2417;margin-bottom:1rem}.login-header p{color:#6b6b6b;line-height:1.8;margin-bottom:3rem}.google-login-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:1rem;border:none;padding:1.2rem;border-radius:999px;background:#b71c1c;color:white;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease}.google-login-btn:hover{transform:translateY(-3px);background:#981616}.login-footer-note{margin-top:2rem;text-align:center;color:#888;line-height:1.7}@media (max-width:900px){.login-container{grid-template-columns:1fr}.login-hero{min-height:350px}.login-overlay h1{font-size:2.8rem}.login-card{padding:2rem}.login-header h2{font-size:2rem}}