:root {
  --header-h: 72px;
  --ink: #17212b;
  --muted: #5f6f7d;
  --line: #d9e4e2;
  --soft: #f5f9f7;
  --soft-blue: #eef7fb;
  --green: #6aa72f;
  --teal: #177f7a;
  --amber: #f2b632;
  --coral: #d96b4d;
  --shadow: 0 16px 40px rgba(25, 42, 55, .1);
}

html {
  scroll-padding-top: calc(var(--header-h) + 18px);
}

body {
  background: #ffffff;
  color: var(--ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
p,
a,
.btn {
  overflow-wrap: anywhere;
  word-break: break-word;
}

a {
  color: #146c63;
}

a:hover,
a:focus {
  color: #0f514a;
}

.skip-link {
  background: #ffffff;
  color: #111827;
  font-weight: 800;
  left: 1rem;
  padding: .7rem 1rem;
  position: fixed;
  top: -5rem;
  z-index: 2000;
}

.skip-link:focus {
  top: 1rem;
}

.page-shell {
  background: linear-gradient(90deg, #f7fbfa 0, #f7fbfa 17%, #ffffff 17%, #ffffff 100%);
}

.sidebar-wrap {
  background: #f7fbfa;
  border-right: 1px solid var(--line);
  min-height: calc(100vh - var(--header-h));
}

.content-wrap {
  background: #ffffff;
  min-height: 60vh;
  padding: 2rem clamp(1rem, 2.4vw, 2.5rem) 3rem;
}

.site-hero {
  min-height: clamp(480px, 62vh, 640px);
  overflow: hidden;
  position: relative;
}

.hero-bg {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(9, 22, 28, .88), rgba(15, 64, 74, .64) 48%, rgba(255, 255, 255, .1)),
    linear-gradient(0deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .02));
  inset: 0;
  position: absolute;
}

.hero-inner {
  align-items: center;
  display: flex;
  min-height: inherit;
  padding: clamp(2.25rem, 5vw, 4.75rem) clamp(1rem, 5vw, 5rem);
  position: relative;
  z-index: 1;
}

.hero-copy {
  color: #ffffff;
  max-width: 760px;
}

.hero-logo {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, .2);
  display: block;
  height: auto;
  margin-bottom: 1.4rem;
  max-width: min(460px, 82vw);
  padding: .45rem .65rem;
}

.eyebrow {
  color: #bfeadf;
  font-size: .92rem;
  font-weight: 800;
  margin-bottom: .75rem;
  text-transform: uppercase;
}

.site-hero h1 {
  font-size: clamp(2rem, 5vw, 4.6rem);
  font-weight: 850;
  line-height: 1.05;
  margin-bottom: 1rem;
  max-width: 900px;
}

.hero-lead {
  color: rgba(255, 255, 255, .86);
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  line-height: 1.75;
  margin-bottom: 1.4rem;
  max-width: 780px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}

.hero-actions .btn {
  border-radius: 8px;
  font-weight: 800;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin-top: 1.45rem;
}

.hero-proof span {
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  color: rgba(255, 255, 255, .9);
  font-size: .9rem;
  font-weight: 700;
  padding: .45rem .75rem;
}

.side-menu {
  gap: .2rem;
  padding: 1rem .7rem 1.5rem;
  position: sticky;
  top: var(--header-h);
  max-height: calc(100vh - var(--header-h));
  overflow-y: auto;
}

.menu-label {
  color: #60707a;
  font-size: .75rem;
  font-weight: 850;
  letter-spacing: .04em;
  margin: .7rem .55rem .3rem;
  text-transform: uppercase;
}

.side-menu .nav-link {
  border-radius: 8px;
  color: #31414d !important;
  font-size: .92rem;
  font-weight: 700;
  line-height: 1.28;
  padding: .55rem .65rem;
}

.side-menu .nav-link:hover,
.side-menu .nav-link:focus,
.side-menu .nav-link.active {
  background: #e5f2ee;
  color: #0f5f56 !important;
}

.section-block,
.feature-band,
.contact-band {
  margin-inline: auto;
  max-width: 1180px;
}

.section-block + .section-block,
.section-block + .feature-band,
.feature-band + .section-block,
.section-block + .contact-band {
  margin-top: 3.5rem;
}

.section-heading {
  margin-bottom: 1.4rem;
  max-width: 820px;
}

.section-kicker {
  color: var(--teal);
  font-size: .86rem;
  font-weight: 850;
  margin-bottom: .35rem;
  text-transform: uppercase;
}

.section-heading h2,
.feature-copy h2,
.contact-band h2 {
  font-size: clamp(1.65rem, 3vw, 2.55rem);
  font-weight: 850;
  line-height: 1.16;
  margin-bottom: .65rem;
}

.section-heading p,
.feature-copy p,
.contact-band p {
  color: var(--muted);
  line-height: 1.75;
}

.service-grid,
.solution-grid,
.steps-grid,
.proof-grid {
  display: grid;
  gap: 1rem;
}

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

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

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

.proof-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.25rem;
}

.service-card,
.solution-card,
.step-card,
.proof-item {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(28, 44, 58, .06);
  min-width: 0;
}

.service-card,
.solution-card {
  display: flex;
  flex-direction: column;
  padding: 1.05rem;
}

.service-card {
  min-height: 248px;
}

.service-card h3,
.solution-card h3,
.step-card h3 {
  font-size: 1.05rem;
  font-weight: 850;
  line-height: 1.35;
  margin-bottom: .55rem;
}

.service-card p,
.solution-card p,
.step-card p,
.proof-item p {
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: .8rem;
}

.service-card a,
.solution-card a {
  font-weight: 800;
  margin-top: auto;
  text-decoration: none;
}

.service-card a:hover,
.solution-card a:hover {
  text-decoration: underline;
}

.card-tag {
  align-self: flex-start;
  background: #edf7ec;
  border-radius: 999px;
  color: #3f7e27;
  font-size: .78rem;
  font-weight: 850;
  margin-bottom: .85rem;
  padding: .25rem .55rem;
}

.feature-band {
  align-items: stretch;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1.08fr .92fr;
  overflow: hidden;
}

.feature-copy {
  padding: clamp(1.25rem, 3vw, 2rem);
}

.feature-list {
  display: grid;
  gap: .7rem;
  margin: 1.2rem 0 0;
  padding: 0;
}

.feature-list li {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #344452;
  font-weight: 700;
  list-style: none;
  padding: .75rem .9rem;
}

.feature-panel {
  background: #173f3a;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.25rem, 3vw, 2rem);
}

.feature-panel h3 {
  font-size: 1.25rem;
  font-weight: 850;
  margin-bottom: .8rem;
}

.feature-panel ul {
  display: grid;
  gap: .7rem;
  margin: 0;
  padding: 0;
}

.feature-panel li {
  list-style: none;
  padding-left: 1.2rem;
  position: relative;
}

.feature-panel li::before {
  background: var(--amber);
  border-radius: 999px;
  content: "";
  height: .45rem;
  left: 0;
  position: absolute;
  top: .55rem;
  width: .45rem;
}

.step-card {
  padding: 1rem;
}

.step-number {
  align-items: center;
  background: #e9f5f1;
  border-radius: 999px;
  color: #11645b;
  display: inline-flex;
  font-weight: 850;
  height: 2rem;
  justify-content: center;
  margin-bottom: .8rem;
  width: 2rem;
}

.proof-item {
  border-left: 4px solid var(--green);
  padding: 1rem;
}

.proof-item:nth-child(2) {
  border-left-color: var(--teal);
}

.proof-item:nth-child(3) {
  border-left-color: var(--coral);
}

.proof-item strong {
  display: block;
  font-size: 1.02rem;
  margin-bottom: .35rem;
}

.contact-band {
  align-items: center;
  background: #173f3a;
  border-radius: 8px;
  color: #ffffff;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr auto;
  padding: clamp(1.25rem, 3vw, 2rem);
}

.contact-band p {
  color: rgba(255, 255, 255, .78);
  margin-bottom: 0;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}

.contact-actions .btn {
  border-radius: 8px;
  font-weight: 850;
}

.site-footer {
  background: #173f3a !important;
  color: #ffffff;
  padding: 1.5rem clamp(1rem, 3vw, 2rem);
}

.footer-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .75rem 1.5rem;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1180px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
}

.footer-links a {
  color: rgba(255, 255, 255, .86);
  font-weight: 700;
  text-decoration: none;
}

.footer-links a:hover {
  color: #ffffff;
  text-decoration: underline;
}

@media (max-width: 1199.98px) {
  .service-grid,
  .steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .solution-grid,
  .proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .page-shell {
    background: #ffffff;
  }
  .content-wrap {
    padding-top: 1.5rem;
  }
  .site-hero {
    min-height: 560px;
  }
}

@media (max-width: 767.98px) {
  .hero-inner {
    padding: 2rem 1rem;
  }
  .hero-copy {
    min-width: 0;
    width: 100%;
  }
  .hero-logo {
    max-width: min(360px, 92vw);
  }
  .site-hero h1 {
    font-size: clamp(1.9rem, 9.4vw, 2.35rem);
  }
  .section-heading h2,
  .feature-copy h2,
  .contact-band h2 {
    font-size: clamp(1.45rem, 6.6vw, 1.8rem);
    line-height: 1.25;
  }
  .hero-proof span {
    font-size: .82rem;
    max-width: 100%;
  }
  .service-grid,
  .solution-grid,
  .steps-grid,
  .proof-grid,
  .feature-band,
  .contact-band {
    grid-template-columns: 1fr;
  }
  .service-card {
    min-height: auto;
  }
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }
  .hero-actions .btn {
    display: block;
    font-size: 1rem;
    line-height: 1.35;
    max-width: 100%;
    white-space: normal;
    width: 100%;
  }
  .contact-actions {
    width: 100%;
  }
  .contact-actions .btn {
    width: 100%;
  }
}
