:root {
  --ink: #162321;
  --muted: #536562;
  --paper: #f7f6f1;
  --white: #ffffff;
  --teal: #236a63;
  --teal-dark: #164943;
  --teal-soft: #dceae7;
  --yellow: #f2c84b;
  --yellow-dark: #a47600;
  --coral: #bd4933;
  --line: #cad5d1;
  --shadow: 0 16px 34px rgba(16, 40, 37, 0.14);
  --shadow-soft: 0 10px 26px rgba(16, 40, 37, 0.09);
  --radius: 20px;
  --radius-small: 13px;
}

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

html {
  background: var(--paper);
  color: var(--ink);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
}

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

a {
  color: inherit;
}

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

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

h1,
h2,
h3 {
  letter-spacing: -0.025em;
  line-height: 1.08;
}

h1 {
  font-size: 3.8rem;
  max-width: 780px;
}

h2 {
  font-size: 2.35rem;
}

h3 {
  font-size: 1.25rem;
}

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

.hs-skip {
  background: var(--white);
  border: 3px solid var(--yellow);
  left: 0.7rem;
  padding: 0.65rem 0.85rem;
  position: fixed;
  top: -100px;
  z-index: 1000;
}

.hs-skip:focus {
  top: 0.7rem;
}

:focus-visible {
  outline: 3px solid var(--white);
  outline-offset: 2px;
  box-shadow: 0 0 0 5px var(--teal-dark);
}

.concept-bar {
  background: var(--yellow);
  color: #211e12;
  font-size: 0.82rem;
  font-weight: 800;
  padding: 0.55rem 0;
}

.concept-bar .hs-container {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.concept-bar a {
  font-weight: 900;
  white-space: nowrap;
}

.hs-header {
  background: rgba(247, 246, 241, 0.97);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 100;
}

.hs-header-inner {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  min-height: 78px;
  position: relative;
}

.hs-brand {
  align-items: center;
  color: var(--ink);
  display: inline-flex;
  font-weight: 900;
  gap: 0.7rem;
  text-decoration: none;
}

.hs-brand-mark {
  align-items: center;
  background: var(--teal);
  color: var(--white);
  display: inline-flex;
  font-size: 0.9rem;
  height: 42px;
  justify-content: center;
  border-radius: 12px 12px 12px 3px;
  width: 42px;
}

.hs-brand span:last-child {
  display: grid;
  font-size: 0.98rem;
  line-height: 1.05;
}

.hs-brand small {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 700;
}

.hs-nav {
  align-items: center;
  display: flex;
  gap: 0.15rem;
}

.hs-nav a {
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 800;
  padding: 0.65rem 0.6rem;
  text-decoration: none;
}

.hs-nav a:hover,
.hs-nav a[aria-current="page"] {
  color: var(--teal);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.hs-nav .hs-nav-quote {
  background: var(--coral);
  border-radius: 999px;
  color: var(--white);
  margin-left: 0.45rem;
  padding-inline: 0.9rem;
  text-decoration: none;
}

.hs-nav .hs-nav-quote:hover,
.hs-nav .hs-nav-quote[aria-current="page"] {
  background: #a83e2a;
  color: var(--white);
  text-decoration: none;
}

.hs-toggle {
  align-items: center;
  background: var(--ink);
  border: 0;
  color: var(--white);
  cursor: pointer;
  display: none;
  height: 44px;
  justify-content: center;
  padding: 0;
  width: 44px;
}

.hs-toggle-lines {
  display: grid;
  gap: 5px;
}

.hs-toggle-lines span {
  background: currentColor;
  display: block;
  height: 2px;
  width: 22px;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.hs-hero {
  align-items: end;
  color: var(--white);
  display: flex;
  min-height: 660px;
  overflow: hidden;
  position: relative;
}

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

.hs-hero::after {
  background: linear-gradient(90deg, rgba(13, 28, 27, 0.95) 0%, rgba(13, 28, 27, 0.8) 42%, rgba(13, 28, 27, 0.16) 78%), linear-gradient(0deg, rgba(13, 28, 27, 0.3), transparent 55%);
  content: "";
  inset: 0;
  position: absolute;
}

.hs-hero-content {
  padding-bottom: 5.5rem;
  padding-top: 6rem;
  position: relative;
  z-index: 1;
}

.hs-eyebrow {
  color: var(--teal-dark);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hs-hero .hs-eyebrow,
.inner-hero .hs-eyebrow {
  color: var(--yellow);
}

.trust-layout .hs-eyebrow {
  color: var(--ink);
}

.hs-hero-lede {
  color: #e6efec;
  font-size: 1.18rem;
  max-width: 670px;
}

.hs-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.7rem;
}

.hs-button {
  align-items: center;
  border: 2px solid transparent;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 48px;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  text-align: center;
  text-decoration: none;
}

.hs-button-primary {
  background: var(--yellow);
  color: #211e12;
}

.hs-button-primary:hover {
  background: #ffd967;
}

.hs-button-secondary {
  border-color: rgba(255, 255, 255, 0.75);
  color: var(--white);
}

.hs-button-secondary:hover {
  background: var(--white);
  color: var(--ink);
}

.hs-button-dark {
  background: var(--ink);
  color: var(--white);
}

.hs-call-note {
  display: grid;
  font-size: 0.75rem;
  line-height: 1.15;
  text-align: left;
}

.hs-call-note small {
  font-size: 0.66rem;
  font-weight: 700;
}

.service-ribbon {
  background: var(--teal-dark);
  color: var(--white);
}

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

.service-ribbon a {
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  display: grid;
  gap: 0.25rem;
  padding: 1.45rem;
  text-decoration: none;
}

.service-ribbon a:hover {
  background: rgba(255, 255, 255, 0.06);
}

.service-ribbon a:last-child {
  border-right: 0;
}

.service-ribbon strong {
  font-size: 1.1rem;
}

.service-ribbon span {
  color: #c8ded9;
  font-size: 0.9rem;
}

.hs-section {
  padding: 5.5rem 0;
}

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

.hs-intro {
  margin-bottom: 2.2rem;
  max-width: 760px;
}

.hs-intro > p:last-child {
  color: var(--muted);
  font-size: 1.05rem;
}

.hs-card-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hs-service-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  min-height: 245px;
  overflow: hidden;
  padding: 1.5rem;
}

.hs-card-grid-visual {
  gap: 1.25rem;
}

.hs-card-grid-visual .hs-service-card {
  border-top: 0;
  display: flex;
  flex-direction: column;
  padding: 0;
}

.hs-card-media {
  overflow: hidden;
  position: relative;
}

.hs-card-media::after {
  background: linear-gradient(0deg, rgba(14, 29, 27, 0.34), transparent 55%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.hs-card-media img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  width: 100%;
}

.hs-card-media span {
  align-items: center;
  background: var(--yellow);
  border-radius: 999px;
  bottom: 0.9rem;
  color: #211e12;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  position: absolute;
  right: 0.9rem;
  width: 34px;
  z-index: 1;
}

.hs-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.45rem;
}

.hs-card-body .hs-text-link {
  margin-top: auto;
}

.hs-service-card:nth-child(2) {
  border-top: 5px solid var(--yellow);
}

.hs-service-card:nth-child(3) {
  border-top: 5px solid var(--coral);
}

.hs-service-card:first-child {
  border-top: 5px solid var(--teal);
}

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

.hs-service-card h2 {
  font-size: 1.45rem;
}

.hs-text-link {
  color: var(--teal-dark);
  font-weight: 900;
  text-underline-offset: 4px;
}

.trust-layout {
  background: var(--yellow);
  color: #211e12;
  padding: 2.2rem 0;
}

.trust-layout-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1.2fr repeat(3, 1fr);
}

.trust-layout article {
  border-left: 2px solid rgba(33, 30, 18, 0.25);
  padding-left: 1rem;
}

.trust-layout p,
.trust-layout span {
  font-size: 0.88rem;
}

.trust-layout span {
  display: block;
}

.hs-split {
  align-items: center;
  display: grid;
  gap: 3rem;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.hs-split img,
.hs-image-panel img {
  aspect-ratio: 3 / 2;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hs-image-panel {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hs-checks {
  list-style: none;
  margin: 1.2rem 0 1.6rem;
  padding: 0;
}

.hs-checks li {
  border-top: 1px solid var(--line);
  padding: 0.65rem 0 0.65rem 1.5rem;
  position: relative;
}

.hs-checks li::before {
  color: var(--teal);
  content: "\2713";
  font-weight: 900;
  left: 0;
  position: absolute;
}

.process-grid {
  counter-reset: process;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.process-grid article {
  border-top: 4px solid var(--yellow);
  counter-increment: process;
  padding-top: 1.2rem;
}

.process-grid article::before {
  color: var(--teal);
  content: "0" counter(process);
  font-size: 0.78rem;
  font-weight: 900;
}

.process-grid p {
  color: var(--muted);
}

.hs-cta {
  background: var(--teal);
  color: var(--white);
  padding: 3.5rem 0;
}

.hs-cta-grid {
  align-items: center;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) auto;
}

.hs-cta h2 {
  color: var(--white);
  margin-bottom: 0.6rem;
}

.hs-cta p {
  color: #dbeae7;
  margin-bottom: 0;
}

.inner-hero {
  background: radial-gradient(circle at 88% 20%, rgba(242, 200, 75, 0.16), transparent 27%), linear-gradient(135deg, #103d38, var(--teal-dark));
  color: var(--white);
  overflow: hidden;
  padding: 5.5rem 0 5rem;
  position: relative;
}

.inner-hero::after {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  content: "";
  height: 330px;
  position: absolute;
  right: -95px;
  top: -150px;
  width: 330px;
}

.inner-hero .hs-container {
  position: relative;
  z-index: 1;
}

.inner-hero h1 {
  font-size: 3.25rem;
  margin-bottom: 1rem;
}

.inner-hero p:last-child {
  color: #d7e7e3;
  font-size: 1.12rem;
  max-width: 760px;
}

.page-visual {
  background: var(--white);
  padding-bottom: 5rem;
}

.page-visual img {
  aspect-ratio: 16 / 7;
  border-radius: 0 0 var(--radius) var(--radius);
  box-shadow: var(--shadow);
  height: auto;
  object-fit: cover;
  width: 100%;
}

.service-detail-grid,
.area-grid {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.65fr);
}

.detail-aside,
.area-aside {
  background: var(--teal-soft);
  border-top: 5px solid var(--teal);
  border-radius: var(--radius-small);
  padding: 1.5rem;
}

.detail-aside p,
.area-aside p {
  color: var(--muted);
}

.feature-bands {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-bands article {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-small);
  box-shadow: var(--shadow-soft);
  padding: 1.4rem;
}

.feature-number {
  color: var(--teal);
  display: block;
  font-size: 0.75rem;
  font-weight: 900;
  margin-bottom: 1.1rem;
}

.feature-bands p {
  color: var(--muted);
}

.area-list {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}

.area-list li {
  border-top: 1px solid var(--line);
  font-weight: 800;
  padding: 0.75rem 0;
}

.structure-note {
  border-left: 4px solid var(--yellow-dark);
  color: var(--muted);
  font-size: 0.9rem;
  margin-top: 2rem;
  padding-left: 1rem;
}

.quote-layout {
  display: grid;
  gap: 3rem;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
}

.quote-panel {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1.6rem;
}

.quote-route-note {
  background: var(--teal-soft);
  border-left: 4px solid var(--teal);
  border-radius: 0 var(--radius-small) var(--radius-small) 0;
  margin-top: 1.8rem;
  padding: 1rem 1.1rem;
}

.quote-route-note p {
  color: var(--muted);
  margin: 0.25rem 0 0;
}

.quote-form-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.quote-field {
  display: grid;
  gap: 0.35rem;
  margin-bottom: 1rem;
}

.quote-field span {
  font-size: 0.85rem;
  font-weight: 900;
}

.quote-field input,
.quote-field select,
.quote-field textarea {
  background: var(--white);
  border: 1px solid #778b86;
  color: var(--ink);
  min-width: 0;
  padding: 0.72rem;
  width: 100%;
}

.quote-field textarea {
  resize: vertical;
}

.demo-form-note {
  color: var(--muted);
  font-size: 0.82rem;
  margin-bottom: 0;
}

.hs-honeypot {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

.hs-footer {
  background: #0e1d1b;
  color: #c8d8d4;
  padding: 3rem 0;
}

.hs-footer-grid {
  align-items: start;
  display: grid;
  gap: 2rem;
  grid-template-columns: 1.2fr 0.8fr auto;
}

.hs-footer strong,
.hs-footer a {
  color: var(--white);
}

.hs-footer nav {
  display: grid;
  gap: 0.45rem;
}

.hs-footer p {
  margin-bottom: 0.5rem;
}

.hs-footer-legal {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: #9fb4ae;
  font-size: 0.79rem;
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 1rem;
}

.hs-mobile-actions {
  display: none;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }

  a,
  button,
  .hs-toggle-lines span,
  .hs-service-card,
  .hs-card-media img,
  .feature-bands article {
    transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
  }

  .hs-service-card:hover,
  .feature-bands article:hover {
    transform: translateY(-4px);
  }

  .hs-service-card:hover .hs-card-media img {
    transform: scale(1.025);
  }
}

@media (max-width: 1050px) {
  h1 {
    font-size: 3.15rem;
  }

  .hs-nav a {
    font-size: 0.82rem;
    padding-inline: 0.45rem;
  }

  .hs-card-grid,
  .feature-bands {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

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

@media (max-width: 860px) {
  .hs-toggle {
    display: inline-flex;
  }

  .hs-nav {
    align-items: stretch;
    background: var(--paper);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    display: grid;
    gap: 0.1rem;
    left: 1.4rem;
    padding: 0.8rem;
    position: absolute;
    right: 1.4rem;
    top: 100%;
  }

  .js .hs-nav {
    display: none;
  }

  .js .hs-nav.is-open {
    display: grid;
  }

  .hs-nav a {
    font-size: 0.95rem;
    padding: 0.8rem;
  }

  .hs-nav .hs-nav-quote {
    margin: 0.4rem 0 0;
    text-align: center;
  }

  .hs-split,
  .service-detail-grid,
  .area-grid,
  .quote-layout {
    grid-template-columns: 1fr;
  }

  .hs-card-grid-visual {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 680px) {
  body {
    padding-bottom: 58px;
  }

  h1,
  .inner-hero h1 {
    font-size: 2.35rem;
  }

  h2 {
    font-size: 1.85rem;
  }

  .concept-bar .hs-container {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.2rem;
  }

  .concept-bar a {
    white-space: normal;
  }

  .hs-header-inner {
    min-height: 68px;
  }

  .hs-brand span:last-child {
    font-size: 0.88rem;
  }

  .hs-hero {
    min-height: 610px;
  }

  .hs-hero > img {
    object-position: 62% center;
  }

  .hs-hero::after {
    background: linear-gradient(90deg, rgba(13, 28, 27, 0.94), rgba(13, 28, 27, 0.62));
  }

  .hs-hero-content {
    padding-bottom: 4rem;
    padding-top: 4.5rem;
  }

  .hs-actions,
  .hs-button {
    width: 100%;
  }

  .service-ribbon-grid,
  .hs-card-grid,
  .feature-bands,
  .process-grid,
  .trust-layout-grid,
  .area-list,
  .quote-form-grid {
    grid-template-columns: 1fr;
  }

  .service-ribbon a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    border-right: 0;
  }

  .hs-section {
    padding: 4rem 0;
  }

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

  .hs-cta-grid {
    grid-template-columns: 1fr;
  }

  .page-visual {
    padding-bottom: 3.5rem;
  }

  .page-visual img {
    aspect-ratio: 4 / 3;
  }

  .hs-mobile-actions {
    bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 150;
  }

  .hs-mobile-actions a {
    background: var(--yellow);
    color: #211e12;
    font-size: 0.8rem;
    font-weight: 900;
    min-height: 58px;
    padding: 0.65rem;
    text-align: center;
    text-decoration: none;
  }

  .hs-mobile-actions a:last-child {
    background: var(--coral);
    color: var(--white);
  }
}

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