.welcome-hero {
    min-height: 100dvh;
}

.welcome-logo {
    width: 80px;
    height: 80px;
    object-fit: contain;
    opacity: 0.9;
}

body {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
}
