/*
Theme Name: Drona-LT Custom Theme
Author: Kernius
Description: Custom premium theme for Drona Autonomous Systems.
Version: 1.0
*/

.glass-panel {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.premium-shadow {
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.05), 0 10px 20px -5px rgba(0, 0, 0, 0.02);
}

.lift-hover:hover {
    box-shadow: 0px 4px 20px rgba(0,0,0,0.05);
    transform: translateY(-2px);
}


/* Style all buttons/CTAs globally to match ABB style */
.font-button, 
.text-button,
a.bg-primary, 
a.bg-white,
a.border-border-subtle,
a[class*="border-white/40"],
button,
input[type="submit"],
input[type="button"] {
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    font-weight: 700 !important;
}

/* Consistent padding and sharp border radius for button shapes */
a.bg-primary, 
a.bg-white,
a.border-border-subtle,
a[class*="border-white/40"],
button[type="submit"],
input[type="submit"],
a.border {
    border-radius: 2px !important; /* ABB sharp corners */
    transition: all 0.2s ease-in-out !important;
}
