:root {
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  color: #17283c;
  background: #f6f8fa;
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
html { scroll-padding-top: 24px; }
body { margin: 0; }
a { color: inherit; }
a:focus-visible { outline: 3px solid #288779; outline-offset: 5px; }
.container { width: min(1080px, calc(100% - 80px)); margin-inline: auto; }
.skip { position: absolute; top: -60px; padding: 12px; background: white; z-index: 5; }
.skip:focus { top: 10px; }
.header { background: #fff; }
.header-inner { height: 88px; display: flex; justify-content: space-between; align-items: center; }
.brand { font-size: 30px; font-weight: 750; letter-spacing: -1.2px; text-decoration: none; }
.brand span { color: #258474; }
nav { display: flex; gap: 30px; }
nav a { text-decoration: none; font-size: 14px; font-weight: 500; }
nav a:hover { text-decoration: underline; text-underline-offset: 5px; }
.hero { background: #14273f; color: white; border-bottom: 4px solid #62baa9; }
.hero-inner { padding-block: 65px 69px; }
.eyebrow { color: #afc4dc; font-size: 14px; margin: 0 0 23px; }
h1 { font-size: clamp(34px, 4.4vw, 54px); letter-spacing: -1.8px; line-height: 1.16; font-weight: 650; margin: 0; }
h1 span { color: #88d1c1; }
.intro { color: #d0d9e4; font-size: 17px; line-height: 1.75; max-width: 570px; margin: 24px 0 28px; }
.button { background: #fff; color: #14273f; padding: 14px 18px; display: inline-flex; align-items: center; gap: 23px; border-radius: 5px; text-decoration: none; font-size: 14px; font-weight: 600; }
.button:hover { background: #e5f1ee; }
.button span { font-size: 19px; font-weight: 400; }
.services { padding-top: 48px; }
.section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 15px; margin-bottom: 24px; }
h2 { font-size: 24px; letter-spacing: -.5px; margin: 0; font-weight: 650; }
.section-heading p { font-size: 14px; color: #677482; margin: 0; }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.card { background: #fff; border: 1px solid #dfe5ea; border-radius: 8px; padding: 30px; }
.card-icon { width: 42px; height: 42px; border-radius: 6px; background: #e9f3f1; color: #216f61; display: grid; place-items: center; margin-bottom: 22px; }
.card-icon svg { width: 24px; height: 24px; }
h3 { font-size: 22px; margin: 0 0 13px; letter-spacing: -.5px; font-weight: 650; }
.card p { font-size: 15px; line-height: 1.75; color: #596775; margin: 0 0 23px; }
ul { list-style: none; padding: 20px 0 0; border-top: 1px solid #e7ebef; margin: 0; display: grid; gap: 11px; }
li { font-size: 14px; display: flex; gap: 11px; align-items: baseline; }
li:before { content: '–'; color: #278171; }
.about { display: grid; grid-template-columns: 1fr 2fr; gap: 40px; padding-block: 48px; }
.about h2 { font-size: 20px; }
.about p { font-size: 15px; line-height: 1.8; color: #596775; margin: 0; }
footer { display: flex; align-items: center; justify-content: space-between; padding-block: 24px; border-top: 1px solid #dfe5ea; }
footer .brand { font-size: 23px; }
footer>span { color: #677482; font-size: 12px; }
.error { padding-block: 60px; }
.error .intro { color: #596775; }
@media (max-width: 650px) {
  .container { width: calc(100% - 40px); }
  .header-inner { height: 74px; }
  .brand { font-size: 27px; }
  nav { gap: 18px; }
  nav a { font-size: 12px; }
  .hero-inner { padding-block: 42px; }
  .eyebrow { font-size: 12px; margin-bottom: 22px; }
  h1 { font-size: clamp(27px, 7.3vw, 46px); letter-spacing: -.9px; }
  .intro { font-size: 15px; margin-top: 20px; }
  .button { font-size: 13px; }
  .services { padding-top: 32px; }
  .section-heading { display: block; }
  .section-heading h2 { font-size: 22px; margin-bottom: 8px; }
  .service-grid { grid-template-columns: 1fr; gap: 18px; }
  .card { padding: 24px; }
  .about { grid-template-columns: 1fr; gap: 17px; padding-block: 34px; }
}
