html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
}

body {
  background: #15181d;
  font-family: "Segoe UI", Arial, sans-serif;
  overflow-x: hidden;
  overflow-y: auto;
}

main {
  display: block;
}

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

.hero-canvas {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  overflow: clip;
}

.hero-canvas::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: min(44rem, 48vw);
  background:
    radial-gradient(
      95% 125% at 7% 34%,
      rgba(0, 0, 0, 0.22) 0%,
      rgba(0, 0, 0, 0.1) 48%,
      rgba(0, 0, 0, 0) 76%
    ),
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.76) 0%,
      rgba(0, 0, 0, 0.66) 24%,
      rgba(0, 0, 0, 0.42) 48%,
      rgba(0, 0, 0, 0.17) 72%,
      rgba(0, 0, 0, 0.05) 90%,
      rgba(0, 0, 0, 0) 100%
    );
  pointer-events: none;
  z-index: 2;
}

.hero-canvas::after {
  content: none;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  padding: 0.28rem 1.1rem 0;
  pointer-events: none;
}

.site-header::before {
  content: none;
}

.site-header__shell,
.mobile-menu {
  width: min(100%, 78rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.site-header__shell {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  pointer-events: auto;
}

.site-header__brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  margin-left: 0.35rem;
}

.site-header__logo-stack {
  display: block;
  position: relative;
  width: auto;
  height: clamp(2.42rem, 3.25vw, 3.08rem);
}

.site-header__logo {
  display: block;
  width: auto;
  height: 100%;
  transition: opacity 180ms ease;
}

.site-header__logo--dark {
  position: absolute;
  inset: 0 auto auto 0;
  opacity: 0;
}

.site-header__nav {
  display: flex;
  align-items: center;
  gap: 1.35rem;
  margin-left: auto;
}

.site-header__nav a,
.site-header__cta,
.mobile-menu__nav a {
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.01em;
}

.site-header__nav a,
.mobile-menu__nav a {
  font-size: 0.88rem;
  font-weight: 560;
  line-height: 1;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}

.site-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.55rem;
  padding: 0 1rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 0.62rem;
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.88rem;
  font-weight: 650;
  line-height: 1;
  box-sizing: border-box;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.14);
  transition:
    background-color 180ms ease,
    color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.site-header.is-on-light .site-header__logo--light {
  opacity: 0;
}

.site-header.is-on-light .site-header__logo--dark {
  opacity: 1;
}

.site-header.is-on-light .site-header__nav a,
.site-header.is-on-light .mobile-menu__nav a {
  color: #111827;
  text-shadow: 0 1px 18px rgba(255, 255, 255, 0.75);
}

.site-header.is-on-light .site-header__cta {
  color: #111827;
  border-color: rgba(17, 24, 39, 0.18);
  background: rgba(255, 255, 255, 0.72);
  text-shadow: none;
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.12);
}

.site-header.is-on-light .site-header__menu-toggle span {
  background: #111827;
}

.site-header__nav a[aria-current="page"],
.mobile-menu__nav a[aria-current="page"] {
  color: #2563eb;
}

.site-header--internal {
  padding: 0.48rem 1.1rem;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.site-header--internal .site-header__shell {
  width: min(100%, 78rem);
}

.site-header__menu-toggle {
  display: none;
  position: relative;
  width: 2.9rem;
  height: 2.9rem;
  margin-left: auto;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
}

.site-header__menu-toggle span {
  position: absolute;
  left: 50%;
  width: 1.05rem;
  height: 1.5px;
  background: #ffffff;
  border-radius: 999px;
  transform: translateX(-50%);
  transition: transform 180ms ease, opacity 180ms ease, top 180ms ease;
}

.site-header__menu-toggle span:nth-child(1) {
  top: 1rem;
}

.site-header__menu-toggle span:nth-child(2) {
  top: 1.42rem;
}

.site-header__menu-toggle span:nth-child(3) {
  top: 1.84rem;
}

.mobile-menu {
  margin-top: 0.8rem;
  pointer-events: auto;
}

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

.mobile-menu__nav {
  display: grid;
  gap: 0.3rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.35rem;
  background: rgba(16, 20, 26, 0.88);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.mobile-menu__nav a {
  padding: 0.85rem 0.2rem;
}

.site-header.menu-open .mobile-menu__nav a {
  color: rgba(255, 255, 255, 0.86);
  text-shadow: none;
}

.site-header.menu-open .mobile-menu__nav a[aria-current="page"] {
  color: #93c5fd;
}

.site-header.is-scrolled .site-header__cta,
.site-header.menu-open .site-header__cta,
.site-header.is-scrolled .site-header__menu-toggle,
.site-header.menu-open .site-header__menu-toggle {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.site-header.is-scrolled .site-header__cta,
.site-header.menu-open .site-header__cta {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
}

.site-header.is-scrolled.is-on-light .site-header__cta,
.site-header.menu-open.is-on-light .site-header__cta {
  border-color: rgba(17, 24, 39, 0.18);
  background: rgba(255, 255, 255, 0.78);
}

.site-header.menu-open .site-header__menu-toggle span:nth-child(1) {
  top: 1.42rem;
  transform: translateX(-50%) rotate(45deg);
}

.site-header.menu-open .site-header__menu-toggle span:nth-child(2) {
  opacity: 0;
}

.site-header.menu-open .site-header__menu-toggle span:nth-child(3) {
  top: 1.42rem;
  transform: translateX(-50%) rotate(-45deg);
}

.hero-picture,
.hero-image {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: 66% 56%;
}

.hero-content {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  pointer-events: none;
}

.hero-content__inner {
  width: min(100%, 82rem);
  margin: 0 auto;
  padding: clamp(5.65rem, 12vh, 8.35rem) clamp(0.8rem, 1.7vw, 1.6rem) 0;
  box-sizing: border-box;
}

.hero-eyebrow,
.hero-headline,
.hero-support,
.hero-actions {
  pointer-events: auto;
}

.hero-eyebrow {
  margin: 0 0 0.78rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.hero-headline {
  margin: 0;
  max-width: 16.2ch;
  color: #ffffff;
  font-size: clamp(2.85rem, 4.55vw, 4.45rem);
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: -0.052em;
  text-wrap: normal;
}

.hero-support {
  max-width: 24rem;
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(0.98rem, 1.08vw, 1.05rem);
  line-height: 1.66;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.45rem;
}

.hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  transition:
    color 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease,
    transform 220ms ease,
    box-shadow 220ms ease;
}

.hero-button--primary {
  min-height: 2.72rem;
  padding: 0 1.05rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 0.68rem;
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.015em;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
}

.hero-button--secondary {
  position: relative;
  gap: 0.4rem;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.015em;
  opacity: 0.94;
}

.hero-button--secondary::after {
  content: "";
  width: 0.62rem;
  height: 0.62rem;
  border-top: 1.35px solid currentColor;
  border-right: 1.35px solid currentColor;
  transform: translateY(1px) rotate(45deg);
  transition: transform 220ms ease;
}

.hero-button--secondary span {
  position: relative;
}

.hero-button--secondary span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.18rem;
  height: 1px;
  background: currentColor;
  transform: scaleX(0.28);
  transform-origin: left center;
  transition: transform 220ms ease;
}

.section-two {
  display: flex;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  box-sizing: border-box;
  background: #ffffff;
  color: #15181d;
  overflow: visible;
  padding: clamp(4.25rem, 6.8vh, 5.7rem) 0 0;
}

.section-two__inner {
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
}

.section-two__intro {
  max-width: 48rem;
  margin: 0 auto;
  padding: 0 1.25rem;
  text-align: center;
}

.section-two__eyebrow {
  margin: 0 0 1.05rem;
  color: #2563eb;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.section-two__headline {
  margin: 0;
  color: #111827;
  font-size: clamp(2rem, 3.4vw, 3.35rem);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.section-two__copy {
  max-width: 38rem;
  margin: 1.35rem auto 0;
  color: #445065;
  font-size: clamp(1rem, 1.16vw, 1.1rem);
  line-height: 1.78;
}

.section-two__services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 2.5rem;
  width: min(calc(100% - 2.5rem), 61rem);
  margin: clamp(1.7rem, 3.2vh, 2.4rem) auto 0;
}

.section-two__service {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: flex-start;
  gap: 0.85rem;
  padding: 0 0 0.95rem;
  border-bottom: 1px solid rgba(17, 24, 39, 0.07);
}

.section-two__service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.05rem;
  height: 2.05rem;
  margin-top: 0.05rem;
  border: 1px solid rgba(37, 99, 235, 0.22);
  border-radius: 0.56rem;
  color: #2563eb;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.07);
}

.section-two__service-icon svg {
  width: 1.1rem;
  height: 1.1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.section-two__service h3 {
  margin: 0;
  color: #111827;
  font-size: clamp(1rem, 1.2vw, 1.14rem);
  font-weight: 600;
  letter-spacing: -0.02em;
}

.section-two__service p {
  margin: 0.28rem 0 0;
  color: #5d6778;
  font-size: clamp(0.9rem, 0.95vw, 0.98rem);
  line-height: 1.5;
}

.section-two__media {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(calc(100% - 2.5rem), 78rem);
  margin: clamp(1.5rem, 3.2vh, 2.45rem) auto 0;
  padding: 0;
  align-self: center;
}

.section-two__image-wrap {
  width: 100%;
  margin-inline: auto;
  aspect-ratio: auto;
  height: auto;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

.section-two__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center center;
}

.section-two__caption {
  display: none;
  margin-top: 0.72rem;
  color: #7b8494;
  font-size: 0.82rem;
  line-height: 1.4;
  text-align: center;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 700ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.section-two__media.reveal-on-scroll {
  transform: translateY(22px) scale(0.98);
}

.section-two__media.reveal-on-scroll.is-visible {
  transform: translateY(0) scale(1);
}

.section-two__service.reveal-on-scroll:nth-child(2) {
  transition-delay: 90ms;
}

.section-two__service.reveal-on-scroll:nth-child(3) {
  transition-delay: 180ms;
}

.section-two__service.reveal-on-scroll:nth-child(4) {
  transition-delay: 270ms;
}

.section-three {
  display: flex;
  align-items: center;
  min-height: 100vh;
  min-height: 100svh;
  background: #ffffff;
  color: #15181d;
  padding: clamp(2.2rem, 3.8vw, 3.2rem) clamp(1.5rem, 3vw, 4rem) clamp(4.6rem, 6.6vw, 6.2rem);
}

.section-three__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(2rem, 3.4vw, 4rem);
  width: min(100%, 112rem);
  margin: 0 auto;
}

.section-three__media {
  width: min(100%, 45rem);
  margin: 0 auto;
}

.section-three__image-wrap {
  height: clamp(34rem, 74svh, 52rem);
  overflow: hidden;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

.section-three__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.section-three__content {
  max-width: 35rem;
  margin: 0 auto;
  padding-right: 0;
}

.section-three__eyebrow {
  margin: 0 0 0.9rem;
  color: #2563eb;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.section-three__headline {
  margin: 0;
  color: #111827;
  font-size: clamp(2rem, 3vw, 3.2rem);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.section-three__copy {
  max-width: 33rem;
  margin: 1.35rem 0 0;
  color: #4a5568;
  font-size: clamp(1rem, 1.08vw, 1.08rem);
  line-height: 1.76;
}

.section-three__capabilities {
  display: grid;
  gap: 0.9rem;
  margin-top: 2rem;
}

.section-three__capability {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: flex-start;
  gap: 0.9rem;
  padding: 0 0 1rem;
  border-bottom: 1px solid rgba(17, 24, 39, 0.07);
}

.section-three__capability-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  margin-top: 0.05rem;
  border: 1px solid rgba(37, 99, 235, 0.2);
  border-radius: 0.56rem;
  color: #2563eb;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.06);
}

.section-three__capability-icon svg {
  width: 1.1rem;
  height: 1.1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.section-three__capability h3 {
  margin: 0;
  color: #111827;
  font-size: clamp(1rem, 1.16vw, 1.12rem);
  font-weight: 600;
  letter-spacing: -0.02em;
}

.section-three__capability p {
  margin: 0.3rem 0 0;
  color: #5d6778;
  font-size: clamp(0.9rem, 0.98vw, 0.98rem);
  line-height: 1.52;
}

.section-three__media.reveal-on-scroll {
  transform: translateY(22px) scale(0.985);
}

.section-three__media.reveal-on-scroll.is-visible {
  transform: translateY(0) scale(1);
}

.section-three__content.reveal-on-scroll {
  transform: translateY(22px);
}

.section-three__capability.reveal-on-scroll:nth-child(1) {
  transition-delay: 80ms;
}

.section-three__capability.reveal-on-scroll:nth-child(2) {
  transition-delay: 160ms;
}

.section-three__capability.reveal-on-scroll:nth-child(3) {
  transition-delay: 240ms;
}

.section-three__capability.reveal-on-scroll:nth-child(4) {
  transition-delay: 320ms;
}

.section-four {
  background: #f6f7fa;
  color: #15181d;
  padding: 5rem 1.5rem 3.6rem;
}

.section-four__inner {
  width: min(100%, 118rem);
  margin: 0 auto;
}

.section-four__intro {
  width: min(100%, 48rem);
  margin: 0 auto 2.75rem;
  text-align: center;
}

.section-four__headline {
  margin: 0;
  color: #111827;
  font-size: 3.35rem;
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: 0;
}

.section-four__copy {
  width: min(100%, 42rem);
  margin: 1.05rem auto 0;
  color: #4b5565;
  font-size: 1.08rem;
  line-height: 1.65;
}

.section-four__gallery {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1.15rem;
}

.section-four__card {
  position: relative;
  min-height: 0;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border-radius: 1.15rem;
  background: #10151d;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.12);
  isolation: isolate;
  transition:
    transform 280ms ease,
    box-shadow 280ms ease;
}

.section-four__card::after {
  content: "";
  position: absolute;
  inset: 48% 0 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(5, 8, 12, 0) 0%,
    rgba(5, 8, 12, 0.16) 36%,
    rgba(5, 8, 12, 0.5) 100%
  );
  opacity: 0.78;
  transition: opacity 280ms ease;
}

.section-four__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.section-four__caption {
  position: absolute;
  right: 1.25rem;
  bottom: 1.3rem;
  left: 1.25rem;
  z-index: 2;
  color: #ffffff;
}

.section-four__caption h3 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0;
}

.section-four__caption p {
  max-width: 13rem;
  margin: 0.5rem 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.82rem;
  line-height: 1.38;
  opacity: 1;
  transform: none;
}

.section-four__card.reveal-on-scroll:nth-child(2) {
  transition-delay: 70ms;
}

.section-four__card.reveal-on-scroll:nth-child(3) {
  transition-delay: 140ms;
}

.section-four__card.reveal-on-scroll:nth-child(4) {
  transition-delay: 210ms;
}

.section-four__card.reveal-on-scroll:nth-child(5) {
  transition-delay: 280ms;
}

.section-four__card.reveal-on-scroll:nth-child(6) {
  transition-delay: 350ms;
}

@media (hover: hover) and (pointer: fine) {
  .section-four__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 52px rgba(15, 23, 42, 0.14);
  }

  .section-four__card:hover .section-four__image {
    transform: scale(1.025);
  }

  .section-four__card:hover::after {
    opacity: 0.86;
  }
}

.section-five {
  min-height: calc(100svh - 5.5rem);
  background: #ffffff;
  color: #15181d;
  padding: 2.75rem 1.5rem 2.9rem;
  display: flex;
  align-items: center;
  scroll-margin-top: 0;
}

.section-five__inner {
  width: min(100%, 108rem);
  margin: 0 auto;
  text-align: center;
}

.section-five__intro {
  width: min(100%, 49rem);
  margin: 0 auto;
}

.section-five__eyebrow {
  margin: 0 0 0.65rem;
  color: #2563eb;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.section-five__headline {
  margin: 0;
  color: #111827;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.03;
  letter-spacing: 0;
}

.section-five__copy {
  width: min(100%, 43rem);
  margin: 0.8rem auto 0;
  color: #4b5565;
  font-size: 1.12rem;
  line-height: 1.7;
}

.section-five__media {
  width: min(82%, 72rem);
  margin: 0.95rem auto 1rem;
}

.section-five__map {
  display: block;
  width: 100%;
  max-height: 42vh;
  object-fit: contain;
}

.section-five__coverage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1.35fr);
  align-items: center;
  justify-items: center;
  gap: 2.35rem;
  width: min(100%, 46rem);
  margin: 0 auto;
}

.section-five__coverage-item {
  text-align: center;
}

.section-five__block-label {
  margin: 0 0 0.32rem;
  color: #2563eb;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-five__coverage-item h3 {
  margin: 0;
  color: #111827;
  font-size: 1.05rem;
  font-weight: 650;
  line-height: 1.45;
  letter-spacing: 0;
}

.section-five__divider {
  width: 1px;
  height: 3.5rem;
  background: rgba(17, 24, 39, 0.1);
  margin: 0;
}

.section-five__intro.reveal-on-scroll,
.section-five__coverage.reveal-on-scroll,
.section-five__media.reveal-on-scroll {
  transform: translateY(24px);
}

.section-five__media.reveal-on-scroll {
  transform: translateY(28px);
}

.section-five__media.reveal-on-scroll.is-visible {
  transform: translateY(0);
}

.section-five__coverage.reveal-on-scroll {
  transition-delay: 180ms;
}

.section-six {
  display: flex;
  align-items: center;
  min-height: 100svh;
  background: #f7f8fa;
  color: #15181d;
  padding: clamp(5.8rem, 9vh, 7.5rem) 1.5rem clamp(2.6rem, 4vh, 3.4rem);
}

.section-six__inner {
  width: min(100%, 108rem);
  margin: 0 auto;
}

.section-six__intro {
  width: min(100%, 56rem);
  margin: 0 auto;
  text-align: center;
}

.section-six__eyebrow {
  margin: 0 0 0.9rem;
  color: #2563eb;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.section-six__headline {
  margin: 0;
  color: #111827;
  font-size: clamp(2.35rem, 4.4vw, 4.35rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.section-six__copy {
  width: min(100%, 46rem);
  margin: 1.2rem auto 0;
  color: #4b5565;
  font-size: clamp(1rem, 1.18vw, 1.16rem);
  line-height: 1.75;
}

.section-six__values {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(100%, 86rem);
  margin: clamp(3.4rem, 6vh, 5.2rem) auto 0;
}

.section-six__value {
  padding: 0 clamp(1.2rem, 2.1vw, 2.25rem);
  border-left: 1px solid rgba(17, 24, 39, 0.12);
}

.section-six__value:first-child {
  border-left: 0;
}

.section-six__value h3 {
  margin: 0;
  color: #111827;
  font-size: clamp(1.08rem, 1.35vw, 1.32rem);
  font-weight: 650;
  line-height: 1.18;
  letter-spacing: -0.025em;
}

.section-six__value p {
  margin: 0.78rem 0 0;
  color: #5d6778;
  font-size: clamp(0.94rem, 1vw, 1rem);
  line-height: 1.58;
}

.section-six__contact {
  margin: clamp(3.2rem, 5.2vh, 4.4rem) auto 0;
  color: #4b5565;
  font-size: clamp(0.98rem, 1.05vw, 1.08rem);
  line-height: 1.5;
  text-align: center;
}

.section-six__contact a {
  color: #111827;
  font-weight: 650;
  text-decoration: none;
  text-underline-offset: 0.22em;
}

.section-six__contact a:hover {
  color: #2563eb;
  text-decoration: underline;
}

.section-six__value.reveal-on-scroll:nth-child(2) {
  transition-delay: 90ms;
}

.section-six__value.reveal-on-scroll:nth-child(3) {
  transition-delay: 180ms;
}

.section-six__value.reveal-on-scroll:nth-child(4) {
  transition-delay: 270ms;
}

.section-seven {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100svh;
  overflow: hidden;
  background: #111827;
  color: #ffffff;
  padding: clamp(3.1rem, 5.6vh, 4.3rem) 1.5rem clamp(5.6rem, 9vh, 7.5rem);
  isolation: isolate;
}

.section-seven::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.035;
  background-image:
    radial-gradient(circle at 1px 1px, #ffffff 1px, transparent 0);
  background-size: 18px 18px;
}

.section-seven__inner {
  width: min(100%, 58rem);
  margin: 0 auto;
  text-align: center;
}

.section-seven__eyebrow {
  margin: 0 0 1.05rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.section-seven__headline {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.7rem, 5vw, 5.35rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.section-seven__copy {
  width: min(100%, 43rem);
  margin: 1.35rem auto 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1.02rem, 1.22vw, 1.18rem);
  line-height: 1.72;
}

.section-seven__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.65rem;
  margin-top: clamp(2.15rem, 4.2vh, 3rem);
  padding: 0 2.25rem;
  border-radius: 999px;
  color: #ffffff;
  background: #2563eb;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-shadow: none;
  transition:
    transform 220ms ease,
    background-color 220ms ease,
    filter 220ms ease;
}

.section-seven__button:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

.section-seven__contacts {
  display: grid;
  justify-items: center;
  gap: 0.82rem;
  margin-top: clamp(2.35rem, 4.8vh, 3.45rem);
}

.section-seven__phone,
.section-seven__email {
  color: #ffffff;
  text-decoration: none;
  text-underline-offset: 0.24em;
  transition:
    color 180ms ease,
    opacity 180ms ease;
}

.section-seven__phone {
  font-size: clamp(1.35rem, 2.1vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.025em;
}

.section-seven__email {
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 1.18vw, 1.16rem);
  font-weight: 560;
}

.section-seven__phone:hover,
.section-seven__email:hover {
  color: #ffffff;
  text-decoration: underline;
}

.section-seven__bottom-line {
  margin: clamp(3.4rem, 6vh, 4.7rem) 0 0;
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.section-seven__headline.reveal-on-scroll {
  transition-delay: 80ms;
}

.section-seven__copy.reveal-on-scroll {
  transition-delay: 160ms;
}

.section-seven__button.reveal-on-scroll {
  transition-delay: 240ms;
}

.section-seven__phone.reveal-on-scroll {
  transition-delay: 320ms;
}

.section-seven__email.reveal-on-scroll {
  transition-delay: 400ms;
}

.section-seven__bottom-line.reveal-on-scroll {
  transition-delay: 480ms;
}

.site-footer {
  background: #0b111b;
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: clamp(3.8rem, 7vh, 5.4rem) 1.5rem 1.5rem;
}

.site-footer__inner {
  display: grid;
  grid-template-columns: minmax(18rem, 0.95fr) minmax(0, 1.75fr);
  gap: clamp(3rem, 6vw, 7rem);
  width: min(100%, 112rem);
  margin: 0 auto;
}

.site-footer__brand {
  max-width: 23rem;
}

.site-footer__logo-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 0.35rem;
}

.site-footer__logo {
  display: block;
  width: clamp(10.75rem, 13vw, 14rem);
  height: auto;
}

.site-footer__brand-title {
  margin: 1.35rem 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(0.98rem, 1.05vw, 1.08rem);
  font-weight: 500;
  line-height: 1.62;
  letter-spacing: 0;
}

.site-footer__contact {
  display: grid;
  gap: 0.55rem;
  margin-top: 1.55rem;
  font-style: normal;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.62);
  text-decoration: none;
  text-underline-offset: 0.24em;
  transition:
    color 180ms ease,
    opacity 180ms ease;
}

.site-footer a:hover {
  color: #60a5fa;
}

.site-footer a:focus-visible {
  outline: 2px solid #60a5fa;
  outline-offset: 0.28rem;
}

.site-footer__contact a {
  width: fit-content;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.98rem;
  font-weight: 600;
}

.site-footer__nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1.7rem, 3vw, 3.4rem);
}

.site-footer__column h3 {
  margin: 0 0 1rem;
  color: #ffffff;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer__column ul {
  display: grid;
  gap: 0.72rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__column a {
  display: inline-flex;
  min-height: 1.35rem;
  align-items: center;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.94rem;
  line-height: 1.35;
}

.site-footer__legal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  width: min(100%, 112rem);
  margin: clamp(3.3rem, 5.6vh, 4.6rem) auto 0;
  padding-top: 1.45rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer__legal p {
  margin: 0;
  color: rgba(255, 255, 255, 0.44);
  font-size: 0.82rem;
  line-height: 1.5;
}

.site-footer__legal nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.75rem 1.25rem;
}

.site-footer__legal a {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.82rem;
  line-height: 1.5;
}

.internal-page {
  background: #f7f8fb;
  color: #15181d;
}

.content-main {
  background: #f7f8fb;
}

.content-hero {
  padding: clamp(8.4rem, 15vh, 10.5rem) 1.5rem clamp(3rem, 5vw, 4.8rem);
  background: #f7f8fb;
  text-align: center;
}

.content-hero__inner {
  width: min(100%, 58rem);
  margin: 0 auto;
}

.content-hero__eyebrow {
  margin: 0 0 1rem;
  color: #2563eb;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.content-hero__headline {
  margin: 0;
  color: #111827;
  font-size: clamp(2.55rem, 5vw, 5rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.content-hero__copy {
  width: min(100%, 46rem);
  margin: 1.25rem auto 0;
  color: #4b5565;
  font-size: clamp(1rem, 1.35vw, 1.22rem);
  line-height: 1.68;
}

.content-section {
  padding: clamp(3.8rem, 7vw, 6.2rem) 1.5rem;
  background: #ffffff;
}

.content-section--soft {
  background: #f7f8fb;
}

.content-section__inner {
  width: min(100%, 78rem);
  margin: 0 auto;
}

.content-section__header {
  width: min(100%, 48rem);
  margin-bottom: clamp(1.8rem, 4vw, 3rem);
}

.content-section__header--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.content-section__eyebrow,
.content-card__eyebrow {
  margin: 0 0 0.7rem;
  color: #2563eb;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.content-section__title {
  margin: 0;
  color: #111827;
  font-size: clamp(1.85rem, 3.4vw, 3.15rem);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.05em;
}

.content-section__copy {
  margin: 1rem 0 0;
  color: #4b5565;
  font-size: clamp(1rem, 1.14vw, 1.08rem);
  line-height: 1.68;
}

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

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

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

.content-card {
  min-width: 0;
  padding: clamp(1.2rem, 2.2vw, 1.55rem);
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 0.5rem;
  background: #ffffff;
}

.content-section--soft .content-card {
  background: rgba(255, 255, 255, 0.9);
}

.content-card h2,
.content-card h3 {
  margin: 0;
  color: #111827;
  font-size: clamp(1.1rem, 1.55vw, 1.35rem);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.content-card p {
  margin: 0.75rem 0 0;
  color: #5b6575;
  font-size: 0.96rem;
  line-height: 1.62;
}

.content-card__list {
  display: grid;
  gap: 0.55rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.content-card__list li {
  position: relative;
  padding-left: 1rem;
  color: #394153;
  font-size: 0.94rem;
  line-height: 1.48;
}

.content-card__list li::before {
  content: "";
  position: absolute;
  top: 0.64em;
  left: 0;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 999px;
  background: #2563eb;
}

.content-card__link,
.content-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 1rem;
  color: #2563eb;
  font-size: 0.94rem;
  font-weight: 700;
  text-decoration: none;
  text-underline-offset: 0.22em;
}

.content-card__link:hover,
.content-link:hover {
  color: #1d4ed8;
}

.content-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  margin-top: clamp(1.4rem, 3vw, 2rem);
}

.content-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0 1.35rem;
  border: 1px solid #2563eb;
  border-radius: 0.62rem;
  background: #2563eb;
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.content-button--secondary {
  border-color: rgba(17, 24, 39, 0.14);
  background: #ffffff;
  color: #111827;
}

.content-button:hover {
  background: #1d5fe9;
  border-color: #1d5fe9;
  box-shadow: 0 14px 34px rgba(37, 99, 235, 0.18);
  transform: translateY(-1px);
}

.content-button--secondary:hover {
  border-color: rgba(37, 99, 235, 0.45);
  background: #ffffff;
  color: #2563eb;
}

.content-card__link:focus-visible,
.content-link:focus-visible,
.content-button:focus-visible,
.contact-list a:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 0.18rem;
}

.industry-card {
  overflow: hidden;
  padding: 0;
}

.industry-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.industry-card__body {
  padding: clamp(1.1rem, 2vw, 1.45rem);
}

.coverage-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.9fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}

.coverage-map {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 0.5rem;
  background: #ffffff;
}

.coverage-list {
  display: grid;
  gap: 1rem;
}

.coverage-note {
  margin: 1.2rem 0 0;
  padding: 1rem;
  border-left: 3px solid #2563eb;
  background: #ffffff;
  color: #4b5565;
  font-size: 0.96rem;
  line-height: 1.6;
}

.contact-list {
  display: grid;
  gap: 0.9rem;
  margin: 0;
}

.contact-list div {
  display: grid;
  gap: 0.28rem;
}

.contact-list dt {
  color: #667085;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-list dd {
  margin: 0;
}

.contact-list a {
  color: #111827;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
}

.contact-list a:hover {
  color: #2563eb;
}

.services-main,
.service-main {
  background: #f7f8fb;
  color: #15181d;
}

.service-hero {
  padding: clamp(8.4rem, 15vh, 10.5rem) 1.5rem clamp(3rem, 5vw, 4.8rem);
  background: #f7f8fb;
}

.service-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 4.8rem);
  width: min(100%, 78rem);
  margin: 0 auto;
}

.service-hero__content {
  min-width: 0;
}

.service-eyebrow {
  margin: 0 0 1rem;
  color: #2563eb;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.service-hero h1 {
  margin: 0;
  color: #111827;
  font-size: clamp(2.55rem, 5vw, 5rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.service-hero__copy {
  max-width: 47rem;
  margin: 1.25rem 0 0;
  color: #4b5565;
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  line-height: 1.72;
}

.service-hero__actions,
.service-cta__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem;
  margin-top: 1.75rem;
}

.service-button {
  display: inline-flex;
  min-height: 2.95rem;
  align-items: center;
  justify-content: center;
  padding: 0 1.15rem;
  border: 1px solid #2563eb;
  border-radius: 0.78rem;
  background: #2563eb;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.service-button--secondary {
  border-color: rgba(17, 24, 39, 0.14);
  background: #ffffff;
  color: #111827;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

.service-button:hover {
  background: #1d5fe9;
  border-color: #1d5fe9;
  box-shadow: 0 14px 34px rgba(37, 99, 235, 0.18);
  transform: translateY(-1px);
}

.service-button--secondary:hover {
  border-color: rgba(37, 99, 235, 0.35);
  background: #ffffff;
  color: #2563eb;
}

.service-button:focus-visible,
.service-link:focus-visible,
.service-card:focus-visible,
.service-industry:focus-visible,
.service-faq summary:focus-visible,
.service-breadcrumb a:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 0.18rem;
}

.service-hero__media {
  margin: 0;
}

.service-hero__media img,
.service-media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.2rem;
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.12);
}

.service-breadcrumb {
  width: min(100%, 78rem);
  margin: 0 auto 1.35rem;
  color: #667085;
  font-size: 0.86rem;
  font-weight: 600;
}

.service-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-breadcrumb a {
  color: #2563eb;
  text-decoration: none;
}

.service-breadcrumb li:not(:last-child)::after {
  content: "/";
  margin-left: 0.45rem;
  color: #98a2b3;
}

.service-section {
  padding: clamp(4rem, 7vw, 6.8rem) 1.5rem;
  background: #ffffff;
}

.service-section--muted {
  background: #f7f8fb;
}

.service-section--dark {
  background: #0b111b;
  color: #ffffff;
}

.service-section__inner {
  width: min(100%, 78rem);
  margin: 0 auto;
}

.service-section__header {
  width: min(100%, 48rem);
  margin-bottom: clamp(1.8rem, 4vw, 2.8rem);
}

.service-section__header--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.service-section h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(2rem, 3.4vw, 3.35rem);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.service-section--dark h2 {
  color: #ffffff;
}

.service-section__copy,
.service-text {
  margin: 1rem 0 0;
  color: #4b5565;
  font-size: clamp(1rem, 1.12vw, 1.08rem);
  line-height: 1.76;
}

.service-section--dark .service-section__copy,
.service-section--dark .service-text {
  color: rgba(255, 255, 255, 0.78);
}

.service-overview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.72fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}

.service-overview__points,
.service-benefits,
.service-links-list {
  display: grid;
  gap: 0.85rem;
  margin: 1.6rem 0 0;
  padding: 0;
  list-style: none;
}

.service-overview__points li,
.service-benefits li,
.service-links-list li {
  position: relative;
  padding-left: 1.25rem;
  color: #4b5565;
  font-size: 0.98rem;
  line-height: 1.58;
}

.service-overview__points li::before,
.service-benefits li::before,
.service-links-list li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: #2563eb;
}

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

.service-card,
.service-industry {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.25rem;
  border: 1px solid rgba(17, 24, 39, 0.09);
  border-radius: 1rem;
  background: #ffffff;
  color: #15181d;
  text-decoration: none;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.06);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.service-card:hover,
.service-industry:hover {
  border-color: rgba(37, 99, 235, 0.28);
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.1);
  transform: translateY(-2px);
}

.service-card h2,
.service-card h3,
.service-industry h3 {
  margin: 0;
  color: #111827;
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -0.02em;
}

.service-card p,
.service-industry p {
  margin: 0.65rem 0 0;
  color: #5d6778;
  font-size: 0.92rem;
  line-height: 1.5;
}

.service-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 1.05rem;
  color: #2563eb;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

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

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

.service-process__step {
  min-width: 0;
  padding: 1rem 0.9rem;
  border: 1px solid rgba(17, 24, 39, 0.09);
  border-radius: 0.9rem;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

.service-process__step::before {
  counter-increment: process;
  content: counter(process, decimal-leading-zero);
  display: block;
  margin-bottom: 0.7rem;
  color: #2563eb;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.service-process__step h3 {
  margin: 0;
  color: #111827;
  font-size: 0.98rem;
  line-height: 1.25;
}

.service-faqs {
  display: grid;
  gap: 0.78rem;
}

.service-faq {
  border: 1px solid rgba(17, 24, 39, 0.09);
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);
}

.service-faq summary {
  cursor: pointer;
  padding: 1.15rem 1.25rem;
  color: #111827;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
}

.service-faq p {
  margin: 0;
  padding: 0 1.25rem 1.2rem;
  color: #4b5565;
  font-size: 0.96rem;
  line-height: 1.65;
}

.service-cta {
  padding: clamp(4rem, 7vw, 6.5rem) 1.5rem;
  background: #0b111b;
  color: #ffffff;
  text-align: center;
}

.service-cta__inner {
  width: min(100%, 54rem);
  margin: 0 auto;
}

.service-cta h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.35rem, 5vw, 4.8rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.service-cta p {
  width: min(100%, 42rem);
  margin: 1rem auto 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.18vw, 1.1rem);
  line-height: 1.7;
}

.service-cta__actions {
  justify-content: center;
}

.service-cta .service-button--secondary {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  box-shadow: none;
}

.service-cta .service-button--secondary:hover {
  background: #ffffff;
  color: #111827;
}

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

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

@media (max-width: 960px) {
  .service-hero__inner,
  .service-overview {
    grid-template-columns: 1fr;
  }

  .service-hero__media {
    width: min(100%, 42rem);
  }

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

@media (max-width: 640px) {
  .service-hero {
    padding: 6.9rem 1rem 2.5rem;
  }

  .service-breadcrumb {
    margin-bottom: 1.05rem;
    font-size: 0.8rem;
  }

  .service-eyebrow {
    margin-bottom: 0.75rem;
    font-size: 0.72rem;
    letter-spacing: 0.22em;
  }

  .service-hero h1 {
    font-size: clamp(2.2rem, 12vw, 3rem);
    line-height: 1;
  }

  .service-hero__copy,
  .service-section__copy,
  .service-text {
    font-size: 0.95rem;
    line-height: 1.58;
  }

  .service-hero__actions,
  .service-cta__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .service-button {
    width: 100%;
    box-sizing: border-box;
  }

  .service-section,
  .service-cta {
    padding: 3.5rem 1rem;
  }

  .service-section h2 {
    font-size: clamp(1.85rem, 8vw, 2.4rem);
  }

  .service-grid,
  .service-industries,
  .service-process {
    grid-template-columns: 1fr;
  }

  .service-card,
  .service-industry,
  .service-process__step {
    border-radius: 0.9rem;
  }
}

.track-main {
  background: #f7f8fb;
}

.track-hero {
  padding: clamp(8.4rem, 15vh, 10.5rem) 1.5rem clamp(3rem, 5vw, 4.8rem);
  background: #f7f8fb;
  text-align: center;
}

.track-hero__inner {
  width: min(100%, 52rem);
  margin: 0 auto;
}

.track-hero__eyebrow {
  margin: 0 0 1rem;
  color: #2563eb;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.track-hero__headline {
  margin: 0;
  color: #111827;
  font-size: clamp(2.55rem, 5vw, 5rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.track-hero__copy {
  width: min(100%, 42rem);
  margin: 1.25rem auto 0;
  color: #4b5565;
  font-size: clamp(1rem, 1.35vw, 1.22rem);
  line-height: 1.68;
}

.tracking-utility {
  padding: 0 1.5rem clamp(5rem, 8vw, 7rem);
  background: #f7f8fb;
}

.tracking-utility__inner {
  width: min(100%, 62rem);
  margin: 0 auto;
}

.tracking-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 1rem;
  padding: clamp(1.1rem, 2.2vw, 1.45rem);
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 22px 70px rgba(15, 23, 42, 0.08);
}

.tracking-form__field {
  min-width: 0;
}

.tracking-form label {
  display: block;
  margin: 0 0 0.55rem;
  color: #111827;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.tracking-form input {
  width: 100%;
  min-height: 3.35rem;
  padding: 0 1rem;
  border: 1px solid rgba(17, 24, 39, 0.14);
  border-radius: 0.82rem;
  background: #ffffff;
  color: #111827;
  font: inherit;
  font-size: 1rem;
  font-weight: 550;
  letter-spacing: 0.025em;
  box-sizing: border-box;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.tracking-form input::placeholder {
  color: #8b95a5;
  font-weight: 500;
  letter-spacing: 0;
}

.tracking-form input:focus-visible,
.tracking-form__button:focus-visible,
.tracking-result__action:focus-visible,
.tracking-assistance a:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 0.18rem;
}

.tracking-form input[aria-invalid="true"] {
  border-color: #b91c1c;
  box-shadow: 0 0 0 4px rgba(185, 28, 28, 0.08);
}

.tracking-form__helper,
.tracking-form__error {
  margin: 0.58rem 0 0;
  font-size: 0.86rem;
  line-height: 1.42;
}

.tracking-form__helper {
  color: #667085;
}

.tracking-form__error {
  color: #991b1b;
  font-weight: 650;
}

.tracking-form__button,
.tracking-result__primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.35rem;
  padding: 0 1.35rem;
  border: 1px solid #2563eb;
  border-radius: 0.82rem;
  background: #2563eb;
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.tracking-form__button:hover,
.tracking-result__primary:hover {
  background: #1d5fe9;
  border-color: #1d5fe9;
  box-shadow: 0 14px 34px rgba(37, 99, 235, 0.18);
  transform: translateY(-1px);
}

.tracking-form__button:disabled {
  cursor: wait;
  opacity: 0.7;
  transform: none;
  box-shadow: none;
}

.tracking-result {
  margin: clamp(1.4rem, 3vw, 2rem) auto 0;
  padding: clamp(1.35rem, 3vw, 2rem);
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 1.4rem;
  background: #ffffff;
  text-align: center;
}

.tracking-result__eyebrow {
  margin: 0 0 0.65rem;
  color: #2563eb;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.tracking-result h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(1.85rem, 3vw, 2.65rem);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.tracking-result__message {
  width: min(100%, 40rem);
  margin: 0.95rem auto 0;
  color: #4b5565;
  font-size: 1rem;
  line-height: 1.68;
}

.tracking-result__number {
  color: #111827;
  font-weight: 700;
  word-break: break-word;
}

.tracking-result__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 1.35rem;
}

.tracking-result__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0 1rem;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 0.74rem;
  background: #ffffff;
  color: #111827;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition:
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.tracking-result__action:hover {
  border-color: rgba(37, 99, 235, 0.45);
  color: #2563eb;
  transform: translateY(-1px);
}

.tracking-assistance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: clamp(2.1rem, 4vw, 3.2rem);
  border-top: 1px solid rgba(17, 24, 39, 0.1);
  border-bottom: 1px solid rgba(17, 24, 39, 0.1);
}

.tracking-assistance__item {
  padding: 1.45rem clamp(1rem, 2.2vw, 1.6rem);
}

.tracking-assistance__item + .tracking-assistance__item {
  border-left: 1px solid rgba(17, 24, 39, 0.1);
}

.tracking-assistance h3 {
  margin: 0;
  color: #111827;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.tracking-assistance p {
  margin: 0.5rem 0 0;
  color: #5b6575;
  font-size: 0.95rem;
  line-height: 1.55;
}

.tracking-assistance a {
  color: #2563eb;
  font-weight: 700;
  text-decoration: none;
}

.quote-main {
  background: #f7f8fb;
}

.quote-hero {
  padding: clamp(8.4rem, 15vh, 10.5rem) 1.5rem clamp(3rem, 5vw, 4.6rem);
  background: #f7f8fb;
  text-align: center;
}

.quote-hero__inner {
  width: min(100%, 58rem);
  margin: 0 auto;
}

.quote-hero__eyebrow {
  margin: 0 0 1rem;
  color: #2563eb;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.quote-hero__headline {
  margin: 0;
  color: #111827;
  font-size: clamp(2.55rem, 5vw, 5rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.quote-hero__copy {
  width: min(100%, 48rem);
  margin: 1.25rem auto 0;
  color: #4b5565;
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.68;
}

.quote-hero__support {
  margin: 1rem 0 0;
  color: #667085;
  font-size: 0.98rem;
  line-height: 1.55;
}

.quote-hero__support a,
.quote-form a,
.quote-handoff a,
.quote-help a {
  color: #2563eb;
  font-weight: 700;
  text-decoration: none;
}

.quote-hero__support a:hover,
.quote-form a:hover,
.quote-handoff a:hover,
.quote-help a:hover {
  color: #1d4ed8;
}

.quote-form-section {
  padding: 0 1.5rem clamp(5.5rem, 8vw, 7.5rem);
  background: #f7f8fb;
}

.quote-form-section__inner {
  width: min(100%, 74rem);
  margin: 0 auto;
}

.quote-status {
  margin: 0 0 1rem;
  color: #991b1b;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.5;
}

.quote-status:empty {
  display: none;
}

.quote-form {
  padding: clamp(1.6rem, 3vw, 2.4rem);
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 1.6rem;
  background: #ffffff;
  box-shadow: 0 24px 80px rgba(15, 23, 42, 0.07);
}

.quote-form__honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.quote-form__section {
  padding: clamp(1.75rem, 3vw, 2.35rem) 0;
  border-top: 1px solid rgba(17, 24, 39, 0.1);
}

.quote-form__section:first-of-type {
  padding-top: 0;
  border-top: 0;
}

.quote-form__section h2 {
  margin: 0 0 1.35rem;
  color: #111827;
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

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

.quote-form__grid + .quote-form__grid {
  margin-top: 1.15rem;
}

.quote-form__grid--choices {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.quote-field,
.quote-choice-group,
.quote-checkbox {
  min-width: 0;
}

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

.quote-field label,
.quote-choice-group legend {
  display: block;
  margin: 0 0 0.55rem;
  color: #111827;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.quote-field__unit {
  color: #667085;
  font-weight: 600;
}

.quote-field input,
.quote-field textarea,
.quote-field select {
  width: 100%;
  min-height: 3.25rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(17, 24, 39, 0.14);
  border-radius: 0.82rem;
  background: #ffffff;
  color: #111827;
  font: inherit;
  font-size: 0.98rem;
  font-weight: 520;
  box-sizing: border-box;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.quote-field textarea {
  min-height: 8.5rem;
  resize: vertical;
  line-height: 1.55;
}

.quote-field select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #667085 50%),
    linear-gradient(135deg, #667085 50%, transparent 50%);
  background-position:
    calc(100% - 1.1rem) 50%,
    calc(100% - 0.82rem) 50%;
  background-size:
    0.32rem 0.32rem,
    0.32rem 0.32rem;
  background-repeat: no-repeat;
}

.quote-field input::placeholder,
.quote-field textarea::placeholder {
  color: #8b95a5;
  font-weight: 500;
}

.quote-field input:focus-visible,
.quote-field textarea:focus-visible,
.quote-field select:focus-visible,
.quote-choice-group input:focus-visible,
.quote-checkbox input:focus-visible,
.quote-submit:focus-visible,
.quote-handoff__action:focus-visible,
.quote-help a:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 0.18rem;
}

.quote-field input[aria-invalid="true"],
.quote-field textarea[aria-invalid="true"],
.quote-field select[aria-invalid="true"] {
  border-color: #b91c1c;
  box-shadow: 0 0 0 4px rgba(185, 28, 28, 0.08);
}

.quote-field__error {
  margin: 0.55rem 0 0;
  color: #991b1b;
  font-size: 0.86rem;
  font-weight: 650;
  line-height: 1.42;
}

.quote-choice-group {
  margin: 0;
  padding: 1.05rem;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 1rem;
  background: rgba(247, 248, 251, 0.72);
}

.quote-choice-group[aria-invalid="true"],
.quote-checkbox[aria-invalid="true"] {
  border-color: rgba(185, 28, 28, 0.6);
  box-shadow: 0 0 0 4px rgba(185, 28, 28, 0.06);
}

.quote-choice-group__options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1rem;
}

.quote-choice-group__options--stack {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.68rem;
}

.quote-choice-group label,
.quote-checkbox label {
  display: flex;
  align-items: flex-start;
  gap: 0.62rem;
  color: #394153;
  font-size: 0.96rem;
  line-height: 1.35;
  cursor: pointer;
}

.quote-choice-group input,
.quote-checkbox input {
  width: 1.05rem;
  height: 1.05rem;
  margin: 0.12rem 0 0;
  accent-color: #2563eb;
  flex: 0 0 auto;
}

.quote-form__document-note {
  margin: 1.25rem 0 0;
  color: #5b6575;
  font-size: 0.96rem;
  line-height: 1.62;
}

.quote-form__section--consent {
  display: grid;
  gap: 0.9rem;
}

.quote-checkbox {
  padding: 1rem;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 1rem;
  background: rgba(247, 248, 251, 0.72);
}

.quote-form__submit {
  padding-top: clamp(1.55rem, 3vw, 2rem);
  border-top: 1px solid rgba(17, 24, 39, 0.1);
}

.quote-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.35rem;
  padding: 0 1.55rem;
  border: 1px solid #2563eb;
  border-radius: 0.82rem;
  background: #2563eb;
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.quote-submit:hover {
  background: #1d5fe9;
  border-color: #1d5fe9;
  box-shadow: 0 14px 34px rgba(37, 99, 235, 0.18);
  transform: translateY(-1px);
}

.quote-submit:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
  box-shadow: none;
}

.quote-form__submit p {
  margin: 0.85rem 0 0;
  color: #5b6575;
  font-size: 0.95rem;
  line-height: 1.58;
}

.quote-handoff {
  padding: clamp(1.8rem, 4vw, 2.7rem);
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 1.6rem;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 24px 80px rgba(15, 23, 42, 0.07);
}

.quote-handoff__eyebrow {
  margin: 0 0 0.75rem;
  color: #2563eb;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.quote-handoff h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(2rem, 3.8vw, 3.2rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
}

.quote-handoff p {
  width: min(100%, 43rem);
  margin: 1rem auto 0;
  color: #4b5565;
  font-size: 1rem;
  line-height: 1.68;
}

.quote-handoff__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 1.4rem;
}

.quote-handoff__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.1rem;
  padding: 0 1.1rem;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 0.82rem;
  background: #ffffff;
  color: #111827;
  font: inherit;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition:
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.quote-handoff__action:hover {
  border-color: rgba(37, 99, 235, 0.45);
  color: #2563eb;
  transform: translateY(-1px);
}

.quote-help {
  margin-top: clamp(2.3rem, 5vw, 3.8rem);
  padding-top: clamp(1.6rem, 3vw, 2.1rem);
  border-top: 1px solid rgba(17, 24, 39, 0.1);
  text-align: center;
}

.quote-help h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.04em;
}

.quote-help p {
  width: min(100%, 44rem);
  margin: 0.75rem auto 0;
  color: #5b6575;
  font-size: 1rem;
  line-height: 1.62;
}

.quote-help__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 1.1rem;
  margin-top: 1rem;
}

@media (max-width: 960px) {
  .content-grid,
  .content-grid--three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .coverage-layout {
    grid-template-columns: 1fr;
  }

  .quote-form {
    padding: clamp(1.5rem, 4vw, 2rem);
  }

  .quote-form__grid--choices {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 760px) {
  .content-hero {
    padding: calc(var(--header-offset, 6rem) + 2.4rem) 1rem clamp(2.5rem, 12vw, 4rem);
  }

  .content-section {
    padding: clamp(2.7rem, 11vw, 4.2rem) 1rem;
  }

  .content-section__header {
    margin-bottom: 1.55rem;
  }

  .content-grid,
  .content-grid--two,
  .content-grid--three {
    grid-template-columns: 1fr;
  }

  .content-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .content-button {
    width: 100%;
    box-sizing: border-box;
  }

  .quote-hero {
    padding: calc(var(--header-offset, 6rem) + 2.4rem) 0 clamp(2.5rem, 12vw, 4rem);
  }

  .quote-form-section {
    padding: clamp(2.5rem, 11vw, 4rem) 0;
  }

  .quote-form__grid {
    grid-template-columns: 1fr;
  }

  .quote-choice-group__options {
    grid-template-columns: 1fr;
  }

  .quote-submit,
  .quote-handoff__action {
    width: 100%;
  }

  .quote-handoff__actions {
    flex-direction: column;
  }

  .quote-help__links {
    flex-direction: column;
    align-items: stretch;
  }

  .quote-help__links a {
    display: inline-flex;
    justify-content: center;
    min-height: 2.75rem;
    align-items: center;
  }
}

.hero-animate {
  opacity: 0;
  transform: translateY(22px);
  animation: hero-fade-up 720ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.hero-animate--eyebrow {
  animation-delay: 100ms;
}

.hero-animate--headline {
  animation-delay: 220ms;
}

.hero-animate--support {
  animation-delay: 340ms;
}

.hero-animate--primary {
  animation-delay: 460ms;
}

.hero-animate--secondary {
  animation-delay: 560ms;
}

@keyframes hero-fade-up {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (hover: hover) {
  .site-header__nav a:hover,
  .mobile-menu__nav a:hover {
    opacity: 0.82;
  }

  .site-header__cta:hover {
    opacity: 1;
    color: #11161c;
    background: rgba(255, 255, 255, 0.96);
    border-color: rgba(255, 255, 255, 0.96);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
  }

  .hero-button--primary:hover {
    color: #11161c;
    background: rgba(255, 255, 255, 0.96);
    border-color: rgba(255, 255, 255, 0.96);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
    transform: translateY(-1px);
  }

  .hero-button--secondary:hover::after {
    transform: translate(3px, 1px) rotate(45deg);
  }

  .hero-button--secondary:hover span::after {
    transform: scaleX(1);
  }
}

@media (max-width: 960px) {
  .hero-canvas::before {
    width: min(30rem, 70vw);
    background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.78) 0%,
      rgba(0, 0, 0, 0.66) 26%,
      rgba(0, 0, 0, 0.38) 52%,
      rgba(0, 0, 0, 0.12) 78%,
      rgba(0, 0, 0, 0) 100%
    );
  }

  .site-header {
    padding: 0.18rem 0.95rem 0;
  }

  .site-header--internal {
    padding-top: 0.42rem;
    padding-bottom: 0.42rem;
  }

  .site-header::before {
    height: 4.45rem;
  }

  .site-header__nav,
  .site-header__cta {
    display: none;
  }

  .site-header__menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .site-header__logo-stack {
    height: 2.45rem;
  }

  .track-hero {
    padding-top: 7.6rem;
  }

  .tracking-form {
    grid-template-columns: minmax(0, 1fr);
  }

  .tracking-form__button {
    width: fit-content;
  }

  .tracking-assistance {
    grid-template-columns: 1fr;
  }

  .tracking-assistance__item + .tracking-assistance__item {
    border-top: 1px solid rgba(17, 24, 39, 0.1);
    border-left: 0;
  }

  .hero-content {
    align-items: flex-start;
  }

  .hero-content__inner {
    padding-top: clamp(4.85rem, 10vh, 5.85rem);
  }

  .hero-headline {
    max-width: 18.5ch;
    font-size: clamp(2.35rem, 6.6vw, 3.35rem);
    letter-spacing: -0.05em;
  }

  .hero-support {
    max-width: 22rem;
    margin-top: 1rem;
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .hero-actions {
    flex-wrap: wrap;
    gap: 1rem 1.2rem;
    margin-top: 1.45rem;
  }

  .section-two {
    padding-top: 4.25rem;
  }

  .section-two__services {
    gap: 0.8rem 1.6rem;
    margin-top: 1.65rem;
  }

  .section-two__image-wrap {
    height: auto;
  }

  .section-three {
    padding-top: 2.7rem;
    padding-bottom: 4.2rem;
  }

  .section-three__inner {
    gap: 2rem;
  }

  .section-three__copy {
    max-width: 34rem;
  }

  .section-four {
    padding: 4.25rem 1.25rem 3.25rem;
  }

  .section-four__intro {
    margin-bottom: 2.2rem;
  }

  .section-four__headline {
    font-size: 2.65rem;
  }

  .section-four__copy {
    font-size: 1rem;
  }

  .section-four__gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.95rem;
  }

  .section-four__caption h3 {
    font-size: 1rem;
  }

  .section-four__caption {
    right: 1.15rem;
    bottom: 1.2rem;
    left: 1.15rem;
  }

  .section-five {
    min-height: 100svh;
    padding: 3.1rem 1.25rem 3.4rem;
  }

  .section-five__headline {
    font-size: 2.35rem;
  }

  .section-five__copy {
    width: min(100%, 38rem);
    font-size: 1rem;
  }

  .section-five__media {
    width: min(88%, 44rem);
    margin-top: 1.25rem;
    margin-bottom: 1.35rem;
  }

  .section-five__map {
    max-height: 37vh;
  }

  .section-five__coverage {
    width: min(100%, 42rem);
    gap: 2rem;
  }

  .section-six {
    padding: 4.8rem 1.25rem 2.5rem;
  }

  .section-six__headline {
    font-size: 2.75rem;
  }

  .section-six__copy {
    width: min(100%, 40rem);
    font-size: 1rem;
  }

  .section-six__values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, 44rem);
    gap: 0;
    margin-top: 3.2rem;
  }

  .section-six__value {
    padding: 1.35rem 1.5rem;
    border-left: 0;
    border-top: 1px solid rgba(17, 24, 39, 0.1);
  }

  .section-six__value:nth-child(1),
  .section-six__value:nth-child(2) {
    border-top: 0;
  }

  .section-six__value:nth-child(even) {
    border-left: 1px solid rgba(17, 24, 39, 0.1);
  }

  .section-seven {
    padding: 2.8rem 1.25rem 5.8rem;
  }

  .section-seven__inner {
    width: min(100%, 48rem);
  }

  .section-seven__headline {
    font-size: clamp(2.65rem, 7vw, 4.25rem);
  }

  .section-seven__copy {
    width: min(100%, 38rem);
    font-size: 1rem;
  }

  .site-footer {
    padding: 3.7rem 1.25rem 1.35rem;
  }

  .site-footer__inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .site-footer__brand {
    max-width: 34rem;
  }

  .site-footer__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.3rem 3rem;
  }

  .site-footer__legal {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.95rem;
  }

  .site-footer__legal nav {
    justify-content: flex-start;
  }
}

@media (min-width: 961px) {
  .mobile-menu {
    display: none !important;
  }
}

@media (min-width: 641px) and (min-height: 900px) {
  .section-two__image-wrap {
    height: auto;
  }
}

@media (max-width: 640px) {
  .hero-canvas::before {
    width: 0;
    background: none;
  }

  .hero-image {
    object-position: 82% 58%;
  }

  .hero-content__inner {
    max-width: 22rem;
    margin: 0 auto;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    padding-top: 4.6rem;
    text-align: center;
  }

  .hero-eyebrow {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.95rem;
    font-size: 0.74rem;
    letter-spacing: 0.28em;
  }

  .hero-headline {
    max-width: 11.8ch;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(2.05rem, 8.1vw, 2.85rem);
    line-height: 0.96;
  }

  .hero-support {
    max-width: 17rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.82rem;
    font-size: 0.82rem;
    line-height: 1.46;
  }

  .hero-actions {
    justify-content: center;
    gap: 0.95rem 1rem;
    margin-top: 1.05rem;
  }

  .hero-button--primary {
    min-height: 2.78rem;
    padding: 0 1.05rem;
    font-size: 0.9rem;
  }

  .hero-button--secondary {
    font-size: 0.9rem;
  }

  .section-two {
    padding-top: 3.35rem;
    padding-bottom: 0;
  }

  .track-hero {
    padding: 6.9rem 1rem 2.5rem;
  }

  .track-hero__eyebrow {
    margin-bottom: 0.75rem;
    font-size: 0.72rem;
    letter-spacing: 0.22em;
  }

  .track-hero__headline {
    font-size: clamp(2.2rem, 12vw, 3rem);
    line-height: 1;
  }

  .track-hero__copy {
    margin-top: 0.95rem;
    font-size: 0.95rem;
    line-height: 1.58;
  }

  .tracking-utility {
    padding: 0 1rem 4rem;
  }

  .tracking-form {
    padding: 1rem;
    border-radius: 1.1rem;
  }

  .tracking-form input,
  .tracking-form__button,
  .tracking-result__action,
  .tracking-result__primary {
    min-height: 3.15rem;
  }

  .tracking-form__button {
    width: 100%;
  }

  .tracking-form__helper,
  .tracking-form__error {
    font-size: 0.8rem;
  }

  .tracking-result {
    border-radius: 1.1rem;
  }

  .tracking-result__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .tracking-result__action,
  .tracking-result__primary {
    width: 100%;
    box-sizing: border-box;
  }

  .tracking-assistance {
    margin-top: 2rem;
  }

  .tracking-assistance__item {
    padding: 1.25rem 0;
  }

  .section-two__eyebrow {
    font-size: 0.75rem;
    letter-spacing: 0.24em;
    margin-bottom: 0.75rem;
  }

  .section-two__headline {
    font-size: clamp(1.72rem, 7.4vw, 2.18rem);
  }

  .section-two__copy {
    max-width: 20.5rem;
    margin-top: 0.95rem;
    font-size: 0.86rem;
    line-height: 1.52;
  }

  .section-two__services {
    grid-template-columns: 1fr;
    width: min(calc(100% - 2rem), 28rem);
    gap: 0.22rem;
    margin-top: 1.45rem;
  }

  .section-two__service {
    gap: 0.8rem;
    padding: 0.48rem 0;
  }

  .section-two__service-icon {
    width: 1.82rem;
    height: 1.82rem;
    border-radius: 0.5rem;
  }

  .section-two__service-icon svg {
    width: 1rem;
    height: 1rem;
  }

  .section-two__service h3 {
    font-size: 0.95rem;
  }

  .section-two__service p {
    margin-top: 0.2rem;
    font-size: 0.8rem;
    line-height: 1.36;
  }

  .section-two__media {
    width: min(calc(100% - 2rem), 28rem);
  }

  .section-two__image-wrap {
    height: auto;
    border-radius: 1.25rem;
  }

  .section-two__caption {
    margin-top: 0.45rem;
    font-size: 0.72rem;
  }

  .section-three {
    padding: 2.9rem 0 4rem;
  }

  .section-three__inner {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .section-three__content {
    order: 2;
    max-width: 100%;
    padding: 0 1rem;
  }

  .section-three__media {
    order: 1;
    width: 100%;
  }

  .section-three__eyebrow {
    margin-bottom: 0.75rem;
    font-size: 0.75rem;
    letter-spacing: 0.24em;
  }

  .section-three__headline {
    font-size: clamp(1.85rem, 8vw, 2.4rem);
  }

  .section-three__copy {
    max-width: 100%;
    margin-top: 1rem;
    font-size: 0.92rem;
    line-height: 1.62;
  }

  .section-three__capabilities {
    gap: 0.72rem;
    margin-top: 1.55rem;
  }

  .section-three__capability {
    gap: 0.8rem;
    padding-bottom: 0.85rem;
  }

  .section-three__capability-icon {
    width: 1.95rem;
    height: 1.95rem;
    border-radius: 0.5rem;
  }

  .section-three__capability h3 {
    font-size: 0.98rem;
  }

  .section-three__capability p {
    font-size: 0.86rem;
    line-height: 1.46;
  }

  .section-three__image-wrap {
    height: clamp(28rem, 68vh, 38rem);
    border-radius: 0;
  }

  .section-four {
    padding: 3.5rem 1rem 2.75rem;
  }

  .section-four__intro {
    margin-bottom: 1.8rem;
    text-align: left;
  }

  .section-four__headline {
    font-size: 2.15rem;
    line-height: 1.08;
  }

  .section-four__copy {
    margin-left: 0;
    font-size: 0.95rem;
    line-height: 1.55;
  }

  .section-four__gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    margin: 0 auto;
    gap: 0.75rem;
  }

  .section-four__card {
    border-radius: 0.9rem;
  }

  .section-four__caption {
    right: 0.78rem;
    bottom: 0.82rem;
    left: 0.78rem;
  }

  .section-four__caption h3 {
    font-size: 0.92rem;
    line-height: 1.12;
  }

  .section-four__caption p {
    max-width: 100%;
    margin-top: 0.38rem;
    font-size: 0.68rem;
    line-height: 1.28;
  }

  .section-five {
    min-height: auto;
    padding: 3rem 1rem 3.3rem;
  }

  .section-five__eyebrow {
    margin-bottom: 0.75rem;
    font-size: 0.75rem;
    letter-spacing: 0.24em;
  }

  .section-five__headline {
    font-size: 2rem;
    line-height: 1.08;
  }

  .section-five__copy {
    margin-top: 0.85rem;
    font-size: 0.94rem;
    line-height: 1.58;
  }

  .section-five__media {
    width: min(100%, 27rem);
    margin-top: 1.25rem;
    margin-bottom: 1.2rem;
  }

  .section-five__map {
    max-height: 20rem;
  }

  .section-five__coverage {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .section-five__block-label {
    font-size: 0.7rem;
    letter-spacing: 0.14em;
  }

  .section-five__coverage-item h3 {
    font-size: 0.96rem;
  }

  .section-five__divider {
    width: min(100%, 18rem);
    height: 1px;
  }

  .section-six {
    min-height: auto;
    padding: 3.8rem 1rem 2rem;
  }

  .section-six__eyebrow {
    margin-bottom: 0.75rem;
    font-size: 0.75rem;
    letter-spacing: 0.24em;
  }

  .section-six__headline {
    font-size: clamp(2rem, 9vw, 2.55rem);
    line-height: 1.06;
  }

  .section-six__copy {
    margin-top: 1rem;
    font-size: 0.94rem;
    line-height: 1.58;
  }

  .section-six__values {
    grid-template-columns: 1fr;
    width: min(100%, 27rem);
    margin-top: 2.35rem;
  }

  .section-six__value,
  .section-six__value:nth-child(even) {
    padding: 1.15rem 0;
    border-left: 0;
    border-top: 1px solid rgba(17, 24, 39, 0.11);
  }

  .section-six__value:first-child {
    border-top: 0;
  }

  .section-six__value h3 {
    font-size: 1.05rem;
  }

  .section-six__value p {
    margin-top: 0.5rem;
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .section-six__contact {
    width: min(100%, 23rem);
    margin-top: 2.2rem;
    font-size: 0.94rem;
  }

  .section-seven {
    min-height: auto;
    padding: 2.4rem 1rem 4.8rem;
  }

  .section-seven__eyebrow {
    margin-bottom: 0.85rem;
    font-size: 0.72rem;
    letter-spacing: 0.25em;
  }

  .section-seven__headline {
    font-size: clamp(2.35rem, 11vw, 3.3rem);
    line-height: 1.02;
  }

  .section-seven__copy {
    margin-top: 1.05rem;
    font-size: 0.94rem;
    line-height: 1.58;
  }

  .section-seven__button {
    width: min(100%, 23rem);
    min-height: 3.45rem;
    margin-top: 2rem;
    padding: 0 1.25rem;
  }

  .section-seven__contacts {
    gap: 0.74rem;
    margin-top: 2.15rem;
  }

  .section-seven__phone,
  .section-seven__email {
    display: inline-flex;
    min-height: 2.55rem;
    align-items: center;
    justify-content: center;
  }

  .section-seven__phone {
    font-size: 1.38rem;
  }

  .section-seven__email {
    font-size: 0.98rem;
  }

  .section-seven__bottom-line {
    margin-top: 2.8rem;
    font-size: 0.72rem;
  }

  .site-footer {
    padding: 3.2rem 1rem 1.25rem;
  }

  .site-footer__inner {
    gap: 2.7rem;
  }

  .site-footer__logo {
    width: 11rem;
  }

  .site-footer__brand-title {
    margin-top: 1.15rem;
    font-size: 0.94rem;
    line-height: 1.55;
  }

  .site-footer__contact {
    margin-top: 1.25rem;
  }

  .site-footer__contact a,
  .site-footer__column a {
    min-height: 2.25rem;
  }

  .site-footer__nav {
    grid-template-columns: 1fr;
    gap: 2.1rem;
  }

  .site-footer__column h3 {
    margin-bottom: 0.7rem;
  }

  .site-footer__column ul {
    gap: 0.35rem;
  }

  .site-footer__legal {
    margin-top: 2.7rem;
    padding-top: 1.2rem;
  }

  .site-footer__legal nav {
    gap: 0.45rem 1rem;
  }

  .site-footer__legal a {
    min-height: 2rem;
    display: inline-flex;
    align-items: center;
  }
}

@media (max-width: 420px) {
  .hero-canvas::before {
    width: 0;
    background: none;
  }

  .hero-image {
    object-position: 86% 60%;
  }

  .hero-content__inner {
    max-width: 18rem;
    padding-top: 4.2rem;
  }

  .hero-headline {
    max-width: 6.45ch;
    font-size: 1.58rem;
  }

  .hero-support {
    max-width: 11.8rem;
    font-size: 0.7rem;
    line-height: 1.34;
  }

  .hero-actions {
    flex-direction: column;
    align-items: center;
    gap: 0.7rem;
  }

  .hero-button--primary {
    min-height: 2.68rem;
    padding: 0 0.92rem;
    font-size: 0.86rem;
  }

  .hero-button--secondary {
    font-size: 0.86rem;
  }
}

@media (max-width: 1200px) and (min-width: 961px) {
  .hero-image {
    object-position: 69% 58%;
  }

  .hero-headline {
    max-width: 15.5ch;
  }

  .hero-support {
    max-width: 22.5rem;
  }
}

@media (max-width: 900px) and (min-width: 641px) {
  .hero-canvas::before {
    width: min(31rem, 72vw);
    background:
      radial-gradient(
        90% 120% at 8% 32%,
        rgba(0, 0, 0, 0.18) 0%,
        rgba(0, 0, 0, 0.08) 44%,
        rgba(0, 0, 0, 0) 74%
      ),
      linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.76) 0%,
        rgba(0, 0, 0, 0.64) 26%,
        rgba(0, 0, 0, 0.38) 52%,
        rgba(0, 0, 0, 0.12) 78%,
        rgba(0, 0, 0, 0) 100%
      );
  }

  .hero-image {
    object-position: 75% 60%;
  }

  .hero-content__inner {
    padding-top: 4.95rem;
  }

  .hero-headline {
    max-width: 7.6ch;
    font-size: clamp(2.4rem, 7.6vw, 3.35rem);
  }

  .hero-support {
    max-width: 18.75rem;
    font-size: 0.9rem;
    line-height: 1.54;
  }
}

@media (max-width: 900px) and (orientation: portrait) {
  .hero-canvas::before {
    width: 0;
    background: none;
  }

  .hero-content {
    align-items: flex-start;
  }

  .hero-content__inner {
    max-width: 24rem;
    margin: 0 auto;
    padding-top: 5rem;
    text-align: center;
  }

  .hero-eyebrow,
  .hero-headline,
  .hero-support {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-headline {
    max-width: 12.5ch;
  }

  .hero-support {
    max-width: 18.5rem;
  }

  .hero-actions {
    justify-content: center;
  }
}

@media (max-height: 800px) and (min-width: 961px) {
  .hero-content {
    align-items: flex-start;
  }

  .hero-image {
    object-position: 67% 60%;
  }

  .hero-content__inner {
    padding-top: 5.25rem;
  }

  .hero-headline {
    max-width: 19ch;
    font-size: clamp(2.55rem, 4.35vw, 4.05rem);
  }

  .hero-support {
    max-width: 24.75rem;
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.58;
  }

  .hero-actions {
    margin-top: 1.45rem;
  }
}

@media (max-height: 780px) and (min-width: 961px) {
  .hero-image {
    object-position: 68% 62%;
  }

  .hero-content__inner {
    padding-top: 4.8rem;
  }

  .hero-headline {
    max-width: 18.5ch;
    font-size: clamp(2.35rem, 4.1vw, 3.75rem);
  }

  .hero-support {
    max-width: 23.5rem;
    font-size: 0.95rem;
    line-height: 1.54;
  }

  .hero-actions {
    margin-top: 1.25rem;
  }
}

@media (min-width: 1100px) and (max-width: 1400px) {
  .hero-content {
    align-items: center;
  }

  .hero-content__inner {
    padding-top: clamp(5.3rem, 9vh, 6.7rem);
  }

  .hero-image {
    object-position: 67% 59%;
  }

  .hero-headline {
    max-width: 16ch;
    font-size: clamp(2.9rem, 4.35vw, 4rem);
    line-height: 0.94;
  }

  .hero-support {
    max-width: 23.75rem;
    font-size: 0.98rem;
    line-height: 1.58;
  }
}

@media (min-width: 1800px) {
  .site-header {
    padding-top: 0.34rem;
  }

  .site-header::before {
    height: 5rem;
  }

  .site-header__shell {
    width: 100%;
    max-width: none;
    padding: 0 clamp(3rem, 4.7vw, 6.3rem);
    box-sizing: border-box;
  }

  .site-header__logo-stack {
    height: clamp(2.85rem, 2vw, 3.55rem);
  }

  .site-header__nav {
    gap: 1.75rem;
  }

  .site-header__nav a {
    font-size: 0.94rem;
  }

  .site-header__cta {
    min-height: 2.75rem;
    padding: 0 1.15rem;
    font-size: 0.92rem;
  }

  .hero-canvas::before {
    width: min(40rem, 34vw);
  }

  .hero-image {
    object-position: 70% 56%;
  }

  .hero-content {
    align-items: center;
  }

  .hero-content__inner {
    width: 100%;
    max-width: none;
    padding: clamp(2.75rem, 4.5vh, 4.75rem) clamp(3.25rem, 6vw, 7.25rem) 0;
  }

  .hero-headline {
    max-width: 14.1ch;
    font-size: clamp(5rem, 5.3vw, 6.9rem);
  }

  .hero-support {
    max-width: 29rem;
    font-size: clamp(1.26rem, 1.08vw, 1.42rem);
    line-height: 1.62;
  }

  .hero-actions {
    gap: 1.2rem;
    margin-top: 1.7rem;
  }

  .hero-button--primary {
    min-height: 3rem;
    padding: 0 1.2rem;
    font-size: 1rem;
  }

  .hero-button--secondary {
    font-size: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-animate {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .hero-button,
  .hero-button--secondary::after,
  .hero-button--secondary span::after {
    transition: none;
  }
}
