:root {
  --ink: #07111f;
  --ink-2: #1f334d;
  --muted: #617187;
  --paper: #f4f7fb;
  --white: #ffffff;
  --line: #dce5ef;
  --line-strong: #c5d3e2;
  --navy: #07111f;
  --green: #19c37d;
  --blue: #2368f5;
  --cyan: #19b9d2;
  --orange: #ff7a3d;
  --rose: #ea4b61;
  --violet: #7357e8;
  --amber: #d89216;
  --lime: #97c83d;
  --shadow: 0 22px 70px rgba(7, 17, 31, 0.11);
  --shadow-soft: 0 14px 40px rgba(7, 17, 31, 0.07);
  --max: 1180px;
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input,
textarea,
select {
  font: inherit;
}

.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;
}

.wrap {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 78px;
  padding: 10px clamp(16px, 4vw, 42px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(220, 229, 239, 0.9);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  height: 54px;
  width: 184px;
  overflow: hidden;
}

.brand img {
  width: 184px;
  height: 92px;
  object-fit: contain;
}

.site-nav {
  display: none;
  align-items: center;
  gap: 22px;
  color: var(--ink-2);
  font-size: 0.94rem;
  font-weight: 760;
}

.site-nav a {
  position: relative;
  white-space: nowrap;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: #086e55;
}

.nav-contact {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  color: #fff !important;
  background: var(--ink);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(7, 17, 31, 0.16);
}

.menu-button {
  display: inline-grid;
  gap: 5px;
  width: 44px;
  height: 44px;
  place-content: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
}

.menu-button span:not(.sr-only) {
  width: 18px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
}

.mobile-menu {
  position: fixed;
  inset: 78px 0 auto;
  z-index: 35;
  display: grid;
  gap: 4px;
  padding: 16px;
  background: var(--white);
  border-bottom: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.mobile-menu[hidden] {
  display: none;
}

.mobile-menu a {
  padding: 13px 12px;
  border-radius: var(--radius);
  font-weight: 780;
}

.mobile-menu a:hover,
.mobile-menu a[aria-current="page"] {
  background: var(--paper);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 820;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: #fff;
  background: var(--ink);
  box-shadow: 0 16px 36px rgba(7, 17, 31, 0.18);
}

.btn-primary:hover {
  background: #122846;
}

.btn-secondary {
  color: var(--ink);
  background: var(--white);
  border-color: var(--line-strong);
}

.hero {
  position: relative;
  padding: clamp(58px, 8vw, 112px) 0 clamp(52px, 7vw, 88px);
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(7, 17, 31, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
  pointer-events: none;
}

.hero-home {
  background:
    linear-gradient(135deg, #ffffff 0%, #edf7ff 46%, #e8fbf5 100%);
}

.service-hero {
  background: linear-gradient(135deg, #ffffff 0%, #f2f7fb 55%, #e9f8f4 100%);
}

.contact-hero {
  background: linear-gradient(135deg, #ffffff 0%, #eef5ff 52%, #eefbf4 100%);
}

.hero-layout {
  position: relative;
  display: grid;
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

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

.eyebrow {
  margin: 0 0 14px;
  color: #08735a;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 20px;
  max-width: 12.5ch;
  color: var(--ink);
  font-size: clamp(2.45rem, 6vw, 5.45rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
}

h2 {
  margin-bottom: 0;
  max-width: 13.5ch;
  color: var(--ink);
  font-size: clamp(2rem, 4.2vw, 4rem);
  line-height: 1;
  letter-spacing: -0.032em;
}

h3 {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 1.12rem;
  line-height: 1.25;
}

.hero-lead,
.lead {
  color: var(--muted);
  font-size: clamp(1.04rem, 1.5vw, 1.2rem);
}

.hero-lead {
  max-width: 680px;
  margin-bottom: 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.proof-row span,
.contact-promises span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  color: var(--ink-2);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(197, 211, 226, 0.9);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 760;
}

.hero-panel,
.service-visual,
.contact-card {
  position: relative;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(197, 211, 226, 0.92);
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-panel {
  padding: clamp(18px, 3vw, 26px);
}

.panel-top {
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
}

.signal {
  width: 11px;
  height: 11px;
  border-radius: 999px;
}

.signal-green {
  background: var(--green);
}

.signal-blue {
  background: var(--blue);
}

.signal-orange {
  background: var(--orange);
}

.pipeline-map {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.pipeline-map div {
  padding: 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-left: 4px solid var(--green);
  border-radius: var(--radius);
}

.pipeline-map strong,
.pipeline-map span {
  display: block;
}

.pipeline-map span {
  color: var(--muted);
  font-size: 0.94rem;
}

.hero-panel img {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.service-visual {
  padding: clamp(16px, 3vw, 24px);
}

.service-visual img {
  width: 100%;
  min-height: 270px;
  object-fit: contain;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.visual-note {
  display: grid;
  gap: 4px;
  margin-top: 14px;
  padding: 14px;
  background: var(--ink);
  border-radius: var(--radius);
}

.visual-note strong {
  color: #fff;
}

.visual-note span {
  color: #c1cedd;
}

.logo-strip {
  color: #d8e7f8;
  background: var(--ink);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  overflow-x: auto;
}

.strip-track {
  display: flex;
  gap: 28px;
  align-items: center;
  min-height: 58px;
  white-space: nowrap;
}

.strip-track span {
  font-weight: 820;
}

.strip-track span::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 12px;
  background: var(--green);
  border-radius: 999px;
  vertical-align: middle;
}

.section {
  padding: clamp(58px, 8vw, 100px) 0;
  border-bottom: 1px solid var(--line);
}

.section-white {
  background: var(--white);
}

.section-dark {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(25, 195, 125, 0.1), transparent 32%),
    var(--ink);
  border-bottom: none;
}

.section-dark h2,
.section-dark h3,
.section-dark strong {
  color: #fff;
}

.section-dark .lead,
.section-dark span,
.section-dark p {
  color: #c3cfde;
}

.section-head {
  display: grid;
  gap: 16px;
  margin-bottom: 28px;
}

.intro-grid,
.split-large,
.delivery-grid,
.contact-layout {
  display: grid;
  gap: clamp(24px, 5vw, 64px);
}

.intro-text {
  color: var(--muted);
  font-size: 1.08rem;
}

.intro-text p:last-child {
  margin-bottom: 0;
}

.trust-grid,
.services-grid,
.step-grid,
.related-grid,
.local-directory {
  display: grid;
  gap: 16px;
}

.trust-grid {
  margin-top: 34px;
}

.trust-grid article,
.opportunity-list article,
.deliverable-grid article,
.step-grid article,
.related-grid a,
.local-directory article,
.contact-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.trust-grid article {
  padding: 20px;
}

.trust-grid strong,
.trust-grid span,
.opportunity-list strong,
.opportunity-list span {
  display: block;
}

.trust-grid span,
.opportunity-list span,
.related-grid p,
.local-directory a,
.step-grid p {
  color: var(--muted);
}

.services-grid {
  grid-template-columns: 1fr;
}

.service-card {
  position: relative;
  display: grid;
  gap: 10px;
  min-height: 250px;
  padding: 22px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: var(--green);
}

.service-card:hover,
.related-grid a:hover {
  border-color: var(--line-strong);
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}

.service-card span,
.related-grid span {
  color: #08735a;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.service-card p {
  color: var(--muted);
}

.service-card strong {
  align-self: end;
  color: var(--ink);
}

.service-card.accent-emerald::before {
  background: var(--green);
}

.service-card.accent-amber::before {
  background: var(--amber);
}

.service-card.accent-sky::before {
  background: var(--blue);
}

.service-card.accent-violet::before {
  background: var(--violet);
}

.service-card.accent-rose::before {
  background: var(--rose);
}

.service-card.accent-indigo::before {
  background: #5661e8;
}

.service-card.accent-cyan::before {
  background: var(--cyan);
}

.service-card.accent-lime::before {
  background: var(--lime);
}

.service-hero.accent-emerald {
  background: linear-gradient(135deg, #ffffff 0%, #effbf6 54%, #e8f6ff 100%);
}

.service-hero.accent-amber {
  background: linear-gradient(135deg, #ffffff 0%, #fff8eb 52%, #eef6ff 100%);
}

.service-hero.accent-sky {
  background: linear-gradient(135deg, #ffffff 0%, #edf5ff 50%, #effbf6 100%);
}

.service-hero.accent-violet {
  background: linear-gradient(135deg, #ffffff 0%, #f4f1ff 52%, #edf8ff 100%);
}

.service-hero.accent-rose {
  background: linear-gradient(135deg, #ffffff 0%, #fff1f3 50%, #eefbf4 100%);
}

.service-hero.accent-indigo {
  background: linear-gradient(135deg, #ffffff 0%, #f0f2ff 52%, #eaf9ff 100%);
}

.service-hero.accent-cyan {
  background: linear-gradient(135deg, #ffffff 0%, #eafbff 52%, #effbf6 100%);
}

.service-hero.accent-lime {
  background: linear-gradient(135deg, #ffffff 0%, #f7fde9 52%, #eef6ff 100%);
}

.process-list {
  display: grid;
  gap: 12px;
}

.process-list article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: start;
  padding: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
}

.process-list b,
.step-grid b {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: #062014;
  background: var(--green);
  border-radius: var(--radius);
}

.process-list strong,
.process-list span {
  display: block;
}

.opportunity-list,
.deliverable-grid {
  display: grid;
  gap: 14px;
}

.opportunity-list article {
  padding: 20px;
}

.dark-list article {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
}

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

.check-list li {
  position: relative;
  padding: 16px 16px 16px 48px;
  color: var(--ink-2);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 18px;
  width: 12px;
  height: 12px;
  background: var(--green);
  border-radius: 999px;
}

.tool-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tool-cloud span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  color: var(--ink-2);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 760;
}

.step-grid article {
  padding: 20px;
}

.step-grid b {
  margin-bottom: 18px;
}

.deliverable-grid {
  grid-template-columns: 1fr;
}

.deliverable-grid article {
  padding: 18px;
  color: var(--ink-2);
  font-weight: 780;
}

.faq {
  display: grid;
  gap: 12px;
}

.faq details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.faq summary {
  padding: 18px;
  color: var(--ink);
  cursor: pointer;
  font-weight: 820;
}

.faq p {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--muted);
}

.local-directory article {
  padding: 18px;
}

.local-directory a {
  display: block;
  padding: 7px 0;
  font-weight: 740;
}

.related-grid a {
  display: grid;
  gap: 8px;
  padding: 20px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.related-grid p {
  margin: 0;
}

.contact-band {
  padding: clamp(58px, 8vw, 96px) 0;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(35, 104, 245, 0.18), transparent 34%),
    linear-gradient(45deg, rgba(25, 195, 125, 0.18), transparent 42%),
    var(--ink);
}

.contact-band--compact {
  padding-top: 0;
}

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

.contact-copy {
  max-width: 520px;
}

.contact-copy h2,
.contact-copy p {
  color: #fff;
}

.contact-copy p {
  color: #c7d4e4;
}

.contact-promises {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.contact-promises span {
  color: #ecf6ff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
}

.lead-form {
  display: grid;
  gap: 16px;
  padding: clamp(18px, 3vw, 28px);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.18);
}

.form-grid {
  display: grid;
  gap: 14px;
}

.lead-form label {
  display: grid;
  gap: 7px;
  color: #f3f8ff;
  font-size: 0.94rem;
  font-weight: 780;
}

.lead-form input,
.lead-form textarea,
.lead-form select {
  width: 100%;
  min-height: 46px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  outline: none;
  padding: 11px 12px;
}

.lead-form input:focus,
.lead-form textarea:focus,
.lead-form select:focus {
  border-color: rgba(25, 195, 125, 0.9);
  box-shadow: 0 0 0 3px rgba(25, 195, 125, 0.18);
}

.lead-form select option {
  color: var(--ink);
}

.lead-form textarea {
  min-height: 140px;
  resize: vertical;
}

.lead-form input::placeholder,
.lead-form textarea::placeholder {
  color: #9fb0c5;
}

.wide {
  grid-column: 1 / -1;
}

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

.status {
  padding: 12px 14px;
  border-radius: var(--radius);
  font-weight: 820;
}

.status.is-success {
  color: #063c2a;
  background: #d9fff0;
}

.status.is-error {
  color: #6c1f12;
  background: #ffe1d8;
}

.contact-card {
  padding: clamp(20px, 4vw, 32px);
}

.contact-card strong {
  display: block;
  margin-bottom: 14px;
  color: var(--ink);
  font-size: 1.2rem;
}

.contact-card ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  color: var(--muted);
  list-style: none;
}

.contact-card li {
  position: relative;
  padding-left: 22px;
}

.contact-card li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--blue);
  border-radius: 999px;
}

.loading-overlay {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: none;
  place-items: center;
  background: rgba(244, 247, 251, 0.92);
  backdrop-filter: blur(14px);
}

.loading-overlay.is-visible {
  display: grid;
}

.loading-box {
  display: grid;
  gap: 16px;
  place-items: center;
  min-width: 260px;
  padding: 28px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.loading-box img {
  width: 150px;
  height: 70px;
  object-fit: contain;
}

.spinner {
  width: 34px;
  height: 34px;
  border: 4px solid #dbe4ef;
  border-top-color: var(--green);
  border-radius: 999px;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.site-footer {
  padding: 54px clamp(16px, 4vw, 42px) 28px;
  color: #b6c5d7;
  background: #040914;
}

.footer-grid {
  display: grid;
  gap: 28px;
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.footer-brand p {
  max-width: 360px;
  margin-top: 16px;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 64px;
  overflow: hidden;
  background: #fff;
  border-radius: var(--radius);
}

.footer-logo img {
  width: 170px;
  height: 86px;
  object-fit: contain;
}

.site-footer h3 {
  margin-bottom: 12px;
  color: #fff;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer ul {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-footer a:hover {
  color: var(--green);
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  width: min(var(--max), 100%);
  margin: 34px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.9rem;
}

@media (min-width: 640px) {
  .form-grid,
  .trust-grid,
  .related-grid,
  .local-directory {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (min-width: 760px) {
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .footer-grid {
    grid-template-columns: 1.35fr repeat(3, 1fr);
  }
}

@media (min-width: 980px) {
  .site-nav {
    display: flex;
  }

  .menu-button {
    display: none;
  }

  .hero-layout,
  .intro-grid,
  .split-large,
  .delivery-grid,
  .contact-layout {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  }

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

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

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

@media (max-width: 560px) {
  .wrap {
    width: min(100% - 24px, var(--max));
  }

  .site-header {
    min-height: 70px;
  }

  .brand {
    width: 150px;
    height: 48px;
  }

  .brand img {
    width: 150px;
    height: 76px;
  }

  .mobile-menu {
    inset: 70px 0 auto;
  }

  h1 {
    max-width: 13ch;
    font-size: clamp(2.32rem, 12vw, 3.25rem);
  }

  h2 {
    max-width: 12.5ch;
  }

  .btn {
    width: 100%;
  }

  .hero-actions {
    width: 100%;
  }

  .service-card {
    min-height: auto;
  }

  .process-list article {
    grid-template-columns: 1fr;
  }
}
