:root {
  --navy-950: #032f4a;
  --navy-900: #06466d;
  --navy-800: #075a82;
  --teal-600: #159aa4;
  --teal-500: #28aeb2;
  --teal-100: #dff4f3;
  --ink: #183642;
  --muted: #58717b;
  --mist: #f1f7f8;
  --line: #d7e5e8;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(3, 47, 74, 0.12);
  --radius: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background-image: radial-gradient(circle at 80% 10%, rgba(40, 174, 178, 0.08), transparent 28%);
}
a { color: var(--navy-900); }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { line-height: 1.14; color: var(--navy-950); }
h1 { font-size: clamp(3rem, 7vw, 6.6rem); letter-spacing: -0.06em; margin-bottom: 1.5rem; }
h2 { font-size: clamp(2.2rem, 4.5vw, 4.4rem); letter-spacing: -0.045em; margin-bottom: 1.5rem; }
h3 { font-size: 1.35rem; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: clamp(5rem, 9vw, 8rem) 0; }
.section-tinted { background: var(--mist); }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .8rem 1rem; background: var(--white); }
.skip-link:focus { top: 1rem; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(215, 229, 232, 0.85);
  backdrop-filter: blur(16px);
}
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: block; width: 174px; height: 66px; overflow: hidden; }
.brand img { width: 174px; height: 116px; object-fit: cover; object-position: 50% 67%; transform: translateY(-25px); }
.primary-nav { display: flex; align-items: center; gap: clamp(1rem, 2.4vw, 2.1rem); }
.primary-nav > a:not(.button) { color: var(--ink); text-decoration: none; font-size: .92rem; font-weight: 650; }
.primary-nav > a:not(.button):hover { color: var(--teal-600); }
.nav-toggle { display: none; width: 46px; height: 42px; border: 0; background: transparent; padding: 9px; }
.nav-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--navy-900); }

.button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 52px; padding: .75rem 1.4rem; border-radius: 999px;
  color: var(--white); background: var(--navy-900); text-decoration: none; font-weight: 700;
  box-shadow: 0 12px 25px rgba(6, 70, 109, .16); transition: transform .2s ease, background .2s ease;
}
.button:hover { background: var(--teal-600); transform: translateY(-2px); }
.button-small { min-height: 42px; padding: .55rem 1.1rem; font-size: .9rem; }
.text-link { color: var(--navy-900); font-weight: 750; text-decoration: none; border-bottom: 1px solid var(--teal-500); }

.hero { min-height: min(820px, calc(100vh - 86px)); display: grid; align-items: center; overflow: hidden; padding: 5rem 0; position: relative; }
.hero::after {
  content: ""; position: absolute; width: 46vw; height: 46vw; min-width: 440px; min-height: 440px;
  right: -16vw; top: -12vw; border-radius: 50%; background: var(--mist); z-index: -1;
}
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 4rem; align-items: center; }
.hero-copy { max-width: 740px; }
.eyebrow { color: var(--teal-600); text-transform: uppercase; letter-spacing: .18em; font-size: .76rem; font-weight: 800; margin-bottom: 1.1rem; }
.eyebrow.light { color: #7ce1df; }
.hero-intro { max-width: 660px; font-size: clamp(1.12rem, 1.7vw, 1.42rem); color: var(--muted); }
.hero-actions { display: flex; gap: 1.5rem; align-items: center; margin-top: 2.3rem; flex-wrap: wrap; }
.hero-mark { position: relative; aspect-ratio: 1; max-width: 450px; width: 100%; margin-inline: auto; }
.shield-card {
  position: absolute; inset: 18%; display: flex; flex-direction: column; justify-content: center; align-items: center;
  color: var(--white); background: linear-gradient(145deg, var(--navy-900), var(--teal-600));
  border-radius: 46% 46% 52% 52% / 30% 30% 68% 68%; box-shadow: var(--shadow); transform: rotate(3deg);
}
.shield-card::before { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(255,255,255,.35); border-radius: inherit; }
.shield-card span { font-size: .78rem; letter-spacing: .18em; text-transform: uppercase; }
.shield-card strong { font-size: clamp(1.35rem, 3vw, 2.1rem); margin: .45rem 0; }
.orbit { position: absolute; border: 1px solid var(--line); border-radius: 50%; }
.orbit-one { inset: 5%; transform: rotate(-12deg); }
.orbit-two { inset: 0 13%; transform: rotate(58deg); border-color: rgba(40,174,178,.5); }

.trust-strip { background: var(--navy-950); color: var(--white); }
.trust-grid { min-height: 100px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.trust-grid p { margin: 0; padding: .5rem 2rem; text-align: center; font-size: .82rem; text-transform: uppercase; letter-spacing: .12em; }
.trust-grid p + p { border-left: 1px solid rgba(255,255,255,.18); }

.split-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 6rem; align-items: start; }
.prose { color: var(--muted); font-size: 1.12rem; max-width: 650px; }
.prose p + p { margin-top: 1.4rem; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 5rem; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.value-item { padding: 2.3rem; background: var(--white); }
.value-item > span { color: var(--teal-600); font-size: .78rem; font-weight: 800; letter-spacing: .12em; }
.value-item h3 { margin: 1.7rem 0 .55rem; }
.value-item p { color: var(--muted); margin: 0; }

.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 4rem; align-items: end; margin-bottom: 3rem; }
.section-heading h2 { margin-bottom: 0; max-width: 760px; }
.section-intro { color: var(--muted); margin: 0 0 .55rem; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.service-card { position: relative; min-height: 340px; padding: 2.2rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 8px 40px rgba(3,47,74,.05); }
.card-tag { font-size: .72rem; text-transform: uppercase; letter-spacing: .13em; color: var(--teal-600); font-weight: 800; }
.service-card h3 { margin: 5.2rem 0 1rem; font-size: 1.55rem; }
.service-card p { color: var(--muted); }
.card-arrow { position: absolute; right: 2rem; bottom: 1.7rem; color: var(--teal-600); font-size: 1.4rem; }

.product-list { border-top: 1px solid var(--line); }
.product-item { display: grid; grid-template-columns: 80px 1fr 1.3fr; gap: 2rem; align-items: start; padding: 2.4rem .25rem; border-bottom: 1px solid var(--line); }
.product-number { color: var(--teal-600); font-weight: 800; }
.product-item h3 { margin: 0; }
.product-item p { color: var(--muted); margin: 0; }

.contact-section { color: rgba(255,255,255,.78); background: var(--navy-950); }
.contact-section h2 { color: var(--white); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 6rem; align-items: center; }
.contact-grid > div:first-child p:last-child { max-width: 540px; }
.contact-cards { display: grid; gap: 1rem; }
.contact-card { padding: 1.7rem 1.8rem; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); background: rgba(255,255,255,.05); }
.contact-card h3 { color: var(--white); margin-bottom: .4rem; }
.contact-role { color: #7ce1df; text-transform: uppercase; letter-spacing: .12em; font-size: .7rem; font-weight: 800; margin-bottom: .55rem; }
.contact-card a { color: var(--white); overflow-wrap: anywhere; }

.legal-section { background: #fbfdfd; }
.legal-heading { margin-bottom: 2rem; }
.legal-tabs { display: flex; gap: .5rem; overflow-x: auto; padding-bottom: .5rem; border-bottom: 1px solid var(--line); }
.legal-tabs button { flex: 0 0 auto; border: 0; padding: .8rem 1rem; border-radius: 999px; color: var(--muted); background: transparent; font: inherit; font-weight: 750; cursor: pointer; }
.legal-tabs button[aria-selected="true"] { color: var(--white); background: var(--navy-900); }
.legal-panel { max-width: 840px; padding-top: 2.5rem; }
.legal-panel h3 { font-size: 2rem; margin-bottom: 1.4rem; }
.legal-panel h4 { margin: 2rem 0 .5rem; }
.legal-panel p { color: var(--muted); }
.legal-panel[hidden] { display: none; }
.notice { padding: 1rem 1.2rem; border-left: 4px solid var(--teal-500); background: var(--teal-100); color: var(--ink) !important; }

.site-footer { padding: 4rem 0 1.8rem; color: var(--muted); background: #eaf2f3; font-size: .9rem; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr .8fr; gap: 3rem; }
.footer-grid strong { color: var(--navy-950); font-size: 1.1rem; }
.footer-grid p { margin: .25rem 0; }
.footer-links { display: flex; flex-direction: column; align-items: flex-end; gap: .35rem; }
.footer-links a { text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; padding-top: 2.5rem; margin-top: 2.5rem; border-top: 1px solid var(--line); }
.footer-bottom p { margin: 0; }

:focus-visible { outline: 3px solid var(--teal-500); outline-offset: 4px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .primary-nav { display: none; position: absolute; inset: 86px 0 auto; padding: 1.2rem 20px 1.5rem; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: .6rem; }
  .hero-grid, .split-layout, .contact-grid { grid-template-columns: 1fr; gap: 3rem; }
  .hero { padding-top: 3.5rem; }
  .hero-mark { max-width: 340px; }
  .section-heading { grid-template-columns: 1fr; gap: 1rem; }
  .card-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 270px; }
  .service-card h3 { margin-top: 3.5rem; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 4.2rem 0; }
  h1 { font-size: clamp(3rem, 15vw, 4.8rem); }
  .brand { width: 150px; }
  .trust-grid { grid-template-columns: 1fr; padding: 1rem 0; }
  .trust-grid p { padding: .75rem; }
  .trust-grid p + p { border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .values-grid { grid-template-columns: 1fr; }
  .product-item { grid-template-columns: 45px 1fr; gap: 1rem; }
  .product-item p { grid-column: 2; }
  .footer-grid { grid-template-columns: 1fr; gap: 1.6rem; }
  .footer-links { align-items: flex-start; }
  .footer-bottom { flex-direction: column; }
}
