:root {
  --ink: #101820;
  --ink-2: #1f2933;
  --muted: #60717c;
  --line: #d7e0e6;
  --paper: #ffffff;
  --soft: #f4f7f9;
  --red: #e1261c;
  --red-dark: #a91510;
  --teal: #087f8c;
  --amber: #b97913;
  --shadow: 0 20px 60px rgba(16, 24, 32, 0.12);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html:not(.site-ready) body {
  opacity: 1;
}

html.site-ready body {
  opacity: 1;
  transition: none;
}

@media (prefers-reduced-motion: reduce) {
  html.site-ready body {
    transition: none;
  }
}

body {
  margin: 0;
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

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

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

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

.container {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -60px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--paper);
  color: var(--ink);
  border: 2px solid var(--red);
  border-radius: var(--radius);
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(215, 224, 230, 0.9);
  backdrop-filter: blur(16px);
}

.topbar {
  background: var(--ink);
  color: #f6fbfd;
  font-size: 0.88rem;
}

.topbar__inner {
  min-height: 36px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
}

.topbar a[href^="tel:"],
.topbar a[href^="mailto:"] {
  color: var(--red);
  font-weight: 400;
}

.topbar a:hover {
  color: #ffd2ce;
}

.nav-shell {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 220px;
}

.brand img {
  width: 220px;
  height: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 0.94rem;
  color: var(--ink-2);
}

.main-nav a {
  padding: 12px 0;
  border-bottom: 2px solid transparent;
}

.nav-contact-link {
  display: none;
}

.main-nav a:hover {
  color: var(--red);
  border-color: var(--red);
}

.main-nav a.is-active,
.main-nav a.is-section-active,
.main-nav a[aria-current="page"],
.nav-product-menu__button.is-active,
.nav-product-menu__button.is-section-active,
.nav-product-menu__button[aria-current="page"] {
  color: var(--red);
  border-color: var(--red);
}

.main-nav .nav-cta.is-active,
.main-nav .nav-cta[aria-current="page"] {
  color: #fff;
}

.nav-product-menu {
  position: relative;
}

.nav-product-menu__button {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  border: 0;
  border-bottom: 2px solid transparent;
  padding: 12px 0;
  background: transparent;
  color: var(--ink-2);
  font: inherit;
  cursor: pointer;
}

.nav-product-menu__button::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-3px) rotate(45deg);
}

.nav-product-menu.is-open .nav-product-menu__button {
  color: var(--red);
  border-color: var(--red);
}

.nav-product-menu__panel {
  position: absolute;
  left: 0;
  top: calc(100% + 14px);
  z-index: 30;
  width: 310px;
  display: none;
  grid-template-columns: 1fr;
  gap: 8px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #fff 0%, #f7f9fb 100%);
  box-shadow: 0 24px 54px rgba(16, 24, 32, 0.18);
}

.nav-product-menu.is-open .nav-product-menu__panel {
  display: grid;
}

.main-nav .nav-product-menu a.nav-product-menu__overview {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 13px !important;
  border: 1px solid rgba(213, 43, 30, 0.38);
  border-radius: 8px;
  background: linear-gradient(135deg, #d52b1e 0%, #b71f15 100%);
  color: #fff !important;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(213, 43, 30, 0.24);
}

.main-nav .nav-product-menu a.nav-product-menu__overview > span {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.main-nav .nav-product-menu a.nav-product-menu__overview::after {
  content: "›";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 1.18rem;
  line-height: 1;
}

.main-nav .nav-product-menu a.nav-product-menu__overview strong {
  display: block;
  font-size: 0.92rem;
  line-height: 1.08;
  white-space: nowrap;
}

.main-nav .nav-product-menu a.nav-product-menu__overview small {
  display: block;
  color: rgba(255, 255, 255, 0.96) !important;
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1.15;
}

.main-nav .nav-product-menu a.nav-product-menu__overview:hover,
.main-nav .nav-product-menu a.nav-product-menu__overview:focus-visible {
  border-color: rgba(213, 43, 30, 0.7);
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 18px 32px rgba(213, 43, 30, 0.28);
}

.nav-product-menu__panel::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  height: 14px;
}

.nav-product-menu__item {
  position: relative;
  display: block;
  border: 1px solid rgba(16, 24, 32, 0.09);
  border-radius: var(--radius);
  background: #fff;
  isolation: isolate;
}

.nav-product-menu__item::before,
.nav-product-menu__item::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  clip-path: inset(0 round var(--radius));
  pointer-events: none;
}

.nav-product-menu__item--diesel {
  border-color: rgba(170, 182, 192, 0.52);
  background: #edf1f4;
}

.nav-product-menu__item--diesel::before {
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.92) 0 14%, transparent 15% 36%, rgba(255, 255, 255, 0.48) 37% 46%, transparent 47% 100%),
    linear-gradient(180deg, #ffffff 0%, #eef3f7 38%, #d7e0e7 66%, #fbfcfd 100%);
}

.nav-product-menu__item--diesel::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.62), transparent 24%, rgba(96, 116, 132, 0.08) 50%, transparent 74%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0) 45%);
}

.nav-product-menu__item--gas {
  border-color: rgba(170, 182, 192, 0.52);
  background: #edf1f4;
}

.nav-product-menu__item--gas::before {
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.92) 0 14%, transparent 15% 36%, rgba(255, 255, 255, 0.48) 37% 46%, transparent 47% 100%),
    linear-gradient(180deg, #ffffff 0%, #eef3f7 38%, #d7e0e7 66%, #fbfcfd 100%);
}

.nav-product-menu__item--gas::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.62), transparent 24%, rgba(96, 116, 132, 0.08) 50%, transparent 74%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0) 45%);
}

.nav-product-menu__item--portable {
  border-color: rgba(170, 182, 192, 0.52);
  background: #edf1f4;
}

.nav-product-menu__item--portable::before {
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.92) 0 14%, transparent 15% 36%, rgba(255, 255, 255, 0.48) 37% 46%, transparent 47% 100%),
    linear-gradient(180deg, #ffffff 0%, #eef3f7 38%, #d7e0e7 66%, #fbfcfd 100%);
}

.nav-product-menu__item--portable::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.62), transparent 24%, rgba(96, 116, 132, 0.08) 50%, transparent 74%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0) 45%);
}

.nav-product-menu__category {
  position: relative;
  z-index: 1;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
  min-height: 58px;
  padding: 10px 12px !important;
  color: #111922 !important;
  font-size: 0.98rem;
  font-weight: 900;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.72);
}

.nav-product-menu__category::after {
  content: "";
  width: 9px;
  height: 9px;
  margin-left: auto;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  opacity: 0.55;
  transform: rotate(-45deg);
}

.nav-product-menu__icon {
  width: 46px;
  min-width: 46px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1px;
  padding: 4px 5px;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #d9e1e8);
  color: #17212b;
  border: 1px solid rgba(121, 137, 151, 0.38);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.nav-product-menu__icon svg {
  width: 23px;
  height: 23px;
  display: block;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nav-product-menu__icon small {
  display: block;
  color: #17212b;
  font-size: 0.48rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  text-shadow: none;
}

.nav-product-menu__icon-cutout {
  fill: #eef3f7;
  stroke: none;
}

.nav-product-menu__icon-line {
  fill: none;
}

.nav-product-menu__icon--gas svg {
  width: 25px;
  height: 25px;
}

.nav-product-menu__flyout {
  position: absolute;
  left: calc(100% + 12px);
  top: -10px;
  z-index: 32;
  width: 360px;
  display: none;
  gap: 10px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 24px 54px rgba(16, 24, 32, 0.18);
}

.nav-product-menu__flyout::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -14px;
  width: 14px;
}

.nav-product-menu__item:hover .nav-product-menu__flyout,
.nav-product-menu__item:focus-within .nav-product-menu__flyout,
.nav-product-menu__item.is-expanded .nav-product-menu__flyout {
  display: grid;
}

.nav-product-menu__flyout > strong {
  color: var(--ink);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.main-nav .nav-product-menu a.nav-product-menu__all-models {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  border: 1px solid rgba(225, 38, 28, 0.16);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(225, 38, 28, 0.10), rgba(255, 255, 255, 0.96));
  color: var(--red) !important;
  font-weight: 900;
}

.main-nav .nav-product-menu a.nav-product-menu__all-models::after {
  content: "›";
  font-size: 1.05rem;
  line-height: 1;
}

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

.nav-product-menu__group {
  display: grid;
  gap: 5px;
  padding: 8px 10px 10px;
  border: 1px solid rgba(18, 132, 92, 0.16);
  border-radius: calc(var(--radius) - 2px);
  background: rgba(18, 132, 92, 0.045);
}

.nav-product-menu__group strong {
  color: #12845c;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.main-nav .nav-product-menu a.nav-product-menu__fuel-link {
  margin-bottom: 3px;
  padding: 9px 10px;
  border: 1px solid rgba(18, 132, 92, 0.22);
  background: rgba(18, 132, 92, 0.08);
}

.main-nav .nav-product-menu a.nav-product-menu__fuel-link strong {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.main-nav .nav-product-menu a.nav-product-menu__fuel-link--natural-gas {
  border-color: rgba(0, 124, 137, 0.24);
  background: rgba(0, 124, 137, 0.09);
}

.main-nav .nav-product-menu a.nav-product-menu__fuel-link--natural-gas strong {
  color: #007c89;
}

.main-nav .nav-product-menu a.nav-product-menu__fuel-link--lpg {
  border-color: rgba(211, 111, 24, 0.24);
  background: rgba(211, 111, 24, 0.09);
}

.main-nav .nav-product-menu a.nav-product-menu__fuel-link--lpg strong {
  color: #d36f18;
}

.main-nav .nav-product-menu a.nav-product-menu__fuel-link:hover strong,
.main-nav .nav-product-menu a.nav-product-menu__fuel-link:focus-visible strong {
  color: #101820;
}

.main-nav .nav-product-menu a:not(.nav-product-menu__button) {
  display: grid;
  gap: 2px;
  padding: 7px 8px;
  border-radius: 6px;
  border-bottom: 0;
  color: var(--ink-2);
  font-weight: 750;
}

.nav-product-menu__brand-name {
  display: inline-block;
  color: var(--red);
  font-size: 0.86rem;
  font-weight: 900;
}

.main-nav .nav-product-menu a:not(.nav-product-menu__button):hover .nav-product-menu__brand-name,
.main-nav .nav-product-menu a:not(.nav-product-menu__button):focus-visible .nav-product-menu__brand-name {
  color: var(--red-dark);
}

.main-nav .nav-product-menu__item--portable .nav-product-menu__flyout a:not(.nav-product-menu__all-models) {
  color: var(--red);
  font-size: 0.86rem;
  font-weight: 900;
}

.main-nav .nav-product-menu__item--portable .nav-product-menu__flyout a:not(.nav-product-menu__all-models):hover,
.main-nav .nav-product-menu__item--portable .nav-product-menu__flyout a:not(.nav-product-menu__all-models):focus-visible {
  color: var(--red-dark);
}

.main-nav .nav-product-menu a:not(.nav-product-menu__button) small {
  display: block;
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.15;
}

.main-nav .nav-product-menu a:not(.nav-product-menu__button):hover,
.main-nav .nav-product-menu a:not(.nav-product-menu__button):focus-visible {
  color: var(--red);
  background: rgba(225, 38, 28, 0.07);
}

.main-nav .nav-product-menu a:not(.nav-product-menu__button):hover small,
.main-nav .nav-product-menu a:not(.nav-product-menu__button):focus-visible small {
  color: var(--red-dark);
}

.main-nav .nav-product-menu a.nav-product-menu__overview:hover,
.main-nav .nav-product-menu a.nav-product-menu__overview:focus-visible {
  border-color: rgba(213, 43, 30, 0.7);
  background: linear-gradient(135deg, #ed2f21 0%, #c72217 100%);
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 18px 32px rgba(213, 43, 30, 0.28);
}

.main-nav .nav-product-menu a.nav-product-menu__overview:hover small,
.main-nav .nav-product-menu a.nav-product-menu__overview:focus-visible small {
  color: #fff !important;
}

.nav-cta {
  padding: 10px 16px !important;
  color: #fff;
  background: var(--red);
  border-radius: var(--radius);
  border-bottom: 0 !important;
}

.nav-cta:hover {
  background: var(--red-dark);
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(16, 24, 32, 0.06);
}

.language-switcher a {
  min-width: 54px;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--ink-2);
  font-size: 0.82rem;
  font-weight: 800;
}

.language-switcher a:hover,
.language-switcher a.is-active {
  background: var(--ink);
  color: #fff;
}

.language-switcher .flag {
  font-size: 1rem;
  line-height: 1;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.nav-toggle span {
  width: 18px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
}

.hero {
  position: relative;
  min-height: clamp(420px, 55svh, 575px);
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
  background: #071017;
  isolation: isolate;
  contain: paint;
}

.hero-eyebrow-accent {
  color: var(--red);
}

.hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #071017;
  transform: translateZ(0);
}

.hero__media video,
.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero__media video {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  opacity: 1;
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(16, 24, 32, 0.74) 0%, rgba(16, 24, 32, 0.46) 48%, rgba(16, 24, 32, 0.08) 100%),
    linear-gradient(0deg, rgba(16, 24, 32, 0.36), rgba(16, 24, 32, 0.04));
}

.hero__content {
  position: relative;
  z-index: 2;
  padding: clamp(30px, 4.8vw, 56px) 0 30px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #ffb3ad;
}

.hero__eyebrow-tail {
  white-space: nowrap;
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(2.15rem, 4.45vw, 4.65rem);
}

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

h1 {
  max-width: 920px;
  margin-bottom: 18px;
  font-size: clamp(2.25rem, 5vw, 5.15rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  font-size: clamp(2rem, 3.4vw, 3.5rem);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  font-size: clamp(1.15rem, 1.5vw, 1.5rem);
  line-height: 1.2;
}

.hero__copy {
  max-width: 710px;
  margin-bottom: 22px;
  color: #e8eef2;
  font-size: clamp(1rem, 1.35vw, 1.22rem);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

.hero__actions .button {
  min-width: 178px;
}

.hero-action-label {
  display: inline-flex;
  margin: 2px 0 10px;
  color: #ffb3ad;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-action-label + .hero__actions {
  width: fit-content;
  max-width: 100%;
  margin-top: 0;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 900;
  line-height: 1.1;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button--primary {
  color: #fff;
  background: #ef2721;
  box-shadow: 0 14px 30px rgba(231, 36, 30, 0.2);
}

.button--primary:hover {
  background: #d81f1a;
  box-shadow: 0 16px 34px rgba(231, 36, 30, 0.26);
}

.button--light {
  color: rgba(255, 255, 255, 0.88);
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(0, 0, 0, 0.18);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.button--light:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.1);
}

.hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 860px;
  margin: 0;
}

.hero__facts div {
  padding: 14px 14px 15px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  background: rgba(16, 24, 32, 0.38);
  text-align: center;
}

.hero__fact-icon {
  display: inline-flex;
  width: 104px;
  height: 112px;
  margin-bottom: 12px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 12px 24px rgba(0, 0, 0, 0.2);
}

.hero__icon-art {
  display: flex;
  width: 94px;
  height: 78px;
  align-items: center;
  justify-content: center;
}

.hero__fact-icon svg {
  width: 78px;
  height: 78px;
}

.hero__fact-icon img {
  display: block;
  max-width: none;
}

.hero__fact-icon--portable img {
  width: 118px;
  height: 118px;
  object-fit: contain;
  transform: translateY(5px);
}

.hero__icon-label {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
}

.hero__fact-icon .solid {
  fill: currentColor;
  stroke: none;
}

.hero__fact-icon .cutout {
  fill: rgba(16, 24, 32, 0.94);
  stroke: none;
}

.hero__fact-icon .line {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4;
}

.hero__fact-icon .heavy {
  stroke-width: 5;
}

.hero__fact-icon .portable-line,
.hero__fact-icon .portable-outline {
  stroke-width: 5.2;
}

.hero__fact-icon .portable-frame {
  stroke-width: 4.2;
}

.hero__fact-icon .portable-detail {
  stroke-width: 3.8;
}

.hero__fact-icon .portable-wheel {
  stroke-width: 4.8;
}

.hero__fact-icon .portable-dot {
  stroke-width: 0;
}

.hero__fact-icon .portable-body {
  fill: currentColor;
}

.hero__fact-icon .portable-panel {
  fill: rgba(16, 24, 32, 0.94);
}

.hero__fact-icon .portable-control,
.hero__fact-icon .portable-wheel-dot {
  fill: rgba(16, 24, 32, 0.94);
}

.hero__fact-icon .portable-vent {
  fill: none;
  stroke: rgba(16, 24, 32, 0.94);
  stroke-linecap: round;
  stroke-width: 3.2;
}

.hero__fact-icon .portable-wheel-fill {
  fill: currentColor;
}

.hero__fact-icon .portable-wheel-cut {
  fill: rgba(16, 24, 32, 0.94);
}

.hero__fact-icon .portable-spoke {
  fill: currentColor;
}

.hero__fact-icon .label-box {
  fill: rgba(16, 24, 32, 0.84);
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 1.2;
}

.hero__fact-icon text {
  fill: currentColor;
  font-family: var(--font);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
}

.hero__fact-icon .panel-text {
  fill: rgba(16, 24, 32, 0.94);
  font-size: 10px;
  font-weight: 900;
}

.hero__fact-icon .icon-label {
  font-size: 15px;
  font-weight: 900;
}

.hero__facts dt {
  margin-bottom: 4px;
  font-size: clamp(1.25rem, 2.5vw, 2rem);
  font-weight: 900;
}

.hero__facts dd {
  margin: 0;
  color: #d7e0e6;
  font-size: 0.92rem;
}

.proof-band {
  border-bottom: 1px solid var(--line);
  background: #fbfcfd;
}

.proof-band__inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.proof-band span {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
  text-transform: uppercase;
}

.proof-band ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 900;
  color: var(--ink-2);
}

.proof-band--logos {
  overflow: hidden;
  background: #fff;
  margin-top: 12px;
}

.proof-band--logos .proof-band__inner {
  position: relative;
  min-height: 160px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: center;
}

.proof-band--logos .proof-band__inner > span {
  text-align: center;
}

.logo-slider__control {
  position: absolute;
  top: 58px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  border: 1px solid rgba(225, 38, 28, 0.18);
  border-radius: 999px;
  padding: 0;
  color: #e1261c;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 28px rgba(16, 24, 32, 0.14);
  font-size: 0;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.logo-slider__control::before {
  content: "";
  width: 18px;
  height: 18px;
  background: currentColor;
  -webkit-mask: center / contain no-repeat;
  mask: center / contain no-repeat;
}

.logo-slider__control--prev::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M15 18 9 12l6-6' fill='none' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M15 18 9 12l6-6' fill='none' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.logo-slider__control--next::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m9 18 6-6-6-6' fill='none' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m9 18 6-6-6-6' fill='none' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.logo-slider__control:hover,
.logo-slider__control:focus-visible {
  border-color: rgba(225, 38, 28, 0.34);
  box-shadow: 0 14px 32px rgba(16, 24, 32, 0.18);
  transform: translateY(-50%) scale(1.08);
}

.logo-slider__control:focus-visible {
  outline: 2px solid rgba(225, 38, 28, 0.35);
  outline-offset: 3px;
}

.logo-slider__control--prev {
  left: 10px;
}

.logo-slider__control--next {
  right: 10px;
}

.logo-slider {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  width: calc(100% - 116px);
  margin: 0 58px;
  mask-image: none;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  padding: 0 0 18px;
  cursor: grab;
  user-select: none;
}

.logo-slider.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

.logo-slider.is-hover-scrolling {
  scroll-snap-type: none;
}

.logo-slider__track {
  width: max-content;
  min-width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  animation: none;
}

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

.logo-slider:hover .logo-slider__track {
  animation-play-state: running;
}

.logo-slider-scrollbar {
  position: absolute;
  left: 52px;
  right: 52px;
  bottom: 0;
  height: 7px;
  border-radius: 999px;
  background: rgba(16, 24, 32, 0.08);
  overflow: hidden;
  cursor: grab;
  touch-action: none;
}

.logo-slider-scrollbar__thumb {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--logo-scrollbar-thumb-width, 50%);
  border-radius: inherit;
  background: rgba(225, 38, 28, 0.38);
  box-shadow: 0 0 0 1px rgba(225, 38, 28, 0.04);
  transform: translateX(var(--logo-scrollbar-thumb-x, 0px));
}

.logo-slider-scrollbar.is-dragging {
  cursor: grabbing;
}

.logo-slide {
  width: var(--logo-width, 184px);
  height: 101px;
  display: grid;
  place-items: center;
  flex: 0 0 var(--logo-width, 184px);
  scroll-snap-align: start;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 10px 26px rgba(16, 24, 32, 0.055);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

a.logo-slide {
  text-decoration: none;
}

.logo-slide:hover {
  transform: translateY(-2px);
  border-color: rgba(225, 38, 28, 0.45);
  box-shadow: 0 16px 34px rgba(16, 24, 32, 0.12);
}

.logo-slide img {
  width: 100%;
  max-height: 70px;
  object-fit: contain;
}

.logo-slide--perkins { --logo-width: 208px; }
.logo-slide--cummins { --logo-width: 197px; }
.logo-slide--volvo { --logo-width: 189px; }
.logo-slide--deutz { --logo-width: 218px; }
.logo-slide--scania { --logo-width: 174px; }
.logo-slide--fpt { --logo-width: 166px; }
.logo-slide--baudouin { --logo-width: 158px; }
.logo-slide--mitsubishi { --logo-width: 150px; }
.logo-slide--hyundai { --logo-width: 156px; }
.logo-slide--rehlko { --logo-width: 138px; }
.logo-slide--yanmar { --logo-width: 131px; }
.logo-slide--psi { --logo-width: 125px; }

.logo-slide--perkins img,
.logo-slide--cummins img,
.logo-slide--deutz img,
.logo-slide--scania img,
.logo-slide--mitsubishi img,
.logo-slide--yanmar img,
.logo-slide--psi img {
  max-height: 78px;
}

.logo-slide--deutz img {
  width: 126%;
  max-width: none;
  max-height: 100px;
  justify-self: center;
  align-self: center;
  transform: translateY(-11px);
}

.home-trust {
  padding: clamp(26px, 3.8vw, 44px) 0 clamp(58px, 7vw, 84px);
  background:
    linear-gradient(180deg, #fff 0%, #fbfcfd 58%, #f8fafc 100%);
}

.home-trust.proof-band--logos {
  margin-top: 0;
  overflow: hidden;
}

.home-trust__usp-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  width: min(100%, 1120px);
  margin: 0 auto clamp(-36px, -3vw, -24px);
  padding: 12px 14px;
  border: 1px solid rgba(128, 142, 156, 0.22);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 12px 28px rgba(16, 24, 32, 0.045);
}

.home-trust__benefits article {
  border: 1px solid rgba(128, 142, 156, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 42px rgba(16, 24, 32, 0.075);
}

.home-trust__usp-card {
  min-height: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
  align-items: center;
  padding: 4px 14px;
  text-align: left;
}

.home-trust__usp-card + .home-trust__usp-card {
  border-left: 1px solid rgba(128, 142, 156, 0.22);
}

.home-trust__icon,
.home-trust__mini-icon {
  display: grid;
  place-items: center;
}

.home-trust__icon {
  width: 28px;
  height: 28px;
  margin: 0;
  color: #9aa5b1;
  background: transparent;
  grid-row: 1 / span 3;
}

.home-trust__mini-icon {
  color: var(--red);
}

.home-trust__icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.home-trust__icon--shield,
.home-trust__icon--engine,
.home-trust__icon--badge-check,
.home-trust__icon--cog,
.home-trust__icon--history {
  background: #9aa5b1;
  -webkit-mask: var(--home-trust-icon) center / 25px 25px no-repeat;
  mask: var(--home-trust-icon) center / 25px 25px no-repeat;
}

.home-trust__icon--shield {
  --home-trust-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 56' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 2 44 10v17c0 13-8 22-20 27C12 49 4 40 4 27V10zm10 18-4-4-9 10-4-4-4 4 8 8z'/%3E%3C/svg%3E");
}

.home-trust__icon--engine {
  --home-trust-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 10h14V5h8v5h6v8h7l7 8v12h-9v-7h-5v7H18l-7-7H4V19h10zm4 8v14h20V18z'/%3E%3C/svg%3E");
}

.home-trust__icon--badge-check {
  --home-trust-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m24 3 5.3 4.1 6.7-.3 2.1 6.4 5.5 3.8-2.6 6.2 1.5 6.5-6 3-3.1 5.9-6.5-1-5.8 3.4-4.8-4.7-6.6-.9-1-6.6-4.7-4.8 3.4-5.8-1-6.5 5.9-3.1 3-6 6.5 1.5L24 3Zm-2 27.3 12-12-3.4-3.4-8.6 8.7-4.6-4.6-3.4 3.4 8 7.9Z'/%3E%3C/svg%3E");
}

.home-trust__icon--history {
  --home-trust-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 5a19 19 0 1 1-17 10.5H2l8-8 8 8h-5.7A14 14 0 1 0 24 10V5Zm-2 10h4v10l8 4-2 4-10-5.5V15Z'/%3E%3C/svg%3E");
}

.home-trust__icon--cog {
  --home-trust-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m21 4 6-.1 1.4 5.5c1.1.4 2.1.8 3 1.3L36.2 8l4.3 4.2-2.8 4.9c.5.9 1 1.9 1.3 3l5.6 1.3v6l-5.6 1.4c-.3 1.1-.8 2.1-1.3 3l2.8 4.9-4.3 4.2-4.8-2.7c-1 .5-2 .9-3.1 1.3L27 45h-6l-1.4-5.5c-1.1-.4-2.1-.8-3.1-1.3L11.7 41l-4.3-4.2 2.8-4.9c-.5-.9-1-1.9-1.3-3l-5.6-1.3v-6L9 20.1c.3-1.1.8-2.1 1.3-3l-2.8-4.9L11.7 8l4.8 2.7c1-.5 2-.9 3.1-1.3L21 4Zm3 13a7 7 0 1 0 0 14 7 7 0 0 0 0-14Z'/%3E%3C/svg%3E");
}

.home-trust__usp-card strong {
  display: block;
  margin-bottom: 2px;
  color: var(--ink);
  font-size: clamp(1.08rem, 1.35vw, 1.32rem);
  font-weight: 950;
  line-height: 1;
  grid-column: 2;
}

.home-trust__usp-card h3,
.home-trust__benefits h3 {
  margin: 0 0 3px;
  color: var(--ink);
  font-size: 0.72rem;
  line-height: 1.2;
}

.home-trust__usp-card h3,
.home-trust__usp-card p {
  grid-column: 2;
}

.home-trust__usp-card:nth-child(2) h3 {
  margin-bottom: 4px;
}

.home-trust__usp-card:nth-child(5) h3 {
  white-space: nowrap;
}

.home-trust__usp-card p {
  display: block;
}

.home-trust__usp-card p,
.home-trust__benefits p,
.home-trust__partner-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 0.73rem;
  line-height: 1.32;
}

.home-trust__logos {
  margin: 0 0 clamp(38px, 5.5vw, 58px);
}

.home-trust__logos h2 {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
}

.home-trust .proof-band__inner {
  min-height: 132px;
}

.home-trust .logo-slide {
  box-shadow: 0 16px 34px rgba(16, 24, 32, 0.08);
}

.home-trust__partner {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 4vw, 34px);
  align-items: start;
  margin-top: 0;
  padding: clamp(72px, 7vw, 92px) 0 0;
  border-top: 1px solid rgba(128, 142, 156, 0.18);
  background: transparent;
  box-shadow: none;
}

.home-trust__partner-copy {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1fr);
  gap: clamp(24px, 6vw, 82px);
  align-items: start;
}

.home-trust__partner-copy .eyebrow {
  grid-column: 1;
  margin-bottom: 12px;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.home-trust__partner-copy h2 {
  grid-column: 1;
  max-width: 680px;
  margin-bottom: 0;
  color: var(--ink);
  font-size: clamp(2rem, 3.4vw, 3.5rem);
  line-height: 1.05;
}

.home-trust__partner-copy > p:not(.eyebrow) {
  grid-column: 2;
  padding-top: clamp(28px, 4.4vw, 54px);
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.55;
}

.home-trust__benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 30px);
}

.home-trust__benefits article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 8px 14px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-trust__benefits h3 {
  color: var(--navy);
  font-size: clamp(1.05rem, 1.35vw, 1.24rem);
}

.home-trust__benefits p {
  font-size: 1.02rem;
  line-height: 1.5;
}

.home-trust__mini-icon {
  grid-row: span 2;
  width: 40px;
  height: 40px;
  color: #5e6b76;
  background: currentColor;
  -webkit-mask: var(--partner-icon) center / contain no-repeat;
  mask: var(--partner-icon) center / contain no-repeat;
}

.home-trust__mini-icon--shield-check {
  --partner-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67 0C7.5 20.5 4 18 4 13V6.6a1 1 0 0 1 .75-.97l7-1.75a1 1 0 0 1 .5 0l7 1.75a1 1 0 0 1 .75.97Z'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E");
}

.home-trust__mini-icon--headset {
  --partner-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 11a9 9 0 0 1 18 0'/%3E%3Cpath d='M21 16v-5h-4v7h2a2 2 0 0 0 2-2Z'/%3E%3Cpath d='M3 16v-5h4v7H5a2 2 0 0 1-2-2Z'/%3E%3Cpath d='M21 16v1a4 4 0 0 1-4 4h-5'/%3E%3Cpath d='M12 21h-2'/%3E%3C/svg%3E");
}

.home-trust__mini-icon--settings {
  --partner-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 7h-9'/%3E%3Cpath d='M14 17H4'/%3E%3Ccircle cx='7' cy='7' r='3'/%3E%3Ccircle cx='17' cy='17' r='3'/%3E%3C/svg%3E");
}

.home-trust__mini-icon--wrench-settings {
  --partner-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.85' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.7 6.3a4 4 0 0 0-5.2 5.2L3.7 17.3a2.1 2.1 0 0 0 3 3l5.8-5.8a4 4 0 0 0 5.2-5.2l-2.4 2.4-2-2Z'/%3E%3Cpath d='M19.5 15.6v1.1'/%3E%3Cpath d='M19.5 21.4v1.1'/%3E%3Cpath d='m17 17 1 .6'/%3E%3Cpath d='m21 20.4 1 .6'/%3E%3Cpath d='m17 21 1-.6'/%3E%3Cpath d='m21 17.6 1-.6'/%3E%3C/svg%3E");
}

@keyframes logo-slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.section {
  padding: clamp(72px, 9vw, 118px) 0;
}

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

.section--dark {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(8, 127, 140, 0.2), transparent 40%),
    var(--ink);
}

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

.section-heading p,
.section-intro p,
.split p,
.faq-layout > div:first-child p,
.contact-section p {
  color: var(--muted);
  font-size: 1.04rem;
}

.section-heading .section-note {
  margin-top: 12px;
  color: var(--ink);
  font-weight: 800;
}

.section-heading__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.section--dark .section-heading p,
.section--dark .split p {
  color: #cbd7df;
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
  gap: clamp(34px, 6vw, 76px);
  align-items: start;
}

.section-grid--wide {
  grid-template-columns: minmax(280px, 0.7fr) minmax(360px, 1.1fr);
}

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

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

.company-card,
.range-card,
.quality-card {
  min-height: 100%;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
}

.company-card {
  background: linear-gradient(180deg, #fff, #f8fbfc);
}

.card-kicker {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--red-dark);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.company-card p,
.range-card p,
.quality-card p {
  color: var(--muted);
}

.range-card {
  box-shadow: 0 10px 34px rgba(16, 24, 32, 0.06);
}

.quality-card__icon {
  --quality-icon: none;
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 0 16px;
  background: var(--red);
  -webkit-mask: var(--quality-icon) center / contain no-repeat;
  mask: var(--quality-icon) center / contain no-repeat;
}

.quality-card__icon--certified {
  --quality-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 56 56' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28 3 49 12v16c0 14-8.4 23-21 27C15.4 51 7 42 7 28V12L28 3Zm10.7 20.5-4.2-4.1-9.8 10.5-4.3-4.2-4.1 4.2 8.6 8.4 13.8-14.8Z'/%3E%3C/svg%3E");
}

.quality-card__icon--load {
  --quality-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 56 56' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28 7a23 23 0 0 1 23 23c0 6.9-3 13.5-8.2 18H13.2A23 23 0 0 1 28 7Zm0 7a16 16 0 0 0-16 16c0 4.2 1.6 8.1 4.3 11h23.4A15.9 15.9 0 0 0 44 30a16 16 0 0 0-16-16Zm0 5a3 3 0 0 1 3 3v4.4l8.3-8.3 3.6 3.6-8.3 8.3H39a3 3 0 1 1 0 6H28a6 6 0 0 1-6-6V22a3 3 0 0 1 3-3Z'/%3E%3C/svg%3E");
}

.quality-card__icon--certificate {
  --quality-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 56 56' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23000' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 6h22l9 9v37H15z'/%3E%3Cpath d='M37 7v12h11'/%3E%3Cpath d='M22 29h12'/%3E%3Cpath d='M22 39h8'/%3E%3Cpath d='m35 39 5 5 10-12'/%3E%3C/svg%3E");
}

.quality-card__icon--standards {
  --quality-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 56 56' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 4h16l3 7h7v43H10V11h7l3-7Zm3.5 7v6h13v-6h-13Zm20.2 13.5-4.2-4-14 14.6-6.5-6.5-4.2 4.2L25.7 44l18-19.5Z'/%3E%3C/svg%3E");
}

.range-card strong {
  display: block;
  margin-bottom: 16px;
  color: var(--red);
  font-size: clamp(1.55rem, 2vw, 2rem);
  line-height: 1;
}

.range-card a {
  display: inline-flex;
  margin-top: 10px;
  color: var(--red-dark);
  font-weight: 900;
}

.category-entry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.category-entry-card {
  display: flex;
  min-height: 100%;
  overflow: hidden;
  padding: 0 0 clamp(18px, 2.4vw, 24px);
  flex-direction: column;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: transparent;
  box-shadow: 0 8px 24px rgba(16, 24, 32, 0.045);
}

.category-entry-card__media {
  width: 100%;
  aspect-ratio: 16 / 8.2;
  margin: 0;
  overflow: hidden;
  background: #101820;
  opacity: 0.9;
}

.category-entry-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-entry-card__media img[src*="category-diesel-generators"] {
  object-position: center 38%;
}

.category-entry-card__media img[src*="category-gas-generators"],
.category-entry-card__media img[src*="category-portable-generators"] {
  object-position: center center;
}

.category-entry-card > :not(.category-entry-card__media) {
  margin-right: clamp(18px, 2.5vw, 24px);
  margin-left: clamp(18px, 2.5vw, 24px);
}

.category-entry-card h3,
.category-entry-card p {
  margin: 0;
}

.category-entry-card h3 {
  color: var(--navy);
  font-size: clamp(1.08rem, 1.65vw, 1.34rem);
}

.category-entry-card p {
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.45;
}

.category-entry-card .button {
  margin-top: auto;
  align-self: flex-start;
}

.quality-card h3 {
  font-size: 1.12rem;
}

.story-panel {
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #fff, #f8fbfc);
  box-shadow: 0 16px 44px rgba(16, 24, 32, 0.08);
}

.story-panel p {
  margin: 0;
  color: var(--ink-2);
  font-size: 1.05rem;
}

.story-panel p + p {
  margin-top: 16px;
}

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

.value-grid article {
  min-height: 100%;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.value-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 1rem;
}

.value-grid span {
  color: var(--muted);
  font-weight: 700;
}

.section-actions {
  margin-top: 26px;
}

.advisor,
.contact-form {
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow);
}

fieldset {
  margin: 0 0 24px;
  padding: 0;
  border: 0;
}

legend {
  margin-bottom: 10px;
  font-weight: 900;
}

.segments {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #edf3f6;
}

.segment {
  min-height: 40px;
  border: 0;
  border-radius: 6px;
  color: var(--muted);
  background: transparent;
  font-weight: 800;
  cursor: pointer;
}

.segment.is-active {
  color: #fff;
  background: var(--ink);
}

.range-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
}

.range-row strong {
  white-space: nowrap;
  color: var(--red);
  font-size: 1.25rem;
}

input[type="range"] {
  width: 100%;
  accent-color: var(--red);
}

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

.radio-grid label {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  cursor: pointer;
}

.radio-grid input {
  accent-color: var(--red);
}

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

.advisor-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 24px;
}

.advisor-fields label {
  display: grid;
  gap: 7px;
  color: var(--ink-2);
  font-weight: 900;
}

.advisor-fields select {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 11px 12px;
  color: var(--ink);
  background: #fff;
}

.advisor-fields [hidden] {
  display: none;
}

.advisor-result {
  padding: 20px;
  border-left: 4px solid var(--red);
  border-radius: var(--radius);
  background: #fff5f4;
}

.advisor-result h3 {
  margin-bottom: 8px;
}

.advisor-result p:last-of-type {
  margin-bottom: 18px;
}

.result-label {
  margin-bottom: 6px;
  color: var(--red-dark);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

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

.solution-card,
.case-card {
  min-height: 100%;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
}

.solution-card {
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 34px rgba(16, 24, 32, 0.07);
}

.solution-card__icon {
  display: inline-flex;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  color: #fff;
  background: var(--ink);
  font-size: 0.82rem;
  font-weight: 900;
  text-align: center;
}

.solution-card:nth-child(2) .solution-card__icon {
  background: var(--teal);
}

.solution-card:nth-child(3) .solution-card__icon {
  background: var(--amber);
}

.solution-card:nth-child(4) .solution-card__icon {
  background: #4e6572;
}

.solution-card:nth-child(5) .solution-card__icon {
  background: var(--red-dark);
}

.solution-card:nth-child(6) .solution-card__icon {
  background: var(--teal);
}

.solution-card p,
.case-card p {
  color: var(--muted);
}

.solution-card a {
  margin-top: auto;
  color: var(--red-dark);
  font-weight: 900;
}

.operating-mode-section {
  padding: clamp(34px, 5vw, 58px) 0;
}

.operating-mode-section .section-heading {
  max-width: 760px;
  margin-bottom: 18px;
}

.operating-mode-section .section-heading h2 {
  max-width: 760px;
  font-size: clamp(1.55rem, 2.6vw, 2.15rem);
  line-height: 1.08;
}

.operating-mode-section .solution-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.operating-mode-section .solution-card {
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(16, 24, 32, 0.06);
}

.operating-mode-section .solution-card__icon {
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
  border-radius: 8px;
  font-size: 0.72rem;
}

.operating-mode-section .solution-card h3 {
  margin-bottom: 8px;
  font-size: 1.02rem;
  line-height: 1.18;
}

.operating-mode-section .solution-card p {
  margin-bottom: 12px;
  font-size: 0.9rem;
  line-height: 1.45;
}

.operating-mode-section .solution-card a {
  font-size: 0.9rem;
}

.split,
.faq-layout,
.contact-grid,
.service-flow {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
  gap: clamp(34px, 6vw, 80px);
  align-items: start;
}

#faq .faq-layout {
  grid-template-columns: minmax(420px, 0.98fr) minmax(420px, 1fr);
  gap: clamp(30px, 4.2vw, 56px);
}

#faq-title {
  font-size: clamp(2rem, 3vw, 3.25rem);
}

.industry-card-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.industry-link-card {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 72px;
  align-items: center;
  gap: 16px;
  padding: 14px 18px 14px 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
  color: #fff;
  overflow: hidden;
  transition: border-color 0.22s ease, background 0.22s ease, transform 0.22s ease;
}

.industry-link-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 4px;
  border-radius: 999px;
  background: transparent;
  transition: background 0.22s ease;
}

.industry-link-card:hover,
.industry-link-card:focus-within {
  border-color: rgba(255, 179, 173, 0.4);
  background: rgba(255, 255, 255, 0.095);
  color: #fff;
  transform: translateY(-1px);
}

.industry-link-card:hover::before,
.industry-link-card:focus-within::before {
  background: var(--red);
}

.industry-link-card__icon {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  background: #e53935;
  -webkit-mask: var(--industry-icon) center / contain no-repeat;
  mask: var(--industry-icon) center / contain no-repeat;
}

.industry-link-card__icon--factory {
  --industry-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 20h20'/%3E%3Cpath d='M4 20V10l6 4V10l6 4V8h4v12'/%3E%3Cpath d='M17 8V4h3v4'/%3E%3Cpath d='M8 18h1'/%3E%3Cpath d='M12 18h1'/%3E%3Cpath d='M16 18h1'/%3E%3C/svg%3E");
}

.industry-link-card__icon--radio {
  --industry-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.9 16.1a10 10 0 0 1 0-8.2'/%3E%3Cpath d='M7.8 13.2a6 6 0 0 1 0-2.4'/%3E%3Cpath d='M19.1 16.1a10 10 0 0 0 0-8.2'/%3E%3Cpath d='M16.2 13.2a6 6 0 0 0 0-2.4'/%3E%3Cpath d='M12 12h.01'/%3E%3Cpath d='M12 12v8'/%3E%3Cpath d='m8 20 4-8 4 8'/%3E%3C/svg%3E");
}

.industry-link-card__icon--landmark {
  --industry-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 21h18'/%3E%3Cpath d='M5 21V10h14v11'/%3E%3Cpath d='M8 21v-7'/%3E%3Cpath d='M12 21v-7'/%3E%3Cpath d='M16 21v-7'/%3E%3Cpath d='M2 10h20'/%3E%3Cpath d='m12 3 8 5H4z'/%3E%3C/svg%3E");
}

.industry-link-card__icon--snowflake {
  --industry-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2v20'/%3E%3Cpath d='m17 5-5 5-5-5'/%3E%3Cpath d='m17 19-5-5-5 5'/%3E%3Cpath d='M2 12h20'/%3E%3Cpath d='m5 7 5 5-5 5'/%3E%3Cpath d='m19 7-5 5 5 5'/%3E%3C/svg%3E");
}

.industry-link-card__icon--construction {
  --industry-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 20h20'/%3E%3Cpath d='M7 20V9l5-5 5 5v11'/%3E%3Cpath d='M9 20v-5h6v5'/%3E%3Cpath d='M9 9h6'/%3E%3Cpath d='M12 4v5'/%3E%3C/svg%3E");
}

.industry-link-card__copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.industry-link-card__copy strong {
  color: #fff;
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.2;
}

.industry-link-card__copy small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.86rem;
  font-weight: 650;
  line-height: 1.35;
}

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

.case-card {
  display: flex;
  flex-direction: column;
  gap: 13px;
  min-width: 0;
  padding: 24px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(16, 24, 32, 0.07);
}

.case-card span {
  display: inline-flex;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.case-card h3,
.case-card p {
  margin: 0;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.case-card__facts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid rgba(16, 24, 32, 0.08);
}

.case-card__facts div {
  display: grid;
  grid-template-columns: minmax(88px, 0.42fr) minmax(0, 1fr);
  gap: 12px;
  align-items: baseline;
  min-width: 0;
  padding: 8px 0;
  border-bottom: 1px solid rgba(16, 24, 32, 0.07);
  background: transparent;
}

.case-card__facts dt {
  margin: 0;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

.case-card__facts dd {
  margin: 0;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.15;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.case-card__facts div:first-child dd {
  color: var(--red);
}

.case-card__facts div:last-child {
  border-bottom: 0;
}

.case-grid__actions {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}

.steps {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}

.steps li {
  position: relative;
  min-height: 86px;
  padding: 0 0 24px 64px;
  counter-increment: step;
}

.steps li::before {
  content: counter(step, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--red);
  font-weight: 900;
}

.steps li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 21px;
  top: 50px;
  bottom: 8px;
  width: 2px;
  background: var(--line);
}

.steps strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1.12rem;
}

.steps span {
  color: var(--muted);
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-panel {
  display: grid;
  gap: 16px;
}

details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
}

summary {
  padding: 18px 20px;
  font-weight: 900;
  cursor: pointer;
}

details p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
}

details p + p {
  padding-top: 0;
}

.faq-cta {
  border: 1px solid rgba(225, 42, 32, 0.18);
  border-radius: var(--radius);
  padding: 22px;
  background:
    linear-gradient(135deg, rgba(225, 42, 32, 0.08), rgba(255, 255, 255, 0.96)),
    var(--paper);
}

.faq-cta h3 {
  margin: 0 0 8px;
  font-size: 1.25rem;
}

.faq-cta p {
  margin: 0 0 16px;
  color: var(--muted);
}

.contact-trust-section {
  padding: clamp(44px, 5vw, 68px) 0 clamp(34px, 4.2vw, 52px);
  background: var(--soft);
}

.contact-trust__intro {
  max-width: 780px;
  margin-bottom: 22px;
}

.contact-trust__intro h2 {
  max-width: 760px;
  margin-bottom: 12px;
  font-size: clamp(1.8rem, 2.7vw, 2.8rem);
}

.contact-trust__intro p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
}

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

.contact-trust__item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  min-height: 100%;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.contact-trust__icon {
  width: 28px;
  height: 28px;
  margin-top: 2px;
  background: var(--red);
  -webkit-mask: var(--contact-trust-icon) center / contain no-repeat;
  mask: var(--contact-trust-icon) center / contain no-repeat;
}

.contact-trust__icon--headset {
  --contact-trust-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 11a9 9 0 0 1 18 0'/%3E%3Cpath d='M21 16v-5h-4v7h2a2 2 0 0 0 2-2Z'/%3E%3Cpath d='M3 16v-5h4v7H5a2 2 0 0 1-2-2Z'/%3E%3Cpath d='M21 16v1a4 4 0 0 1-4 4h-5'/%3E%3Cpath d='M12 21h-2'/%3E%3C/svg%3E");
}

.contact-trust__icon--clock {
  --contact-trust-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 6v6l4 2'/%3E%3C/svg%3E");
}

.contact-trust__icon--file-check {
  --contact-trust-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpath d='M14 2v6h6'/%3E%3Cpath d='m9 15 2 2 4-5'/%3E%3C/svg%3E");
}

.contact-trust__icon--shield-check {
  --contact-trust-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 13c0 5-3.5 7.5-8 9-4.5-1.5-8-4-8-9V5l8-3 8 3z'/%3E%3Cpath d='m9 12 2 2 4-5'/%3E%3C/svg%3E");
}

.contact-trust__item h3 {
  margin: 0 0 5px;
  font-size: 1rem;
  line-height: 1.25;
}

.contact-trust__item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.contact-section {
  padding: clamp(72px, 9vw, 118px) 0;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(16, 24, 32, 0.95), rgba(16, 24, 32, 0.82)),
    radial-gradient(circle at 76% 38%, rgba(8, 127, 140, 0.24), transparent 34%),
    linear-gradient(135deg, #101820 0%, #0d2538 54%, #071017 100%);
}

.contact-section--advice {
  position: relative;
  min-height: clamp(560px, 74vh, 760px);
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: clamp(72px, 8vw, 112px) 0;
  background-color: #071017;
  background-image:
    linear-gradient(90deg, rgba(0, 1, 3, 1) 0%, rgba(0, 1, 3, 0.98) 38%, rgba(7, 16, 23, 0.24) 68%, rgba(7, 16, 23, 0.16) 100%),
    linear-gradient(180deg, rgba(7, 16, 23, 0.12), rgba(7, 16, 23, 0.34)),
    url("../img/contact-technician-dse7320-small-emergency-scene.png");
  background-size: 100% 100%, 100% 100%, 100% auto;
  background-position: center center, center center, center top;
  background-repeat: no-repeat;
}

.contact-section .eyebrow {
  color: #ffb3ad;
}

.contact-section p {
  color: #d7e0e6;
}

.contact-section--advice .contact-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 0.72fr) minmax(240px, 0.28fr);
  align-items: center;
}

.contact-section--advice .contact-grid > div {
  max-width: 760px;
}

.contact-hero-map {
  width: 100%;
  max-width: 560px;
  justify-self: end;
}

.contact-hero-map__surface {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.025)),
    linear-gradient(180deg, rgba(14, 44, 63, 0.76), rgba(6, 18, 27, 0.42));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
}

.contact-hero-map__surface::before {
  content: "";
  position: absolute;
  inset: 18px;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 54px 54px;
  opacity: 0.5;
}

.contact-hero-map svg {
  position: absolute;
  inset: 18px 14px 42px;
  width: calc(100% - 28px);
  height: calc(100% - 60px);
}

.contact-hero-map__land {
  fill: rgba(221, 234, 238, 0.2);
  stroke: rgba(255, 255, 255, 0.18);
  stroke-width: 1.2;
}

.contact-hero-map__land--soft {
  fill: rgba(221, 234, 238, 0.13);
}

.contact-hero-map__line {
  fill: none;
  stroke: rgba(255, 179, 173, 0.72);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 7 9;
}

.contact-hero-map__hub {
  fill: var(--red);
  stroke: rgba(255, 255, 255, 0.9);
  stroke-width: 3;
}

.contact-hero-map__point {
  fill: #fff;
  stroke: rgba(255, 179, 173, 0.9);
  stroke-width: 3;
}

.contact-hero-map__label {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-hero-media {
  position: relative;
  width: 100%;
  max-width: 560px;
  min-height: 330px;
  margin: 0;
  justify-self: end;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  background: #0f1b22;
}

.contact-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 24, 32, 0.28), transparent 48%),
    linear-gradient(180deg, transparent 60%, rgba(16, 24, 32, 0.34));
  pointer-events: none;
}

.contact-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
}

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

.contact-form-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.contact-form-heading h2 {
  margin: 0;
}

.contact-form-note {
  width: 100%;
  margin: -8px 0 18px;
  padding: 13px 16px;
  border: 1px solid rgba(225, 38, 28, 0.18);
  border-left: 4px solid var(--red);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 28px rgba(16, 24, 32, 0.055);
}

.contact-form-note strong {
  display: block;
  margin-bottom: 3px;
  color: var(--ink);
  font-size: 0.98rem;
  font-weight: 900;
}

.contact-form-note p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.contact-title {
  max-width: 820px;
  text-wrap: balance;
}

.contact-section--advice .contact-title {
  max-width: 820px;
  font-size: clamp(2.25rem, 4.8vw, 4.75rem);
  line-height: 1;
  font-weight: 900;
}

.contact-section--advice address {
  margin-top: 18px;
}

address {
  margin-top: 28px;
  font-style: normal;
  color: #fff;
}

.contact-links {
  display: grid;
  gap: 7px;
  margin-top: 20px;
  color: #d7e0e6;
}

.contact-section--advice .contact-links {
  margin-top: 14px;
}

.contact-links a {
  color: #ffb3ad;
  font-weight: 700;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 16px;
}

.social-link {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: inherit;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.social-link:hover {
  transform: translateY(-1px);
}

.social-link__icon {
  --social-icon: none;
  display: block;
  width: 17px;
  height: 17px;
  background: currentColor;
  -webkit-mask: var(--social-icon) center / contain no-repeat;
  mask: var(--social-icon) center / contain no-repeat;
}

.social-link__icon--linkedin {
  --social-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.98 3.5C4.98 4.88 3.87 6 2.5 6S0 4.88 0 3.5 1.12 1 2.5 1s2.48 1.12 2.48 2.5zM.35 8.1h4.3V23H.35V8.1zM8.1 8.1h4.12v2.04h.06c.57-1.08 1.98-2.22 4.08-2.22 4.36 0 5.16 2.87 5.16 6.6V23h-4.3v-7.51c0-1.79-.03-4.1-2.5-4.1-2.5 0-2.88 1.95-2.88 3.97V23H8.1V8.1z'/%3E%3C/svg%3E");
}

.social-link__icon--facebook {
  --social-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.68 12.07C22.68 6.49 18.18 2 12.6 2S2.5 6.49 2.5 12.07c0 5.04 3.69 9.22 8.52 9.98v-7.06H8.46v-2.92h2.56V9.85c0-2.53 1.51-3.93 3.82-3.93 1.11 0 2.27.2 2.27.2v2.5h-1.28c-1.26 0-1.65.78-1.65 1.58v1.87h2.81l-.45 2.92h-2.36v7.06c4.82-.76 8.5-4.94 8.5-9.98z'/%3E%3C/svg%3E");
}

.contact-section--advice .social-links {
  margin-top: 18px;
}

.contact-section--advice .social-link {
  color: #ffb3ad;
  border-color: rgba(255, 179, 173, 0.62);
  background: rgba(255, 255, 255, 0.06);
}

.contact-section--advice .social-link:hover {
  color: #fff;
  border-color: var(--red);
  background: var(--red);
}

.contact-form {
  color: var(--ink);
}

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

.contact-form label {
  display: grid;
  gap: 6px;
  color: var(--ink-2);
  font-weight: 800;
}

.contact-form .form-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.field-label {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  width: fit-content;
}

.required-marker {
  color: var(--red);
  font-weight: 900;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px 13px;
  color: var(--ink);
  background: #fff;
}

.contact-form input[type="file"] {
  padding: 10px;
  background: #f8fafb;
}

.contact-form textarea {
  resize: vertical;
}

.form-preview-status {
  grid-column: 1 / -1;
  margin: 4px 0 0;
  padding: 12px 14px;
  border: 1px solid rgba(225, 38, 28, 0.22);
  border-radius: var(--radius);
  background: #fff7f6;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.45;
}

.full {
  grid-column: 1 / -1;
}

.contact-location__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
}

.contact-location address {
  color: var(--ink);
}

.contact-location__directions {
  display: inline-flex;
  margin-top: 10px;
  color: var(--brand);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.contact-location__directions:hover {
  color: var(--brand-dark);
}

.contact-location__map {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  background: transparent;
  box-shadow: none;
}

.contact-location__map.is-loaded {
  border-color: var(--line);
  background: #e9eef2;
  box-shadow: var(--shadow);
}

.contact-location__map iframe {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 0;
  opacity: 0;
  transition: opacity 0.22s ease;
}

.contact-location__map.is-loaded iframe {
  opacity: 1;
}

.contact-location__map-placeholder,
.contact-location__map--link {
  display: grid;
  place-items: center;
  gap: 10px;
  color: #5b6873;
  font-weight: 800;
  text-align: center;
}

.contact-location__map-placeholder {
  min-height: 360px;
  padding: 28px;
  background: transparent;
}

.contact-location__map-placeholder span {
  max-width: 320px;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 600;
}

.contact-location__map--link span {
  padding: 28px;
  border: 1px solid rgba(22, 34, 48, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.68);
}

.site-footer {
  padding: 34px 0;
  color: #dbe5eb;
  background: #0b1117;
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 28px;
}

.site-footer p {
  max-width: 560px;
  margin: 8px 0 0;
  color: #9eb0bb;
}

.site-footer .footer-contact {
  color: #9eb0bb;
  line-height: 1.65;
}

.site-footer .footer-contact a {
  color: inherit;
}

.site-footer .footer-contact a:hover {
  color: #fff;
}

.site-footer .footer-rights {
  font-size: 0.78rem;
  color: #71818d;
}

.site-footer .social-links {
  margin-top: 14px;
}

.site-footer .social-link {
  color: #dbe5eb;
  border-color: rgba(219, 229, 235, 0.35);
  background: rgba(255, 255, 255, 0.04);
}

.site-footer .social-link:hover {
  color: #fff;
  border-color: var(--red);
  background: var(--red);
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

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

.cookie-consent {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 clamp(14px, 3vw, 34px) 22px;
  background: rgba(5, 12, 20, 0.36);
  pointer-events: none;
}

.cookie-consent__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  width: min(920px, 100%);
  margin: 0 auto;
  padding: 15px 17px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(14, 24, 34, 0.76);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
  pointer-events: auto;
}

.cookie-consent__copy span {
  display: block;
  margin-bottom: 4px;
  color: #ff8d86;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cookie-consent__copy strong {
  display: block;
  color: #fff;
  font-size: 1rem;
  line-height: 1.2;
}

.cookie-consent__copy p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.84rem;
  line-height: 1.42;
}

.cookie-consent__privacy {
  display: inline-flex;
  margin-top: 7px;
  color: #ff8d86;
  font-size: 0.78rem;
  font-weight: 850;
  text-decoration: none;
}

.cookie-consent__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  min-width: 520px;
}

.cookie-consent__button,
.cookie-consent__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  min-width: auto;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font: inherit;
  font-size: 0.84rem;
  font-weight: 850;
  cursor: pointer;
}

.cookie-consent__button--primary {
  border-color: #df3028;
  background: #df3028;
  color: #fff;
  box-shadow: none;
}

.cookie-consent__button--primary:hover {
  background: #c9251f;
  color: #fff;
}

.cookie-consent__link {
  color: var(--brand-red);
  text-decoration: none;
}

.cookie-consent__button:hover,
.cookie-consent__link:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.cookie-settings-footer-link {
  display: inline;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.cookie-settings-footer-link:hover {
  color: #fff;
}

.contact-form__optional {
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #f8fafb;
}

.contact-form__optional summary {
  padding: 14px 16px;
  color: var(--ink);
  font-weight: 800;
  cursor: pointer;
}

.contact-form__optional > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 0 16px 16px;
}

.contact-form__privacy {
  margin: 0;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.5;
}

.contact-form__privacy a { color: var(--brand-red); font-weight: 750; }

@media (max-width: 700px) {
  .contact-form__optional > div { grid-template-columns: 1fr; }
}

@media (max-width: 420px) {
  .language-switcher a > span:last-child {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .language-switcher a {
    min-width: 34px;
    padding-right: 7px;
    padding-left: 7px;
  }
}

.cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 18px;
}

.cookie-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(11, 17, 23, 0.62);
}

.cookie-modal__panel {
  position: relative;
  z-index: 1;
  width: min(620px, 100%);
  max-height: min(760px, calc(100svh - 36px));
  overflow: auto;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
}

.cookie-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  border-bottom: 1px solid var(--line);
}

.cookie-modal__header strong {
  color: var(--ink);
  font-size: 1.05rem;
}

.cookie-modal__close {
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid rgba(128, 142, 156, 0.42);
  border-radius: 4px;
  background: #fff;
  color: var(--brand-red);
  font-size: 1.1rem;
  font-weight: 900;
  cursor: pointer;
}

.cookie-modal__body {
  padding: 0 24px;
}

.cookie-modal__body > p {
  margin: 16px 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.cookie-category {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.cookie-category strong {
  display: block;
  color: var(--ink);
  font-size: 0.94rem;
}

.cookie-category p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.cookie-category input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.cookie-switch {
  position: relative;
  width: 42px;
  height: 24px;
  border-radius: 999px;
  background: #d4dbe1;
  box-shadow: inset 0 0 0 1px rgba(16, 24, 32, 0.08);
}

.cookie-switch::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 7px rgba(16, 24, 32, 0.24);
  transition: transform 0.18s ease;
}

.cookie-category input:checked + .cookie-switch,
.cookie-switch--locked {
  background: var(--brand-red);
}

.cookie-category input:checked + .cookie-switch::after,
.cookie-switch--locked::after {
  transform: translateX(18px);
}

.cookie-modal__actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 18px 24px 22px;
  border-top: 1px solid var(--line);
}

.cookie-modal__actions .cookie-consent__button:not(.cookie-consent__button--primary) {
  border-color: rgba(16, 24, 32, 0.18);
  background: rgba(16, 24, 32, 0.045);
  color: var(--ink);
}

.cookie-modal__actions .cookie-consent__button:not(.cookie-consent__button--primary):hover {
  background: rgba(16, 24, 32, 0.075);
  color: var(--ink);
}

@media (max-width: 980px) {
  body {
    padding-top: 66px;
  }

  .site-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 120;
  }

  .topbar {
    display: none;
  }

  .nav-shell {
    min-height: 66px;
    gap: 12px;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .main-nav {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 72px;
    display: none;
    max-height: calc(100svh - 92px);
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--paper);
    box-shadow: var(--shadow);
  }

  .language-switcher {
    margin-left: auto;
  }

  .language-switcher a {
    min-width: 46px;
    min-height: 34px;
    padding: 6px 8px;
    font-size: 0.78rem;
  }

  .language-switcher .flag {
    font-size: 0.92rem;
  }

  .main-nav.is-open {
    display: grid;
    gap: 4px;
  }

  .main-nav a {
    padding: 12px;
  }

  .main-nav .nav-contact-link {
    display: block;
  }

  .nav-product-menu {
    display: grid;
  }

  .nav-product-menu__button {
    width: 100%;
    min-height: 0;
    padding: 12px;
    text-align: left;
    border-bottom: 0;
  }

  .nav-product-menu__panel {
    position: static;
    width: 100%;
    display: none;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 8px 12px 12px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
  }

  .nav-product-menu.is-open .nav-product-menu__panel {
    display: grid;
  }

  .nav-product-menu__item {
    padding: 0;
  }

  .nav-product-menu__item,
  .nav-product-menu__item:hover,
  .nav-product-menu__item:focus-within,
  .nav-product-menu__item.is-expanded {
    background: #edf1f4;
  }

  .nav-product-menu__item--diesel::before,
  .nav-product-menu__item--gas::before,
  .nav-product-menu__item--portable::before {
    background:
      linear-gradient(115deg, rgba(255, 255, 255, 0.92) 0 14%, transparent 15% 36%, rgba(255, 255, 255, 0.48) 37% 46%, transparent 47% 100%),
      linear-gradient(180deg, #ffffff 0%, #eef3f7 38%, #d7e0e7 66%, #fbfcfd 100%);
  }

  .nav-product-menu__item--diesel::after,
  .nav-product-menu__item--gas::after,
  .nav-product-menu__item--portable::after {
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.62), transparent 24%, rgba(96, 116, 132, 0.08) 50%, transparent 74%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0) 45%);
  }

  .main-nav .nav-product-menu .nav-product-menu__category,
  .main-nav .nav-product-menu .nav-product-menu__category:hover,
  .main-nav .nav-product-menu .nav-product-menu__category:focus,
  .main-nav .nav-product-menu .nav-product-menu__category:focus-visible,
  .main-nav .nav-product-menu .nav-product-menu__category:active,
  .main-nav .nav-product-menu__item.is-expanded .nav-product-menu__category {
    background: transparent !important;
    box-shadow: none;
    color: #111922 !important;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
  }

  .nav-product-menu__category::after {
    display: inline-block;
    transform: rotate(45deg);
  }

  .nav-product-menu__flyout {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    transform: none;
    z-index: 2;
    width: 100%;
    display: none !important;
    margin: -6px 10px 12px;
    width: auto;
    padding: 12px;
    border: 0;
    border-top: 1px solid rgba(121, 137, 151, 0.18);
    border-radius: 0 0 8px 8px;
    background: rgba(255, 255, 255, 0.64);
    box-shadow: none;
  }

  .nav-product-menu__item:hover .nav-product-menu__flyout,
  .nav-product-menu__item:focus-within .nav-product-menu__flyout {
    display: none !important;
  }

  .nav-product-menu__item.is-expanded .nav-product-menu__flyout {
    display: grid !important;
  }

  .nav-product-menu__item.is-expanded {
    padding-bottom: 2px;
  }

  .nav-product-menu__item.is-expanded .nav-product-menu__category::after {
    transform: translateY(-2px) rotate(225deg);
  }

  .nav-product-menu__flyout::before {
    display: none;
  }

  .nav-product-menu__panel::before {
    display: none;
  }

  .nav-product-menu__subgrid {
    position: relative;
    z-index: 2;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .main-nav .nav-product-menu a:not(.nav-product-menu__button) {
    padding: 8px 9px;
  }

  .main-nav .nav-product-menu__flyout a:not(.nav-product-menu__all-models) {
    min-height: 42px;
    align-content: center;
    border: 1px solid rgba(121, 137, 151, 0.18);
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.9);
    color: #111922;
  }

  .main-nav .nav-product-menu__flyout a:not(.nav-product-menu__all-models) small {
    color: #586575;
  }

  .main-nav .nav-product-menu__flyout > strong,
  .nav-product-menu__group strong {
    color: #111922;
  }

  .nav-product-menu__group {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.78);
    border-color: rgba(121, 137, 151, 0.18);
  }

  .nav-cta {
    display: block;
    width: 100%;
    margin-top: 8px;
    text-align: center;
  }

  .hero__facts,
  .section-grid,
  .split,
  .faq-layout,
  #faq .faq-layout,
  .contact-trust,
  .contact-grid,
  .contact-location__grid,
  .service-flow {
    grid-template-columns: 1fr;
  }

  .contact-section--advice .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-section--advice {
    --contact-mobile-photo-height: clamp(340px, 78vw, 430px);
    min-height: auto;
    align-items: end;
    padding-top: calc(var(--contact-mobile-photo-height) + 22px);
    background-color: #071017;
    background-image:
      linear-gradient(180deg, rgba(7, 16, 23, 0) 0, rgba(7, 16, 23, 0) var(--contact-mobile-photo-height), #071017 var(--contact-mobile-photo-height), #071017 100%),
      url("../img/contact-technician-dse7320-small-emergency-scene.png");
    background-size: 100% 100%, auto var(--contact-mobile-photo-height);
    background-position: center center, 82% top;
  }

  .contact-hero-map,
  .contact-hero-media {
    max-width: none;
    justify-self: stretch;
  }

  .solution-grid,
  .case-grid,
  .contact-trust,
  .category-entry-grid,
  .company-grid,
  .company-grid--three,
  .range-grid,
  .quality-grid,
  .value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .operating-mode-section {
    padding: 32px 0;
  }

  .operating-mode-section .section-heading {
    margin-bottom: 16px;
  }

  .operating-mode-section .solution-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(calc(100% - 28px), var(--max));
  }

  .brand img {
    width: 170px;
  }

  .brand {
    min-width: 170px;
  }

  .hero {
    min-height: 560px;
  }

  .hero__media video {
    object-fit: contain;
    object-position: center top;
    background: #071017;
  }

  .hero::after {
    background:
      linear-gradient(180deg, rgba(16, 24, 32, 0.20) 0%, rgba(16, 24, 32, 0.56) 44%, rgba(16, 24, 32, 0.94) 100%),
      linear-gradient(90deg, rgba(16, 24, 32, 0.46), rgba(16, 24, 32, 0.08) 58%, rgba(16, 24, 32, 0.38));
  }

  .hero__content {
    padding-top: 220px;
    padding-bottom: 30px;
  }

  .hero__eyebrow {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    line-height: 1.35;
  }

  .hero h1 {
    font-size: clamp(2rem, 11vw, 3.15rem);
    line-height: 1.02;
  }

  .hero__copy {
    margin-bottom: 22px;
    font-size: 1rem;
  }

  .hero__actions {
    margin-bottom: 28px;
  }

  .hero__facts,
  .solution-grid,
  .case-grid,
  .category-entry-grid,
  .company-grid,
  .company-grid--three,
  .range-grid,
  .quality-grid,
  .value-grid,
  .advisor-fields,
  .proof-band__inner,
  .radio-grid,
  .segments,
  .contact-trust,
  .contact-form,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .operating-mode-section {
    padding: 28px 0;
  }

  .operating-mode-section .section-heading {
    margin-bottom: 14px;
  }

  .operating-mode-section .section-heading h2 {
    font-size: clamp(1.36rem, 7vw, 1.68rem);
  }

  .operating-mode-section .solution-grid {
    gap: 9px;
  }

  .operating-mode-section .solution-card {
    padding: 13px 14px;
  }

  .operating-mode-section .solution-card__icon {
    width: 36px;
    height: 36px;
    margin-bottom: 10px;
    font-size: 0.68rem;
  }

  .operating-mode-section .solution-card h3 {
    margin-bottom: 6px;
    font-size: 0.98rem;
  }

  .operating-mode-section .solution-card p {
    margin-bottom: 9px;
    font-size: 0.86rem;
    line-height: 1.38;
  }

  .operating-mode-section .solution-card a {
    font-size: 0.86rem;
  }

  .proof-band__inner,
  .footer-grid {
    display: grid;
    align-items: start;
  }

  .proof-band ul,
  .site-footer nav {
    justify-content: flex-start;
  }

  .proof-band--logos .proof-band__inner {
    min-height: 142px;
    grid-template-columns: 1fr;
    gap: 12px;
    align-items: center;
  }

  .proof-band--logos .proof-band__inner > span {
    max-width: none;
    font-size: 0.68rem;
    line-height: 1.25;
    letter-spacing: 0.08em;
    text-align: center;
  }

  .logo-slider__control {
    top: 48px;
    display: grid;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(225, 38, 28, 0.18);
    border-radius: 999px;
    color: #e1261c;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 8px 20px rgba(16, 24, 32, 0.16);
  }

  .logo-slider__control::before {
    width: 16px;
    height: 16px;
  }

  .logo-slider__control--prev {
    left: 0;
  }

  .logo-slider__control--next {
    right: 0;
  }

  .proof-band--logos .logo-slider {
    width: calc(100% - 72px);
    margin: 0 36px;
    mask-image: none;
    padding: 0 0 10px;
  }

  .proof-band--logos .logo-slider-scrollbar {
    left: 36px;
    right: 36px;
  }

  .proof-band--logos .logo-slider__track {
    display: flex;
    width: max-content;
    min-width: 100%;
    gap: 8px;
  }

  .logo-slide {
    width: var(--logo-mobile-width, 88px);
    height: 62px;
    flex: 0 0 var(--logo-mobile-width, 88px);
    padding: 6px 7px;
    border-radius: 6px;
  }

  .logo-slide img {
    max-height: 43px;
  }

  .logo-slide--perkins { --logo-mobile-width: 102px; }
  .logo-slide--cummins { --logo-mobile-width: 92px; }
  .logo-slide--volvo { --logo-mobile-width: 92px; }
  .logo-slide--deutz { --logo-mobile-width: 104px; }
  .logo-slide--scania { --logo-mobile-width: 88px; }
  .logo-slide--fpt { --logo-mobile-width: 86px; }
  .logo-slide--baudouin { --logo-mobile-width: 84px; }
  .logo-slide--mitsubishi { --logo-mobile-width: 84px; }
  .logo-slide--hyundai { --logo-mobile-width: 86px; }
  .logo-slide--rehlko { --logo-mobile-width: 82px; }
  .logo-slide--yanmar { --logo-mobile-width: 82px; }
  .logo-slide--psi { --logo-mobile-width: 78px; }

  .logo-slide--perkins img,
  .logo-slide--cummins img,
  .logo-slide--deutz img,
  .logo-slide--scania img,
  .logo-slide--mitsubishi img,
  .logo-slide--yanmar img,
  .logo-slide--psi img {
    max-height: 48px;
  }

  .logo-slide--deutz img {
    width: 116%;
    max-width: none;
    max-height: 58px;
    justify-self: center;
    align-self: center;
    transform: translateY(-5px);
  }

  .home-trust {
    padding: 34px 0 48px;
  }

  .home-trust__usp-grid,
  .home-trust__partner-copy,
  .home-trust__benefits {
    grid-template-columns: 1fr;
  }

  .home-trust__usp-grid {
    width: 100%;
    gap: 0;
    margin: 0;
    padding: 10px 12px;
    border: 1px solid rgba(128, 142, 156, 0.22);
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(16, 24, 32, 0.04);
  }

  .home-trust__usp-card {
    min-height: 0;
    padding: 12px 6px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .home-trust__usp-card + .home-trust__usp-card {
    border-top: 1px solid rgba(128, 142, 156, 0.16);
    border-left: 0;
  }

  .home-trust__logos {
    margin-top: 0;
  }

  .home-trust__logos h2 {
    margin-bottom: 14px;
  }

  .home-trust .proof-band__inner {
    min-height: 104px;
  }

  .home-trust__partner {
    margin-top: 34px;
    padding: 28px 0 0;
  }

  .home-trust__partner-copy {
    gap: 12px;
  }

  .home-trust__partner-copy .eyebrow,
  .home-trust__partner-copy h2,
  .home-trust__partner-copy > p:not(.eyebrow) {
    grid-column: 1;
  }

  .home-trust__partner-copy > p:not(.eyebrow) {
    padding-top: 0;
  }

  .home-trust__partner-copy h2 {
    font-size: 2rem;
  }

  .industry-card-list {
    gap: 9px;
  }

  .industry-link-card {
    min-height: 70px;
    padding: 13px 14px 13px 18px;
  }

  .industry-link-card__icon {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }

  .hero__actions .button {
    width: 100%;
  }

  .hero__facts div {
    min-height: 0;
    padding: 15px 14px;
  }

  .hero__fact-icon {
    margin-bottom: 10px;
  }

  .hero__facts dt {
    font-size: 1.3rem;
  }

  .range-row {
    display: grid;
    gap: 4px;
  }
}

@media (min-width: 641px) and (max-width: 980px) {
  .home-trust__usp-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-trust__usp-card {
    padding: 10px 14px;
  }

  .home-trust__usp-card:nth-child(odd) {
    border-left: 0;
  }

  .home-trust__usp-card:nth-child(n + 3) {
    border-top: 1px solid rgba(128, 142, 156, 0.16);
  }
}

.legal-page {
  background: #f5f7fa;
  color: var(--ink);
}

.legal-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 52px;
  background:
    linear-gradient(112deg, rgba(0, 2, 5, 0.98) 0%, rgba(5, 12, 20, 0.96) 48%, rgba(7, 16, 24, 0.88) 72%, rgba(10, 29, 43, 0.78) 100%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 92px),
    linear-gradient(135deg, #05070a 0%, #071017 58%, #0d2538 100%);
  color: #fff;
}

.legal-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(211, 52, 40, 0.18), transparent 34%),
    linear-gradient(135deg, transparent 0 56%, rgba(255, 255, 255, 0.1) 56.15%, transparent 56.35%);
  opacity: 0.7;
}

.legal-hero > .container {
  position: relative;
  z-index: 1;
}

.legal-hero h1 {
  max-width: 860px;
  margin: 14px 0 14px;
  font-size: clamp(2.4rem, 4.8vw, 4.9rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.legal-hero p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.1rem;
}

.legal-hero .button {
  margin-top: 22px;
}

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

.legal-content {
  display: grid;
  gap: 34px;
}

.legal-card {
  padding: 28px;
  border: 1px solid rgba(128, 142, 156, 0.22);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 18px 45px rgba(16, 24, 32, 0.07);
}

.legal-card--highlight {
  border-color: rgba(211, 52, 40, 0.22);
  box-shadow: 0 20px 50px rgba(211, 52, 40, 0.08);
}

.legal-provider {
  padding: clamp(28px, 4vw, 42px);
}

.legal-provider__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 4vw, 46px);
}

.legal-provider__contact-link {
  color: var(--red);
  font-weight: 400;
}

.legal-provider__contact-link:hover {
  color: var(--red-dark);
}

.legal-card h2 {
  margin-bottom: 14px;
  font-size: 1.25rem;
}

.legal-card p {
  margin: 0 0 12px;
  color: var(--muted);
  line-height: 1.68;
}

.legal-card p:last-child {
  margin-bottom: 0;
}

.legal-text {
  display: grid;
  gap: 24px;
  max-width: 920px;
}

.legal-text section {
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(128, 142, 156, 0.22);
}

.legal-text section:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.legal-text h2 {
  margin-bottom: 8px;
  font-size: 1.08rem;
}

.legal-text p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.legal-note {
  padding-top: 10px;
  border-top: 1px solid rgba(128, 142, 156, 0.18);
  font-size: 0.92rem;
}

.legal-terms {
  display: grid;
  gap: 22px;
}

.legal-terms .legal-card {
  padding: 24px;
  box-shadow: 0 14px 36px rgba(16, 24, 32, 0.055);
}

.legal-terms h2 {
  margin: 0 0 16px;
  font-size: clamp(1.12rem, 1.45vw, 1.34rem);
  line-height: 1.28;
}

.legal-terms h3 {
  margin: 18px 0 8px;
  font-size: clamp(0.98rem, 1.1vw, 1.06rem);
  line-height: 1.35;
  font-weight: 800;
}

.legal-terms p,
.legal-terms li {
  font-size: 0.92rem;
  line-height: 1.62;
}

.legal-terms ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 1.35rem;
}

.legal-terms li::marker {
  font-weight: 800;
  color: var(--brand-red);
}

.legal-terms li p {
  margin: 0 0 8px;
  color: var(--ink);
}

.legal-terms li p:last-child {
  margin-bottom: 0;
}

.legal-terms ul {
  margin: 8px 0 8px 18px;
  color: var(--ink);
}

@media (max-width: 720px) {
  .legal-hero {
    padding: 48px 0 38px;
  }

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

  .legal-provider__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .legal-card {
    padding: 22px;
  }

  .cookie-consent {
    padding: 0 10px 10px;
    background: rgba(5, 12, 20, 0.2);
  }

  .cookie-consent__panel {
    grid-template-columns: 1fr;
    gap: 9px;
    width: min(480px, 100%);
    max-height: 42vh;
    padding: 10px;
    overflow: auto;
    border-radius: 7px;
  }

  .cookie-consent__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
    min-width: 0;
  }

  .cookie-consent__copy span {
    margin-bottom: 2px;
    font-size: 0.58rem;
  }

  .cookie-consent__copy strong {
    font-size: 0.88rem;
  }

  .cookie-consent__copy p {
    display: -webkit-box;
    margin-top: 4px;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.74rem;
    line-height: 1.32;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .cookie-consent__privacy {
    margin-top: 4px;
    font-size: 0.72rem;
  }

  .cookie-consent__button,
  .cookie-consent__link {
    min-height: 34px;
    width: 100%;
    padding: 0 10px;
    font-size: 0.72rem;
    line-height: 1.12;
    white-space: normal;
  }

  .cookie-consent__button--primary {
    grid-column: auto;
  }

  .cookie-modal {
    align-items: end;
    padding: 10px;
  }

  .cookie-modal__panel {
    max-height: calc(100svh - 20px);
  }

  .cookie-modal__header,
  .cookie-modal__body,
  .cookie-modal__actions {
    padding-right: 16px;
    padding-left: 16px;
  }

  .cookie-modal__actions {
    grid-template-columns: 1fr;
  }
}

/* 20260715 interaction polish */

.advisor-result {
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.advisor-result.is-updating {
  transform: translateY(-2px);
  border-color: rgba(225, 38, 28, 0.36);
  box-shadow: 0 18px 46px rgba(16, 24, 32, 0.14);
}

.advisor-result h3,
.advisor-result p,
.advisor-result .button {
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.advisor-result.is-updating h3,
.advisor-result.is-updating p,
.advisor-result.is-updating .button {
  opacity: 0.78;
  transform: translateY(-1px);
}

.contact-form label,
.lead-form label {
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.contact-form label:focus-within,
.lead-form label:focus-within {
  transform: translateY(-1px);
}

.form-field-active {
  box-shadow: 0 0 0 3px rgba(8, 127, 140, 0.1);
}

.form-field-filled .field-label,
.form-field-active .field-label {
  color: var(--ink);
}

.form-field-invalid {
  border-color: rgba(225, 38, 28, 0.5) !important;
  box-shadow: 0 0 0 3px rgba(225, 38, 28, 0.09);
}

#faq .faq-list details {
  overflow: hidden;
}

#faq .faq-list details > *:not(summary) {
  animation: faqPanelIn 0.22s ease both;
}

#faq .faq-list details[open] {
  box-shadow: 0 18px 44px rgba(16, 24, 32, 0.08);
}

@keyframes faqPanelIn {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.reference-gallery figure {
  position: relative;
}

.reference-gallery__media {
  cursor: zoom-in;
}

.reference-gallery__count {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(16, 24, 32, 0.82);
  color: #fff;
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1;
  pointer-events: none;
}

.reference-lightbox {
  opacity: 1;
  transition: opacity 0.18s ease;
}

.reference-lightbox[hidden] {
  opacity: 0;
}

.reference-lightbox__image {
  animation: referenceLightboxImageIn 0.22s ease both;
}

@keyframes referenceLightboxImageIn {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.99);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .advisor-result,
  .advisor-result h3,
  .advisor-result p,
  .advisor-result .button,
  .contact-form label,
  .lead-form label,
  #faq .faq-list details > *:not(summary),
  .reference-lightbox,
  .reference-lightbox__image {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

@media (max-width: 420px) {
  html,
  body { overflow-x: clip; }

  .language-switcher { gap: 4px; }

  .language-switcher a {
    min-width: 32px;
    padding-right: 5px;
    padding-left: 5px;
    gap: 0;
  }

  .language-switcher a > span:last-child {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }
}
