﻿html {
  scroll-behavior: smooth;
}

html.landing-eu-visible body[data-page="home"],
body[data-page="sensor-replacement"] {
  --lp-blue: #0A3D91;
  --lp-blue-2: #1E5EFF;
  --lp-ice: #F5F7FA;
  --lp-white: #FFFFFF;
  --lp-ink: #0D2038;
  --lp-muted: #5E6B7D;
  --lp-line: rgba(10, 61, 145, 0.13);
  --lp-wa: #19A866;
  background: var(--lp-ice);
  color: var(--lp-ink);
  padding-bottom: 94px;
}

body[data-page="home"] .fb-landing {
  display: none;
}

html.landing-eu-visible body[data-page="home"] .fb-landing {
  display: block;
}

html.landing-eu-visible body[data-page="home"] main > :not(.fb-landing) {
  display: none !important;
}

html.landing-eu-visible body[data-page="home"] .site-header,
html.landing-eu-visible body[data-page="home"] .site-header {
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-areas: "brand nav";
  min-height: 72px;
  align-items: center;
  gap: 22px;
  padding: 10px clamp(18px, 3vw, 48px);
  border-bottom: 1px solid rgba(10, 61, 145, 0.11);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 26px rgba(13, 32, 56, 0.08);
  backdrop-filter: blur(18px);
}

html.landing-eu-visible body[data-page="home"] .brand,
html.landing-eu-visible body[data-page="home"] .brand {
  width: auto;
  max-width: none;
  min-width: 240px;
  gap: 10px;
}

html.landing-eu-visible body[data-page="home"] .brand-logo,
html.landing-eu-visible body[data-page="home"] .brand-logo {
  min-width: 86px;
  color: var(--lp-blue);
  font-size: 40px;
}

html.landing-eu-visible body[data-page="home"] .brand-copy strong,
html.landing-eu-visible body[data-page="home"] .brand-copy strong {
  color: var(--lp-ink);
  font-size: 20px;
}

html.landing-eu-visible body[data-page="home"] .brand-copy small,
html.landing-eu-visible body[data-page="home"] .brand-copy small {
  color: var(--lp-muted);
  font-size: 12px;
  line-height: 1.25;
}

html.landing-eu-visible body[data-page="home"] .site-search,
html.landing-eu-visible body[data-page="home"] .language-switcher,
html.landing-eu-visible body[data-page="home"] .site-search {
  display: none !important;
}

html.landing-eu-visible body[data-page="home"] .language-switcher {
  display: none !important;
}

html.landing-eu-visible body[data-page="home"] .main-nav,
html.landing-eu-visible body[data-page="home"] .main-nav {
  grid-area: nav;
  display: flex;
  justify-content: flex-end;
  gap: clamp(12px, 1.4vw, 24px);
  width: auto;
  max-width: none;
  min-height: 44px;
  overflow-x: auto;
  border-top: 0;
  padding: 0;
}

html.landing-eu-visible body[data-page="home"] .main-nav > a,
html.landing-eu-visible body[data-page="home"] .main-nav > a {
  min-height: 38px;
  color: var(--lp-ink);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: none;
}

html.landing-eu-visible body[data-page="home"] .main-nav > a.active,
html.landing-eu-visible body[data-page="home"] .main-nav > a[href="#final-quote"] {
  color: var(--lp-blue);
}

html.landing-eu-visible body[data-page="home"] .main-nav > a[href="#final-quote"] {
  border: 1px solid rgba(30, 94, 255, 0.22);
  border-radius: 6px;
  background: #eef4ff;
  padding: 0 12px;
}

.fb-landing {
  overflow: hidden;
  background: var(--lp-ice);
}

.lp-kicker {
  margin: 0 0 12px;
  color: var(--lp-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.lp-section,
.lp-final {
  padding: clamp(58px, 7vw, 104px) clamp(18px, 4vw, 64px);
}

.lp-section__head {
  width: min(780px, 100%);
  margin: 0 auto clamp(28px, 4vw, 52px);
  text-align: center;
}

.lp-section__head h2,
.lp-final h2 {
  margin: 0;
  color: var(--lp-ink);
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.05;
}

.lp-section__head p,
.lp-final p {
  margin: 16px auto 0;
  max-width: 650px;
  color: var(--lp-muted);
  font-size: 17px;
  line-height: 1.6;
}

.lp-button,
.lp-quick-form button,
.lp-final__form button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 6px;
  padding: 0 22px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.lp-button:hover,
.lp-quick-form button:hover,
.lp-final__form button:hover,
.lp-product-card:hover {
  transform: translateY(-2px);
}

.lp-button--primary,
.lp-quick-form button,
.lp-final__form button {
  background: var(--lp-blue-2);
  color: #fff;
  box-shadow: 0 18px 36px rgba(30, 94, 255, 0.24);
}

.lp-button--whatsapp {
  background: var(--lp-wa);
  color: #fff;
  box-shadow: 0 18px 36px rgba(25, 168, 102, 0.24);
}

.lp-hero {
  position: relative;
  display: grid;
  min-height: calc(100svh - 72px);
  overflow: hidden;
  background: #eef4fb;
}

.lp-hero__image {
  position: absolute;
  inset: 0;
}

.lp-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  filter: saturate(1.04) contrast(1.03);
}

.lp-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.93) 38%, rgba(255, 255, 255, 0.44) 58%, rgba(255, 255, 255, 0.05) 82%),
    linear-gradient(180deg, rgba(245, 247, 250, 0.02) 0%, rgba(245, 247, 250, 0.48) 100%);
}

.lp-hero__content {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(690px, calc(100% - 36px));
  align-content: center;
  padding: clamp(34px, 5vw, 70px) 0 clamp(28px, 5vw, 70px);
  margin-left: clamp(18px, 5vw, 76px);
}

.lp-hero h1 {
  margin: 0;
  color: var(--lp-blue);
  font-size: clamp(44px, 5.4vw, 76px);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.96;
}

.lp-hero__subline {
  margin: 20px 0 0;
  color: var(--lp-ink);
  font-size: clamp(22px, 2.4vw, 34px);
  font-weight: 850;
  line-height: 1.18;
}

.lp-hero__factory {
  margin: 18px 0 0;
  color: var(--lp-blue);
  font-size: 18px;
  font-weight: 900;
}

.lp-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.lp-quick-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 170px;
  width: min(640px, 100%);
  margin-top: 16px;
  overflow: hidden;
  border: 1px solid rgba(10, 61, 145, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 48px rgba(13, 32, 56, 0.12);
}

.lp-quick-form label,
.lp-final__form label {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 12px 16px;
}

.lp-quick-form span,
.lp-final__form span {
  color: var(--lp-blue);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.lp-quick-form input,
.lp-final__form input {
  width: 100%;
  min-width: 0;
  border: 0;
  background: transparent;
  color: var(--lp-ink);
  outline: 0;
  font-size: 15px;
  font-weight: 750;
}

.lp-quick-form button {
  min-height: 70px;
  border-radius: 0;
  box-shadow: none;
}

.lp-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: min(690px, 100%);
  margin-top: 18px;
}

.lp-trust span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 1px solid rgba(10, 61, 145, 0.16);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.88);
  padding: 0 11px;
  color: var(--lp-ink);
  font-size: 12px;
  font-weight: 850;
}

.lp-trust span::before {
  content: "✓";
  margin-right: 7px;
  color: var(--lp-blue-2);
  font-weight: 950;
}

.lp-why,
.lp-products,
.lp-quality {
  background: var(--lp-white);
}

.lp-why__grid,
.lp-chat-grid,
.lp-product-grid,
.lp-application-grid {
  display: grid;
  width: min(1180px, 100%);
  margin: 0 auto;
  gap: 18px;
}

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

.lp-why__grid article,
.lp-chat-card,
.lp-product-card {
  border: 1px solid var(--lp-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(13, 32, 56, 0.07);
}

.lp-why__grid article {
  padding: 24px 20px;
}

.lp-why__grid article span {
  display: inline-flex;
  min-width: 46px;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #eef4ff;
  color: var(--lp-blue);
  font-size: 13px;
  font-weight: 950;
}

.lp-why__grid h3,
.lp-product-card h3 {
  margin: 18px 0 0;
  color: var(--lp-ink);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.18;
}

.lp-why__grid p,
.lp-product-card p {
  margin: 10px 0 0;
  color: var(--lp-muted);
  font-size: 14px;
  line-height: 1.55;
}

.lp-inquiries,
.lp-applications,
.lp-market {
  background: var(--lp-ice);
}

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

.lp-chat-card {
  position: relative;
  min-height: 210px;
  padding: 18px;
}

.lp-chat-card::before {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(25, 168, 102, 0.1);
}

.lp-chat-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 16px;
}

.lp-chat-card__top span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border-radius: 6px;
  background: #eef4ff;
  padding: 0 10px;
  color: var(--lp-blue);
  font-size: 12px;
  font-weight: 900;
}

.lp-chat-card__top b,
.lp-chat-card small {
  color: var(--lp-muted);
  font-size: 12px;
  font-weight: 750;
}

.lp-chat-card p {
  position: relative;
  margin: 0;
  border-radius: 8px;
  background: #f4fbf7;
  padding: 14px 14px 14px 16px;
  color: #18324b;
  font-size: 15px;
  font-weight: 760;
  line-height: 1.5;
}

.lp-chat-card small {
  display: block;
  margin-top: 14px;
  line-height: 1.45;
}

.lp-blur {
  filter: blur(3px);
  user-select: none;
}

.lp-center-cta {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.lp-gallery {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr 0.75fr;
  grid-auto-rows: 250px;
  width: min(1180px, 100%);
  margin: 0 auto;
  gap: 16px;
}

.lp-gallery figure,
.lp-application-grid figure,
.lp-quality__grid figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 8px;
  background: #e9eef6;
  box-shadow: 0 18px 42px rgba(13, 32, 56, 0.08);
}

.lp-gallery__large {
  grid-row: span 2;
}

.lp-gallery img,
.lp-application-grid img,
.lp-quality__grid img,
.lp-market__map img,
.lp-product-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-gallery figcaption,
.lp-application-grid figcaption,
.lp-quality__grid figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.93);
  padding: 10px 12px;
  color: var(--lp-ink);
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 10px 26px rgba(13, 32, 56, 0.12);
}

.lp-product-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.lp-product-card {
  display: grid;
  align-content: start;
  overflow: hidden;
  min-height: 390px;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.lp-product-card:hover {
  box-shadow: 0 24px 54px rgba(13, 32, 56, 0.13);
}

.lp-product-card img {
  aspect-ratio: 4 / 3;
}

.lp-product-card h3,
.lp-product-card p,
.lp-product-card a {
  margin-right: 16px;
  margin-left: 16px;
}

.lp-product-card a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  margin-bottom: 18px;
  border: 1px solid rgba(30, 94, 255, 0.22);
  border-radius: 6px;
  background: #eef4ff;
  color: var(--lp-blue);
  font-size: 13px;
  font-weight: 900;
}

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

.lp-application-grid figure {
  aspect-ratio: 4 / 3;
}

.lp-quality__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  grid-auto-rows: 260px;
  width: min(1180px, 100%);
  margin: 0 auto;
  gap: 16px;
}

.lp-quality__main {
  grid-row: span 2;
}

.lp-cert-panel {
  display: grid;
  align-content: center;
  gap: 12px;
  border: 1px solid var(--lp-line);
  border-radius: 8px;
  background: #f7fbff;
  padding: 22px;
  box-shadow: 0 18px 42px rgba(13, 32, 56, 0.07);
}

.lp-cert-panel span {
  display: inline-flex;
  width: fit-content;
  min-height: 38px;
  align-items: center;
  border: 1px solid rgba(10, 61, 145, 0.18);
  border-radius: 6px;
  background: #fff;
  padding: 0 14px;
  color: var(--lp-blue);
  font-size: 16px;
  font-weight: 950;
}

.lp-cert-panel strong {
  color: var(--lp-ink);
  font-size: 16px;
  line-height: 1.45;
}

.lp-market__map {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.65fr);
  align-items: center;
  width: min(1120px, 100%);
  margin: 0 auto;
  gap: 28px;
  border: 1px solid var(--lp-line);
  border-radius: 8px;
  background: #fff;
  padding: clamp(18px, 3vw, 32px);
  box-shadow: 0 18px 42px rgba(13, 32, 56, 0.07);
}

.lp-market__map img {
  max-height: 420px;
  object-fit: contain;
}

.lp-market__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.lp-market__tags span {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  border: 1px solid rgba(10, 61, 145, 0.16);
  border-radius: 6px;
  background: #eef4ff;
  padding: 0 14px;
  color: var(--lp-blue);
  font-size: 14px;
  font-weight: 900;
}

.lp-final {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1fr) auto;
  align-items: center;
  gap: 22px;
  background: #fff;
  border-top: 1px solid var(--lp-line);
}

.lp-final h2 {
  color: var(--lp-blue);
}

.lp-final__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 138px;
  overflow: hidden;
  border: 1px solid rgba(10, 61, 145, 0.18);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(13, 32, 56, 0.09);
}

.lp-final__form label + label {
  border-left: 1px solid var(--lp-line);
}

.lp-final__form button {
  min-height: 72px;
  border-radius: 0;
  box-shadow: none;
}

.lp-final__wa {
  white-space: nowrap;
}

.lp-floating-wa {
  position: fixed;
  right: clamp(16px, 2.4vw, 28px);
  bottom: calc(18px + env(safe-area-inset-bottom));
  z-index: 90;
  display: grid;
  min-width: 148px;
  min-height: 62px;
  align-content: center;
  border: 1px solid rgba(25, 168, 102, 0.25);
  border-radius: 8px;
  background: var(--lp-wa);
  padding: 10px 18px;
  color: #fff;
  box-shadow: 0 20px 44px rgba(25, 168, 102, 0.28);
}

.lp-floating-wa span {
  font-size: 12px;
  font-weight: 800;
  opacity: 0.88;
}

.lp-floating-wa strong {
  font-size: 17px;
  font-weight: 950;
}

html.landing-eu-visible body[data-page="home"] .site-rfq-widget,
body[data-page="sensor-replacement"] .site-rfq-widget {
  display: none !important;
}

body[data-page="sensor-replacement"] {
  background: var(--lp-ice);
  color: var(--lp-ink);
  padding-bottom: 94px;
}

body[data-page="sensor-replacement"] .site-header {
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-areas: "brand nav";
  min-height: 72px;
  align-items: center;
  gap: 22px;
  padding: 10px clamp(18px, 3vw, 48px);
  border-bottom: 1px solid rgba(10, 61, 145, 0.11);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 26px rgba(13, 32, 56, 0.08);
}

body[data-page="sensor-replacement"] .brand {
  width: auto;
  max-width: none;
  min-width: 240px;
  gap: 10px;
}

body[data-page="sensor-replacement"] .brand-logo {
  min-width: 86px;
  color: var(--lp-blue);
  font-size: 40px;
}

body[data-page="sensor-replacement"] .brand-copy strong {
  color: var(--lp-ink);
  font-size: 20px;
}

body[data-page="sensor-replacement"] .brand-copy small {
  color: var(--lp-muted);
  font-size: 12px;
  line-height: 1.25;
}

body[data-page="sensor-replacement"] .site-search {
  display: none;
}

body[data-page="sensor-replacement"] .language-switcher {
  display: none !important;
}

body[data-page="sensor-replacement"] .main-nav {
  grid-area: nav;
  display: flex;
  justify-content: flex-end;
  gap: clamp(12px, 1.4vw, 24px);
  width: auto;
  max-width: none;
  min-height: 44px;
  overflow-x: auto;
  border-top: 0;
  padding: 0;
}

body[data-page="sensor-replacement"] .main-nav > a {
  min-height: 38px;
  color: var(--lp-ink);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: none;
}

.replacement-hero .lp-hero__image img {
  object-position: 63% center;
}

.replacement-brands {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.replacement-brand-card {
  border: 1px solid var(--lp-line);
  border-radius: 8px;
  background: #fff;
  padding: 22px;
  box-shadow: 0 18px 42px rgba(13, 32, 56, 0.07);
}

.replacement-brand-card strong {
  display: block;
  color: var(--lp-blue);
  font-size: 24px;
  font-weight: 950;
}

.replacement-brand-card span {
  display: block;
  margin-top: 10px;
  color: var(--lp-muted);
  font-size: 14px;
  line-height: 1.45;
}

.replacement-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(1080px, 100%);
  margin: 0 auto;
}

.replacement-flow article {
  border: 1px solid var(--lp-line);
  border-radius: 8px;
  background: #fff;
  padding: 24px;
  box-shadow: 0 18px 42px rgba(13, 32, 56, 0.07);
}

.replacement-flow b {
  display: inline-flex;
  min-width: 42px;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #eef4ff;
  color: var(--lp-blue);
}

.replacement-flow h3 {
  margin: 18px 0 0;
  color: var(--lp-ink);
  font-size: 20px;
}

.replacement-flow p {
  margin: 10px 0 0;
  color: var(--lp-muted);
  line-height: 1.55;
}

@media (max-width: 1180px) {
  .lp-why__grid,
  .lp-product-grid,
  .replacement-brands {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lp-product-card {
    min-height: 0;
  }

  .lp-final {
    grid-template-columns: 1fr;
  }

  .lp-final__wa {
    width: fit-content;
  }
}

@media (max-width: 900px) {
  html.landing-eu-visible body[data-page="home"] .site-header,
  html.landing-eu-visible body[data-page="home"] .site-header {
    grid-template-columns: 1fr;
    grid-template-areas: "brand" "nav";
    min-height: 102px;
    gap: 8px;
    padding: 9px 18px;
  }

  html.landing-eu-visible body[data-page="home"] .brand,
  html.landing-eu-visible body[data-page="home"] .brand {
    min-width: 0;
  }

  html.landing-eu-visible body[data-page="home"] .brand-logo,
  html.landing-eu-visible body[data-page="home"] .brand-logo {
    min-width: 70px;
    font-size: 32px;
  }

  html.landing-eu-visible body[data-page="home"] .brand-copy strong,
  html.landing-eu-visible body[data-page="home"] .brand-copy strong {
    font-size: 17px;
  }

  html.landing-eu-visible body[data-page="home"] .brand-copy small,
  html.landing-eu-visible body[data-page="home"] .brand-copy small {
    font-size: 11px;
  }

  html.landing-eu-visible body[data-page="home"] .main-nav,
  html.landing-eu-visible body[data-page="home"] .main-nav {
    justify-content: flex-start;
    gap: 14px;
    width: 100%;
    min-height: 32px;
    scrollbar-width: none;
  }

  html.landing-eu-visible body[data-page="home"] .main-nav::-webkit-scrollbar {
    display: none;
  }

  html.landing-eu-visible body[data-page="home"] .main-nav > a,
  html.landing-eu-visible body[data-page="home"] .main-nav > a {
    flex: 0 0 auto;
    min-height: 30px;
    font-size: 11px;
  }

  body[data-page="sensor-replacement"] .site-header {
    grid-template-columns: 1fr;
    grid-template-areas: "brand" "nav";
    min-height: 102px;
    gap: 8px;
    padding: 9px 18px;
  }

  body[data-page="sensor-replacement"] .brand {
    min-width: 0;
  }

  body[data-page="sensor-replacement"] .brand-logo {
    min-width: 70px;
    font-size: 32px;
  }

  body[data-page="sensor-replacement"] .brand-copy strong {
    font-size: 17px;
  }

  body[data-page="sensor-replacement"] .brand-copy small {
    font-size: 11px;
  }

  body[data-page="sensor-replacement"] .main-nav {
    justify-content: flex-start;
    gap: 14px;
    width: 100%;
    min-height: 32px;
    scrollbar-width: none;
  }

  body[data-page="sensor-replacement"] .main-nav::-webkit-scrollbar {
    display: none;
  }

  body[data-page="sensor-replacement"] .main-nav > a {
    flex: 0 0 auto;
    min-height: 30px;
    font-size: 11px;
  }

  .lp-hero {
    grid-template-rows: minmax(320px, 52svh) minmax(0, auto);
    min-height: calc(100svh - 102px);
    background: #f4f8fc;
  }

  .replacement-hero {
    grid-template-rows: minmax(260px, 39svh) minmax(0, auto);
  }

  .lp-hero__image {
    position: relative;
    grid-row: 1;
    min-height: 320px;
  }

  .replacement-hero .lp-hero__image {
    min-height: 260px;
  }

  .lp-hero__image img {
    object-position: center 34%;
  }

  .lp-hero__shade {
    background: linear-gradient(180deg, rgba(245, 247, 250, 0.04) 0%, rgba(245, 247, 250, 0.16) 46%, #f5f7fa 96%);
  }

  .lp-hero__content {
    grid-row: 2;
    width: 100%;
    margin: 0;
    padding: 16px 18px 22px;
    align-content: start;
    background: #f5f7fa;
  }

  .lp-kicker {
    margin-bottom: 8px;
    font-size: 10px;
  }

  .lp-hero h1 {
    font-size: clamp(34px, 10vw, 44px);
    line-height: 0.98;
  }

  .replacement-hero .lp-hero h1 {
    font-size: 31px;
  }

  .lp-hero__subline {
    margin-top: 10px;
    font-size: 17px;
    line-height: 1.24;
  }

  .replacement-hero .lp-hero__subline {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 12px;
    font-size: 14px;
    line-height: 1.18;
  }

  .replacement-hero .lp-hero__subline span {
    display: inline-flex;
    white-space: nowrap;
  }

  .replacement-hero .lp-hero__subline br {
    display: none;
  }

  .lp-hero__factory {
    margin-top: 8px;
    font-size: 14px;
  }

  .replacement-hero .lp-hero__actions {
    order: 3;
  }

  .replacement-hero .lp-hero__factory {
    order: 4;
    font-size: 13px;
    line-height: 1.35;
  }

  .replacement-hero .lp-trust {
    display: none;
  }

  .lp-hero__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 14px;
  }

  .lp-button,
  .lp-quick-form button,
  .lp-final__form button {
    min-height: 48px;
    padding: 0 12px;
    font-size: 13px;
  }

  .lp-quick-form {
    display: none;
  }

  .lp-quick-form label {
    padding: 10px 12px;
  }

  .lp-quick-form button {
    min-height: 46px;
  }

  .lp-trust {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
    margin-top: 10px;
  }

  .lp-trust span {
    min-height: 30px;
    padding: 0 8px;
    font-size: 11px;
  }

  .lp-section,
  .lp-final {
    padding: 52px 18px;
  }

  .lp-section__head {
    margin-bottom: 24px;
    text-align: left;
  }

  .lp-section__head h2,
  .lp-final h2 {
    font-size: 30px;
    line-height: 1.08;
  }

  .lp-section__head p,
  .lp-final p {
    font-size: 15px;
    line-height: 1.55;
  }

  .lp-chat-grid,
  .lp-gallery,
  .lp-application-grid,
  .lp-quality__grid,
  .lp-market__map,
  .lp-final__form {
    grid-template-columns: 1fr;
  }

  .lp-gallery,
  .lp-quality__grid {
    grid-auto-rows: auto;
  }

  .lp-gallery figure,
  .lp-quality__grid figure,
  .lp-application-grid figure {
    aspect-ratio: 4 / 3;
  }

  .lp-gallery__large,
  .lp-quality__main {
    grid-row: auto;
  }

  .lp-product-grid,
  .lp-why__grid,
  .replacement-brands,
  .replacement-flow {
    grid-template-columns: 1fr;
  }

  .lp-market__map {
    gap: 18px;
  }

  .lp-final {
    gap: 18px;
  }

  .lp-final__form label + label {
    border-top: 1px solid var(--lp-line);
    border-left: 0;
  }

  .lp-final__form button {
    min-height: 52px;
  }

  .lp-final__wa {
    width: 100%;
  }

  .lp-floating-wa {
    right: 14px;
    left: 14px;
    bottom: calc(12px + env(safe-area-inset-bottom));
    min-height: 58px;
    grid-template-columns: 1fr auto;
    align-items: center;
  }
}

@media (max-width: 420px) {
  .lp-hero {
    grid-template-rows: minmax(290px, 45svh) minmax(0, auto);
  }

  .lp-hero__image {
    min-height: 290px;
  }

  .lp-hero h1 {
    font-size: 33px;
  }

  .lp-hero__subline {
    font-size: 16px;
  }

  .lp-trust span {
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .lp-button,
  .lp-quick-form button,
  .lp-final__form button,
  .lp-product-card {
    transition: none;
  }

  .lp-button:hover,
  .lp-quick-form button:hover,
  .lp-final__form button:hover,
  .lp-product-card:hover {
    transform: none;
  }
}

