:root {
  color-scheme: light;
  --page-edge: clamp(28px, 2.4vw, 54px);
  --ink: #071a38;
  --muted: #4c5b6d;
  --line: #d7e0eb;
  --soft: #f4f8fc;
  --surface: #ffffff;
  --blue: #07285a;
  --blue-2: #0f4d86;
  --red: #c9001f;
  --green: #36b96f;
  --shadow: 0 18px 42px rgba(9, 31, 66, 0.16);
}

/* Conversion polish for the J&V endorsement landing page. */
.hero-home .hero-subtitle {
  max-width: 620px;
}

.hero-home .hero-copy {
  max-width: 560px;
}

.hero-home .hero-trust-bar {
  max-width: 720px;
  margin-bottom: 18px;
}

.hero-home .hero-trust-bar span {
  min-height: 32px;
  border-color: rgba(38, 154, 93, 0.28);
  background: rgba(239, 253, 244, 0.96);
}

.hero-home .whatsapp-button--hero {
  min-width: min(100%, 340px);
  border: 1px solid rgba(255, 255, 255, 0.58);
}

.hero-home .outline-button {
  min-width: 250px;
}

@media (max-width: 780px) {
  html.paid-traffic-visible body[data-page="home"] .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas: "brand language";
    min-height: 0;
    padding: 10px 18px;
  }

  html.paid-traffic-visible body[data-page="home"] .site-search,
  html.paid-traffic-visible body[data-page="home"] .main-nav {
    display: none;
  }

  html.paid-traffic-visible body[data-page="home"] .brand {
    width: auto;
    max-width: 260px;
  }

  html.paid-traffic-visible body[data-page="home"] .brand-logo {
    min-width: 72px;
    font-size: 32px;
  }

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

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

  html.paid-traffic-visible body[data-page="home"] .language-switcher {
    justify-self: end;
    width: auto;
    border: 0;
    background: transparent;
    padding: 0;
  }

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

  html.paid-traffic-visible body[data-page="home"] .language-switcher a.active {
    border: 1px solid rgba(7, 26, 56, 0.14);
    background: #ffffff;
  }

  html.paid-traffic-visible body[data-page="home"] .hero-content {
    padding-top: 32px;
  }

  html.paid-traffic-visible body[data-page="home"] .hero-model-form input {
    font-size: 17px;
  }
}

.mobile-whatsapp-bar {
  display: none;
}

@media (max-width: 780px) {
  body {
    padding-bottom: calc(82px + env(safe-area-inset-bottom));
  }

  .hero-home .hero-content {
    padding-bottom: 24px;
  }

  .hero-home .hero-copy {
    margin-bottom: 14px;
  }

  .hero-home .hero-proof-row {
    display: none;
  }

  .hero-home .hero-actions {
    gap: 10px;
  }

  .hero-home .whatsapp-button--hero,
  .hero-home .outline-button {
    width: 100%;
    min-width: 0;
  }

  .mobile-whatsapp-bar {
    position: fixed;
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    left: 12px;
    z-index: 98;
    display: grid;
    min-height: 58px;
    align-content: center;
    justify-items: center;
    border: 1px solid rgba(255, 255, 255, 0.62);
    border-radius: 8px;
    background: var(--green);
    color: #ffffff;
    padding: 8px 16px;
    box-shadow: 0 18px 42px rgba(7, 26, 56, 0.28), 0 0 0 1px rgba(54, 185, 111, 0.16);
    text-align: center;
    font-weight: 950;
  }

  .mobile-whatsapp-bar span {
    font-size: 15px;
    line-height: 1.15;
  }

  .mobile-whatsapp-bar small {
    margin-top: 2px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
  }
}

/* v29 final customer-facing live support widget override */

@keyframes siteRfqNotificationPulse {
  0% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.42); }
  70% { box-shadow: 0 0 0 9px rgba(239, 68, 68, 0); }
  100% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0); }
}

/* Website chat widget v20 final: one clear support entry, routing only inside chat. */

/* Mobile conversion CTA final placement. Keep after all chat widget overrides. */
@media (max-width: 780px) {
  body {
    padding-bottom: calc(86px + env(safe-area-inset-bottom)) !important;
  }

  body .mobile-whatsapp-bar {
    position: fixed !important;
    right: 12px !important;
    bottom: max(12px, env(safe-area-inset-bottom)) !important;
    left: 12px !important;
    z-index: 2147483200 !important;
    display: grid !important;
  }
}

/* Phone-only WhatsApp CTA correction. Narrow desktop previews should not inherit the phone sticky bar. */
@media (min-width: 561px) and (max-width: 780px) {
  body {
    padding-bottom: 0 !important;
  }

  body .mobile-whatsapp-bar {
    display: none !important;
  }
}

/* Final mobile conversion CTA override. Keep after widget overrides. */
@media (max-width: 780px) {
  body {
    padding-bottom: calc(82px + env(safe-area-inset-bottom)) !important;
  }

  body .mobile-whatsapp-bar {
    position: fixed !important;
    right: 12px !important;
    bottom: max(12px, env(safe-area-inset-bottom)) !important;
    left: 12px !important;
    z-index: 98 !important;
    display: grid !important;
  }
}

/* v36 final widget skin: Elfsight-style chat launcher + readable routing cards. */

/* v35: Elfsight-like website chat widget, with readable first routing. */

/* v30 final: customer-facing live support widget, Elfsight-like but J&V branded. */

/* Website chat widget v28: clean Elfsight-style support widget. Keep this block last. */

/* Website chat widget v27: final customer-facing chat override. Keep this block last. */

/* Website chat widget v26: customer-readable Elfsight-style chat. Keep this block last. */

@keyframes site-rfq-online-pulse-v26 {
  0% { box-shadow: 0 0 0 0 rgba(82, 197, 106, 0.38); }
  100% { box-shadow: 0 0 0 12px rgba(82, 197, 106, 0); }
}

/* Website chat widget v25: final customer-facing chat layout. Keep this block last. */

/* Website chat widget v23: clearer Elfsight-style customer chat. */

/* Website chat widget v24: keep the first screen readable at 100% zoom. */

/* Website chat widget v22 final customer-facing chat. Keep this block last. */

/* Website chat widget v20: Elfsight-style support entry and clear in-chat routing. */

/* Website chat widget v8: compact Elfsight-style messenger window. */

/* Europe RFQ landing page */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--soft);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
}

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

button,
input {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto minmax(280px, 1fr) auto;
  grid-template-areas:
    "brand search language"
    "nav nav nav";
  align-items: center;
  gap: 12px 30px;
  min-height: 132px;
  padding: 14px var(--page-edge) 12px;
  border-bottom: 1px solid rgba(7, 26, 56, 0.12);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 28px rgba(7, 26, 56, 0.08);
  backdrop-filter: blur(16px);
}

.brand {
  grid-area: brand;
  display: inline-flex;
  align-items: center;
  min-width: 292px;
  gap: 18px;
}

.brand-logo {
  display: inline-flex;
  align-items: center;
  min-width: 132px;
  color: var(--blue);
  font-size: 62px;
  font-weight: 950;
  letter-spacing: -1px;
  line-height: 0.9;
}

.brand-logo .brand-v {
  color: var(--red);
}

.brand-logo {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}

.brand-copy {
  display: grid;
  gap: 4px;
}

.brand-copy strong {
  color: #04142d;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.06;
}

.brand-copy small {
  color: #1a2d45;
  font-size: 14px;
  line-height: 1.32;
}

.main-nav {
  grid-area: nav;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 44px;
  overflow: visible;
  border-top: 1px solid rgba(7, 26, 56, 0.08);
  padding-top: 8px;
  scrollbar-width: none;
}

.main-nav::-webkit-scrollbar {
  display: none;
}

.main-nav > a,
.main-nav > .product-nav-item > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  color: #071a38;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.main-nav > a::after,
.main-nav > .product-nav-item > a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  height: 4px;
  background: transparent;
}

.main-nav > a:hover,
.main-nav > a.active,
.main-nav > .product-nav-item > a:hover,
.main-nav > .product-nav-item > a.active {
  color: var(--blue);
}

.main-nav > a.active::after,
.main-nav > .product-nav-item > a.active::after {
  background: var(--blue);
}

.product-nav-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

.product-nav-item .product-nav-link {
  padding-right: 16px;
}

.product-nav-item .product-nav-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-65%) rotate(45deg);
  opacity: 0.72;
}

.product-mega-menu {
  position: fixed;
  top: var(--product-mega-top, 150px);
  right: 0;
  left: 0;
  z-index: 80;
  width: auto;
  max-width: 100%;
  max-height: calc(100vh - var(--product-mega-top, 150px) - 16px);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 18px clamp(24px, 3vw, 48px) 30px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: translateY(14px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.product-nav-item:hover .product-mega-menu,
.product-nav-item:focus-within .product-mega-menu,
.product-nav-item.is-open .product-mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.product-mega-menu::before {
  content: "";
  position: absolute;
  top: -22px;
  right: 0;
  left: 0;
  height: 28px;
}

.product-mega-shell {
  display: grid;
  grid-template-columns: minmax(320px, 460px) minmax(0, 1fr);
  gap: clamp(20px, 2vw, 30px);
  align-items: stretch;
  width: min(1680px, 100%);
  margin: 0 auto;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  min-height: min(720px, calc(100vh - var(--product-mega-top, 150px) - 52px));
}

.product-mega-primary,
.product-mega-board {
  border: 1px solid rgba(7, 26, 56, 0.08);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 28px 78px rgba(7, 26, 56, 0.22);
}

.product-mega-primary {
  display: grid;
  align-content: start;
  gap: clamp(20px, 2vw, 28px);
  padding: clamp(38px, 3.6vw, 62px) clamp(28px, 2.8vw, 48px);
}

.product-mega-primary h2 {
  margin: 0;
  color: #1f2328;
  font-size: clamp(32px, 2.4vw, 44px);
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
}

.product-mega-primary p {
  margin: -12px 0 0;
  color: #6b7280;
  font-size: 16px;
  line-height: 1.45;
  text-transform: none;
}

.product-mega-primary-list,
.product-mega-series-list {
  display: grid;
  gap: 4px;
}

.product-mega-primary-row,
.product-mega-series-row,
.product-mega-section-title,
.product-mega-text-cta,
.product-mega-resource-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #4d4d4d;
  font-weight: 430;
  line-height: 1.25;
  text-decoration: none;
  text-transform: none;
}

.product-mega-primary-row {
  min-height: 58px;
  border-radius: 999px;
  padding: 0 clamp(24px, 2vw, 32px) 0 clamp(22px, 1.8vw, 28px);
  font-size: clamp(19px, 1.35vw, 22px);
}

.product-mega-primary-row:hover,
.product-mega-primary-row:focus-visible,
.product-mega-primary-row.is-active {
  background: #f4f4f4;
  color: #2a2a2a;
}

.product-mega-arrow,
.product-mega-primary-row span:last-child,
.product-mega-series-row span:last-child,
.product-mega-section-title span:last-child,
.product-mega-text-cta span:last-child,
.product-mega-resource-link span:last-child {
  color: #eb4d55;
  font-weight: 420;
}

.product-mega-board {
  position: relative;
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(330px, 0.9fr) minmax(260px, 0.74fr);
  min-width: 0;
  overflow: hidden;
}

.product-mega-column,
.product-mega-resources {
  min-width: 0;
  padding: clamp(40px, 3.5vw, 68px) clamp(28px, 2.7vw, 50px);
}

.product-mega-column--series,
.product-mega-column--detail {
  border-right: 1px solid rgba(31, 35, 40, 0.15);
}

.product-mega-section-title {
  width: max-content;
  max-width: 100%;
  color: #333333;
  border-bottom: 2px solid currentColor;
  font-size: clamp(20px, 1.35vw, 22px);
  font-weight: 760;
}

.product-mega-series-list {
  margin-top: 30px;
}

.product-mega-series-row {
  width: 100%;
  min-height: 52px;
  border-radius: 999px;
  padding: 0 clamp(22px, 1.9vw, 30px) 0 clamp(20px, 1.7vw, 24px);
  color: #666666;
  font-size: clamp(18px, 1.28vw, 21px);
}

.product-mega-series-row:hover,
.product-mega-series-row:focus-visible,
.product-mega-series-row.is-active {
  background: #f3f3f3;
  color: #3b3b3b;
}

.product-mega-detail-copy {
  margin: 36px 0 0;
  color: #666666;
  font-size: clamp(18px, 1.3vw, 21px);
  line-height: 1.42;
}

.product-mega-detail-list {
  display: grid;
  gap: 18px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.product-mega-detail-list li {
  color: #5f5f5f;
  font-size: clamp(17px, 1.18vw, 19px);
  line-height: 1.4;
}

.product-mega-text-cta {
  width: max-content;
  max-width: 100%;
  margin-top: 38px;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 18px;
  color: #333333;
  font-size: 18px;
  font-weight: 760;
}

.product-mega-resources {
  display: grid;
  align-content: start;
  gap: clamp(24px, 2vw, 34px);
  padding-right: clamp(28px, 2.6vw, 48px);
  padding-left: clamp(28px, 2.6vw, 48px);
  background: linear-gradient(180deg, rgba(248, 251, 255, 0.82), rgba(255, 255, 255, 0.98));
}

.product-mega-resource-card {
  display: grid;
  gap: 12px;
}

.product-mega-resource-card img {
  width: 100%;
  height: clamp(150px, 15vw, 210px);
  object-fit: cover;
  border-radius: 0;
  background: #f4f4f4;
}

.product-mega-resource-card strong {
  color: #333333;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}

.product-mega-resource-card p {
  margin: 0;
  color: #666666;
  font-size: 18px;
  line-height: 1.45;
}

.product-mega-resource-link {
  margin-top: 10px;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 18px;
  color: #333333;
  font-size: 17px;
  font-weight: 760;
}

.product-mega-resource-card--rfq {
  border-top: 1px solid #d8d8d8;
  padding-top: 28px;
}

.product-mega-support-orb {
  position: absolute;
  right: 34px;
  bottom: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 999px;
  background: #eb4d55;
  color: #ffffff !important;
  box-shadow: 0 18px 42px rgba(235, 77, 85, 0.34);
  font-size: 26px !important;
  font-weight: 900 !important;
  text-transform: none !important;
}

.site-search {
  grid-area: search;
  justify-self: end;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 64px;
  width: 100%;
  max-width: 660px;
  min-width: 0;
  height: 54px;
  overflow: hidden;
  border: 1px solid #aab7c8;
  border-radius: 6px;
  background: #ffffff;
}

.site-search input {
  min-width: 0;
  border: 0;
  padding: 0 20px;
  color: var(--ink);
  font-size: 17px;
  font-weight: 650;
  outline: none;
}

.site-search button {
  display: grid;
  place-items: center;
  border: 0;
  background: var(--blue);
  color: #ffffff;
  cursor: pointer;
}

.site-search svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.language-switcher {
  grid-area: language;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 3px;
  width: fit-content;
  max-width: 100%;
  overflow: visible;
  border: 1px solid #c6d3e3;
  border-radius: 999px;
  background: #ffffff;
  padding: 4px;
  white-space: normal;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.language-switcher::-webkit-scrollbar {
  display: none;
}

.language-switcher a {
  flex: 0 0 auto;
  display: inline-flex;
  width: 34px;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: var(--blue);
  padding: 0;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.language-switcher img {
  display: block;
  width: 26px;
  height: 18px;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(7, 26, 56, 0.18);
}

.language-switcher a.active {
  background: var(--blue);
  color: #ffffff;
}

.language-switcher a.active img {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.82), 0 3px 8px rgba(7, 26, 56, 0.22);
}

.hero {
  position: relative;
  min-height: clamp(680px, 45vw, 740px);
  overflow: hidden;
  background: #eaf3fb;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.9) 34%, rgba(255, 255, 255, 0.36) 62%, rgba(255, 255, 255, 0.06) 100%),
    linear-gradient(180deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.14) 72%, rgba(255,255,255,0.86) 100%);
}

.hero-home .hero-image {
  object-position: 58% center;
  filter: saturate(1.08) contrast(1.06);
}

.hero-home .hero-overlay {
  display: block;
  background:
    linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.97) 34%, rgba(255, 255, 255, 0.62) 50%, rgba(255, 255, 255, 0.1) 70%, rgba(255, 255, 255, 0) 100%),
    linear-gradient(180deg, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0.02) 72%, rgba(255,255,255,0.34) 100%);
}

.hero-home .hero-content {
  position: relative;
  inset: auto;
  width: min(780px, calc(100% - 48px));
  padding: 42px 0 36px var(--page-edge);
  pointer-events: auto;
}

body[data-lang="zh"] .hero h1,
body[data-lang="vi"] .hero h1 {
  max-width: 720px;
  font-size: clamp(44px, 4.3vw, 64px);
  line-height: 1.08;
  text-transform: none;
}

body[data-lang="zh"] .hero h1 {
  word-break: keep-all;
}

body[data-lang="vi"] .hero h1 {
  max-width: 780px;
  font-size: clamp(40px, 3.4vw, 54px);
}

body[data-lang="ar"] .hero h1,
body[data-lang="tr"] .hero h1,
body[data-lang="de"] .hero h1,
body[data-lang="pl"] .hero h1,
body[data-lang="it"] .hero h1,
body[data-lang="es"] .hero h1,
body[data-lang="fr"] .hero h1 {
  max-width: 760px;
  text-transform: none;
}

body[data-lang="ar"] .hero h1 {
  font-size: clamp(42px, 4.8vw, 78px);
  line-height: 1.02;
}

body[data-lang="tr"] .hero h1 {
  font-size: clamp(40px, 3.9vw, 62px);
  line-height: 1.08;
}

body[data-lang="de"] .hero h1,
body[data-lang="pl"] .hero h1,
body[data-lang="it"] .hero h1,
body[data-lang="es"] .hero h1,
body[data-lang="fr"] .hero h1 {
  font-size: clamp(40px, 3.6vw, 60px);
  line-height: 1.08;
}

body[data-lang="vi"] .site-header,
body[data-lang="tr"] .site-header,
body[data-lang="ar"] .site-header,
body[data-lang="de"] .site-header,
body[data-lang="pl"] .site-header,
body[data-lang="it"] .site-header,
body[data-lang="es"] .site-header,
body[data-lang="fr"] .site-header {
  gap: 12px 22px;
}

body[data-lang="vi"] .main-nav,
body[data-lang="tr"] .main-nav,
body[data-lang="ar"] .main-nav,
body[data-lang="de"] .main-nav,
body[data-lang="pl"] .main-nav,
body[data-lang="it"] .main-nav,
body[data-lang="es"] .main-nav,
body[data-lang="fr"] .main-nav {
  gap: 24px;
}

body[data-lang="vi"] .main-nav > a,
body[data-lang="vi"] .main-nav > .product-nav-item > a,
body[data-lang="tr"] .main-nav > a,
body[data-lang="tr"] .main-nav > .product-nav-item > a,
body[data-lang="ar"] .main-nav > a,
body[data-lang="ar"] .main-nav > .product-nav-item > a,
body[data-lang="de"] .main-nav > a,
body[data-lang="de"] .main-nav > .product-nav-item > a,
body[data-lang="pl"] .main-nav > a,
body[data-lang="pl"] .main-nav > .product-nav-item > a,
body[data-lang="it"] .main-nav > a,
body[data-lang="it"] .main-nav > .product-nav-item > a,
body[data-lang="es"] .main-nav > a,
body[data-lang="es"] .main-nav > .product-nav-item > a,
body[data-lang="fr"] .main-nav > a,
body[data-lang="fr"] .main-nav > .product-nav-item > a {
  font-size: 14px;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(680px, calc(100% - 48px));
  padding: 86px 0 54px max(28px, calc((100vw - 1440px) / 2));
}

.eyebrow {
  margin: 0 0 22px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  max-width: 760px;
  color: var(--blue);
  font-size: clamp(48px, 4.5vw, 64px);
  font-weight: 950;
  line-height: 1.05;
  text-transform: uppercase;
}

.red-rule {
  display: block;
  width: 74px;
  height: 6px;
  margin: 22px 0 16px;
  background: var(--red);
}

.hero-subtitle {
  margin: 0 0 14px;
  max-width: 480px;
  color: #152236;
  font-size: 25px;
  line-height: 1.25;
}

.hero-copy {
  max-width: 440px;
  margin: 0 0 18px;
  color: #182942;
  font-size: 16px;
  line-height: 1.55;
}

.hero-model-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  align-items: end;
  width: min(620px, 100%);
  margin: 0 0 12px;
  border: 1px solid rgba(7, 40, 90, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 40px rgba(7, 40, 90, 0.12);
  overflow: hidden;
}

.hero-model-form.has-contact-fields {
  grid-template-columns: minmax(230px, 1.35fr) minmax(210px, 0.9fr) 150px;
  width: min(780px, 100%);
}

.hero-model-form label {
  display: grid;
  gap: 6px;
  padding: 12px 16px 12px 18px;
}

.hero-model-form span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.hero-model-form input {
  width: 100%;
  min-width: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  outline: none;
  font-size: 20px;
  font-weight: 800;
}

.hero-model-form .quote-match-field {
  border-left: 1px solid rgba(7, 40, 90, 0.12);
}

.hero-model-form .quote-match-field input {
  font-size: 15px;
  font-weight: 750;
}

.quote-match-hint {
  color: #4e647d;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: none;
}

.quote-send-hint {
  margin: 0;
  color: #324764;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.hero-model-form .quote-send-hint {
  grid-column: 1 / -1;
  padding: 0 16px 12px 18px;
}

.hero-model-form button {
  min-height: 76px;
  border: 0;
  background: var(--green);
  color: #ffffff;
  font-size: 16px;
  font-weight: 950;
  cursor: pointer;
  box-shadow: 0 14px 32px rgba(54, 185, 111, 0.28);
}

.hero-model-examples {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: min(620px, 100%);
  margin-bottom: 12px;
}

.hero-model-examples span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border: 1px solid rgba(7, 40, 90, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--blue);
  padding: 0 11px;
  font-size: 12px;
  font-weight: 900;
}

.hero-trust-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: min(660px, 100%);
  margin: 0 0 16px;
}

.hero-trust-bar span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border: 1px solid rgba(54, 185, 111, 0.22);
  border-radius: 999px;
  background: rgba(239, 253, 244, 0.9);
  color: #0f6b3c;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 900;
}

.hero-trust-bar span::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--green);
}

.paid-landing-strip {
  display: none;
  width: min(660px, 100%);
  margin: 0 0 16px;
  border: 1px solid rgba(7, 40, 90, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 34px rgba(7, 40, 90, 0.1);
}

.paid-traffic-visible .paid-landing-strip {
  display: grid;
  grid-template-columns: minmax(120px, 1.2fr) repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.paid-landing-strip strong,
.paid-landing-strip span,
.paid-landing-step {
  display: flex;
  min-height: 48px;
  align-items: center;
  padding: 10px 12px;
  color: #18304f;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
}

.paid-landing-step {
  text-decoration: none;
  cursor: pointer;
  transition: background-color 150ms ease, color 150ms ease;
}

.paid-landing-strip strong {
  background: rgba(7, 40, 90, 0.06);
  color: var(--blue);
  font-size: 13px;
  text-transform: uppercase;
}

.paid-landing-strip span,
.paid-landing-step {
  border-left: 1px solid rgba(7, 40, 90, 0.12);
}

.paid-landing-strip span::before,
.paid-landing-step::before {
  content: "";
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--green);
}

.paid-landing-step:hover,
.paid-landing-step:focus-visible {
  background: rgba(54, 185, 111, 0.1);
  color: #0f6b3c;
}

@media (max-width: 780px) {
  .paid-traffic-visible .paid-landing-strip {
    display: flex;
    gap: 7px;
    width: min(660px, 100%);
    overflow-x: auto;
    border: 0;
    background: transparent;
    box-shadow: none;
    padding-bottom: 2px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .paid-traffic-visible .paid-landing-strip::-webkit-scrollbar {
    display: none;
  }

  .paid-traffic-visible .paid-landing-strip strong,
  .paid-traffic-visible .paid-landing-step {
    flex: 0 0 auto;
    min-height: 34px;
    border: 1px solid rgba(7, 40, 90, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    padding: 0 11px;
    font-size: 11px;
    white-space: nowrap;
  }

  .paid-traffic-visible .paid-landing-strip strong {
    background: #eef5ff;
    color: var(--blue);
  }

  .paid-traffic-visible .paid-landing-step {
    color: #0f6b3c;
  }

  .paid-traffic-visible .paid-landing-step::before {
    width: 7px;
    height: 7px;
  }
}

.market-proof-panel {
  display: grid;
  gap: 12px;
  width: min(660px, 100%);
  margin: 0 0 18px;
  border: 1px solid rgba(7, 40, 90, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  padding: 14px;
  box-shadow: 0 16px 34px rgba(7, 40, 90, 0.1);
}

.market-proof-panel__head {
  display: grid;
  gap: 4px;
}

.market-proof-panel__head strong {
  color: var(--blue);
  font-size: 15px;
  font-weight: 950;
}

.market-proof-panel__head p {
  margin: 0;
  color: #324764;
  font-size: 13px;
  line-height: 1.4;
}

.market-proof-panel__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.market-proof-panel__list li {
  display: grid;
  gap: 2px;
  min-height: 58px;
  border: 1px solid rgba(54, 185, 111, 0.2);
  border-radius: 7px;
  background: rgba(239, 253, 244, 0.82);
  padding: 9px 10px;
}

.market-proof-panel__list b {
  color: #0f6b3c;
  font-size: 12px;
  font-weight: 950;
}

.market-proof-panel__list span {
  color: #253c58;
  font-size: 12px;
  line-height: 1.35;
}

.hero-proof-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(92px, 1fr));
  gap: 16px;
  max-width: 590px;
  margin: 18px 0 20px;
}

.hero-proof-row article {
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
}

.hero-proof-row strong {
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-proof-row small {
  color: #162a45;
  font-size: 12px;
  line-height: 1.35;
}

.line-icon {
  position: relative;
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border: 1px solid rgba(7, 40, 90, 0.4);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.48);
}

.line-icon::before {
  content: "";
  width: 28px;
  height: 28px;
  border: 3px solid var(--blue);
}

.line-icon.shield::before {
  border-radius: 50% 50% 44% 44%;
  clip-path: polygon(50% 0, 92% 16%, 84% 72%, 50% 100%, 16% 72%, 8% 16%);
}

.line-icon.box::before {
  transform: rotate(45deg);
  border-radius: 4px;
}

.line-icon.globe::before {
  border-radius: 50%;
}

.line-icon.support::before {
  border-radius: 50%;
  border-top-color: transparent;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.whatsapp-button,
.outline-button,
.quote-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  border-radius: 6px;
  font-weight: 900;
}

.whatsapp-button {
  position: relative;
  justify-content: flex-start;
  gap: 18px;
  overflow: visible;
  min-width: min(100%, 384px);
  padding: 13px 92px 13px 26px;
  border: 1px solid rgba(7, 26, 56, 0.12);
  background: rgba(255, 255, 255, 0.96);
  color: var(--blue);
  box-shadow: 0 20px 46px rgba(7, 26, 56, 0.18), 0 1px 0 rgba(255, 255, 255, 0.86) inset;
  text-align: left;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.whatsapp-button::before {
  content: none;
}

.whatsapp-button:hover {
  transform: translateY(-1px);
  border-color: rgba(54, 185, 111, 0.34);
  background: #ffffff;
  box-shadow: 0 24px 54px rgba(7, 26, 56, 0.22), 0 0 0 1px rgba(54, 185, 111, 0.10);
}

.whatsapp-button--hero {
  min-height: 78px;
  font-size: 18px;
  border-radius: 20px;
  animation: none;
}

.whatsapp-button small {
  display: block;
  margin-top: 5px;
  color: #697586;
  font-size: 13px;
  font-weight: 760;
  line-height: 1.22;
}

.whatsapp-button__copy,
.whatsapp-button > span:not(.wa-symbol) {
  position: relative;
  z-index: 1;
  display: grid;
  min-width: 0;
  line-height: 1.12;
}

.whatsapp-button__copy strong {
  color: #101828;
  font-size: 24px;
  font-weight: 940;
  line-height: 1;
}

.wa-symbol {
  display: grid;
  position: absolute;
  top: 50%;
  right: -18px;
  z-index: 2;
  width: 86px;
  height: 86px;
  place-items: center;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 20px 44px rgba(7, 26, 56, 0.18), 0 0 0 1px rgba(7, 26, 56, 0.05);
  transform: translateY(-50%);
}

.wa-symbol::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 4px;
  width: 17px;
  height: 17px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: #f04438;
  box-shadow: 0 7px 14px rgba(240, 68, 56, 0.25);
}

.wa-symbol img {
  display: block;
  width: 62px;
  height: 62px;
  padding: 14px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: inset 0 -7px 14px rgba(7, 26, 56, 0.10);
}

.outline-button {
  gap: 18px;
  min-width: 230px;
  padding: 0 26px;
  border: 1px solid var(--blue);
  background: rgba(255, 255, 255, 0.9);
  color: var(--blue);
}

.hero-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: min(620px, 100%);
  margin-top: 14px;
}

.hero-steps span {
  display: grid;
  gap: 4px;
  min-height: 58px;
  align-content: center;
  border: 1px solid rgba(7, 40, 90, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
  padding: 10px 12px;
  color: #18304f;
  font-size: 12px;
  font-weight: 900;
}

.hero-steps strong {
  color: #0f6b3c;
  font-size: 13px;
}

@keyframes waPulse {
  0%,
  100% {
    transform: translateY(0);
    box-shadow: 0 16px 36px rgba(54, 185, 111, 0.35), 0 0 0 0 rgba(54, 185, 111, 0.38);
  }
  50% {
    transform: translateY(-2px);
    box-shadow: 0 20px 44px rgba(54, 185, 111, 0.46), 0 0 0 10px rgba(54, 185, 111, 0.08);
  }
}

.outline-button span {
  font-size: 28px;
  line-height: 0;
}

.country-strip {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px 32px;
  padding: 16px var(--page-edge);
  border-top: 1px solid rgba(7, 26, 56, 0.08);
  border-bottom: 1px solid rgba(7, 26, 56, 0.12);
  background: rgba(255, 255, 255, 0.92);
}

.strip-title {
  grid-column: 1 / -1;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.flag-list,
.metric-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.flag-list span,
.metric-list span {
  display: grid;
  justify-items: center;
  gap: 4px;
  color: #092041;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.metric-list span {
  min-width: 112px;
  border-left: 1px solid #d6e0ea;
  padding-left: 18px;
}

.metric-list strong {
  color: var(--blue);
  font-size: 25px;
}

.flag {
  display: block;
  width: 34px;
  height: 22px;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(7, 26, 56, 0.14);
}

.flag.us { background: repeating-linear-gradient(to bottom, #b22234 0 2px, #fff 2px 4px); }
.flag.de { background: linear-gradient(#000 0 33%, #dd0000 33% 66%, #ffce00 66%); }
.flag.pl { background: linear-gradient(#fff 0 50%, #dc143c 50%); }
.flag.it { background: linear-gradient(90deg, #009246 0 33%, #fff 33% 66%, #ce2b37 66%); }
.flag.es { background: linear-gradient(#aa151b 0 25%, #f1bf00 25% 75%, #aa151b 75%); }
.flag.fr { background: linear-gradient(90deg, #0055a4 0 33%, #fff 33% 66%, #ef4135 66%); }
.flag.br { background: #009b3a; }
.flag.id { background: linear-gradient(#ce1126 0 50%, #fff 50%); }
.flag.tr { background: #e30a17; }

.recent-inquiry-strip {
  padding: 20px var(--page-edge);
  background:
    radial-gradient(circle at 12% 0%, rgba(86, 185, 116, 0.14), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
  border-bottom: 1px solid rgba(7, 26, 56, 0.14);
}

.activity-intel-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 2fr);
  gap: 18px;
  align-items: stretch;
  max-width: 1480px;
  margin: 0 auto;
}

.activity-copy {
  display: grid;
  gap: 10px;
  align-content: center;
  min-height: 138px;
  padding: 18px 20px;
  border: 1px solid rgba(18, 52, 96, 0.14);
  border-radius: 8px;
  background: linear-gradient(135deg, #ffffff 0%, #eef8f2 100%);
  box-shadow: 0 18px 38px rgba(7, 26, 56, 0.08);
}

.activity-copy strong {
  color: var(--blue);
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1.05;
  letter-spacing: 0;
}

.activity-copy p {
  margin: 0;
  color: #536173;
  font-size: 14px;
  line-height: 1.45;
}

.activity-live-pill,
.activity-arrow,
.buyer-activity-card__type,
.buyer-activity-card__time {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}

.activity-live-pill {
  gap: 8px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(81, 179, 111, 0.12);
  color: #0f6b3c;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.activity-live-pill i {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(81, 179, 111, 0.16);
  animation: activityPulse 1.8s ease-in-out infinite;
}

.activity-arrow {
  gap: 8px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 950;
}

.activity-arrow b {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: var(--blue);
  color: #ffffff;
  font-size: 16px;
}

.buyer-activity-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.buyer-activity-card {
  position: relative;
  display: grid;
  gap: 10px;
  min-height: 138px;
  align-content: start;
  padding: 16px;
  overflow: hidden;
  border: 1px solid rgba(18, 52, 96, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  color: inherit;
  text-decoration: none;
  box-shadow: 0 18px 38px rgba(7, 26, 56, 0.08);
  transition: transform 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
}

.buyer-activity-card:hover,
.buyer-activity-card:focus-visible {
  border-color: rgba(54, 185, 111, 0.42);
  box-shadow: 0 22px 46px rgba(7, 26, 56, 0.12);
  transform: translateY(-2px);
}

.buyer-activity-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--green), #0d356a);
}

.buyer-activity-card__top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}

.buyer-activity-card__flag {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: #f5f9ff;
  border: 1px solid #d7e3f0;
  font-size: 20px;
  line-height: 1;
}

.buyer-activity-card__time {
  min-height: 24px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #f3f7fb;
  color: #667586;
  font-size: 11px;
  font-weight: 850;
}

.buyer-activity-card__type {
  color: #0f6b3c;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.buyer-activity-card strong {
  color: var(--blue);
  font-size: 16px;
  line-height: 1.35;
}

.buyer-activity-card.is-loading {
  opacity: 0.74;
}

@keyframes activityPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(0.72);
    opacity: 0.72;
  }
}

.service-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  background: var(--blue);
  color: #ffffff;
  padding: 24px var(--page-edge);
}

.service-strip article {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 16px;
  min-height: 120px;
  padding: 0 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.service-strip article:first-child {
  border-left: 0;
}

.service-strip img {
  width: 110px;
  height: 86px;
  object-fit: cover;
  border-radius: 4px;
}

.service-strip strong {
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.service-strip p,
.service-strip a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  line-height: 1.45;
}

.service-strip a {
  font-weight: 800;
}

.growth-search-strip {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: 28px;
  align-items: start;
  padding: 42px max(28px, calc((100vw - 1240px) / 2));
  border-top: 1px solid #dbe6f2;
  background: #f7fafc;
}

.growth-search-strip__copy {
  display: grid;
  gap: 10px;
}

.growth-search-strip__copy h2 {
  margin: 0;
  color: var(--blue);
  font-size: 30px;
  font-weight: 950;
  line-height: 1.12;
}

.growth-search-strip__copy p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.growth-search-strip__links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.growth-search-strip__links a {
  display: flex;
  min-height: 58px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid #d8e3ef;
  border-radius: 8px;
  background: #ffffff;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.28;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(7, 26, 56, 0.06);
  transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.growth-search-strip__links a:hover {
  border-color: rgba(201, 0, 31, 0.34);
  color: var(--red);
  transform: translateY(-1px);
}

.home-sensor-focus {
  display: grid;
  gap: 24px;
  padding: 58px max(28px, calc((100vw - 1240px) / 2)) 68px;
  border-top: 1px solid #dbe6f2;
  border-bottom: 1px solid #dbe6f2;
  background:
    linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.home-sensor-focus__head {
  display: grid;
  max-width: 780px;
  gap: 10px;
}

.home-sensor-focus__head h2 {
  margin: 0;
  color: var(--blue);
  font-size: 38px;
  font-weight: 950;
  line-height: 1.08;
}

.home-sensor-focus__head p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.home-sensor-focus__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.home-sensor-card {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 178px;
  padding: 20px;
  border: 1px solid #d8e3ef;
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(7, 26, 56, 0.07);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.home-sensor-card span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 32px;
  border-radius: 6px;
  background: rgba(201, 0, 31, 0.1);
  color: var(--red);
  font-size: 13px;
  font-weight: 950;
}

.home-sensor-card strong {
  color: var(--blue);
  font-size: 18px;
  font-weight: 950;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.home-sensor-card small {
  color: var(--muted);
  font-size: 13px;
  font-weight: 760;
  line-height: 1.45;
}

.home-sensor-card--secondary span {
  background: rgba(15, 77, 134, 0.1);
  color: var(--blue-2);
}

.home-sensor-card:hover {
  border-color: rgba(201, 0, 31, 0.32);
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(7, 26, 56, 0.14);
}

.home-replacement-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 26px;
  border: 1px solid rgba(7, 40, 90, 0.18);
  border-left: 7px solid var(--red);
  border-radius: 8px;
  background: var(--blue);
  color: #ffffff;
  box-shadow: 0 18px 44px rgba(7, 26, 56, 0.16);
}

.home-replacement-cta .eyebrow {
  color: rgba(255, 255, 255, 0.74);
}

.home-replacement-cta h3 {
  margin: 6px 0 8px;
  color: #ffffff;
  font-size: 28px;
  font-weight: 950;
  line-height: 1.12;
}

.home-replacement-cta p:not(.eyebrow) {
  max-width: 780px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.55;
}

.home-replacement-cta__brands {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.home-replacement-cta__brands span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  font-weight: 900;
}

.home-replacement-cta__actions {
  display: grid;
  gap: 10px;
  min-width: 260px;
}

.home-replacement-cta__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 950;
  text-align: center;
  text-decoration: none;
}

.home-replacement-cta__actions a:first-child {
  background: var(--green);
  color: #ffffff;
}

.home-replacement-cta__actions a:last-child {
  border: 1px solid rgba(255, 255, 255, 0.34);
  color: #ffffff;
}

.section {
  padding: 78px max(28px, calc((100vw - 1240px) / 2));
}

.section-heading {
  display: grid;
  max-width: 760px;
  gap: 10px;
  margin-bottom: 28px;
}

.section-heading h2,
.quote-panel h2 {
  margin: 0;
  color: var(--blue);
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 950;
  line-height: 1.08;
}

.section-heading p,
.quote-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.home-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.home-category-card {
  position: relative;
  display: grid;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid #d8e3ef;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(7, 26, 56, 0.08);
}

.home-category-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 26, 56, 0) 30%, rgba(7, 26, 56, 0.88) 100%);
  pointer-events: none;
}

.home-category-card img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.home-category-card__code {
  position: absolute;
  top: 14px;
  left: 14px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 34px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--blue);
  font-size: 13px;
  font-weight: 950;
}

.home-category-card strong,
.home-category-card p,
.home-category-card small {
  position: absolute;
  right: 18px;
  left: 18px;
  z-index: 1;
}

.home-category-card strong {
  bottom: 104px;
  color: #ffffff;
  font-size: 21px;
  font-weight: 950;
  line-height: 1.12;
}

.home-category-card p {
  bottom: 50px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.42;
}

.home-category-card small {
  bottom: 18px;
  color: #dcecff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
}

.home-category-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 46px rgba(7, 26, 56, 0.16);
}

@keyframes shopifyCardLoading {
  0% { background-position: 0 0; }
  100% { background-position: -220% 0; }
}

.quote-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 36px;
  align-items: center;
  margin: 0 max(28px, calc((100vw - 1240px) / 2)) 82px;
  padding: 34px;
  border: 1px solid #b7d3ef;
  border-left: 7px solid var(--blue);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.quote-form label {
  display: grid;
  gap: 6px;
}

.quote-form .quote-match-field span {
  color: #2b6a47;
}

.quote-form .quote-match-hint {
  color: #5b6f86;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.quote-form .quote-send-hint {
  grid-column: 1 / -1;
  color: #4b6179;
}

.quote-form span {
  color: #24334a;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.quote-form input {
  width: 100%;
  min-height: 48px;
  border: 1px solid #b9c6d6;
  border-radius: 6px;
  padding: 0 13px;
  color: var(--ink);
  outline: none;
}

.quote-form button {
  grid-column: 1 / -1;
  border: 0;
  background: var(--green);
  color: #ffffff;
  cursor: pointer;
}

body[data-page="products"] .quote-panel {
  margin-top: 0;
  margin-bottom: 38px;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto auto;
  align-items: center;
  gap: 24px;
  padding: 24px max(28px, calc((100vw - 1440px) / 2));
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  background: #06234f;
  color: #ffffff;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-brand .brand-logo {
  min-width: 80px;
  color: #ffffff;
  font-size: 34px;
}

.footer-brand p,
.site-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

.footer-email-links {
  display: grid;
  gap: 4px;
  min-width: 210px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

.footer-email-links strong {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-email-links a {
  width: fit-content;
  font-weight: 900;
  white-space: nowrap;
}

.site-footer nav {
  display: flex;
  gap: 24px;
}

.site-footer a {
  color: #ffffff;
  font-size: 13px;
}

/* Website chat widget v2: make it feel like a real support chat window. */

/* Website chat widget v10 polish: keep the Elfsight-style chat compact at 100% zoom. */

/* Website chat widget v13 final launcher override: keep this block at file end. */

/* Website chat widget v17 absolute final override: one clear Elfsight-style entry. */

/* Website chat widget v16 final readable launcher and chat polish. */

/* Website chat widget v12: compact Elfsight-style launcher and cleaner chat shell. */

/* Website chat widget v9 final override: keep the public widget chat-like and compact. */

/* Website chat widget v7: final rule order, overrides all earlier experiments. */

/* Website chat widget v6: final Elfsight-style chat surface. */

/* Website chat widget v5: visible first-step routing before the visitor opens chat. */

/* Website chat widget v4: compact Elfsight-inspired chat surface. */

@media (max-width: 1720px) {
  .product-mega-menu {
    padding-right: clamp(18px, 2.2vw, 34px);
    padding-left: clamp(18px, 2.2vw, 34px);
  }

  .product-mega-shell {
    grid-template-columns: minmax(300px, 400px) minmax(0, 1fr);
    gap: 20px;
  }

  .product-mega-primary {
    padding: 38px 34px;
  }

  .product-mega-board {
    grid-template-columns: minmax(250px, 0.72fr) minmax(330px, 1fr);
  }

  .product-mega-column,
  .product-mega-resources {
    padding: 38px 34px;
  }

  .product-mega-column--detail {
    border-right: 0;
  }

  .product-mega-resources {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid rgba(31, 35, 40, 0.15);
  }

  .product-mega-resource-card img {
    height: 138px;
  }

  .product-mega-support-orb {
    width: 76px;
    height: 76px;
    right: 24px;
    bottom: 24px;
    font-size: 24px !important;
  }
}

@media (max-width: 1380px) {
  .product-mega-menu {
    padding-right: 18px;
    padding-left: 18px;
  }

  .product-mega-shell {
    grid-template-columns: minmax(280px, 340px) minmax(0, 1fr);
    gap: 16px;
  }

  .product-mega-primary,
  .product-mega-column,
  .product-mega-resources {
    padding: 30px 26px;
  }

  .product-mega-primary h2 {
    font-size: 34px;
  }

  .product-mega-primary-row {
    min-height: 52px;
  }

  .product-mega-board {
    grid-template-columns: minmax(220px, 0.76fr) minmax(270px, 1fr);
  }

  .product-mega-detail-copy {
    margin-top: 28px;
  }

  .product-mega-detail-list {
    gap: 14px;
    margin-top: 26px;
  }
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 1fr;
    grid-template-areas:
      "brand"
      "search"
      "language"
      "nav";
    gap: 10px;
  }

  .brand,
  .site-search,
  .language-switcher {
    justify-self: start;
  }

  .main-nav {
    justify-content: flex-start;
    overflow: visible;
  }

  .product-mega-menu {
    top: var(--product-mega-top, 224px);
    right: 0;
    left: 0;
    width: auto;
    max-width: 100%;
    max-height: calc(100vh - var(--product-mega-top, 224px) - 22px);
    overflow-x: hidden;
    padding: 14px 22px 22px;
    transform: translateY(8px);
  }

  .product-nav-item:hover .product-mega-menu,
  .product-nav-item:focus-within .product-mega-menu,
  .product-nav-item.is-open .product-mega-menu {
    transform: translateY(0);
  }

  .product-mega-shell {
    grid-template-columns: 1fr;
    gap: 18px;
    width: 100%;
    min-height: auto;
  }

  .product-mega-primary {
    gap: 18px;
    border-right: 0;
    padding: 26px;
  }

  .product-mega-primary h2 {
    font-size: 34px;
  }

  .product-mega-primary-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .product-mega-resources {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid #d9d9d9;
  }

  .product-mega-column--detail {
    border-right: 0;
  }

  .site-search {
    max-width: 520px;
  }

  .language-switcher {
    justify-content: flex-start;
    width: fit-content;
    max-width: 100%;
  }

  .activity-intel-panel {
    grid-template-columns: 1fr;
  }

  .service-strip,
  .recent-inquiry-strip,
  .growth-search-strip__links,
  .home-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .growth-search-strip {
    grid-template-columns: 1fr;
  }

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

  .home-replacement-cta {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .home-replacement-cta__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-width: 0;
  }

  .quote-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  :root {
    --page-edge: 22px;
  }

  body {
    padding-bottom: 112px;
  }

  .site-header {
    position: sticky;
    min-height: 247px;
    padding-right: 22px;
    padding-left: 22px;
  }

  .brand {
    width: calc(100vw - 44px);
    max-width: 346px;
    min-width: 0;
    gap: 12px;
  }

  .brand-copy {
    gap: 2px;
  }

  .brand-copy strong {
    font-size: 20px;
  }

  .brand-copy small {
    font-size: 12px;
  }

  .main-nav,
  .site-search {
    width: calc(100vw - 44px);
    max-width: 346px;
  }

  .main-nav {
    gap: 18px;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
    padding-top: 4px;
    -webkit-overflow-scrolling: touch;
  }

  .main-nav > a,
  .main-nav > .product-nav-item > a {
    flex: 0 0 auto;
    min-height: 34px;
    font-size: 12px;
  }

  .site-search {
    grid-template-columns: minmax(0, 1fr) 54px;
    height: 48px;
  }

  .site-search input {
    padding: 0 14px;
    font-size: 14px;
  }

  .site-search svg {
    width: 24px;
    height: 24px;
  }

  .product-nav-item .product-nav-link {
    padding-right: 14px;
  }

  .product-mega-menu {
    display: none;
  }

  .language-switcher {
    max-width: 100%;
  }

  .language-switcher a {
    width: 30px;
    min-height: 26px;
  }

  .language-switcher img {
    width: 22px;
    height: 15px;
  }

  .activity-intel-panel,
  .buyer-activity-grid {
    grid-template-columns: 1fr;
  }

  .recent-inquiry-strip {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .activity-copy,
  .buyer-activity-card {
    min-height: auto;
  }

  
  .hero-copy,
  .hero-subtitle {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .market-proof-panel__list {
    grid-template-columns: 1fr;
  }

  .brand-logo {
    min-width: 86px;
    font-size: 38px;
  }

  .hero {
    min-height: auto;
  }

  .hero-content {
    width: 100%;
    padding: 56px 22px 38px;
  }

  .hero-home .hero-content {
    width: 100%;
    padding: 46px 22px 34px;
  }

  .hero h1 {
    font-size: 42px;
  }

  body[data-lang="zh"] .hero h1,
  body[data-lang="vi"] .hero h1,
  body[data-lang="ar"] .hero h1,
  body[data-lang="tr"] .hero h1,
  body[data-lang="de"] .hero h1,
  body[data-lang="pl"] .hero h1,
  body[data-lang="it"] .hero h1,
  body[data-lang="es"] .hero h1,
  body[data-lang="fr"] .hero h1 {
    font-size: 34px;
    line-height: 1.12;
  }

  .hero-home .hero-overlay {
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.88) 56%, rgba(255, 255, 255, 0.2) 100%),
      linear-gradient(180deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.1) 76%, rgba(255,255,255,0.58) 100%);
  }

  .hero-home .hero-image {
    object-position: 52% center;
  }

  
  .section-heading h2,
  .quote-panel h2 {
    font-size: 30px;
    overflow-wrap: anywhere;
  }

  .hero-proof-row,
  .hero-steps,
  .service-strip,
  .recent-inquiry-strip,
  .growth-search-strip,
  .growth-search-strip__links,
  .home-sensor-focus__grid,
  .home-category-grid,
  .quote-form,
  .country-strip,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .hero-model-form {
    grid-template-columns: 1fr;
    border-radius: 8px;
  }

  .hero-model-form.has-contact-fields {
    grid-template-columns: 1fr;
  }

  .hero-model-form .quote-match-field {
    border-top: 1px solid rgba(7, 40, 90, 0.12);
    border-left: 0;
  }

  .hero-model-form button {
    min-height: 54px;
  }

  .hero-model-examples {
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 2px;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .hero-model-examples span {
    flex: 0 0 auto;
  }

  .hero-trust-bar {
    gap: 8px;
  }

  .hero-trust-bar span {
    width: auto;
    min-width: max-content;
  }

  .paid-traffic-visible .paid-landing-strip {
    grid-template-columns: 1fr;
  }

  .paid-landing-strip strong,
  .paid-landing-strip span,
  .paid-landing-step {
    min-height: 40px;
  }

  .paid-landing-strip span,
  .paid-landing-step {
    border-top: 1px solid rgba(7, 40, 90, 0.1);
    border-left: 0;
  }

  .hero-steps span {
    min-height: 50px;
  }

  .service-strip article {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    padding: 20px 0;
  }

  .service-strip article:first-child {
    border-top: 0;
  }

  .metric-list span {
    align-items: start;
    justify-items: start;
    border-left: 0;
    padding-left: 0;
  }

  
  .section-heading,
  .quote-panel > div {
    max-width: 346px;
  }

  .section {
    padding: 52px 22px;
  }

  .growth-search-strip {
    gap: 18px;
    padding: 36px 22px;
  }

  .growth-search-strip__copy h2 {
    font-size: 26px;
    overflow-wrap: anywhere;
  }

  .growth-search-strip__links a {
    min-height: 50px;
  }

  .home-sensor-focus {
    gap: 18px;
    padding: 46px 22px 52px;
  }

  .home-sensor-focus__head h2 {
    font-size: 30px;
    overflow-wrap: anywhere;
  }

  .home-sensor-card {
    min-height: 142px;
    padding: 18px;
  }

  .home-replacement-cta {
    gap: 18px;
    padding: 22px;
  }

  .home-replacement-cta h3 {
    font-size: 24px;
    overflow-wrap: anywhere;
  }

  .home-replacement-cta__actions {
    grid-template-columns: 1fr;
  }

  .home-category-card {
    min-height: 312px;
  }

  .home-category-card img {
    height: 312px;
  }

  .home-category-card strong {
    bottom: 100px;
    font-size: 20px;
  }

  .home-category-card p {
    bottom: 46px;
  }

  .quote-panel {
    margin: 0 22px 52px;
    padding: 22px;
  }
}

.cookie-consent {
  position: fixed;
  left: 50%;
  bottom: clamp(18px, 2.4vw, 30px);
  transform: translateX(-50%);
  z-index: 80;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  width: min(960px, calc(100vw - 36px));
  max-height: calc(100vh - 74px);
  overflow: auto;
  padding: 18px 20px;
  border: 1px solid rgba(7, 40, 90, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 54px rgba(7, 26, 56, 0.16);
}

.cookie-consent--manage {
  left: 50%;
  grid-template-columns: 1fr;
  align-items: stretch;
  width: min(760px, calc(100vw - 36px));
  max-height: calc(100vh - 92px);
  padding: 24px;
  box-shadow: 0 26px 70px rgba(7, 26, 56, 0.2);
}

.cookie-consent__copy {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.cookie-consent__copy strong {
  color: var(--ink);
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0;
}

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

.cookie-consent__copy a {
  width: max-content;
  color: var(--blue-2);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.cookie-consent__details {
  display: grid;
  gap: 12px;
}

.cookie-consent__details[hidden] {
  display: none;
}

.cookie-consent__category {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 16px 18px;
  border: 1px solid rgba(7, 40, 90, 0.12);
  border-radius: 8px;
  background: #f7f9fc;
}

.cookie-consent__category strong {
  display: block;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.25;
}

.cookie-consent__category p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.cookie-consent__status {
  white-space: nowrap;
  border-radius: 999px;
  border: 1px solid rgba(54, 185, 111, 0.28);
  background: #edf8f2;
  color: #17633b;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 800;
}

.cookie-consent__category input {
  position: relative;
  width: 52px;
  height: 28px;
  appearance: none;
  border: 1px solid rgba(7, 40, 90, 0.2);
  border-radius: 999px;
  background: #d8e0eb;
  cursor: pointer;
  transition: background 0.18s ease, border-color 0.18s ease;
}

.cookie-consent__category input::before {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 2px 5px rgba(7, 26, 56, 0.18);
  content: "";
  transition: transform 0.18s ease;
}

.cookie-consent__category input:checked {
  border-color: var(--blue);
  background: var(--blue);
}

.cookie-consent__category input:checked::before {
  transform: translateX(24px);
}

.cookie-consent__actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: flex-end;
  align-items: center;
}

.cookie-consent--manage .cookie-consent__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.cookie-consent__button,
.cookie-settings-button {
  border: 1px solid transparent;
  border-radius: 6px;
  background: var(--blue);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.cookie-consent__button:hover,
.cookie-settings-button:hover {
  transform: translateY(-1px);
}

.cookie-consent__button {
  min-width: 118px;
  min-height: 44px;
  padding: 0 16px;
  font-size: 14px;
  line-height: 1.15;
  white-space: nowrap;
}

.cookie-consent__button--secondary,
.cookie-consent__button--ghost {
  border-color: rgba(7, 40, 90, 0.18);
  background: #ffffff;
  color: var(--blue);
}

.cookie-consent__button--ghost {
  background: #f7f9fc;
}

.cookie-settings-button {
  position: fixed;
  left: 14px;
  bottom: 14px;
  z-index: 75;
  min-height: 36px;
  padding: 0 14px;
  border-color: rgba(7, 40, 90, 0.16);
  background: #ffffff;
  color: var(--blue);
  box-shadow: 0 10px 28px rgba(7, 26, 56, 0.12);
  font-size: 12px;
}

@media (max-width: 760px) {
  .cookie-consent {
    right: 12px;
    left: 12px;
    bottom: calc(74px + env(safe-area-inset-bottom));
    transform: none;
    grid-template-columns: 1fr;
    gap: 14px;
    width: auto;
    max-height: calc(100vh - 108px);
    padding: 16px;
  }

  .cookie-consent--manage {
    right: 12px;
    left: 12px;
    width: auto;
    padding: 18px;
  }

  .cookie-consent__copy strong {
    font-size: 18px;
  }

  .cookie-consent__copy p,
  .cookie-consent__copy a {
    font-size: 13px;
  }

  .cookie-consent__category {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .cookie-consent__status {
    width: max-content;
  }

  .cookie-consent__actions {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: stretch;
  }

  .cookie-consent:not(.cookie-consent--manage) .cookie-consent__actions .cookie-consent__button:last-child {
    grid-column: auto;
  }

  .cookie-consent__button {
    min-width: 0;
    width: 100%;
    padding: 0 12px;
    white-space: normal;
  }

  .cookie-settings-button {
    left: 10px;
    bottom: 10px;
  }
}

/* Website chat widget v3: Elfsight-style compact chat, not a form card. */

/* Website chat widget v11 final polish: last override wins over older duplicated blocks. */

/* Website chat widget v18 actual final launcher override: this must be the last widget block. */

/* Website chat widget v21 final override. Keep this block last. */

/* Mobile conversion CTA final placement v2. This must remain the last block. */
@media (max-width: 780px) {
  body {
    padding-bottom: calc(78px + env(safe-area-inset-bottom)) !important;
  }

  body .mobile-whatsapp-bar {
    position: fixed !important;
    right: 12px !important;
    bottom: max(12px, env(safe-area-inset-bottom)) !important;
    left: 12px !important;
    z-index: 2147483200 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 54px !important;
    align-items: center !important;
    gap: 10px !important;
    min-height: 62px !important;
    padding: 8px 8px 8px 18px !important;
    border: 1px solid rgba(7, 26, 56, 0.11) !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, 0.98) !important;
    color: var(--blue) !important;
    text-align: left !important;
    text-decoration: none !important;
    box-shadow: 0 16px 38px rgba(7, 26, 56, 0.20), 0 1px 0 rgba(255, 255, 255, 0.9) inset !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
  }

  
  body .mobile-whatsapp-bar > span:not(.mobile-whatsapp-bar__mark):not(.mobile-whatsapp-bar__copy):not(.mobile-whatsapp-bar__status) {
    overflow: hidden !important;
    color: var(--blue) !important;
    font-size: 16px !important;
    font-weight: 920 !important;
    line-height: 1.14 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  
  body .mobile-whatsapp-bar > small {
    overflow: hidden !important;
    margin: 0 !important;
    color: #5d6b7c !important;
    font-size: 12px !important;
    font-weight: 760 !important;
    line-height: 1.2 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  body .hero-home .whatsapp-button--hero {
    min-height: 72px !important;
    padding: 11px 74px 11px 20px !important;
    border-radius: 18px !important;
    font-size: 16px !important;
  }

  body .hero-home .wa-symbol {
    right: -8px !important;
    width: 68px !important;
    height: 68px !important;
  }

  body .hero-home .wa-symbol img {
    width: 50px !important;
    height: 50px !important;
    padding: 11px !important;
  }

  body .hero-home .wa-symbol::after {
    width: 13px !important;
    height: 13px !important;
    border-width: 2px !important;
  }

  body .hero-home .whatsapp-button__copy strong {
    font-size: 20px !important;
  }
}

/* chatwoot-layout-v62: keep WhatsApp RFQ and website chat visible without overlap. */

/* Shopify live products v77. Keep the products page as a direct procurement catalog. */

/* v80 J&V industrial catalog center */
body[data-page="products"] {
  --catalog-dark: #0b1220;
  --catalog-green: #03a84e;
  --catalog-bg: #f8fafc;
  --catalog-line: #d8e4f0;
  --catalog-ink: #0b1b35;
  --catalog-muted: #54657a;
  background: var(--catalog-bg);
  overflow-x: hidden;
}

body[data-page="products"] .site-header {
  grid-template-columns: minmax(260px, 300px) minmax(0, 1fr) minmax(260px, 340px);
  grid-template-areas:
    "brand nav search"
    "brand nav language";
  min-height: 118px;
  border-bottom-color: rgba(255, 255, 255, 0.1);
  background: linear-gradient(90deg, #08152b 0%, #0b2143 56%, #071225 100%);
  box-shadow: 0 14px 34px rgba(4, 16, 36, 0.18);
}

body[data-page="products"] .brand {
  min-width: 0;
  gap: 10px;
}

body[data-page="products"] .brand-logo {
  min-width: auto;
  color: #ffffff;
  font-size: 38px;
  text-shadow: none;
}

body[data-page="products"] .brand-copy strong {
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 0.01em;
}

body[data-page="products"] .brand-copy small {
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
  line-height: 1.25;
}

body[data-page="products"] .main-nav {
  min-height: 48px;
  justify-content: center;
  gap: clamp(14px, 1.55vw, 26px);
  border-top: 0;
  padding-top: 0;
  overflow-x: auto;
}

body[data-page="products"] .main-nav > a,
body[data-page="products"] .main-nav > .product-nav-item > a {
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  text-transform: none;
}

body[data-page="products"] .main-nav > a:hover,
body[data-page="products"] .main-nav > a.active,
body[data-page="products"] .main-nav > .product-nav-item > a:hover,
body[data-page="products"] .main-nav > .product-nav-item > a.active {
  color: #ffffff;
}

body[data-page="products"] .main-nav > a.active::after,
body[data-page="products"] .main-nav > .product-nav-item > a.active::after {
  bottom: -15px;
  height: 4px;
  background: #2f80ff;
}

body[data-page="products"] .site-search {
  justify-self: end;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
}

body[data-page="products"] .language-switcher {
  justify-self: end;
  align-self: start;
  width: fit-content;
  max-width: min(360px, 100%);
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 24px rgba(3, 16, 36, 0.2);
}

body[data-page="products"] .site-search input {
  color: #ffffff;
}

body[data-page="products"] .site-search input::placeholder {
  color: rgba(255, 255, 255, 0.58);
}

body[data-page="products"] .site-search button {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

@keyframes catalog-section-flash {
  0%,
  100% {
    box-shadow: none;
  }
  35% {
    box-shadow: 0 0 0 5px rgba(3, 168, 78, 0.22), 0 22px 48px rgba(7, 26, 56, 0.12);
  }
}

@keyframes catalogPulse {
  0%, 100% { transform: scale(0.88); opacity: 0.82; }
  50% { transform: scale(1.08); opacity: 1; }
}

@media (max-width: 1180px) {
  body[data-page="products"] .site-header {
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas:
      "brand search"
      "nav language";
    min-height: auto;
  }

  body[data-page="products"] .main-nav {
    overflow-x: auto;
    justify-content: flex-start;
  }

  body[data-page="products"] .language-switcher {
    align-self: center;
    max-width: 360px;
  }
}

@media (max-width: 860px) {
  body[data-page="products"] .site-header {
    grid-template-columns: 1fr;
    grid-template-areas:
      "brand"
      "search"
      "language"
      "nav";
    gap: 12px;
    min-height: 0;
    padding-right: 18px;
    padding-left: 18px;
    overflow: hidden;
  }

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

  body[data-page="products"] .site-search {
    width: 100%;
    justify-self: stretch;
  }

  body[data-page="products"] .language-switcher {
    justify-self: stretch;
    align-self: center;
    width: 100%;
    max-width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 4px;
  }

  body[data-page="products"] .main-nav {
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 4px;
  }
}

/* v85 products mobile overflow guard */

/* v93 standalone logistics page */
body[data-page="logistics"] {
  --catalog-dark: #0b1220;
  --catalog-green: #03a84e;
  --catalog-bg: #f8fafc;
  --catalog-line: #d8e4f0;
  --catalog-ink: #0b1b35;
  --catalog-muted: #54657a;
  background: var(--catalog-bg);
  overflow-x: hidden;
}

body[data-page="logistics"] .site-header {
  grid-template-columns: minmax(260px, 300px) minmax(0, 1fr) minmax(260px, 340px);
  grid-template-areas:
    "brand nav search"
    "brand nav language";
  min-height: 118px;
  border-bottom-color: rgba(255, 255, 255, 0.1);
  background: linear-gradient(90deg, #08152b 0%, #0b2143 56%, #071225 100%);
  box-shadow: 0 14px 34px rgba(4, 16, 36, 0.18);
}

body[data-page="logistics"] .brand {
  min-width: 0;
  gap: 10px;
}

body[data-page="logistics"] .brand-logo {
  min-width: auto;
  color: #ffffff;
  font-size: 38px;
  text-shadow: none;
}

body[data-page="logistics"] .brand-copy strong {
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 0.01em;
}

body[data-page="logistics"] .brand-copy small {
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
  line-height: 1.25;
}

body[data-page="logistics"] .main-nav {
  min-height: 48px;
  justify-content: center;
  gap: clamp(14px, 1.55vw, 26px);
  border-top: 0;
  padding-top: 0;
  overflow-x: auto;
}

body[data-page="logistics"] .main-nav > a,
body[data-page="logistics"] .main-nav > .product-nav-item > a {
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  text-transform: none;
}

body[data-page="logistics"] .main-nav > a:hover,
body[data-page="logistics"] .main-nav > a.active,
body[data-page="logistics"] .main-nav > .product-nav-item > a:hover,
body[data-page="logistics"] .main-nav > .product-nav-item > a.active {
  color: #ffffff;
}

body[data-page="logistics"] .main-nav > a.active::after,
body[data-page="logistics"] .main-nav > .product-nav-item > a.active::after {
  bottom: -15px;
  height: 4px;
  background: #2f80ff;
}

body[data-page="logistics"] .site-search {
  justify-self: end;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
}

body[data-page="logistics"] .language-switcher {
  justify-self: end;
  align-self: start;
  width: fit-content;
  max-width: min(360px, 100%);
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 24px rgba(3, 16, 36, 0.2);
}

body[data-page="logistics"] .site-search input {
  color: #ffffff;
}

body[data-page="logistics"] .site-search input::placeholder {
  color: rgba(255, 255, 255, 0.58);
}

body[data-page="logistics"] .site-search button {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

@media (max-width: 1180px) {
  body[data-page="logistics"] .site-header {
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas:
      "brand search"
      "nav language";
    min-height: auto;
  }

  body[data-page="logistics"] .main-nav {
    overflow-x: auto;
    justify-content: flex-start;
  }

  body[data-page="logistics"] .language-switcher {
    align-self: center;
    max-width: 360px;
  }
}

@media (max-width: 860px) {
  body[data-page="logistics"] .site-header {
    grid-template-columns: 1fr;
    grid-template-areas:
      "brand"
      "search"
      "language"
      "nav";
    gap: 12px;
    min-height: 0;
    padding-right: 18px;
    padding-left: 18px;
    overflow: hidden;
  }

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

  body[data-page="logistics"] .site-search,
  body[data-page="logistics"] .language-switcher {
    justify-self: stretch;
    width: 100%;
    max-width: 100%;
  }

  body[data-page="logistics"] .main-nav {
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 4px;
  }
}

/* v94 navigation and mobile overflow polish after adding Logistics */
body[data-page="products"] .site-header,
body[data-page="logistics"] .site-header {
  grid-template-columns: minmax(218px, 268px) minmax(0, 1fr) minmax(220px, 300px);
  column-gap: clamp(12px, 1.35vw, 22px);
}

body[data-page="products"] .main-nav,
body[data-page="logistics"] .main-nav {
  gap: clamp(10px, 1.1vw, 18px);
}

body[data-page="products"] .main-nav > a,
body[data-page="products"] .main-nav > .product-nav-item > a,
body[data-page="logistics"] .main-nav > a,
body[data-page="logistics"] .main-nav > .product-nav-item > a {
  white-space: nowrap;
  font-size: 13px;
}

body[data-page="products"] .site-search,
body[data-page="logistics"] .site-search {
  width: min(300px, 100%);
}

@media (max-width: 640px) {

  body[data-page="logistics"] .site-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 64px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  body[data-page="logistics"] .site-search input {
    min-width: 0;
  }

  body[data-page="logistics"] .main-nav > a.active {
    order: -1;
  }
}

/* v97: support already has inline WhatsApp CTAs and the J&V chat launcher; hide the old fixed bar to avoid bottom overlap. */

/* v101: J&V supplier / distributor partner application page */
body[data-page="partners"] {
  background:
    radial-gradient(circle at 78% 12%, rgba(3, 168, 78, 0.09), transparent 24%),
    linear-gradient(180deg, #f4f8fc 0%, #ffffff 48%, #f4f8fc 100%);
}

body[data-page="partners"] .site-header {
  grid-template-columns: minmax(218px, 268px) minmax(0, 1fr) minmax(220px, 300px);
  column-gap: clamp(12px, 1.35vw, 22px);
}

body[data-page="partners"] .main-nav {
  gap: clamp(10px, 1.1vw, 18px);
}

body[data-page="partners"] .main-nav > a,
body[data-page="partners"] .main-nav > .product-nav-item > a {
  white-space: nowrap;
  font-size: 13px;
}

body[data-page="partners"] .site-search {
  width: min(300px, 100%);
}

@media (max-width: 1180px) {
  body[data-page="partners"] .site-header {
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas:
      "brand search"
      "nav language";
    min-height: auto;
  }

  body[data-page="partners"] .main-nav {
    overflow-x: auto;
    justify-content: flex-start;
  }
}

@media (max-width: 860px) {
  body[data-page="partners"] .site-header {
    grid-template-columns: 1fr;
    grid-template-areas:
      "brand"
      "search"
      "language"
      "nav";
    gap: 12px;
    min-height: 0;
    padding-right: 18px;
    padding-left: 18px;
    overflow: hidden;
  }

  body[data-page="partners"] .site-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 64px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  body[data-page="partners"] .main-nav {
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 4px;
  }

  body[data-page="partners"] .main-nav > a.active {
    order: -1;
  }
}

/* J&V Video Center */
body[data-page="videos"] {
  --catalog-dark: #0b1220;
  --catalog-green: #03a84e;
  --catalog-bg: #f8fafc;
  --catalog-line: #d8e4f0;
  --catalog-ink: #0b1b35;
  --catalog-muted: #54657a;
}

/* perf-v1: reserve media space and keep late-loaded sections from shifting the page. */
img {
  max-width: 100%;
}

.hero {
  overflow: clip;
}

.hero-image {
  display: block;
  background: #edf4fb;
}

.hero-image {
  aspect-ratio: 16 / 9;
}

.service-strip img,
.home-category-card img {
  display: block;
  background: #edf4fb;
  transform: translateZ(0);
}

.recent-inquiry-strip {
  min-height: 188px;
}

.buyer-activity-grid {
  min-height: 138px;
}

.buyer-activity-card {
  contain: layout paint;
}

.section {
  content-visibility: auto;
  contain-intrinsic-size: auto 720px;
}

@media (max-width: 780px) {
  .recent-inquiry-strip {
    min-height: 520px;
  }

  .buyer-activity-grid {
    min-height: 450px;
  }

  .section {
    contain-intrinsic-size: auto 860px;
  }
}

/* v102: keep the partners page inside the mobile viewport after runtime translation. */
body[data-page="partners"] {
  max-width: 100%;
  overflow-x: clip;
}


body[data-page="partners"] .site-header *,
body[data-page="partners"] .main-nav * {
  box-sizing: border-box;
}

/* v103: stack the pneumatic SKU heading so long translated titles do not float above the last card. */
