:root {
  --ink: #111827;
  --muted: #5f6b7a;
  --line: #d8dee8;
  --soft: #f4f7fb;
  --navy: #102a43;
  --blue: #0f6bdc;
  --teal: #00a6a6;
  --green: #178b57;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(16, 42, 67, 0.13);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.wrap {
  width: min(1120px, calc(100% - 32px));
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -48px;
  z-index: 20;
  padding: 10px 14px;
  background: var(--ink);
  color: var(--white);
  border-radius: 6px;
}

.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.topbar {
  background: var(--navy);
  color: var(--white);
  font-size: 14px;
}

.topbar-inner,
.nav-row,
.topbar-links,
.main-nav,
.hero-actions,
.trust-row {
  display: flex;
  align-items: center;
}

.topbar-inner {
  justify-content: space-between;
  min-height: 40px;
  gap: 16px;
}

.topbar-links,
.main-nav,
.hero-actions {
  gap: 18px;
}

.topbar a:hover,
.main-nav a:hover,
.footer-grid a:hover {
  color: var(--teal);
}

.nav-row {
  justify-content: space-between;
  min-height: 78px;
  gap: 24px;
}

.brand img {
  width: 190px;
  height: auto;
}

.main-nav {
  font-weight: 700;
  color: #263445;
}

.hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 18%, rgba(0, 166, 166, 0.16), transparent 28%),
    linear-gradient(135deg, #f8fbff 0%, #eaf3ff 48%, #f7fff9 100%);
}

.hero-grid,
.split,
.contact-grid,
.cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
  gap: 48px;
  align-items: center;
}

.hero-grid {
  min-height: 640px;
  padding: 74px 0 64px;
}

.hero-copy {
  max-width: 680px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 20px;
  color: var(--navy);
  font-size: clamp(42px, 6vw, 68px);
  line-height: 1.03;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  color: var(--navy);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.12;
  letter-spacing: 0;
}

h3 {
  color: var(--navy);
  font-size: 22px;
  line-height: 1.24;
}

.hero-lede {
  color: #334155;
  font-size: 20px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 800;
  text-align: center;
}

.button.primary {
  background: var(--blue);
  color: var(--white);
}

.button.primary:hover {
  background: #0b57b5;
}

.button.secondary {
  border-color: var(--line);
  background: var(--white);
  color: var(--navy);
}

.button.light {
  background: var(--white);
  color: var(--navy);
}

.trust-row {
  flex-wrap: wrap;
  gap: 18px;
  margin: 28px 0 0;
}

.trust-row div {
  min-width: 128px;
  padding: 14px 16px;
  border: 1px solid rgba(15, 107, 220, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
}

.trust-row dt {
  color: var(--blue);
  font-size: 26px;
  font-weight: 900;
}

.trust-row dd {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.hero-visual {
  padding: 28px;
  border: 1px solid rgba(15, 107, 220, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.65);
  box-shadow: var(--shadow);
}

.intro,
.section {
  padding: 84px 0;
}

.intro {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.intro p,
.section-heading p,
.coverage p,
.contact-section p,
.cta-band p {
  color: var(--muted);
  font-size: 18px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 38px;
}

.card-grid,
.feature-grid,
.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.service-card {
  min-height: 310px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(16, 42, 67, 0.07);
}

.service-card p,
.feature-grid span,
.footer-grid p,
.contact-details p {
  color: var(--muted);
}

.muted {
  background: var(--soft);
}

.rounded-media {
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  color: #25364a;
  font-weight: 700;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: inset 0 0 0 5px #dff7f7;
}

.feature-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.feature-grid div {
  display: grid;
  gap: 8px;
  min-height: 154px;
  padding: 24px;
  border-left: 4px solid var(--teal);
  border-radius: 8px;
  background: #f9fbfe;
}

.feature-grid strong {
  color: var(--navy);
  font-size: 20px;
}

.cta-band {
  background: linear-gradient(135deg, var(--navy), #17416b);
  color: var(--white);
}

.cta-band h2,
.cta-band .eyebrow {
  color: var(--white);
}

.cta-band p {
  color: #dce8f5;
}

.cta-inner {
  grid-template-columns: minmax(0, 1fr) auto;
}

.contact-grid {
  align-items: start;
}

.contact-details {
  display: grid;
  gap: 8px;
  margin-top: 28px;
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.contact-form label {
  display: grid;
  gap: 6px;
  color: var(--navy);
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid #c9d3df;
  border-radius: 6px;
  padding: 12px 13px;
  color: var(--ink);
  font: inherit;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 3px solid rgba(15, 107, 220, 0.18);
  border-color: var(--blue);
}

.hp-field {
  position: absolute;
  left: -9999px;
}

.site-footer {
  padding: 56px 0 22px;
  background: #0c1f33;
  color: var(--white);
}

.footer-grid {
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
}

.footer-grid div {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-grid strong {
  margin-bottom: 4px;
}

.footer-grid a,
.footer-grid p {
  color: #d9e6f2;
}

.copyright {
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: #c7d6e4;
  font-size: 14px;
}

.legal-page {
  padding: 70px 0 86px;
}

.legal-page .wrap {
  max-width: 860px;
}

.legal-page h1 {
  font-size: clamp(38px, 5vw, 56px);
}

.legal-card {
  margin-top: 28px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(16, 42, 67, 0.07);
}

.notice-page {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 24px;
  background: var(--soft);
}

.notice-card {
  width: min(620px, 100%);
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

@media (max-width: 900px) {
  .topbar-inner,
  .nav-row {
    align-items: flex-start;
    flex-direction: column;
    padding: 12px 0;
  }

  .main-nav {
    flex-wrap: wrap;
    gap: 12px 18px;
  }

  .hero-grid,
  .split,
  .coverage,
  .contact-grid,
  .cta-inner {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: auto;
    padding-top: 48px;
  }

  .card-grid,
  .feature-grid,
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 620px) {
  .topbar-links,
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .topbar-inner {
    gap: 10px;
  }

  .main-nav {
    font-size: 15px;
  }

  h1 {
    font-size: 40px;
  }

  .intro,
  .section {
    padding: 58px 0;
  }

  .card-grid,
  .feature-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    padding: 14px;
  }

  .contact-form,
  .legal-card,
  .notice-card {
    padding: 22px;
  }
}
