
:root {
  --navy: #071a2e;
  --navy-2: #0c2945;
  --blue: #0d5b83;
  --cyan: #25b7d3;
  --green: #18a765;
  --orange: #cc4d14;
  --ink: #172332;
  --muted: #5e6977;
  --line: #dbe3e9;
  --soft: #f3f6f8;
  --white: #fff;
  --shadow: 0 24px 70px rgba(7, 26, 46, 0.13);
  --radius: 24px;
  --wrap: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}

body::selection {
  background: rgba(37, 183, 211, 0.28);
}

main,
section,
header,
footer {
  width: 100%;
}

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

body.admin-bar .site-header {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid #0d5b83;
  outline-offset: 3px;
}

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

h1,
h2,
h3 {
  font-weight: 830;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

h2 {
  font-size: clamp(2rem, 4.3vw, 3.65rem);
}

h3 {
  font-size: clamp(1.15rem, 2vw, 1.45rem);
}

.wrap {
  width: min(100%, var(--wrap));
  margin-inline: auto;
  padding-inline: 26px;
}

.section {
  padding: clamp(78px, 9vw, 124px) 0;
  position: relative;
}

.utility-bar {
  background: #061320;
  color: #d8e5ee;
  font-size: 0.72rem;
  font-weight: 680;
}

.utility-inner {
  align-items: center;
  display: flex;
  gap: 22px;
  justify-content: space-between;
  min-height: 34px;
}

.utility-inner a {
  align-items: center;
  color: #fff;
  display: inline-flex;
  gap: 8px;
}

.utility-phone strong {
  font: inherit;
  white-space: nowrap;
}

.availability-icon {
  align-items: center;
  background: rgba(37, 183, 211, 0.16);
  border: 1px solid rgba(103, 213, 233, 0.52);
  border-radius: 50%;
  color: #80e1f2;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.72rem;
  height: 23px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  width: 23px;
}

.utility-inner > span {
  color: #8fa5b5;
  margin-left: auto;
}

.site-header {
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(7, 26, 46, 0.08);
  box-shadow: 0 4px 18px rgba(7, 26, 46, 0.05);
  position: sticky;
  top: 0;
  z-index: 100;
}

.header-inner {
  align-items: center;
  display: flex;
  gap: 26px;
  min-height: 82px;
}

.brand {
  flex: 0 0 auto;
  width: 206px;
}

.brand img {
  max-height: 59px;
  object-fit: contain;
  width: auto;
}

.desktop-nav {
  align-items: center;
  display: flex;
  gap: clamp(17px, 1.8vw, 28px);
  margin-left: auto;
}

.desktop-nav a {
  color: #253441;
  font-size: 0.83rem;
  font-weight: 780;
  position: relative;
  white-space: nowrap;
}

.desktop-nav a::after {
  background: var(--orange);
  bottom: -10px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
  width: 100%;
}

.desktop-nav a:hover::after {
  transform: scaleX(1);
}

.header-actions {
  align-items: center;
  display: flex;
  gap: 13px;
}

.phone-compact {
  display: grid;
  line-height: 1.12;
}

.phone-compact span {
  color: var(--muted);
  font-size: 0.64rem;
}

.phone-compact strong {
  color: var(--ink);
  font-size: 0.8rem;
  white-space: nowrap;
}

.button {
  align-items: center;
  background: var(--orange);
  border: 1px solid var(--orange);
  border-radius: 12px;
  box-shadow: 0 14px 34px rgba(204, 77, 20, 0.2);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.91rem;
  font-weight: 820;
  gap: 9px;
  justify-content: center;
  line-height: 1.2;
  min-height: 52px;
  padding: 14px 22px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.button:hover {
  box-shadow: 0 18px 38px rgba(204, 77, 20, 0.3);
  transform: translateY(-2px);
}

.button-small {
  min-height: 44px;
  padding: 11px 17px;
}

.button-light {
  background: #fff;
  border-color: #fff;
  box-shadow: none;
  color: var(--navy);
}

.blue-button {
  background: var(--blue);
  border-color: var(--blue);
  box-shadow: 0 14px 34px rgba(13, 91, 131, 0.22);
}

.menu-button {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: none;
  gap: 5px;
  padding: 9px;
}

.menu-button i {
  background: var(--navy);
  border-radius: 999px;
  display: block;
  height: 2px;
  width: 25px;
}

.mobile-nav {
  background: #fff;
  display: none;
  grid-template-rows: repeat(7, 0fr);
  overflow: hidden;
  transition: grid-template-rows 0.3s ease;
}

.mobile-nav a {
  border-top: 1px solid var(--line);
  font-weight: 780;
  min-height: 0;
  overflow: hidden;
  padding: 0 26px;
  transition: padding 0.3s ease;
}

.mobile-nav.is-open {
  grid-template-rows: repeat(7, 1fr);
}

.mobile-nav.is-open a {
  padding-block: 14px;
}

.hero {
  background: var(--navy);
  color: #fff;
  isolation: isolate;
  min-height: 780px;
  overflow: hidden;
  position: relative;
}

.hero-background {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
  z-index: -4;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(5, 19, 33, 0.99) 0%, rgba(5, 21, 37, 0.94) 47%, rgba(5, 21, 37, 0.64) 100%),
    linear-gradient(0deg, rgba(4, 16, 28, 0.72), transparent 48%);
  inset: 0;
  position: absolute;
  z-index: -3;
}

.grid-lines {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 68px 68px;
  inset: 0;
  mask-image: linear-gradient(to bottom, black, transparent 92%);
  position: absolute;
  z-index: -2;
}

.water-drop {
  background: rgba(37, 183, 211, 0.16);
  border: 1px solid rgba(103, 213, 233, 0.2);
  border-radius: 70% 40% 70% 40%;
  filter: blur(0.2px);
  position: absolute;
  transform: rotate(45deg);
  z-index: -1;
}

.drop-one {
  height: 150px;
  right: 7%;
  top: 8%;
  width: 150px;
}

.drop-two {
  bottom: 9%;
  height: 88px;
  left: 4%;
  width: 88px;
}

.hero-inner {
  align-items: center;
  display: grid;
  gap: clamp(40px, 5vw, 70px);
  grid-template-columns: minmax(0, 1.4fr) minmax(300px, 0.6fr);
  min-height: 780px;
  padding-bottom: 78px;
  padding-top: 58px;
}

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

.hero-kicker {
  align-items: center;
  color: #d2e1ec;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.74rem;
  font-weight: 790;
  gap: 9px;
  letter-spacing: 0.065em;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.hero-availability {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.hero-kicker b {
  align-items: center;
  background: rgba(37, 183, 211, 0.15);
  border: 1px solid rgba(37, 183, 211, 0.32);
  border-radius: 999px;
  color: #bcebf4;
  display: inline-flex;
  gap: 6px;
  padding: 5px 10px;
}

.hero-kicker b > span {
  color: #67d5e9;
  font-size: 0.9rem;
  line-height: 1;
}

.hero-kicker em {
  color: #ffd34e;
  font-size: 0.66rem;
  font-style: normal;
  letter-spacing: 0.08em;
}

.hero-kicker em strong {
  color: #fff;
  letter-spacing: 0;
}

.hero h1 {
  color: #fff;
  font-size: clamp(3rem, 4.75vw, 4.35rem);
  margin-bottom: 18px;
  max-width: 840px;
}

.hero h1 span {
  color: #67d5e9;
  display: block;
}

.hero-alert {
  color: #fff;
  font-size: clamp(1.04rem, 1.7vw, 1.3rem);
  font-weight: 850;
  margin-bottom: 10px;
}

.hero-lead {
  color: #fff;
  font-size: clamp(1.12rem, 2vw, 1.38rem);
  font-weight: 730;
  line-height: 1.4;
  margin-bottom: 12px;
}

.hero-text {
  color: #c4d1dc;
  max-width: 680px;
}

.hero-benefits {
  display: grid;
  gap: 8px 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 18px 0 26px;
  padding: 0;
}

.hero-benefits li {
  color: #f4f8fa;
  font-size: 0.86rem;
  font-weight: 720;
}

.hero-benefits li::first-letter {
  color: #63d9ec;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.button-hero {
  min-height: 58px;
  padding-inline: 25px;
}

.whatsapp-link {
  align-items: center;
  display: flex;
  gap: 11px;
}

.whatsapp-link > i {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  font-style: normal;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.whatsapp-link > span {
  display: grid;
  line-height: 1.15;
}

.whatsapp-link small {
  color: #94aaba;
  font-size: 0.68rem;
}

.whatsapp-link strong {
  color: #fff;
  font-size: 0.94rem;
}

.hero-proof {
  align-items: center;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.hero-proof img {
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  height: 52px;
  object-fit: cover;
  width: 52px;
}

.hero-proof span {
  display: grid;
  line-height: 1.2;
}

.hero-proof span strong {
  font-size: 0.8rem;
}

.hero-proof span small {
  color: #97adbd;
  font-size: 0.66rem;
}

.hero-proof > i {
  background: rgba(255, 255, 255, 0.22);
  height: 32px;
  margin-inline: 8px;
  width: 1px;
}

.hero-visual {
  align-items: center;
  background: rgba(7, 26, 46, 0.72);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 30px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: column;
  min-height: 490px;
  overflow: hidden;
  padding: 34px;
  position: relative;
}

.hero-visual::before {
  background: radial-gradient(circle, rgba(37, 183, 211, 0.2), transparent 68%);
  content: "";
  height: 380px;
  left: 50%;
  position: absolute;
  top: -100px;
  transform: translateX(-50%);
  width: 380px;
}

.radar {
  align-items: center;
  display: flex;
  height: 260px;
  justify-content: center;
  position: relative;
  width: min(260px, 100%);
}

.radar > span {
  animation: radar 4.4s ease-out infinite;
  border: 1px solid rgba(80, 206, 228, 0.3);
  border-radius: 50%;
  height: 100%;
  position: absolute;
  width: 100%;
}

.radar > span:nth-child(2) {
  animation-delay: 1.1s;
  height: 76%;
  width: 76%;
}

.radar > span:nth-child(3) {
  animation-delay: 2.2s;
  height: 52%;
  width: 52%;
}

.radar > i {
  align-items: center;
  background: linear-gradient(145deg, #113f60, #061a2c);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  box-shadow: inset 0 0 28px rgba(37, 183, 211, 0.13);
  display: flex;
  flex-direction: column;
  font-style: normal;
  height: 112px;
  justify-content: center;
  position: relative;
  width: 112px;
  z-index: 2;
}

.radar > i strong {
  color: #7ddcee;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
}

.radar > i b {
  font-size: 1.2rem;
}

.radar > em {
  animation: scan 3.4s ease-in-out infinite;
  background: linear-gradient(90deg, transparent, #5be3f5, transparent);
  height: 2px;
  position: absolute;
  width: 84%;
  z-index: 3;
}

.phase-card {
  align-items: center;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 17px;
  display: grid;
  gap: 14px;
  grid-template-columns: auto 1fr auto;
  padding: 18px;
  position: relative;
  width: 100%;
}

.phase-card > span {
  color: #6dd8eb;
  font-size: 0.72rem;
  font-weight: 850;
}

.phase-card > div {
  display: grid;
  line-height: 1.2;
}

.phase-card small {
  color: #8fa8b9;
  font-size: 0.67rem;
}

.phase-card strong {
  font-size: 0.9rem;
}

.phase-card > b {
  color: #65d9ec;
  font-size: 1.3rem;
}

.phase-dots {
  display: flex;
  gap: 7px;
  margin-top: 18px;
}

.phase-dots i {
  background: rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  height: 5px;
  width: 16px;
}

.phase-dots i.active {
  background: var(--cyan);
  width: 28px;
}

.scroll-hint {
  align-items: center;
  bottom: 26px;
  color: #91a8b9;
  display: flex;
  font-size: 0.67rem;
  font-weight: 760;
  gap: 9px;
  left: 50%;
  letter-spacing: 0.12em;
  position: absolute;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.scroll-hint span {
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  height: 28px;
  position: relative;
  width: 18px;
}

.scroll-hint span::after {
  animation: scroll-dot 1.8s ease infinite;
  background: #fff;
  border-radius: 50%;
  content: "";
  height: 3px;
  left: 6px;
  position: absolute;
  top: 6px;
  width: 3px;
}

.ticker {
  background: var(--orange);
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
}

.ticker-track {
  align-items: center;
  animation: ticker 26s linear infinite;
  display: flex;
  min-height: 48px;
  width: max-content;
  will-change: transform;
}

.ticker-set {
  align-items: center;
  display: flex;
  flex: none;
  gap: 28px;
  padding-right: 28px;
}

.ticker-set span {
  align-items: center;
  display: flex;
  flex: none;
  gap: 28px;
}

.ticker b {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ticker i {
  opacity: 0.56;
}

.section-heading {
  margin-bottom: 46px;
}

.section-heading.center {
  text-align: center;
}

.section-heading.narrow {
  margin-inline: auto;
  max-width: 820px;
}

.section-heading h2 {
  margin-bottom: 18px;
}

.section-heading p {
  color: var(--muted);
  margin: 0 auto;
  max-width: 760px;
}

.eyebrow {
  align-items: center;
  color: var(--blue);
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 850;
  gap: 10px;
  letter-spacing: 0.13em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.eyebrow::before {
  background: var(--orange);
  border-radius: 999px;
  content: "";
  height: 3px;
  width: 27px;
}

.eyebrow.light {
  color: #aee9f3;
}

.gateway {
  background: var(--soft);
}

.gateway-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gateway-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: 0 18px 50px rgba(7, 26, 46, 0.09);
  min-height: 560px;
  overflow: hidden;
  position: relative;
}

.gateway-card > img {
  height: 275px;
  object-fit: cover;
  width: 100%;
}

.gateway-card::after {
  background: linear-gradient(transparent, rgba(7, 26, 46, 0.5));
  content: "";
  height: 110px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 165px;
}

.lining-card > img {
  filter: saturate(0.88) contrast(1.08);
}

.gateway-content {
  padding: 31px;
}

.gateway-tag {
  color: var(--blue);
  display: block;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.gateway-content h3 {
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  margin-bottom: 12px;
}

.gateway-content p {
  color: var(--muted);
}

.gateway-content > div {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 23px;
}

.text-link {
  color: var(--blue);
  font-weight: 850;
}

.trust-section {
  background: #fff;
  border-bottom: 1px solid var(--line);
  padding: 44px 0 48px;
}

.trust-heading {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 7px 18px;
  justify-content: center;
  margin-bottom: 22px;
  text-align: center;
}

.trust-heading > span {
  color: var(--orange);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.trust-heading > strong {
  color: var(--ink);
  font-size: 0.78rem;
  letter-spacing: -0.015em;
}

.trust-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.trust-card {
  align-items: center;
  background: #fff;
  border: 1px solid #d6e0e7;
  border-radius: 13px;
  color: var(--ink);
  display: flex;
  gap: 10px;
  justify-content: center;
  min-height: 124px;
  padding: 15px 12px;
  text-align: center;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.trust-grid a.trust-card:hover {
  border-color: rgba(13, 91, 131, 0.38);
  box-shadow: 0 12px 30px rgba(7, 26, 46, 0.08);
  transform: translateY(-2px);
}

.trust-card > div {
  min-width: 0;
}

.trust-card small {
  color: #667483;
  display: block;
  font-size: 0.62rem;
  line-height: 1.28;
  margin-bottom: 3px;
}

.trust-card strong {
  color: #071a2e;
  display: block;
  font-size: 0.74rem;
  letter-spacing: -0.02em;
  line-height: 1.16;
}

.trust-owner img {
  border-radius: 2px;
  height: 43px;
  object-fit: cover;
  object-position: 21% center;
  width: 43px;
}

.trust-hwk img {
  height: auto;
  max-width: 52px;
  width: 52px;
}

.trust-brand-logo {
  display: block;
  flex: 0 0 auto;
  object-fit: contain;
}

.trust-aar-logo {
  height: 45px;
  width: 52px;
}

.trust-limburg-logo {
  height: 43px;
  width: 78px;
}

.trust-google-logo {
  height: 31px;
  width: 31px;
}

.trust-award {
  flex-direction: column;
  gap: 5px;
}

.trust-wkdb-logo {
  height: auto;
  width: 106px;
}

.trust-stars {
  color: #e59b00;
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 5px;
}

.references-section {
  background: #f1f6f8;
  overflow: hidden;
  padding: 82px 0 72px;
}

.reference-heading {
  align-items: end;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  margin-bottom: 34px;
}

.reference-heading h2 {
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  margin: 0;
  max-width: 690px;
}

.reference-heading > p {
  color: var(--muted);
  font-size: 0.73rem;
  margin: 0;
  max-width: 300px;
  text-align: right;
}

.logo-marquee {
  cursor: grab;
  margin-inline: auto;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding-block: 8px 14px;
  position: relative;
  scrollbar-width: none;
  touch-action: pan-x pan-y;
  user-select: none;
  -webkit-overflow-scrolling: touch;
}

.logo-marquee::-webkit-scrollbar {
  display: none;
}

.logo-marquee:active {
  cursor: grabbing;
}

.logo-marquee::before,
.logo-marquee::after {
  bottom: 0;
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  width: min(9vw, 120px);
  z-index: 3;
}

.logo-marquee::before {
  background: linear-gradient(90deg, #f1f6f8, transparent);
  left: 0;
}

.logo-marquee::after {
  background: linear-gradient(270deg, #f1f6f8, transparent);
  right: 0;
}

.logo-track {
  display: flex;
  width: max-content;
  will-change: scroll-position;
}

.logo-set {
  display: flex;
  flex: 0 0 auto;
  gap: 16px;
  padding-right: 16px;
  width: max-content;
}

.logo-card {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 12px 32px rgba(7, 26, 46, 0.06);
  display: grid;
  flex: 0 0 270px;
  grid-template-rows: 66px auto auto;
  justify-items: center;
  min-height: 154px;
  padding: 18px 22px;
  text-align: center;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.logo-card:hover {
  border-color: rgba(13, 91, 131, 0.28);
  box-shadow: 0 18px 42px rgba(7, 26, 46, 0.1);
  transform: translateY(-4px);
}

.logo-card img {
  height: 58px;
  max-width: 190px;
  object-fit: contain;
  pointer-events: none;
  width: 100%;
}

.logo-card small {
  color: var(--muted);
  font-size: 0.61rem;
  margin-top: 7px;
}

.logo-card strong {
  color: var(--navy);
  font-size: 0.76rem;
}

.results-section {
  background: var(--soft);
}

.result-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(290px, 0.65fr);
  overflow: hidden;
}

.comparison {
  aspect-ratio: 1.45;
  background: #1b2328;
  overflow: hidden;
  position: relative;
}

.comparison > img,
.comparison-before img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.comparison-before {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: var(--compare);
}

.comparison-before img {
  max-width: none;
  width: calc(100vw * 0.58);
}

.compare-label {
  background: rgba(7, 26, 46, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: #fff;
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  padding: 6px 10px;
  position: absolute;
  text-transform: uppercase;
  top: 18px;
  z-index: 3;
}

.before-label {
  left: 18px;
}

.after-label {
  right: 18px;
}

.compare-line {
  background: #fff;
  height: 100%;
  left: var(--compare);
  position: absolute;
  top: 0;
  transform: translateX(-1px);
  width: 2px;
  z-index: 3;
}

.compare-line i {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.32);
  color: var(--navy);
  display: flex;
  font-style: normal;
  height: 44px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
}

.comparison input {
  cursor: ew-resize;
  height: 100%;
  inset: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 5;
}

.result-copy {
  align-self: center;
  padding: clamp(34px, 5vw, 62px);
}

.result-number {
  color: #9aa7b2;
  display: block;
  font-size: 0.69rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  margin-bottom: 24px;
}

.result-copy > small {
  color: var(--orange);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.result-copy h3 {
  font-size: clamp(1.7rem, 3.2vw, 2.5rem);
  margin: 12px 0 18px;
}

.result-copy p {
  color: var(--muted);
}

.services-section {
  background: #fff;
}

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

.service-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  min-height: 330px;
  overflow: hidden;
  padding: 27px;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.service-card:hover {
  border-color: rgba(13, 91, 131, 0.34);
  box-shadow: 0 22px 55px rgba(7, 26, 46, 0.11);
  transform: translateY(-5px);
}

.service-card::after {
  background: linear-gradient(135deg, rgba(37, 183, 211, 0.1), transparent);
  border-radius: 50%;
  content: "";
  height: 150px;
  position: absolute;
  right: -65px;
  top: -65px;
  width: 150px;
}

.service-icon {
  align-items: center;
  background: #eaf7fa;
  border-radius: 14px;
  color: var(--blue);
  display: flex;
  font-size: 0.92rem;
  font-weight: 900;
  height: 48px;
  justify-content: center;
  margin-bottom: 28px;
  width: 48px;
}

.service-card > span {
  color: #a1adb5;
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  position: absolute;
  right: 24px;
  top: 28px;
}

.service-card h3 {
  font-size: 1.25rem;
  margin-bottom: 13px;
}

.service-card p {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.58;
}

.service-card a {
  color: var(--blue);
  font-size: 0.8rem;
  font-weight: 850;
  margin-top: auto;
}

.technology-section {
  background: var(--navy);
  color: #fff;
  overflow: hidden;
}

.technology-section::before {
  background: radial-gradient(circle, rgba(37, 183, 211, 0.12), transparent 65%);
  content: "";
  height: 900px;
  position: absolute;
  right: -260px;
  top: -300px;
  width: 900px;
}

.technology-grid {
  align-items: center;
  display: grid;
  gap: clamp(45px, 7vw, 88px);
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  position: relative;
}

.technology-media {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 28px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  position: relative;
}

.technology-media img {
  aspect-ratio: 0.9;
  object-fit: cover;
  width: 100%;
}

.technology-media::after {
  background: linear-gradient(transparent, rgba(5, 19, 33, 0.95));
  bottom: 0;
  content: "";
  height: 48%;
  left: 0;
  position: absolute;
  width: 100%;
}

.technology-media > div {
  bottom: 28px;
  display: grid;
  left: 30px;
  line-height: 1.3;
  position: absolute;
  right: 30px;
  z-index: 2;
}

.technology-media strong {
  font-size: 1.25rem;
}

.technology-media span {
  color: #9db3c2;
  font-size: 0.78rem;
}

.technology-copy h2 {
  margin-bottom: 22px;
}

.technology-copy > p {
  color: #b5c7d3;
  font-size: 1.03rem;
}

.steps {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  margin-top: 30px;
}

.steps article {
  align-items: start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  gap: 19px;
  grid-template-columns: auto 1fr;
  padding: 19px 0;
}

.steps article > span {
  align-items: center;
  background: rgba(37, 183, 211, 0.12);
  border: 1px solid rgba(37, 183, 211, 0.26);
  border-radius: 50%;
  color: #7ddcee;
  display: flex;
  font-size: 0.66rem;
  font-weight: 850;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.steps article div {
  display: grid;
}

.steps article strong {
  font-size: 1rem;
}

.steps article p {
  color: #90a8b8;
  font-size: 0.82rem;
  margin: 2px 0 0;
}

.machine-cards {
  display: grid;
  gap: 11px;
  margin-top: 28px;
}

.machine-card {
  align-items: center;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-left: 3px solid #8da6b6;
  border-radius: 15px;
  display: grid;
  gap: 17px;
  grid-template-columns: 142px minmax(0, 1fr);
  min-height: 92px;
  padding: 10px 15px 10px 11px;
}

.machine-ridgid {
  border-left-color: #d52b32;
}

.machine-rothenberger {
  border-left-color: #1482bb;
}

.machine-logo {
  align-items: center;
  background: #fff;
  border-radius: 10px;
  display: flex;
  height: 66px;
  justify-content: center;
  padding: 11px 13px;
}

.machine-logo img {
  max-height: 35px;
  max-width: 116px;
  object-fit: contain;
  width: auto;
}

.machine-card > div {
  display: grid;
  gap: 2px;
}

.machine-card small {
  color: #78d7e9;
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.machine-card strong {
  color: #eef7fa;
  font-size: 0.8rem;
  line-height: 1.35;
}

.technology-copy > .machine-note {
  color: #728d9f;
  font-size: 0.66rem;
  margin: 9px 0 0;
}

.owner-section {
  background: linear-gradient(118deg, #09213a 0%, #0b3151 100%);
  color: #fff;
  padding: clamp(78px, 9vw, 124px) 0;
}

.owner-grid {
  align-items: center;
  display: grid;
  gap: clamp(46px, 7vw, 90px);
  grid-template-columns: minmax(300px, 0.88fr) minmax(0, 1.12fr);
}

.owner-photo {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 30px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  position: relative;
}

.owner-photo > img {
  aspect-ratio: 1.05;
  object-fit: cover;
  width: 100%;
}

.owner-photo::after {
  background: linear-gradient(transparent, rgba(4, 16, 28, 0.96));
  bottom: 0;
  content: "";
  height: 47%;
  left: 0;
  position: absolute;
  width: 100%;
}

.owner-photo > div {
  bottom: 25px;
  display: grid;
  left: 28px;
  line-height: 1.25;
  position: absolute;
  z-index: 2;
}

.owner-photo strong {
  font-size: 1.35rem;
}

.owner-photo span {
  color: #a4bac8;
  font-size: 0.76rem;
}

.owner-copy h2 {
  margin-bottom: 22px;
}

.owner-copy > p {
  color: #b8cad5;
}

.owner-copy .owner-lead {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 720;
}

.owner-copy ul {
  display: grid;
  gap: 10px 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 28px 0;
  padding: 0;
}

.owner-copy li {
  color: #dce8ee;
  font-size: 0.85rem;
  font-weight: 690;
}

.owner-copy li::first-letter {
  color: #65d9ec;
}

.owner-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.owner-actions > a:last-child {
  color: #fff;
  font-weight: 850;
}

.region-section {
  background: #0c3555;
  color: #fff;
  overflow: hidden;
}

.region-grid {
  align-items: center;
  display: grid;
  gap: 80px;
  grid-template-columns: minmax(0, 1.1fr) minmax(330px, 0.9fr);
}

.region-grid > div:first-child > p {
  color: #bfd0da;
  font-size: 1.02rem;
  max-width: 670px;
}

.place-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 28px 0 34px;
}

.place-chips span {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #e8f1f5;
  font-size: 0.74rem;
  font-weight: 720;
  padding: 7px 12px;
}

.regional-map-card {
  background: linear-gradient(145deg, rgba(4, 24, 41, 0.72), rgba(14, 63, 92, 0.64));
  border: 1px solid rgba(142, 220, 235, 0.24);
  border-radius: 28px;
  box-shadow: 0 28px 70px rgba(3, 18, 32, 0.3);
  min-width: 0;
  overflow: hidden;
  padding: 22px 22px 17px;
  position: relative;
}

.regional-map-card::before {
  background: radial-gradient(circle, rgba(40, 185, 213, 0.16), transparent 68%);
  content: "";
  height: 420px;
  pointer-events: none;
  position: absolute;
  right: -190px;
  top: -190px;
  width: 420px;
}

.map-card-heading {
  display: grid;
  gap: 1px;
  position: relative;
  z-index: 1;
}

.map-card-heading span {
  color: #67d5e9;
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.map-card-heading strong {
  color: #fff;
  font-size: 1.08rem;
}

.regional-map-svg {
  margin: 2px auto 0;
  overflow: visible;
  width: 100%;
}

.state-shape {
  stroke: rgba(153, 222, 235, 0.36);
  stroke-linejoin: round;
  stroke-width: 2;
}

.state-name {
  fill: rgba(215, 238, 244, 0.42);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 2.2px;
}

.river-line {
  fill: none;
  opacity: 0.76;
  stroke: #38b9d2;
  stroke-linecap: round;
  stroke-width: 5;
}

.route-line {
  fill: none;
  opacity: 0.48;
  stroke: rgba(255, 255, 255, 0.65);
  stroke-dasharray: 5 8;
  stroke-linecap: round;
  stroke-width: 2;
}

.route-secondary {
  opacity: 0.32;
}

.map-place circle:not(.home-halo) {
  fill: #f2f8fa;
  stroke: #0d4464;
  stroke-width: 3;
}

.map-place text {
  fill: #eef8fb;
  font-size: 18px;
  font-weight: 800;
  paint-order: stroke;
  stroke: rgba(4, 29, 47, 0.95);
  stroke-linejoin: round;
  stroke-width: 4px;
}

.map-home .home-halo {
  fill: rgba(204, 77, 20, 0.22);
  stroke: rgba(255, 143, 88, 0.65);
  stroke-width: 1;
}

.map-home .home-marker {
  fill: var(--orange) !important;
  stroke: #fff !important;
  stroke-width: 3 !important;
}

.map-home text {
  fill: #fff;
  font-size: 21px;
}

.map-home .home-caption {
  fill: #f7b08d;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.map-legend {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  color: #a9bfcb;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.63rem;
  gap: 8px 18px;
  padding-top: 13px;
}

.map-legend span {
  align-items: center;
  display: inline-flex;
  gap: 6px;
}

.map-legend i {
  background: #f2f8fa;
  border: 2px solid #0d4464;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  width: 10px;
}

.map-legend .legend-home {
  background: var(--orange);
  border-color: #fff;
}

.request-section {
  background: var(--soft);
}

.emergency-box {
  align-items: center;
  background: linear-gradient(118deg, #8f2615 0%, #ad3715 48%, #c1460d 100%);
  border-radius: 24px;
  box-shadow: 0 20px 55px rgba(143, 38, 21, 0.2);
  color: #fff;
  display: grid;
  gap: 23px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  margin-bottom: 34px;
  overflow: hidden;
  padding: 28px;
  position: relative;
}

.emergency-box::after {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2), transparent 70%);
  content: "";
  height: 450px;
  position: absolute;
  right: -170px;
  top: -240px;
  width: 450px;
}

.emergency-icon {
  align-items: center;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  display: flex;
  font-size: 1.55rem;
  height: 64px;
  justify-content: center;
  width: 64px;
}

.emergency-box > div:nth-child(2) {
  display: grid;
  line-height: 1.35;
}

.emergency-box > div:nth-child(2) small {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.emergency-box > div:nth-child(2) strong {
  font-size: 1.3rem;
}

.emergency-box p {
  color: #ffdcd3;
  font-size: 0.82rem;
  margin: 4px 0 0;
}

.emergency-box > a {
  background: #fff;
  border-radius: 13px;
  color: #8d2a17;
  display: grid;
  line-height: 1.2;
  padding: 13px 18px;
  position: relative;
  text-align: center;
  z-index: 2;
}

.emergency-box > a small {
  font-size: 0.62rem;
}

.emergency-box > a strong {
  font-size: 1rem;
}

.request-grid {
  align-items: start;
  display: grid;
  gap: clamp(42px, 6vw, 74px);
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
}

.request-copy {
  padding-top: 24px;
}

.request-copy h2 {
  margin-bottom: 22px;
}

.request-copy > p {
  color: var(--muted);
  font-size: 1.02rem;
}

.request-copy ul {
  display: grid;
  gap: 11px;
  list-style: none;
  margin: 28px 0;
  padding: 0;
}

.request-copy li {
  font-size: 0.88rem;
  font-weight: 730;
}

.request-copy li::first-letter {
  color: var(--green);
}

.form-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
  padding: clamp(24px, 4vw, 39px);
}

.form-success {
  background: #eaf9f1;
  border: 1px solid #bfe7d0;
  border-radius: 14px;
  color: #1b6140;
  margin-bottom: 22px;
  padding: 16px 18px;
}

.form-success strong {
  display: block;
}

.form-success p {
  font-size: 0.82rem;
  margin: 3px 0 0;
}

.form-error {
  background: #fff3f1;
  border: 1px solid #efc4ba;
  border-radius: 14px;
  color: #8a301f;
  margin-bottom: 22px;
  padding: 16px 18px;
}

.form-error strong {
  display: block;
}

.form-error p {
  font-size: 0.82rem;
  margin: 3px 0 0;
}

.request-honeypot {
  height: 0;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  width: 0;
}

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

.form-grid label {
  display: grid;
  gap: 7px;
}

.form-grid label > span {
  color: #263746;
  font-size: 0.76rem;
  font-weight: 780;
}

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

.form-grid input,
.form-grid select,
.form-grid textarea {
  background: #fbfcfd;
  border: 1px solid #cbd6dd;
  border-radius: 10px;
  color: var(--ink);
  min-height: 49px;
  padding: 11px 13px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
}

.form-grid textarea {
  min-height: 124px;
  resize: vertical;
}

.form-grid input:focus,
.form-grid select:focus,
.form-grid textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(13, 91, 131, 0.1);
  outline: none;
}

.consent {
  align-items: flex-start;
  color: var(--muted);
  display: flex;
  font-size: 0.75rem;
  gap: 9px;
  margin: 18px 0;
}

.consent input {
  flex: 0 0 auto;
  height: 17px;
  margin-top: 3px;
  width: 17px;
}

.form-submit {
  width: 100%;
}

.form-submit:disabled {
  cursor: wait;
  opacity: 0.7;
}

.form-note {
  color: var(--muted);
  font-size: 0.7rem;
  margin: 10px 0 0;
  text-align: center;
}

.faq-section {
  background: #fff;
}

.faq-grid {
  align-items: start;
  display: grid;
  gap: clamp(48px, 7vw, 90px);
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
}

.faq-copy {
  position: sticky;
  top: 128px;
}

.faq-copy h2 {
  margin-bottom: 22px;
}

.faq-copy p {
  color: var(--muted);
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  align-items: center;
  cursor: pointer;
  display: grid;
  gap: 18px;
  grid-template-columns: auto 1fr auto;
  list-style: none;
  min-height: 86px;
  padding: 20px 0;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary > span {
  color: var(--orange);
  font-size: 0.68rem;
  font-weight: 850;
}

.faq-list summary > i {
  align-items: center;
  background: var(--soft);
  border-radius: 50%;
  display: flex;
  font-style: normal;
  height: 32px;
  justify-content: center;
  transition: transform 0.25s ease;
  width: 32px;
}

.faq-list details[open] summary > i {
  transform: rotate(45deg);
}

.faq-list details > p {
  color: var(--muted);
  margin: -4px 48px 25px 37px;
}

footer {
  background: #061320;
  color: #d9e4eb;
  padding: 74px 0 24px;
}

.footer-grid {
  display: grid;
  gap: 45px;
  grid-template-columns: 1.8fr repeat(3, 1fr);
}

.footer-brand img {
  filter: brightness(0) invert(1);
  max-width: 240px;
  opacity: 0.92;
}

.footer-brand p {
  color: #8fa6b5;
  font-size: 0.82rem;
  margin: 22px 0 0;
  max-width: 350px;
}

footer h3 {
  color: #fff;
  font-size: 0.92rem;
  letter-spacing: 0;
  margin-bottom: 18px;
}

.footer-grid > div:not(.footer-brand) {
  display: flex;
  flex-direction: column;
}

footer a,
footer address {
  color: #8fa6b5;
  font-size: 0.78rem;
  font-style: normal;
  line-height: 1.8;
}

footer a:hover {
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  display: flex;
  font-size: 0.69rem;
  justify-content: space-between;
  margin-top: 52px;
  padding-top: 22px;
}

.footer-bottom span {
  color: #78909f;
}

.footer-bottom strong {
  color: #b7c8d2;
}

.footer-bottom nav {
  align-items: center;
  display: flex;
  gap: 20px;
}

.footer-bottom nav a {
  color: #b7c8d2;
  font-size: inherit;
  font-weight: 760;
}

.footer-legal-note {
  color: #6f8999;
  font-size: 0.66rem;
  line-height: 1.45;
  margin-top: 10px;
}

.consent a {
  color: var(--blue);
  font-weight: 780;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.breadcrumbs {
  align-items: center;
  color: #6e7c88;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.68rem;
  gap: 7px;
  min-height: 42px;
}

.breadcrumbs span {
  align-items: center;
  display: inline-flex;
  gap: 7px;
}

.breadcrumbs i {
  color: #9aa8b3;
  font-size: 1rem;
  font-style: normal;
}

.breadcrumbs a:hover {
  color: var(--blue);
}

.breadcrumbs strong {
  color: var(--ink);
}

.subpage-hero {
  background: var(--navy);
  color: #fff;
  min-height: 590px;
  overflow: hidden;
  position: relative;
}

.subpage-hero-image,
.subpage-hero-overlay {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.subpage-hero-image {
  object-fit: cover;
  object-position: center;
}

.subpage-hero-overlay {
  background:
    linear-gradient(90deg, rgba(4, 20, 35, 0.98) 0%, rgba(5, 24, 41, 0.9) 48%, rgba(5, 24, 41, 0.45) 75%, rgba(5, 24, 41, 0.32) 100%),
    linear-gradient(0deg, rgba(4, 20, 35, 0.8), transparent 55%);
}

.subpage-hero-inner {
  align-items: center;
  display: flex;
  min-height: 590px;
  padding-block: 72px;
  position: relative;
  z-index: 2;
}

.subpage-hero-inner > div {
  max-width: 830px;
}

.subpage-hero h1 {
  font-size: clamp(2.8rem, 5.7vw, 5.2rem);
  margin: 16px 0 22px;
}

.subpage-hero h1 + p {
  color: #c0d0da;
  font-size: clamp(1rem, 1.7vw, 1.25rem);
  max-width: 720px;
}

.location-trust {
  align-items: center;
  background: rgba(37, 183, 211, 0.12);
  border: 1px solid rgba(103, 213, 233, 0.26);
  border-radius: 999px;
  color: #c8eef4;
  display: inline-flex;
  font-size: 0.69rem;
  font-weight: 760;
  gap: 8px;
  margin-top: 8px;
  padding: 7px 12px;
}

.location-trust span {
  color: #67d5e9;
  font-size: 0.9rem;
}

.subpage-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 27px;
}

.button-outline-light {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.42);
  box-shadow: none;
}

.button-outline-light:hover {
  background: #fff;
  color: var(--navy);
}

.subpage-phone {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-top: 22px;
}

.subpage-phone > span:last-child {
  display: grid;
  line-height: 1.2;
}

.subpage-phone small {
  color: #91a9b8;
  font-size: 0.62rem;
}

.subpage-phone strong {
  color: #fff;
  font-size: 0.9rem;
}

.subpage-trust {
  background: #fff;
  border-bottom: 1px solid var(--line);
}

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

.subpage-trust span {
  border-right: 1px solid var(--line);
  color: #42515d;
  font-size: 0.72rem;
  font-weight: 770;
  padding: 18px 20px;
  text-align: center;
}

.subpage-trust span:first-child {
  border-left: 1px solid var(--line);
}

.section-lead {
  color: #243444;
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  font-weight: 700;
}

.local-intro-grid,
.service-detail-grid,
.region-overview-grid,
.about-profile-grid,
.local-area-grid,
.location-process-grid,
.emergency-guide-grid {
  align-items: center;
  display: grid;
  gap: clamp(42px, 7vw, 88px);
  grid-template-columns: minmax(0, 1.18fr) minmax(310px, 0.82fr);
}

.local-intro-grid > div > p,
.service-detail-grid > div > p,
.region-overview-grid > div > p,
.about-profile-grid > div > p,
.local-area-grid > div > p {
  color: var(--muted);
}

.local-fact-card {
  background: linear-gradient(145deg, #0a2740, #0d4263);
  border-radius: 24px;
  box-shadow: var(--shadow);
  color: #fff;
  padding: 34px;
}

.local-fact-card > span {
  color: #75d7e9;
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.local-fact-card > strong {
  display: block;
  font-size: 1.7rem;
  margin-top: 6px;
}

.local-fact-card p {
  color: #b7cad5;
  font-size: 0.84rem;
}

.local-fact-card a {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 850;
}

.location-services-section,
.service-benefits-section,
.service-index-section,
.all-places-section,
.priority-places-section {
  background: var(--soft);
}

.location-service-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 38px;
}

.location-service-grid article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  min-height: 235px;
  padding: 28px;
}

.location-service-grid article > span,
.service-benefit-grid article > span,
.values-grid article > span {
  color: var(--orange);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.location-service-grid h3 {
  margin: 45px 0 10px;
}

.location-service-grid p {
  color: var(--muted);
  font-size: 0.83rem;
}

.local-details-section {
  background: #fff;
  border-top: 1px solid var(--line);
}

.local-details-section .location-service-grid article {
  background: var(--soft);
}

.location-process-section,
.service-process-section,
.values-section {
  background: linear-gradient(130deg, #071a2e, #0c3555);
  color: #fff;
}

.location-process-grid {
  align-items: start;
}

.location-process-grid > div:first-child {
  position: sticky;
  top: 130px;
}

.location-process-grid > div:first-child p {
  color: #a9bfcc;
}

.location-steps {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.location-steps article {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  gap: 20px;
  grid-template-columns: 44px 1fr;
  padding: 24px 0;
}

.location-steps article > span {
  align-items: center;
  background: rgba(37, 183, 211, 0.12);
  border: 1px solid rgba(37, 183, 211, 0.28);
  border-radius: 50%;
  color: #7ddcee;
  display: flex;
  font-size: 0.68rem;
  font-weight: 850;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.location-steps h3 {
  font-size: 1rem;
  letter-spacing: -0.015em;
  margin-bottom: 4px;
}

.location-steps p {
  color: #93aab9;
  font-size: 0.8rem;
  margin: 0;
}

.local-link-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 18px 50px rgba(7, 26, 46, 0.08);
  padding: 28px;
}

.local-link-card > strong {
  display: block;
  margin-bottom: 14px;
}

.local-link-card > div {
  display: grid;
  gap: 8px;
}

.local-link-card a {
  align-items: center;
  background: var(--soft);
  border-radius: 10px;
  color: var(--blue);
  display: flex;
  font-size: 0.78rem;
  font-weight: 760;
  justify-content: space-between;
  padding: 10px 12px;
}

.local-link-card a::after {
  content: "→";
}

.local-faq-section {
  background: #fff;
}

.related-service-section {
  background: #0c3555;
  color: #fff;
  padding: 58px 0;
}

.related-service-card {
  align-items: center;
  display: flex;
  gap: 30px;
  justify-content: space-between;
}

.related-service-card span {
  color: #74d7e9;
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.related-service-card h2 {
  font-size: clamp(1.55rem, 3vw, 2.65rem);
  margin: 5px 0 0;
}

.compact-cta-section {
  background: var(--soft);
}

.compact-cta {
  align-items: center;
  background: linear-gradient(118deg, #8f2615, #c1460d);
  border-radius: 26px;
  box-shadow: 0 22px 60px rgba(143, 38, 21, 0.22);
  color: #fff;
  display: grid;
  gap: 24px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  padding: 30px;
}

.compact-cta h2 {
  font-size: clamp(1.55rem, 3vw, 2.4rem);
  margin: 2px 0 5px;
}

.compact-cta p {
  color: #ffe1d3;
  margin: 0;
}

.compact-cta small {
  color: #ffc9ae;
  font-weight: 780;
}

.compact-cta-actions {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.compact-cta-actions .button {
  background: #fff;
  border-color: #fff;
  box-shadow: none;
  color: #8f2615;
}

.compact-cta-actions > a:last-child {
  color: #fff;
  font-size: 0.74rem;
  font-weight: 780;
}

.service-detail-image {
  background: var(--navy);
  border-radius: 25px;
  box-shadow: var(--shadow);
  margin: 0;
  overflow: hidden;
  position: relative;
}

.service-detail-image img {
  aspect-ratio: 1.04;
  object-fit: cover;
  width: 100%;
}

.service-detail-image figcaption {
  background: linear-gradient(transparent, rgba(4, 20, 35, 0.96));
  bottom: 0;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 760;
  left: 0;
  padding: 60px 22px 20px;
  position: absolute;
  width: 100%;
}

.service-benefit-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 38px;
}

.service-benefit-grid article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  min-height: 170px;
  padding: 25px;
}

.service-benefit-grid h3 {
  font-size: 1.02rem;
  margin-top: 48px;
}

.service-process-grid {
  counter-reset: service-step;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 38px;
}

.service-process-grid article {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 20px;
  min-height: 220px;
  padding: 27px;
}

.service-process-grid article > span {
  color: #6ed6ea;
  font-size: 0.7rem;
  font-weight: 850;
}

.service-process-grid h3 {
  margin: 50px 0 8px;
}

.service-process-grid p {
  color: #9db2bf;
  font-size: 0.82rem;
}

.area-link-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
}

.area-link-grid > a {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 15px;
  display: grid;
  min-height: 115px;
  padding: 18px;
  position: relative;
}

.area-link-grid span {
  color: var(--muted);
  font-size: 0.58rem;
}

.area-link-grid strong {
  color: var(--navy);
  font-size: 1rem;
}

.area-link-grid i {
  bottom: 16px;
  color: var(--orange);
  font-style: normal;
  position: absolute;
  right: 18px;
}

.center-action {
  margin-top: 30px;
  text-align: center;
}

.button-dark {
  background: var(--navy);
  border-color: var(--navy);
  box-shadow: none;
}

.service-index-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 42px;
}

.service-index-grid article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  display: grid;
  grid-template-columns: 190px 1fr;
  min-height: 260px;
  overflow: hidden;
}

.service-index-grid img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.service-index-grid article > div {
  padding: 26px;
}

.service-index-grid small {
  color: var(--orange);
  font-size: 0.61rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-index-grid h2 {
  font-size: 1.45rem;
  margin: 8px 0 11px;
}

.service-index-grid p {
  color: var(--muted);
  font-size: 0.78rem;
}

.service-index-grid a {
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 820;
}

.emergency-guide-grid {
  align-items: start;
}

.emergency-guide-grid > div p {
  color: var(--muted);
}

.emergency-guide-grid ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.emergency-guide-grid li {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 17px;
  grid-template-columns: 42px 1fr;
  padding: 20px 0;
}

.emergency-guide-grid li > span {
  align-items: center;
  background: #e8f6f9;
  border-radius: 50%;
  color: var(--blue);
  display: flex;
  font-size: 0.65rem;
  font-weight: 850;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.emergency-guide-grid li p {
  color: var(--muted);
  font-size: 0.78rem;
  margin: 3px 0 0;
}

.region-overview-section {
  background: #0c3555;
  color: #fff;
}

.region-overview-grid > div:first-child p {
  color: #bfd0da;
}

.place-groups {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 40px;
}

.place-groups > section {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 25px;
}

.place-groups h2 {
  font-size: 1.05rem;
  letter-spacing: -0.01em;
  margin-bottom: 16px;
}

.place-groups section > div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.place-groups a {
  background: var(--soft);
  border-radius: 999px;
  color: #385266;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 6px 10px;
}

.place-groups a:hover {
  background: var(--blue);
  color: #fff;
}

.about-profile-grid {
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
}

.about-profile-grid figure {
  border-radius: 26px;
  box-shadow: var(--shadow);
  margin: 0;
  overflow: hidden;
  position: relative;
}

.about-profile-grid figure > img {
  aspect-ratio: 1.05;
  object-fit: cover;
  width: 100%;
}

.about-profile-grid figcaption {
  background: linear-gradient(transparent, rgba(5, 22, 38, 0.96));
  bottom: 0;
  color: #fff;
  display: grid;
  left: 0;
  padding: 80px 25px 22px;
  position: absolute;
  width: 100%;
}

.about-profile-grid figcaption span {
  color: #a9bfcb;
  font-size: 0.72rem;
}

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

.check-list li {
  color: #3b4e5e;
  font-size: 0.8rem;
  font-weight: 710;
}

.check-list li::before {
  color: var(--cyan);
  content: "✓";
  margin-right: 7px;
}

.dark-actions .text-link {
  color: var(--blue);
}

.values-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 38px;
}

.values-grid article {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 20px;
  min-height: 220px;
  padding: 28px;
}

.values-grid h3 {
  margin: 50px 0 10px;
}

.values-grid p {
  color: #9eb3c0;
  font-size: 0.8rem;
}

.contact-options-section {
  background: var(--soft);
}

.contact-options-grid {
  display: grid;
  gap: 17px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-options-grid > a {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  display: grid;
  min-height: 220px;
  padding: 26px;
}

.contact-options-grid > a > span {
  align-items: center;
  background: #e8f6f9;
  border-radius: 50%;
  color: var(--blue);
  display: flex;
  font-weight: 850;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.contact-options-grid small {
  color: var(--muted);
  font-size: 0.63rem;
  margin-top: 20px;
}

.contact-options-grid strong {
  color: var(--navy);
  font-size: 1.25rem;
}

.contact-options-grid p {
  color: var(--muted);
  font-size: 0.75rem;
  margin: 10px 0 0;
}

.faq-guide-link {
  display: block;
  margin-top: 12px;
}

.guide-first-aid-section {
  background: var(--soft);
}

.guide-first-aid-grid {
  display: grid;
  gap: 17px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.guide-first-aid-grid article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  min-height: 250px;
  padding: 27px;
}

.guide-first-aid-grid article > span {
  align-items: center;
  background: #e8f6f9;
  border-radius: 50%;
  color: var(--blue);
  display: flex;
  font-size: 0.67rem;
  font-weight: 850;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.guide-first-aid-grid h3 {
  font-size: 1.04rem;
  margin: 34px 0 10px;
}

.guide-first-aid-grid p {
  color: var(--muted);
  font-size: 0.78rem;
  margin: 0;
}

.guide-content-grid {
  align-items: start;
  display: grid;
  gap: clamp(36px, 6vw, 78px);
  grid-template-columns: minmax(220px, 0.32fr) minmax(0, 0.68fr);
}

.guide-jump-links {
  background: linear-gradient(145deg, #071a2e, #0c3555);
  border-radius: 22px;
  box-shadow: var(--shadow);
  display: grid;
  overflow: hidden;
  padding: 22px;
  position: sticky;
  top: 130px;
}

.guide-jump-links > span {
  color: #70d9ec;
  font-size: 0.63rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.guide-jump-links a {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #d8e5ec;
  font-size: 0.78rem;
  font-weight: 730;
  padding: 13px 2px;
}

.guide-jump-links a::after {
  color: var(--cyan);
  content: "↓";
  float: right;
}

.guide-articles {
  display: grid;
  gap: 18px;
}

.guide-articles article {
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: clamp(26px, 4vw, 42px);
  scroll-margin-top: 125px;
}

.guide-articles article > span {
  color: var(--orange);
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.guide-articles h2 {
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  margin: 8px 0 15px;
}

.guide-articles p,
.guide-articles li {
  color: var(--muted);
}

.guide-articles ul {
  display: grid;
  gap: 8px;
  margin: 20px 0;
  padding-left: 20px;
}

.guide-articles li {
  font-size: 0.84rem;
}

.guide-articles article > a,
.guide-actions a {
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 820;
}

.guide-note {
  background: #edf7f9;
  border-left: 4px solid var(--cyan);
  border-radius: 0 12px 12px 0;
  color: #365163;
  font-size: 0.8rem;
  line-height: 1.65;
  margin: 22px 0;
  padding: 16px 18px;
}

.guide-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  margin-top: 22px;
}

.guide-faq-section {
  background: linear-gradient(130deg, #071a2e, #0c3555);
  color: #fff;
}

.guide-faq-grid {
  align-items: start;
  display: grid;
  gap: clamp(42px, 7vw, 88px);
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
}

.guide-faq-grid > div:first-child {
  position: sticky;
  top: 130px;
}

.guide-faq-grid > div:first-child p {
  color: #a9bfcc;
}

.guide-faq-grid .faq-list details {
  border-color: rgba(255, 255, 255, 0.15);
}

.guide-faq-grid .faq-list summary {
  color: #fff;
}

.guide-faq-grid .faq-list summary > span,
.guide-faq-grid .faq-list summary > i {
  background: rgba(37, 183, 211, 0.12);
  color: #7ddcee;
}

.guide-faq-grid .faq-list details > p {
  color: #a9bfcc;
}

.legal-page {
  background: var(--soft);
}

.legal-wrap {
  max-width: 880px;
}

.legal-wrap > h1 {
  font-size: clamp(2.8rem, 6vw, 5rem);
  margin: 14px 0 38px;
}

.legal-wrap section {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  margin-bottom: 14px;
  padding: 25px 28px;
}

.legal-wrap h2 {
  font-size: 1.15rem;
  letter-spacing: -0.015em;
  margin-bottom: 12px;
}

.legal-wrap p,
.legal-wrap a {
  color: #526170;
  font-size: 0.84rem;
}

.legal-wrap a {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.mobile-call {
  display: none;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(70, 219, 149, 0.45); }
  70% { box-shadow: 0 0 0 12px rgba(70, 219, 149, 0); }
  100% { box-shadow: 0 0 0 0 rgba(70, 219, 149, 0); }
}

@keyframes radar {
  0% { opacity: 0.9; transform: scale(0.72); }
  80%, 100% { opacity: 0; transform: scale(1); }
}

@keyframes scan {
  0%, 100% { transform: translateY(-80px); }
  50% { transform: translateY(80px); }
}

@keyframes scroll-dot {
  0% { opacity: 0; transform: translateY(0); }
  30% { opacity: 1; }
  100% { opacity: 0; transform: translateY(11px); }
}

@keyframes ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-25%); }
}

@media (max-width: 1080px) {
  .desktop-nav {
    display: none;
  }

  .header-actions {
    margin-left: auto;
  }

  .menu-button {
    display: grid;
  }

  .mobile-nav {
    display: grid;
  }

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

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

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

}

@media (max-width: 880px) {
  .utility-inner > span,
  .utility-inner > strong,
  .phone-compact {
    display: none;
  }

  .utility-inner {
    justify-content: center;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    padding-bottom: 100px;
    padding-top: 80px;
  }

  .hero-visual {
    display: none;
  }

  .hero-background {
    object-position: 65% center;
  }

  .gateway-grid,
  .technology-grid,
  .owner-grid,
  .region-grid,
  .request-grid,
  .faq-grid,
  .result-card {
    grid-template-columns: 1fr;
  }

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

  .reference-heading {
    align-items: start;
    flex-direction: column;
  }

  .reference-heading > p {
    text-align: left;
  }

  .comparison {
    aspect-ratio: 1.4;
  }

  .comparison-before img {
    width: calc(100vw - 52px);
  }

  .technology-media img,
  .owner-photo > img {
    aspect-ratio: 1.3;
  }

  .regional-map-card {
    margin-inline: auto;
    max-width: 480px;
    width: 100%;
  }

  .faq-copy {
    position: static;
  }

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

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 64px;
  }

  .wrap {
    padding-inline: 18px;
  }

  .section {
    padding-block: 72px;
  }

  .header-inner {
    gap: 12px;
    min-height: 70px;
  }

  .brand {
    width: min(178px, 55vw);
  }

  .header-actions {
    display: none;
  }

  .menu-button {
    margin-left: auto;
  }

  .hero {
    min-height: 760px;
  }

  .hero-inner {
    min-height: 760px;
    padding-bottom: 92px;
    padding-top: 62px;
  }

  .hero h1 {
    font-size: clamp(2.6rem, 12vw, 3.55rem);
  }

  .hero-kicker {
    font-size: 0.66rem;
    margin-bottom: 18px;
  }

  .hero-kicker em {
    width: 100%;
  }

  .hero-text {
    font-size: 0.9rem;
  }

  .hero-benefits {
    grid-template-columns: 1fr;
    margin-block: 17px 23px;
  }

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

  .button-hero {
    width: 100%;
  }

  .hero-proof {
    margin-top: 26px;
  }

  .hero-proof > i,
  .hero-proof > span:last-child {
    display: none;
  }

  .scroll-hint {
    bottom: 18px;
  }

  .gateway-grid {
    gap: 18px;
  }

  .gateway-card {
    min-height: 0;
  }

  .gateway-card > img {
    height: 220px;
  }

  .gateway-card::after {
    top: 110px;
  }

  .gateway-content {
    padding: 25px 22px;
  }

  .gateway-content > div {
    align-items: stretch;
    flex-direction: column;
  }

  .trust-section {
    padding-block: 36px 40px;
  }

  .trust-heading {
    align-items: center;
    flex-direction: column;
    margin-bottom: 18px;
  }

  .trust-heading > strong {
    max-width: 300px;
  }

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

  .trust-card {
    flex-direction: column;
    gap: 8px;
    min-height: 146px;
    padding: 14px 9px;
  }

  .trust-card strong {
    font-size: 0.7rem;
  }

  .trust-card small {
    font-size: 0.59rem;
  }

  .logo-card {
    flex-basis: 225px;
    min-height: 142px;
    padding: 15px 18px;
  }

  .logo-card img {
    height: 50px;
    max-width: 165px;
  }

  .logo-marquee::before,
  .logo-marquee::after {
    width: 35px;
  }

  .result-card {
    border-radius: 20px;
  }

  .comparison {
    aspect-ratio: 1.18;
  }

  .comparison-before img {
    width: calc(100vw - 36px);
  }

  .result-copy {
    padding: 28px 23px 34px;
  }

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

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

  .technology-grid,
  .owner-grid {
    gap: 38px;
  }

  .technology-media img,
  .owner-photo > img {
    aspect-ratio: 1;
  }

  .owner-copy ul {
    grid-template-columns: 1fr;
  }

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

  .region-grid {
    gap: 36px;
  }

  .machine-card {
    gap: 12px;
    grid-template-columns: 108px minmax(0, 1fr);
    padding-right: 12px;
  }

  .machine-logo {
    height: 62px;
    padding: 10px;
  }

  .machine-logo img {
    max-width: 91px;
  }

  .machine-card small {
    font-size: 0.54rem;
  }

  .machine-card strong {
    font-size: 0.73rem;
  }

  .regional-map-card {
    border-radius: 22px;
    max-width: 390px;
    padding: 17px 12px 13px;
  }

  .map-card-heading {
    padding-inline: 5px;
  }

  .map-card-heading strong {
    font-size: 0.98rem;
  }

  .map-legend {
    margin-inline: 5px;
  }

  .emergency-box {
    grid-template-columns: auto 1fr;
    padding: 22px;
  }

  .emergency-icon {
    height: 50px;
    width: 50px;
  }

  .emergency-box > a {
    grid-column: 1 / -1;
  }

  .request-copy {
    padding-top: 0;
  }

  .form-card {
    padding: 21px 17px;
  }

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

  .form-grid .wide {
    grid-column: auto;
  }

  .form-grid input,
  .form-grid select,
  .form-grid textarea {
    font-size: 16px;
  }

  .faq-list summary {
    gap: 10px;
    font-size: 0.9rem;
  }

  .faq-list details > p {
    margin-left: 28px;
    margin-right: 0;
  }

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

  .footer-brand {
    grid-column: auto;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .mobile-call {
    align-items: center;
    background: var(--orange);
    bottom: 0;
    box-shadow: 0 -10px 28px rgba(7, 26, 46, 0.22);
    color: #fff;
    display: flex;
    height: 64px;
    justify-content: space-between;
    left: 0;
    padding: 10px 18px;
    position: fixed;
    right: 0;
    z-index: 300;
  }

  .mobile-call span {
    font-size: 0.72rem;
  }

  .mobile-call strong {
    font-size: 0.95rem;
  }
}

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

  .logo-track { transform: none; }
}

@media (max-width: 880px) {
  .subpage-hero,
  .subpage-hero-inner {
    min-height: 570px;
  }

  .subpage-hero-overlay {
    background: linear-gradient(90deg, rgba(4, 20, 35, 0.98), rgba(5, 24, 41, 0.8));
  }

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

  .guide-content-grid,
  .guide-faq-grid {
    grid-template-columns: 1fr;
  }

  .guide-jump-links,
  .guide-faq-grid > div:first-child {
    position: static;
  }

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

  .guide-jump-links > span {
    grid-column: 1 / -1;
  }

  .subpage-trust span:first-child,
  .subpage-trust span:nth-child(3) {
    border-left: 1px solid var(--line);
  }

  .subpage-trust span:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .local-intro-grid,
  .service-detail-grid,
  .region-overview-grid,
  .about-profile-grid,
  .local-area-grid,
  .location-process-grid,
  .emergency-guide-grid {
    grid-template-columns: 1fr;
  }

  .local-fact-card,
  .service-detail-image,
  .about-profile-grid figure {
    max-width: 590px;
  }

  .location-process-grid > div:first-child {
    position: static;
  }

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

  .service-process-grid,
  .contact-options-grid,
  .values-grid {
    grid-template-columns: 1fr;
  }

  .service-process-grid article,
  .values-grid article {
    min-height: 0;
  }

  .service-index-grid {
    grid-template-columns: 1fr;
  }

  .place-groups {
    grid-template-columns: 1fr;
  }

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

  .compact-cta-actions {
    align-items: stretch;
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .breadcrumbs {
    font-size: 0.61rem;
    min-height: 38px;
  }

  .subpage-hero,
  .subpage-hero-inner {
    min-height: 620px;
  }

  .subpage-hero-inner {
    padding-block: 58px 82px;
  }

  .subpage-hero h1 {
    font-size: clamp(2.35rem, 11vw, 3.35rem);
  }

  .subpage-hero h1 + p {
    font-size: 0.93rem;
  }

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

  .subpage-actions .button {
    width: 100%;
  }

  .location-trust {
    align-items: flex-start;
    border-radius: 13px;
    line-height: 1.35;
  }

  .subpage-trust .wrap {
    grid-template-columns: 1fr;
  }

  .guide-first-aid-grid,
  .guide-jump-links {
    grid-template-columns: 1fr;
  }

  .guide-first-aid-grid article {
    min-height: 0;
  }

  .guide-jump-links > span {
    grid-column: auto;
  }

  .guide-articles article {
    padding: 25px 21px;
  }

  .subpage-trust span,
  .subpage-trust span:first-child,
  .subpage-trust span:nth-child(3) {
    border-bottom: 1px solid var(--line);
    border-left: 1px solid var(--line);
    text-align: left;
  }

  .location-service-grid,
  .service-benefit-grid,
  .area-link-grid,
  .check-list {
    grid-template-columns: 1fr;
  }

  .location-service-grid article {
    min-height: 0;
  }

  .location-service-grid h3 {
    margin-top: 30px;
  }

  .related-service-card {
    align-items: stretch;
    flex-direction: column;
  }

  .related-service-card .button {
    width: 100%;
  }

  .compact-cta {
    grid-template-columns: 1fr;
    padding: 23px;
  }

  .compact-cta .emergency-icon {
    height: 50px;
    width: 50px;
  }

  .compact-cta-actions {
    grid-column: auto;
  }

  .service-index-grid article {
    grid-template-columns: 1fr;
  }

  .service-index-grid img {
    height: 190px;
  }

  .service-benefit-grid article {
    min-height: 145px;
  }

  .service-process-grid article {
    min-height: 185px;
  }

  .place-groups > section,
  .legal-wrap section,
  .local-fact-card,
  .local-link-card {
    padding: 21px;
  }

  .contact-options-grid > a {
    min-height: 195px;
  }

  .footer-bottom {
    align-items: flex-start;
    gap: 12px;
  }

  .footer-bottom nav {
    gap: 14px;
  }
}
