* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  margin: 0;
  font-family: 'Segoe UI', system-ui, -apple-system, 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.75;
  background-color: #F6FAF8;
  color: #24302B;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-weight: 800;
}

p {
  margin: 0 0 16px;
}

a {
  color: #2A9D8F;
}

img {
  max-width: 100%;
}

.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.fade-up {
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.js .fade-up {
  opacity: 0;
  transform: translateY(24px);
}

.js .fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

.center-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background-color: #F6FAF8;
  border-bottom: 1px solid #E0F0EC;
  transition: border-color 0.25s ease;
}

.center-nav.scrolled {
  border-bottom: 2px solid #2A9D8F;
}

.nav-wrap {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: 16px 24px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.brand-mark {
  position: relative;
  width: 30px;
  height: 30px;
  background-color: #2A9D8F;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
}

.brand-cross {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.brand-cross::before,
.brand-cross::after {
  content: "";
  position: absolute;
  background-color: #FFFFFF;
}

.brand-cross::before {
  width: 16px;
  height: 5px;
  left: 7px;
  top: 12.5px;
}

.brand-cross::after {
  width: 5px;
  height: 16px;
  top: 7px;
  left: 12.5px;
}

.brand-mark.small {
  width: 26px;
  height: 26px;
}

.brand-mark.small .brand-cross::before {
  width: 14px;
  height: 4px;
  left: 6px;
  top: 11px;
}

.brand-mark.small .brand-cross::after {
  width: 4px;
  height: 14px;
  top: 6px;
  left: 11px;
}

.brand-name {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #1F5E56;
  line-height: 1;
}

.nav-links {
  display: flex;
  align-items: center;
  margin-top: 14px;
}

.nav-links a {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #38443F;
  text-decoration: none;
  padding: 10px 18px;
  border-left: 1px solid #E0F0EC;
  transition: color 0.2s ease;
}

.nav-links a:first-child {
  border-left: none;
}

.nav-links a:hover,
.nav-links a.active {
  color: #2A9D8F;
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  padding: 10px;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 3px;
  background-color: #1F5E56;
  border-radius: 2px;
  margin: 5px 0;
}

.block-hero {
  background-color: #2A9D8F;
  color: #FFFFFF;
  padding: 64px 24px 54px;
}

.hero-inner {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.eyebrow-chip {
  display: inline-block;
  background-color: #FFFFFF;
  color: #2A9D8F;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 999px;
}

.block-hero h1 {
  font-size: 46px;
  line-height: 1.15;
  color: #FFFFFF;
  margin: 24px 0 18px;
  font-weight: 800;
}

.hero-em {
  color: #D8F0EB;
}

.hero-sub {
  color: #EAF6F2;
  font-size: 17px;
  max-width: 740px;
  margin: 0 auto 30px;
}

.hero-cta {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn {
  display: inline-block;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 14px 30px;
  border-radius: 999px;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.btn-light {
  background-color: #FFFFFF;
  color: #2A9D8F;
}

.btn-light:hover {
  background-color: #D8F0EB;
}

.btn-outline-light {
  border-color: #FFFFFF;
  color: #FFFFFF;
  background-color: transparent;
}

.btn-outline-light:hover {
  background-color: #1F5E56;
  border-color: #1F5E56;
}

.btn-primary {
  background-color: #2A9D8F;
  color: #FFFFFF;
}

.btn-primary:hover {
  background-color: #1F5E56;
}

.glyph-row {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 36px 0 30px;
}

.glyph {
  width: 58px;
  height: 58px;
  background-color: #1F5E56;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.glyph i {
  position: relative;
  display: block;
}

.glyph-cross i {
  width: 22px;
  height: 22px;
}

.glyph-cross i::before,
.glyph-cross i::after {
  content: "";
  position: absolute;
  background-color: #FFFFFF;
}

.glyph-cross i::before {
  width: 22px;
  height: 6px;
  left: 0;
  top: 8px;
}

.glyph-cross i::after {
  width: 6px;
  height: 22px;
  left: 8px;
  top: 0;
}

.glyph-ecg i {
  width: 34px;
  height: 20px;
}

.glyph-ecg i::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 34px;
  height: 2px;
  background-color: #FFFFFF;
}

.glyph-ecg i::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  width: 14px;
  height: 20px;
  background-color: #1F5E56;
  -webkit-clip-path: polygon(0 38%, 30% 38%, 45% 8%, 60% 70%, 75% 34%, 100% 38%, 100% 56%, 74% 56%, 60% 92%, 45% 24%, 30% 60%, 0 60%);
  clip-path: polygon(0 38%, 30% 38%, 45% 8%, 60% 70%, 75% 34%, 100% 38%, 100% 56%, 74% 56%, 60% 92%, 45% 24%, 30% 60%, 0 60%);
}

.glyph-pill i {
  width: 30px;
  height: 16px;
  border-radius: 999px;
  background-color: #D8F0EB;
  border: 2px solid #FFFFFF;
}

.glyph-pill i::before {
  content: "";
  position: absolute;
  left: 13px;
  top: -2px;
  width: 2px;
  height: calc(100% + 4px);
  background-color: #FFFFFF;
  border-radius: 2px;
}

.glyph-shield i {
  width: 26px;
  height: 30px;
  background-color: #D8F0EB;
  -webkit-clip-path: polygon(50% 0%, 100% 18%, 100% 55%, 82% 82%, 50% 100%, 18% 82%, 0 55%, 0 18%);
  clip-path: polygon(50% 0%, 100% 18%, 100% 55%, 82% 82%, 50% 100%, 18% 82%, 0 55%, 0 18%);
}

.glyph-shield i::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 7px;
  width: 4px;
  height: 16px;
  background-color: #1F5E56;
}

.glyph-shield i::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 13px;
  width: 14px;
  height: 4px;
  background-color: #1F5E56;
}

.hero-stats {
  display: flex;
  justify-content: center;
  max-width: 660px;
  margin: 0 auto;
  border-top: 1px solid #FFFFFF;
}

.hero-stat {
  flex: 1;
  padding: 18px 12px 4px;
}

.hero-stat + .hero-stat {
  border-left: 1px solid #FFFFFF;
}

.stat-num {
  display: block;
  font-size: 30px;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1.2;
}

.stat-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #E3F3EF;
  margin-top: 4px;
}

.step-progression {
  padding: 88px 0 64px;
}

.section-head {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 60px;
}

.section-kicker {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #2A9D8F;
  background-color: #E0F0EC;
  padding: 6px 14px;
  border-radius: 999px;
}

.section-head h2 {
  font-size: 34px;
  color: #1F5E56;
  margin: 18px 0 14px;
  line-height: 1.2;
}

.section-head p {
  color: #38443F;
  font-size: 17px;
  margin: 0;
}

.section-lead {
  color: #38443F;
  font-size: 16px;
  max-width: 820px;
  margin: 26px auto 0;
  text-align: center;
}

.steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.steps::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #2A9D8F;
}

.step {
  position: relative;
  padding: 34px 26px 0;
  border-left: 1px solid #E0F0EC;
}

.step:first-child {
  border-left: none;
  padding-left: 0;
}

.step:last-child {
  padding-right: 0;
}

.step::before {
  content: "";
  position: absolute;
  top: 18px;
  left: calc(50% - 4.5px);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #2A9D8F;
  border: 3px solid #F6FAF8;
  box-sizing: content-box;
}

.step-num {
  display: block;
  font-size: 44px;
  font-weight: 800;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 2px #2A9D8F;
  letter-spacing: 0.04em;
}

.step h3 {
  font-size: 22px;
  color: #1F5E56;
  margin: 16px 0 12px;
}

.step p {
  color: #38443F;
  font-size: 15px;
  margin: 0;
}

.metric-band {
  background-color: #2A9D8F;
  padding: 54px 0;
}

.metric-grid {
  display: flex;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}

.metric {
  flex: 1;
  text-align: center;
  padding: 10px 16px;
}

.metric + .metric {
  border-left: 1px solid #FFFFFF;
}

.metric-num {
  display: block;
  font-size: 44px;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1.1;
}

.metric-label {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #E3F3EF;
}

.statement-band {
  background-color: #FFFFFF;
  padding: 84px 0;
}

.statement-inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 6px 0 6px 30px;
  border-left: 4px solid #2A9D8F;
}

.statement-inner p.manifesto {
  font-size: 26px;
  line-height: 1.5;
  color: #1F5E56;
  font-weight: 700;
  margin: 0 0 18px;
}

.statement-inner p.statement-detail {
  font-size: 16px;
  color: #38443F;
  margin: 0;
  max-width: 780px;
}

.cta-band {
  background-color: #E0F0EC;
  padding: 72px 0;
  text-align: center;
}

.cta-inner {
  max-width: 720px;
  margin: 0 auto;
}

.cta-band h2 {
  font-size: 34px;
  color: #1F5E56;
  margin: 0 0 14px;
  line-height: 1.2;
}

.cta-band p {
  color: #38443F;
  font-size: 17px;
  margin: 0 0 26px;
}

.bus-footer {
  background-color: #1F5E56;
  color: #FFFFFF;
  padding-top: 56px;
}

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

.footer-col {
  padding: 0 28px 42px;
}

.footer-col + .footer-col {
  border-left: 1px solid #2E7A70;
}

.footer-col h4 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 12px 0 16px;
}

.node-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #FFFFFF;
}

.foot-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #FFFFFF;
  text-decoration: none;
}

.brand-col p {
  color: #BFE3DC;
  font-size: 14px;
  line-height: 1.7;
  margin: 16px 0 0;
}

.footer-col a {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
  padding: 5px 0;
  transition: color 0.2s ease;
}

.footer-col a:hover {
  color: #2A9D8F;
}

.footer-col .contact-line {
  color: #BFE3DC;
  font-size: 14px;
  line-height: 1.8;
  margin: 0 0 6px;
}

.footer-col .contact-line a {
  display: inline;
  color: #BFE3DC;
  padding: 0;
}

.footer-col .contact-line a:hover {
  color: #FFFFFF;
}

.legal-line {
  border-top: 1px solid #2E7A70;
  padding: 18px 0;
  font-size: 13px;
  color: #BFE3DC;
}

.legal-line a {
  color: #BFE3DC;
  text-decoration: none;
}

.legal-line a:hover {
  color: #FFFFFF;
}

.page-hero {
  background-color: #E0F0EC;
  padding: 60px 0 54px;
  text-align: center;
}

.page-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #2A9D8F;
  background-color: #FFFFFF;
  padding: 6px 14px;
  border-radius: 999px;
}

.page-hero h1 {
  font-size: 40px;
  color: #1F5E56;
  margin: 16px 0 14px;
  line-height: 1.2;
}

.page-lede {
  max-width: 740px;
  margin: 0 auto;
  color: #38443F;
  font-size: 17px;
}

.service-list {
  padding: 64px 0 20px;
}

.service-row {
  display: flex;
  gap: 36px;
  padding: 38px 0;
  border-top: 1px solid #E0F0EC;
}

.service-row:first-of-type {
  border-top: none;
}

.service-index {
  flex: 0 0 72px;
  text-align: center;
}

.service-index .snum {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #2A9D8F;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.service-index .sicon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-top: 12px;
  background-color: #E0F0EC;
  border-radius: 10px;
  color: #1F5E56;
  font-weight: 800;
  font-size: 18px;
}

.service-body {
  flex: 1;
}

.service-body h2 {
  font-size: 26px;
  color: #1F5E56;
  margin: 0 0 12px;
}

.service-body p {
  color: #38443F;
  font-size: 16px;
  margin: 0 0 14px;
}

.service-body ul {
  margin: 0;
  padding-left: 20px;
  color: #38443F;
  font-size: 15px;
}

.service-body li {
  margin-bottom: 6px;
}

.service-body li::marker {
  color: #2A9D8F;
}

.process-overview {
  background-color: #FFFFFF;
  padding: 72px 0;
}

.process-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px;
}

.process-head h2 {
  font-size: 30px;
  color: #1F5E56;
  margin: 0 0 12px;
}

.process-head p {
  color: #38443F;
  font-size: 16px;
  margin: 0;
}

.process-strip {
  display: flex;
}

.process-strip .p-step {
  flex: 1;
  padding: 0 24px;
  border-left: 1px solid #E0F0EC;
}

.process-strip .p-step:first-child {
  border-left: none;
  padding-left: 0;
}

.process-strip .p-step:last-child {
  padding-right: 0;
}

.process-strip .p-num {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #2A9D8F;
}

.process-strip h3 {
  font-size: 18px;
  color: #1F5E56;
  margin: 8px 0 8px;
}

.process-strip p {
  font-size: 14px;
  color: #38443F;
  margin: 0;
}

.contact-wrap {
  padding: 64px 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: start;
}

.contact-form-panel,
.contact-info-panel {
  background-color: #FFFFFF;
  border: 1px solid #E0F0EC;
  border-radius: 14px;
  padding: 32px;
}

.panel-title {
  font-size: 24px;
  color: #1F5E56;
  margin: 0 0 8px;
}

.panel-sub {
  font-size: 15px;
  color: #38443F;
  margin: 0 0 22px;
}

.contact-form .field {
  margin-bottom: 18px;
}

.contact-form label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #38443F;
  margin-bottom: 6px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border: 1px solid #E0F0EC;
  border-radius: 8px;
  background-color: #FFFFFF;
  color: #24302B;
  font-size: 16px;
  font-family: inherit;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #2A9D8F;
  box-shadow: 0 0 0 3px #E0F0EC;
}

.contact-form textarea {
  min-height: 130px;
  resize: vertical;
}

.form-status {
  margin: 16px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #1F5E56;
}

.form-status.error {
  color: #24302B;
}

.form-hint {
  font-size: 13px;
  color: #7C948C;
  margin: 14px 0 0;
}

.info-item {
  display: flex;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid #E0F0EC;
}

.info-item:first-of-type {
  padding-top: 0;
}

.info-item:last-of-type {
  border-bottom: none;
}

.info-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background-color: #E0F0EC;
  color: #1F5E56;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 18px;
  flex: none;
}

.info-body h3 {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #7C948C;
  margin: 0 0 6px;
}

.info-body p {
  font-size: 15px;
  color: #24302B;
  margin: 0 0 2px;
}

.info-body a {
  color: #2A9D8F;
  text-decoration: none;
  font-weight: 700;
}

.info-body a:hover {
  color: #1F5E56;
}

.hours-card {
  background-color: #E0F0EC;
  border-radius: 12px;
  padding: 20px;
  margin-top: 22px;
}

.hours-card h3 {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1F5E56;
  margin: 0 0 8px;
}

.hours-card p {
  font-size: 14px;
  color: #38443F;
  margin: 0;
}

.faq-section {
  background-color: #FFFFFF;
  padding: 72px 0;
}

.faq-wrap {
  max-width: 820px;
  margin: 0 auto;
}

.faq-head {
  text-align: center;
  margin-bottom: 36px;
}

.faq-head h2 {
  font-size: 30px;
  color: #1F5E56;
  margin: 0 0 10px;
}

.faq-head p {
  color: #38443F;
  font-size: 16px;
  margin: 0;
}

.faq-item {
  background-color: #F6FAF8;
  border: 1px solid #E0F0EC;
  border-radius: 12px;
  margin-bottom: 14px;
}

.faq-q {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 18px 20px;
  font-size: 17px;
  font-weight: 700;
  color: #1F5E56;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-family: inherit;
}

.faq-q::after {
  content: "+";
  font-size: 24px;
  line-height: 1;
  color: #2A9D8F;
  flex: none;
}

.faq-item.open .faq-q::after {
  content: "\2212";
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-a p {
  padding: 0 20px 20px;
  margin: 0;
  color: #38443F;
  font-size: 15px;
}

.cta-band.secondary {
  margin-top: 0;
}

@media (max-width: 960px) {
  .block-hero h1 {
    font-size: 38px;
  }

  .steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .steps::before {
    display: none;
  }

  .step::before {
    display: none;
  }

  .step {
    background-color: #FFFFFF;
    border: 1px solid #E0F0EC;
    border-radius: 12px;
    padding: 24px !important;
  }

  .step-num {
    color: #2A9D8F;
    -webkit-text-stroke: 0;
  }

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

  .footer-col:nth-child(3) {
    border-left: none;
  }

  .footer-col:nth-child(n + 3) {
    border-top: 1px solid #2E7A70;
    padding-top: 28px;
  }

  .process-strip {
    flex-wrap: wrap;
  }

  .process-strip .p-step {
    flex: 1 1 45%;
    padding: 16px;
    border: 1px solid #E0F0EC;
    border-radius: 12px;
    margin: 8px;
  }

  .process-strip .p-step:first-child {
    padding: 16px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

@media (max-width: 720px) {
  .nav-wrap {
    padding: 14px 16px 0;
  }

  .nav-toggle {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    right: 12px;
    top: 12px;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    width: 100%;
    margin-top: 12px;
    border-top: 1px solid #E0F0EC;
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    border-left: none;
    width: 100%;
    text-align: center;
    padding: 14px 0;
    border-bottom: 1px solid #E0F0EC;
  }

  .block-hero {
    padding: 48px 20px 44px;
  }

  .block-hero h1 {
    font-size: 32px;
  }

  .hero-stats {
    flex-direction: column;
  }

  .hero-stat + .hero-stat {
    border-left: none;
    border-top: 1px solid #FFFFFF;
  }

  .hero-stat {
    padding: 14px 0;
  }

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

  .metric-grid {
    flex-wrap: wrap;
  }

  .metric {
    flex: 1 1 46%;
    padding: 12px 10px;
  }

  .metric:nth-child(3) {
    border-left: none;
  }

  .metric:nth-child(n + 3) {
    border-top: 1px solid #FFFFFF;
  }

  .statement-inner p.manifesto {
    font-size: 21px;
  }

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

  .footer-col,
  .footer-col:nth-child(3) {
    border-left: none;
    border-top: 1px solid #2E7A70;
    padding: 24px 0;
  }

  .footer-col:first-child {
    border-top: none;
    padding-top: 0;
  }

  .service-row {
    flex-direction: column;
    gap: 18px;
  }

  .service-index {
    text-align: left;
  }

  .process-strip .p-step {
    flex: 1 1 100%;
  }

  .page-hero h1 {
    font-size: 32px;
  }

  .cta-band h2 {
    font-size: 28px;
  }

  .section-head h2 {
    font-size: 28px;
  }
}
