:root {
  --ink: #061321;
  --navy: #081e38;
  --blue: #168fea;
  --blue-light: #48b9ff;
  --red: #f24a34;
  --white: #fff;
  --pale: #edf5fb;
  --muted: #9eafc0;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--white); font-family: Inter, Avenir Next, Avenir, Helvetica Neue, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 20; padding: .75rem 1rem; background: white; color: var(--ink); }
.skip-link:focus { top: 1rem; }

.site-header { width: 100%; min-height: 5.5rem; padding: .6rem clamp(1.25rem, 4vw, 4.5rem); display: flex; align-items: center; gap: 2.5rem; position: absolute; top: 0; z-index: 5; border-bottom: 1px solid rgb(255 255 255 / 12%); }
.brand { width: clamp(14rem, 25vw, 21rem); height: 4.1rem; display: flex; align-items: center; }
.brand img { width: 100%; height: 100%; object-fit: contain; object-position: left center; display: block; }
nav { margin-left: auto; display: flex; gap: clamp(1rem, 2vw, 2.2rem); }
nav a { color: #dbe9f3; font-size: .82rem; font-weight: 750; text-decoration: none; text-transform: uppercase; letter-spacing: .08em; }
nav a:hover { color: var(--blue-light); }

.button { min-height: 3.4rem; padding: .9rem 1.35rem; border-radius: .2rem; display: inline-flex; align-items: center; justify-content: center; background: linear-gradient(135deg, var(--blue), #0768c8); box-shadow: 0 .8rem 2rem rgb(22 143 234 / 28%); color: white; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 1rem 2.4rem rgb(22 143 234 / 40%); }
.button-small { min-height: 2.8rem; padding: .65rem 1rem; font-size: .82rem; box-shadow: none; }

.hero { min-height: 52rem; padding: 9rem clamp(1.25rem, 6vw, 7rem) 5rem; position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(20rem, .95fr); align-items: center; gap: clamp(2rem, 5vw, 6rem); background: radial-gradient(circle at 80% 30%, rgb(22 143 234 / 18%), transparent 32rem), linear-gradient(135deg, #020810, var(--navy)); }
.hero::after { content: ""; position: absolute; inset: auto -10% -9rem -10%; height: 12rem; background: var(--pale); transform: rotate(-3deg); transform-origin: center; }
.hero-glow { width: 35rem; height: 35rem; position: absolute; left: -18rem; top: 14rem; border-radius: 50%; border: 1px solid rgb(72 185 255 / 30%); box-shadow: 0 0 8rem rgb(22 143 234 / 15%); }
.hero-content { max-width: 46rem; position: relative; z-index: 1; }
.eyebrow { margin: 0 0 1rem; color: var(--blue-light); font-size: .78rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3, p { text-wrap: balance; }
h1 { margin: 0; font-size: clamp(3.6rem, 7vw, 7.3rem); line-height: .88; letter-spacing: -.065em; text-transform: uppercase; }
h1 span { color: var(--blue); }
.hero-copy { max-width: 42rem; margin: 1.8rem 0; color: #c3d1dd; font-size: clamp(1.05rem, 1.5vw, 1.3rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.text-link { color: #dbe9f3; font-weight: 750; text-underline-offset: .35rem; }
.hero-points { margin: 2.5rem 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: .7rem 1.4rem; list-style: none; color: #d4e1eb; font-size: .9rem; }
.hero-points li::before { content: "✓"; margin-right: .5rem; color: var(--blue-light); font-weight: 900; }
.hero-image { width: min(100%, 31rem); justify-self: center; position: relative; z-index: 1; transform: rotate(2deg); }
.hero-image > img { width: 100%; height: auto; display: block; border: .45rem solid white; border-radius: .35rem; box-shadow: 0 2rem 5rem rgb(0 0 0 / 50%); }
.trust-mark { width: 8.7rem; height: 8.7rem; padding: 1rem; position: absolute; left: -3rem; bottom: 3rem; display: flex; flex-direction: column; justify-content: center; border: .3rem solid var(--blue); border-radius: 50%; background: white; box-shadow: 0 1rem 2rem rgb(0 0 0 / 28%); color: var(--navy); text-align: center; text-transform: uppercase; transform: rotate(-2deg); }
.trust-mark strong { color: var(--blue); font-size: 1rem; }
.trust-mark span { margin-top: .25rem; font-size: .68rem; font-weight: 800; line-height: 1.3; }

.section { padding: clamp(5rem, 9vw, 8rem) clamp(1.25rem, 6vw, 7rem); }
.services { position: relative; z-index: 2; background: var(--pale); color: var(--ink); }
.section-heading { max-width: 48rem; margin: 0 auto 3.5rem; text-align: center; }
.section-heading h2, .systems h2, .contact h2 { margin: 0; font-size: clamp(2.4rem, 5vw, 4.6rem); line-height: 1; letter-spacing: -.045em; }
.section-heading > p:last-child, .systems-copy > p:not(.eyebrow), .contact > div > p:last-child { color: #536779; font-size: 1.05rem; line-height: 1.7; }
.service-grid { max-width: 82rem; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.service-grid article { min-height: 15rem; padding: 2rem; position: relative; overflow: hidden; border: 1px solid #d1e0ea; border-radius: .7rem; background: white; box-shadow: 0 .55rem 1.5rem rgb(6 19 33 / 8%); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.service-grid article:hover { transform: translateY(-4px); border-color: var(--blue); box-shadow: 0 .85rem 2rem rgb(6 19 33 / 13%); }
.service-grid article::after { content: ""; width: 5rem; height: .25rem; position: absolute; left: 2rem; bottom: 0; background: var(--blue); }
.service-number { color: var(--blue); font-size: .72rem; font-weight: 900; letter-spacing: .13em; }
.service-grid h3 { margin: 1.25rem 0 .6rem; font-size: 1.5rem; }
.service-grid p { margin: 0; color: #5c6e7e; line-height: 1.6; }

.systems { display: grid; grid-template-columns: minmax(0, 1fr) minmax(22rem, .8fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; background: white; color: var(--ink); }
.check-list { margin: 2rem 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; list-style: none; font-weight: 750; }
.check-list li::before { content: "✓"; width: 1.6rem; height: 1.6rem; margin-right: .65rem; display: inline-grid; place-items: center; border: 2px solid var(--blue); border-radius: 50%; color: var(--blue); font-size: .75rem; }
.quality-card { padding: clamp(2rem, 4vw, 3.5rem); position: relative; overflow: hidden; background: linear-gradient(145deg, #072447, #061321); box-shadow: 1.2rem 1.2rem 0 var(--blue); color: white; }
.quality-card::after { content: "❄"; position: absolute; right: -2rem; top: -3rem; color: rgb(22 143 234 / 13%); font-size: 15rem; }
.card-kicker { color: var(--blue-light); font-size: .75rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
blockquote { margin: 1rem 0 2.2rem; position: relative; z-index: 1; font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 850; line-height: 1.05; letter-spacing: -.04em; }
.quality-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; border-top: 1px solid rgb(255 255 255 / 18%); padding-top: 1.3rem; }
.quality-grid div { display: flex; flex-direction: column; }
.quality-grid strong { color: var(--blue-light); }
.quality-grid span { color: var(--muted); font-size: .75rem; }

.contact { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; background: linear-gradient(120deg, #0b2e58, var(--ink)); }
.contact > div > p:last-child { color: #bac9d5; }
.contact address { display: grid; gap: .7rem; font-style: normal; }
.contact address > * { padding: 1.1rem 1.3rem; display: flex; justify-content: space-between; gap: 1.5rem; border: 1px solid rgb(255 255 255 / 15%); background: rgb(255 255 255 / 4%); text-decoration: none; }
.contact address a:hover { border-color: var(--blue-light); }
.contact address span { color: var(--blue-light); font-size: .72rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.contact address strong { text-align: right; overflow-wrap: anywhere; }

footer { padding: 2rem clamp(1.25rem, 6vw, 7rem); display: flex; align-items: center; gap: 2rem; border-top: 1px solid rgb(255 255 255 / 12%); color: var(--muted); font-size: .9rem; }
footer img { width: 4rem; height: 4.7rem; object-fit: contain; }
footer p:first-of-type { color: var(--white); }
footer p:last-child { margin-left: auto; }
footer span { color: var(--blue); }
footer a { color: var(--white); font-weight: 700; text-underline-offset: .25rem; }
footer a:hover { color: var(--blue-light); }

:focus-visible { outline: 3px solid var(--blue-light); outline-offset: 4px; }
@media (max-width: 62rem) {
  .site-header nav { display: none; }
  .site-header .button { margin-left: auto; }
  .hero { grid-template-columns: 1fr; padding-top: 10rem; }
  .hero-content { max-width: 52rem; }
  .hero-image { width: min(75%, 27rem); margin-top: 1rem; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .systems, .contact { grid-template-columns: 1fr; }
}
@media (max-width: 38rem) {
  .site-header { gap: .5rem; }
  .brand { width: clamp(10rem, 48vw, 13rem); height: 3.5rem; }
  .button-small { padding: .55rem .7rem; font-size: .7rem; }
  h1 { font-size: clamp(3rem, 15vw, 4.8rem); }
  .hero { min-height: auto; padding-bottom: 8rem; }
  .hero-image { width: 88%; }
  .trust-mark { left: -1rem; width: 7.4rem; height: 7.4rem; }
  .service-grid, .check-list { grid-template-columns: 1fr; }
  .quality-grid { grid-template-columns: 1fr; }
  .contact address > * { flex-direction: column; gap: .3rem; }
  .contact address strong { text-align: left; }
  footer { flex-direction: column; text-align: center; }
  footer p { margin: 0; }
  footer p:last-child { margin-left: 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
