:root {
  --sc-v3-night: #01152f;
  --sc-v3-panel: #062f68;
  --sc-v3-blue: #078dd0;
  --sc-v3-cyan: #28d8ee;
  --sc-v3-green: #35df82;
  --sc-v3-ice: #f3fbff;
  --sc-v3-line: rgba(111, 226, 255, .22);
}

body .sc-infographic-v3,
body .sc-infographic-v3 * {
  box-sizing: border-box;
}

body .sc-infographic-v3 .elementor-heading-title,
body .sc-infographic-v3 p,
body .sc-infographic-v3 li,
body .sc-infographic-v3 a,
body .sc-infographic-v3 span,
body .sc-infographic-v3 strong,
body .sc-infographic-v3 small {
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}

/* Header stays readable instead of collapsing into two floating objects. */
body .sc-infographic-v3 .sc-header > .e-con-inner {
  grid-template-columns: 210px minmax(430px, 1fr) 160px !important;
}

body .sc-infographic-v3 .sc-nav,
body .sc-infographic-v3 .sc-nav.elementor-hidden-tablet,
body .sc-infographic-v3 .sc-nav.elementor-hidden-mobile {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Hero: the car becomes the product story, supported by data callouts. */
body .sc-infographic-v3 #home.sc-car-hero {
  min-height: 720px !important;
  margin-bottom: 0 !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at var(--hero-x) var(--hero-y), rgba(35, 211, 235, .26), transparent 25%),
    linear-gradient(rgba(83, 207, 243, .085) 1px, transparent 1px),
    linear-gradient(90deg, rgba(83, 207, 243, .085) 1px, transparent 1px),
    radial-gradient(circle at 17% 70%, rgba(48, 223, 128, .18), transparent 30%),
    linear-gradient(124deg, #01142f 0%, #053d80 54%, #078fc2 100%) !important;
  background-size: auto, 48px 48px, 48px 48px, auto, auto !important;
}

body .sc-infographic-v3 #home.sc-car-hero > .e-con-inner {
  min-height: 720px !important;
}

body .sc-infographic-v3 #home.sc-car-hero::before {
  left: 1.8% !important;
  top: 16% !important;
  width: 45% !important;
  height: 58% !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent url('supercharging-electric-car.png') center / contain no-repeat !important;
  box-shadow: none !important;
  filter: drop-shadow(0 42px 35px rgba(0, 10, 35, .52)) drop-shadow(0 0 38px rgba(44, 211, 236, .18));
  transform: translate3d(var(--station-x), var(--station-y), 0) !important;
}

body .sc-infographic-v3 #home.sc-car-hero::after {
  left: -8% !important;
  bottom: -48% !important;
  width: 65% !important;
  border-width: 44px !important;
}

body .sc-infographic-v3 #home .sc-hero-copy {
  right: 4.8% !important;
  width: 49.5% !important;
}

body .sc-infographic-v3 #home .sc-hero-title .elementor-heading-title {
  max-width: 650px !important;
  font-size: clamp(44px, 4.35vw, 66px) !important;
  line-height: .98 !important;
  letter-spacing: -.035em !important;
}

body .sc-infographic-v3 #home .sc-hero-list {
  margin-top: 24px !important;
}

body .sc-infographic-v3 #home .sc-hero-list ul {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 9px !important;
}

body .sc-infographic-v3 #home .sc-hero-list li {
  min-width: 0 !important;
  min-height: 104px !important;
  padding: 45px 14px 14px !important;
  overflow: hidden !important;
  border-color: rgba(117, 229, 255, .2) !important;
  background: linear-gradient(145deg, rgba(2, 23, 58, .64), rgba(7, 66, 124, .38)) !important;
}

body .sc-infographic-v3 #home .sc-hero-list li::before {
  content: attr(data-number) !important;
  top: 12px !important;
  right: 14px !important;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  color: #042a59 !important;
  font-size: 10px !important;
  letter-spacing: 0 !important;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--sc-v3-green), var(--sc-v3-cyan));
}

body .sc-infographic-v3 #home .sc-hero-list li::after {
  content: attr(data-label);
  position: absolute;
  top: 15px;
  right: 48px;
  color: #67e7ff;
  font: 800 11px/1.2 "Heebo", sans-serif;
  white-space: nowrap;
}

body .sc-infographic-v3 #home .sc-hero-list .elementor-icon-list-text {
  display: block !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

body .sc-infographic-v3 .sc-hero-hud {
  left: 3.2% !important;
  bottom: 4.5% !important;
  width: 43.5% !important;
  border-color: rgba(100, 228, 255, .25) !important;
  border-radius: 22px !important;
  background: linear-gradient(130deg, rgba(1, 17, 44, .9), rgba(3, 53, 103, .75)) !important;
}

body .sc-infographic-v3 .sc-hero-hud > div {
  min-width: 0;
  min-height: 94px;
  padding: 16px 13px 13px;
  text-align: right;
}

body .sc-infographic-v3 .sc-hero-hud span {
  color: var(--sc-v3-green);
  font-size: 11px;
  letter-spacing: .08em;
}

body .sc-infographic-v3 .sc-hero-hud b {
  font-size: 14px;
  white-space: nowrap;
}

body .sc-infographic-v3 .sc-hero-status {
  left: 5.2% !important;
  top: 5.3% !important;
  border: 1px solid rgba(93, 224, 255, .2);
}

.sc-car-callouts {
  position: absolute;
  z-index: 7;
  left: 2.8%;
  top: 13%;
  width: 43%;
  height: 57%;
  pointer-events: none;
}

.sc-car-tag {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 30px;
  padding: 6px 10px;
  color: #dffbff;
  font: 800 9px/1 "Heebo", sans-serif;
  letter-spacing: .12em;
  border: 1px solid rgba(110, 230, 255, .26);
  border-radius: 999px;
  background: rgba(1, 22, 55, .76);
  box-shadow: 0 12px 28px rgba(0, 14, 44, .25);
  backdrop-filter: blur(12px);
}

.sc-car-tag i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--sc-v3-green);
  box-shadow: 0 0 15px var(--sc-v3-green);
}

.sc-car-tag-a { left: 1%; top: 8%; }
.sc-car-tag-b { right: 0; top: 44%; }
.sc-car-tag-c { left: 9%; bottom: 2%; }

/* Infographic rhythm throughout the page. */
body .sc-infographic-v3 .sc-intelligence {
  margin: -42px auto 58px !important;
}

body .sc-infographic-v3 .sc-intelligence-inner {
  border-radius: 24px;
  box-shadow: 0 26px 75px rgba(3, 46, 94, .14), 0 0 0 1px rgba(7, 116, 192, .05);
}

body .sc-infographic-v3 .sc-section-title .elementor-heading-title {
  line-height: 1.04 !important;
  text-wrap: balance !important;
}

body .sc-infographic-v3 #solutions > .e-con-inner {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
}

.sc-solution-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  width: 100%;
}

body .sc-infographic-v3 .sc-process-grid article,
body .sc-infographic-v3 .sc-benefit,
body .sc-infographic-v3 .sc-app-features span {
  position: relative;
  overflow: hidden;
}

body .sc-infographic-v3 .sc-process-grid article::after,
body .sc-infographic-v3 .sc-benefit::after {
  content: "";
  position: absolute;
  inset: auto -28px -42px auto;
  width: 96px;
  height: 96px;
  border: 16px solid rgba(47, 221, 136, .07);
  border-radius: 50%;
}

/* Store badges share one precise visual grid. */
body .sc-infographic-v3 .sc-stores {
  padding: 30px 0 54px !important;
}

body .sc-infographic-v3 .sc-stores > .e-con-inner {
  display: grid !important;
  grid-template-columns: repeat(2, 240px) !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 18px !important;
  direction: ltr !important;
}

body .sc-infographic-v3 .sc-store-badge,
body .sc-infographic-v3 .sc-store-badge > .elementor-widget-container {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 240px !important;
  height: 72px !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  flex: 0 0 240px !important;
  line-height: 0 !important;
}

body .sc-infographic-v3 .sc-store-image .elementor-widget-container {
  background-size: 240px 72px !important;
}

body .sc-infographic-v3 .sc-store-image img,
body .sc-infographic-v3 .sc-google-play .elementor-button {
  display: block !important;
  width: 240px !important;
  height: 72px !important;
  min-height: 72px !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: contain !important;
  background-size: 240px 72px !important;
  background-position: center !important;
}

/* Preserve the square source panels instead of stretching them vertically. */
body .sc-infographic-v3 .sc-solution-card {
  background-size: auto 100% !important;
  background-repeat: no-repeat !important;
}
body .sc-infographic-v3 .sc-solution-parking { background-position: 9% 50% !important; }
body .sc-infographic-v3 .sc-solution-workplace { background-position: 50% 50% !important; }
body .sc-infographic-v3 .sc-solution-commercial { background-position: 91% 50% !important; }

/* Mobile navigation trigger. */
.sc-mobile-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(0, 95, 166, .12);
  border-radius: 15px;
  background: linear-gradient(145deg, #ffffff, #eaf8ff);
  box-shadow: 0 10px 26px rgba(3, 55, 105, .13);
  color: #062c58;
  cursor: pointer;
}
.sc-mobile-menu-toggle span:not(.sc-sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 3px auto;
  border-radius: 2px;
  background: currentColor;
  transition: transform .24s ease, opacity .2s ease;
}
.sc-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.sc-header.sc-menu-open .sc-mobile-menu-toggle span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
.sc-header.sc-menu-open .sc-mobile-menu-toggle span:nth-child(2) { opacity: 0; }
.sc-header.sc-menu-open .sc-mobile-menu-toggle span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }

/* Always-visible WhatsApp and accessibility controls. */
.sc-utility-stack {
  position: fixed;
  right: 20px;
  bottom: max(20px, env(safe-area-inset-bottom));
  z-index: 2147483000;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  direction: rtl;
  font-family: Heebo, Arial, sans-serif;
}
.sc-float-action {
  min-width: 58px;
  height: 58px;
  padding: 0 17px;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff !important;
  font: 800 15px/1 Heebo, Arial, sans-serif;
  text-decoration: none !important;
  box-shadow: 0 16px 38px rgba(0, 30, 70, .27);
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}
.sc-float-action:hover { transform: translateY(-3px); box-shadow: 0 20px 44px rgba(0, 30, 70, .34); }
.sc-whatsapp-button { z-index: 2147483002; background: linear-gradient(135deg, #26d366, #0cae52); }
.sc-accessibility-button { z-index: 2147483001; background: linear-gradient(135deg, #075dad, #06a7d8); }
.sc-float-action svg { width: 25px; height: 25px; flex: 0 0 25px; fill: currentColor; }
.sc-float-action .sc-icon-medallion {
  width: 46px !important;
  height: 46px !important;
  flex: 0 0 46px !important;
  overflow: visible;
  filter: drop-shadow(0 7px 11px rgba(0, 24, 58, .24));
}
.sc-whatsapp-button,
.sc-accessibility-button {
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.sc-whatsapp-button:hover,
.sc-accessibility-button:hover {
  box-shadow: none !important;
}
.sc-accessibility-panel {
  position: fixed;
  z-index: 2147483003;
  right: 20px;
  bottom: max(90px, calc(env(safe-area-inset-bottom) + 90px));
  width: min(340px, calc(100vw - 32px));
  padding: 20px;
  border: 1px solid rgba(13, 92, 160, .18);
  border-radius: 24px;
  direction: rtl;
  color: #06264d;
  background: rgba(250, 254, 255, .98);
  box-shadow: 0 30px 80px rgba(0, 30, 70, .3);
  backdrop-filter: blur(18px);
  font-family: Heebo, Arial, sans-serif;
}
.sc-accessibility-panel[hidden] { display: none !important; }
.sc-accessibility-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 14px; }
.sc-accessibility-head strong { font-size: 21px; }
.sc-accessibility-close {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 12px;
  color: #06264d;
  background: #e8f5fb;
  font-size: 22px;
  cursor: pointer;
}
.sc-accessibility-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.sc-accessibility-grid button {
  min-height: 58px;
  padding: 10px;
  border: 1px solid #d3e4ef;
  border-radius: 15px;
  color: #073363;
  background: #fff;
  font: 700 13px/1.25 Heebo, Arial, sans-serif;
  cursor: pointer;
}
.sc-accessibility-grid button[aria-pressed="true"] { color: #fff; border-color: #0877c9; background: linear-gradient(135deg, #075dad, #08a8d8); }
.sc-accessibility-reset { grid-column: 1 / -1; }

body.sc-a11y-text-1 .sc-site :is(p, li, a, button, label, input, textarea) { font-size: 112% !important; line-height: 1.65 !important; }
body.sc-a11y-text-2 .sc-site :is(p, li, a, button, label, input, textarea) { font-size: 124% !important; line-height: 1.75 !important; }
body.sc-a11y-contrast { background: #000 !important; }
body.sc-a11y-contrast .sc-site { filter: contrast(1.28); background: #000 !important; }
body.sc-a11y-contrast .sc-utility-stack .sc-float-action { outline: 3px solid #ffea00; }
body.sc-a11y-grayscale .sc-site { filter: grayscale(1); }
body.sc-a11y-grayscale.sc-a11y-contrast .sc-site { filter: grayscale(1) contrast(1.28); }
body.sc-a11y-links .sc-site a { text-decoration: underline !important; text-decoration-thickness: 3px !important; text-underline-offset: 4px !important; }
body.sc-a11y-motion *, body.sc-a11y-motion *::before, body.sc-a11y-motion *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
body.sc-a11y-focus :focus-visible { outline: 4px solid #ffbf00 !important; outline-offset: 4px !important; }

@media (max-width: 1100px) {
  body .sc-infographic-v3 .sc-header > .e-con-inner {
    grid-template-columns: 178px minmax(360px, 1fr) 142px !important;
    gap: 12px !important;
    padding-inline: 16px !important;
  }

  body .sc-infographic-v3 .sc-logo { width: 178px !important; }
  body .sc-infographic-v3 .sc-nav p { gap: 13px !important; }
  body .sc-infographic-v3 .sc-nav a { font-size: 11px !important; }

  body .sc-infographic-v3 #home .sc-hero-copy { width: 51% !important; right: 3.8% !important; }
  body .sc-infographic-v3 #home .sc-hero-title .elementor-heading-title { font-size: 49px !important; }
  body .sc-infographic-v3 #home.sc-car-hero::before { width: 43% !important; left: 1% !important; }
  body .sc-infographic-v3 .sc-hero-hud { width: 45% !important; left: 2% !important; }
  body .sc-infographic-v3 .sc-hero-hud small { font-size: 9px; }
}

@media (max-width: 900px) {
  body.admin-bar .sc-infographic-v3 .sc-header { top: 44px !important; }
  body .sc-infographic-v3 .sc-header {
    width: calc(100% - 24px) !important;
    min-height: 116px !important;
    margin-top: 12px !important;
  }

  body .sc-infographic-v3 .sc-header > .e-con-inner {
    grid-template-columns: 160px 1fr 148px !important;
    grid-template-rows: 58px 34px !important;
    gap: 2px 10px !important;
    padding: 8px 14px 10px !important;
  }

  body .sc-infographic-v3 .sc-logo {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 160px !important;
    min-height: 52px !important;
    justify-self: start !important;
  }

  body .sc-infographic-v3 .sc-header-button {
    grid-column: 3 !important;
    grid-row: 1 !important;
    justify-self: end !important;
  }

  body .sc-infographic-v3 .sc-nav {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    width: 100% !important;
    overflow-x: auto !important;
    scrollbar-width: none;
  }

  body .sc-infographic-v3 .sc-nav::-webkit-scrollbar { display: none; }
  body .sc-infographic-v3 .sc-nav p {
    justify-content: center !important;
    gap: 24px !important;
    width: max-content !important;
    min-width: 100% !important;
  }
  body .sc-infographic-v3 .sc-nav a { font-size: 12px !important; }

  body .sc-infographic-v3 #home.sc-car-hero,
  body .sc-infographic-v3 #home.sc-car-hero > .e-con-inner {
    min-height: 890px !important;
  }

  body .sc-infographic-v3 #home.sc-car-hero {
    width: calc(100% - 24px) !important;
    border-radius: 30px !important;
  }

  body .sc-infographic-v3 #home .sc-hero-copy {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    width: 100% !important;
    padding: 42px 34px 445px !important;
    transform: none !important;
  }

  body .sc-infographic-v3 #home .sc-eyebrow { margin-bottom: 15px !important; }
  body .sc-infographic-v3 #home .sc-hero-title .elementor-heading-title {
    max-width: 680px !important;
    font-size: clamp(42px, 7vw, 56px) !important;
    line-height: 1 !important;
  }

  body .sc-infographic-v3 #home .sc-hero-list ul {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  body .sc-infographic-v3 #home .sc-hero-list li {
    min-height: 92px !important;
    padding: 42px 11px 11px !important;
  }

  body .sc-infographic-v3 #home .sc-hero-list li::after {
    right: 45px;
    font-size: 10px;
  }

  body .sc-infographic-v3 #home .sc-button { margin-top: 18px !important; }
  body .sc-infographic-v3 .sc-hero-micro { margin-top: 14px; }

  body .sc-infographic-v3 #home.sc-car-hero::before {
    left: 50% !important;
    top: auto !important;
    bottom: 104px !important;
    width: 66% !important;
    height: 320px !important;
    transform: translateX(-50%) translate3d(var(--station-x), var(--station-y), 0) !important;
  }

  body .sc-infographic-v3 .sc-car-callouts {
    left: 17% !important;
    top: auto !important;
    bottom: 108px !important;
    width: 66% !important;
    height: 290px !important;
  }

  body .sc-infographic-v3 .sc-hero-status {
    left: 7% !important;
    top: auto !important;
    bottom: 386px !important;
  }

  body .sc-infographic-v3 .sc-hero-hud {
    left: 22px !important;
    right: 22px !important;
    bottom: 18px !important;
    width: auto !important;
  }

  body .sc-infographic-v3 .sc-hero-hud > div {
    min-height: 77px !important;
    padding: 12px 14px !important;
  }

  body .sc-infographic-v3 .sc-hero-hud small { display: none !important; }

  body .sc-infographic-v3 .sc-intelligence {
    width: calc(100% - 24px) !important;
    margin-top: -28px !important;
  }

  body .sc-infographic-v3 .sc-solution-grid { gap: 14px !important; }

  body .sc-infographic-v3 .sc-solution-card,
  body .sc-infographic-v3 .sc-solution-card > .e-con-inner {
    min-height: 440px !important;
  }

  body .sc-infographic-v3 .sc-solution-card > .e-con-inner {
    padding: 230px 20px 22px !important;
  }
}

@media (max-width: 600px) {
  body.admin-bar .sc-infographic-v3 .sc-header { top: 8px !important; }
  body .sc-infographic-v3 .sc-header {
    position: relative !important;
    top: auto !important;
    min-height: 112px !important;
  }

  body .sc-infographic-v3 .sc-header > .e-con-inner {
    grid-template-columns: 132px 1fr 126px !important;
    grid-template-rows: 54px 32px !important;
    padding-inline: 10px !important;
  }

  body .sc-infographic-v3 .sc-logo { width: 132px !important; min-height: 48px !important; }
  body .sc-infographic-v3 .sc-header-button .elementor-button {
    min-width: 120px !important;
    min-height: 42px !important;
    padding-inline: 14px !important;
    font-size: 11px !important;
  }
  body .sc-infographic-v3 .sc-nav p { justify-content: flex-start !important; gap: 18px !important; }
  body .sc-infographic-v3 .sc-nav a { font-size: 11px !important; }
  body .sc-infographic-v3 .sc-nav { min-width: 0 !important; overflow: hidden !important; }
  body .sc-infographic-v3 .sc-nav p {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap !important;
    scrollbar-width: none;
  }
  body .sc-infographic-v3 .sc-nav p::-webkit-scrollbar { display: none; }

  body .sc-infographic-v3 #home.sc-car-hero,
  body .sc-infographic-v3 #home.sc-car-hero > .e-con-inner {
    min-height: 860px !important;
  }

  body .sc-infographic-v3 #home .sc-hero-copy {
    padding: 34px 18px 388px !important;
  }

  body .sc-infographic-v3 #home .sc-eyebrow {
    margin-bottom: 12px !important;
    padding: 7px 11px !important;
  }

  body .sc-infographic-v3 #home .sc-eyebrow .elementor-heading-title { font-size: 10px !important; }
  body .sc-infographic-v3 #home .sc-hero-title .elementor-heading-title {
    font-size: clamp(34px, 10.4vw, 43px) !important;
    line-height: 1.02 !important;
    letter-spacing: -.025em !important;
  }

  body .sc-infographic-v3 #home .sc-hero-list {
    margin-top: 18px !important;
  }

  body .sc-infographic-v3 #home .sc-hero-list ul {
    grid-template-columns: repeat(3, minmax(116px, 1fr)) !important;
    gap: 8px !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory;
    padding-bottom: 6px !important;
    scrollbar-width: none;
  }

  body .sc-infographic-v3 #home .sc-hero-list ul::-webkit-scrollbar { display: none; }
  body .sc-infographic-v3 #home .sc-hero-list li {
    min-height: 88px !important;
    padding: 42px 10px 10px !important;
    scroll-snap-align: start;
  }
  body .sc-infographic-v3 #home .sc-hero-list li::after { display: none; }
  body .sc-infographic-v3 #home .sc-hero-list .elementor-icon-list-text { font-size: 11px !important; }
  body .sc-infographic-v3 .sc-hero-micro { display: none !important; }

  body .sc-infographic-v3 #home.sc-car-hero::before {
    bottom: 100px !important;
    width: 94% !important;
    height: 275px !important;
  }

  body .sc-infographic-v3 .sc-car-callouts {
    left: 3% !important;
    bottom: 104px !important;
    width: 94% !important;
    height: 248px !important;
  }

  .sc-car-tag { padding: 5px 8px; font-size: 8px; }
  .sc-car-tag-b { right: 1%; top: 40%; }

  body .sc-infographic-v3 .sc-hero-status {
    left: 18px !important;
    bottom: 342px !important;
    font-size: 9px !important;
  }

  body .sc-infographic-v3 .sc-hero-hud {
    left: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    border-radius: 18px !important;
  }

  body .sc-infographic-v3 .sc-hero-hud > div {
    min-height: 72px !important;
    padding: 11px 8px !important;
  }

  body .sc-infographic-v3 .sc-hero-hud span { font-size: 9px; }
  body .sc-infographic-v3 .sc-hero-hud b { font-size: 11px; white-space: normal; }

  body .sc-infographic-v3 .sc-intelligence-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body .sc-infographic-v3 .sc-solution-grid {
    display: flex !important;
    overflow-x: auto !important;
    gap: 12px !important;
    padding: 0 2px 14px !important;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  body .sc-infographic-v3 .sc-solution-grid::-webkit-scrollbar { display: none; }

  body .sc-infographic-v3 .sc-solution-card {
    flex: 0 0 82vw !important;
    width: 82vw !important;
    scroll-snap-align: center;
  }

  body .sc-infographic-v3 .sc-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  body .sc-infographic-v3 .sc-process-grid article {
    min-height: 190px !important;
    padding: 18px 14px !important;
  }

  body .sc-infographic-v3 .sc-process-grid article h3 { font-size: 17px; }
  body .sc-infographic-v3 .sc-process-grid article p { font-size: 12px; }

  body .sc-infographic-v3 .sc-stores > .e-con-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 9px !important;
    padding-inline: 14px !important;
  }

  body .sc-infographic-v3 .sc-store-badge,
  body .sc-infographic-v3 .sc-store-badge > .elementor-widget-container,
  body .sc-infographic-v3 .sc-store-image img,
  body .sc-infographic-v3 .sc-google-play .elementor-button {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 10 / 3 !important;
    flex: none !important;
    background-size: 100% 100% !important;
  }
}

/* 4.2 — layout stabilization and compact responsive rhythm. */
body .sc-infographic-v3 .sc-header .sc-nav a {
  font-size: 13.5px !important;
}

body .sc-infographic-v3 .sc-process {
  margin-bottom: 60px !important;
}

body .sc-infographic-v3 .sc-why {
  padding-block: 64px !important;
  margin-bottom: 48px !important;
}

body .sc-infographic-v3 .sc-why-stage {
  margin-top: 30px !important;
}

body .sc-infographic-v3 .sc-legacy-model {
  display: none !important;
}

body .sc-infographic-v3 .sc-model-lab {
  grid-template-rows: minmax(430px, 1fr) auto !important;
}

body .sc-infographic-v3 .sc-model-viewport {
  min-height: 430px !important;
}

body .sc-infographic-v3 .sc-model-copy {
  padding: 28px 30px 30px !important;
}

body .sc-infographic-v3 .sc-about {
  margin-block: 42px !important;
  padding-block: 64px !important;
}

body .sc-infographic-v3 .sc-about-copy {
  padding: 52px !important;
}

body .sc-infographic-v3 .sc-faq {
  padding-block: 72px !important;
}

.sc-utility-stack {
  right: 16px !important;
  bottom: max(16px, env(safe-area-inset-bottom)) !important;
  gap: 8px !important;
}

.sc-float-action {
  width: 54px !important;
  min-width: 54px !important;
  height: 54px !important;
  padding: 0 !important;
  border-radius: 50% !important;
}

.sc-float-action > span:last-child {
  display: none !important;
}

.sc-float-action svg {
  width: 25px !important;
  height: 25px !important;
}

@media (max-width: 760px) {
  body .sc-infographic-v3 .sc-header .sc-nav {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: none !important;
    transition: none !important;
  }

  body .sc-infographic-v3 .sc-header.sc-menu-open .sc-nav {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  body .sc-infographic-v3 #home.sc-car-hero,
  body .sc-infographic-v3 #home.sc-car-hero > .e-con-inner {
    min-height: 820px !important;
  }

  body .sc-infographic-v3 #solutions {
    padding-block: 58px !important;
  }

  body .sc-infographic-v3 .sc-solution-card {
    height: 420px !important;
    min-height: 0 !important;
    background-size: cover !important;
    background-position: center !important;
  }

  body .sc-infographic-v3 .sc-solution-card > .e-con-inner {
    height: 100% !important;
    min-height: 0 !important;
    padding: 178px 18px 20px !important;
  }

  body .sc-infographic-v3 .sc-process {
    margin-bottom: 38px !important;
    padding: 42px 18px 22px !important;
  }

  body .sc-infographic-v3 .sc-why {
    padding-block: 54px !important;
    margin-bottom: 38px !important;
  }

  body .sc-infographic-v3 .sc-why-stage {
    margin-top: 24px !important;
  }

  body .sc-infographic-v3 .sc-benefits-grid > .e-con-inner {
    gap: 10px !important;
  }

  body .sc-infographic-v3 .sc-benefit {
    min-height: 160px !important;
    height: 160px !important;
    padding: 14px !important;
  }

  body .sc-infographic-v3 .sc-benefit > .e-con-inner {
    min-height: 0 !important;
    height: 100% !important;
    gap: 6px !important;
    padding: 0 !important;
  }

  body .sc-infographic-v3 .sc-benefit .elementor-heading-title {
    font-size: 18px !important;
  }

  body .sc-infographic-v3 .sc-benefit p {
    font-size: 12px !important;
    line-height: 1.4 !important;
  }

  body .sc-infographic-v3 .sc-model-lab {
    grid-template-rows: 360px auto !important;
    border-radius: 24px !important;
  }

  body .sc-infographic-v3 .sc-model-viewport {
    min-height: 360px !important;
  }

  body .sc-infographic-v3 .sc-model-copy {
    padding: 24px 18px 24px !important;
  }

  body .sc-infographic-v3 .sc-model-copy h3 {
    font-size: 34px !important;
    line-height: 1 !important;
  }

  body .sc-infographic-v3 .sc-model-copy > p {
    margin: 13px 0 17px !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
  }

  body .sc-infographic-v3 .sc-model-specs {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 6px !important;
  }

  body .sc-infographic-v3 .sc-model-specs div {
    min-width: 0 !important;
    padding: 10px 5px !important;
    text-align: center !important;
  }

  body .sc-infographic-v3 .sc-model-specs strong {
    font-size: 10.5px !important;
  }

  body .sc-infographic-v3 .sc-model-specs small {
    font-size: 8.5px !important;
    line-height: 1.25 !important;
  }

  body .sc-infographic-v3 .sc-about {
    margin-block: 32px !important;
    padding-block: 52px !important;
  }

  body .sc-infographic-v3 .sc-about-copy {
    padding: 32px 22px !important;
  }

  body .sc-infographic-v3 .sc-about-visual {
    min-height: 300px !important;
  }

  body .sc-infographic-v3 .sc-about-logo,
  body .sc-infographic-v3 .sc-about-logo img {
    min-height: 0 !important;
    height: 130px !important;
  }

  body .sc-infographic-v3 .sc-faq {
    padding-block: 58px !important;
  }

  body .sc-infographic-v3 #app {
    padding-block: 48px !important;
  }

  body .sc-infographic-v3 #app > .e-con-inner {
    gap: 34px !important;
  }

  body .sc-infographic-v3 .sc-app-copy .elementor-heading-title {
    font-size: 40px !important;
  }

  body .sc-infographic-v3 .sc-stores {
    padding: 24px 0 38px !important;
  }

  .sc-utility-stack {
    right: 10px !important;
    bottom: max(10px, env(safe-area-inset-bottom)) !important;
    gap: 7px !important;
  }

  .sc-float-action {
    width: 50px !important;
    min-width: 50px !important;
    height: 50px !important;
  }

  .sc-accessibility-panel {
    right: 10px !important;
    left: 10px !important;
    bottom: max(68px, calc(env(safe-area-inset-bottom) + 68px)) !important;
    width: auto !important;
    max-width: none !important;
  }
}

/* 4.2.2 — narrow tablet / resized-browser card stabilization. */
@media (max-width: 900px) {
  body .sc-infographic-v3 #solutions .sc-solution-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 18px !important;
    width: 100% !important;
    max-width: 680px !important;
    margin-inline: auto !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  body .sc-infographic-v3 #solutions .sc-solution-card {
    width: 100% !important;
    max-width: none !important;
    height: 440px !important;
    min-height: 0 !important;
    opacity: 1 !important;
    transform: none !important;
    background-size: 300% 100% !important;
    background-repeat: no-repeat !important;
  }

  body .sc-infographic-v3 #solutions .sc-solution-card > .e-con-inner {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    padding: 188px 24px 24px !important;
    border: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  body .sc-infographic-v3 #solutions .sc-solution-card > .e-con-inner::before,
  body .sc-infographic-v3 #solutions .sc-solution-card > .e-con-inner::after,
  body .sc-infographic-v3 #solutions .sc-solution-card .elementor-background-overlay {
    content: none !important;
    display: none !important;
    background: none !important;
    opacity: 0 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }
}

@media (max-width: 480px) {
  body .sc-infographic-v3 #solutions .sc-solution-card {
    height: 410px !important;
  }

  body .sc-infographic-v3 #solutions .sc-solution-card > .e-con-inner {
    padding: 168px 18px 20px !important;
  }
}

/* 4.3.3 — remove Elementor's mobile-only white copy veil from photo cards. */
@media (max-width: 900px) {
  body .sc-infographic-v3 #solutions .sc-solution-card .sc-solution-copy,
  body .sc-infographic-v3 #solutions .sc-solution-card .sc-solution-copy > .e-con-inner {
    border: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  body .sc-infographic-v3 #solutions .sc-solution-card .sc-solution-copy::before,
  body .sc-infographic-v3 #solutions .sc-solution-card .sc-solution-copy::after,
  body .sc-infographic-v3 #solutions .sc-solution-card .sc-solution-copy .elementor-background-overlay {
    content: none !important;
    display: none !important;
    background: none !important;
    opacity: 0 !important;
  }
}

/* Centered, calm 3D product view with a deliberately limited camera range. */
body .sc-infographic-v3 .sc-model-viewport {
  display: grid !important;
  place-items: center !important;
}
body .sc-infographic-v3 .sc-real-model {
  inset: 3% 4% !important;
  width: 92% !important;
  height: 94% !important;
  margin: auto !important;
  transform: none !important;
  transform-origin: 50% 50% !important;
  cursor: ew-resize !important;
}
body .sc-infographic-v3 .sc-model-tools,
body .sc-infographic-v3 .sc-model-orbit-ring { display: none !important; }

@media (min-width: 761px) {
  body .sc-infographic-v3 .sc-nav p {
    gap: 3px !important;
    padding: 5px !important;
    border: 1px solid rgba(6, 104, 172, .09) !important;
    border-radius: 17px !important;
    background: rgba(235, 248, 253, .72) !important;
  }
  body .sc-infographic-v3 .sc-nav a {
    padding: 8px 11px !important;
    border-radius: 12px !important;
    font-size: 12px !important;
    transition: color .2s ease, background .2s ease, box-shadow .2s ease !important;
  }
  body .sc-infographic-v3 .sc-nav a:hover,
  body .sc-infographic-v3 .sc-nav a:focus-visible {
    color: #fff !important;
    background: linear-gradient(135deg, #075dad, #08a8d8) !important;
    box-shadow: 0 8px 18px rgba(6, 112, 184, .2) !important;
  }
}

/* Remove Elementor's translucent inner surface from photo cards. */
body .sc-infographic-v3 .sc-solution-card > .e-con-inner {
  border: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.sc-mobile-menu-close,
.sc-mobile-menu-backdrop { display: none; }
.sc-mobile-menu-backdrop[hidden] { display: none !important; }

@media (max-width: 760px) {
  body .sc-infographic-v3 .sc-header { z-index: 2147481600 !important; }
  .sc-mobile-menu-backdrop:not([hidden]) {
    position: fixed;
    inset: 0;
    z-index: 2147481500;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(0, 24, 56, .42);
    backdrop-filter: blur(3px);
    cursor: pointer;
  }
  body .sc-infographic-v3 .sc-nav { z-index: 2147481700 !important; }
  body .sc-infographic-v3 .sc-mobile-menu-close {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    width: 100% !important;
    min-height: 42px !important;
    margin: 0 0 9px !important;
    padding: 6px 12px !important;
    border: 0 !important;
    border-radius: 13px !important;
    color: #fff !important;
    background: linear-gradient(135deg, #075dad, #08a8d8) !important;
    font: 800 12px/1 Heebo, Arial, sans-serif !important;
    cursor: pointer;
  }
  body .sc-infographic-v3 .sc-mobile-menu-close span { font-size: 23px; font-weight: 400; }
  body .sc-infographic-v3 .sc-mobile-menu-close b { font: inherit; }
}

@media (max-width: 600px) {
  body .sc-infographic-v3 .sc-solution-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 18px !important;
    width: 100% !important;
    padding: 0 !important;
    overflow: visible !important;
    scroll-snap-type: none !important;
  }
  body .sc-infographic-v3 .sc-solution-card {
    width: 100% !important;
    max-width: none !important;
    height: 500px !important;
    min-height: 0 !important;
    flex: none !important;
    scroll-snap-align: none !important;
  }
  body .sc-infographic-v3 .sc-solution-card > .e-con-inner {
    height: 100% !important;
    min-height: 0 !important;
    padding: 215px 22px 24px !important;
  }
}

@media (max-width: 760px) {
  body.admin-bar .sc-infographic-v3 .sc-header { top: 40px !important; }
  body:not(.admin-bar) .sc-infographic-v3 .sc-header { top: 8px !important; }
  body .sc-infographic-v3 .sc-header {
    position: sticky !important;
    min-height: 76px !important;
    height: 76px !important;
    overflow: visible !important;
  }
  body .sc-infographic-v3 .sc-header > .e-con-inner {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 112px minmax(112px, 1fr) 48px !important;
    grid-template-rows: 64px !important;
    gap: 8px !important;
    min-height: 74px !important;
    padding: 5px 10px !important;
    overflow: visible !important;
  }
  body .sc-infographic-v3 .sc-logo {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 112px !important;
    min-height: 58px !important;
  }
  body .sc-infographic-v3 .sc-header-button {
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: center !important;
    width: auto !important;
  }
  body .sc-infographic-v3 .sc-header-button .elementor-button {
    min-width: 116px !important;
    min-height: 42px !important;
    padding: 10px 13px !important;
    white-space: nowrap !important;
    font-size: 10.5px !important;
  }
  body .sc-infographic-v3 .sc-mobile-menu-toggle {
    grid-column: 3 !important;
    grid-row: 1 !important;
    align-self: center !important;
    justify-self: end !important;
    display: block !important;
  }
  body .sc-infographic-v3 .sc-nav {
    position: absolute !important;
    z-index: 100 !important;
    top: 70px !important;
    left: 6px !important;
    right: 6px !important;
    width: auto !important;
    min-height: 0 !important;
    padding: 12px !important;
    border: 1px solid rgba(0, 92, 160, .13) !important;
    border-radius: 20px !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(-10px) scale(.98) !important;
    transform-origin: top center;
    background: rgba(250, 254, 255, .98) !important;
    box-shadow: 0 24px 60px rgba(2, 43, 85, .25) !important;
    backdrop-filter: blur(18px);
    transition: opacity .22s ease, transform .22s ease, visibility .22s ease !important;
    overflow: visible !important;
  }
  body .sc-infographic-v3 .sc-header.sc-menu-open .sc-nav {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) scale(1) !important;
  }
  body .sc-infographic-v3 .sc-nav p {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 7px !important;
    width: 100% !important;
    margin: 0 !important;
    overflow: visible !important;
    white-space: normal !important;
  }
  body .sc-infographic-v3 .sc-nav a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 44px !important;
    padding: 8px 10px !important;
    border-radius: 13px !important;
    color: #073363 !important;
    background: #edf8fd !important;
    font-size: 12px !important;
    text-align: center !important;
  }
  body .sc-infographic-v3 .sc-nav a:hover,
  body .sc-infographic-v3 .sc-nav a:focus-visible { color: #fff !important; background: linear-gradient(135deg, #075dad, #08a8d8) !important; }
  .sc-utility-stack { right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); gap: 9px; }
  .sc-float-action { min-width: 54px; height: 54px; padding: 0 14px; font-size: 13px; }
  .sc-whatsapp-button { min-width: 58px; }
  .sc-accessibility-panel { right: 12px; bottom: max(78px, calc(env(safe-area-inset-bottom) + 78px)); }
}

@media (max-width: 390px) {
  body .sc-infographic-v3 .sc-header > .e-con-inner {
    grid-template-columns: 104px minmax(118px, 1fr) 46px !important;
  }
  body .sc-infographic-v3 .sc-logo { width: 104px !important; }
  body .sc-infographic-v3 .sc-header-button .elementor-button {
    min-width: 126px !important;
    padding-inline: 10px !important;
    font-size: 10.5px !important;
    white-space: nowrap !important;
  }
  body .sc-infographic-v3 .sc-header-button .elementor-button-text { white-space: nowrap !important; }
  body .sc-infographic-v3 .sc-nav p { gap: 10px !important; }
  body .sc-infographic-v3 .sc-nav a { font-size: 9.5px !important; }
  body .sc-infographic-v3 #home .sc-hero-copy { padding-inline: 14px !important; }
  body .sc-infographic-v3 #home .sc-hero-title .elementor-heading-title { font-size: 34px !important; }
}

@media (prefers-reduced-motion: reduce) {
  body .sc-infographic-v3 #home.sc-car-hero::before { transition: none !important; }
}

/* Elementor's inner min-height plus padding made the cards unnaturally tall. */
body .sc-infographic-v3 .sc-solution-card {
  height: clamp(500px, 52vw, 560px) !important;
  min-height: 0 !important;
}
body .sc-infographic-v3 .sc-solution-card > .e-con-inner {
  box-sizing: border-box !important;
  height: 100% !important;
  min-height: 0 !important;
  padding: 250px 26px 26px !important;
}

@media (max-width: 600px) {
  body .sc-infographic-v3 .sc-solution-card {
    height: 510px !important;
    min-height: 0 !important;
  }
  body .sc-infographic-v3 .sc-solution-card > .e-con-inner {
    height: 100% !important;
    min-height: 0 !important;
    padding: 225px 20px 22px !important;
  }
}

/* 4.2 final cascade lock: these rules must remain after the legacy hotfixes above. */
@media (min-width: 761px) {
  body .sc-infographic-v3 .sc-header .sc-nav a {
    font-size: 13.5px !important;
  }
}

@media (max-width: 760px) {
  body .sc-infographic-v3 .sc-header .sc-nav {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: none !important;
  }

  body .sc-infographic-v3 .sc-header.sc-menu-open .sc-nav {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  body .sc-infographic-v3 .sc-solution-card {
    height: 420px !important;
    min-height: 0 !important;
    background-size: cover !important;
    background-position: center !important;
  }

  body .sc-infographic-v3 .sc-solution-card > .e-con-inner {
    height: 100% !important;
    min-height: 0 !important;
    padding: 178px 18px 20px !important;
  }

  /* The document click handler already closes the menu. Keeping a full-screen
     blur layer adds no value and can sit above Elementor's header on iOS. */
  .sc-mobile-menu-backdrop,
  .sc-mobile-menu-backdrop:not([hidden]) {
    display: none !important;
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    pointer-events: none !important;
  }
}

/* 4.2.2 final cascade lock — keep resized tablet cards in one clean column. */
@media (max-width: 900px) {
  body .sc-infographic-v3 #solutions .sc-solution-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 18px !important;
    width: 100% !important;
    max-width: 680px !important;
    margin-inline: auto !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  body .sc-infographic-v3 #solutions .sc-solution-card {
    width: 100% !important;
    max-width: none !important;
    height: 440px !important;
    min-height: 0 !important;
    opacity: 1 !important;
    transform: none !important;
    background-size: 300% 100% !important;
    background-repeat: no-repeat !important;
  }

  body .sc-infographic-v3 #solutions .sc-solution-card > .e-con-inner {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    padding: 188px 24px 24px !important;
    border: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  body .sc-infographic-v3 #solutions .sc-solution-card > .e-con-inner::before,
  body .sc-infographic-v3 #solutions .sc-solution-card > .e-con-inner::after,
  body .sc-infographic-v3 #solutions .sc-solution-card .elementor-background-overlay {
    content: none !important;
    display: none !important;
    background: none !important;
    opacity: 0 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }
}

@media (max-width: 480px) {
  body .sc-infographic-v3 #solutions .sc-solution-card {
    height: 410px !important;
  }

  body .sc-infographic-v3 #solutions .sc-solution-card > .e-con-inner {
    padding: 168px 18px 20px !important;
  }
}
