body[data-page="proximity-sensor"] {
  --pro-blue: #0b4ea2;
  --pro-blue-dark: #08326b;
  --pro-blue-soft: #eaf3ff;
  --pro-ink: #102033;
  --pro-muted: #5f6f83;
  --pro-line: #dbe6f2;
  --pro-bg: #f5f8fc;
  --pro-white: #ffffff;
  --pro-whatsapp: #17a866;
  margin: 0;
  background: var(--pro-bg);
  color: var(--pro-ink);
  padding-bottom: 96px;
  overflow-x: hidden;
}

body[data-page="proximity-sensor"] .site-rfq-widget,
body[data-page="proximity-sensor"] .jev-chatwoot-widget,
body[data-page="proximity-sensor"] .mobile-whatsapp-bar {
  display: none !important;
}

body[data-page="proximity-sensor"] .site-header {
  grid-template-columns: auto minmax(280px, 1fr) auto;
  grid-template-areas: "brand search language" "nav nav nav";
  min-height: 132px;
  align-items: center;
  gap: 12px 30px;
  padding: 14px clamp(28px, 2.4vw, 54px) 12px;
  border-bottom: 1px solid rgba(9, 50, 107, 0.11);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 10px 26px rgba(16, 32, 51, 0.08);
  backdrop-filter: blur(18px);
}

body[data-page="proximity-sensor"] .brand {
  width: auto;
  max-width: none;
  min-width: 292px;
  gap: 12px;
}

body[data-page="proximity-sensor"] .brand-logo {
  min-width: 132px;
  color: var(--pro-blue-dark);
  font-size: 62px;
}

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

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

body[data-page="proximity-sensor"] .site-search {
  display: grid;
  grid-area: search;
  grid-template-columns: minmax(0, 1fr) 70px;
  width: min(720px, 100%);
  max-width: none;
  justify-self: center;
}

body[data-page="proximity-sensor"] .site-search svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
}

body[data-page="proximity-sensor"] .language-switcher {
  grid-area: language;
  display: flex !important;
  justify-self: end;
  max-width: min(500px, 34vw);
  border: 1px solid rgba(7, 26, 56, 0.08);
  border-radius: 999px;
  background: #fff;
  padding: 4px;
  box-shadow: 0 6px 18px rgba(13, 32, 56, 0.08);
}

body[data-page="proximity-sensor"] .language-switcher a {
  border-radius: 999px;
}

body[data-page="proximity-sensor"] .main-nav {
  grid-area: nav;
  display: flex;
  justify-content: center;
  gap: clamp(18px, 2vw, 34px);
  width: 100%;
  max-width: 100%;
  min-height: 38px;
  overflow-x: auto;
  border-top: 1px solid rgba(7, 26, 56, 0.08);
  padding: 4px 0 2px;
}

body[data-page="proximity-sensor"] .main-nav > a {
  min-height: 34px;
  color: var(--pro-ink);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
}

body[data-page="proximity-sensor"] .main-nav > a.active {
  color: var(--pro-blue);
}

.proximity-landing {
  background: var(--pro-white);
}

.proximity-landing *,
.proximity-landing *::before,
.proximity-landing *::after {
  box-sizing: border-box;
}

.proximity-hero {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 24px clamp(18px, 4vw, 64px) 44px;
  background:
    linear-gradient(180deg, #f8fbff 0%, #ffffff 52%, #eef5ff 100%),
    var(--pro-white);
  border-bottom: 1px solid var(--pro-line);
}

.proximity-hero__visual {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(0, 1fr);
  gap: 12px;
  width: min(100%, 720px);
  height: clamp(360px, 52svh, 560px);
  min-height: 0;
  margin: 0 auto;
}

.proximity-hero__visual::before {
  content: "";
  position: absolute;
  inset: 9% -2% 10%;
  border: 1px solid rgba(11, 78, 162, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(rgba(11, 78, 162, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 78, 162, 0.08) 1px, transparent 1px),
    #f5f9ff;
  background-size: 42px 42px;
}

.hero-product {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(11, 78, 162, 0.16);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(16, 32, 51, 0.13);
}

.hero-product img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.hero-product--m8 img {
  object-fit: contain;
  padding: 12px;
}

.hero-product--m12 img,
.hero-product--m30 img {
  object-position: 68% center;
}

.hero-product--m18 img {
  object-position: 70% center;
}

.hero-product span {
  position: absolute;
  left: 12px;
  top: 12px;
  display: inline-flex;
  min-width: 48px;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: rgba(8, 50, 107, 0.92);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.hero-product--m12 {
  transform: translateY(20px);
}

.hero-product--m18 {
  transform: translateY(-10px);
}

.proximity-hero__copy {
  width: min(100%, 640px);
  margin: 0 auto;
  text-align: left;
}

.section-kicker {
  margin: 0 0 10px;
  color: var(--pro-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.proximity-hero h1 {
  max-width: 620px;
  margin: 0;
  color: var(--pro-ink);
  font-size: clamp(36px, 7vw, 58px);
  line-height: 0.98;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.hero-size-line {
  margin: 20px 0 0;
  color: var(--pro-blue-dark);
  font-size: clamp(22px, 5.5vw, 40px);
  font-weight: 900;
  letter-spacing: 0;
}

.hero-subline {
  margin: 6px 0 0;
  color: var(--pro-muted);
  font-size: clamp(17px, 4.5vw, 24px);
  font-weight: 850;
}

.hero-model-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  width: 100%;
  min-width: 0;
  margin-top: 18px;
}

.hero-model-search input,
.hero-model-search button {
  min-height: 46px;
  border-radius: 6px;
  font: inherit;
}

.hero-model-search input {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(11, 78, 162, 0.2);
  background: #fff;
  padding: 0 13px;
  color: var(--pro-ink);
  font-size: 14px;
  font-weight: 800;
}

.hero-model-search button {
  border: 1px solid var(--pro-blue-dark);
  background: var(--pro-blue-dark);
  padding: 0 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 950;
  cursor: pointer;
}

.hero-brand-shortcuts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}

.hero-brand-shortcuts a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(11, 78, 162, 0.16);
  border-radius: 999px;
  background: #fff;
  color: var(--pro-blue-dark);
  font-size: 13px;
  font-weight: 950;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(16, 32, 51, 0.08);
}

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

.hero-badges span {
  min-height: 38px;
  border: 1px solid var(--pro-line);
  border-radius: 6px;
  background: #fff;
  padding: 9px 10px;
  color: var(--pro-ink);
  font-size: 13px;
  font-weight: 850;
}

.hero-badges b {
  color: var(--pro-whatsapp);
  font-weight: 950;
}

.proximity-fast-quote {
  display: grid;
  gap: 14px;
  margin-top: 20px;
  border: 1px solid rgba(11, 78, 162, 0.18);
  border-radius: 8px;
  background: linear-gradient(135deg, #eef6ff 0%, #ffffff 100%);
  padding: 16px;
  box-shadow: 0 16px 34px rgba(16, 32, 51, 0.09);
}

.proximity-fast-quote__copy {
  display: grid;
  gap: 6px;
}

.proximity-fast-quote__copy strong {
  color: var(--pro-ink);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.15;
  font-weight: 950;
}

.proximity-fast-quote__copy span {
  color: var(--pro-muted);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 750;
}

.proximity-fast-quote__steps {
  display: grid;
  gap: 8px;
}

.proximity-fast-quote__steps a {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  min-height: 44px;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(23, 168, 102, 0.2);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.86);
  padding: 8px 10px;
  color: #0f3f28;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
}

.proximity-fast-quote__steps a span {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--pro-whatsapp);
  color: #fff;
  font-size: 12px;
  font-weight: 950;
}

.hero-actions,
.final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 0 18px;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 14px 28px rgba(16, 32, 51, 0.15);
}

.button--primary {
  background: var(--pro-blue);
}

.button--whatsapp {
  background: var(--pro-whatsapp);
}

.button--secondary {
  border-color: rgba(11, 78, 162, 0.24);
  background: #fff;
  color: var(--pro-blue-dark);
}

.landing-section {
  padding: clamp(48px, 8vw, 92px) clamp(18px, 4vw, 64px);
  border-bottom: 1px solid var(--pro-line);
  background: #fff;
}

.product-series,
.why-jv,
.customer-inquiries {
  background: #f7faff;
}

.section-head {
  width: min(1180px, 100%);
  margin: 0 auto 28px;
}

.section-head h2 {
  max-width: 880px;
  margin: 0;
  color: var(--pro-ink);
  font-size: clamp(28px, 5vw, 46px);
  line-height: 1.06;
  letter-spacing: 0;
}

.section-head p:not(.section-kicker) {
  max-width: 620px;
  margin: 14px 0 0;
  color: var(--pro-muted);
  font-size: 16px;
  line-height: 1.6;
}

.section-head--split {
  display: grid;
  gap: 18px;
}

.series-grid,
.replacement-grid,
.why-grid,
.application-grid,
.shipment-grid,
.inquiry-grid,
.factory-grid {
  display: grid;
  width: min(1180px, 100%);
  margin: 0 auto;
  gap: 16px;
}

.series-card,
.replacement-grid article,
.why-grid article,
.application-grid article,
.inquiry-grid article {
  overflow: hidden;
  border: 1px solid var(--pro-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(16, 32, 51, 0.07);
}

.series-card {
  display: grid;
  grid-template-rows: auto 1fr;
}

.series-card img {
  display: block;
  width: 100%;
  height: clamp(210px, 16vw, 260px);
  object-fit: cover;
  background: var(--pro-bg);
}

.series-card:first-child img {
  object-fit: contain;
  padding: 12px;
}

.series-card > div {
  padding: 18px;
}

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

.series-card h3 {
  color: var(--pro-ink);
  font-size: 20px;
  line-height: 1.2;
}

.series-card p {
  margin-top: 10px;
  color: var(--pro-muted);
  font-size: 14px;
  line-height: 1.55;
}

.series-card a,
.replacement-grid a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  border-radius: 6px;
  background: var(--pro-blue-soft);
  padding: 0 12px;
  color: var(--pro-blue);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.replacement-center {
  background: #fff;
}

.replacement-grid article {
  display: grid;
  align-content: start;
  min-height: 188px;
  padding: 22px;
}

.replacement-grid strong {
  color: var(--pro-ink);
  font-size: 22px;
  line-height: 1.15;
}

.replacement-grid span {
  margin-top: 12px;
  color: var(--pro-muted);
  font-size: 14px;
  line-height: 1.55;
}

.replacement-banner {
  display: grid;
  width: min(1180px, 100%);
  margin: 18px auto 0;
  gap: 16px;
  align-items: center;
  border: 1px solid rgba(11, 78, 162, 0.18);
  border-radius: 8px;
  background: linear-gradient(135deg, #f0f6ff 0%, #ffffff 100%);
  padding: 18px;
}

.replacement-banner span {
  color: var(--pro-ink);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
}

.why-grid article {
  display: grid;
  gap: 10px;
  padding: 22px;
}

.simple-icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(11, 78, 162, 0.24);
  border-radius: 6px;
  background: var(--pro-blue-soft);
  color: var(--pro-blue-dark);
  font-size: 13px;
  font-weight: 950;
}

.why-grid strong {
  color: var(--pro-ink);
  font-size: 21px;
}

.why-grid p {
  margin: 0;
  color: var(--pro-muted);
  font-size: 14px;
  line-height: 1.55;
}

.applications,
.factory {
  background: #fff;
}

.application-grid article {
  position: relative;
  min-height: 190px;
}

.application-grid img {
  width: 100%;
  height: 100%;
  min-height: 190px;
  object-fit: cover;
}

.application-grid strong {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  border-radius: 6px;
  background: rgba(8, 50, 107, 0.88);
  padding: 11px 12px;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
}

.shipment-grid,
.factory-grid {
  grid-template-columns: 1fr;
}

.shipment-grid figure,
.factory-grid figure {
  position: relative;
  min-height: 240px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--pro-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(16, 32, 51, 0.08);
}

.shipment-grid img,
.factory-grid img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
}

.shipment-grid figcaption,
.factory-grid figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  border-radius: 6px;
  background: rgba(16, 32, 51, 0.84);
  padding: 9px 11px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.inquiry-grid article {
  padding: 18px;
}

.inquiry-grid span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border-radius: 999px;
  background: var(--pro-blue-soft);
  padding: 0 10px;
  color: var(--pro-blue-dark);
  font-size: 12px;
  font-weight: 900;
}

.inquiry-grid strong {
  display: block;
  margin-top: 14px;
  color: var(--pro-ink);
  font-size: 18px;
  line-height: 1.25;
}

.inquiry-grid p {
  margin: 10px 0 0;
  color: var(--pro-muted);
  font-size: 14px;
  line-height: 1.55;
}

.blurred-name {
  display: inline-block;
  filter: blur(2.8px);
  user-select: none;
}

.final-cta {
  display: grid;
  gap: 24px;
  align-items: center;
  padding: clamp(48px, 8vw, 88px) clamp(18px, 4vw, 64px);
  background: var(--pro-blue-dark);
  color: #fff;
}

.final-cta > div {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.final-cta h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(32px, 7vw, 58px);
  line-height: 1;
}

.final-cta p:not(.section-kicker) {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(18px, 4.5vw, 25px);
  font-weight: 850;
}

.final-cta .section-kicker {
  color: #9fd1ff;
}

.final-cta__actions {
  margin-top: 0;
}

.proximity-floating-wa {
  position: fixed;
  right: auto;
  left: 18px;
  bottom: 18px;
  z-index: 2147482000;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  min-width: 258px;
  gap: 11px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: var(--pro-whatsapp);
  padding: 8px 16px 8px 8px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 18px 42px rgba(18, 140, 126, 0.32), 0 0 0 5px rgba(23, 168, 102, 0.12);
}

.proximity-floating-wa__icon {
  position: relative;
  display: grid;
  width: 46px;
  height: 46px;
  min-width: 46px;
  place-items: center;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(3, 105, 62, 0.22);
}

.proximity-floating-wa__icon::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 4px;
  width: 10px;
  height: 10px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: #23d366;
}

.proximity-floating-wa__icon img {
  display: block;
  width: 34px;
  height: 34px;
  padding: 7px;
  border-radius: 50%;
  background: #22c55e;
}

.proximity-floating-wa__copy {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.proximity-floating-wa__copy span,
.proximity-floating-wa__copy strong {
  overflow: hidden;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.proximity-floating-wa__copy span {
  font-size: 12px;
  font-weight: 800;
  opacity: 0.9;
}

.proximity-floating-wa__copy strong {
  font-size: 16px;
  font-weight: 950;
}

body[data-page="proximity-sensor"] .site-footer {
  border-top: 1px solid var(--pro-line);
  background: #fff;
}

@media (min-width: 680px) {
  .series-grid,
  .replacement-grid,
  .why-grid,
  .application-grid,
  .inquiry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .replacement-banner {
    grid-template-columns: minmax(0, 1fr) auto;
  }
}

@media (min-width: 1040px) {
  .proximity-hero {
    display: grid;
    grid-template-columns: minmax(600px, 1.42fr) minmax(380px, 0.8fr);
    min-height: calc(100svh - 132px);
    align-items: center;
    gap: clamp(32px, 5vw, 70px);
    padding-top: clamp(34px, 5vw, 70px);
    padding-bottom: clamp(44px, 6vw, 82px);
  }

  .proximity-hero__visual {
    width: 100%;
    height: min(73svh, 650px);
    min-height: 560px;
    order: 1;
  }

  .proximity-hero__copy {
    order: 2;
    margin: 0;
  }

  .proximity-hero h1 {
    font-size: clamp(40px, 3.8vw, 50px);
    line-height: 1.03;
  }

  .hero-size-line {
    font-size: clamp(26px, 2.8vw, 34px);
  }

  .hero-product--m12 {
    transform: translateY(34px);
  }

  .hero-product--m18 {
    transform: translateY(-22px);
  }

  .section-head--split {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
    align-items: end;
  }

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

  .series-card img {
    height: 230px;
  }

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

  .shipment-grid,
  .factory-grid {
    grid-template-columns: 1.25fr 1fr 1fr;
    grid-auto-rows: minmax(250px, 1fr);
  }

  .shipment-grid figure:first-child,
  .factory-grid figure:first-child {
    grid-row: span 2;
  }

  .final-cta {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  html.proximity-paid-fast-visible .proximity-hero {
    grid-template-columns: minmax(420px, 0.86fr) minmax(560px, 1.14fr);
    min-height: calc(100svh - 132px);
  }

  html.proximity-paid-fast-visible .proximity-hero__copy {
    order: 1;
  }

  html.proximity-paid-fast-visible .proximity-hero__visual {
    order: 2;
    min-height: 500px;
    height: min(64svh, 600px);
  }

  html.proximity-paid-fast-visible .proximity-fast-quote {
    border-color: rgba(23, 168, 102, 0.24);
    background: linear-gradient(135deg, #ebfff5 0%, #ffffff 72%);
  }
}

@media (max-width: 760px) {
  body[data-page="proximity-sensor"] {
    padding-bottom: calc(96px + env(safe-area-inset-bottom));
  }

  .proximity-hero {
    gap: 12px;
    padding-top: 12px;
    padding-bottom: 22px;
  }

  .proximity-hero__visual {
    order: 2;
    height: clamp(210px, 27svh, 230px);
  }

  .proximity-hero__copy {
    order: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
  }

  .proximity-hero h1 {
    font-size: clamp(25px, 7.3vw, 31px);
    line-height: 1.02;
  }

  .hero-size-line {
    margin-top: 7px;
    font-size: 18px;
  }

  .hero-subline {
    margin-top: 3px;
    font-size: 14px;
  }

  .hero-subline + .hero-subline {
    display: none;
  }

  .hero-model-search {
    order: 2;
    grid-template-columns: minmax(0, 1fr) 82px;
    gap: 6px;
    width: min(100%, calc(100vw - 36px));
    max-width: calc(100vw - 36px);
    margin-top: 10px;
  }

  .hero-model-search input,
  .hero-model-search button {
    min-height: 38px;
    border-radius: 6px;
  }

  .hero-model-search input {
    padding: 0 10px;
    font-size: 12px;
  }

  .hero-model-search button {
    width: 82px;
    min-width: 0;
    padding: 0 9px;
    font-size: 10.5px;
    line-height: 1.1;
    white-space: normal;
  }

  .hero-actions {
    order: 3;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: min(100%, calc(100vw - 36px));
    max-width: calc(100vw - 36px);
    margin-top: 10px;
  }

  .hero-actions .button {
    width: auto;
    min-height: 40px;
    padding: 0 10px;
    font-size: 12.5px;
    line-height: 1.1;
    white-space: normal;
    box-shadow: 0 10px 20px rgba(16, 32, 51, 0.14);
  }

  .hero-actions .button--primary {
    grid-column: 1 / -1;
  }

  .hero-brand-shortcuts {
    order: 4;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    width: min(100%, calc(100vw - 36px));
    max-width: calc(100vw - 36px);
    margin-top: 10px;
  }

  .hero-brand-shortcuts a {
    min-height: 32px;
    padding: 0 5px;
    font-size: 10px;
    overflow-wrap: anywhere;
  }

  .proximity-fast-quote {
    order: 5;
    width: min(100%, calc(100vw - 36px));
    max-width: calc(100vw - 36px);
    margin-top: 10px;
    padding: 10px;
  }

  .proximity-fast-quote__copy strong {
    font-size: 14px;
  }

  .proximity-fast-quote__copy span {
    font-size: 11.5px;
    line-height: 1.35;
  }

  .proximity-fast-quote__steps {
    display: none;
  }

  .proximity-fast-quote__steps a {
    min-height: 40px;
    font-size: 12px;
  }

  .hero-badges {
    order: 6;
    display: none;
  }

  .hero-badges span {
    min-height: 34px;
    padding: 8px;
    font-size: 12px;
  }

  .series-card img {
    height: clamp(190px, 58vw, 260px);
  }

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

  body[data-page="proximity-sensor"] .brand {
    width: auto;
    max-width: 100%;
    min-width: 0;
    justify-self: center;
  }

  body[data-page="proximity-sensor"] .brand-logo {
    min-width: 76px;
    font-size: 34px;
  }

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

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

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

  body[data-page="proximity-sensor"] .language-switcher {
    width: min(100%, 350px);
    max-width: 100%;
    min-height: 34px;
    flex-wrap: nowrap;
    align-items: center;
    overflow-x: auto;
    justify-self: center;
    padding: 3px;
    scrollbar-width: none;
  }

  body[data-page="proximity-sensor"] .language-switcher a {
    flex: 0 0 30px;
  }

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

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

  .hero-badges {
    grid-template-columns: 1fr;
  }

  .button,
  .hero-actions,
  .final-cta__actions,
  .final-cta__actions .button {
    width: 100%;
  }

  .proximity-floating-wa {
    right: max(12px, env(safe-area-inset-right));
    left: max(12px, env(safe-area-inset-left));
    bottom: max(10px, env(safe-area-inset-bottom));
    width: auto;
    min-width: 0;
    min-height: 68px;
    grid-template-columns: 46px minmax(0, 1fr);
    border-radius: 18px;
    padding: 10px 14px 10px 10px;
    text-align: left;
    box-shadow: 0 18px 40px rgba(10, 159, 73, 0.28), 0 0 0 5px rgba(23, 168, 102, 0.12);
  }

  .proximity-floating-wa__copy {
    gap: 4px;
  }

  .proximity-floating-wa__copy span,
  .proximity-floating-wa__copy strong {
    white-space: normal;
  }

  .proximity-floating-wa__copy span {
    font-size: 12px;
    line-height: 1.15;
  }

  .proximity-floating-wa__copy strong {
    font-size: 17px;
    line-height: 1.1;
  }

  body[data-page="proximity-sensor"] .site-footer {
    grid-template-columns: 1fr;
    gap: 18px;
    overflow: hidden;
  }

  body[data-page="proximity-sensor"] .footer-brand,
  body[data-page="proximity-sensor"] .footer-email-links,
  body[data-page="proximity-sensor"] .site-footer nav,
  body[data-page="proximity-sensor"] .site-footer > p {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  body[data-page="proximity-sensor"] .footer-brand > div {
    min-width: 0;
  }

  body[data-page="proximity-sensor"] .footer-brand p,
  body[data-page="proximity-sensor"] .site-footer > p {
    overflow-wrap: anywhere;
  }

  body[data-page="proximity-sensor"] .site-footer nav {
    flex-wrap: wrap;
    gap: 12px 18px;
  }

  html.proximity-paid-fast-visible body[data-page="proximity-sensor"] .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas: "brand language";
    align-items: center;
    padding: 8px 14px;
  }

  html.proximity-paid-fast-visible body[data-page="proximity-sensor"] .brand {
    justify-self: start;
    max-width: 230px;
    gap: 8px;
  }

  html.proximity-paid-fast-visible body[data-page="proximity-sensor"] .brand-logo {
    min-width: 64px;
    font-size: 29px;
  }

  html.proximity-paid-fast-visible body[data-page="proximity-sensor"] .brand-copy strong {
    font-size: 16px;
  }

  html.proximity-paid-fast-visible body[data-page="proximity-sensor"] .brand-copy small {
    display: none;
  }

  html.proximity-paid-fast-visible body[data-page="proximity-sensor"] .language-switcher {
    justify-self: end;
    width: auto;
    max-width: 80px;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  html.proximity-paid-fast-visible body[data-page="proximity-sensor"] .language-switcher a:not(.active) {
    display: none;
  }

  html.proximity-paid-fast-visible .proximity-hero {
    gap: 14px;
    padding-top: 12px;
    padding-bottom: 26px;
  }

  html.proximity-paid-fast-visible .proximity-hero__copy {
    order: 1;
  }

  html.proximity-paid-fast-visible .proximity-hero__visual {
    order: 2;
    height: clamp(158px, 24svh, 230px);
    min-height: 158px;
  }

  html.proximity-paid-fast-visible .section-kicker {
    margin-bottom: 7px;
  }

  html.proximity-paid-fast-visible .proximity-hero h1 {
    font-size: clamp(26px, 7.2vw, 31px);
  }

  html.proximity-paid-fast-visible .hero-size-line {
    margin-top: 9px;
  }

  html.proximity-paid-fast-visible .hero-subline {
    display: none;
  }

  html.proximity-paid-fast-visible .hero-badges {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 420px) {
  .proximity-hero {
    padding-inline: 14px;
  }

  .proximity-hero__visual {
    gap: 8px;
    width: min(100%, calc(100vw - 28px));
    height: clamp(210px, 27svh, 230px);
    min-height: 210px;
  }

  .hero-model-search,
  .hero-actions,
  .hero-brand-shortcuts,
  .proximity-fast-quote,
  .hero-badges {
    width: min(100%, calc(100vw - 28px));
    max-width: calc(100vw - 28px);
  }
}
