body { font-family: "Montserrat", Arial, sans-serif; color: #1a1a1a; background-color: #f8f9fa; }
a { color: inherit; }
.bg-hero { background: linear-gradient(135deg, #0a4d90, #102a7a); }
.bg-unitedintl { background: #0a4d90; }
.text-blue, .text-unitedintl { color: #0a4d90 !important; }
.btn-unitedintl { background: #0a4d90; color: #fff; border-radius: 0; }
.btn-unitedintl:hover { color: #fff; background: #082d5e; }
.product-card { display: flex; flex-direction: column; text-align: center; padding: 1.5rem 1rem; transition: all 0.2s ease; min-height: 100%; }
.product-card:hover { background: #0a4d90; color: #fff; }
.product-card__image { min-height: 110px; display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; }
.hero-banner { min-height: 360px; display: flex; align-items: center; }
.fs-7 { font-size: 0.85rem; }
.navbar-brand .logo { max-height: 48px; }
.card-img-top { object-fit: cover; height: 220px; }

#overlay { position: fixed; inset: 0; background: rgba(0, 0, 0, 0.45); z-index: 1050; display: none; }
#overlay .spinner-border { width: 3rem; height: 3rem; }
