/* Frosted glass cards */
.service-card,
.information-widget-resource {
    background: rgba(15, 12, 10, 0.65) !important;
    backdrop-filter: blur(14px) !important;
    border: 1px solid rgba(255, 255, 255, 0.07) !important;
    transition: background 0.2s ease !important;
}

.service-card:hover {
    background: rgba(15, 12, 10, 0.78) !important;
}

/* Text shadow for readability over busy backgrounds */
* {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

/* Cleaner top bar — less height, stronger blur */
#page-header {
    background: rgba(10, 8, 6, 0.60) !important;
    backdrop-filter: blur(20px) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

/* Tighten up the greeting so it doesn't dominate */
#information-widgets {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}