@font-face {
  font-family: "KowerSans";
  src: local("Inter"), local("Segoe UI"), local("Arial");
  font-display: swap;
}

:root {
  --bg: #050706;
  --bg-deep: #020403;
  --surface: #0c110f;
  --surface-2: #121914;
  --surface-3: #182118;
  --text: #f7f8f4;
  --muted: #b9c1b4;
  --soft: rgba(247, 248, 244, 0.78);
  --line: rgba(247, 248, 244, 0.14);
  --line-strong: rgba(247, 248, 244, 0.2);
  --glass: rgba(5, 7, 6, 0.78);
  --green: #78c943;
  --green-bright: #8de05a;
  --green-dark: #2f7d22;
  --amber: #d6a24d;
  --steel: #9fb5bd;
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.42);
  --max: 1180px;
  --header-height: 82px;
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background:
    linear-gradient(180deg, rgba(120, 201, 67, 0.05), transparent 480px),
    var(--bg);
  color: var(--text);
  font-family: "KowerSans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body.nav-open {
  overflow: hidden;
}

img,
svg,
video,
picture {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

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

button {
  font: inherit;
}

:focus-visible {
  outline: 2px solid rgba(141, 224, 90, 0.86);
  outline-offset: 4px;
}

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

p {
  color: var(--muted);
}

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

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 11px 16px;
  border-radius: 8px;
  background: var(--green-bright);
  color: #071006;
  font-weight: 900;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: flex;
  min-height: var(--header-height);
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 14px 52px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(5, 7, 6, 0.72);
  backdrop-filter: blur(18px);
  transition: background 180ms ease, min-height 180ms ease, border-color 180ms ease;
}

.site-header--scrolled {
  min-height: 72px;
  border-color: rgba(120, 201, 67, 0.18);
  background: rgba(5, 7, 6, 0.94);
}

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

.brand__logo {
  width: auto;
  height: 54px;
  max-width: min(190px, 38vw);
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: rgba(247, 248, 244, 0.78);
  font-size: 0.94rem;
  font-weight: 820;
}

.site-nav a {
  position: relative;
  padding: 8px 0;
  transition: color 180ms ease;
}

.site-nav a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  background: var(--green);
  transition: transform 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.is-active {
  color: var(--green);
}

.site-nav a.is-active::after {
  transform: scaleX(1);
}

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

.header-phone {
  display: inline-grid;
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  place-items: center;
  border: 1px solid rgba(120, 201, 67, 0.28);
  border-radius: 18px;
  background: rgba(6, 10, 8, 0.74);
  box-shadow: 0 0 28px rgba(120, 201, 67, 0.1);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.header-phone img {
  width: 24px;
  height: 24px;
  filter: drop-shadow(0 0 10px rgba(120, 201, 67, 0.66));
}

.header-phone:hover,
.header-phone:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(120, 201, 67, 0.72);
  box-shadow: 0 0 34px rgba(120, 201, 67, 0.24);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  cursor: pointer;
}

.nav-toggle__line {
  display: block;
  width: 19px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transition: opacity 180ms ease, transform 180ms ease;
}

.nav-open .nav-toggle__line:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.nav-open .nav-toggle__line:nth-child(2) {
  opacity: 0;
}

.nav-open .nav-toggle__line:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 700px;
  height: min(900px, 92svh);
  max-height: 900px;
  overflow: hidden;
  isolation: isolate;
  background: var(--bg);
  --hero-enter-ease: cubic-bezier(0.16, 1, 0.3, 1);
}

.hero__video {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: translate3d(0, var(--hero-parallax, 0px), 0) scale(1.02);
  background: var(--bg);
}

.hero::before,
.hero::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
}

.hero::before {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5, 7, 6, 0.9) 0%, rgba(5, 7, 6, 0.62) 45%, rgba(5, 7, 6, 0.24) 100%),
    radial-gradient(ellipse at 76% 18%, rgba(120, 201, 67, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(5, 7, 6, 0.04) 0%, rgba(5, 7, 6, 0.66) 100%);
}

.hero::after {
  z-index: -1;
  background:
    linear-gradient(180deg, transparent 80%, var(--bg) 100%),
    linear-gradient(90deg, rgba(214, 162, 77, 0.08), transparent 34%);
}

.hero__inner {
  display: grid;
  width: min(100% - 96px, 1728px);
  height: 100%;
  margin: 0 auto;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 470px);
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 22px 54px;
  align-items: center;
  padding: calc(var(--header-height) + 28px) 0 44px;
}

.hero__content {
  grid-column: 1;
  grid-row: 2;
  max-width: 980px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-title {
  max-width: 960px;
  margin-bottom: 22px;
  color: var(--text);
  font-size: clamp(3.8rem, 5.7vw, 6.85rem);
  font-weight: 950;
  line-height: 0.92;
  letter-spacing: 0;
  text-shadow: 0 16px 46px rgba(0, 0, 0, 0.58);
  text-wrap: balance;
}

.hero-title span {
  display: block;
}

.hero-title__accent {
  color: var(--green-bright);
  text-shadow: 0 0 28px rgba(120, 201, 67, 0.22), 0 16px 46px rgba(0, 0, 0, 0.58);
}

.hero__lead,
.subpage-hero__copy p {
  max-width: 680px;
  color: rgba(247, 248, 244, 0.88);
  font-size: 1.12rem;
}

.hero__lead {
  width: min(100%, 760px);
  margin-bottom: 0;
  color: rgba(247, 248, 244, 0.86);
  font-size: clamp(1.08rem, 1.28vw, 1.46rem);
  font-weight: 750;
  line-height: 1.28;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.52);
}

.hero__brandline {
  grid-column: 1 / -1;
  grid-row: 1;
  display: flex;
  align-items: center;
  gap: 24px;
}

.hero__logo-card {
  display: grid;
  width: 238px;
  min-height: 78px;
  place-items: center;
  padding: 14px 22px;
  border: 1px solid rgba(247, 248, 244, 0.16);
  border-radius: 18px;
  background: var(--glass);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.32);
}

.hero__logo-card img {
  width: 100%;
  height: auto;
}

.hero__location {
  color: rgba(247, 248, 244, 0.74);
  font-size: 1.42rem;
  font-weight: 850;
  line-height: 1.15;
  text-transform: uppercase;
}

.hero-phone-card {
  position: absolute;
  top: calc(var(--header-height) + 28px);
  right: max(48px, calc((100vw - 1728px) / 2 + 48px));
  z-index: 2;
  display: flex;
  min-height: 94px;
  align-items: center;
  gap: 18px;
  padding: 20px 30px;
  border: 1px solid var(--line-strong);
  border-radius: 18px;
  background: rgba(5, 7, 6, 0.8);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.38);
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
  backdrop-filter: blur(18px);
}

.js .hero-phone-card {
  opacity: 0;
  transform: translateX(42px);
  pointer-events: none;
  animation: hero-phone-in 620ms var(--hero-enter-ease) 520ms forwards;
}

.hero--video-ended .hero-phone-card,
.hero-phone-card:focus-visible {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.hero-phone-card__icon {
  display: grid;
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 999px;
  background: rgba(120, 201, 67, 0.16);
}

.hero-phone-card__icon img {
  width: 27px;
  height: 27px;
}

.hero-phone-card__label,
.hero-phone-card__number {
  display: block;
}

.hero-phone-card__label {
  color: rgba(247, 248, 244, 0.72);
  font-size: 0.82rem;
  font-weight: 850;
  line-height: 1.1;
  text-transform: uppercase;
}

.hero-phone-card__number {
  margin-top: 4px;
  color: var(--text);
  font-size: 1.72rem;
  font-weight: 950;
  line-height: 1.08;
}

.hero-route-card {
  position: relative;
  grid-column: 2;
  grid-row: 2;
  width: min(100%, 470px);
  min-height: 250px;
  justify-self: end;
  overflow: hidden;
  padding: 28px 32px;
  border: 1px solid rgba(247, 248, 244, 0.16);
  border-radius: 22px;
  background: rgba(5, 7, 6, 0.78);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(18px);
}

.hero [data-reveal] {
  transition: none;
}

.hero [data-reveal].is-visible {
  opacity: 0;
  transform: translateY(42px);
  animation: hero-item-in 800ms var(--hero-enter-ease) var(--hero-reveal-delay, 0ms) forwards;
}

.hero__brandline {
  --hero-reveal-delay: 0ms;
}

.hero__content {
  --hero-reveal-delay: 60ms;
}

.hero-route-card {
  --hero-reveal-delay: 160ms;
}

.hero-service-row.is-visible {
  opacity: 1;
  transform: none;
  animation: none;
}

.hero-service-card {
  opacity: 1;
  transform: translateY(0);
}

.js .hero-service-card {
  opacity: 0;
  transform: translateY(42px);
}

.hero-service-row.is-visible .hero-service-card {
  animation: hero-card-in 720ms var(--hero-enter-ease) var(--hero-card-delay, 0ms) forwards;
}

.hero-service-row.is-visible .hero-service-card:nth-child(1) {
  --hero-card-delay: 220ms;
}

.hero-service-row.is-visible .hero-service-card:nth-child(2) {
  --hero-card-delay: 320ms;
}

.hero-service-row.is-visible .hero-service-card:nth-child(3) {
  --hero-card-delay: 420ms;
}

.hero-route-card__title {
  display: block;
  margin: 0 0 4px;
  color: var(--text);
  font-size: 1.88rem;
  font-weight: 950;
  line-height: 1.05;
}

.hero-route-card p {
  margin: 0;
  color: rgba(247, 248, 244, 0.74);
  font-size: 1.16rem;
  font-weight: 820;
}

.hero-route-card__map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-route-card__track,
.hero-route-card__line {
  fill: none;
  stroke-linecap: round;
  stroke-width: 7;
}

.hero-route-card__track {
  stroke: rgba(247, 248, 244, 0.14);
}

.hero-route-card__line {
  stroke: var(--green-bright);
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: route-draw 1600ms cubic-bezier(0.22, 1, 0.36, 1) 780ms forwards;
}

.hero-route-card__point circle:first-child {
  fill: rgba(120, 201, 67, 0.16);
  transform-box: fill-box;
  transform-origin: center;
  animation: route-pulse 2200ms ease-in-out infinite;
}

.hero-route-card__point circle:nth-child(2) {
  fill: var(--green-bright);
}

.hero-route-card__point--three circle:nth-child(2) {
  fill: var(--amber);
}

.hero-route-card__point text {
  fill: var(--text);
  font-size: 20px;
  font-weight: 900;
}

.hero-service-row {
  grid-column: 1 / -1;
  grid-row: 3;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.hero-service-card {
  display: grid;
  min-height: 160px;
  overflow: hidden;
  grid-template-columns: minmax(126px, 34%) 1fr;
  border: 1px solid var(--line-strong);
  border-radius: 18px;
  background: var(--glass);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(18px);
}

.hero-service-card__media {
  min-height: 100%;
  overflow: hidden;
}

.hero-service-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-service-card:nth-child(1) .hero-service-card__media img {
  object-position: 48% center;
}

.hero-service-card:nth-child(2) .hero-service-card__media img {
  object-position: 36% center;
}

.hero-service-card:nth-child(3) .hero-service-card__media img {
  object-position: 62% center;
}

.hero-service-card__body {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  padding: 22px 54px 22px 28px;
}

.hero-service-card__body > img {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 38px;
  height: 38px;
  padding: 9px;
  border: 1px solid rgba(120, 201, 67, 0.3);
  border-radius: 999px;
  background: rgba(120, 201, 67, 0.11);
}

.hero-service-card__body span {
  color: var(--green-bright);
  font-size: 1.48rem;
  font-weight: 950;
  line-height: 1;
}

.hero-service-card__title {
  display: block;
  margin: 0;
  color: var(--text);
  font-size: clamp(1.38rem, 1.72vw, 1.78rem);
  font-weight: 950;
  line-height: 1.08;
}

.hero-service-card__body p {
  margin: 0;
  color: rgba(247, 248, 244, 0.74);
  font-size: 1.04rem;
  font-weight: 760;
}

.hero__actions,
.contact-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.hero__actions {
  margin-bottom: 28px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 850;
  line-height: 1.15;
  text-align: center;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button--primary {
  background: linear-gradient(180deg, var(--green-bright), var(--green));
  color: #061006;
  box-shadow: 0 18px 38px rgba(120, 201, 67, 0.23);
}

.button--primary:hover,
.button--primary:focus-visible {
  box-shadow: 0 22px 50px rgba(120, 201, 67, 0.32);
}

.button--outline {
  border-color: rgba(247, 248, 244, 0.34);
  background: rgba(5, 7, 6, 0.34);
  color: var(--text);
}

.button--outline:hover,
.button--outline:focus-visible {
  border-color: var(--green);
  color: var(--green);
}

.hero__advantages {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 640px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero__advantages li {
  position: relative;
  min-height: 34px;
  padding: 7px 12px 7px 30px;
  border: 1px solid rgba(120, 201, 67, 0.28);
  border-radius: 6px;
  background: rgba(5, 7, 6, 0.52);
  color: rgba(247, 248, 244, 0.9);
  font-size: 0.88rem;
  font-weight: 760;
}

.hero__advantages li::before {
  position: absolute;
  left: 12px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--green);
  content: "";
  transform: translateY(-50%);
  box-shadow: 0 0 18px rgba(120, 201, 67, 0.8);
}

.section {
  padding: 96px 0;
  scroll-margin-top: var(--header-height);
}

.section--pallet-offer {
  position: relative;
  padding-top: 84px;
  padding-bottom: 104px;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(120, 201, 67, 0.08) 0, rgba(120, 201, 67, 0.08) 1px, transparent 1px, transparent 100%),
    linear-gradient(180deg, var(--bg) 0%, #030604 42%, #07100d 100%);
  isolation: isolate;
}

.section--pallet-offer::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    radial-gradient(rgba(120, 201, 67, 0.22) 1px, transparent 1px),
    linear-gradient(90deg, transparent 0%, rgba(120, 201, 67, 0.08) 58%, transparent 78%);
  background-position: center top;
  background-size: 24px 24px, 100% 100%;
  content: "";
  opacity: 0.46;
  pointer-events: none;
}

.section--mobile-offer {
  position: relative;
  padding: 58px 0 82px;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 24%, rgba(120, 201, 67, 0.18), transparent 30%),
    radial-gradient(circle at 47% 44%, rgba(120, 201, 67, 0.14), transparent 18%),
    linear-gradient(180deg, #020403 0%, #030604 48%, #050806 100%);
  isolation: isolate;
}

.section--mobile-offer::before,
.section--mobile-offer::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
}

.section--mobile-offer::before {
  background-image:
    linear-gradient(rgba(120, 201, 67, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120, 201, 67, 0.08) 1px, transparent 1px),
    radial-gradient(rgba(120, 201, 67, 0.34) 1px, transparent 1px);
  background-position: center top, center top, 72% 12%;
  background-size: 58px 58px, 58px 58px, 18px 18px;
  opacity: 0.28;
}

.section--mobile-offer::after {
  background:
    linear-gradient(145deg, transparent 50%, rgba(120, 201, 67, 0.18) 72%, transparent 74%),
    linear-gradient(148deg, transparent 54%, rgba(120, 201, 67, 0.08) 76%, transparent 78%);
  opacity: 0.72;
}

.mobile-offer {
  position: relative;
  z-index: 1;
}

.mobile-offer__heading {
  max-width: 760px;
}

.mobile-offer__heading h2 {
  max-width: 720px;
  margin-bottom: 20px;
  color: var(--text);
  font-size: clamp(2.55rem, 10.8vw, 4.5rem);
  font-weight: 950;
  line-height: 1.02;
  letter-spacing: 0;
}

.mobile-offer__heading p:last-child {
  max-width: 670px;
  margin-bottom: 0;
  color: rgba(247, 248, 244, 0.72);
  font-size: clamp(1rem, 3.8vw, 1.28rem);
  line-height: 1.55;
}

.offer-slider {
  position: relative;
  margin-top: 34px;
}

.offer-slider__viewport {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  padding: 20px 0 26px;
  outline: none;
  touch-action: pan-y;
}

.offer-slider__viewport:focus-visible {
  box-shadow: 0 0 0 3px rgba(120, 201, 67, 0.36) inset;
}

.offer-slider__track {
  display: flex;
  gap: var(--offer-card-gap, 16px);
  align-items: stretch;
  will-change: transform;
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.offer-slider.is-dragging .offer-slider__track {
  transition-duration: 0ms;
}

.offer-card {
  position: relative;
  display: flex;
  width: clamp(224px, 66vw, 286px);
  min-height: 430px;
  flex: 0 0 clamp(224px, 66vw, 286px);
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(247, 248, 244, 0.16);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(16, 22, 18, 0.96), rgba(4, 7, 5, 0.98));
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.05) inset,
    0 18px 48px rgba(0, 0, 0, 0.46);
  opacity: 0.68;
  transform: scale(0.91);
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1), opacity 300ms ease, border-color 300ms ease, box-shadow 300ms ease;
}

.offer-card::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, transparent 38%, rgba(3, 6, 4, 0.76) 70%, rgba(3, 6, 4, 0.96) 100%);
  content: "";
  pointer-events: none;
}

.offer-card.is-active {
  border-color: rgba(120, 201, 67, 0.92);
  opacity: 1;
  transform: scale(1);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.08) inset,
    0 28px 70px rgba(0, 0, 0, 0.56),
    0 0 0 1px rgba(120, 201, 67, 0.32),
    0 0 34px rgba(120, 201, 67, 0.48);
  animation: offer-card-glow 2600ms ease-in-out infinite;
}

.offer-card:hover,
.offer-card:focus-within {
  transform: translateY(-7px) scale(var(--offer-hover-scale, 0.93));
  border-color: rgba(120, 201, 67, 0.72);
}

.offer-card.is-active:hover,
.offer-card.is-active:focus-within {
  --offer-hover-scale: 1;
}

.offer-card__media {
  position: relative;
  height: 178px;
  overflow: hidden;
}

.offer-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.95) contrast(1.08) brightness(0.78);
  transition: transform 420ms ease, filter 300ms ease;
}

.offer-card.is-active .offer-card__media img,
.offer-card:hover .offer-card__media img {
  transform: scale(1.04);
  filter: saturate(1.08) contrast(1.12) brightness(0.9);
}

.offer-card__body {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 252px;
  align-content: start;
  padding: 0 24px 24px;
}

.offer-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  margin-top: -28px;
  margin-bottom: 24px;
  border: 1px solid rgba(120, 201, 67, 0.34);
  border-radius: 999px;
  background: rgba(67, 126, 31, 0.42);
  box-shadow: 0 0 28px rgba(120, 201, 67, 0.34);
}

.offer-icon img {
  width: 31px;
  height: 31px;
}

.offer-card h3 {
  margin-bottom: 8px;
  color: var(--text);
  font-size: 1.42rem;
  font-weight: 900;
  line-height: 1.1;
}

.offer-card p {
  max-width: 210px;
  margin-bottom: 26px;
  color: rgba(247, 248, 244, 0.66);
  font-size: 0.98rem;
}

.offer-card__arrow {
  align-self: end;
  width: max-content;
  color: var(--green);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  transition: transform 180ms ease, color 180ms ease;
}

.offer-card__arrow:hover,
.offer-card__arrow:focus-visible {
  color: var(--green-bright);
  transform: translateX(4px);
}

.offer-slider__control {
  position: absolute;
  top: 224px;
  z-index: 5;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(247, 248, 244, 0.28);
  border-radius: 999px;
  background: rgba(5, 8, 6, 0.7);
  color: var(--text);
  cursor: pointer;
  backdrop-filter: blur(12px);
  transition: transform 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.offer-slider__control span {
  transform: translateY(-1px);
  font-size: 2.25rem;
  line-height: 1;
}

.offer-slider__control--prev {
  left: max(10px, calc((100vw - var(--max)) / 2 + 10px));
}

.offer-slider__control--next {
  right: max(10px, calc((100vw - var(--max)) / 2 + 10px));
}

.offer-slider__control:hover,
.offer-slider__control:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(120, 201, 67, 0.7);
  color: var(--green);
  box-shadow: 0 0 24px rgba(120, 201, 67, 0.22);
}

.offer-slider__dots {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 0;
}

.offer-slider__dots button {
  width: 13px;
  height: 13px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(247, 248, 244, 0.3);
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.offer-slider__dots button[aria-current="true"] {
  background: var(--green);
  box-shadow: 0 0 18px rgba(120, 201, 67, 0.78);
  transform: scale(1.16);
}

.offer-slider__dots button:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 4px;
}

.offer-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 30px;
  overflow: hidden;
  border: 1px solid rgba(247, 248, 244, 0.16);
  border-radius: 18px;
  background: rgba(7, 11, 8, 0.84);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.04) inset,
    0 22px 60px rgba(0, 0, 0, 0.38);
}

.offer-benefits article {
  display: grid;
  min-width: 0;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 22px 18px;
  border-right: 1px solid rgba(247, 248, 244, 0.14);
}

.offer-benefits article > div {
  min-width: 0;
}

.offer-benefits article:last-child {
  border-right: 0;
}

.offer-benefits__icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(120, 201, 67, 0.34);
  border-radius: 15px;
  background: rgba(45, 84, 22, 0.38);
  box-shadow: 0 0 22px rgba(120, 201, 67, 0.18);
}

.offer-benefits__icon img {
  width: 31px;
  height: 31px;
}

.offer-benefits h3 {
  margin-bottom: 2px;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.offer-benefits p {
  margin-bottom: 0;
  color: rgba(247, 248, 244, 0.62);
  font-size: 0.9rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.offer-transport-card {
  position: relative;
  display: grid;
  min-height: 328px;
  grid-template-columns: minmax(0, 0.72fr) minmax(360px, 1fr);
  align-items: stretch;
  margin-top: 44px;
  overflow: hidden;
  border: 1px solid rgba(247, 248, 244, 0.16);
  border-radius: 22px;
  background:
    linear-gradient(90deg, rgba(6, 10, 8, 0.98) 0%, rgba(6, 10, 8, 0.92) 42%, rgba(6, 10, 8, 0.25) 70%),
    linear-gradient(180deg, rgba(26, 34, 27, 0.98), rgba(6, 8, 6, 0.98));
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.05) inset,
    0 26px 72px rgba(0, 0, 0, 0.48);
}

.offer-transport-card::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(115deg, rgba(120, 201, 67, 0.2), transparent 42%);
  content: "";
  pointer-events: none;
}

.offer-transport-card__content {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  padding: 42px;
}

.offer-transport-card h3 {
  max-width: 540px;
  margin-bottom: 14px;
  color: var(--text);
  font-size: clamp(2rem, 4.8vw, 3rem);
  font-weight: 950;
  line-height: 1.04;
}

.offer-transport-card p:not(.eyebrow) {
  max-width: 470px;
  margin-bottom: 26px;
  color: rgba(247, 248, 244, 0.72);
}

.offer-transport-card .button {
  width: max-content;
}

.offer-transport-card__media {
  position: relative;
  min-height: 320px;
  overflow: hidden;
}

.offer-transport-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.04) contrast(1.05) brightness(0.9);
}

@keyframes offer-card-glow {
  0%,
  100% {
    box-shadow:
      0 1px 0 rgba(255, 255, 255, 0.08) inset,
      0 28px 70px rgba(0, 0, 0, 0.56),
      0 0 0 1px rgba(120, 201, 67, 0.3),
      0 0 28px rgba(120, 201, 67, 0.36);
  }

  50% {
    box-shadow:
      0 1px 0 rgba(255, 255, 255, 0.08) inset,
      0 30px 80px rgba(0, 0, 0, 0.62),
      0 0 0 1px rgba(120, 201, 67, 0.45),
      0 0 46px rgba(120, 201, 67, 0.58);
  }
}

@media (min-width: 901px) {
  .section--mobile-offer {
    padding: 98px 0 112px;
    background:
      linear-gradient(120deg, rgba(120, 201, 67, 0.08) 0, rgba(120, 201, 67, 0.08) 1px, transparent 1px, transparent 100%),
      linear-gradient(180deg, #020403 0%, #040806 48%, #07100d 100%);
  }

  .section--mobile-offer::before {
    background-image:
      radial-gradient(rgba(120, 201, 67, 0.2) 1px, transparent 1px),
      linear-gradient(90deg, transparent 0%, rgba(120, 201, 67, 0.07) 56%, transparent 78%);
    background-position: center top, center center;
    background-size: 24px 24px, 100% 100%;
    opacity: 0.34;
  }

  .section--mobile-offer::after {
    background:
      linear-gradient(180deg, rgba(2, 4, 3, 0.12), transparent 26%, rgba(2, 4, 3, 0.26) 100%),
      linear-gradient(118deg, transparent 42%, rgba(120, 201, 67, 0.1) 68%, transparent 70%);
    opacity: 0.86;
  }

  .mobile-offer__heading {
    display: grid;
    max-width: none;
    grid-template-columns: minmax(0, 0.96fr) minmax(320px, 0.66fr);
    gap: 18px 58px;
    align-items: end;
  }

  .mobile-offer__heading .eyebrow {
    grid-column: 1 / -1;
    margin-bottom: 0;
  }

  .mobile-offer__heading h2 {
    max-width: 760px;
    margin-bottom: 0;
    font-size: clamp(3.12rem, 4.9vw, 5.28rem);
    line-height: 0.98;
  }

  .mobile-offer__heading p:last-child {
    max-width: 500px;
    justify-self: end;
    font-size: 1.08rem;
  }

  .offer-slider {
    margin-top: 46px;
  }

  .offer-slider__viewport {
    width: 100%;
    margin-left: 0;
    overflow: visible;
    padding: 0;
  }

  .offer-slider__viewport:focus-visible {
    box-shadow: 0 0 0 3px rgba(120, 201, 67, 0.28);
  }

  .offer-slider__track {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
    transform: none !important;
    transition: none;
    will-change: auto;
  }

  .offer-card,
  .offer-card.is-active {
    width: auto;
    min-height: 498px;
    flex: initial;
    border-color: rgba(247, 248, 244, 0.14);
    border-radius: 18px;
    opacity: 1;
    transform: none;
    animation: none;
    box-shadow:
      0 1px 0 rgba(255, 255, 255, 0.05) inset,
      0 22px 56px rgba(0, 0, 0, 0.42);
  }

  .offer-card::after {
    background: linear-gradient(180deg, transparent 42%, rgba(3, 6, 4, 0.7) 74%, rgba(3, 6, 4, 0.96) 100%);
  }

  .offer-card:hover,
  .offer-card:focus-within,
  .offer-card.is-active:hover,
  .offer-card.is-active:focus-within {
    transform: translateY(-7px);
    border-color: rgba(120, 201, 67, 0.58);
    box-shadow:
      0 1px 0 rgba(255, 255, 255, 0.07) inset,
      0 28px 70px rgba(0, 0, 0, 0.5),
      0 0 0 1px rgba(120, 201, 67, 0.18);
  }

  .offer-card__media {
    height: 238px;
  }

  .offer-card__body {
    min-height: 260px;
    padding: 0 28px 30px;
  }

  .offer-card h3 {
    font-size: clamp(1.48rem, 1.8vw, 1.8rem);
  }

  .offer-card p {
    max-width: 280px;
    font-size: 1.02rem;
  }

  .offer-slider__control,
  .offer-slider__dots {
    display: none;
  }

  .offer-benefits {
    margin-top: 22px;
    border-radius: 14px;
  }

  .offer-benefits article {
    padding: 24px;
  }

  .offer-transport-card {
    min-height: 306px;
    grid-template-columns: minmax(0, 0.76fr) minmax(420px, 1fr);
    margin-top: 28px;
    border-radius: 18px;
  }

  .offer-transport-card__content {
    padding: 38px;
  }

  .offer-transport-card h3 {
    font-size: clamp(2.1rem, 3.2vw, 2.82rem);
  }

  .offer-transport-card__media {
    min-height: 306px;
  }
}

.section--process {
  position: relative;
  padding: 102px 0 112px;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  background:
    radial-gradient(circle at 18% 18%, rgba(120, 201, 67, 0.16), transparent 28%),
    radial-gradient(circle at 86% 20%, rgba(214, 162, 77, 0.09), transparent 24%),
    linear-gradient(180deg, #07100c 0%, #09130e 48%, #06100c 100%);
  isolation: isolate;
}

.section--process::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(120, 201, 67, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120, 201, 67, 0.055) 1px, transparent 1px);
  background-size: 54px 54px;
  content: "";
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 78%, transparent);
  opacity: 0.56;
}

.section--transport {
  background:
    linear-gradient(180deg, #080d0a 0%, #0a110d 48%, #07100c 100%);
}

.section--why {
  position: relative;
  padding: 104px 0 114px;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  background:
    radial-gradient(circle at 78% 18%, rgba(120, 201, 67, 0.16), transparent 28%),
    radial-gradient(circle at 18% 88%, rgba(214, 162, 77, 0.08), transparent 24%),
    linear-gradient(180deg, #07110d 0%, #0b1510 52%, #07100c 100%);
  isolation: isolate;
}

.section--why::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    radial-gradient(rgba(120, 201, 67, 0.18) 1px, transparent 1px),
    linear-gradient(120deg, transparent 48%, rgba(120, 201, 67, 0.08) 49%, transparent 50%);
  background-position: center top, center;
  background-size: 22px 22px, 100% 100%;
  content: "";
  opacity: 0.38;
  pointer-events: none;
}

.section__inner,
.contact-cta__inner,
.footer-grid,
.footer-bottom {
  width: min(100% - 72px, var(--max));
  margin: 0 auto;
}

.section__heading,
.process-heading,
.why-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.64fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 44px;
}

.section__heading h2,
.process-heading h2,
.why-heading h2,
.pallets-copy h2,
.transport-copy h2,
.service-main h2,
.contact-cta h2,
.trust-panel h3,
.contact-card h2 {
  margin-bottom: 0;
  color: var(--text);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
}

.section__heading h2,
.process-heading h2,
.why-heading h2,
.pallets-copy h2,
.transport-copy h2,
.contact-cta h2 {
  font-size: 2.56rem;
}

.section__heading p:last-child,
.process-heading p:last-child,
.why-heading p:last-child {
  margin-bottom: 0;
}

.process-section {
  position: relative;
  z-index: 1;
}

.process-heading {
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 0.58fr);
  margin-bottom: 54px;
}

.why-section {
  position: relative;
  z-index: 1;
}

.why-heading {
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 0.6fr);
  margin-bottom: 54px;
}

.pallet-offer {
  position: relative;
  z-index: 1;
}

.pallet-offer__heading {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(320px, 0.62fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 34px;
}

.pallet-offer__heading h2,
.pallet-feature-card h3,
.pallet-transport-card h3 {
  margin-bottom: 0;
  color: var(--text);
  font-weight: 950;
  line-height: 1.04;
  letter-spacing: 0;
}

.pallet-offer__heading h2 {
  max-width: 760px;
  font-size: 4.2rem;
}

.pallet-offer__heading p:last-child {
  margin-bottom: 0;
  color: rgba(247, 248, 244, 0.78);
  font-size: 1.05rem;
}

.pallet-feature-card,
.pallet-service-card,
.pallet-offer__facts,
.pallet-transport-card {
  border: 1px solid rgba(247, 248, 244, 0.13);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(15, 21, 17, 0.96), rgba(5, 8, 6, 0.98));
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.04) inset,
    0 22px 70px rgba(0, 0, 0, 0.38);
}

.pallet-feature-card,
.pallet-service-card,
.pallet-transport-card {
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.pallet-feature-card:hover,
.pallet-feature-card:focus-within,
.pallet-service-card:hover,
.pallet-service-card:focus-within,
.pallet-transport-card:hover,
.pallet-transport-card:focus-within {
  transform: translateY(-7px);
  border-color: rgba(120, 201, 67, 0.45);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.05) inset,
    0 28px 86px rgba(0, 0, 0, 0.5),
    0 0 34px rgba(120, 201, 67, 0.18);
}

.pallet-feature-card {
  position: relative;
  display: grid;
  min-height: 356px;
  overflow: hidden;
  grid-template-columns: minmax(0, 0.85fr) minmax(370px, 0.68fr);
}

.pallet-feature-card::before,
.pallet-transport-card::before {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(120, 201, 67, 0.34), transparent 32%),
    linear-gradient(180deg, rgba(120, 201, 67, 0.12), transparent 42%);
  content: "";
  opacity: 0.65;
  pointer-events: none;
}

.pallet-feature-card__content,
.pallet-transport-card__content {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  padding: 42px;
}

.pallet-feature-card h3 {
  max-width: 620px;
  margin-bottom: 18px;
  font-size: 2.34rem;
}

.pallet-feature-card p:last-child,
.pallet-transport-card p {
  max-width: 600px;
  margin-bottom: 0;
}

.card-kicker {
  margin: 0 0 10px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.icon-box--large {
  width: 58px;
  height: 58px;
  margin-bottom: 24px;
  box-shadow: 0 0 24px rgba(120, 201, 67, 0.24);
}

.pallet-feature-card__media,
.pallet-transport-card__media {
  position: relative;
  min-height: 320px;
  overflow: hidden;
}

.pallet-stack-visual {
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(120, 201, 67, 0.16), rgba(8, 13, 10, 0.92)),
    repeating-linear-gradient(90deg, rgba(247, 248, 244, 0.04) 0 1px, transparent 1px 36px);
}

.pallet-stack-visual > span {
  position: absolute;
  z-index: 1;
  display: block;
}

.pallet-stack-visual__glow {
  width: 68%;
  height: 58%;
  border: 1px solid rgba(120, 201, 67, 0.28);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(120, 201, 67, 0.16), rgba(120, 201, 67, 0.02));
  filter: blur(10px);
}

.pallet-stack-visual__deck {
  width: 62%;
  height: 86px;
  border: 1px solid rgba(120, 201, 67, 0.34);
  border-radius: 8px;
  background:
    repeating-linear-gradient(90deg, rgba(120, 201, 67, 0.82) 0 12px, rgba(27, 63, 22, 0.96) 12px 18px),
    linear-gradient(180deg, rgba(120, 201, 67, 0.72), rgba(62, 114, 40, 0.82));
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.32), 0 0 24px rgba(120, 201, 67, 0.18);
  transform: perspective(520px) rotateX(58deg) rotateZ(-8deg);
}

.pallet-stack-visual__deck::before,
.pallet-stack-visual__deck::after {
  position: absolute;
  left: 8%;
  right: 8%;
  height: 12px;
  border-radius: 4px;
  background: rgba(18, 29, 20, 0.86);
  content: "";
}

.pallet-stack-visual__deck::before {
  top: 22px;
}

.pallet-stack-visual__deck::after {
  bottom: 18px;
}

.pallet-stack-visual__deck--top {
  top: 30%;
}

.pallet-stack-visual__deck--middle {
  top: 43%;
  opacity: 0.72;
}

.pallet-stack-visual__deck--bottom {
  top: 56%;
  opacity: 0.52;
}

.pallet-stack-visual__shadow {
  bottom: 16%;
  width: 66%;
  height: 24px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.42);
  filter: blur(8px);
}

.pallet-feature-card__media::after,
.pallet-transport-card__media::after,
.pallet-service-card picture::after,
.pallet-service-card__visual::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(5, 7, 6, 0.52), rgba(5, 7, 6, 0.08)),
    linear-gradient(180deg, transparent 44%, rgba(5, 7, 6, 0.68));
  content: "";
  pointer-events: none;
}

.pallet-feature-card img,
.pallet-transport-card img,
.pallet-service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.96) contrast(1.06);
}

.pallet-transport-card__media img {
  position: relative;
  z-index: 0;
}

.pallet-transport-card__media::after {
  z-index: 1;
}

.pallet-offer__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 22px 0 26px;
  padding: 16px;
}

.pallet-offer__facts > div {
  display: grid;
  min-width: 0;
  grid-template-columns: 54px minmax(0, 1fr);
  column-gap: 14px;
  align-items: center;
  padding: 12px 18px;
  border-right: 1px solid rgba(247, 248, 244, 0.12);
}

.pallet-offer__facts > div:last-child {
  border-right: 0;
}

.mini-icon {
  display: grid;
  width: 48px;
  height: 48px;
  grid-row: span 2;
  place-items: center;
  border: 1px solid rgba(120, 201, 67, 0.28);
  border-radius: 8px;
  background: rgba(120, 201, 67, 0.08);
  color: var(--green);
  box-shadow: 0 0 22px rgba(120, 201, 67, 0.14);
}

.mini-icon svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
}

.pallet-offer__facts strong {
  color: var(--text);
  font-size: 1rem;
  line-height: 1.24;
}

.pallet-offer__facts span:last-child {
  color: var(--muted);
  font-size: 0.92rem;
}

.pallet-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  scroll-margin-top: calc(var(--header-height) + 18px);
}

.pallet-service-card {
  position: relative;
  min-height: 426px;
  overflow: hidden;
}

.pallet-service-card picture,
.pallet-service-card__visual {
  position: relative;
  height: 190px;
  overflow: hidden;
  background: #0a100d;
}

.pallet-service-card__visual {
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(120, 201, 67, 0.16), rgba(6, 10, 8, 0.96)),
    repeating-linear-gradient(90deg, rgba(247, 248, 244, 0.045) 0 1px, transparent 1px 34px);
}

.pallet-service-card__visual::before {
  position: absolute;
  inset: 26px;
  z-index: 1;
  border: 1px solid rgba(120, 201, 67, 0.16);
  border-radius: 8px;
  background: rgba(120, 201, 67, 0.04);
  content: "";
  transform: skewX(-8deg);
}

.pallet-service-card__visual svg {
  position: relative;
  z-index: 1;
  width: 118px;
  height: 88px;
  fill: none;
  stroke: var(--green);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4;
  filter: drop-shadow(0 0 16px rgba(120, 201, 67, 0.42));
  transition: transform 320ms ease;
}

.pallet-service-card img {
  transition: transform 320ms ease, filter 180ms ease;
}

.pallet-service-card:hover img,
.pallet-service-card:focus-within img {
  transform: scale(1.04);
  filter: saturate(1.08) contrast(1.1);
}

.pallet-service-card:hover .pallet-service-card__visual svg,
.pallet-service-card:focus-within .pallet-service-card__visual svg {
  transform: translateY(-3px) scale(1.04);
  filter: drop-shadow(0 0 22px rgba(120, 201, 67, 0.58));
}

.pallet-service-card__body {
  position: relative;
  z-index: 1;
  padding: 0 24px 26px;
}

.pallet-service-card .icon-box {
  width: 54px;
  height: 54px;
  margin: -27px 0 18px;
  background: rgba(32, 82, 23, 0.72);
  box-shadow: 0 0 24px rgba(120, 201, 67, 0.24);
}

.pallet-service-card h3 {
  margin-bottom: 12px;
  color: var(--text);
  font-size: 1.24rem;
  line-height: 1.18;
}

.pallet-service-card p {
  margin-bottom: 0;
}

.pallet-transport-card {
  position: relative;
  display: grid;
  min-height: 326px;
  margin-top: 28px;
  overflow: hidden;
  grid-template-columns: minmax(0, 0.72fr) minmax(360px, 0.88fr);
}

.pallet-transport-card h3 {
  max-width: 590px;
  margin-bottom: 16px;
  font-size: 2.04rem;
}

.pallet-transport-card p {
  margin-bottom: 24px;
}

.pallet-transport-card .button {
  width: max-content;
  max-width: 100%;
}

.pallet-transport-card__media {
  min-height: 326px;
}

.pallets-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.7fr);
  gap: 42px;
  align-items: center;
}

.pallets-copy p {
  max-width: 730px;
}

.pallets-panel {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(18, 25, 20, 0.98), rgba(8, 13, 10, 0.98));
  box-shadow: var(--shadow);
}

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

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

.service-card,
.realization-card,
.trust-panel,
.service-aside > div,
.benefit-grid article,
.contact-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(18, 25, 20, 0.98), rgba(8, 13, 10, 0.98));
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.035) inset;
}

.service-card,
.realization-card {
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.service-card {
  min-height: 320px;
  padding: 26px;
}

.service-card:hover,
.service-card:focus-within,
.realization-card:hover,
.realization-card:focus-within {
  transform: translateY(-7px);
  border-color: rgba(120, 201, 67, 0.36);
  box-shadow: var(--shadow);
}

.service-card__body,
.realization-card > div {
  padding: 24px;
}

.icon-box {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  margin-bottom: 24px;
  border: 1px solid rgba(120, 201, 67, 0.25);
  border-radius: 8px;
  background: rgba(120, 201, 67, 0.08);
  color: var(--green);
}

.icon-box svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.service-card h3,
.realization-card h3,
.service-main h3 {
  margin-bottom: 10px;
  color: var(--text);
  font-size: 1.2rem;
  line-height: 1.24;
}

.service-card p,
.realization-card p {
  margin-bottom: 20px;
}

.text-link,
.inline-link {
  color: var(--green);
  font-weight: 860;
}

.text-link span {
  display: inline-block;
  transition: transform 180ms ease;
}

.text-link:hover,
.text-link:focus-visible,
.inline-link:hover,
.inline-link:focus-visible {
  color: var(--text);
}

.text-link:hover span,
.text-link:focus-visible span {
  transform: translateX(3px);
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.68fr);
  gap: 48px;
  align-items: start;
}

.split-layout p {
  max-width: 720px;
}

.trust-panel {
  padding: 28px;
}

.trust-panel h3 {
  margin-bottom: 18px;
  font-size: 1.36rem;
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  color: var(--soft);
}

.check-list li {
  position: relative;
  padding-left: 28px;
}

.check-list li::before {
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--green);
  content: "";
  box-shadow: 0 0 16px rgba(120, 201, 67, 0.65);
}

.process-flow {
  position: relative;
  padding: 38px 0 12px;
}

.process-flow__rail {
  position: absolute;
  left: 9%;
  right: 9%;
  top: 92px;
  z-index: 0;
  height: 2px;
  pointer-events: none;
}

.process-flow__line {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background:
    linear-gradient(90deg, transparent, rgba(120, 201, 67, 0.82) 14%, rgba(214, 162, 77, 0.78) 52%, rgba(120, 201, 67, 0.82) 86%, transparent);
  box-shadow: 0 0 26px rgba(120, 201, 67, 0.28);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1200ms cubic-bezier(0.16, 1, 0.3, 1);
}

.process-flow.is-visible .process-flow__line {
  transform: scaleX(1);
}

.process-flow__pulse {
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: var(--green-bright);
  box-shadow: 0 0 0 8px rgba(120, 201, 67, 0.12), 0 0 28px rgba(141, 224, 90, 0.74);
  opacity: 0;
  transform: translate(-50%, -50%);
}

.process-flow.is-visible .process-flow__pulse {
  animation: process-pulse-horizontal 5200ms cubic-bezier(0.22, 1, 0.36, 1) 350ms infinite;
}

.process-timeline {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-step {
  position: relative;
  display: grid;
  min-height: 292px;
  align-content: start;
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(19, 28, 22, 0.96), rgba(6, 10, 8, 0.98)),
    radial-gradient(circle at 18% 0%, rgba(120, 201, 67, 0.14), transparent 34%);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04) inset;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.process-step:nth-child(even) {
  margin-top: 44px;
}

.process-step:hover,
.process-step:focus-within {
  transform: translateY(-6px);
  border-color: rgba(120, 201, 67, 0.36);
  box-shadow: var(--shadow);
}

.process-step::before {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(120, 201, 67, 0.14), transparent 34%, rgba(214, 162, 77, 0.08));
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.process-step:hover::before,
.process-step:focus-within::before {
  opacity: 1;
}

.process-step__index,
.process-step__icon,
.process-step__body {
  position: relative;
  z-index: 1;
}

.process-step__index {
  color: rgba(141, 224, 90, 0.82);
  font-size: 0.78rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.process-step__icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid rgba(120, 201, 67, 0.34);
  border-radius: 16px;
  background: rgba(45, 84, 22, 0.4);
  box-shadow: 0 0 28px rgba(120, 201, 67, 0.18);
}

.process-step__icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.process-step h3 {
  margin-bottom: 10px;
  color: var(--text);
  font-size: 1.22rem;
  line-height: 1.12;
}

.process-step p {
  margin-bottom: 0;
  color: rgba(247, 248, 244, 0.7);
  font-size: 0.98rem;
  line-height: 1.48;
}

.transport-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1fr);
  gap: 48px;
  align-items: center;
}

.transport-copy p {
  max-width: 570px;
  margin: 18px 0 24px;
}

.route-map {
  position: relative;
  margin: 0;
  padding: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(17, 27, 21, 0.96), rgba(5, 9, 7, 0.98)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 64px);
  box-shadow: var(--shadow);
  transform: translate3d(0, var(--map-parallax, 0px), 0);
}

.route-map__media {
  display: grid;
  width: 100%;
  min-height: 330px;
  overflow: hidden;
  place-items: center;
  border: 1px solid rgba(247, 248, 244, 0.08);
  border-radius: 8px;
  background: #07100c;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.04) inset,
    0 24px 70px rgba(0, 0, 0, 0.34) inset;
  aspect-ratio: 640 / 420;
}

.route-map__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.route-map figcaption {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.route-map figcaption span {
  padding: 7px 11px;
  border: 1px solid rgba(120, 201, 67, 0.22);
  border-radius: 6px;
  background: rgba(120, 201, 67, 0.07);
  color: rgba(247, 248, 244, 0.86);
  font-size: 0.84rem;
  font-weight: 780;
}

.why-showcase {
  position: relative;
  padding-top: 24px;
}

.why-showcase__path {
  position: absolute;
  left: 10%;
  right: 10%;
  top: 86px;
  height: 2px;
  pointer-events: none;
}

.why-showcase__path::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 999px;
  background: var(--green-bright);
  box-shadow: 0 0 0 8px rgba(120, 201, 67, 0.12), 0 0 28px rgba(141, 224, 90, 0.72);
  content: "";
  opacity: 0;
  transform: translate(-50%, -50%);
}

.why-showcase.is-visible .why-showcase__path::after {
  animation: why-path-horizontal 5000ms cubic-bezier(0.22, 1, 0.36, 1) 450ms infinite;
}

.why-showcase__path span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background:
    linear-gradient(90deg, transparent, rgba(120, 201, 67, 0.8) 14%, rgba(214, 162, 77, 0.72) 50%, rgba(120, 201, 67, 0.8) 86%, transparent);
  box-shadow: 0 0 28px rgba(120, 201, 67, 0.26);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1100ms cubic-bezier(0.16, 1, 0.3, 1);
}

.why-showcase.is-visible .why-showcase__path span {
  transform: scaleX(1);
}

.why-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.why-item {
  position: relative;
  display: grid;
  min-height: 286px;
  align-content: start;
  gap: 18px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(18, 27, 21, 0.97), rgba(7, 12, 9, 0.98)),
    radial-gradient(circle at 22% 0%, rgba(120, 201, 67, 0.15), transparent 36%);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04) inset;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.why-item:nth-child(2) {
  margin-top: 36px;
}

.why-item::before {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(120, 201, 67, 0.14), transparent 36%, rgba(214, 162, 77, 0.08)),
    linear-gradient(90deg, transparent, rgba(141, 224, 90, 0.12), transparent);
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.why-item:hover,
.why-item:focus-within {
  transform: translateY(-7px);
  border-color: rgba(120, 201, 67, 0.42);
  box-shadow: var(--shadow);
}

.why-item:hover::before,
.why-item:focus-within::before {
  opacity: 1;
}

.why-item__index,
.why-item__icon,
.why-item__body {
  position: relative;
  z-index: 1;
}

.why-item__index {
  color: rgba(141, 224, 90, 0.82);
  font-size: 0.78rem;
  font-weight: 950;
  line-height: 1;
}

.why-item__icon {
  width: 60px;
  height: 60px;
  margin-bottom: 4px;
  border-radius: 16px;
  background: rgba(45, 84, 22, 0.42);
  box-shadow: 0 0 28px rgba(120, 201, 67, 0.2);
}

.why-item__icon svg {
  width: 31px;
  height: 31px;
}

.why-item h3 {
  margin-bottom: 10px;
  color: var(--text);
  font-size: 1.28rem;
  line-height: 1.14;
}

.why-item p {
  margin-bottom: 0;
  color: rgba(247, 248, 244, 0.7);
  line-height: 1.5;
}

.contact-cta {
  padding: 78px 0;
  background:
    linear-gradient(90deg, rgba(214, 162, 77, 0.1), transparent 42%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-deep) 100%);
}

.contact-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  padding: 42px 0;
  border-top: 1px solid rgba(120, 201, 67, 0.26);
  border-bottom: 1px solid rgba(120, 201, 67, 0.26);
}

.contact-cta p:last-child {
  max-width: 620px;
  margin: 16px 0 0;
}

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

.contact-card {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 270px;
  padding: 28px;
  color: var(--muted);
  font-style: normal;
}

.contact-card h2 {
  margin-bottom: 8px;
  color: var(--text);
  font-size: 1.3rem;
}

.contact-card strong {
  color: var(--text);
}

.contact-card a {
  color: var(--green);
  font-weight: 820;
}

.site-footer {
  padding: 72px 0 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: #020403;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(250px, 1.05fr) minmax(150px, 0.6fr) minmax(230px, 0.9fr) minmax(250px, 0.95fr);
  gap: 38px;
}

.brand--footer {
  margin-bottom: 20px;
}

.brand--footer .brand__logo {
  height: 62px;
  max-width: 205px;
}

.footer-about p {
  max-width: 360px;
  margin-bottom: 0;
}

.site-footer h2 {
  margin: 0 0 16px;
  color: var(--text);
  font-size: 0.95rem;
  font-weight: 900;
}

.site-footer ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer a,
.site-footer address span {
  color: var(--muted);
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--green);
}

.site-footer address {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-style: normal;
}

.site-footer address strong {
  color: var(--text);
}

.footer-bottom {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 24px;
  margin-top: 56px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(185, 193, 180, 0.76);
  font-size: 0.9rem;
}

.footer-bottom details {
  max-width: 470px;
}

.footer-bottom summary {
  cursor: pointer;
  color: var(--green);
  font-weight: 780;
}

.footer-bottom p {
  max-width: none;
  margin: 10px 0 0;
  color: rgba(185, 193, 180, 0.76);
}

@supports (content-visibility: auto) {
  .section:not(:first-child),
  .service-card,
  .offer-card,
  .offer-benefits,
  .offer-transport-card,
  .pallet-feature-card,
  .pallet-service-card,
  .pallet-transport-card,
  .why-item,
  .route-map {
    content-visibility: auto;
    contain-intrinsic-size: 320px;
  }
}

[data-reveal] {
  opacity: 1;
  transform: translateY(0);
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 560ms ease,
    transform 560ms ease;
  transition-delay: calc(var(--reveal-index, 0) * 70ms);
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

[data-reveal].is-visible.pallet-feature-card:hover,
[data-reveal].is-visible.pallet-feature-card:focus-within,
[data-reveal].is-visible.offer-transport-card:hover,
[data-reveal].is-visible.offer-transport-card:focus-within,
[data-reveal].is-visible.pallet-service-card:hover,
[data-reveal].is-visible.pallet-service-card:focus-within,
[data-reveal].is-visible.pallet-transport-card:hover,
[data-reveal].is-visible.pallet-transport-card:focus-within,
[data-reveal].is-visible.service-card:hover,
[data-reveal].is-visible.service-card:focus-within,
[data-reveal].is-visible.process-step:hover,
[data-reveal].is-visible.process-step:focus-within,
[data-reveal].is-visible.why-item:hover,
[data-reveal].is-visible.why-item:focus-within {
  transform: translateY(-7px);
}

@keyframes process-pulse-horizontal {
  0% {
    left: 0;
    opacity: 0;
  }
  9%,
  82% {
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}

@keyframes process-pulse-vertical {
  0% {
    top: 0;
    opacity: 0;
  }
  9%,
  82% {
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}

@keyframes why-path-horizontal {
  0% {
    left: 0;
    opacity: 0;
  }
  10%,
  78% {
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}

@keyframes why-path-vertical {
  0% {
    top: 0;
    opacity: 0;
  }
  10%,
  78% {
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}

@keyframes route-draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes route-pulse {
  0%,
  100% {
    opacity: 0.35;
    transform: scale(0.82);
  }
  50% {
    opacity: 0.9;
    transform: scale(1.08);
  }
}

@keyframes hero-item-in {
  from {
    opacity: 0;
    transform: translateY(42px);
    filter: blur(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes hero-card-in {
  from {
    opacity: 0;
    transform: translateY(42px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hero-phone-in {
  from {
    opacity: 0;
    transform: translateX(42px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
  }
}

@media (max-width: 1180px) {
  .site-header {
    padding: 14px 30px;
  }

  .site-nav {
    gap: 18px;
  }

  .hero-title {
    font-size: 4.16rem;
  }

  .hero__inner {
    width: min(100% - 60px, 1320px);
    grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
    gap: 24px 34px;
  }

  .hero__location {
    font-size: 1.16rem;
  }

  .hero-service-row {
    gap: 16px;
  }

  .hero-service-card {
    grid-template-columns: minmax(110px, 32%) 1fr;
  }

  .hero-service-card__body {
    padding: 24px 52px 24px 24px;
  }

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

  .pallet-offer__heading h2 {
    font-size: 3.64rem;
  }

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

  .why-showcase__path {
    display: none;
  }

  .transport-layout {
    grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1fr);
    gap: 34px;
  }

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

@media (max-width: 900px) {
  :root {
    --header-height: 74px;
  }

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

  .nav-toggle {
    display: flex;
  }

  .site-nav {
    position: fixed;
    top: 78px;
    left: 18px;
    right: 18px;
    display: grid;
    gap: 4px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(5, 7, 6, 0.97);
    box-shadow: var(--shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-14px);
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease, visibility 0s linear 180ms;
  }

  .nav-open .site-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
    transition-delay: 0s;
  }

  .site-nav a {
    min-height: 44px;
    padding: 11px 8px;
  }

  .site-nav a::after {
    display: none;
  }

  .hero {
    min-height: 820px;
    height: auto;
    max-height: none;
  }

  .hero__video {
    object-position: 67% center;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(5, 7, 6, 0.92) 0%, rgba(5, 7, 6, 0.78) 38%, rgba(5, 7, 6, 0.42) 68%, rgba(5, 7, 6, 0.82) 100%),
      linear-gradient(90deg, rgba(5, 7, 6, 0.84) 0%, rgba(5, 7, 6, 0.24) 64%, rgba(5, 7, 6, 0.08) 100%);
  }

  .hero__inner,
  .section__inner,
  .contact-cta__inner,
  .footer-grid,
  .footer-bottom {
    width: min(100% - 40px, var(--max));
  }

  .hero__inner,
  .section__heading,
  .why-heading,
  .pallet-offer__heading,
  .pallet-feature-card,
  .pallet-transport-card,
  .pallets-layout,
  .transport-layout,
  .contact-cta__inner {
    grid-template-columns: 1fr;
  }

  .hero__inner {
    align-items: start;
    grid-template-rows: auto;
    padding-top: calc(var(--header-height) + 42px);
    padding-bottom: 48px;
  }

  .hero__content {
    grid-column: 1;
    grid-row: auto;
    max-width: 560px;
  }

  .hero__brandline,
  .hero-route-card,
  .hero-service-row {
    grid-column: 1;
    grid-row: auto;
  }

  .hero-route-card {
    width: min(100%, 560px);
    justify-self: stretch;
  }

  .hero-title {
    font-size: 3.56rem;
  }

  .section {
    padding: 76px 0;
  }

  .section--mobile-offer {
    padding: 58px 0 82px;
  }

  .offer-transport-card {
    grid-template-columns: 1fr;
  }

  .offer-transport-card__media {
    order: -1;
    min-height: 260px;
  }

  .section__heading {
    gap: 16px;
  }

  .pallet-offer__heading {
    gap: 18px;
  }

  .section__heading h2,
  .process-heading h2,
  .pallet-offer__heading h2,
  .pallets-copy h2,
  .transport-copy h2,
  .contact-cta h2 {
    font-size: 2.12rem;
  }

  .pallet-feature-card__media,
  .pallet-transport-card__media {
    order: -1;
    min-height: 260px;
  }

  .process-heading {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 34px;
  }

  .why-heading {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 34px;
  }

  .why-showcase {
    padding-top: 8px;
  }

  .why-showcase__path {
    top: 22px;
    bottom: 22px;
    left: 29px;
    right: auto;
    display: block;
    width: 2px;
    height: auto;
  }

  .why-showcase__path span {
    transform: scaleY(0);
    transform-origin: top;
    background: linear-gradient(180deg, transparent, rgba(120, 201, 67, 0.8) 12%, rgba(214, 162, 77, 0.72) 50%, rgba(120, 201, 67, 0.8) 88%, transparent);
  }

  .why-showcase.is-visible .why-showcase__path span {
    transform: scaleY(1);
  }

  .why-showcase.is-visible .why-showcase__path::after {
    animation-name: why-path-vertical;
  }

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

  .why-item,
  .why-item:nth-child(2) {
    min-height: auto;
    margin-top: 0;
  }

  .why-item {
    grid-template-columns: 60px minmax(0, 1fr);
    gap: 8px 16px;
    padding: 20px;
  }

  .why-item__index {
    grid-column: 1;
    grid-row: 2;
    text-align: center;
  }

  .why-item__icon {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 0;
  }

  .why-item__body {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
  }

  .process-flow {
    padding: 8px 0 0;
  }

  .process-flow__rail {
    top: 34px;
    bottom: 34px;
    left: 28px;
    right: auto;
    width: 2px;
    height: auto;
  }

  .process-flow__line {
    transform: scaleY(0);
    transform-origin: top;
    background: linear-gradient(180deg, transparent, rgba(120, 201, 67, 0.82) 12%, rgba(214, 162, 77, 0.78) 52%, rgba(120, 201, 67, 0.82) 88%, transparent);
  }

  .process-flow.is-visible .process-flow__line {
    transform: scaleY(1);
  }

  .process-flow.is-visible .process-flow__pulse {
    animation-name: process-pulse-vertical;
  }

  .process-timeline {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .process-step,
  .process-step:nth-child(even) {
    min-height: auto;
    margin-top: 0;
  }

  .process-step {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 8px 16px;
    padding: 20px;
  }

  .process-step__index {
    grid-column: 1;
    grid-row: 2;
    text-align: center;
  }

  .process-step__icon {
    grid-column: 1;
    grid-row: 1;
  }

  .process-step__body {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
  }

  .route-map {
    padding: 14px;
  }

  .route-map__media {
    min-height: 300px;
  }
}

@media (max-width: 760px) {
  .hero {
    min-height: 0;
    height: auto;
    max-height: none;
    overflow: visible;
    background:
      linear-gradient(180deg, rgba(5, 7, 6, 0.2) 0%, rgba(5, 7, 6, 0.94) 54%, var(--bg) 100%),
      var(--bg);
  }

  .hero__video {
    height: 46%;
    min-height: 330px;
    object-position: 70% 50%;
    opacity: 0.56;
    transform: none;
    mask-image: linear-gradient(180deg, #000 0%, #000 56%, transparent 100%);
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(5, 7, 6, 0.42) 0%, rgba(5, 7, 6, 0.86) 50%, var(--bg) 100%),
      linear-gradient(90deg, rgba(5, 7, 6, 0.88) 0%, rgba(5, 7, 6, 0.3) 68%, rgba(5, 7, 6, 0.1) 100%);
  }

  .hero::after {
    background:
      linear-gradient(180deg, transparent 0%, rgba(120, 201, 67, 0.12) 52%, transparent 100%),
      linear-gradient(180deg, transparent 76%, var(--bg) 100%);
  }

  .hero__inner {
    width: min(100% - 32px, var(--max));
    min-height: 0;
    align-items: stretch;
    gap: 14px;
    padding-top: calc(var(--header-height) + 34px);
    padding-bottom: 36px;
  }

  .hero [data-reveal],
  .hero [data-reveal].is-visible,
  .hero-service-card,
  .hero-service-row.is-visible .hero-service-card,
  .hero-phone-card,
  .js .hero-phone-card {
    opacity: 1;
    transform: none;
    filter: none;
    animation: none;
    pointer-events: auto;
  }

  .hero__brandline {
    display: none;
  }

  .hero__content {
    width: 100%;
    max-width: 520px;
    padding-top: 44px;
  }

  .eyebrow {
    width: fit-content;
    max-width: 100%;
    margin-bottom: 12px;
    padding: 7px 10px;
    border: 1px solid rgba(120, 201, 67, 0.28);
    border-radius: 6px;
    background: rgba(5, 7, 6, 0.58);
    font-size: 0.68rem;
    line-height: 1.1;
  }

  .hero-title {
    max-width: 100%;
    margin-bottom: 14px;
    font-size: clamp(2.55rem, 10vw, 3.65rem);
    line-height: 0.94;
    text-wrap: balance;
  }

  .hero__lead {
    width: min(100%, 390px);
    font-size: clamp(0.98rem, 3.4vw, 1.12rem);
    line-height: 1.36;
  }

  .hero-phone-card,
  .js .hero-phone-card {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    min-height: 66px;
    justify-self: stretch;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 8px;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    animation: none;
  }

  .hero-phone-card__icon {
    width: 42px;
    height: 42px;
  }

  .hero-phone-card__icon img {
    width: 22px;
    height: 22px;
  }

  .hero-phone-card__label {
    font-size: 0.68rem;
  }

  .hero-phone-card__number {
    margin-top: 2px;
    font-size: clamp(1.35rem, 6.2vw, 1.76rem);
  }

  .hero-route-card {
    width: 100%;
    min-height: 156px;
    padding: 18px;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(8, 12, 9, 0.9), rgba(3, 5, 4, 0.96));
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.34);
  }

  .hero-route-card__title {
    max-width: 170px;
    font-size: 1.34rem;
  }

  .hero-route-card p {
    max-width: 150px;
    font-size: 0.86rem;
    line-height: 1.25;
  }

  .hero-route-card__map {
    inset: auto 0 0 auto;
    width: min(68%, 285px);
    height: 138px;
  }

  .hero-route-card__track,
  .hero-route-card__line {
    stroke-width: 8;
  }

  .hero-route-card__point circle:first-child {
    r: 21px;
  }

  .hero-route-card__point text {
    font-size: 17px;
  }

  .hero-service-row {
    display: grid;
    width: 100%;
    margin-left: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    overflow: visible;
    padding: 0;
    scroll-snap-type: none;
  }

  .hero-service-card {
    display: block;
    min-width: 0;
    min-height: 106px;
    border-radius: 8px;
    background: rgba(5, 7, 6, 0.82);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
    scroll-snap-align: none;
  }

  .hero-service-card__media {
    display: none;
  }

  .hero-service-card__body {
    min-height: 106px;
    justify-content: flex-start;
    gap: 5px;
    padding: 12px 9px 10px;
  }

  .hero-service-card__body > img {
    position: static;
    width: 28px;
    height: 28px;
    padding: 7px;
  }

  .hero-service-card__body span {
    font-size: 0.76rem;
  }

  .hero-service-card__title {
    font-size: clamp(0.86rem, 3.5vw, 1.02rem);
    line-height: 1.05;
    overflow-wrap: anywhere;
  }

  .hero-service-card__body p {
    font-size: 0.72rem;
    line-height: 1.2;
  }
}

@media (max-width: 620px) {
  .site-header {
    padding: 12px 18px;
  }

  .header-actions {
    gap: 10px;
  }

  .header-phone {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
    border-radius: 18px;
  }

  .site-header--scrolled {
    min-height: 68px;
  }

  .brand__logo {
    height: 42px;
    max-width: 150px;
  }

  .hero {
    min-height: 0;
  }

  .hero__video {
    min-height: 300px;
    object-position: 72% center;
  }

  .hero__inner,
  .section__inner,
  .contact-cta__inner,
  .footer-grid,
  .footer-bottom {
    width: min(100% - 28px, var(--max));
  }

  .hero__inner {
    width: min(100% - 28px, var(--max));
    padding-top: calc(var(--header-height) + 28px);
    padding-bottom: 30px;
    gap: 12px;
  }

  .hero__brandline {
    display: none;
  }

  .hero__logo-card {
    width: 160px;
    min-height: 54px;
    padding: 10px 14px;
    border-radius: 12px;
  }

  .hero__location {
    font-size: 0.78rem;
  }

  .eyebrow {
    font-size: 0.66rem;
  }

  .hero-title {
    margin-bottom: 12px;
  }

  .hero__lead,
  .subpage-hero__copy p {
    font-size: 1rem;
  }

  .hero-phone-card {
    min-height: 64px;
    padding: 11px 13px;
  }

  .hero-phone-card__icon {
    width: 42px;
    height: 42px;
  }

  .hero-phone-card__icon img {
    width: 23px;
    height: 23px;
  }

  .hero-phone-card__label {
    font-size: 0.7rem;
  }

  .hero-phone-card__number {
    font-size: 1.42rem;
  }

  .hero-route-card {
    min-height: 148px;
    padding: 17px;
    border-radius: 8px;
  }

  .hero-route-card__title {
    font-size: 1.26rem;
  }

  .hero-route-card p {
    font-size: 0.84rem;
  }

  .hero-service-row {
    gap: 7px;
  }

  .hero-service-row::-webkit-scrollbar {
    display: none;
  }

  .hero-service-card {
    min-height: 104px;
    border-radius: 8px;
  }

  .hero-service-card__body {
    min-height: 104px;
    padding: 11px 8px 10px;
  }

  .hero-service-card__body > img {
    width: 27px;
    height: 27px;
    padding: 7px;
  }

  .hero-service-card__title {
    font-size: clamp(0.82rem, 3.8vw, 0.98rem);
  }

  .hero-service-card__body p {
    font-size: 0.68rem;
  }

  .hero__actions,
  .contact-cta__actions {
    display: grid;
    width: min(100%, 310px);
    grid-template-columns: 1fr;
  }

  .button {
    min-height: 48px;
    padding: 0 18px;
  }

  .section--mobile-offer {
    padding-top: 54px;
    padding-bottom: 76px;
  }

  .offer-slider__viewport {
    padding-top: 18px;
  }

  .offer-benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 28px;
  }

  .offer-transport-card {
    display: block;
    min-height: 318px;
  }

  .offer-transport-card::before {
    background:
      linear-gradient(90deg, rgba(4, 7, 5, 0.98) 0%, rgba(4, 7, 5, 0.86) 50%, rgba(4, 7, 5, 0.24) 100%),
      linear-gradient(180deg, transparent 0%, rgba(4, 7, 5, 0.88) 100%);
  }

  .offer-transport-card__media {
    position: absolute;
    inset: 0;
    min-height: 0;
  }

  .offer-transport-card__media img {
    object-position: 63% center;
  }

  .offer-transport-card__content {
    max-width: 66%;
  }

  .service-grid,
  .pallet-service-grid,
  .why-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .section__heading h2,
  .process-heading h2,
  .pallet-offer__heading h2,
  .pallets-copy h2,
  .transport-copy h2,
  .service-main h2,
  .contact-cta h2 {
    font-size: 1.78rem;
  }

  .trust-panel,
  .pallets-panel,
  .service-card,
  .pallet-feature-card__content,
  .pallet-transport-card__content,
  .contact-card {
    padding: 22px;
  }

  .service-card,
  .pallet-service-card,
  .why-item {
    min-height: auto;
  }

  .section--pallet-offer {
    padding-top: 70px;
    padding-bottom: 76px;
  }

  .pallet-feature-card h3,
  .pallet-transport-card h3 {
    font-size: 1.62rem;
  }

  .pallet-feature-card__media,
  .pallet-transport-card__media {
    min-height: 220px;
  }

  .pallet-offer__facts {
    grid-template-columns: 1fr;
    padding: 10px;
  }

  .pallet-offer__facts > div {
    padding: 14px 10px;
    border-right: 0;
    border-bottom: 1px solid rgba(247, 248, 244, 0.1);
  }

  .pallet-offer__facts > div:last-child {
    border-bottom: 0;
  }

  .pallet-service-card picture,
  .pallet-service-card__visual {
    height: 176px;
  }

  .pallet-service-card__body {
    padding: 0 20px 22px;
  }

  .route-map__media {
    min-height: 250px;
  }

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

  .contact-cta__inner {
    padding: 34px 0;
  }

  .footer-bottom {
    display: grid;
  }
}

@media (max-width: 430px) {
  .section--mobile-offer {
    padding-top: 48px;
    padding-bottom: 70px;
  }

  .mobile-offer__heading h2 {
    font-size: clamp(2.42rem, 11vw, 2.95rem);
  }

  .mobile-offer__heading p:last-child {
    font-size: 1.02rem;
  }

  .offer-slider {
    margin-top: 28px;
  }

  .offer-card {
    width: clamp(232px, 69vw, 282px);
    min-height: 424px;
    flex-basis: clamp(232px, 69vw, 282px);
    border-radius: 20px;
  }

  .offer-card__media {
    height: 166px;
  }

  .offer-card__body {
    min-height: 254px;
    padding: 0 22px 22px;
  }

  .offer-card h3 {
    font-size: 1.32rem;
  }

  .offer-card p {
    font-size: 0.96rem;
  }

  .offer-slider__control {
    top: 210px;
    width: 52px;
    height: 52px;
  }

  .offer-benefits {
    border-radius: 16px;
  }

  .offer-benefits article {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 8px;
    padding: 16px 8px;
    text-align: center;
  }

  .offer-benefits__icon {
    width: 45px;
    height: 45px;
  }

  .offer-benefits h3 {
    font-size: 0.86rem;
  }

  .offer-benefits p {
    font-size: 0.76rem;
  }

  .offer-transport-card {
    min-height: 306px;
    margin-top: 42px;
    border-radius: 20px;
  }

  .offer-transport-card__content {
    padding: 26px 22px;
  }

  .offer-transport-card h3 {
    max-width: 250px;
    font-size: 1.72rem;
  }

  .offer-transport-card p:not(.eyebrow) {
    max-width: 230px;
    font-size: 0.95rem;
  }

  .offer-transport-card .button {
    min-height: 48px;
    padding: 0 18px;
  }

  .pallet-offer__heading h2 {
    font-size: 2.02rem;
  }

  .hero-title {
    font-size: 2.34rem;
  }

  .hero__advantages {
    max-width: 312px;
  }

  .hero__advantages li {
    width: 100%;
  }

  .pallet-feature-card__content,
  .pallet-transport-card__content {
    padding: 20px;
  }

  .pallet-service-card picture,
  .pallet-service-card__visual {
    height: 164px;
  }
}

@media (max-width: 380px) {
  .mobile-offer__heading h2 {
    font-size: 2.3rem;
  }

  .offer-card {
    width: 236px;
    flex-basis: 236px;
  }

  .offer-benefits article {
    padding: 14px 6px;
  }

  .offer-benefits__icon {
    width: 42px;
    height: 42px;
  }

  .offer-benefits h3 {
    font-size: 0.8rem;
  }

  .offer-benefits p {
    font-size: 0.7rem;
  }

  .offer-transport-card__content {
    max-width: 70%;
  }

  .pallet-offer__heading h2 {
    font-size: 1.9rem;
  }

  .hero-title {
    font-size: 2.12rem;
  }

  .button {
    white-space: normal;
  }
}

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

  .hero__video {
    transform: none !important;
  }

  .hero [data-reveal],
  .hero [data-reveal].is-visible,
  .hero-service-card,
  .hero-service-row.is-visible .hero-service-card,
  .hero-phone-card,
  .js .hero-phone-card {
    opacity: 1;
    transform: none;
    filter: none;
    animation: none;
    pointer-events: auto;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

.custom-png-icon {
  object-fit: cover;
  border-radius: 50%;
  filter: invert(1) sepia(1) hue-rotate(50deg) saturate(3) brightness(1.2);
  mix-blend-mode: screen;
}

/* For hero-service-card */
.hero-service-card__body > img.custom-png-icon {
  width: 38px;
  height: 38px;
  padding: 0;
  background: none;
  border: none;
}

/* For offer-icon */
.offer-icon img.custom-png-icon {
  width: 100%;
  height: 100%;
  background: none;
  border: none;
}

/* =========================================================================
   Cookie Consent – Banner, Settings Dialog, Toggles
   ========================================================================= */

/* 21. Slide-up entrance animation
   ----------------------------------------------------------------------- */
@keyframes cookie-slide-up {
  from { transform: translateY(100%); opacity: 0; }
  to   { transform: translateY(0);    opacity: 1; }
}

/* 1. Cookie Banner (fixed bottom)
   ----------------------------------------------------------------------- */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 16px;
  animation: cookie-slide-up 420ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.cookie-banner[hidden] {
  display: none !important;
}

/* 2. Cookie Banner Inner Card
   ----------------------------------------------------------------------- */
.cookie-banner__inner {
  max-width: 680px;
  margin: 0 auto;
  background: rgba(8, 13, 10, 0.94);
  -webkit-backdrop-filter: blur(18px) saturate(1.4);
          backdrop-filter: blur(18px) saturate(1.4);
  border: 1px solid rgba(120, 201, 67, 0.16);
  border-radius: 18px;
  padding: 22px 24px;
  box-shadow: 0 -4px 32px rgba(0, 0, 0, 0.4);
}

/* 3. Cookie Banner Text
   ----------------------------------------------------------------------- */
.cookie-banner__text {
  font-size: 0.88rem;
  line-height: 1.55;
  color: rgba(185, 193, 180, 0.86);
  margin: 0 0 16px;
}

/* 4. Cookie Banner Actions (button row)
   ----------------------------------------------------------------------- */
.cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* 5. Base Button
   ----------------------------------------------------------------------- */
.cookie-btn {
  padding: 10px 20px;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 680;
  cursor: pointer;
  transition: all 180ms ease;
  border: 1px solid rgba(120, 201, 67, 0.3);
  background: transparent;
  color: rgba(230, 237, 225, 0.92);
  font-family: inherit;
  line-height: 1.4;
}

/* 6. Accept Button (primary, filled green)
   ----------------------------------------------------------------------- */
.cookie-btn--accept {
  background: #78c943;
  color: #050706;
  border-color: #78c943;
}

.cookie-btn--accept:hover {
  background: #9cff63;
  border-color: #9cff63;
  box-shadow: 0 0 18px rgba(120, 201, 67, 0.35);
}

/* 7. Reject Button (equally visible, outlined green)
   ----------------------------------------------------------------------- */
.cookie-btn--reject {
  background: transparent;
  border: 1px solid rgba(120, 201, 67, 0.5);
  color: #78c943;
}

.cookie-btn--reject:hover {
  background: rgba(120, 201, 67, 0.12);
  border-color: #78c943;
}

/* 8. Settings / Save Buttons
   ----------------------------------------------------------------------- */
.cookie-btn--settings {
  background: transparent;
  border: 1px solid rgba(120, 201, 67, 0.22);
  color: rgba(230, 237, 225, 0.92);
}

.cookie-btn--settings:hover {
  border-color: rgba(120, 201, 67, 0.5);
}

.cookie-btn--save {
  background: transparent;
  border: 1px solid rgba(120, 201, 67, 0.22);
  color: rgba(230, 237, 225, 0.92);
}

.cookie-btn--save:hover {
  border-color: rgba(120, 201, 67, 0.5);
}

/* 9. Settings Dialog (<dialog>)
   ----------------------------------------------------------------------- */
.cookie-settings {
  max-width: 520px;
  width: calc(100% - 32px);
  background: rgba(8, 13, 10, 0.98);
  border: 1px solid rgba(120, 201, 67, 0.16);
  border-radius: 20px;
  padding: 0;
  margin: auto;
  color: inherit;
  overflow: hidden;
}

.cookie-settings::backdrop {
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

/* 10. Dialog Header
   ----------------------------------------------------------------------- */
.cookie-settings__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.cookie-settings__header h2 {
  font-size: 1.15rem;
  color: #fff;
  margin: 0;
  font-weight: 700;
}

/* 11. Close Button
   ----------------------------------------------------------------------- */
.cookie-settings__close {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: none;
  color: rgba(230, 237, 225, 0.7);
  font-size: 1.3rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 180ms ease;
  flex-shrink: 0;
}

.cookie-settings__close:hover {
  background: rgba(255, 255, 255, 0.12);
}

/* 12. Dialog Body
   ----------------------------------------------------------------------- */
.cookie-settings__body {
  padding: 8px 24px 16px;
}

/* 13. Category Row
   ----------------------------------------------------------------------- */
.cookie-category {
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.cookie-category:last-child {
  border-bottom: none;
}

/* 14. Category Header
   ----------------------------------------------------------------------- */
.cookie-category__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}

.cookie-category__header h3 {
  font-size: 0.95rem;
  color: #fff;
  margin: 0 0 4px;
  font-weight: 600;
}

.cookie-category__header p {
  font-size: 0.82rem;
  color: rgba(185, 193, 180, 0.68);
  margin: 0;
  line-height: 1.45;
}

/* 15. Toggle Switch
   ----------------------------------------------------------------------- */
.cookie-toggle {
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
}

/* Visually hidden but accessible input */
.cookie-toggle input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.cookie-toggle__track {
  width: 44px;
  height: 24px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
  cursor: pointer;
  transition: background 180ms ease;
}

.cookie-toggle__track::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  transition: left 180ms ease;
}

.cookie-toggle input:checked + .cookie-toggle__track {
  background: #78c943;
}

.cookie-toggle input:checked + .cookie-toggle__track::after {
  left: 23px;
}

/* 16. Always-on Toggle
   ----------------------------------------------------------------------- */
.cookie-toggle--always-on {
  opacity: 0.6;
  pointer-events: none;
}

.cookie-toggle--always-on .cookie-toggle__track {
  background: #78c943;
}

.cookie-toggle--always-on .cookie-toggle__track::after {
  left: 23px;
}

/* 17. Dialog Bottom Actions
   ----------------------------------------------------------------------- */
.cookie-settings__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 16px 24px 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* 18. Footer Cookie Button (subtle link style)
   ----------------------------------------------------------------------- */
.footer-cookie-btn {
  background: none;
  border: none;
  padding: 0;
  color: var(--green);
  cursor: pointer;
  font-weight: 780;
  font-size: inherit;
  font-family: inherit;
  text-decoration: none;
}

.footer-cookie-btn:hover {
  text-decoration: underline;
}

/* 19. Footer Links Container
   ----------------------------------------------------------------------- */
.footer-bottom__links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
}

/* 20. Focus States (accessibility)
   ----------------------------------------------------------------------- */
.cookie-btn:focus-visible {
  outline: 2px solid #9cff63;
  outline-offset: 2px;
}

.cookie-settings__close:focus-visible {
  outline: 2px solid #9cff63;
  outline-offset: 2px;
}

.cookie-toggle input:focus-visible + .cookie-toggle__track {
  outline: 2px solid #9cff63;
  outline-offset: 2px;
}

.footer-cookie-btn:focus-visible {
  outline: 2px solid #9cff63;
  outline-offset: 2px;
}

/* 22. Responsive — Mobile (≤ 520px)
   ----------------------------------------------------------------------- */
@media (max-width: 520px) {
  .cookie-banner {
    padding: 12px 8px;
  }

  .cookie-banner__inner {
    border-radius: 14px;
    padding: 18px 16px;
  }

  .cookie-banner__actions {
    flex-direction: column;
  }

  .cookie-banner__actions .cookie-btn {
    width: 100%;
    text-align: center;
  }

  .cookie-settings {
    width: calc(100% - 16px);
    border-radius: 16px;
  }

  .cookie-settings__header {
    padding: 16px 18px;
  }

  .cookie-settings__body {
    padding: 8px 18px 12px;
  }

  .cookie-settings__actions {
    flex-direction: column;
    padding: 12px 18px 18px;
  }

  .cookie-settings__actions .cookie-btn {
    width: 100%;
    text-align: center;
  }
}

/* Desktop enhancement (≥ 521px) */
@media (min-width: 521px) {
  .cookie-banner {
    padding: 20px;
  }
}

/* Privacy policy and error page
   ----------------------------------------------------------------------- */
.privacy-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(5, 7, 6, 0.92);
  backdrop-filter: blur(14px);
}

.privacy-header__logo {
  width: auto;
  height: 32px;
}

.privacy-header__back,
.privacy-page a,
.privacy-footer a {
  color: var(--green);
  text-decoration: none;
}

.privacy-header__back {
  font-size: 0.88rem;
  font-weight: 680;
}

.privacy-header__back:hover,
.privacy-header__back:focus-visible,
.privacy-page a:hover,
.privacy-page a:focus-visible,
.privacy-footer a:hover,
.privacy-footer a:focus-visible {
  text-decoration: underline;
}

.privacy-page {
  max-width: 800px;
  margin: 0 auto;
  padding: 120px 24px 80px;
}

.privacy-page h1 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  line-height: 1.2;
}

.privacy-page .privacy-updated {
  margin-bottom: 48px;
  color: rgba(185, 193, 180, 0.68);
  font-size: 0.88rem;
}

.privacy-page h2 {
  margin: 48px 0 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(120, 201, 67, 0.18);
  color: #fff;
  font-size: 1.2rem;
}

.privacy-page h3 {
  margin: 28px 0 10px;
  color: rgba(230, 237, 225, 0.92);
  font-size: 1rem;
}

.privacy-page p,
.privacy-page li {
  margin: 0 0 14px;
  color: rgba(185, 193, 180, 0.86);
  font-size: 0.94rem;
  line-height: 1.7;
}

.privacy-page ul,
.privacy-page ol {
  margin: 0 0 18px;
  padding-left: 24px;
}

.privacy-page li {
  margin-bottom: 6px;
}

.privacy-page table {
  width: 100%;
  margin: 18px 0 24px;
  border-collapse: collapse;
  font-size: 0.88rem;
}

.privacy-page th,
.privacy-page td {
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(185, 193, 180, 0.86);
  text-align: left;
}

.privacy-page th {
  background: rgba(120, 201, 67, 0.08);
  color: rgba(230, 237, 225, 0.92);
  font-weight: 680;
  white-space: nowrap;
}

.privacy-page tr:nth-child(even) td {
  background: rgba(255, 255, 255, 0.02);
}

.privacy-page .badge-required,
.privacy-page .badge-optional {
  display: inline-block;
  padding: 2px 9px;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 680;
}

.privacy-page .badge-required {
  background: rgba(120, 201, 67, 0.16);
  color: var(--green);
}

.privacy-page .badge-optional {
  background: rgba(255, 255, 255, 0.06);
  color: rgba(185, 193, 180, 0.74);
}

.privacy-page strong {
  color: rgba(230, 237, 225, 0.92);
}

.privacy-footer {
  display: flex;
  max-width: 800px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 auto;
  padding: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(185, 193, 180, 0.62);
  font-size: 0.85rem;
  flex-wrap: wrap;
}

.error-page {
  display: grid;
  min-height: 100svh;
  place-items: center;
  padding: 104px 24px 48px;
  background:
    radial-gradient(circle at 50% 35%, rgba(120, 201, 67, 0.14), transparent 36%),
    var(--bg);
  text-align: center;
}

.error-page__inner {
  width: min(100%, 680px);
}

.error-page__code {
  display: block;
  margin-bottom: 12px;
  color: var(--green-bright);
  font-size: clamp(4.5rem, 18vw, 8rem);
  font-weight: 950;
  line-height: 0.9;
}

.error-page h1 {
  margin: 0 0 18px;
  color: var(--text);
  font-size: clamp(2rem, 6vw, 3.6rem);
  line-height: 1.02;
}

.error-page p {
  max-width: 560px;
  margin: 0 auto 28px;
  font-size: 1.06rem;
}

.error-page__actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

@media (max-width: 520px) {
  .privacy-page {
    padding: 100px 18px 60px;
  }

  .privacy-page table {
    display: block;
    overflow-x: auto;
  }
}
