@font-face {
  font-family: Nunito;
  src: url("./fonts/nunito-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
}

:root {
  color-scheme: dark;
  font-family: Nunito, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #0b1627;
  color: #e7eef8;
  line-height: 1.65;
  font-synthesis: none;
}

* { box-sizing: border-box; }
body { margin: 0; }
a { color: #8edbff; text-underline-offset: .2em; }
a:hover { color: #c5edff; }
a:focus-visible, summary:focus-visible {
  outline: 3px solid #ffd76b;
  outline-offset: 5px;
  border-radius: 3px;
}
.skip-link { position: absolute; left: 1rem; top: -6rem; z-index: 2; padding: .7rem 1rem; background: #0b1627; }
.skip-link:focus { top: 1rem; }
.site-header, main, .site-footer { width: min(100% - 3rem, 1080px); margin-inline: auto; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-block: 1.6rem; border-bottom: 1px solid #304057; }
.brand { color: #ffd76b; text-decoration: none; font-size: 1.2rem; font-weight: 950; letter-spacing: -.04em; }
nav { display: flex; gap: 1.25rem; flex-wrap: wrap; font-size: .95rem; }
nav a { text-decoration: none; }
.hero { padding-block: clamp(2.5rem, 7vw, 5rem) 3rem; max-width: 850px; }
.eyebrow { color: #8edbff; letter-spacing: .16em; font-size: .75rem; font-weight: 850; text-transform: uppercase; margin: 0 0 1rem; }
h1, h2, h3 { line-height: 1.12; color: #f8fbff; }
h1 { font-size: clamp(2.7rem, 7vw, 5.2rem); letter-spacing: -.055em; margin: 0 0 1.3rem; font-weight: 950; }
.accent { color: #ffd76b; }
h2 { font-size: 1.65rem; letter-spacing: -.035em; margin-block: 0 1rem; }
h3 { font-size: 1.25rem; margin-block: 0 .6rem; }
p { margin-block: 0 1rem; }
.lead { font-size: clamp(1.1rem, 2.5vw, 1.4rem); color: #c1cfe1; max-width: 660px; }
.actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-block: 1.8rem 1rem; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: .85rem 1.3rem; border: 1px solid #ffd76b; border-radius: .7rem; background: #ffd76b; color: #142031; text-decoration: none; font-weight: 900; line-height: 1.3; min-height: 48px; }
.button:hover { background: #ffe5a3; color: #142031; }
.button.secondary { color: #f8fbff; background: #16283e; border-color: #506783; }
.button.secondary:hover { background: #233b56; }
.small { font-size: .9rem; color: #b8c8dc; }
.section { margin-bottom: 3.5rem; }
.cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.card { background: #13243a; border: 1px solid #304763; border-radius: 1rem; padding: 1.7rem; }
.card p:last-child { margin: 0; }
.number { display: block; color: #ffd76b; font-weight: 900; font-size: .8rem; letter-spacing: .1em; margin-bottom: 1.1rem; }
.contact { border-left: 4px solid #ffd76b; }
.email { overflow-wrap: anywhere; font-size: clamp(1.15rem, 4vw, 1.6rem); font-weight: 850; }
.prose { max-width: 760px; }
.prose h2 { margin-top: 2.3rem; }
.prose h3 { margin-top: 1.7rem; }
ul { padding-left: 1.3rem; }
li { margin-bottom: .4rem; }
details { border-top: 1px solid #304763; padding-block: 1.2rem; }
details:last-child { border-bottom: 1px solid #304763; }
summary { cursor: pointer; color: #f8fbff; font-weight: 850; padding-right: .5rem; }
details p { margin: .8rem 0 0; color: #c1cfe1; }
.site-footer { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; margin-top: 3rem; padding-block: 1.5rem 2.5rem; border-top: 1px solid #304057; color: #b8c8dc; font-size: .9rem; }
.site-footer p { margin: 0; }
@media (max-width: 600px) {
  .site-header, main, .site-footer { width: min(100% - 2rem, 1080px); }
  .site-header { align-items: flex-start; }
  nav { gap: .7rem; font-size: .85rem; }
  .hero { padding-top: 2.5rem; }
  .cards { grid-template-columns: 1fr; }
  .card { padding: 1.3rem; }
  .actions { flex-direction: column; align-items: stretch; max-width: 380px; }
}
