body { background-color: #050810; color: white; font-family: system-ui, sans-serif; }

        .glass-panel {
            background: rgba(17, 24, 39, 0.8);
            backdrop-filter: blur(12px);
            border: 1px solid rgba(59, 130, 246, 0.2); /* Blue Border */
        }

        .input-field {
            background: rgba(5, 8, 16, 0.8);
            border: 1px solid #374151;
            transition: all 0.3s ease;
            color: white;
        }
        .input-field:focus {
            border-color: #3b82f6;
            box-shadow: 0 0 15px rgba(59, 130, 246, 0.3);
            outline: none;
        }

        .glow-btn { transition: all 0.3s ease; }
        .glow-btn:hover {
            box-shadow: 0 0 25px rgba(59, 130, 246, 0.6);
            transform: translateY(-1px);
        }

        .ti-lockup { display: inline-block; white-space: nowrap; }
        .ti-map { font-weight: 900; font-style: italic; color: white; }
        .ti-intel { font-weight: 900; font-style: italic; color: #3b82f6; }
        .ti-fleet { font-weight: 900; font-style: italic; color: white; }
        .ti-focus { font-weight: 900; font-style: italic; color: #3b82f6; }
        .ti-activity { font-weight: 900; font-style: italic; color: white; }
        .ti-hub { font-weight: 900; font-style: italic; color: #FA0000; }
        .ti-data { font-weight: 900; font-style: italic; color: white; }
        .ti-portal { font-weight: 900; font-style: italic; color: #FA0000; }
        .ti-excel { font-weight: 900; font-style: italic; color: white; }
        .ti-gateway { font-weight: 900; font-style: italic; color: #22c55e; }

.csp-enterprise_contact-style-1 { transform: scale(1.00); transform-origin: center; }
.csp-enterprise_contact-style-2 { height: 60px; width: auto; }
.csp-enterprise_contact-style-3 { height: 55px; width: auto; }
.csp-enterprise_contact-style-4 { height: 35px; width: auto; }
