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-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;
}

.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);
}

.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 img {
  width: 100%;
  aspect-ratio: 1.2 / 1;
  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;
  min-width: 214px;
  gap: 2px;
  border-radius: 8px;
  background: var(--pro-whatsapp);
  padding: 12px 16px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 18px 42px rgba(18, 140, 126, 0.32);
}

.proximity-floating-wa span,
.proximity-floating-wa strong {
  line-height: 1.1;
}

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

.proximity-floating-wa 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));
  }

  .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;
  }
}

@media (max-width: 760px) {
  body[data-page="proximity-sensor"] {
    padding-bottom: 84px;
  }

  .proximity-hero {
    gap: 20px;
    padding-top: 20px;
    padding-bottom: 34px;
  }

  .proximity-hero__visual {
    height: clamp(278px, 38svh, 350px);
  }

  .proximity-hero__copy {
    display: flex;
    flex-direction: column;
  }

  .proximity-hero h1 {
    font-size: clamp(30px, 8.5vw, 34px);
    line-height: 1.02;
  }

  .hero-size-line {
    margin-top: 12px;
    font-size: 20px;
  }

  .hero-subline {
    margin-top: 4px;
    font-size: 16px;
  }

  .hero-actions {
    order: 2;
    margin-top: 16px;
  }

  .hero-badges {
    order: 3;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 14px;
  }

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

  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,
  .hero-actions .button,
  .final-cta__actions,
  .final-cta__actions .button {
    width: 100%;
  }

  .proximity-floating-wa {
    right: 14px;
    left: auto;
    bottom: 8px;
    width: min(212px, calc(100% - 28px));
    min-width: 0;
    border-radius: 999px;
    padding: 10px 15px;
    text-align: left;
  }

  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;
  }
}

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

  .proximity-hero__visual {
    gap: 8px;
    height: 34svh;
    min-height: 276px;
  }
}
