:root {
  --ink: #0b1f3a;
  --muted: #5b6a7c;
  --blue: #0c6b9e;
  --teal: #20c997;
  --gold: #f7b731;
  --soft: #eef8f7;
  --line: #dce7ee;
  --white: #ffffff;
  --shadow: 0 20px 60px rgba(11, 31, 58, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: #fbfefe;
  line-height: 1.6;
  overflow-x: clip;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(220, 231, 238, .8);
}

.nav {
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand img { width: 210px; }
.brand-logo {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
}
.brand-mark {
  position: relative;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: linear-gradient(135deg, var(--teal), var(--blue) 55%, var(--ink));
  border-radius: 13px 13px 18px 18px;
  box-shadow: 0 12px 26px rgba(12, 107, 158, .22);
  font-weight: 900;
}
.brand-mark::before {
  content: "";
  position: absolute;
  top: -6px;
  right: -5px;
  width: 18px;
  height: 18px;
  background: var(--gold);
  clip-path: polygon(50% 0, 63% 34%, 100% 34%, 70% 56%, 82% 92%, 50% 70%, 18% 92%, 30% 56%, 0 34%, 37% 34%);
}
.brand-text strong {
  display: block;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0;
}
.brand-text span {
  display: block;
  margin-top: 4px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.8px;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  font-weight: 700;
  font-size: 15px;
}
.nav-links .active { color: var(--blue); }
.nav-links a { color: #213650; }
.nav-links a:hover { color: var(--blue); }
.nav-cta {
  padding: 11px 18px;
  color: var(--white) !important;
  background: var(--ink);
  border-radius: 999px;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 8px;
  background: var(--soft);
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}

.hero {
  max-width: 1180px;
  min-height: 720px;
  margin: 0 auto;
  padding: 84px 22px 70px;
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  align-items: center;
  gap: 48px;
}

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

h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 680px;
  margin-bottom: 22px;
  font-size: clamp(42px, 7vw, 72px);
  line-height: .98;
  letter-spacing: 0;
}
h2 {
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
  margin-bottom: 16px;
}
h3 {
  font-size: 21px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.hero-copy {
  max-width: 620px;
  color: var(--muted);
  font-size: 19px;
}

.hero-actions,
.cta-band {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border: 0;
  border-radius: 8px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(11, 31, 58, .16);
}
.primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--teal));
}
.secondary {
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
}
.light {
  color: var(--ink);
  background: var(--white);
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.trust-strip span {
  padding: 8px 12px;
  color: #24435f;
  background: var(--soft);
  border: 1px solid #d7f1ed;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
}

.hero-visual {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
  isolation: isolate;
}
.hero-visual::before {
  content: "";
  position: absolute;
  inset: 8%;
  background: radial-gradient(circle, rgba(32, 201, 151, .24), rgba(12, 107, 158, .12) 48%, transparent 68%);
  z-index: -2;
}
.orbit {
  position: absolute;
  border: 1px solid rgba(12, 107, 158, .22);
  border-radius: 50%;
  animation: spin 18s linear infinite;
}
.orbit.one { width: 390px; height: 390px; }
.orbit.two {
  width: 300px;
  height: 300px;
  animation-duration: 12s;
  animation-direction: reverse;
}
.document-card {
  width: min(340px, 80vw);
  min-height: 430px;
  padding: 28px;
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(220, 231, 238, .92);
  border-radius: 8px;
  box-shadow: var(--shadow);
  animation: float 5s ease-in-out infinite;
}
.doc-top {
  width: 70%;
  height: 18px;
  background: var(--ink);
  border-radius: 8px;
}
.doc-lines,
.doc-lines::before,
.doc-lines::after {
  content: "";
  display: block;
  height: 10px;
  margin-top: 18px;
  background: #dbe9ef;
  border-radius: 999px;
}
.doc-lines::before { width: 90%; }
.doc-lines::after { width: 72%; }
.claim-box {
  width: max-content;
  margin: 30px 0;
  padding: 8px 14px;
  color: var(--ink);
  background: #fff3cf;
  border: 1px solid #f5d98f;
  border-radius: 8px;
  font-weight: 800;
}
.schematic {
  position: relative;
  height: 160px;
  border: 2px solid #cbdce5;
  border-radius: 8px;
  overflow: hidden;
}
.schematic span {
  position: absolute;
  display: block;
  border: 2px solid var(--blue);
  border-radius: 50%;
}
.schematic span:nth-child(1) { width: 88px; height: 88px; left: 28px; top: 34px; }
.schematic span:nth-child(2) { width: 70px; height: 70px; right: 42px; top: 24px; }
.schematic span:nth-child(3) { width: 120px; height: 2px; left: 100px; top: 78px; border-radius: 0; border-color: var(--teal); }
.floating-badge {
  position: absolute;
  padding: 10px 16px;
  color: var(--white);
  background: var(--ink);
  border-radius: 999px;
  font-weight: 800;
  box-shadow: var(--shadow);
}
.badge-a { left: 4%; top: 20%; animation: float 4.2s ease-in-out infinite; }
.badge-b { right: 5%; top: 31%; animation: float 4.8s ease-in-out infinite; }
.badge-c { right: 18%; bottom: 13%; animation: float 5.4s ease-in-out infinite; }

.section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 82px 22px;
}
.page-hero {
  max-width: none;
  padding: 86px 22px;
  color: var(--white);
  background:
    radial-gradient(circle at 80% 18%, rgba(32, 201, 151, .32), transparent 30%),
    linear-gradient(135deg, var(--ink), #0f4f73);
}
.page-hero-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr .58fr;
  gap: 42px;
  align-items: center;
}
.page-hero h1 {
  max-width: 850px;
  margin-bottom: 18px;
}
.page-hero p {
  max-width: 760px;
  color: #d9e9f1;
  font-size: 19px;
}
.page-hero .eyebrow { color: var(--teal); }
.clipart-panel {
  min-height: 280px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  overflow: hidden;
}
.clipart {
  width: min(320px, 82vw);
  height: 230px;
  position: relative;
}
.clipart::before {
  content: "";
  position: absolute;
  inset: 28px 54px 18px;
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0 24px 44px rgba(0, 0, 0, .2);
}
.clipart::after {
  content: "";
  position: absolute;
  left: 92px;
  top: 70px;
  width: 136px;
  height: 92px;
  border: 8px solid var(--blue);
  border-radius: 999px;
  box-shadow: 52px -34px 0 -22px var(--gold), -48px 42px 0 -24px var(--teal);
}
.clipart .line {
  position: absolute;
  left: 86px;
  right: 86px;
  height: 8px;
  background: #cfe2eb;
  border-radius: 999px;
  z-index: 2;
}
.clipart .line.one { top: 58px; }
.clipart .line.two { bottom: 45px; }
.content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.content-card {
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 36px rgba(11, 31, 58, .06);
}
.feature-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}
.feature-list li {
  padding: 13px 14px 13px 42px;
  background: var(--soft);
  border: 1px solid #d7f1ed;
  border-radius: 8px;
  position: relative;
}
.feature-list li::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 18px;
  width: 10px;
  height: 10px;
  background: var(--teal);
  border-radius: 50%;
}
.mini-cta {
  margin-top: 28px;
  padding: 28px;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--teal));
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}
.mini-cta h2 { margin: 0; font-size: clamp(25px, 3vw, 34px); }
.service-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.service-link {
  padding: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 900;
  transition: transform .2s ease, border-color .2s ease;
}
.service-link:hover {
  transform: translateY(-3px);
  border-color: var(--teal);
}
.section-heading {
  max-width: 740px;
  margin-bottom: 34px;
}
.section-heading p:not(.eyebrow),
.split-copy p,
.contact-info p,
.service-card p,
.why-card p,
.step p,
.faq p,
.footer p,
.footer address {
  color: var(--muted);
}

.intro-grid,
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.metric {
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(11, 31, 58, .07);
}
.metric strong {
  display: block;
  font-size: 27px;
  line-height: 1;
}
.metric span { color: var(--muted); }

.services {
  max-width: none;
  background: linear-gradient(180deg, #f3fbfa, #ffffff);
}
.services .section-heading,
.service-grid {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.service-card,
.why-card,
.step,
.faq details,
.contact-form {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 36px rgba(11, 31, 58, .06);
}
.service-card {
  min-height: 250px;
  padding: 26px;
  transition: transform .25s ease, border-color .25s ease;
}
.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(32, 201, 151, .7);
}
.icon {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  color: var(--white);
  background: linear-gradient(135deg, var(--ink), var(--blue));
  border-radius: 8px;
  font-weight: 900;
}

.split {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 44px;
  align-items: center;
}
.timeline {
  display: grid;
  gap: 16px;
}
.step {
  position: relative;
  padding: 22px 22px 22px 82px;
}
.step span {
  position: absolute;
  left: 22px;
  top: 24px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: var(--gold);
  border-radius: 50%;
  font-weight: 900;
}

.why {
  max-width: none;
  background: var(--ink);
  color: var(--white);
}
.why .section-heading,
.why-grid {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.why .eyebrow { color: var(--teal); }
.why-card {
  padding: 26px;
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .14);
}
.why-card p { color: #c9d5df; }

.cta-band {
  max-width: 1136px;
  margin: 50px auto 0;
  padding: 34px;
  justify-content: space-between;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--teal));
  border-radius: 8px;
}
.cta-band h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(26px, 3.2vw, 38px);
}
.cta-band .eyebrow { color: #e8fff9; }

.faq-list {
  display: grid;
  gap: 14px;
}
.faq details {
  padding: 20px 24px;
}
.faq summary {
  cursor: pointer;
  font-weight: 900;
  font-size: 18px;
}
.faq p { margin: 12px 0 0; }

.contact {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 42px;
  align-items: start;
}
.contact-info ul {
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}
.contact-info li {
  margin-bottom: 14px;
  padding-left: 18px;
  border-left: 4px solid var(--teal);
}
.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 26px;
}
label {
  display: grid;
  gap: 7px;
  font-weight: 800;
}
input,
select,
textarea {
  width: 100%;
  padding: 13px 14px;
  color: var(--ink);
  border: 1px solid #cddde7;
  border-radius: 8px;
  font: inherit;
}
input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(32, 201, 151, .22);
  border-color: var(--teal);
}
.full { grid-column: 1 / -1; }
.honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
}
.form-note {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.footer {
  max-width: 1180px;
  margin: 0 auto;
  padding: 46px 22px;
  display: grid;
  grid-template-columns: 1.3fr .7fr 1fr;
  gap: 34px;
  border-top: 1px solid var(--line);
}
.footer h2 {
  font-size: 17px;
  margin-bottom: 12px;
}
.footer a,
.footer address {
  display: block;
  margin-bottom: 8px;
  font-style: normal;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}
@keyframes spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 920px) {
  .menu-toggle { display: block; }
  .nav-links {
    position: absolute;
    left: 18px;
    right: 18px;
    top: 78px;
    display: none;
    padding: 18px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
    flex-direction: column;
    align-items: stretch;
  }
  .nav-links.open { display: flex; }
  .hero,
  .split,
  .contact {
    grid-template-columns: 1fr;
  }
  .hero {
    min-height: auto;
    padding-top: 54px;
  }
  .hero-visual {
    min-height: 430px;
    order: -1;
  }
  .intro-grid,
  .why-grid,
  .service-grid,
  .service-links,
  .footer {
    grid-template-columns: 1fr 1fr;
  }
  .page-hero-inner,
  .content-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .nav { padding: 12px 16px; }
  .brand img { width: 178px; }
  .hero,
  .section {
    padding-left: 16px;
    padding-right: 16px;
  }
  h1 { font-size: 42px; }
  .hero-visual { min-height: 360px; }
  .document-card {
    min-height: 350px;
    padding: 22px;
  }
  .orbit.one { width: 300px; height: 300px; }
  .orbit.two { width: 230px; height: 230px; }
  .intro-grid,
  .why-grid,
  .service-grid,
  .service-links,
  .footer,
  .contact-form {
    grid-template-columns: 1fr;
  }
  .brand-text strong { font-size: 20px; }
  .brand-text span { font-size: 9px; letter-spacing: 1.2px; }
  .brand-mark { width: 42px; height: 42px; }
  .page-hero { padding: 58px 16px; }
  .cta-band {
    margin-left: 16px;
    margin-right: 16px;
    padding: 24px;
  }
  .floating-badge { font-size: 13px; }
  .badge-a { left: 0; }
  .badge-b { right: 0; }
  .badge-c { right: 10%; }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
