/* Professional Glassmorphism & Branding */
.fi-layout {
    background: radial-gradient(circle at top right, #f0f9ff, #e0f2fe, #f8fafc) !important;
}

/* Make the Auth Card feel high-end */
.fi-center-hub .fi-section {
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.08) !important;
    border-radius: 24px !important;
}

/* Improve Typography - Clean & Institutional */
h1, h2, .fi-header-heading {
    letter-spacing: -0.02em !important;
    font-weight: 800 !important;
    color: #0f172a !important;
}

/* Style the Inputs to be sleek */
input, select {
    border-radius: 12px !important;
    border-color: #e2e8f0 !important;
    transition: all 0.2s ease-in-out !important;
}

input:focus, select:focus {
    border-color: #3b82f6 !important;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1) !important;
}

/* Step Wizard Buttons */
.fi-btn {
    border-radius: 12px !important;
    padding: 10px 24px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    font-size: 0.75rem;
}

/* Facility Repeater styling */
.fi-fo-repeater-item {
    background: white !important;
    border-radius: 16px !important;
    border: 1px solid #f1f5f9 !important;
    margin-bottom: 1rem !important;
}