.icon-library {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.link-icon,
.row-arrow,
.product-icon {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.link-icon {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
}

.primary-link .link-icon {
  width: 20px;
  height: 20px;
}

.site-header .brand-accent .brand-name {
  color: var(--lime);
}

:root { --trust-bar: 36px; }
html { scroll-padding-top: calc(var(--header) + var(--trust-bar)); }
.hero { margin-top: calc(var(--header) + var(--trust-bar)); }

@media (min-width: 901px) {
  .hero .primary-link {
    transform: translateY(-14px);
  }
}

.trust-bar {
  position: fixed;
  z-index: 44;
  top: var(--header);
  right: 0;
  left: 0;
  height: var(--trust-bar);
  overflow: hidden;
  border-bottom: 1px solid #35413c;
  background: var(--ink);
  color: #fff;
}

.trust-track {
  width: max-content;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 0;
  padding-left: 0;
  animation: trust-marquee 32s linear infinite;
}

.trust-set { flex: none; min-width: 100vw; display: flex; align-items: center; justify-content: space-around; gap: 48px; padding: 0 32px; }
.trust-track span { display: flex; align-items: center; gap: 9px; white-space: nowrap; }
.trust-track b { color: var(--lime); font-size: 10px; }
.trust-track i { width: 4px; height: 4px; border-radius: 50%; background: #66746e; }
.trust-track em { color: #c7cfcb; font-size: 10px; font-style: normal; }

@keyframes trust-marquee { to { transform: translateX(-50%); } }

.company-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 clamp(24px, 7vw, 132px) clamp(80px, 8vw, 130px);
}

.company-facts article {
  min-height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  padding: 26px;
  border-top: 1px solid var(--ink);
  border-right: 1px solid var(--line);
}

.company-facts article:first-child { padding-left: 0; }
.company-facts article:last-child { border-right: 0; }
.company-facts strong { font-size: clamp(42px, 5vw, 76px); font-weight: 650; line-height: 1; }
.company-facts .fact-volume strong { font-size: clamp(34px, 4vw, 64px); }
.company-facts span { max-width: 210px; color: var(--muted); font-size: 13px; line-height: 1.5; }

.product-title {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 20px;
  align-items: center;
}

.products-scrolly {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  gap: clamp(42px, 5vw, 82px);
  align-items: start;
}

.scrolly-media {
  position: sticky;
  top: calc(var(--header) + 24px);
  height: calc(100svh - var(--header) - 48px);
  min-height: 520px;
  max-height: 760px;
  overflow: hidden;
  background: #07100d;
}

.scrolly-media figure {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transform: scale(1.035);
  transition: opacity 0.65s ease, transform 0.9s ease;
  pointer-events: none;
}

.scrolly-media figure.active {
  opacity: 1;
  transform: scale(1);
}

.scrolly-media figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(5, 14, 11, 0.72), transparent 44%);
}

.scrolly-media figure img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.scrolly-media figcaption {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 28px;
  left: 28px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.scrolly-media figcaption span { color: var(--lime); font-size: 11px; }
.scrolly-media figcaption b { font-size: clamp(20px, 2vw, 30px); }

.scrolly-counter {
  position: absolute;
  z-index: 3;
  top: 24px;
  right: 24px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 11px;
  background: rgba(7, 16, 13, 0.74);
  font-size: 10px;
  backdrop-filter: blur(8px);
}

.scrolly-counter .current { color: var(--lime); }
.scrolly-counter i { width: 34px; height: 1px; background: #74807b; }

.scrolly-steps { border-top: 0; }
.scrolly-steps article {
  min-height: 72vh;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 18px;
  align-content: center;
  align-items: start;
  padding: 54px 0;
  opacity: 0.43;
  transition: opacity 0.35s ease;
}

.scrolly-steps article.active { opacity: 1; }
.scrolly-steps .product-title { grid-column: 2; }
.scrolly-steps article > p { grid-column: 2; font-size: 15px; }
.mobile-product-image { display: none; }

.technical-parameters {
  margin-top: 100px;
  padding-top: 48px;
  border-top: 1px solid #46504c;
}

.parameters-heading {
  display: grid;
  grid-template-columns: 140px minmax(260px, 1fr) minmax(280px, 1fr);
  gap: 32px;
  align-items: start;
  margin-bottom: 42px;
}

.parameters-heading > span { color: var(--lime); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.parameters-heading h3 { margin: 0; font-size: clamp(25px, 2.7vw, 40px); line-height: 1.08; }
.parameters-heading p { margin: 0; color: #aab4af; font-size: 14px; line-height: 1.65; }
.parameters-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.parameters-list > div {
  min-height: 176px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  border: 1px solid #39443f;
  background: #111b18;
}
.parameters-list span {
  display: inline-flex;
  min-width: 44px;
  min-height: 27px;
  align-items: center;
  justify-content: center;
  padding: 0 9px;
  border: 1px solid rgba(207, 232, 47, 0.42);
  color: var(--lime);
  font: 700 10px ui-monospace, SFMono-Regular, Menlo, monospace;
}
.parameters-list b { margin-top: 30px; font-size: 15px; }
.parameters-list em { margin-top: 8px; color: #d9e1dd; font-size: 13px; line-height: 1.45; font-style: normal; }

.product-icon {
  width: 42px;
  height: 42px;
  padding: 9px;
  border: 1px solid #53605a;
  color: var(--lime);
}

.row-arrow {
  width: 25px;
  height: 25px;
  color: var(--lime);
}

.market-map {
  position: relative;
  aspect-ratio: 1360 / 1245;
  max-width: 900px;
  margin: 34px auto 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #e5e7e1;
}

.market-map > img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.78;
  mix-blend-mode: multiply;
}

.map-marker {
  position: absolute;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  cursor: pointer;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.map-marker b {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--lime);
  color: var(--ink);
  box-shadow: 0 7px 18px rgba(13, 23, 20, 0.3);
  font-size: 10px;
}

.map-marker small {
  position: absolute;
  top: calc(100% + 7px);
  left: 50%;
  padding: 4px 7px;
  background: rgba(13, 23, 20, 0.9);
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -4px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.map-marker:hover small,
.map-marker:focus-visible small,
.map-marker.tooltip-open small { opacity: 1; transform: translate(-50%, 0); }
.map-marker:focus-visible { outline: 2px solid var(--ink); outline-offset: 4px; }
.map-marker.ua small { right: 0; left: auto; transform: translate(0, -4px); }
.map-marker.ua:hover small,
.map-marker.ua:focus-visible small,
.map-marker.ua.tooltip-open small { transform: translate(0, 0); }

.map-marker.source b { background: var(--green); color: #fff; }
.map-marker.nl { left: 43.702%; top: 54.321%; }
.map-marker.de { left: 50.672%; top: 57.922%; }
.map-marker.pl { left: 64.355%; top: 53.878%; }
.map-marker.cz { left: 58.640%; top: 61.053%; }
.map-marker.ua { left: 84.231%; top: 57.257%; }

.map-legend {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: flex;
  gap: 18px;
  padding: 10px 12px;
  background: rgba(242, 241, 236, 0.92);
}

.map-legend span { display: flex; align-items: center; gap: 7px; }
.map-legend i { width: 10px; height: 10px; border-radius: 50%; background: var(--lime); }
.map-legend span:last-child i { background: var(--green); }
.map-legend b { font-size: 9px; }

@media (max-width: 700px) {
  .map-marker,
  .map-marker b { width: 24px; height: 24px; }
  .map-marker b { border-width: 2px; font-size: 8px; }
}

@media (hover: none) {
  .map-marker:focus-visible { outline: none; }
}

.workflow { background: #e7e8e2; }
.workflow-heading { display: grid; grid-template-columns: 1.5fr 1fr; gap: 60px; align-items: end; }
.workflow-heading p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.workflow-steps { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 70px; border-top: 1px solid var(--ink); border-left: 1px solid var(--line); }
.workflow-steps article { min-height: 235px; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.workflow-steps span { color: var(--green); font-size: 11px; font-weight: 800; }
.workflow-steps h3 { margin: 42px 0 12px; font-size: 22px; }
.workflow-steps p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

.cert-highlights { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 780px; margin-top: 42px; border-top: 1px solid rgba(255,255,255,.35); }
.cert-highlights span { display: grid; gap: 7px; padding: 18px 18px 0 0; }
.cert-highlights b { color: var(--lime); font-size: 16px; }
.cert-highlights small { color: #d7e3de; font-size: 11px; text-transform: uppercase; }

.contact-primary .link-icon {
  width: 26px;
  height: 26px;
  color: var(--green);
}

.contact-primary .person-contact {
  align-items: center;
}

.person-contact > span {
  display: grid;
  gap: 5px;
}

.person-contact strong {
  color: var(--green);
  font-size: 11px;
  text-transform: uppercase;
}

.person-contact b {
  font-size: clamp(22px, 2.5vw, 38px);
  font-weight: 650;
}

.person-contact small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 400;
}

.inquiry-form {
  margin-top: 84px;
  padding: 48px 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.inquiry-form-head {
  display: grid;
  grid-template-columns: 150px minmax(280px, 1.4fr) minmax(220px, 0.8fr);
  gap: 34px;
  align-items: start;
  margin-bottom: 44px;
}

.inquiry-form-head > span { color: var(--green); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.inquiry-form-head h3 { margin: 0; font-size: clamp(26px, 3vw, 42px); line-height: 1.08; }
.inquiry-form-head p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.inquiry-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 28px; }
.inquiry-fields label { display: grid; gap: 8px; }
.inquiry-fields label > span { color: var(--green); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.inquiry-fields input:not([type="checkbox"]),
.inquiry-fields select,
.inquiry-fields textarea { width: 100%; min-height: 48px; border: 1px solid #adb4ae; border-radius: 0; background: rgba(255,255,255,.34); color: var(--ink); padding: 11px 12px; font: inherit; font-size: 16px; outline: none; }
.inquiry-fields textarea { resize: vertical; }
.inquiry-fields input:focus,
.inquiry-fields select:focus,
.inquiry-fields textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(22,79,60,.1); }
.wide-field { grid-column: 1 / -1; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-consent { grid-template-columns: 20px 1fr !important; align-items: start; gap: 10px !important; }
.form-consent input { width: 18px; height: 18px; margin: 0; accent-color: var(--green); }
.form-consent span { color: var(--muted) !important; font-size: 12px !important; font-weight: 400 !important; line-height: 1.5; text-transform: none !important; }
.inquiry-submit { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 28px; }
.inquiry-submit p { margin: 0; color: var(--muted); font-size: 13px; }
.inquiry-submit p.error { color: #a32e36; }
.inquiry-submit p.success { color: var(--green); }
.inquiry-submit button { min-height: 52px; display: flex; align-items: center; gap: 26px; border: 0; background: var(--green); color: #fff; padding: 0 18px 0 22px; font-weight: 800; cursor: pointer; }
.inquiry-submit button:disabled { opacity: .55; cursor: wait; }

.registry-links {
  display: grid;
  gap: 10px;
}

.registry-links a {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 7px;
  color: var(--muted);
  text-decoration-color: rgba(22, 79, 60, 0.45);
  text-underline-offset: 4px;
}

.registry-links a:hover { color: var(--green); }
.registry-links b { min-width: 48px; color: var(--green); font-size: 11px; }

.mini-arrow {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.location-block {
  grid-column: 2;
  margin-top: 70px;
}

.location-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}

.location-heading span {
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.location-heading p { margin: 0; color: var(--muted); font-size: 13px; }

.location-block iframe {
  display: block;
  width: 100%;
  height: clamp(320px, 40vw, 520px);
  border: 1px solid var(--line);
  filter: saturate(0.72) contrast(1.03);
}

.map-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid var(--ink);
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.map-consent-placeholder {
  min-height: clamp(320px, 40vw, 520px);
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 12px;
  padding: 32px;
  border: 1px solid var(--line);
  background: #e6e7df;
  text-align: center;
}

.map-consent-placeholder strong { font-size: 20px; }
.map-consent-placeholder p { max-width: 460px; margin: 0; color: var(--muted); line-height: 1.55; }
.map-consent-placeholder button { min-height: 44px; margin-top: 8px; padding: 0 18px; border: 0; background: var(--green); color: #fff; font-weight: 800; cursor: pointer; }
.consent-map[hidden], .map-consent-placeholder[hidden], .consent-banner[hidden] { display: none !important; }

.footer-links { display: flex; align-items: center; gap: 28px; }
.footer-links a, .footer-links button { border: 0; background: transparent; padding: 0; color: #aab4af; font: inherit; font-size: 12px; text-decoration: underline; cursor: pointer; }

.consent-banner {
  position: fixed;
  z-index: 100;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 30px;
  width: min(940px, calc(100vw - 48px));
  margin-left: auto;
  padding: 24px;
  border: 1px solid #3c4742;
  border-radius: 6px;
  background: #0d1714;
  color: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

.consent-banner strong { display: block; margin-bottom: 8px; font-size: 18px; }
.consent-banner p { max-width: 620px; margin: 0 0 10px; color: #b9c3bf; font-size: 13px; line-height: 1.55; }
.privacy-text-link { border: 0; background: transparent; padding: 0; color: var(--lime); font-size: 12px; text-decoration: underline; cursor: pointer; }
.consent-actions { display: flex; gap: 10px; }
.consent-actions button, .privacy-dialog-footer button { min-height: 44px; padding: 0 16px; border: 1px solid #66716c; border-radius: 0; font-weight: 800; cursor: pointer; }
.secondary-consent { background: transparent; color: #fff; }
.primary-consent { border-color: var(--lime) !important; background: var(--lime); color: var(--ink); }

.privacy-dialog {
  width: min(780px, calc(100vw - 32px));
  max-height: min(820px, calc(100dvh - 32px));
  padding: 0;
  border: 1px solid #c5cac4;
  border-radius: 6px;
  background: var(--paper);
  color: var(--ink);
}

.privacy-dialog::backdrop { background: rgba(5, 12, 10, 0.72); backdrop-filter: blur(4px); }
.privacy-dialog-head { position: sticky; top: 0; z-index: 2; display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; padding: 24px 28px; border-bottom: 1px solid var(--line); background: var(--paper); }
.privacy-dialog-head span { color: var(--green); font-size: 11px; font-weight: 900; }
.privacy-dialog-head h2 { margin-top: 5px; font-size: 30px; }
.privacy-dialog-head button { width: 38px; height: 38px; border: 1px solid var(--line); background: transparent; font-size: 26px; line-height: 1; cursor: pointer; }
.privacy-dialog-body { padding: 8px 28px 28px; }
.privacy-dialog-body h3 { margin: 28px 0 8px; font-size: 17px; }
.privacy-dialog-body p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.privacy-dialog-body a { color: var(--green); }
.privacy-dialog-body code { padding: 2px 4px; background: #e1e4de; }
.privacy-dialog-footer { position: sticky; bottom: 0; display: flex; justify-content: flex-end; gap: 10px; padding: 16px 28px; border-top: 1px solid var(--line); background: var(--paper); }

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

.language select {
  min-width: 54px;
  height: 34px;
  padding: 0 23px 0 8px;
  border: 1px solid rgba(13, 23, 20, 0.28);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}

.certificate-card {
  display: grid;
  grid-template-columns: minmax(150px, 210px) 1fr;
  min-height: 330px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(5, 32, 24, 0.2);
}

.certificate-preview {
  display: block;
  min-height: 330px;
  padding: 20px;
  overflow: hidden;
  background: #e7ebe5;
}

.certificate-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  box-shadow: 0 12px 32px rgba(5, 20, 15, 0.28);
}

.certificate-details {
  display: flex;
  flex-direction: column;
  padding: 30px;
}

.certificate-status {
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 9px;
  background: var(--lime);
  color: var(--ink);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.certificate-details > strong {
  font-size: 19px;
  overflow-wrap: anywhere;
}

.certificate-details dl {
  display: grid;
  gap: 13px;
  margin: 26px 0;
}

.certificate-details dl div {
  display: grid;
  gap: 4px;
}

.certificate-details dt {
  color: #a9c0b7;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.certificate-details dd {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
}

.certificate-download {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.faq {
  background: #e7e9e2;
}

.faq-content {
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(420px, 1.2fr);
  gap: clamp(48px, 7vw, 112px);
  align-items: start;
}

.faq-heading {
  position: sticky;
  top: calc(var(--header) + var(--trust-bar) + 40px);
}

.faq-heading .eyebrow {
  margin-bottom: 20px;
  color: var(--green);
}

.faq-heading h2 {
  font-size: clamp(34px, 3.7vw, 58px);
}

.faq-heading > p:last-child {
  max-width: 520px;
  margin: 32px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

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

.faq-list details {
  border-bottom: 1px solid rgba(13, 23, 20, .35);
}

.faq-list summary {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 28px;
  gap: 18px;
  align-items: center;
  min-height: 96px;
  padding: 20px 0;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--green); font-size: 11px; font-weight: 800; }
.faq-list summary strong { font-size: clamp(18px, 1.5vw, 23px); line-height: 1.3; }
.faq-list summary i { position: relative; width: 28px; height: 28px; }
.faq-list summary i::before,
.faq-list summary i::after { content: ""; position: absolute; top: 13px; left: 6px; width: 16px; height: 1px; background: var(--ink); transition: transform .2s ease; }
.faq-list summary i::after { transform: rotate(90deg); }
.faq-list details[open] summary i::after { transform: rotate(0); }
.faq-list details > p { margin: -6px 46px 0 56px; padding: 0 0 30px; color: var(--muted); font-size: 15px; line-height: 1.75; }

@media (max-width: 900px) {
  .faq-content { grid-template-columns: 1fr; gap: 42px; }
  .faq-heading { position: static; }
  .company-facts { grid-template-columns: 1fr 1fr; padding-bottom: 80px; }
  .company-facts article:nth-child(2) { border-right: 0; }
  .company-facts article:nth-child(n+3) { border-top-color: var(--line); }
  .company-facts article:nth-child(3) { padding-left: 0; }
  .product-list article {
    grid-template-columns: 38px minmax(0, 1fr) 28px;
  }

  .products-scrolly { display: block; }
  .scrolly-media {
    position: sticky;
    z-index: 3;
    top: calc(var(--header) + var(--trust-bar) + 8px);
    display: block;
    width: 100%;
    height: min(32svh, 280px);
    min-height: 210px;
    margin-bottom: 12px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
  }
  .scrolly-media figcaption { right: 18px; bottom: 18px; left: 18px; }
  .scrolly-media figcaption b { font-size: 21px; }
  .scrolly-counter { top: 14px; right: 14px; }
  .scrolly-steps { position: relative; z-index: 1; }
  .scrolly-steps article { min-height: 66svh; opacity: 0.4; padding: 54px 0; }
  .scrolly-steps article.active { opacity: 1; }
  .mobile-product-image { display: none; }
  .scrolly-steps .product-title { grid-column: 2 / 4; }
  .scrolly-steps article > p { grid-column: 2 / 4; }
  .parameters-heading { grid-template-columns: 1fr; gap: 18px; }
  .parameters-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .parameters-list > div { min-height: 166px; padding: 22px; }

  .product-title {
    grid-template-columns: 40px 1fr;
    gap: 14px;
  }

  .product-icon {
    width: 36px;
    height: 36px;
    padding: 8px;
  }

  .product-list article p {
    grid-column: 2 / 4;
  }

  .row-arrow {
    grid-column: 3;
    grid-row: 1;
    align-self: center;
  }

  .contact-primary .link-icon {
    width: 22px;
    height: 22px;
  }

  .certificate-card {
    grid-template-columns: 145px 1fr;
  }

  .workflow-heading { grid-template-columns: 1fr; gap: 24px; }
  .workflow-steps { grid-template-columns: 1fr 1fr; }

  .location-block { grid-column: 1; margin-top: 20px; }
  .inquiry-form-head { grid-template-columns: 1fr; gap: 18px; }

  .consent-banner { grid-template-columns: 1fr; align-items: stretch; }
}

@media (max-width: 560px) {
  .faq-list summary { grid-template-columns: 28px minmax(0, 1fr) 24px; gap: 10px; min-height: 84px; }
  .faq-list summary strong { font-size: 17px; }
  .faq-list details > p { margin-right: 6px; margin-left: 38px; font-size: 14px; }
  :root { --trust-bar: 32px; }
  .trust-track { gap: 0; padding-left: 0; animation-duration: 28s; }
  .trust-set { min-width: max-content; justify-content: flex-start; gap: 32px; padding: 0 32px; }
  .section-grid { padding-top: 64px; padding-bottom: 64px; }
  .dark-band .section-grid { padding-top: 64px; padding-bottom: 64px; }
  .logistics.section-grid { padding-bottom: 48px; }
  .workflow.section-grid { padding-top: 56px; }
  .certification { padding: 64px 24px; }
  .company-facts { grid-template-columns: 1fr 1fr; padding-right: 24px; padding-left: 24px; }
  .company-facts article { min-height: 150px; padding: 20px 14px; }
  .company-facts article:nth-child(odd) { padding-left: 0; }
  .company-facts strong { font-size: 46px; }
  .company-facts .fact-volume strong { font-size: 32px; }
  .company-facts span { font-size: 12px; }
  .product-list article {
    padding: 30px 0;
    align-items: start;
  }

  .market-map { margin-right: -4px; margin-left: -4px; }
  .map-marker,
  .map-marker b { width: 24px; height: 24px; }
  .map-legend { right: 8px; bottom: 8px; gap: 9px; padding: 7px; }
  .map-legend b { font-size: 7px; }
  .workflow-steps { grid-template-columns: 1fr; margin-top: 44px; }
  .workflow-steps article { min-height: 190px; }
  .workflow-steps h3 { margin-top: 28px; }
  .cert-highlights { grid-template-columns: 1fr; }
  .cert-highlights span { padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,.18); }
  .technical-parameters { margin-top: 64px; padding-top: 38px; }
  .parameters-list { grid-template-columns: 1fr; }
  .parameters-list > div { min-height: 0; padding: 20px; }
  .parameters-list b { font-size: 14px; }
  .parameters-list em { font-size: 12px; }
  .inquiry-form { margin-top: 58px; padding: 38px 0; }
  .inquiry-fields { grid-template-columns: 1fr; gap: 18px; }
  .wide-field { grid-column: 1; }
  .inquiry-submit { display: grid; grid-template-columns: minmax(0, 1fr); }
  .inquiry-submit button { width: 100%; justify-content: space-between; }

  .product-title {
    grid-template-columns: 36px 1fr;
  }

  .product-icon {
    width: 34px;
    height: 34px;
    padding: 7px;
  }

  .product-list h3 {
    font-size: 23px;
    line-height: 1.18;
  }

  .product-list article p {
    padding-right: 4px;
    font-size: 15px;
    line-height: 1.65;
  }

  .row-arrow {
    display: none;
  }

  .route-panel p {
    font-size: 15px;
    line-height: 1.65;
  }

  .process p {
    max-width: 340px;
    font-size: 15px;
  }

  .language select {
    min-width: 52px;
    padding-left: 6px;
  }

  .certificate-card {
    grid-template-columns: 118px minmax(0, 1fr);
    min-height: 300px;
  }

  .certificate-preview {
    min-height: 300px;
    padding: 12px;
  }

  .certificate-details {
    padding: 20px 16px;
  }

  .certificate-details > strong {
    font-size: 14px;
  }

  .certificate-details dl {
    margin: 18px 0;
  }

  .location-heading { display: grid; gap: 8px; }
  .location-block iframe { height: 360px; }
  .map-consent-placeholder { min-height: 360px; padding: 24px; }
  .footer-links { gap: 18px; }
  .consent-banner { right: 12px; bottom: 12px; left: 12px; width: calc(100vw - 24px); padding: 18px; gap: 18px; }
  .consent-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .consent-actions button { padding: 0 10px; font-size: 12px; }
  .privacy-dialog { width: calc(100vw - 20px); max-height: calc(100dvh - 20px); }
  .privacy-dialog-head { padding: 18px; }
  .privacy-dialog-head h2 { font-size: 24px; }
  .privacy-dialog-body { padding: 4px 18px 22px; }
  .privacy-dialog-footer { display: grid; grid-template-columns: 1fr 1fr; padding: 12px 18px; }
  .privacy-dialog-footer button { min-height: 48px; padding: 6px 8px; font-size: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  .scrolly-media figure,
  .scrolly-steps article { transition: none; }
  .trust-track { animation: none; }
  .trust-bar { overflow-x: auto; }
}
