@font-face {
  font-family: "CTS Display";
  src: url("/assets/WixMadeforDisplay-VariableFont_wght_f8pdg095t8zLvFBEe2wSS_ex1vFsnBuERoF5ldyxBJH.ttf") format("truetype");
  font-weight: 400 800;
  font-display: swap;
}

:root {
  --navy: #071845;
  --blue: #2937b1;
  --blue-deep: #172474;
  --green: #54e6a5;
  --green-soft: #e9fbf3;
  --ink: #111936;
  --muted: #5d667d;
  --line: #dfe4ee;
  --surface: #f5f7fb;
  --white: #fff;
  --radius: 18px;
  --shadow: 0 22px 60px rgba(7, 24, 69, 0.11);
  --page: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "CTS Display", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, .button { cursor: pointer; }

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--white);
  border-radius: 8px;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(223, 228, 238, 0.9);
  backdrop-filter: blur(16px);
}
.nav-wrap {
  width: var(--page);
  min-height: 76px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 28px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: auto;
  font-weight: 800;
  color: var(--navy);
  letter-spacing: -0.02em;
}
.brand img { width: 126px; height: 48px; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 30px; font-size: .94rem; font-weight: 700; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--blue); }
.nav-dropdown { position: relative; border: 0; border-radius: 0; background: transparent; }
.nav-dropdown summary { padding: 0; color: var(--ink); list-style: none; cursor: pointer; }
.nav-dropdown summary::-webkit-details-marker { display: none; }
.nav-dropdown summary::after { content: "⌄"; display: inline-block; margin-left: 6px; color: var(--blue); font-size: .8em; transition: transform 160ms ease; }
.nav-dropdown[open] summary::after { transform: rotate(180deg); }
.dropdown-menu {
  position: absolute;
  top: calc(100% + 16px);
  left: -18px;
  min-width: 260px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: var(--white);
  box-shadow: var(--shadow);
}
.dropdown-menu a { display: block; padding: 11px 12px; border-radius: 8px; color: var(--ink); font-size: .92rem; white-space: nowrap; }
.dropdown-menu a:hover { background: var(--surface); }
.nav-actions { display: flex; gap: 10px; }
.menu-toggle { display: none; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 9px;
  background: var(--blue);
  color: var(--white);
  font-weight: 750;
  transition: transform 160ms ease, background 160ms ease;
}
.button:hover { background: var(--blue-deep); transform: translateY(-1px); }
.button.secondary { background: var(--white); color: var(--blue); border-color: var(--line); }
.button.secondary:hover { background: var(--surface); }
.button.green { background: var(--green); color: var(--navy); }
.text-link { color: var(--blue); font-weight: 750; }
.text-link:hover { text-decoration: underline; }

.page { overflow: clip; }
.section { padding: 76px 0; }
.section.compact { padding: 52px 0; }
main > .page-hero + .section { padding: 48px 0; }
.section.surface { background: var(--surface); }
.section.navy { background: var(--navy); color: var(--white); }
.container { width: var(--page); margin: auto; }
.eyebrow {
  margin: 0 0 10px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.navy .eyebrow { color: var(--green); }
h1, h2, h3 { margin: 0; color: var(--navy); line-height: 1.06; letter-spacing: -0.035em; }
.navy h1, .navy h2, .navy h3 { color: var(--white); }
h1 { max-width: 900px; font-size: clamp(2.7rem, 6.4vw, 5.7rem); }
h2 { font-size: clamp(2rem, 4vw, 3.6rem); }
h3 { font-size: 1.35rem; }
.lede { max-width: 760px; margin: 20px 0 0; color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.32rem); }
.navy .lede { color: #cbd4ea; }
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}
.section-heading > div { max-width: 760px; }
.section-heading p { margin: 12px 0 0; color: var(--muted); }

.hero { padding: 86px 0 48px; background: radial-gradient(circle at 88% 12%, rgba(84,230,165,.22), transparent 26%), linear-gradient(145deg, #f4f6ff 0%, #fff 58%, #f0fff8 100%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(300px, 0.6fr); gap: 56px; align-items: center; }
.hero h1 { max-width: 980px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.promise-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 25px; }
.promise-row span { padding: 8px 11px; background: var(--white); border: 1px solid var(--line); border-radius: 999px; color: var(--navy); font-size: 0.9rem; font-weight: 700; }
.hero-card { padding: 28px; background: var(--navy); border-radius: 26px; box-shadow: var(--shadow); color: var(--white); }
.hero-card strong { display: block; margin-bottom: 18px; color: var(--green); font-size: 0.85rem; letter-spacing: 0.1em; text-transform: uppercase; }
.hero-card ul { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.hero-card li { padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.16); }
.hero-card li:last-child { padding-bottom: 0; border: 0; }
.brand-panel {
  position: relative;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px;
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(145deg, var(--navy), var(--blue));
  box-shadow: var(--shadow);
  color: var(--white);
}
.brand-panel::before, .brand-panel::after { content: ""; position: absolute; border: 1px solid rgba(84,230,165,.38); border-radius: 50%; }
.brand-panel::before { width: 320px; height: 320px; right: -130px; top: -120px; }
.brand-panel::after { width: 190px; height: 190px; right: -20px; top: -22px; background: rgba(84,230,165,.08); }
.brand-panel-mark { position: relative; z-index: 1; color: var(--green); font-size: 1rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.brand-panel-copy { position: relative; z-index: 1; }
.brand-panel-copy b { display: block; max-width: 350px; font-size: 2.25rem; line-height: 1.05; letter-spacing: -.035em; }
.brand-panel-copy p { margin: 16px 0 0; color: #cbd4ea; }
.brand-panel-states { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 7px; }
.brand-panel-states span { padding: 7px 9px; border: 1px solid rgba(255,255,255,.22); border-radius: 7px; font-size: .76rem; font-weight: 750; }

.stats { padding: 0 0 34px; background: linear-gradient(145deg, #f4f6ff, #fff); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); overflow: hidden; }
.stat { padding: 22px; border-right: 1px solid var(--line); }
.stat:last-child { border: 0; }
.stat b { display: block; color: var(--blue); font-size: 2rem; line-height: 1; }
.stat span { color: var(--muted); font-size: 0.9rem; }

.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.card {
  display: flex;
  flex-direction: column;
  min-height: 255px;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}
.card:hover { transform: translateY(-4px); border-color: #b7c0da; box-shadow: var(--shadow); }
.card .number { color: var(--blue); font-weight: 800; font-size: 0.82rem; }
.card h3 { margin-top: 28px; }
.card p { margin: 12px 0 22px; color: var(--muted); }
.card .text-link { margin-top: auto; }
.scroller {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(275px, 32%);
  gap: 18px;
  overflow-x: auto;
  padding: 4px 4px 20px;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--blue) var(--surface);
}
.scroller .card { scroll-snap-align: start; }
.service-feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.service-feature {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  min-height: 230px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, var(--white), #fbfcff);
  box-shadow: 0 1px 0 rgba(7,24,69,.03);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}
.service-feature:hover { transform: translateY(-3px); border-color: #b8c3df; box-shadow: var(--shadow); }
.service-kicker { display: inline-block; margin-bottom: 34px; color: var(--blue); font-size: .76rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.service-feature h3 { margin-bottom: 10px; }
.service-feature p { margin: 0 0 16px; color: var(--muted); }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; border-radius: var(--radius); overflow: hidden; background: rgba(255,255,255,.15); }
.process-step { padding: 25px; background: rgba(255,255,255,.06); }
.process-step b { color: var(--green); }
.process-step h3 { margin: 18px 0 8px; font-size: 1.18rem; }
.process-step p { margin: 0; color: #cbd4ea; font-size: .94rem; }

.tab-set { display: grid; grid-template-columns: 290px minmax(0, 1fr); gap: 24px; }
.tab-list { display: grid; gap: 8px; align-content: start; }
.tab-button { width: 100%; padding: 17px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); color: var(--navy); text-align: left; font-weight: 750; }
.tab-button[aria-selected="true"] { background: var(--blue); border-color: var(--blue); color: var(--white); }
.tab-panel { min-height: 300px; padding: 34px; background: var(--navy); color: var(--white); border-radius: var(--radius); }
.tab-panel[hidden] { display: none; }
.tab-panel h3 { color: var(--white); font-size: 2rem; }
.tab-panel p { color: #cbd4ea; }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 28px; }
.tag-list span { padding: 7px 10px; border-radius: 999px; background: rgba(84,230,165,.14); color: var(--green); font-size: .88rem; font-weight: 700; }
.tab-panel-layout { display: grid; grid-template-columns: 1fr 240px; gap: 28px; align-items: center; }
.tab-panel-image { width: 100%; height: 220px; object-fit: cover; border-radius: 14px; }

.article-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.article { display: flex; min-height: 330px; padding: 24px; flex-direction: column; border-top: 4px solid var(--green); border-radius: var(--radius); background: var(--navy); color: var(--white); overflow: hidden; }
.article img { width: calc(100% + 48px); height: 150px; margin: -24px -24px 22px; object-fit: cover; }
.article small { color: #aeb8d2; }
.article h3 { margin: 24px 0 0; color: var(--white); }
.article .text-link { margin-top: auto; color: var(--green); }
.article-hero { margin: 22px 0 0; width: 100%; max-height: 260px; object-fit: cover; border-radius: var(--radius); }

.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.faq-grid details { border: 1px solid var(--line); border-radius: 12px; background: var(--white); }
.faq-grid summary { padding: 18px 20px; color: var(--navy); font-weight: 750; cursor: pointer; }
.faq-grid details p { margin: 0; padding: 0 20px 20px; color: var(--muted); }

.state-filter { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.state-buttons { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0; }
.state-button { padding: 9px 13px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); color: var(--navy); font-weight: 800; }
.state-button[aria-pressed="true"] { border-color: var(--blue); background: var(--blue); color: var(--white); }
.state-result { padding: 22px; border-radius: 12px; background: var(--surface); }
.state-result h3 { margin-bottom: 8px; }
.state-result p { margin: 0; color: var(--muted); }
.state-services { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 16px; }
.state-services a { padding: 11px; border-radius: 9px; background: var(--white); color: var(--blue); font-size: .9rem; font-weight: 750; }
.state-services a:hover { box-shadow: 0 0 0 1px var(--blue); }

.solution-visual { margin-top: 20px; width: 100%; height: 180px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.solution-placeholder { margin-top: 20px; min-height: 140px; display: grid; place-items: center; padding: 28px; border: 1px dashed rgba(84,230,165,.55); border-radius: var(--radius); background: rgba(255,255,255,.05); color: #cbd4ea; text-align: center; }
.facility-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 22px; }
.facility-grid span { padding: 16px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); color: var(--navy); font-size: .92rem; font-weight: 750; }
.cta-strip { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 42px; padding: 28px; border-radius: var(--radius); background: var(--navy); color: var(--white); }
.cta-strip h3 { color: var(--white); }
.cta-strip p { margin: 8px 0 0; color: #cbd4ea; }

.contact-grid { display: grid; grid-template-columns: minmax(0, .75fr) minmax(420px, 1.25fr); gap: 50px; align-items: start; }
.contact-list { display: grid; gap: 14px; margin-top: 28px; }
.contact-list a, .contact-list div { padding: 17px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; }
.inquiry-form { display: grid; gap: 14px; padding: 28px; border-radius: var(--radius); background: var(--white); color: var(--ink); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
label { display: grid; gap: 7px; color: var(--navy); font-size: .9rem; font-weight: 750; }
input, textarea { width: 100%; padding: 13px 14px; border: 1px solid #cfd6e5; border-radius: 10px; color: var(--ink); background: var(--white); }
textarea { min-height: 130px; resize: vertical; }
input:focus, textarea:focus { outline: 3px solid rgba(41,55,177,.17); border-color: var(--blue); }
.form-note { margin: 0; color: var(--muted); font-size: .84rem; }
.success-banner { display: none; padding: 12px 14px; border-radius: 10px; background: var(--green-soft); color: #12613f; font-weight: 700; }
.success-banner.visible { display: block; }

.page-hero { padding: 38px 0; background: radial-gradient(circle at 86% 18%, rgba(84,230,165,.18), transparent 25%), linear-gradient(135deg, var(--navy), #142878); color: var(--white); }
.page-hero h1 { max-width: 980px; color: var(--white); font-size: clamp(2.2rem, 4vw, 3.65rem); }
.page-hero .lede { color: #cbd4ea; }
.breadcrumb { margin-bottom: 14px; color: #aeb8d2; font-size: .84rem; }
.breadcrumb a { color: var(--green); }
.detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 52px; }
.prose h2 { margin: 28px 0 12px; font-size: 1.9rem; }
.prose h2:first-child { margin-top: 0; }
.prose p { color: var(--muted); }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 28px; margin: 20px 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 24px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); font-weight: 900; }
.side-card { position: sticky; top: 104px; padding: 26px; border-radius: var(--radius); background: var(--green-soft); }
.side-card h3 { margin-bottom: 12px; }
.side-card p { color: var(--muted); }
.side-nav { display: grid; gap: 8px; margin: 18px 0 24px; }
.side-nav a { padding: 10px 12px; border-radius: 9px; background: var(--white); color: var(--blue); font-weight: 700; }

.site-footer { padding: 42px 0 24px; background: #050f2d; color: #cbd4ea; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 40px; }
.site-footer h3 { color: var(--white); font-size: 1rem; letter-spacing: 0; }
.site-footer a { display: block; margin-top: 8px; }
.site-footer a:hover { color: var(--green); }
.copyright { margin-top: 36px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.13); font-size: .85rem; }

@media (max-width: 920px) {
  .nav-wrap { flex-wrap: wrap; gap: 12px; padding: 12px 0; }
  .menu-toggle { display: inline-flex; margin-left: auto; padding: 9px 12px; border: 1px solid var(--line); border-radius: 9px; background: var(--white); color: var(--navy); font-weight: 750; }
  .nav-links { display: none; order: 3; width: 100%; padding: 12px 0; flex-direction: column; align-items: stretch; }
  .nav-links.open { display: flex; }
  .nav-actions .secondary { display: none; }
  .hero-grid, .contact-grid, .detail-layout { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .card-grid { grid-template-columns: 1fr 1fr; }
  .scroller { grid-auto-columns: minmax(280px, 70%); }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .tab-set { grid-template-columns: 1fr; }
  .tab-list { grid-template-columns: repeat(3, 1fr); }
  .side-card { position: static; }
  .service-feature-grid { grid-template-columns: 1fr; }
  .dropdown-menu { position: static; margin-top: 10px; box-shadow: none; }
}

@media (max-width: 640px) {
  :root { --page: min(100% - 28px, 1180px); }
  body { font-size: 16px; }
  .section { padding: 56px 0; }
  .hero { padding-top: 50px; }
  .hero-grid { gap: 30px; }
  .hero-card { padding: 23px; }
  .nav-actions .button { min-height: 42px; padding: 9px 12px; }
  .stats-grid, .card-grid, .article-row, .faq-grid, .footer-grid, .field-grid { grid-template-columns: 1fr; }
  .stat { border-right: 0; border-bottom: 1px solid var(--line); }
  .stat:last-child { border-bottom: 0; }
  .scroller { grid-auto-columns: 88%; }
  .process-grid { grid-template-columns: 1fr; }
  .tab-list { grid-template-columns: 1fr; }
  .tab-panel { padding: 24px; }
  .tab-panel-layout { grid-template-columns: 1fr; }
  .tab-panel-image { height: 190px; }
  .service-feature { grid-template-columns: 1fr; }
  .state-services { grid-template-columns: 1fr; }
  .facility-grid { grid-template-columns: 1fr 1fr; }
  .cta-strip { align-items: stretch; flex-direction: column; }
  .contact-grid { gap: 30px; }
  .inquiry-form { padding: 20px; }
  .section-heading { align-items: start; flex-direction: column; }
  .check-list { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
