@font-face {
  font-family: monelogics;
  src: url("/monelogics-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  font-family: monelogics, sans-serif;
  color: #334e68;
  background: #f0f4f8;
  font-synthesis: none;
}

* { box-sizing: border-box; }
body { margin: 0; font-size: 1rem; line-height: 1.7; }
a { color: #2563eb; text-underline-offset: 0.2em; }
a:hover { color: #1d4ed8; }
a:focus-visible { outline: 3px solid #334e68; outline-offset: 5px; border-radius: 3px; }
.shell { max-width: 960px; margin: 0 auto; padding: 32px 24px; }
header, footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
header { margin-bottom: 40px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 1.3rem; font-weight: 600; color: #243b53; text-decoration: none; }
.brand img { display: block; }
.header-note { color: #486581; font-size: 0.85rem; }
.card { padding: clamp(28px, 6vw, 64px); background: #fff; border: 1px solid #d9e2ec; border-radius: 16px; box-shadow: 0 2px 8px rgb(16 42 67 / 4%); }
.eyebrow { margin: 0 0 16px; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: #486581; }
h1 { margin: 0 0 24px; font-size: clamp(2.25rem, 6vw, 3.25rem); font-weight: 500; letter-spacing: -0.035em; line-height: 1.15; color: #102a43; }
.intro { max-width: 620px; margin: 0 0 28px; font-size: 1.125rem; color: #486581; }
.button { display: inline-flex; align-items: center; gap: 24px; padding: 12px 20px; color: #fff; background: #334e68; border-radius: 6px; text-decoration: none; font-weight: 500; }
.button:hover { color: #fff; background: #243b53; }
.details { display: grid; grid-template-columns: 1.1fr 1fr; gap: 40px; margin-top: 48px; padding-top: 32px; border-top: 1px solid #d9e2ec; }
h2 { margin: 0 0 12px; font-size: 1rem; font-weight: 600; color: #102a43; }
p { margin-top: 0; }
.details p { color: #486581; }
.contact { font-weight: 600; overflow-wrap: anywhere; }
.small { margin-top: 16px; font-size: 0.85rem; line-height: 1.65; }
address { font-style: normal; color: #486581; }
address strong { font-weight: 500; color: #243b53; }
footer { padding: 24px 4px 0; color: #486581; font-size: 0.8rem; flex-wrap: wrap; }
footer nav { display: flex; gap: 24px; }
footer a { color: #486581; }

@media (max-width: 640px) {
  .shell { padding: 24px 16px; }
  header { margin-bottom: 24px; }
  .header-note { display: none; }
  .details { grid-template-columns: 1fr; gap: 24px; margin-top: 36px; }
  .intro { font-size: 1rem; }
}
