:root { --navy: #002B5B; --gold: #F99F0A; --ink: #14202E; --muted: #55606E; --line: #E2DFD7; --display: 'Barlow Condensed', 'Arial Narrow', Arial, sans-serif; --body: 'Barlow', 'Helvetica Neue', Arial, sans-serif; }
* { box-sizing: border-box; }
body { margin: 0; background: #FFFFFF; color: var(--ink); font-family: var(--body); font-size: 17px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: #002B5B; } a:hover { color: #D98700; }
h1, h2 { font-family: var(--display); text-transform: uppercase; margin: 0; color: #002B5B; text-wrap: balance; }
p { margin: 0; text-wrap: pretty; }
.wrap { width: 100%; max-width: 760px; margin: 0 auto; padding: 0 22px; }
.nav { height: 104px; border-bottom: 1px solid var(--line); }
.nav .wrap { max-width: 1200px; height: 100%; display: flex; align-items: center; justify-content: space-between; padding: 0 40px; }
.nav img { height: 72px; width: auto; display: block; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 30px; background: #F99F0A; color: #002B5B; font-family: var(--display); font-weight: 800; font-size: 20px; letter-spacing: 0.04em; text-transform: uppercase; text-decoration: none; border-radius: 3px; }
.btn:hover { background: #D98700; color: #002B5B; }
main { padding: 80px 0 120px; display: flex; flex-direction: column; gap: 22px; }
main h1 { font-size: 64px; line-height: 0.96; font-weight: 800; }
main h2 { font-size: 26px; margin-top: 18px; }
.fine { font-size: 15px; color: var(--muted); }
.foot { background: #011C3D; color: rgba(255,255,255,0.8); padding: 56px 0; }
.foot .wrap { max-width: 1200px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 0 40px; }
.foot img { height: 68px; width: auto; display: block; }
.foot a { color: rgba(255,255,255,0.8); text-decoration: none; } .foot a:hover { color: #F99F0A; }
@media (max-width: 900px) { .nav { height: 84px; } .nav .wrap, .foot .wrap { padding: 0 22px; } .nav img { height: 54px; } main { padding: 48px 0 80px; } main h1 { font-size: 44px; } .foot .wrap { flex-direction: column; align-items: flex-start; } }
