body {
    font-family: 'Segoe UI', sans-serif;
}
.card {
    border-radius: 0.75rem;
}
.top-bar a {
    text-decoration: none;
}
.hero-banner {
    position: relative;
    min-height: 420px;
    background-image: linear-gradient(rgba(3, 37, 76, 0.7), rgba(3, 37, 76, 0.7)), url('https://images.unsplash.com/photo-1524504388940-b1c1722653e1?auto=format&fit=crop&w=1600&q=80');
    background-size: cover;
    background-position: center;
}
.hero-banner .overlay {
    position: absolute;
    inset: 0;
    background: rgba(3, 37, 76, 0.55);
}
.hero-banner .container {
    position: relative;
    z-index: 1;
}
.tracking {
    letter-spacing: 0.4em;
}
.logo-circle {
    width: 54px;
    height: 54px;
}
.info-box i {
    font-size: 2rem;
}
