@font-face {
  font-family: "Vazirmatn";
  src: url("assets/fonts/Vazirmatn-wght.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

/* Source-data layout: the original copy stays intact while the presentation stays compact. */
.source-data-section {
  content-visibility: auto;
  contain-intrinsic-size: 1100px;
  background: var(--surface-soft);
}

.source-data-dark {
  color: #fff;
  background:
    radial-gradient(circle at 10% 12%, rgba(243, 108, 50, .13), transparent 25%),
    linear-gradient(145deg, #0c1a28, #08111d 70%);
}

.source-data-heading {
  align-items: flex-end;
  margin-bottom: 44px;
}

.source-data-heading h2 {
  max-width: 760px;
}

.source-data-heading > p {
  max-width: 390px;
}

.source-data-dark .source-data-heading h2,
.source-data-dark .source-data-heading > p {
  color: #fff;
}

.source-data-dark .source-data-heading > p {
  color: #aabdc8;
}

.source-prose-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 30px;
}

.source-prose-grid p,
.source-company-copy p,
.source-factory-panel p {
  margin: 0;
  color: var(--slate);
  font-size: 14px;
  line-height: 2.15;
}

.source-data-dark .source-prose-grid p {
  color: #b6c8d1;
}

.source-prose-wide {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bom-source-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: -20px 0 34px;
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface-soft);
}

.bom-source-copy p {
  margin: 0;
  color: var(--slate);
  font-size: 13px;
  line-height: 2.1;
}

.bom-source-copy strong {
  color: var(--orange-deep);
}

.source-card-grid,
.source-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.source-service-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 30px;
}

.source-card,
.source-long-card,
.source-list-panel,
.source-factory-panel,
.source-projects-panel {
  position: relative;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.source-data-dark .source-card,
.source-data-dark .source-projects-panel {
  border-color: rgba(157, 199, 215, .2);
  background: rgba(17, 37, 53, .72);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .16);
}

.source-card-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-bottom: 22px;
  color: var(--orange-deep);
  border: 1px solid rgba(243, 108, 50, .28);
  border-radius: 50%;
  background: var(--orange-soft);
  font-family: Arial, sans-serif;
  font-size: 11px;
  direction: ltr;
}

.source-card h3,
.source-long-card h3,
.source-faq-block > h3,
.import-form-panel h3 {
  margin: 0;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.5;
}

.source-data-dark .source-card h3 {
  color: #fff;
}

.source-card p,
.source-long-card p,
.import-form-panel p {
  margin: 14px 0 0;
  color: var(--slate);
  font-size: 13px;
  line-height: 2.15;
}

.source-data-dark .source-card p {
  color: #aabdc8;
}

.source-card .card-link,
.source-long-card .text-link {
  margin-top: 20px;
}

.source-counter-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 30px;
  overflow: hidden;
  border: 1px solid rgba(157, 199, 215, .18);
  border-radius: var(--radius-md);
  background: rgba(157, 199, 215, .18);
}

.source-counter-grid > div {
  display: grid;
  gap: 4px;
  min-height: 120px;
  align-content: center;
  justify-items: center;
  background: rgba(13, 30, 44, .9);
}

.source-counter-grid strong {
  color: var(--orange);
  font-family: Arial, sans-serif;
  font-size: 36px;
  line-height: 1;
  direction: ltr;
}

.source-counter-grid span {
  color: #b6c9d2;
  font-size: 12px;
}

.source-projects-panel {
  margin-top: 18px;
}

.source-panel-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 20px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.source-panel-heading > span:last-child {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
}

.source-data-dark .source-panel-heading {
  color: #fff;
}

.source-data-dark .source-panel-heading > span:last-child {
  color: #99b2bf;
}

.source-project-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.source-project-list span,
.source-badge-row span {
  display: inline-flex;
  align-items: center;
  min-height: 43px;
  padding: 8px 14px;
  color: var(--ink-soft);
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, .78);
  font-size: 12px;
  font-weight: 700;
}

.source-data-dark .source-project-list span {
  color: #d9e7eb;
  border-color: rgba(157, 199, 215, .18);
  background: rgba(255, 255, 255, .04);
}

.source-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.source-badge-row span {
  min-height: 38px;
  color: var(--orange-deep);
  border-color: #f0cabb;
  background: var(--orange-soft);
}

.source-badge-row-muted {
  margin-top: 24px;
}

.source-badge-row-muted span {
  color: var(--ink-soft);
  border-color: var(--line);
  background: var(--surface-soft);
}

.source-long-card {
  min-height: 100%;
}

.source-long-card p {
  min-height: 175px;
}

.source-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.source-process-grid > div {
  min-height: 230px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
}

.source-process-grid > div > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: #fff;
  border-radius: 50%;
  background: var(--orange);
  font-family: Arial, sans-serif;
  font-size: 12px;
}

.source-process-grid h3 {
  margin: 20px 0 0;
  color: var(--ink);
  font-size: 17px;
}

.source-process-grid p {
  margin: 10px 0 0;
  color: var(--slate);
  font-size: 12px;
  line-height: 2.05;
}

.import-form-panel {
  display: grid;
  grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr);
  gap: 45px;
  align-items: start;
  margin-top: 44px;
  padding: 32px;
  border: 1px solid #e9d5cb;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, #fff, #fff8f4);
  box-shadow: var(--shadow-sm);
}

.import-form-panel h3 {
  margin-top: 18px;
}

.import-form-panel p {
  max-width: 390px;
}

.source-form,
.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.source-form label,
.contact-form label {
  display: grid;
  gap: 6px;
  color: var(--slate);
  font-size: 11px;
  font-weight: 800;
}

.source-form label span,
.contact-form label span {
  padding-inline: 2px;
}

.source-form input,
.source-form textarea,
.contact-form input,
.contact-form textarea {
  width: 100%;
  resize: vertical;
  padding: 11px 12px;
  color: var(--ink);
  border: 1px solid #dce5ea;
  border-radius: 10px;
  outline: 0;
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.source-form input:focus,
.source-form textarea:focus,
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(243, 108, 50, .13);
}

.source-form-wide,
.contact-form-wide {
  grid-column: 1 / -1;
}

.source-form .button,
.contact-form .button {
  justify-self: start;
  border: 0;
}

.source-faq-block {
  margin-top: 46px;
}

.source-faq-block > h3 {
  margin-bottom: 22px;
}

.source-company-copy {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 28px;
}

.source-factory-panel {
  margin-bottom: 28px;
}

.source-factory-panel p + p {
  margin-top: 15px;
}

.source-two-column,
.source-warranty-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.source-list-panel {
  height: 100%;
}

.source-bullet-list {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0 18px 0 0;
  color: var(--slate);
  font-size: 13px;
  line-height: 2;
}

.source-bullet-list li::marker {
  color: var(--orange);
}

.source-bullet-list-compact {
  gap: 10px;
  font-size: 12px;
}

.source-list-panel .button {
  margin-top: 24px;
}

.source-warranty-section {
  background: #fff;
}

.source-warranty-grid .source-list-panel:first-child {
  background: linear-gradient(145deg, #fff, #fff7f3);
}

.project-name-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}

.project-name-grid span {
  min-height: 42px;
  padding: 9px 12px;
  color: var(--ink-soft);
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface-soft);
  font-size: 11px;
  font-weight: 700;
}

.contact-production-addresses {
  display: grid;
  gap: 13px;
  margin: 14px 12px 4px;
  padding-top: 14px;
  border-top: 1px solid rgba(157, 199, 215, .13);
}

.contact-production-addresses div {
  display: grid;
  gap: 3px;
}

.contact-production-addresses small {
  color: #8fa7b3;
  font-size: 10px;
}

.contact-production-addresses span {
  color: #d9e7eb;
  font-size: 11px;
  line-height: 1.9;
}

@media (max-width: 1000px) {
  .source-prose-grid,
  .source-company-copy {
    grid-template-columns: 1fr;
  }

  .source-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .source-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .source-project-list,
  .project-name-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .import-form-panel {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 860px) {
  .source-data-section {
    padding: 86px 0;
  }

  .source-data-heading {
    display: block;
  }

  .source-data-heading > p {
    margin-top: 18px;
  }

  .source-card-grid,
  .source-service-grid,
  .source-two-column,
  .source-warranty-grid {
    grid-template-columns: 1fr;
  }

  .bom-source-copy {
    grid-template-columns: 1fr;
    margin-top: -15px;
  }

  .source-long-card p {
    min-height: 0;
  }

  .source-counter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .source-form,
  .contact-form {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .source-data-section {
    padding: 68px 0;
  }

  .source-card,
  .source-long-card,
  .source-list-panel,
  .source-factory-panel,
  .source-projects-panel,
  .import-form-panel {
    padding: 21px;
  }

  .source-project-list,
  .project-name-grid {
    grid-template-columns: 1fr;
  }

  .source-panel-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .source-process-grid {
    grid-template-columns: 1fr;
  }

  .source-counter-grid strong {
    font-size: 30px;
  }

  .source-data-heading h2,
  .source-card h3,
  .source-long-card h3,
  .source-faq-block > h3,
  .import-form-panel h3 {
    letter-spacing: -.2px;
  }

  .contact-production-addresses {
    margin-inline: 5px;
  }
}

:root {
  --font-numeric: "Vazirmatn", "IRANSansX", "Segoe UI", Tahoma, Arial, sans-serif;
  --ink: #0a1522;
  --ink-soft: #1d2b39;
  --navy: #08111d;
  --navy-2: #0d1b29;
  --navy-3: #122637;
  --slate: #627586;
  --muted: #8798a7;
  --line: #dce5ea;
  --line-soft: #eaf0f3;
  --surface: #ffffff;
  --surface-soft: #f5f8fa;
  --orange: #f36c32;
  --orange-deep: #d75222;
  --orange-soft: #fff0e8;
  --cyan: #9dc7d7;
  --green: #7ed5b2;
  --shadow-sm: 0 15px 40px rgba(11, 30, 45, .055);
  --shadow-md: 0 25px 70px rgba(11, 30, 45, .13);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --container: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
  background: var(--surface);
}

section[id] {
  scroll-margin-top: 90px;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--surface);
  font-family: "Vazirmatn", "IRANSansX", "Segoe UI", Tahoma, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0;
  font-variant-numeric: tabular-nums lining-nums;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.nav-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(243, 108, 50, .34);
  outline-offset: 4px;
}

::selection {
  color: #fff;
  background: var(--orange);
}

.container {
  width: min(var(--container), calc(100% - 64px));
  margin-inline: auto;
}

.announcement {
  position: relative;
  z-index: 50;
  color: #aebfca;
  background: #06101a;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  font-size: 11px;
}

.announcement-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 35px;
}

.announcement-inner a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-right: 18px;
  color: #ffb087;
  font-weight: 700;
}

.announcement-inner a span {
  transition: transform .2s ease;
}

.announcement-inner a:hover span {
  transform: translateX(-3px);
}

.announcement-signal,
.window-dot,
.mini-pulse {
  display: inline-block;
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 5px rgba(243, 108, 50, .12);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  color: #eaf2f5;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  background: rgba(8, 17, 29, .84);
  backdrop-filter: blur(18px);
  transition: background .25s ease, box-shadow .25s ease;
}

.site-header.is-scrolled {
  background: rgba(8, 17, 29, .96);
  box-shadow: 0 12px 35px rgba(3, 10, 17, .18);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 78px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  flex: 0 0 auto;
}

.brand-symbol {
  position: relative;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  overflow: hidden;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 13px 13px 13px 4px;
  background: linear-gradient(135deg, #f47a43, #c7461e);
  box-shadow: 0 9px 25px rgba(243, 108, 50, .2);
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -1px;
}

.brand-symbol::before,
.brand-symbol::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 1px;
  background: rgba(255, 255, 255, .58);
  transform: rotate(-41deg);
}

.brand-symbol::before {
  top: 9px;
  right: -4px;
}

.brand-symbol::after {
  bottom: 8px;
  left: -5px;
}

.brand-symbol span {
  position: relative;
  z-index: 1;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}

.brand-copy strong,
.brand-copy small {
  display: block;
  white-space: nowrap;
}

.brand-copy strong {
  color: #f4f7f8;
  font-size: 12px;
  font-weight: 800;
}

.brand-copy small {
  margin-top: 1px;
  color: #8b9caa;
  font-size: 8px;
  letter-spacing: .1px;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 27px;
  margin-right: auto;
  margin-left: auto;
}

.nav-link {
  position: relative;
  padding: 27px 0 25px;
  color: #9bacb8;
  font-size: 12px;
  transition: color .2s ease;
}

.nav-link::after {
  position: absolute;
  right: 0;
  bottom: 16px;
  width: 0;
  height: 2px;
  content: "";
  border-radius: 2px;
  background: var(--orange);
  transition: width .22s ease;
}

.nav-link:hover,
.nav-link.is-active {
  color: #fff;
}

.nav-link:hover::after,
.nav-link.is-active::after {
  width: 18px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto;
}

.header-phone {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #a9bac5;
  direction: ltr;
  font-size: 11px;
  transition: color .2s ease;
}

.header-phone:hover {
  color: #fff;
}

.phone-icon {
  display: inline-grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: #ff9c6f;
  border: 1px solid rgba(243, 108, 50, .32);
  border-radius: 8px;
  direction: rtl;
  font-size: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 46px;
  padding: 0 20px;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 10px;
  background: var(--orange);
  box-shadow: 0 13px 25px rgba(243, 108, 50, .18);
  font-size: 12px;
  font-weight: 800;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.button span {
  font-size: 16px;
  line-height: 1;
  transition: transform .2s ease;
}

.button:hover {
  background: var(--orange-deep);
  box-shadow: 0 17px 30px rgba(243, 108, 50, .25);
  transform: translateY(-2px);
}

.button:hover span {
  transform: translateX(-3px);
}

.button-header {
  min-height: 37px;
  padding-inline: 15px;
  border-radius: 8px;
  font-size: 10px;
  box-shadow: none;
}

.button-primary {
  min-height: 52px;
  padding-inline: 21px;
}

.button-dark {
  color: #fff;
  background: var(--navy-2);
  box-shadow: 0 12px 24px rgba(8, 17, 29, .14);
}

.button-dark:hover {
  background: #1c3546;
}

.menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 10px;
  background: transparent;
}

.menu-toggle span {
  display: block;
  width: 17px;
  height: 1px;
  margin: 5px auto;
  background: #fff;
  transition: transform .2s ease;
}

.mobile-nav {
  display: none;
}

.hero {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 76% 33%, rgba(34, 79, 103, .25), transparent 28%),
    radial-gradient(circle at 15% 93%, rgba(243, 108, 50, .08), transparent 30%),
    var(--navy);
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(157, 199, 215, .3), transparent);
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: .38;
  background-image:
    linear-gradient(rgba(157, 199, 215, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(157, 199, 215, .055) 1px, transparent 1px);
  background-position: center;
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, transparent, black 32%, black 73%, transparent);
}

.hero-glow {
  position: absolute;
  width: 340px;
  height: 340px;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(3px);
}

.hero-glow-one {
  top: 17%;
  left: 4%;
  opacity: .14;
  background: var(--orange);
}

.hero-glow-two {
  right: 3%;
  bottom: -15%;
  opacity: .1;
  background: #4e9db7;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, .96fr);
  grid-template-areas: "art copy";
  align-items: center;
  gap: 38px;
  min-height: 690px;
  direction: ltr;
}

.hero-copy {
  grid-area: copy;
  max-width: 600px;
  direction: rtl;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--orange-deep);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1px;
}

.eyebrow-light {
  color: #ffac82;
}

.eyebrow-line {
  display: inline-block;
  width: 28px;
  height: 2px;
  flex: 0 0 28px;
  border-radius: 3px;
  background: currentColor;
}

.hero-copy h1,
.service-copy h2,
.section-heading h2,
.proof-copy h2,
.warranty-copy h2,
.contact-copy h2 {
  margin: 21px 0 0;
  color: inherit;
  font-size: clamp(38px, 4.5vw, 67px);
  font-weight: 800;
  letter-spacing: -.8px;
  line-height: 1.22;
}

.hero-copy h1 em,
.service-copy h2 em,
.section-heading h2 em,
.proof-copy h2 em,
.contact-copy h2 em {
  color: var(--orange);
  font-style: normal;
}

.hero-lead {
  max-width: 520px;
  margin: 25px 0 0;
  color: #aabac5;
  font-size: 15px;
  line-height: 2.15;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 31px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--orange-deep);
  font-size: 12px;
  font-weight: 800;
  transition: color .2s ease;
}

.text-link span {
  font-size: 17px;
  line-height: 1;
  transition: transform .2s ease;
}

.text-link:hover {
  color: var(--orange);
}

.text-link:hover span {
  transform: translateX(-4px);
}

.text-link-light {
  color: #b7c6ce;
}

.text-link-light:hover {
  color: #fff;
}

.hero-signals {
  display: flex;
  align-items: stretch;
  gap: 17px;
  margin-top: 56px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.hero-signal {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.hero-signal strong {
  color: #f4f8f9;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -.3px;
}

.hero-signal span {
  color: #7f94a2;
  font-size: 9px;
  white-space: nowrap;
}

.signal-separator {
  width: 1px;
  background: rgba(255, 255, 255, .12);
}

.hero-art {
  grid-area: art;
  min-width: 0;
  direction: ltr;
}

.circuit-window {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(157, 199, 215, .24);
  border-radius: 25px;
  background:
    linear-gradient(140deg, rgba(22, 46, 62, .9), rgba(8, 18, 29, .94)),
    var(--navy-2);
  box-shadow: 0 30px 85px rgba(0, 0, 0, .32), inset 0 0 0 1px rgba(255, 255, 255, .025);
  transform: perspective(900px) rotateY(4deg) rotateX(1deg);
  transition: transform .45s ease;
}

.circuit-window:hover {
  transform: perspective(900px) rotateY(0deg) rotateX(0deg) translateY(-4px);
}

.circuit-window-top,
.circuit-window-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 43px;
  padding: 0 19px;
  color: #7e98a7;
  font-family: Arial, sans-serif;
  font-size: 8px;
  letter-spacing: 1.4px;
}

.circuit-window-top {
  border-bottom: 1px solid rgba(157, 199, 215, .12);
}

.window-label {
  display: flex;
  align-items: center;
  gap: 9px;
}

.window-dot {
  width: 5px;
  height: 5px;
  flex-basis: 5px;
  box-shadow: 0 0 0 4px rgba(243, 108, 50, .1);
}

.window-status {
  color: #5e7788;
}

.circuit-canvas {
  position: relative;
  overflow: hidden;
  min-height: 455px;
}

.circuit-canvas::before,
.circuit-canvas::after {
  position: absolute;
  z-index: 2;
  width: 11px;
  height: 11px;
  content: "";
  border-color: rgba(157, 199, 215, .7);
}

.circuit-canvas::before {
  top: 18px;
  left: 19px;
  border-top: 1px solid;
  border-left: 1px solid;
}

.circuit-canvas::after {
  right: 19px;
  bottom: 18px;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

.circuit-canvas svg {
  display: block;
  width: 100%;
  height: auto;
  min-height: 455px;
}

.scan-beam {
  position: absolute;
  z-index: 1;
  top: 12%;
  right: 12%;
  left: 12%;
  height: 1px;
  opacity: .65;
  background: linear-gradient(90deg, transparent, rgba(243, 108, 50, .7), transparent);
  box-shadow: 0 0 16px rgba(243, 108, 50, .45);
  animation: scan 6s ease-in-out infinite;
}

.svg-grid path {
  fill: none;
  stroke: rgba(157, 199, 215, .06);
  stroke-width: .8;
}

.svg-orbits ellipse {
  fill: none;
  stroke: rgba(157, 199, 215, .17);
  stroke-dasharray: 3 10;
  stroke-width: 1;
}

.wire {
  stroke-width: 1.3;
}

.wire-muted {
  stroke: rgba(149, 181, 193, .33);
}

.wire-bright {
  stroke: rgba(179, 212, 219, .64);
}

.wire-orange {
  stroke: rgba(243, 108, 50, .62);
}

.flow-line {
  stroke-dasharray: 1 18;
  stroke-width: 3;
  animation: circuit-flow 6s linear infinite;
}

.flow-line-delayed {
  animation-delay: -2.5s;
}

.flow-line-slow {
  animation-duration: 8s;
  animation-delay: -4s;
}

.svg-chip rect:first-child {
  fill: rgba(12, 30, 43, .88);
  stroke: rgba(243, 108, 50, .48);
  stroke-width: 1.5;
}

.svg-chip rect:nth-child(2) {
  fill: rgba(243, 108, 50, .045);
  stroke: rgba(157, 199, 215, .22);
}

.svg-chip path {
  fill: none;
  stroke: rgba(157, 199, 215, .45);
  stroke-width: 1.2;
  stroke-linecap: round;
}

.svg-nodes .node {
  fill: #a3c1cd;
  stroke: #152f3e;
  stroke-width: 2;
}

.svg-nodes .node-pulse {
  fill: var(--orange);
  animation: node-pulse 2.8s ease-in-out infinite;
}

.svg-nodes .node-delay {
  animation-delay: -1.1s;
}

.svg-nodes .node-delay-two {
  animation-delay: -2.1s;
}

.svg-electron {
  transform-box: fill-box;
  transform-origin: center;
  animation: electron-pulse 2s ease-in-out infinite;
}

.electron-two {
  animation-delay: -.7s;
}

.electron-three {
  animation-delay: -1.3s;
}

.readout {
  position: absolute;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px 12px;
  border: 1px solid rgba(157, 199, 215, .18);
  border-radius: 9px;
  background: rgba(6, 17, 27, .62);
  backdrop-filter: blur(9px);
}

.readout-top {
  top: 53px;
  left: 30px;
}

.readout-bottom {
  right: 29px;
  bottom: 38px;
}

.readout-label,
.readout-caption {
  color: #658290;
  font-family: Arial, sans-serif;
  font-size: 7px;
  letter-spacing: 1.3px;
}

.readout strong {
  color: #e8f2f3;
  font-family: Arial, sans-serif;
  font-size: 14px;
  letter-spacing: .3px;
}

.readout strong small {
  margin-right: 2px;
  color: var(--orange);
  font-size: 8px;
}

.readout strong b {
  margin-inline: 4px;
  color: var(--orange);
  font-weight: 400;
}

.readout-bar {
  display: block;
  width: 82px;
  height: 2px;
  overflow: hidden;
  margin-top: 2px;
  border-radius: 3px;
  background: rgba(157, 199, 215, .18);
}

.readout-bar i {
  display: block;
  width: 78%;
  height: 100%;
  background: var(--orange);
  animation: signal-bar 3s ease-in-out infinite;
}

.node-label {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #75929e;
  font-family: Arial, sans-serif;
  font-size: 7px;
  letter-spacing: 1.1px;
}

.node-label i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--orange);
}

.node-label-one {
  top: 29%;
  right: 13%;
}

.node-label-two {
  bottom: 25%;
  left: 14%;
}

.circuit-window-bottom {
  min-height: 41px;
  border-top: 1px solid rgba(157, 199, 215, .12);
  letter-spacing: 1px;
}

.circuit-window-bottom span:first-child {
  display: flex;
  align-items: center;
  gap: 8px;
}

.circuit-window-bottom .mini-pulse {
  width: 5px;
  height: 5px;
  flex-basis: 5px;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(126, 213, 178, .1);
}

.trust-strip {
  border-bottom: 1px solid var(--line-soft);
  background: #fbfcfd;
}

.trust-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  min-height: 88px;
}

.trust-label {
  color: #9aa9b3;
  font-size: 10px;
}

.trust-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  gap: 25px;
  max-width: 720px;
  color: #576b7a;
  font-size: 11px;
  font-weight: 700;
}

.trust-items > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.trust-icon {
  display: inline-grid;
  width: 25px;
  height: 25px;
  place-items: center;
  color: var(--orange-deep);
  border: 1px solid #f6cbb9;
  border-radius: 7px;
  background: var(--orange-soft);
  font-family: Arial, sans-serif;
  font-size: 8px;
  font-style: normal;
}

.section {
  position: relative;
  padding: 125px 0;
}

.capabilities-section {
  background: var(--surface);
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 56px;
}

.section-heading h2,
.proof-copy h2,
.warranty-copy h2 {
  color: var(--ink);
  font-size: clamp(32px, 4vw, 54px);
  letter-spacing: -.7px;
}

.section-heading > p {
  max-width: 330px;
  margin: 0 0 3px;
  color: var(--slate);
  font-size: 13px;
  line-height: 2.15;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 17px;
}

.capability-card {
  position: relative;
  min-height: 326px;
  padding: 27px 27px 25px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.capability-card::after {
  position: absolute;
  right: -60px;
  bottom: -70px;
  width: 180px;
  height: 180px;
  content: "";
  border: 1px solid rgba(243, 108, 50, .11);
  border-radius: 50%;
}

.capability-card:hover {
  border-color: #f3c1ae;
  box-shadow: 0 22px 50px rgba(29, 43, 57, .11);
  transform: translateY(-6px);
}

.capability-card-feature {
  color: #fff;
  border-color: var(--navy-2);
  background:
    radial-gradient(circle at 85% 18%, rgba(243, 108, 50, .22), transparent 27%),
    linear-gradient(145deg, #122b3c, #08121e);
  box-shadow: 0 20px 50px rgba(8, 17, 29, .16);
}

.capability-card-feature:hover {
  border-color: #31566b;
}

.card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #a5b5bf;
  font-family: Arial, sans-serif;
  font-size: 9px;
  letter-spacing: 1px;
}

.capability-card-feature .card-topline {
  color: #8ea5b4;
}

.card-topline-status {
  width: 8px;
  height: 8px;
  border: 1px solid var(--orange);
  border-radius: 50%;
  background: rgba(243, 108, 50, .18);
  box-shadow: 0 0 0 5px rgba(243, 108, 50, .055);
}

.capability-card-feature .card-topline-status {
  border-color: #8de0c0;
  background: rgba(141, 224, 192, .22);
  box-shadow: 0 0 0 5px rgba(141, 224, 192, .055);
}

.capability-icon {
  position: relative;
  width: 55px;
  height: 55px;
  margin-top: 33px;
  border: 1px solid #f7cfbd;
  border-radius: 16px;
  background: var(--orange-soft);
}

.capability-card-feature .capability-icon {
  border-color: rgba(243, 108, 50, .35);
  background: rgba(243, 108, 50, .13);
}

.capability-icon::before,
.capability-icon::after,
.capability-icon span {
  position: absolute;
  display: block;
  content: "";
  border-radius: 2px;
  background: var(--orange);
}

.icon-circuit::before {
  top: 17px;
  right: 13px;
  width: 28px;
  height: 2px;
  box-shadow: 0 9px 0 rgba(243, 108, 50, .7), -8px 18px 0 rgba(243, 108, 50, .42);
}

.icon-circuit::after {
  top: 11px;
  right: 18px;
  width: 2px;
  height: 14px;
  box-shadow: 9px 0 0 rgba(243, 108, 50, .7), 18px 9px 0 rgba(243, 108, 50, .46);
}

.icon-circuit span:nth-child(1) {
  top: 15px;
  right: 10px;
  width: 6px;
  height: 6px;
  border: 2px solid var(--orange);
  border-radius: 50%;
  background: transparent;
}

.icon-circuit span:nth-child(2) {
  top: 32px;
  right: 22px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.icon-circuit span:nth-child(3) {
  top: 8px;
  left: 12px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.icon-supply::before {
  top: 16px;
  right: 14px;
  width: 24px;
  height: 24px;
  border: 2px solid var(--orange);
  border-radius: 50%;
  background: transparent;
}

.icon-supply::after {
  top: 14px;
  right: 25px;
  width: 2px;
  height: 28px;
  background: rgba(243, 108, 50, .55);
  transform: rotate(45deg);
}

.icon-supply span:nth-child(1),
.icon-supply span:nth-child(2),
.icon-supply span:nth-child(3) {
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.icon-supply span:nth-child(1) { top: 9px; right: 12px; }
.icon-supply span:nth-child(2) { right: 38px; bottom: 14px; }
.icon-supply span:nth-child(3) { right: 39px; top: 23px; background: var(--cyan); }

.icon-quality::before {
  top: 15px;
  right: 18px;
  width: 19px;
  height: 24px;
  border: 2px solid var(--orange);
  border-radius: 4px;
  background: transparent;
}

.icon-quality::after {
  top: 23px;
  right: 22px;
  width: 11px;
  height: 5px;
  border-bottom: 2px solid var(--orange);
  border-left: 2px solid var(--orange);
  background: transparent;
  transform: rotate(-45deg);
}

.icon-quality span:nth-child(1) {
  top: 11px;
  right: 15px;
  width: 25px;
  height: 2px;
  background: rgba(243, 108, 50, .48);
}

.icon-quality span:nth-child(2) {
  right: 14px;
  bottom: 11px;
  width: 29px;
  height: 2px;
  background: rgba(243, 108, 50, .48);
}

.capability-card h3 {
  margin: 24px 0 8px;
  color: var(--ink);
  font-size: 21px;
  font-weight: 800;
}

.capability-card-feature h3 {
  color: #fff;
}

.capability-card p {
  max-width: 290px;
  margin: 0;
  color: var(--slate);
  font-size: 12px;
  line-height: 2;
}

.capability-card-feature p {
  color: #a7bac5;
}

.card-link {
  position: absolute;
  right: 27px;
  bottom: 25px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--orange-deep);
  font-size: 11px;
  font-weight: 800;
}

.capability-card-feature .card-link {
  color: #ffad83;
}

.card-link span {
  font-size: 16px;
  transition: transform .2s ease;
}

.card-link:hover span {
  transform: translateX(-4px);
}

.dark-section {
  color: #fff;
  background: var(--navy);
}

.engineering-section {
  overflow: hidden;
}

.engineering-lines {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -8%;
  width: 56%;
  opacity: .38;
  background:
    linear-gradient(130deg, transparent 0 38%, rgba(157, 199, 215, .13) 38.1% 38.25%, transparent 38.35% 100%),
    linear-gradient(20deg, transparent 0 54%, rgba(243, 108, 50, .15) 54.1% 54.25%, transparent 54.35% 100%),
    repeating-linear-gradient(90deg, transparent 0 54px, rgba(157, 199, 215, .06) 54px 55px);
  mask-image: linear-gradient(90deg, black, transparent);
}

.service-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr);
  align-items: center;
  gap: 105px;
}

.service-copy {
  direction: rtl;
}

.service-copy h2 {
  font-size: clamp(34px, 4vw, 55px);
}

.service-copy > p {
  max-width: 450px;
  margin: 26px 0 0;
  color: #a9bac4;
  font-size: 14px;
  line-height: 2.15;
}

.service-copy .button {
  margin-top: 31px;
}

.service-list {
  overflow: hidden;
  border: 1px solid rgba(157, 199, 215, .22);
  border-radius: var(--radius-md);
  background: rgba(16, 35, 50, .72);
  box-shadow: 0 25px 65px rgba(0, 0, 0, .18);
}

.service-list-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 0 24px;
  color: #dbe6e9;
  border-bottom: 1px solid rgba(157, 199, 215, .13);
  font-size: 12px;
  font-weight: 800;
}

.service-list-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #7e9aa7;
  font-family: Arial, sans-serif;
  font-size: 8px;
  font-weight: 400;
  letter-spacing: .8px;
}

.service-list-status i,
.contact-live i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(126, 213, 178, .1);
}

.service-row {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  gap: 17px;
  min-height: 92px;
  padding: 10px 24px;
  border-bottom: 1px solid rgba(157, 199, 215, .11);
  transition: background .2s ease, padding .2s ease;
}

.service-row:last-child {
  border-bottom: 0;
}

.service-row:hover {
  padding-right: 28px;
  background: rgba(243, 108, 50, .08);
}

.service-number {
  color: #617e8d;
  font-family: Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
}

.service-row strong,
.service-row small {
  display: block;
}

.service-row strong {
  color: #edf4f5;
  font-size: 14px;
}

.service-row small {
  margin-top: 3px;
  overflow: hidden;
  color: #78909d;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.commerce-section {
  background:
    radial-gradient(circle at 12% 50%, rgba(243, 108, 50, .06), transparent 23%),
    var(--surface-soft);
}

.commerce-layout {
  display: grid;
  grid-template-columns: minmax(350px, .88fr) minmax(0, 1.12fr);
  align-items: center;
  gap: 120px;
}

.commerce-visual {
  position: relative;
  width: min(100%, 470px);
  aspect-ratio: 1 / 1;
  margin-inline: auto;
}

.commerce-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(243, 108, 50, .23);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.ring-one {
  width: 60%;
  height: 60%;
  border-style: dashed;
  animation: spin 24s linear infinite;
}

.ring-two {
  width: 79%;
  height: 79%;
  border-color: rgba(157, 199, 215, .35);
  animation: spin-reverse 34s linear infinite;
}

.ring-three {
  width: 98%;
  height: 98%;
  border-color: rgba(243, 108, 50, .11);
}

.commerce-core {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  color: #fff;
  border: 1px solid rgba(255, 188, 149, .45);
  border-radius: 50%;
  background: linear-gradient(145deg, #f47b44, #bf421d);
  box-shadow: 0 24px 50px rgba(243, 108, 50, .2);
  transform: translate(-50%, -50%);
}

.commerce-core::before {
  position: absolute;
  inset: 10px;
  content: "";
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: inherit;
}

.commerce-core span,
.commerce-core strong {
  position: relative;
  z-index: 1;
  font-family: Arial, sans-serif;
  letter-spacing: 1.5px;
}

.commerce-core span {
  font-size: 9px;
}

.commerce-core strong {
  font-size: 18px;
}

.commerce-core i {
  position: relative;
  z-index: 1;
  width: 37px;
  height: 1px;
  margin-top: 7px;
  background: rgba(255, 255, 255, .55);
}

.commerce-chip {
  position: absolute;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  color: #617888;
  border: 1px solid #d5e2e7;
  border-radius: 7px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 9px 20px rgba(11, 30, 45, .06);
  font-family: Arial, sans-serif;
  font-size: 8px;
  letter-spacing: .7px;
}

.chip-top { top: 12%; left: 29%; }
.chip-right { top: 42%; right: 0; }
.chip-bottom { right: 22%; bottom: 8%; }
.chip-left { bottom: 28%; left: 2%; }

.commerce-copy h2 em,
.section-heading h2 em,
.proof-copy h2 em,
.warranty-copy h2 em {
  color: var(--orange);
}

.commerce-copy > p {
  color: var(--slate);
}

.commerce-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}

.commerce-tags span {
  padding: 5px 11px;
  color: #6c7d88;
  border: 1px solid #d9e4e8;
  border-radius: 100px;
  background: #fff;
  font-size: 10px;
}

.commerce-copy .text-link {
  margin-top: 30px;
}

.process-section {
  padding-top: 110px;
  background: var(--surface);
}

.section-heading-compact {
  margin-bottom: 45px;
}

.section-heading-compact h2 {
  font-size: clamp(31px, 3.7vw, 49px);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.process-step {
  position: relative;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 16px;
  min-height: 185px;
  padding: 29px 22px 25px 19px;
  border-left: 1px solid var(--line);
}

.process-step:first-child {
  padding-right: 0;
}

.process-step:last-child {
  border-left: 0;
}

.process-index {
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: var(--orange-deep);
  border: 1px solid #f4cbb9;
  border-radius: 10px;
  background: var(--orange-soft);
  font-family: Arial, sans-serif;
  font-size: 11px;
}

.process-step h3 {
  margin: 4px 0 7px;
  color: var(--ink);
  font-size: 15px;
}

.process-step p {
  margin: 0;
  color: var(--slate);
  font-size: 11px;
  line-height: 2;
}

.process-step-cta {
  background: linear-gradient(145deg, #102637, #091520);
}

.process-step-cta h3 {
  color: #f0f5f5;
}

.process-index-final {
  color: #ffb087;
  border-color: rgba(255, 176, 135, .27);
  background: rgba(243, 108, 50, .14);
  font-size: 17px;
}

.process-step-cta a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffad83;
  font-size: 11px;
  font-weight: 800;
}

.process-step-cta a span {
  font-size: 15px;
}

.proof-section {
  background: var(--surface-soft);
}

.proof-layout {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(480px, 1.2fr);
  align-items: center;
  gap: 105px;
}

.proof-copy > p {
  max-width: 450px;
  margin: 24px 0 0;
  color: var(--slate);
  font-size: 14px;
  line-height: 2.2;
}

.proof-stats {
  display: flex;
  gap: 28px;
  margin-top: 34px;
}

.proof-stats > div {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-right: 20px;
  border-right: 2px solid #f0bba3;
}

.proof-stats strong {
  color: var(--ink);
  font-family: Arial, sans-serif;
  font-size: 20px;
}

.proof-stats span {
  color: #7e909d;
  font-size: 9px;
}

.client-proof {
  padding: 29px;
  border: 1px solid #dbe5e9;
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.client-proof-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 19px;
  color: #627685;
  border-bottom: 1px solid var(--line-soft);
  font-size: 12px;
  font-weight: 800;
}

.client-proof-head span:last-child {
  color: #9dabb3;
  font-family: Arial, sans-serif;
  font-size: 8px;
  font-weight: 400;
  letter-spacing: 1.2px;
}

.client-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.client-grid span {
  display: flex;
  align-items: center;
  min-height: 59px;
  padding: 0 11px;
  color: #516674;
  border-bottom: 1px solid var(--line-soft);
  font-size: 11px;
  font-weight: 700;
}

.client-grid span:nth-child(odd) {
  border-left: 1px solid var(--line-soft);
}

.client-grid span:nth-last-child(-n+2) {
  border-bottom: 0;
}

.client-grid span::before {
  width: 4px;
  height: 4px;
  margin-left: 8px;
  content: "";
  border-radius: 50%;
  background: var(--orange);
}

.client-proof-note {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 20px;
  color: #93a3ad;
  font-size: 9px;
}

.client-proof-note i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
}

.projects-section {
  background: #fff;
}

.section-heading-projects {
  align-items: center;
}

.project-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  grid-template-rows: repeat(2, auto);
  gap: 16px;
}

.project-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: var(--shadow-sm);
  transition: box-shadow .25s ease, transform .25s ease;
}

.project-card:hover {
  box-shadow: 0 24px 55px rgba(11, 30, 45, .14);
  transform: translateY(-5px);
}

.project-card-large {
  grid-row: 1 / span 2;
}

.project-visual {
  position: relative;
  height: 207px;
  overflow: hidden;
  background: #0d202d;
}

.project-card-large .project-visual {
  height: 435px;
}

.project-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(145deg, rgba(7, 19, 29, .05), rgba(7, 19, 29, .32));
}

.project-visual-ecu {
  background:
    radial-gradient(circle at 52% 47%, rgba(243, 108, 50, .34), transparent 22%),
    repeating-linear-gradient(0deg, transparent 0 34px, rgba(157, 199, 215, .1) 35px, transparent 36px),
    linear-gradient(140deg, #0d2635, #07131f);
}

.project-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 55%;
  border: 1px solid rgba(243, 108, 50, .4);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-24deg);
}

.project-orbit::before,
.project-orbit::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(157, 199, 215, .35);
  border-radius: 50%;
}

.project-orbit::before {
  inset: -27% 15%;
  transform: rotate(65deg);
}

.project-orbit::after {
  inset: 18% -15%;
  transform: rotate(-45deg);
}

.project-board {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 40%;
  height: 45%;
  border: 1px solid rgba(243, 108, 50, .65);
  border-radius: 9px;
  background:
    linear-gradient(90deg, transparent 48%, rgba(243, 108, 50, .25) 49% 51%, transparent 52%),
    repeating-linear-gradient(0deg, rgba(157, 199, 215, .24) 0 1px, transparent 1px 16px),
    #143346;
  box-shadow: 0 0 25px rgba(243, 108, 50, .18);
  transform: translate(-50%, -50%) rotate(-18deg);
}

.project-board i {
  position: absolute;
  width: 9px;
  height: 9px;
  border: 2px solid var(--orange);
  border-radius: 50%;
  background: #0c2230;
}

.project-board i:nth-child(1) { top: 12%; right: 15%; }
.project-board i:nth-child(2) { top: 37%; left: 17%; }
.project-board i:nth-child(3) { right: 18%; bottom: 20%; }
.project-board i:nth-child(4) { bottom: 12%; left: 22%; }

.project-visual-fiber {
  background:
    radial-gradient(circle at 30% 58%, rgba(126, 213, 178, .22), transparent 12%),
    linear-gradient(150deg, #132c3d, #08151f);
}

.fiber-line {
  position: absolute;
  top: 54%;
  right: -8%;
  width: 120%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #9bd4bf 26%, #d7f4e6 48%, transparent 86%);
  box-shadow: 0 0 12px rgba(126, 213, 178, .56);
  transform: rotate(-15deg);
}

.fiber-line-two {
  top: 67%;
  transform: rotate(16deg);
  opacity: .55;
}

.fiber-node {
  position: absolute;
  top: 45%;
  left: 29%;
  width: 45px;
  height: 45px;
  border: 1px solid rgba(126, 213, 178, .72);
  border-radius: 50%;
  background: rgba(126, 213, 178, .09);
  box-shadow: 0 0 25px rgba(126, 213, 178, .24);
}

.fiber-node::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 50%;
  background: var(--green);
  transform: translate(-50%, -50%);
}

.project-visual-airbag {
  background:
    radial-gradient(circle at 65% 36%, rgba(157, 199, 215, .18), transparent 16%),
    linear-gradient(135deg, #192c3a, #0b1926);
}

.airbag-grid {
  position: absolute;
  top: 15%;
  right: 19%;
  width: 63%;
  height: 67%;
  opacity: .6;
  border: 1px solid rgba(157, 199, 215, .48);
  background-image: linear-gradient(rgba(157, 199, 215, .12) 1px, transparent 1px), linear-gradient(90deg, rgba(157, 199, 215, .12) 1px, transparent 1px);
  background-size: 13px 13px;
  transform: skewY(-8deg);
}

.airbag-chip {
  position: absolute;
  top: 38%;
  right: 38%;
  width: 56px;
  height: 45px;
  border: 1px solid rgba(243, 108, 50, .67);
  border-radius: 5px;
  background: #122b3b;
  box-shadow: 0 0 23px rgba(243, 108, 50, .18);
}

.airbag-chip::before {
  position: absolute;
  inset: 8px;
  content: "";
  border: 1px solid rgba(243, 108, 50, .45);
  border-radius: 3px;
}

.project-visual-immobilizer {
  background:
    radial-gradient(circle at 53% 52%, rgba(243, 108, 50, .26), transparent 16%),
    linear-gradient(140deg, #271d2b, #111522);
}

.immo-rings {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  border: 1px solid rgba(243, 108, 50, .65);
  border-radius: 50%;
  box-shadow: 0 0 0 14px rgba(243, 108, 50, .08), 0 0 0 29px rgba(243, 108, 50, .05);
  transform: translate(-50%, -50%);
}

.immo-pin {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  border: 1px solid #ffbd99;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 25px rgba(243, 108, 50, .4);
  transform: translate(-50%, -50%);
}

.immo-pin::after {
  position: absolute;
  top: 9px;
  left: 9px;
  width: 10px;
  height: 10px;
  content: "";
  border: 1px solid #fff0e3;
  border-radius: 50%;
}

.project-code {
  position: absolute;
  z-index: 2;
  top: 19px;
  left: 21px;
  color: rgba(216, 235, 237, .76);
  font-family: Arial, sans-serif;
  font-size: 8px;
  letter-spacing: 1.3px;
}

.project-meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 1px 12px;
  padding: 17px 19px 18px;
  direction: rtl;
}

.project-meta span {
  grid-column: 1;
  color: #a0adb5;
  font-size: 9px;
}

.project-meta h3 {
  grid-column: 1;
  margin: 2px 0 0;
  color: var(--ink);
  font-size: 14px;
}

.warranty-section {
  color: #fff;
  background: linear-gradient(110deg, #0c1a27, #122a3b);
}

.warranty-layout {
  display: grid;
  grid-template-columns: minmax(280px, .65fr) minmax(0, 1.35fr);
  align-items: center;
  gap: 90px;
}

.warranty-badge {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 250px;
  margin-inline: auto;
  border: 1px solid rgba(255, 176, 135, .46);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(243, 108, 50, .22), rgba(243, 108, 50, .04) 65%, transparent 66%);
  box-shadow: 0 0 0 17px rgba(243, 108, 50, .04), 0 0 0 35px rgba(243, 108, 50, .025);
}

.warranty-badge::before,
.warranty-badge::after {
  position: absolute;
  content: "";
  border-radius: 50%;
}

.warranty-badge::before {
  inset: 26px;
  border: 1px dashed rgba(157, 199, 215, .35);
}

.warranty-badge::after {
  top: 8px;
  left: 48%;
  width: 8px;
  height: 8px;
  background: var(--orange);
  box-shadow: 0 0 0 6px rgba(243, 108, 50, .13);
}

.warranty-number {
  position: relative;
  z-index: 1;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 65px;
  font-weight: 700;
  letter-spacing: -5px;
  line-height: .9;
}

.warranty-unit {
  position: relative;
  z-index: 1;
  color: #f4a77e;
  font-size: 14px;
  font-weight: 800;
}

.warranty-caption {
  position: relative;
  z-index: 1;
  margin-top: 8px;
  color: #94aab6;
  font-size: 10px;
}

.warranty-orbit {
  position: absolute;
  top: -10px;
  right: 27px;
  width: 35px;
  height: 35px;
  border: 1px solid rgba(157, 199, 215, .3);
  border-radius: 50%;
}

.warranty-copy h2 {
  color: #fff;
  font-size: clamp(32px, 3.8vw, 52px);
}

.warranty-copy > p {
  max-width: 570px;
  margin: 24px 0 0;
  color: #a6bac4;
  font-size: 14px;
  line-height: 2.2;
}

.warranty-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 30px;
}

.warranty-actions .text-link {
  color: #b5c5cd;
}

.warranty-actions .text-link:hover {
  color: #fff;
}

.faq-section {
  background: var(--surface);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(300px, .75fr) minmax(0, 1.25fr);
  align-items: start;
  gap: 100px;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-item summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  min-height: 70px;
  padding: 0 2px;
  color: #405564;
  cursor: pointer;
  list-style: none;
  font-size: 13px;
  font-weight: 700;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary span {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border: 1px solid #e2b7a5;
  border-radius: 7px;
  background: var(--orange-soft);
}

.faq-item summary span::before,
.faq-item summary span::after {
  position: absolute;
  top: 11px;
  left: 6px;
  width: 10px;
  height: 1px;
  content: "";
  background: var(--orange-deep);
  transition: transform .2s ease;
}

.faq-item summary span::after {
  transform: rotate(90deg);
}

.faq-item[open] summary span::after {
  transform: rotate(0);
}

.faq-item p {
  max-width: 670px;
  margin: -1px 42px 20px 0;
  color: var(--slate);
  font-size: 12px;
  line-height: 2.1;
}

.contact-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 75% 35%, rgba(243, 108, 50, .2), transparent 20%),
    #091622;
}

.contact-pattern {
  position: absolute;
  inset: 0;
  opacity: .23;
  background-image:
    linear-gradient(120deg, transparent 0 38%, rgba(157, 199, 215, .16) 38.2% 38.4%, transparent 38.6%),
    linear-gradient(35deg, transparent 0 63%, rgba(243, 108, 50, .16) 63.2% 63.4%, transparent 63.6%),
    linear-gradient(rgba(157, 199, 215, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(157, 199, 215, .08) 1px, transparent 1px);
  background-size: 100% 100%, 100% 100%, 58px 58px, 58px 58px;
  mask-image: linear-gradient(90deg, transparent, black 35%, black 75%, transparent);
}

.contact-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr);
  align-items: center;
  gap: 90px;
}

.contact-copy h2 {
  font-size: clamp(37px, 4.2vw, 60px);
}

.contact-copy > p {
  max-width: 500px;
  margin: 24px 0 0;
  color: #aabdc6;
  font-size: 14px;
  line-height: 2.2;
}

.contact-copy .button {
  margin-top: 30px;
}

.contact-card {
  overflow: hidden;
  padding: 13px;
  border: 1px solid rgba(157, 199, 215, .23);
  border-radius: var(--radius-md);
  background: rgba(20, 44, 60, .72);
  box-shadow: 0 27px 68px rgba(0, 0, 0, .21);
  backdrop-filter: blur(13px);
}

.contact-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 0 12px;
  color: #e8f1f3;
  font-size: 12px;
  font-weight: 800;
}

.contact-live {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #87a1ad;
  font-size: 9px;
  font-weight: 400;
}

.contact-line {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 25px;
  align-items: center;
  gap: 13px;
  min-height: 80px;
  padding: 12px;
  border-top: 1px solid rgba(157, 199, 215, .13);
  transition: background .2s ease;
}

.contact-line:hover {
  background: rgba(243, 108, 50, .08);
}

.contact-line-icon {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #ffb18b;
  border: 1px solid rgba(243, 108, 50, .3);
  border-radius: 12px;
  background: rgba(243, 108, 50, .1);
  font-family: Arial, sans-serif;
  font-size: 17px;
}

.contact-line small,
.contact-line strong {
  display: block;
}

.contact-line small {
  color: #8099a6;
  font-size: 9px;
}

.contact-line strong {
  margin-top: 2px;
  color: #eaf3f4;
  font-family: inherit;
  font-size: 13px;
}

.contact-line b {
  color: #f39b70;
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  transition: transform .2s ease;
}

.contact-line:hover b {
  transform: translateX(-3px);
}

.contact-line-address {
  align-items: start;
}

.contact-line-address .contact-line-icon {
  margin-top: 2px;
}

.contact-line-address strong {
  max-width: 390px;
  color: #b7c8cf;
  font-size: 11px;
  font-weight: 500;
  line-height: 2;
}

.site-footer {
  color: #849aa7;
  background: #06101a;
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 110px;
}

.brand-footer .brand-copy strong {
  color: #dfeaec;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 25px;
  color: #8296a1;
  font-size: 10px;
}

.footer-links a,
.footer-back {
  transition: color .2s ease;
}

.footer-links a:hover,
.footer-back:hover {
  color: #fff;
}

.footer-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #a4b4bc;
  font-size: 10px;
}

.footer-back span {
  color: var(--orange);
  font-size: 16px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 51px;
  color: #5d7683;
  border-top: 1px solid rgba(157, 199, 215, .1);
  font-size: 9px;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .7s ease, transform .7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.reveal-delay {
  transition-delay: .12s;
}

.reveal-delay-two {
  transition-delay: .22s;
}

@keyframes scan {
  0%, 100% { top: 15%; opacity: .15; }
  50% { top: 78%; opacity: .75; }
}

@keyframes circuit-flow {
  to { stroke-dashoffset: -150; }
}

@keyframes node-pulse {
  0%, 100% { opacity: .5; transform: scale(.82); transform-box: fill-box; transform-origin: center; }
  50% { opacity: 1; transform: scale(1.3); transform-box: fill-box; transform-origin: center; }
}

@keyframes electron-pulse {
  0%, 100% { opacity: .35; transform: scale(.75); }
  50% { opacity: 1; transform: scale(1.35); }
}

@keyframes signal-bar {
  0%, 100% { width: 65%; }
  50% { width: 90%; }
}

@keyframes spin {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes spin-reverse {
  to { transform: translate(-50%, -50%) rotate(-360deg); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1100px) {
  .container {
    width: min(var(--container), calc(100% - 48px));
  }

  .desktop-nav {
    gap: 18px;
  }

  .header-phone {
    display: none;
  }

  .hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr);
    gap: 22px;
  }

  .circuit-canvas,
  .circuit-canvas svg {
    min-height: 390px;
  }

  .service-layout,
  .proof-layout,
  .contact-layout {
    gap: 55px;
  }

  .commerce-layout {
    gap: 75px;
  }

  .faq-layout {
    gap: 60px;
  }
}

@media (max-width: 860px) {
  .container {
    width: min(var(--container), calc(100% - 36px));
  }

  .announcement-inner {
    justify-content: flex-start;
    padding-block: 8px;
    font-size: 10px;
  }

  .announcement-inner a {
    margin-right: auto;
    white-space: nowrap;
  }

  .header-inner {
    min-height: 69px;
  }

  .desktop-nav,
  .button-header {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .mobile-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0 18px;
    border-bottom: 0 solid rgba(157, 199, 215, .15);
    background: rgba(8, 17, 29, .98);
    transition: max-height .3s ease, padding .3s ease, border-width .3s ease;
  }

  .site-header.menu-open .mobile-nav {
    max-height: 430px;
    padding-top: 8px;
    padding-bottom: 14px;
    border-bottom-width: 1px;
  }

  .mobile-nav a {
    min-height: 48px;
    padding: 0 5px;
    color: #b1c0c7;
    border-bottom: 1px solid rgba(157, 199, 215, .09);
    font-size: 12px;
  }

  .mobile-nav a:last-child {
    border-bottom: 0;
  }

  .mobile-nav-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-top: 13px;
    color: #fff !important;
    border: 0 !important;
    border-radius: 9px;
    background: var(--orange);
    font-weight: 800;
  }

  .site-header.menu-open .menu-toggle span:first-child {
    transform: translateY(3px) rotate(45deg);
  }

  .site-header.menu-open .menu-toggle span:last-child {
    transform: translateY(-3px) rotate(-45deg);
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "art";
    gap: 55px;
    padding-top: 85px;
    padding-bottom: 78px;
  }

  .hero-copy {
    max-width: 680px;
  }

  .hero-copy h1 {
    font-size: clamp(42px, 8vw, 62px);
  }

  .hero-art {
    width: min(100%, 650px);
    margin-inline: auto;
  }

  .trust-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 17px;
    padding-block: 24px;
  }

  .trust-items {
    width: 100%;
    max-width: none;
  }

  .section {
    padding: 90px 0;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
    margin-bottom: 38px;
  }

  .section-heading > p {
    max-width: 520px;
  }

  .capability-grid {
    gap: 12px;
  }

  .capability-card {
    padding: 22px;
  }

  .card-link {
    right: 22px;
    bottom: 21px;
  }

  .service-layout,
  .commerce-layout,
  .proof-layout,
  .warranty-layout,
  .faq-layout,
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .service-list {
    width: min(100%, 650px);
    margin-inline: auto;
  }

  .commerce-visual {
    width: min(100%, 410px);
    order: 2;
  }

  .commerce-copy {
    order: 1;
  }

  .proof-layout {
    gap: 45px;
  }

  .proof-copy > p {
    max-width: 600px;
  }

  .faq-layout {
    gap: 42px;
  }

  .contact-layout {
    gap: 45px;
  }

  .contact-card {
    width: min(100%, 650px);
  }

  .footer-top {
    flex-wrap: wrap;
    padding-block: 28px;
  }

  .footer-links {
    order: 3;
    width: 100%;
    justify-content: space-between;
    gap: 12px;
  }
}

@media (max-width: 650px) {
  .container {
    width: min(var(--container), calc(100% - 30px));
  }

  .announcement-inner {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 4px 10px;
    line-height: 1.6;
  }

  .announcement-inner a {
    margin-right: 17px;
  }

  .brand-copy small {
    font-size: 7px;
  }

  .hero-inner {
    padding-top: 66px;
    padding-bottom: 61px;
  }

  .hero-copy h1 {
    margin-top: 17px;
    font-size: clamp(37px, 11vw, 53px);
    letter-spacing: -1.8px;
  }

  .hero-lead {
    margin-top: 20px;
    font-size: 13px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 17px;
    margin-top: 25px;
  }

  .hero-signals {
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 38px;
  }

  .hero-signal {
    flex: 1 0 calc(50% - 14px);
  }

  .hero-signal:last-child {
    flex-basis: 100%;
  }

  .signal-separator:nth-of-type(4) {
    display: none;
  }

  .hero-signal span {
    white-space: normal;
  }

  .circuit-window {
    border-radius: 17px;
  }

  .circuit-window-top,
  .circuit-window-bottom {
    min-height: 37px;
    padding-inline: 12px;
    font-size: 7px;
  }

  .circuit-canvas,
  .circuit-canvas svg {
    min-height: 310px;
  }

  .readout-top {
    top: 34px;
    left: 14px;
    transform: scale(.8);
    transform-origin: top left;
  }

  .readout-bottom {
    right: 14px;
    bottom: 22px;
    transform: scale(.8);
    transform-origin: bottom right;
  }

  .node-label {
    display: none;
  }

  .trust-items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 8px;
  }

  .trust-items > span {
    font-size: 10px;
  }

  .trust-icon {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
  }

  .section {
    padding: 76px 0;
  }

  .section-heading h2,
  .proof-copy h2,
  .warranty-copy h2 {
    font-size: clamp(32px, 9vw, 45px);
    letter-spacing: -1.4px;
  }

  .capability-grid {
    grid-template-columns: 1fr;
  }

  .capability-card {
    min-height: 302px;
  }

  .service-list-header {
    min-height: 51px;
    padding-inline: 16px;
  }

  .service-row {
    grid-template-columns: 31px minmax(0, 1fr) 20px;
    gap: 10px;
    min-height: 82px;
    padding-inline: 16px;
  }

  .service-row:hover {
    padding-right: 19px;
  }

  .service-row strong {
    font-size: 12px;
  }

  .service-row small {
    font-size: 9px;
  }

  .commerce-visual {
    width: min(100%, 330px);
  }

  .commerce-core {
    width: 112px;
    height: 112px;
  }

  .commerce-core span {
    font-size: 7px;
  }

  .commerce-core strong {
    font-size: 14px;
  }

  .commerce-chip {
    min-height: 25px;
    padding-inline: 7px;
    font-size: 7px;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .process-step,
  .process-step:first-child {
    min-height: 0;
    padding: 22px 0;
    border-left: 0;
    border-bottom: 1px solid var(--line);
  }

  .process-step:last-child {
    border-bottom: 0;
  }

  .process-step-cta {
    margin-top: 0;
    padding-inline: 14px !important;
    border-radius: 10px;
  }

  .client-proof {
    padding: 19px 15px;
  }

  .client-grid span {
    min-height: 54px;
    padding-inline: 6px;
    font-size: 9px;
  }

  .client-grid span::before {
    margin-left: 5px;
  }

  .project-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .project-card-large {
    grid-row: auto;
  }

  .project-visual,
  .project-card-large .project-visual {
    height: 240px;
  }

  .warranty-layout {
    gap: 48px;
  }

  .warranty-badge {
    width: 205px;
    height: 205px;
  }

  .warranty-number {
    font-size: 53px;
  }

  .warranty-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 17px;
  }

  .faq-item summary {
    min-height: 67px;
    font-size: 11px;
  }

  .faq-item p {
    margin-right: 0;
    font-size: 11px;
  }

  .contact-copy h2 {
    font-size: clamp(36px, 10vw, 50px);
  }

  .contact-line {
    grid-template-columns: 35px minmax(0, 1fr) 20px;
    gap: 9px;
    padding-inline: 7px;
  }

  .contact-line-icon {
    width: 35px;
    height: 35px;
    border-radius: 9px;
    font-size: 14px;
  }

  .contact-line strong {
    font-size: 11px;
  }

  .contact-line-address strong {
    font-size: 10px;
  }

  .footer-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 25px;
  }

  .footer-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .footer-back {
    align-self: flex-end;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
    padding-block: 13px;
  }
}

/* Full-bleed interactive hero and local project imagery. */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

html,
body,
button,
input,
textarea,
select {
  font-family: "Vazirmatn", "IRANSansX", "Segoe UI", Tahoma, Arial, sans-serif;
}

.hero-visual-hero {
  --mx: 0;
  --my: 0;
  min-height: min(920px, calc(100svh - 112px));
  isolation: isolate;
}

.hero-visual-hero .hero-grid {
  opacity: .48;
  mask-image: none;
  background-size: 64px 64px;
  background-position: calc(50% + var(--mx) * 18px) calc(50% + var(--my) * 18px);
  transition: background-position .35s ease-out, opacity .35s ease-out;
}

.hero-visual-hero .hero-glow-one {
  transform: translate3d(calc(var(--mx) * -30px), calc(var(--my) * -18px), 0) scale(1.16);
  transition: transform .45s ease-out;
}

.hero-visual-hero .hero-glow-two {
  transform: translate3d(calc(var(--mx) * 24px), calc(var(--my) * 16px), 0) scale(1.08);
  transition: transform .45s ease-out;
}

.hero-visual-hero .hero-inner {
  display: flex;
  align-items: center;
  min-height: min(920px, calc(100svh - 112px));
  padding-top: 24px;
  padding-bottom: 32px;
  direction: ltr;
}

.hero-visual-hero .hero-art {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1450px;
  height: 100%;
  margin-inline: auto;
}

.hero-visual-hero .hero-art::before {
  position: absolute;
  z-index: 0;
  inset: 4% 8%;
  content: "";
  pointer-events: none;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(243, 108, 50, .12), transparent 54%);
  filter: blur(24px);
  transform: translate3d(calc(var(--mx) * 16px), calc(var(--my) * 12px), 0);
  transition: transform .45s ease-out;
}

.hero-visual-hero .circuit-window {
  z-index: 1;
  width: 100%;
  height: clamp(610px, calc(100svh - 150px), 840px);
  border-radius: clamp(22px, 2.8vw, 40px);
  box-shadow: 0 36px 110px rgba(0, 0, 0, .42), inset 0 0 0 1px rgba(255, 255, 255, .035);
  transform: perspective(1600px) rotateY(calc(var(--mx) * 4deg)) rotateX(calc(var(--my) * -3deg)) translate3d(calc(var(--mx) * 8px), calc(var(--my) * -5px), 0);
  transition: transform .18s ease-out, box-shadow .35s ease-out;
}

.hero-visual-hero .circuit-window:hover {
  box-shadow: 0 42px 125px rgba(0, 0, 0, .5), inset 0 0 0 1px rgba(255, 255, 255, .05);
  transform: perspective(1600px) rotateY(calc(var(--mx) * 4deg)) rotateX(calc(var(--my) * -3deg)) translate3d(calc(var(--mx) * 8px), calc(var(--my) * -5px), 0);
}

.hero-visual-hero .circuit-canvas {
  height: calc(100% - 84px);
  min-height: 0;
}

.hero-visual-hero .circuit-canvas svg {
  width: 100%;
  height: 100%;
  min-height: 0;
  filter: saturate(1.12) contrast(1.04);
  transform: translate3d(calc(var(--mx) * -7px), calc(var(--my) * -7px), 0) scale(1.045);
  transform-origin: center;
  transition: transform .28s ease-out;
}

.hero-visual-hero .svg-orbits {
  transform: translate(calc(var(--mx) * 4px), calc(var(--my) * 4px));
  transform-box: fill-box;
  transform-origin: center;
  transition: transform .28s ease-out;
}

.hero-visual-hero .svg-core {
  transform: translate(calc(var(--mx) * -5px), calc(var(--my) * -5px)) scale(1.025);
  transform-box: fill-box;
  transform-origin: center;
  transition: transform .28s ease-out;
}

.pointer-beacon {
  position: absolute;
  z-index: 4;
  top: calc(50% + var(--my) * 37%);
  left: calc(50% + var(--mx) * 43%);
  width: 104px;
  height: 104px;
  pointer-events: none;
  opacity: .7;
  transform: translate(-50%, -50%);
  transition: top .18s ease-out, left .18s ease-out, opacity .35s ease;
}

.pointer-beacon::before,
.pointer-beacon::after,
.pointer-beacon i,
.pointer-beacon b {
  position: absolute;
  display: block;
  content: "";
  border-radius: 50%;
}

.pointer-beacon::before {
  inset: 10px;
  border: 1px solid rgba(243, 108, 50, .44);
  box-shadow: 0 0 28px rgba(243, 108, 50, .25);
  animation: pointer-orbit 5s linear infinite;
}

.pointer-beacon::after {
  inset: 27px;
  border: 1px dashed rgba(157, 199, 215, .55);
  animation: pointer-orbit-reverse 7s linear infinite;
}

.pointer-beacon i {
  top: 47px;
  left: 47px;
  width: 10px;
  height: 10px;
  background: #ffd4b7;
  box-shadow: 0 0 0 6px rgba(243, 108, 50, .13), 0 0 24px rgba(243, 108, 50, .9);
  transform: translate(-50%, -50%);
}

.pointer-beacon b {
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: linear-gradient(transparent, rgba(243, 108, 50, .46), transparent);
  transform: translateX(-50%);
}

.hero-visual-hero .readout,
.hero-visual-hero .node-label {
  transition: transform .25s ease-out;
}

.hero-visual-hero .readout-top {
  transform: translate3d(calc(var(--mx) * 5px), calc(var(--my) * 4px), 0);
}

.hero-visual-hero .readout-bottom {
  transform: translate3d(calc(var(--mx) * -5px), calc(var(--my) * -4px), 0);
}

.hero-visual-hero .node-label-one {
  transform: translate3d(calc(var(--mx) * -7px), calc(var(--my) * -5px), 0);
}

.hero-visual-hero .node-label-two {
  transform: translate3d(calc(var(--mx) * 7px), calc(var(--my) * 5px), 0);
}

.project-visual-image {
  background: #102431;
}

.project-visual-image::after {
  display: none;
}

.project-visual-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.03) contrast(1.08) brightness(1.02);
  transition: transform .55s cubic-bezier(.2, .7, .2, 1), filter .35s ease;
}

.project-image-shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(145deg, rgba(4, 16, 25, .08), rgba(4, 16, 25, .48));
}

.project-card:hover .project-visual-image img {
  filter: saturate(1.05) contrast(1.08);
  transform: scale(1.06);
}

.project-name-card {
  position: relative;
  min-height: 130px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #0d202d;
}

.project-name-card img {
  display: block;
  width: 100%;
  height: 130px;
  object-fit: cover;
  opacity: .82;
  filter: saturate(.94) contrast(1.08) brightness(1.02);
  transition: transform .45s ease, opacity .35s ease;
}

.project-name-card span {
  position: absolute;
  right: 10px;
  bottom: 9px;
  left: 10px;
  z-index: 2;
  display: block;
  min-height: 0;
  padding: 0;
  color: #fff;
  border: 0;
  background: transparent;
  font-size: 11px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .72);
}

.project-name-card:hover img {
  opacity: 1;
  transform: scale(1.08);
}

@keyframes pointer-orbit {
  to { transform: rotate(360deg); }
}

@keyframes pointer-orbit-reverse {
  to { transform: rotate(-360deg); }
}

@media (max-width: 860px) {
  .hero-visual-hero {
    min-height: calc(100svh - 104px);
  }

  .hero-visual-hero .hero-inner {
    min-height: calc(100svh - 104px);
    padding-top: 18px;
    padding-bottom: 22px;
  }

  .hero-visual-hero .hero-art {
    width: 100%;
  }

  .hero-visual-hero .circuit-window {
    height: calc(100svh - 148px);
    min-height: 520px;
    transform: none;
  }

  .hero-visual-hero .circuit-window:hover {
    transform: none;
  }

  .hero-visual-hero .circuit-canvas {
    height: calc(100% - 76px);
  }

  .hero-visual-hero .circuit-canvas svg {
    transform: scale(1.12);
  }

  .pointer-beacon {
    display: none;
  }

  .project-name-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 650px) {
  .hero-visual-hero {
    min-height: calc(100svh - 98px);
  }

  .hero-visual-hero .hero-inner {
    min-height: calc(100svh - 98px);
    padding-top: 12px;
    padding-bottom: 16px;
  }

  .hero-visual-hero .circuit-window {
    height: calc(100svh - 142px);
    min-height: 480px;
    border-radius: 18px;
  }

  .hero-visual-hero .circuit-window-top,
  .hero-visual-hero .circuit-window-bottom {
    min-height: 38px;
    padding-inline: 13px;
    font-size: 7px;
    letter-spacing: .65px;
  }

  .hero-visual-hero .circuit-canvas {
    height: calc(100% - 76px);
  }

  .hero-visual-hero .circuit-canvas svg {
    transform: scale(1.25);
  }

  .hero-visual-hero .readout-top {
    top: 28px;
    left: 14px;
    transform: scale(.82);
    transform-origin: top left;
  }

  .hero-visual-hero .readout-bottom {
    right: 14px;
    bottom: 20px;
    transform: scale(.82);
    transform-origin: bottom right;
  }

  .project-name-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-visual-hero .circuit-window,
  .hero-visual-hero .circuit-window:hover,
  .hero-visual-hero .hero-grid,
  .hero-visual-hero .hero-glow-one,
  .hero-visual-hero .hero-glow-two,
  .hero-visual-hero .hero-art::before,
  .hero-visual-hero .circuit-canvas svg,
  .hero-visual-hero .svg-orbits,
  .hero-visual-hero .svg-core,
  .hero-visual-hero .readout,
  .hero-visual-hero .node-label {
    transform: none;
    transition: none;
  }
}

/* Final polish: clearer hierarchy, source imagery, and an editorial scroll rail. */
.announcement {
  background: rgba(6, 16, 26, .74);
  backdrop-filter: blur(18px) saturate(1.2);
}

.site-header {
  background: rgba(8, 17, 29, .72);
  backdrop-filter: blur(24px) saturate(1.35);
}

.site-header.is-scrolled {
  background: rgba(8, 17, 29, .9);
}

.brand-logo-mark {
  width: 88px;
  height: 44px;
  padding: 5px 7px;
  border: 1px solid rgba(255, 255, 255, .48);
  border-radius: 12px;
  background: #eef0ed;
  box-shadow: 0 12px 28px rgba(2, 9, 15, .26), inset 0 0 0 1px rgba(255, 255, 255, .55);
}

.brand-logo-mark::before,
.brand-logo-mark::after {
  display: none;
}

.brand-logo-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 9px;
  opacity: .95;
  mix-blend-mode: multiply;
  transform: none;
}

.header-phone {
  direction: rtl;
  font-variant-numeric: proportional-nums;
  font-weight: 800;
  letter-spacing: 0;
}

.header-phone .phone-icon {
  direction: ltr;
}

.footer-bottom,
.contact-line strong,
.contact-line-address strong {
  font-variant-numeric: proportional-nums;
}

.source-data-section {
  background-image: linear-gradient(135deg, rgba(255, 255, 255, .68), rgba(239, 246, 247, .46));
}

.source-data-dark {
  background-image:
    radial-gradient(circle at 10% 12%, rgba(243, 108, 50, .16), transparent 25%),
    linear-gradient(145deg, #0c1a28, #08111d 70%);
}

.source-card,
.source-long-card,
.source-list-panel,
.source-factory-panel,
.source-projects-panel,
.source-process-grid > div,
.import-form-panel {
  background: rgba(255, 255, 255, .82);
  backdrop-filter: blur(14px) saturate(1.08);
}

.source-data-dark .source-card,
.source-data-dark .source-projects-panel {
  background: rgba(17, 37, 53, .58);
  backdrop-filter: blur(16px) saturate(1.1);
}

.source-card,
.source-long-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  padding: 0;
}

.source-card-media,
.source-long-card-media {
  position: relative;
  width: 100%;
  height: 190px;
  flex: 0 0 190px;
  overflow: hidden;
  background: #102431;
}

.source-card-media::after,
.source-long-card-media::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 58%;
  content: "";
  pointer-events: none;
  background: linear-gradient(transparent, rgba(4, 16, 25, .56));
}

.source-card-media img,
.source-long-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.96) contrast(1.08) brightness(1.02);
  transition: transform .6s cubic-bezier(.2, .7, .2, 1), filter .35s ease;
}

.source-card:hover .source-card-media img,
.source-long-card:hover .source-long-card-media img {
  filter: saturate(1) contrast(1.08);
  transform: scale(1.055);
}

.source-card .source-card-index,
.source-long-card .source-card-index {
  margin: 22px 28px 0;
  flex: 0 0 auto;
}

.source-card h3,
.source-card p,
.source-long-card h3,
.source-long-card p {
  margin-right: 28px;
  margin-left: 28px;
}

.source-card h3,
.source-long-card h3 {
  margin-top: 2px;
}

.source-card p,
.source-long-card p {
  min-height: 0;
}

.source-card .card-link,
.source-long-card .text-link {
  position: static;
  align-self: flex-start;
  margin: 20px 28px 28px;
  margin-top: auto;
}

.source-long-card .source-card-index {
  margin-bottom: 0;
}

.source-factory-image {
  position: relative;
  height: 255px;
  margin: 0 0 24px;
  overflow: hidden;
  border: 1px solid rgba(157, 199, 215, .18);
  border-radius: 14px;
  background: #dce5e7;
}

.source-factory-image::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, transparent 45%, rgba(7, 18, 28, .28));
}

.source-factory-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
  filter: saturate(.84) contrast(1.04);
}

.source-warranty-hero {
  position: relative;
  display: grid;
  height: 290px;
  min-height: 290px;
  margin: -4px 0 30px;
  overflow: hidden;
  border: 1px solid rgba(157, 199, 215, .28);
  border-radius: 18px;
  background: #e8ecec;
  box-shadow: 0 18px 45px rgba(29, 48, 59, .08);
}

.source-warranty-hero img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 290px;
  object-fit: cover;
  object-position: center;
  filter: saturate(.78) contrast(1.04);
}

.source-warranty-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, rgba(7, 20, 29, .06), rgba(7, 20, 29, .58));
}

.source-warranty-hero > div {
  position: absolute;
  right: 34px;
  bottom: 28px;
  z-index: 1;
  display: grid;
  gap: 7px;
  color: #fff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .35);
}

.source-warranty-hero span {
  color: #ffc19d;
  font-size: 11px;
  font-weight: 800;
}

.source-warranty-hero strong {
  font-size: clamp(24px, 3vw, 42px);
  line-height: 1.35;
}

.source-data-heading h2,
.source-warranty-section .source-data-heading h2,
.warranty-copy h2,
.source-faq-block h3 {
  letter-spacing: 0;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.source-panel-heading,
.source-bullet-list,
.source-faq-block,
.source-process-grid,
.source-company-copy,
.source-prose-grid {
  overflow-wrap: anywhere;
}

/* Technical chip core: a restrained ASIC/PCB motif instead of a target-like circle. */
.core-board {
  fill: rgba(12, 30, 43, .88);
  stroke: rgba(243, 108, 50, .58);
  stroke-width: 1.5;
}

.core-board-grid {
  fill: url("#coreGradient");
  fill-opacity: .045;
  stroke: rgba(157, 199, 215, .24);
  stroke-width: 1;
  stroke-dasharray: 2 7;
}

.core-die {
  fill: rgba(5, 18, 28, .94);
  stroke: rgba(157, 199, 215, .48);
  stroke-width: 1;
}

.core-traces {
  fill: none;
  stroke: rgba(157, 199, 215, .48);
  stroke-width: 1.2;
  stroke-linecap: round;
}

.core-mark {
  fill: rgba(243, 108, 50, .78);
}

.core-die-mark {
  fill: none;
  stroke: rgba(243, 108, 50, .72);
  stroke-width: 1.5;
  stroke-linecap: round;
}

.core-status {
  fill: #8de0c0;
  filter: url("#tinyGlow");
}

.core-pins {
  fill: none;
  stroke: rgba(243, 108, 50, .72);
  stroke-width: 1.5;
  stroke-linecap: round;
}

.hero-visual-hero .svg-core {
  transform: translate3d(calc(var(--mx) * 7px), calc(var(--my) * 5px), 0);
  transform-origin: 405px 284px;
  transition: transform .5s cubic-bezier(.2, .7, .2, 1);
}

.hero-visual-hero .svg-chip {
  opacity: .68;
  transform: translate3d(calc(var(--mx) * -3px), calc(var(--my) * -2px), 0);
  transition: transform .55s cubic-bezier(.2, .7, .2, 1);
}

.pointer-beacon {
  width: 132px;
  height: 132px;
  opacity: .54;
  mix-blend-mode: screen;
}

.pointer-beacon::before {
  inset: 18px;
  border: 1px solid rgba(157, 199, 215, .46);
  border-radius: 15px;
  box-shadow: 0 0 28px rgba(157, 199, 215, .12);
  transform: rotate(45deg);
}

.pointer-beacon::after {
  inset: 20px;
  border: 1px dashed rgba(243, 108, 50, .46);
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
}

.pointer-beacon i {
  top: 65px;
  left: 65px;
  width: 5px;
  height: 5px;
  background: #d8f3ef;
  box-shadow: 0 0 0 5px rgba(141, 224, 192, .08), 0 0 18px rgba(141, 224, 192, .7);
}

.pointer-beacon b {
  top: 14px;
  left: 50%;
  width: 1px;
  height: 104px;
  background: linear-gradient(transparent, rgba(141, 224, 192, .38), transparent);
}

.journey-rail {
  position: fixed;
  top: 50%;
  left: 18px;
  z-index: 32;
  display: grid;
  width: 78px;
  gap: 17px;
  color: #89a1ad;
  pointer-events: auto;
  transform: translateY(-50%);
}

.journey-rail-head {
  display: grid;
  gap: 1px;
  direction: ltr;
  font-family: Arial, sans-serif;
  letter-spacing: 1.4px;
}

.journey-rail-head span {
  color: #f39b70;
  font-size: 11px;
  font-weight: 800;
}

.journey-rail-head small {
  color: #78919e;
  font-size: 7px;
  letter-spacing: 2px;
}

.journey-rail-track {
  position: relative;
  display: grid;
  gap: 19px;
  padding: 5px 0;
}

.journey-rail-track::before,
.journey-rail-progress {
  position: absolute;
  top: 5px;
  left: 4px;
  width: 1px;
  content: "";
}

.journey-rail-track::before {
  height: calc(100% - 10px);
  background: rgba(157, 199, 215, .22);
}

.journey-rail-progress {
  height: var(--scroll-progress, 0%);
  max-height: calc(100% - 10px);
  background: linear-gradient(#f36c32, #8de0c0);
  box-shadow: 0 0 12px rgba(243, 108, 50, .4);
  transform-origin: top;
  transition: height .18s ease-out;
}

.journey-rail-track a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 14px;
  color: #77929f;
  direction: ltr;
  text-decoration: none;
  transition: color .2s ease, transform .2s ease;
}

.journey-rail-track a i {
  display: block;
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border: 1px solid rgba(157, 199, 215, .55);
  border-radius: 50%;
  background: #0a1824;
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.journey-rail-track a b {
  opacity: 0;
  color: #bed0d5;
  font-family: Arial, sans-serif;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1px;
  transition: opacity .2s ease;
}

.journey-rail-track a:hover,
.journey-rail-track a.is-active {
  color: #fff;
  transform: translateX(2px);
}

.journey-rail-track a.is-active i {
  border-color: #f36c32;
  background: #f36c32;
  box-shadow: 0 0 0 5px rgba(243, 108, 50, .12), 0 0 15px rgba(243, 108, 50, .52);
  transform: scale(1.16);
}

.journey-rail-track a.is-active b,
.journey-rail-track a:hover b {
  opacity: 1;
}

.journey-rail-caption {
  display: grid;
  gap: 9px;
  direction: ltr;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.journey-rail-caption strong {
  color: #a9bdc5;
  font-family: Arial, sans-serif;
  font-size: 8px;
  letter-spacing: 1.3px;
}

.journey-rail-caption span {
  color: #607a88;
  font-family: Arial, sans-serif;
  font-size: 7px;
  letter-spacing: 1px;
}

@media (max-width: 1100px) {
  .journey-rail {
    display: none;
  }
}

@media (max-width: 860px) {
  .source-card-media,
  .source-long-card-media {
    height: 162px;
    flex-basis: 162px;
  }

  .source-card .source-card-index,
  .source-long-card .source-card-index {
    margin-right: 20px;
    margin-left: 20px;
  }

  .source-card h3,
  .source-card p,
  .source-long-card h3,
  .source-long-card p {
    margin-right: 20px;
    margin-left: 20px;
  }

  .source-card .card-link,
  .source-long-card .text-link {
    margin-right: 20px;
    margin-bottom: 22px;
    margin-left: 20px;
  }

  .source-factory-image,
  .source-warranty-hero,
  .source-warranty-hero img {
    min-height: 220px;
    height: 220px;
  }

  .source-warranty-hero > div {
    right: 22px;
    bottom: 20px;
  }
}

@media (max-width: 650px) {
  .brand-logo-mark {
    width: 72px;
    height: 38px;
    padding: 4px 6px;
  }

  .source-card-media,
  .source-long-card-media {
    height: 148px;
    flex-basis: 148px;
  }

  .source-warranty-hero,
  .source-warranty-hero img {
    height: 190px;
    min-height: 190px;
  }

  .source-warranty-hero > div {
    right: 16px;
    bottom: 16px;
  }

  .source-warranty-hero strong {
    font-size: 23px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-visual-hero .svg-core,
  .hero-visual-hero .svg-chip,
  .pointer-beacon::before,
  .pointer-beacon::after {
    transform: none;
    animation: none;
  }
}

/* Three-dimensional technology hero. The scene is built from CSS layers and lightweight SVG traces. */
.hero-visual-hero {
  min-height: min(920px, calc(100svh - 112px));
  background:
    radial-gradient(circle at 72% 22%, rgba(243, 108, 50, .16), transparent 23%),
    radial-gradient(circle at 24% 78%, rgba(72, 148, 164, .1), transparent 28%),
    #07131f;
}

.hero-visual-hero .hero-inner {
  min-height: min(920px, calc(100svh - 112px));
  padding-top: 26px;
  padding-bottom: 34px;
}

.hero-visual-hero .hero-grid,
.hero-visual-hero .hero-glow-one,
.hero-visual-hero .hero-glow-two,
.hero-three-art::before {
  display: none;
}

.hero-three-art {
  width: 100%;
  max-width: 1450px;
  min-height: min(790px, calc(100svh - 150px));
  margin-inline: auto;
}

.three-stage {
  position: relative;
  width: 100%;
  height: min(790px, calc(100svh - 150px));
  min-height: 590px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(157, 199, 215, .2);
  border-radius: clamp(24px, 3vw, 42px);
  background:
    radial-gradient(circle at 52% 45%, rgba(243, 108, 50, .07), transparent 18%),
    linear-gradient(145deg, rgba(21, 52, 68, .58), rgba(4, 16, 27, .96) 74%);
  box-shadow: 0 38px 120px rgba(0, 0, 0, .42), inset 0 0 0 1px rgba(255, 255, 255, .035);
  perspective: 1500px;
}

.three-stage::before,
.three-stage::after {
  position: absolute;
  z-index: 4;
  width: 16px;
  height: 16px;
  content: "";
  border-color: rgba(141, 224, 192, .7);
  pointer-events: none;
}

.three-stage::before {
  top: 22px;
  left: 22px;
  border-top: 1px solid;
  border-left: 1px solid;
}

.three-stage::after {
  right: 22px;
  bottom: 22px;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

.three-stage-grid {
  position: absolute;
  z-index: -1;
  top: 19%;
  left: -12%;
  width: 124%;
  height: 110%;
  opacity: .52;
  background-image:
    linear-gradient(rgba(157, 199, 215, .1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(157, 199, 215, .1) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(180deg, transparent, black 20%, black 72%, transparent);
  transform: rotateX(69deg) translateY(20%) translateZ(-160px) scale(1.55);
  transform-origin: center;
  transition: transform .7s cubic-bezier(.2, .7, .2, 1), background-position .7s ease;
}

.three-light {
  position: absolute;
  z-index: 0;
  width: 36%;
  height: 34%;
  border-radius: 50%;
  filter: blur(36px);
  pointer-events: none;
  transition: transform .6s ease-out;
}

.three-light-one {
  top: 3%;
  right: 10%;
  background: rgba(243, 108, 50, .16);
  transform: translate3d(calc(var(--mx) * -26px), calc(var(--my) * -18px), 0);
}

.three-light-two {
  bottom: 5%;
  left: 9%;
  background: rgba(84, 189, 195, .13);
  transform: translate3d(calc(var(--mx) * 20px), calc(var(--my) * 18px), 0);
}

.three-orbit {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(141, 224, 192, .22);
  border-radius: 50%;
  pointer-events: none;
  transform-style: preserve-3d;
}

.three-orbit-one {
  top: 19%;
  left: 24%;
  width: 52%;
  height: 34%;
  transform: rotateX(65deg) rotateZ(-18deg) translateZ(45px);
  animation: three-orbit-spin 18s linear infinite;
}

.three-orbit-two {
  top: 28%;
  left: 30%;
  width: 40%;
  height: 27%;
  border-color: rgba(243, 108, 50, .25);
  transform: rotateX(65deg) rotateZ(29deg) translateZ(70px);
  animation: three-orbit-spin-reverse 14s linear infinite;
}

.three-brand-lockup {
  position: absolute;
  top: 8%;
  left: 6%;
  z-index: 6;
  display: grid;
  gap: 1px;
  direction: ltr;
  text-align: left;
  transform: translate3d(calc(var(--mx) * -8px), calc(var(--my) * -5px), 80px);
  transition: transform .45s cubic-bezier(.2, .7, .2, 1);
}

.three-brand-lockup span {
  color: #ff9b6a;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 3px;
}

.three-brand-lockup strong {
  color: #f2f8f7;
  font-family: Arial, sans-serif;
  font-size: clamp(19px, 2.4vw, 32px);
  letter-spacing: 1px;
  line-height: 1.12;
}

.three-brand-lockup small {
  margin-top: 6px;
  color: #7fa0aa;
  font-family: Arial, sans-serif;
  font-size: 7px;
  letter-spacing: 1.5px;
}

.three-board {
  position: absolute;
  top: 51%;
  left: 50%;
  z-index: 3;
  width: min(77%, 900px);
  aspect-ratio: 1.64;
  transform: translate3d(-50%, -50%, 0) rotateX(calc(51deg + var(--my) * -2deg)) rotateZ(calc(-15deg + var(--mx) * 2deg)) translate3d(calc(var(--mx) * 16px), calc(var(--my) * -10px), 60px);
  transform-style: preserve-3d;
  transition: transform .22s cubic-bezier(.2, .7, .2, 1), filter .4s ease;
  filter: drop-shadow(0 40px 30px rgba(0, 0, 0, .36));
}

.three-board-surface {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border: 1px solid rgba(141, 224, 192, .42);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(24, 65, 69, .96), rgba(7, 28, 38, .98) 53%, rgba(8, 21, 32, .99)),
    #0a202c;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, .04),
    inset 0 0 80px rgba(2, 12, 20, .62),
    0 0 0 7px rgba(9, 30, 38, .65),
    0 0 42px rgba(66, 190, 181, .15);
  transform-style: preserve-3d;
}

.three-board-surface::before,
.three-board-surface::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.three-board-surface::before {
  inset: 14px;
  border: 1px dashed rgba(157, 199, 215, .16);
  border-radius: 13px;
}

.three-board-surface::after {
  right: 5%;
  bottom: 7%;
  left: 5%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(243, 108, 50, .6), transparent);
  box-shadow: 0 0 17px rgba(243, 108, 50, .38);
}

.three-board-edge {
  position: absolute;
  display: block;
  background: linear-gradient(90deg, #0a1e29, #173e47, #0c222e);
  border: 1px solid rgba(141, 224, 192, .22);
  transform-style: preserve-3d;
}

.three-board-edge-front {
  right: 2px;
  bottom: -27px;
  left: 2px;
  height: 27px;
  border-top: 0;
  border-radius: 0 0 12px 12px;
  transform-origin: top;
  transform: rotateX(-90deg);
}

.three-board-edge-right {
  top: 2px;
  right: -27px;
  bottom: 2px;
  width: 27px;
  border-left: 0;
  border-radius: 0 12px 12px 0;
  transform-origin: left;
  transform: rotateY(90deg);
}

.three-board-header {
  position: absolute;
  top: 7%;
  right: 6%;
  left: 6%;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #9ac3c4;
  direction: ltr;
  font-family: Arial, sans-serif;
  font-size: clamp(7px, .72vw, 10px);
  letter-spacing: 1.6px;
}

.three-board-header small {
  color: #648c94;
  font-size: .78em;
  letter-spacing: 1px;
}

.three-board-mark {
  position: absolute;
  top: 11%;
  left: 7%;
  z-index: 2;
  color: rgba(141, 224, 192, .22);
  font-family: Arial, sans-serif;
  font-size: clamp(15px, 2.1vw, 27px);
  font-weight: 800;
  letter-spacing: -4px;
  transform: rotate(-7deg) translateZ(5px);
}

.three-board-mark span {
  color: rgba(243, 108, 50, .38);
}

.three-trace-map {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
  opacity: .94;
  transform: translateZ(7px);
}

.three-trace {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.three-trace-muted {
  stroke: rgba(151, 193, 194, .35);
}

.three-trace-hot {
  stroke: url("#threeCopperGradient");
  filter: url("#threeTraceGlow");
}

.three-trace-flow {
  stroke-dasharray: 2 19;
  stroke-width: 6;
  animation: three-trace-flow 5.5s linear infinite;
}

.three-trace-node {
  fill: #9fd5d1;
  stroke: #0a222c;
  stroke-width: 4;
}

.three-trace-node.node-hot {
  fill: #f36c32;
  filter: url("#threeTraceGlow");
  animation: three-node-pulse 2.8s ease-in-out infinite;
}

.three-trace-node.node-green {
  fill: #8de0c0;
}

.three-chip {
  position: absolute;
  top: 27%;
  left: 36%;
  z-index: 5;
  width: 28%;
  height: 49%;
  min-width: 150px;
  min-height: 140px;
  transform: translateZ(46px);
  transform-style: preserve-3d;
}

.three-chip-face {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 4px;
  color: #d8f1ec;
  border: 1px solid rgba(255, 179, 130, .7);
  border-radius: 13px;
  background:
    linear-gradient(145deg, rgba(31, 54, 62, .98), rgba(4, 19, 27, .98)),
    #102b35;
  box-shadow:
    inset 0 0 0 6px rgba(8, 26, 34, .78),
    inset 0 0 35px rgba(0, 0, 0, .5),
    0 20px 27px rgba(0, 0, 0, .36),
    0 0 28px rgba(243, 108, 50, .21);
  transform: translateZ(12px);
}

.three-chip-face::before,
.three-chip-face::after {
  position: absolute;
  top: 18px;
  bottom: 18px;
  width: 5px;
  content: "";
  background: repeating-linear-gradient(180deg, #f4a377 0 7px, transparent 7px 15px);
  opacity: .75;
}

.three-chip-face::before {
  right: -8px;
}

.three-chip-face::after {
  left: -8px;
}

.three-chip-pins {
  position: absolute;
  inset: -8px 10px;
  z-index: -1;
  border-top: 5px solid rgba(243, 108, 50, .68);
  border-bottom: 5px solid rgba(243, 108, 50, .68);
  background: repeating-linear-gradient(90deg, transparent 0 9px, rgba(243, 108, 50, .7) 9px 13px, transparent 13px 22px);
  opacity: .7;
  transform: translateZ(2px);
}

.three-chip-notch {
  position: absolute;
  top: 13px;
  left: 13px;
  width: 11px;
  height: 11px;
  border: 1px solid #f3a47b;
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(243, 108, 50, .4);
}

.three-chip-face strong {
  color: #ff9b6a;
  font-family: Arial, sans-serif;
  font-size: clamp(23px, 3vw, 42px);
  letter-spacing: 2px;
}

.three-chip-face small,
.three-chip-face b {
  font-family: Arial, sans-serif;
  font-size: clamp(6px, .6vw, 9px);
  letter-spacing: 1.4px;
}

.three-chip-face small {
  color: #93b7ba;
}

.three-chip-face i {
  width: 7px;
  height: 7px;
  margin-top: 12px;
  border-radius: 50%;
  background: #8de0c0;
  box-shadow: 0 0 0 5px rgba(141, 224, 192, .08), 0 0 18px rgba(141, 224, 192, .78);
  animation: three-led-pulse 2.1s ease-in-out infinite;
}

.three-chip-face b {
  color: #b8d7d4;
  font-weight: 700;
}

.three-component {
  position: absolute;
  z-index: 4;
  display: grid;
  justify-items: center;
  gap: 5px;
  color: #8eb8ba;
  font-family: Arial, sans-serif;
  font-size: 8px;
  letter-spacing: 1px;
  transform: translateZ(32px);
}

.three-component span {
  display: block;
  border: 1px solid rgba(243, 108, 50, .48);
  background: linear-gradient(135deg, #e78a5c, #642e28 56%, #14242c);
  box-shadow: 0 9px 13px rgba(0, 0, 0, .3), 0 0 14px rgba(243, 108, 50, .15);
}

.three-component-resistor {
  top: 57%;
  left: 17%;
}

.three-component-resistor span {
  width: 64px;
  height: 14px;
  border-radius: 3px;
  transform: rotate(-9deg);
}

.three-component-capacitor {
  top: 23%;
  right: 17%;
}

.three-component-capacitor span {
  width: 17px;
  height: 43px;
  border-radius: 4px;
  background: linear-gradient(90deg, #1e4345, #d58b64 44%, #0d272e);
}

.three-component-connector {
  right: 10%;
  bottom: 19%;
}

.three-component-connector span {
  width: 70px;
  height: 23px;
  border-radius: 4px;
  background: repeating-linear-gradient(90deg, #c8d7cb 0 4px, #4d716f 4px 8px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, .34);
}

.three-led-bank {
  position: absolute;
  right: 11%;
  bottom: 12%;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #8eb8ba;
  direction: ltr;
  font-family: Arial, sans-serif;
  font-size: 7px;
  letter-spacing: 1px;
  transform: translateZ(35px);
}

.three-led-bank i {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f36c32;
  box-shadow: 0 0 11px rgba(243, 108, 50, .75);
}

.three-led-bank i:nth-child(2) {
  background: #8de0c0;
  box-shadow: 0 0 11px rgba(141, 224, 192, .75);
}

.three-led-bank i:nth-child(3) {
  background: #9fd5d1;
  box-shadow: 0 0 11px rgba(159, 213, 209, .68);
}

.three-route-tag {
  position: absolute;
  z-index: 5;
  padding: 7px 10px;
  color: #a5c4c3;
  border: 1px solid rgba(141, 224, 192, .22);
  border-radius: 5px;
  background: rgba(5, 22, 30, .75);
  box-shadow: 0 9px 16px rgba(0, 0, 0, .2);
  direction: ltr;
  font-family: Arial, sans-serif;
  font-size: 7px;
  letter-spacing: 1.2px;
  transform: translateZ(30px);
}

.three-route-engineering {
  top: 75%;
  left: 8%;
}

.three-route-sourcing {
  top: 16%;
  right: 7%;
  color: #ffc09e;
  border-color: rgba(243, 108, 50, .3);
}

.three-board-caption {
  position: absolute;
  right: 6%;
  bottom: 7%;
  z-index: 5;
  color: rgba(197, 223, 219, .62);
  direction: ltr;
  font-family: Arial, sans-serif;
  font-size: 8px;
  letter-spacing: 1.5px;
  transform: translateZ(28px);
}

.three-float-panel {
  position: absolute;
  z-index: 7;
  display: grid;
  gap: 2px;
  min-width: 108px;
  padding: 13px 14px;
  border: 1px solid rgba(157, 199, 215, .2);
  border-radius: 9px;
  background: rgba(8, 25, 35, .7);
  box-shadow: 0 17px 30px rgba(0, 0, 0, .24), inset 0 0 0 1px rgba(255, 255, 255, .03);
  backdrop-filter: blur(13px);
  direction: ltr;
  text-align: left;
  transform-style: preserve-3d;
  transition: transform .5s ease-out;
}

.three-float-panel span {
  color: #f36c32;
  font-family: Arial, sans-serif;
  font-size: 8px;
  letter-spacing: 1px;
}

.three-float-panel strong {
  color: #e8f4f1;
  font-family: Arial, sans-serif;
  font-size: 13px;
  letter-spacing: .8px;
}

.three-float-panel small {
  color: #71919a;
  font-family: Arial, sans-serif;
  font-size: 7px;
  letter-spacing: 1px;
}

.three-float-panel-top {
  top: 25%;
  right: 5%;
  transform: translate3d(calc(var(--mx) * 10px), calc(var(--my) * -8px), 95px) rotateZ(4deg);
}

.three-float-panel-bottom {
  bottom: 19%;
  left: 7%;
  transform: translate3d(calc(var(--mx) * -10px), calc(var(--my) * 8px), 100px) rotateZ(-4deg);
}

.hero-visual-hero .three-pointer-dot {
  position: absolute;
  top: calc(50% + var(--my) * 28%);
  left: calc(50% + var(--mx) * 43%);
  z-index: 8;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(141, 224, 192, .56);
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0 0 0 8px rgba(141, 224, 192, .035), 0 0 22px rgba(141, 224, 192, .24);
  pointer-events: none;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: top .2s ease-out, left .2s ease-out, opacity .35s ease;
}

/* Electromagnetic Spline-inspired layer: lightweight DOM/SVG depth with a cursor-following field. */
.hero-visual-hero .three-stage {
  background:
    radial-gradient(circle at 54% 48%, rgba(243, 108, 50, .12), transparent 16%),
    radial-gradient(circle at 69% 34%, rgba(94, 216, 203, .11), transparent 23%),
    linear-gradient(145deg, rgba(22, 52, 68, .7), rgba(4, 16, 27, .97) 74%);
}

.hero-visual-hero .three-board {
  opacity: .5;
  filter: saturate(.76) brightness(.82) drop-shadow(0 40px 30px rgba(0, 0, 0, .34));
}

.electro-scene {
  position: absolute;
  inset: 0;
  z-index: 6;
  pointer-events: none;
  transform-style: preserve-3d;
}

.electro-core-shadow {
  position: absolute;
  top: 62%;
  left: 50%;
  width: min(35%, 350px);
  aspect-ratio: 1.35;
  border-radius: 50%;
  background: rgba(0, 0, 0, .52);
  filter: blur(24px);
  opacity: .72;
  transform: translate3d(-50%, -50%, -30px) rotateX(72deg) scale(1.18);
  transition: transform .4s ease-out;
}

.electro-core {
  position: absolute;
  top: 51%;
  left: 50%;
  z-index: 8;
  width: min(35%, 350px);
  aspect-ratio: 1.18;
  transform: translate3d(-50%, -50%, 0) rotateX(calc(12deg + var(--my) * -7deg)) rotateY(calc(var(--mx) * 12deg)) rotateZ(calc(-4deg + var(--mx) * 4deg)) translate3d(calc(var(--mx) * 22px), calc(var(--my) * -16px), 150px);
  transform-style: preserve-3d;
  transition: transform .28s cubic-bezier(.2, .7, .2, 1), filter .35s ease;
  filter: drop-shadow(0 35px 25px rgba(0, 0, 0, .46));
}

.electro-core-depth {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(7, 15, 24, .92);
  border-radius: 27px 34px 25px 31px;
  background: linear-gradient(145deg, #142a34, #030c15 74%);
  box-shadow: 21px 25px 0 rgba(0, 0, 0, .34), 0 42px 32px rgba(0, 0, 0, .42);
  transform: translate3d(18px, 22px, -36px);
}

.electro-core-face {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border: 1px solid rgba(197, 255, 233, .6);
  border-radius: 27px 34px 25px 31px;
  background:
    radial-gradient(circle at 25% 10%, rgba(255, 183, 135, .2), transparent 24%),
    linear-gradient(140deg, rgba(36, 77, 79, .98), rgba(7, 30, 39, .98) 58%, rgba(4, 17, 27, 1));
  box-shadow:
    inset 0 0 0 6px rgba(4, 18, 25, .4),
    inset 0 -24px 50px rgba(0, 0, 0, .42),
    0 0 0 7px rgba(10, 35, 39, .58),
    0 0 44px rgba(88, 214, 190, .2);
  transform: translateZ(24px);
  transform-style: preserve-3d;
}

.electro-core-face::before,
.electro-core-face::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.electro-core-face::before {
  inset: 12px;
  border: 1px solid rgba(193, 241, 222, .18);
  border-radius: 18px 23px 17px 21px;
}

.electro-core-face::after {
  right: 7%;
  bottom: 9%;
  left: 7%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(243, 108, 50, .9), rgba(141, 224, 192, .65), transparent);
  box-shadow: 0 0 15px rgba(243, 108, 50, .35);
}

.electro-core-side {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(141, 224, 192, .2);
  background: linear-gradient(90deg, #0b202a, #1c4649, #071721);
}

.electro-core-side-front {
  right: 3px;
  bottom: -25px;
  left: 3px;
  height: 25px;
  border-top: 0;
  border-radius: 0 0 15px 15px;
  transform-origin: top;
  transform: rotateX(-90deg);
}

.electro-core-side-right {
  top: 4px;
  right: -25px;
  bottom: 3px;
  width: 25px;
  border-left: 0;
  border-radius: 0 15px 15px 0;
  transform-origin: left;
  transform: rotateY(90deg);
}

.electro-core-gloss {
  position: absolute;
  inset: -55% -30%;
  z-index: 4;
  background: linear-gradient(110deg, transparent 36%, rgba(255, 255, 255, .16) 47%, rgba(255, 188, 142, .12) 51%, transparent 62%);
  mix-blend-mode: screen;
  opacity: .34;
  transform: translate3d(calc(var(--mx) * -18px), calc(var(--my) * -14px), 28px) rotate(-8deg);
  animation: electro-core-gloss 8s ease-in-out infinite;
  transition: transform .3s ease-out;
}

.electro-core-kicker,
.electro-core-title,
.electro-core-meta {
  position: absolute;
  z-index: 5;
  direction: ltr;
  font-family: Arial, sans-serif;
}

.electro-core-kicker {
  top: 12%;
  right: 11%;
  left: 11%;
  color: rgba(197, 239, 225, .68);
  font-size: clamp(7px, .65vw, 9px);
  letter-spacing: 1.4px;
}

.electro-core-title {
  top: 20%;
  right: 10%;
  left: 10%;
  color: #f3faf7;
  font-size: clamp(20px, 2.4vw, 32px);
  font-weight: 800;
  letter-spacing: -1px;
  line-height: .94;
}

.electro-core-title em {
  color: #ff9b6a;
  font-size: .72em;
  font-style: normal;
  letter-spacing: 2px;
}

.electro-core-circuit {
  position: absolute;
  right: 8%;
  bottom: 22%;
  left: 8%;
  height: 37%;
  transform: translateZ(9px);
}

.electro-core-circuit svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.electro-core-circuit path {
  fill: none;
  stroke: rgba(153, 229, 209, .62);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 4 10;
  animation: electro-trace-flow 5s linear infinite;
}

.electro-core-circuit path:nth-child(2),
.electro-core-circuit path:nth-child(4) {
  stroke: rgba(243, 108, 50, .84);
}

.electro-core-circuit circle {
  fill: #ff9b6a;
  stroke: #102b35;
  stroke-width: 4;
  filter: drop-shadow(0 0 5px rgba(243, 108, 50, .8));
}

.electro-core-chip {
  position: absolute;
  top: 28%;
  left: 43%;
  display: grid;
  align-content: center;
  justify-items: center;
  width: 18%;
  min-width: 42px;
  height: 44%;
  min-height: 35px;
  border: 1px solid rgba(255, 183, 135, .72);
  border-radius: 7px;
  background: linear-gradient(145deg, #27464a, #091d27);
  box-shadow: inset 0 0 0 3px rgba(4, 18, 24, .54), 0 7px 15px rgba(0, 0, 0, .3), 0 0 18px rgba(243, 108, 50, .17);
}

.electro-core-chip::before,
.electro-core-chip::after {
  position: absolute;
  top: 7px;
  bottom: 7px;
  width: 4px;
  content: "";
  background: repeating-linear-gradient(180deg, #f3a77e 0 5px, transparent 5px 10px);
}

.electro-core-chip::before { left: -6px; }
.electro-core-chip::after { right: -6px; }

.electro-core-chip i {
  width: 4px;
  height: 4px;
  margin-bottom: 3px;
  border-radius: 50%;
  background: #8de0c0;
  box-shadow: 0 0 10px rgba(141, 224, 192, .92);
}

.electro-core-chip b,
.electro-core-chip small {
  direction: ltr;
  font-family: Arial, sans-serif;
}

.electro-core-chip b {
  color: #ff9b6a;
  font-size: clamp(9px, 1.1vw, 14px);
  letter-spacing: 1px;
}

.electro-core-chip small {
  color: #b6d4ce;
  font-size: clamp(5px, .48vw, 7px);
  letter-spacing: 1px;
}

.electro-core-meta {
  right: 11%;
  bottom: 11%;
  left: 11%;
  display: flex;
  justify-content: space-between;
  color: rgba(195, 229, 218, .56);
  font-size: clamp(6px, .55vw, 8px);
  letter-spacing: 1.1px;
}

.electro-core-meta b {
  color: #8de0c0;
  font-weight: 700;
}

.electro-component {
  position: absolute;
  z-index: 10;
  display: grid;
  justify-items: center;
  gap: 5px;
  color: rgba(191, 224, 216, .68);
  direction: ltr;
  font-family: Arial, sans-serif;
  font-size: 7px;
  letter-spacing: 1.1px;
  transform-style: preserve-3d;
  transition: transform .35s cubic-bezier(.2, .7, .2, 1);
}

.electro-component i {
  display: block;
  position: relative;
  transform: translateZ(28px);
}

.electro-component-coil {
  top: 31%;
  left: 25%;
  transform: translate3d(calc(var(--mx) * -20px), calc(var(--my) * -11px), 110px) rotateZ(-18deg);
}

.electro-component-coil i {
  width: 43px;
  height: 43px;
  border: 5px solid rgba(243, 108, 50, .74);
  border-right-color: rgba(141, 224, 192, .7);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(243, 108, 50, .06), 0 0 22px rgba(243, 108, 50, .27);
}

.electro-component-coil i::after {
  position: absolute;
  top: 15px;
  left: -12px;
  width: 65px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 180, 134, .88), transparent);
}

.electro-component-diode {
  top: 67%;
  right: 25%;
  transform: translate3d(calc(var(--mx) * 18px), calc(var(--my) * 13px), 126px) rotateZ(12deg);
}

.electro-component-diode i {
  width: 52px;
  height: 14px;
  border: 1px solid rgba(141, 224, 192, .54);
  border-radius: 4px;
  background: repeating-linear-gradient(90deg, #d48c66 0 6px, #1b3b42 6px 12px);
  box-shadow: 0 10px 17px rgba(0, 0, 0, .28), 0 0 17px rgba(141, 224, 192, .16);
}

.electro-component-terminal {
  top: 24%;
  right: 20%;
  transform: translate3d(calc(var(--mx) * 21px), calc(var(--my) * -17px), 105px) rotateZ(8deg);
}

.electro-component-terminal i {
  width: 38px;
  height: 27px;
  border: 1px solid rgba(197, 238, 222, .5);
  border-radius: 5px;
  background: repeating-linear-gradient(90deg, #ceddd2 0 4px, #466a67 4px 8px);
  box-shadow: 0 12px 18px rgba(0, 0, 0, .32);
}

.magnetic-field-anchor {
  position: absolute;
  top: var(--cursor-y, 50%);
  left: var(--cursor-x, 50%);
  z-index: 13;
  width: min(46%, 460px);
  aspect-ratio: 1.74;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) translate3d(calc(var(--mx) * -14px), calc(var(--my) * -11px), 230px) rotateZ(calc(var(--mx) * 7deg));
  transform-style: preserve-3d;
  transition: top .2s cubic-bezier(.2, .7, .2, 1), left .2s cubic-bezier(.2, .7, .2, 1), opacity .3s ease, transform .28s cubic-bezier(.2, .7, .2, 1);
  will-change: top, left, transform;
}

.hero-visual-hero.has-pointer .magnetic-field-anchor {
  opacity: 1;
}

.magnetic-field-halo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 38%;
  height: 61%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(141, 224, 192, .2), rgba(243, 108, 50, .06) 39%, transparent 72%);
  filter: blur(11px);
  transform: translate(-50%, -50%) translateZ(-15px);
  animation: magnetic-halo-breathe 3.8s ease-in-out infinite;
}

.magnetic-field-svg {
  position: absolute;
  inset: -4%;
  width: 108%;
  height: 108%;
  overflow: visible;
  opacity: .92;
  filter: drop-shadow(0 0 5px rgba(141, 224, 192, .35));
  transform: rotate(calc(var(--my) * -4deg)) scale(1.02);
}

.magnetic-field-line {
  fill: none;
  stroke: rgba(141, 224, 192, .66);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-dasharray: 3 13;
  animation: magnetic-field-flow 4.4s linear infinite;
}

.magnetic-field-line-two,
.magnetic-field-line-four {
  stroke: rgba(243, 108, 50, .66);
  stroke-width: 1.15;
  animation-duration: 3.6s;
}

.magnetic-field-line-three {
  opacity: .58;
  stroke-dasharray: 1 15;
  animation-duration: 5.2s;
}

.magnetic-needle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(90px, 10vw, 155px);
  height: 8px;
  border: 1px solid rgba(198, 240, 223, .3);
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(141, 224, 192, .18) 26%, rgba(243, 108, 50, .78) 88%, #ffd3b7);
  box-shadow: 0 0 13px rgba(243, 108, 50, .24);
  transform-origin: 98% 50%;
  transition: transform .3s cubic-bezier(.2, .7, .2, 1);
}

.magnetic-needle::before {
  position: absolute;
  top: 2px;
  right: 16px;
  left: 18px;
  height: 1px;
  content: "";
  background: rgba(231, 255, 245, .62);
}

.magnetic-needle i {
  position: absolute;
  top: 50%;
  right: -3px;
  width: 13px;
  height: 13px;
  border: 1px solid rgba(255, 220, 199, .9);
  border-radius: 50%;
  background: #f36c32;
  box-shadow: 0 0 0 4px rgba(243, 108, 50, .11), 0 0 17px rgba(243, 108, 50, .7);
  transform: translateY(-50%);
}

.magnetic-needle-two i {
  background: #8de0c0;
  border-color: #e8fff6;
  box-shadow: 0 0 0 4px rgba(141, 224, 192, .1), 0 0 17px rgba(141, 224, 192, .74);
}

.magnetic-needle-one {
  transform: translate(-98%, -50%) rotate(calc(-12deg + var(--mx) * 8deg)) translate3d(calc(var(--mx) * -15px), calc(var(--my) * -14px), 22px);
}

.magnetic-needle-two {
  width: clamp(75px, 8vw, 128px);
  transform: translate(-98%, -50%) rotate(calc(166deg + var(--mx) * 10deg)) translate3d(calc(var(--mx) * 16px), calc(var(--my) * 12px), 34px);
}

.magnetic-needle-three {
  width: clamp(65px, 7vw, 112px);
  height: 6px;
  opacity: .74;
  transform: translate(-98%, -50%) rotate(calc(73deg + var(--my) * -13deg)) translate3d(calc(var(--mx) * -13px), calc(var(--my) * 15px), 12px);
}

.magnetic-needle-three i {
  width: 9px;
  height: 9px;
  background: #b5e8de;
  box-shadow: 0 0 12px rgba(181, 232, 222, .7);
}

.magnetic-needle-four {
  width: clamp(58px, 6vw, 94px);
  height: 5px;
  opacity: .62;
  transform: translate(-98%, -50%) rotate(calc(258deg + var(--mx) * 9deg)) translate3d(calc(var(--mx) * 14px), calc(var(--my) * -16px), 6px);
}

.magnetic-needle-four i {
  width: 8px;
  height: 8px;
  background: #ffb486;
}

.magnetic-field-node {
  position: absolute;
  width: 8px;
  height: 8px;
  border: 1px solid rgba(207, 249, 233, .76);
  border-radius: 50%;
  background: #8de0c0;
  box-shadow: 0 0 14px rgba(141, 224, 192, .8);
  animation: magnetic-node-pulse 2.6s ease-in-out infinite;
}

.magnetic-field-node-one {
  top: 10%;
  left: 20%;
  transform: translate3d(calc(var(--mx) * -12px), calc(var(--my) * 8px), 40px);
}

.magnetic-field-node-two {
  top: 18%;
  right: 12%;
  background: #f36c32;
  border-color: #ffe1cf;
  box-shadow: 0 0 14px rgba(243, 108, 50, .82);
  animation-delay: -.8s;
  transform: translate3d(calc(var(--mx) * 14px), calc(var(--my) * -12px), 48px);
}

.magnetic-field-node-three {
  right: 21%;
  bottom: 7%;
  width: 6px;
  height: 6px;
  background: #b9e8df;
  animation-delay: -1.4s;
  transform: translate3d(calc(var(--mx) * 8px), calc(var(--my) * 14px), 18px);
}

.magnetic-cursor-core {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(236, 255, 247, .8);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(243, 108, 50, .22), rgba(8, 29, 36, .08) 50%, transparent 52%);
  box-shadow: 0 0 0 7px rgba(141, 224, 192, .05), 0 0 28px rgba(141, 224, 192, .28);
  transform: translate(-50%, -50%) translateZ(78px) rotate(45deg);
}

.magnetic-cursor-core::before,
.magnetic-cursor-core::after {
  position: absolute;
  content: "";
  background: rgba(243, 108, 50, .8);
}

.magnetic-cursor-core::before {
  top: 18px;
  left: -13px;
  width: 64px;
  height: 1px;
}

.magnetic-cursor-core::after {
  top: -13px;
  left: 18px;
  width: 1px;
  height: 64px;
}

.magnetic-cursor-core i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f3ad83;
  box-shadow: 0 0 0 4px rgba(243, 108, 50, .12), 0 0 18px rgba(243, 108, 50, .92);
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* The electromagnetic layer replaces the older crosshair so the pointer has one visual language. */
.hero-visual-hero .three-pointer-dot {
  display: none;
}

@keyframes electro-core-gloss {
  0%, 100% { transform: translate3d(-14px, -12px, 28px) rotate(-8deg); opacity: .18; }
  48% { transform: translate3d(18px, 10px, 28px) rotate(-8deg); opacity: .48; }
  72% { transform: translate3d(34px, -3px, 28px) rotate(-8deg); opacity: .22; }
}

@keyframes electro-trace-flow {
  to { stroke-dashoffset: -140; }
}

@keyframes magnetic-field-flow {
  to { stroke-dashoffset: -120; }
}

@keyframes magnetic-halo-breathe {
  0%, 100% { opacity: .52; transform: translate(-50%, -50%) translateZ(-15px) scale(.86); }
  50% { opacity: 1; transform: translate(-50%, -50%) translateZ(-15px) scale(1.12); }
}

@keyframes magnetic-node-pulse {
  0%, 100% { opacity: .54; filter: brightness(.82); }
  50% { opacity: 1; filter: brightness(1.25); }
}

@media (max-width: 860px) {
  .electro-core,
  .electro-core-shadow {
    width: min(47%, 350px);
  }

  .magnetic-field-anchor {
    width: min(59%, 430px);
  }

  .electro-component-coil {
    left: 18%;
  }

  .electro-component-diode {
    right: 18%;
  }

  .electro-component-terminal {
    right: 13%;
  }
}

@media (max-width: 650px) {
  .hero-visual-hero .three-board {
    opacity: .36;
  }

  .electro-core,
  .electro-core-shadow {
    width: 58%;
  }

  .electro-core {
    top: 53%;
    transform: translate3d(-50%, -50%, 0) rotateX(calc(9deg + var(--my) * -4deg)) rotateY(calc(var(--mx) * 8deg)) rotateZ(-3deg) translateZ(130px);
  }

  .electro-core-title {
    font-size: 17px;
  }

  .electro-core-kicker,
  .electro-core-meta {
    font-size: 5px;
    letter-spacing: .7px;
  }

  .electro-component {
    font-size: 5px;
    letter-spacing: .7px;
  }

  .electro-component-coil i {
    width: 29px;
    height: 29px;
    border-width: 3px;
  }

  .electro-component-coil i::after {
    top: 10px;
    width: 45px;
  }

  .electro-component-diode i {
    width: 36px;
    height: 10px;
  }

  .electro-component-terminal i {
    width: 29px;
    height: 20px;
  }

  .magnetic-field-anchor {
    width: 76%;
  }

  .magnetic-needle {
    height: 5px;
  }

  .magnetic-needle i {
    width: 8px;
    height: 8px;
  }

  .magnetic-cursor-core {
    width: 28px;
    height: 28px;
  }

  .magnetic-cursor-core::before {
    top: 13px;
    left: -10px;
    width: 48px;
  }

  .magnetic-cursor-core::after {
    top: -10px;
    left: 13px;
    height: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .electro-core,
  .electro-core-shadow,
  .electro-core-gloss,
  .electro-component,
  .magnetic-field-anchor,
  .magnetic-field-svg,
  .magnetic-needle,
  .magnetic-field-node,
  .magnetic-cursor-core {
    transition: none !important;
    animation: none !important;
  }

  .magnetic-field-anchor {
    opacity: .72;
  }
}

/* Supply-chain image motion: a restrained route-map overlay keeps the photo real while adding movement. */
.source-commerce-hero {
  isolation: isolate;
}

.source-commerce-hero img {
  transform: scale(1.04);
  transform-origin: 52% 48%;
  animation: sourcing-image-drift 16s ease-in-out infinite;
  will-change: transform;
}

.source-commerce-motion {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
}

.sourcing-image-grid {
  position: absolute;
  inset: -22%;
  opacity: .3;
  background-image:
    linear-gradient(rgba(164, 230, 213, .22) 1px, transparent 1px),
    linear-gradient(90deg, rgba(164, 230, 213, .22) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(90deg, transparent, black 18%, black 78%, transparent);
  transform: perspective(800px) rotateX(58deg) rotateZ(-5deg) translate3d(0, 12%, 0) scale(1.2);
  animation: sourcing-grid-drift 13s ease-in-out infinite;
}

.sourcing-scanline {
  position: absolute;
  top: -25%;
  bottom: -25%;
  left: -28%;
  width: 15%;
  background: linear-gradient(90deg, transparent, rgba(141, 224, 192, .24), rgba(255, 176, 132, .3), transparent);
  filter: blur(8px);
  mix-blend-mode: screen;
  opacity: .7;
  transform: skewX(-14deg);
  animation: sourcing-scanline 8s cubic-bezier(.42, 0, .58, 1) infinite;
}

.sourcing-route-map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  opacity: .82;
  filter: drop-shadow(0 0 5px rgba(141, 224, 192, .32));
}

.sourcing-route {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  stroke-dasharray: 3 13;
  animation: sourcing-route-flow 5.2s linear infinite;
}

.sourcing-route-main {
  stroke: rgba(141, 224, 192, .78);
}

.sourcing-route-secondary {
  stroke: rgba(243, 108, 50, .72);
  stroke-width: 1.6;
  animation-duration: 4.2s;
  animation-direction: reverse;
}

.sourcing-route-faint {
  stroke: rgba(218, 245, 231, .36);
  stroke-width: 1;
  stroke-dasharray: 2 19;
  animation-duration: 7s;
}

.sourcing-route-node {
  fill: #8de0c0;
  stroke: #d5fff0;
  stroke-width: 4;
  animation: sourcing-node-pulse 2.8s ease-in-out infinite;
}

.sourcing-route-node-hot {
  fill: #f36c32;
  stroke: #ffd5bd;
  filter: drop-shadow(0 0 7px rgba(243, 108, 50, .82));
}

.sourcing-route-node-green {
  animation-delay: -1.1s;
}

.sourcing-runner {
  position: absolute;
  top: 72%;
  left: 13%;
  width: 22px;
  height: 9px;
  border: 1px solid rgba(255, 215, 192, .86);
  border-radius: 3px;
  background: linear-gradient(90deg, #f36c32 0 42%, #ffd1b2 43% 54%, #8de0c0 55%);
  box-shadow: 0 0 0 4px rgba(243, 108, 50, .09), 0 0 18px rgba(243, 108, 50, .68);
  transform: rotate(-22deg);
  animation: sourcing-runner-route 6.2s ease-in-out infinite;
}

.sourcing-runner::after {
  position: absolute;
  top: 3px;
  right: -11px;
  width: 10px;
  height: 1px;
  content: "";
  background: rgba(255, 191, 157, .72);
  box-shadow: 5px 0 rgba(255, 191, 157, .35), 10px 0 rgba(255, 191, 157, .16);
}

.sourcing-pulse {
  position: absolute;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(141, 224, 192, .7);
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(141, 224, 192, .06), 0 0 22px rgba(141, 224, 192, .35);
  animation: sourcing-pulse-ring 3.2s ease-out infinite;
}

.sourcing-pulse-one {
  top: 53%;
  left: 24%;
}

.sourcing-pulse-two {
  top: 13%;
  right: 22%;
  border-color: rgba(243, 108, 50, .68);
  box-shadow: 0 0 0 7px rgba(243, 108, 50, .05), 0 0 22px rgba(243, 108, 50, .32);
  animation-delay: -1.5s;
}

.sourcing-tag {
  position: absolute;
  z-index: 2;
  padding: 6px 9px;
  color: rgba(226, 249, 239, .84) !important;
  border: 1px solid rgba(167, 232, 212, .28);
  border-radius: 5px;
  background: rgba(5, 25, 32, .52);
  box-shadow: 0 10px 18px rgba(0, 0, 0, .18);
  backdrop-filter: blur(8px);
  direction: ltr;
  font-family: Arial, sans-serif !important;
  font-size: 7px !important;
  letter-spacing: 1.2px;
  white-space: nowrap;
}

.sourcing-tag-origin {
  top: 17%;
  left: 18%;
}

.sourcing-tag-qc {
  top: 42%;
  left: 44%;
  color: #ffc09e !important;
  border-color: rgba(243, 108, 50, .34);
}

.sourcing-tag-delivery {
  right: 10%;
  bottom: 16%;
}

.source-commerce-copy {
  z-index: 3 !important;
}

@keyframes sourcing-image-drift {
  0%, 100% { transform: scale(1.04) translate3d(-.5%, -.4%, 0); }
  50% { transform: scale(1.1) translate3d(1.4%, .8%, 0); }
}

@keyframes sourcing-grid-drift {
  0%, 100% { transform: perspective(800px) rotateX(58deg) rotateZ(-5deg) translate3d(-1%, 12%, 0) scale(1.2); opacity: .22; }
  50% { transform: perspective(800px) rotateX(58deg) rotateZ(-5deg) translate3d(2%, 8%, 0) scale(1.28); opacity: .38; }
}

@keyframes sourcing-scanline {
  0%, 16% { left: -28%; opacity: 0; }
  38% { opacity: .72; }
  72%, 100% { left: 116%; opacity: 0; }
}

@keyframes sourcing-route-flow {
  to { stroke-dashoffset: -160; }
}

@keyframes sourcing-node-pulse {
  0%, 100% { opacity: .5; filter: brightness(.84); }
  50% { opacity: 1; filter: brightness(1.35); }
}

@keyframes sourcing-runner-route {
  0%, 8% { left: 13%; top: 72%; opacity: 0; }
  18% { left: 22%; top: 64%; opacity: 1; }
  42% { left: 39%; top: 46%; opacity: 1; }
  68% { left: 58%; top: 36%; opacity: 1; }
  88%, 100% { left: 76%; top: 22%; opacity: 0; }
}

@keyframes sourcing-pulse-ring {
  0%, 100% { opacity: .22; transform: scale(.72); }
  48% { opacity: .85; transform: scale(1); }
  72% { opacity: 0; transform: scale(1.55); }
}

@media (max-width: 650px) {
  .sourcing-image-grid {
    background-size: 34px 34px;
  }

  .sourcing-tag {
    padding: 4px 6px;
    font-size: 5px !important;
    letter-spacing: .7px;
  }

  .sourcing-pulse {
    width: 26px;
    height: 26px;
  }

  .sourcing-runner {
    width: 17px;
    height: 7px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .source-commerce-hero img,
  .sourcing-image-grid,
  .sourcing-scanline,
  .sourcing-route,
  .sourcing-route-node,
  .sourcing-runner,
  .sourcing-pulse {
    animation: none !important;
  }
}

/* Page-specific motion language: one meaningful moving element per route. */
body[data-page-view="engineering"] .engineering-lines {
  background-position: 0 0, 0 0, 0 0;
  animation: engineering-lines-drift 13s ease-in-out infinite;
}

body[data-page-view="engineering"] .engineering-lines::after {
  position: absolute;
  top: -25%;
  bottom: -25%;
  left: -18%;
  width: 14%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(141, 224, 192, .34), rgba(243, 108, 50, .3), transparent);
  filter: blur(8px);
  mix-blend-mode: screen;
  animation: engineering-lines-scan 7s cubic-bezier(.42, 0, .58, 1) infinite;
}

body[data-page-view="about"] .source-company-visual > div:first-child {
  box-shadow: 0 20px 44px rgba(18, 48, 57, .14), inset 0 0 0 1px rgba(141, 224, 192, .16);
}

body[data-page-view="about"] .source-company-visual > div:first-child::before {
  position: absolute;
  top: -20%;
  bottom: -20%;
  left: -22%;
  z-index: 1;
  width: 18%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(141, 224, 192, .35), rgba(243, 108, 50, .24), transparent);
  filter: blur(7px);
  mix-blend-mode: screen;
  animation: about-visual-scan 7.4s ease-in-out infinite;
}

body[data-page-view="about"] .source-company-visual > div:first-child img {
  transform: scale(1.04);
  transform-origin: 52% 48%;
  animation: about-visual-drift 15s ease-in-out infinite;
}

body[data-page-view="warranty"] .source-warranty-hero {
  box-shadow: 0 22px 48px rgba(29, 48, 59, .14), inset 0 0 0 1px rgba(141, 224, 192, .15);
}

body[data-page-view="warranty"] .source-warranty-hero::before {
  position: absolute;
  inset: 16px;
  z-index: 1;
  border: 1px solid rgba(255, 194, 157, .42);
  border-radius: 12px;
  content: "";
  opacity: .55;
  box-shadow: 0 0 0 6px rgba(141, 224, 192, .035), 0 0 24px rgba(243, 108, 50, .13);
  animation: warranty-frame-pulse 4.8s ease-in-out infinite;
  pointer-events: none;
}

body[data-page-view="warranty"] .source-warranty-hero img {
  transform: scale(1.04);
  transform-origin: 55% 48%;
  animation: warranty-image-drift 14s ease-in-out infinite;
}

body[data-page-view="warranty"] .source-warranty-hero > div {
  z-index: 2;
}

body[data-page-view="contact"] .contact-pattern {
  background-position: 0 0, 0 0, 0 0, 0 0;
  animation: contact-pattern-drift 14s ease-in-out infinite;
}

body[data-page-view="contact"] .contact-pattern::before {
  position: absolute;
  top: 20%;
  left: 70%;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(141, 224, 192, .25);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 18px rgba(141, 224, 192, .035), 0 0 0 40px rgba(243, 108, 50, .025);
  animation: contact-radar-pulse 5.5s ease-out infinite;
  pointer-events: none;
}

@keyframes engineering-lines-drift {
  0%, 100% { background-position: 0 0, 0 0, 0 0; opacity: .3; }
  50% { background-position: 18px -8px, -12px 10px, 44px 0; opacity: .52; }
}

@keyframes engineering-lines-scan {
  0%, 15% { left: -18%; opacity: 0; }
  43% { opacity: .75; }
  78%, 100% { left: 118%; opacity: 0; }
}

@keyframes about-visual-scan {
  0%, 18% { left: -22%; opacity: 0; }
  45% { opacity: .8; }
  78%, 100% { left: 116%; opacity: 0; }
}

@keyframes about-visual-drift {
  0%, 100% { transform: scale(1.04) translate3d(-.5%, -.3%, 0); }
  50% { transform: scale(1.1) translate3d(1.3%, .7%, 0); }
}

@keyframes warranty-frame-pulse {
  0%, 100% { opacity: .28; transform: scale(.985); }
  50% { opacity: .86; transform: scale(1); }
}

@keyframes warranty-image-drift {
  0%, 100% { transform: scale(1.04) translate3d(-.4%, -.3%, 0); }
  50% { transform: scale(1.1) translate3d(1.2%, .6%, 0); }
}

@keyframes contact-pattern-drift {
  0%, 100% { background-position: 0 0, 0 0, 0 0, 0 0; opacity: .2; }
  50% { background-position: 12px -8px, -10px 10px, 29px 18px, -18px 12px; opacity: .34; }
}

@keyframes contact-radar-pulse {
  0%, 100% { opacity: .16; transform: scale(.74); }
  54% { opacity: .78; transform: scale(1); }
  78% { opacity: 0; transform: scale(1.55); }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page-view="engineering"] .engineering-lines,
  body[data-page-view="engineering"] .engineering-lines::after,
  body[data-page-view="about"] .source-company-visual > div:first-child img,
  body[data-page-view="about"] .source-company-visual > div:first-child::before,
  body[data-page-view="warranty"] .source-warranty-hero,
  body[data-page-view="warranty"] .source-warranty-hero::before,
  body[data-page-view="warranty"] .source-warranty-hero img,
  body[data-page-view="contact"] .contact-pattern,
  body[data-page-view="contact"] .contact-pattern::before {
    animation: none !important;
  }
}

.hero-visual-hero.has-pointer .three-pointer-dot {
  opacity: .72;
}

.three-pointer-dot::before,
.three-pointer-dot::after {
  position: absolute;
  content: "";
  background: rgba(243, 108, 50, .7);
}

.three-pointer-dot::before {
  top: 18px;
  left: -9px;
  width: 56px;
  height: 1px;
}

.three-pointer-dot::after {
  top: -9px;
  left: 18px;
  width: 1px;
  height: 56px;
}

.three-hud {
  position: absolute;
  z-index: 8;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #718f99;
  direction: ltr;
  font-family: Arial, sans-serif;
  font-size: 8px;
  letter-spacing: 1.2px;
}

.three-hud i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #8de0c0;
  box-shadow: 0 0 0 4px rgba(141, 224, 192, .08), 0 0 13px rgba(141, 224, 192, .55);
}

.three-hud-top {
  top: 5.5%;
  right: 6%;
}

.three-hud-bottom {
  right: 6%;
  bottom: 5.5%;
  left: 6%;
  justify-content: space-between;
}

@keyframes three-orbit-spin {
  to { transform: rotateX(65deg) rotateZ(342deg) translateZ(45px); }
}

@keyframes three-orbit-spin-reverse {
  to { transform: rotateX(65deg) rotateZ(-331deg) translateZ(70px); }
}

@keyframes three-trace-flow {
  to { stroke-dashoffset: -180; }
}

@keyframes three-node-pulse {
  0%, 100% { opacity: .55; transform: scale(.82); transform-box: fill-box; transform-origin: center; }
  50% { opacity: 1; transform: scale(1.2); transform-box: fill-box; transform-origin: center; }
}

@keyframes three-led-pulse {
  0%, 100% { opacity: .62; transform: scale(.82); }
  50% { opacity: 1; transform: scale(1.18); }
}

@media (max-width: 1100px) {
  .three-board {
    width: 82%;
  }

  .three-float-panel-top {
    right: 3%;
  }

  .three-float-panel-bottom {
    left: 4%;
  }
}

@media (max-width: 860px) {
  .hero-three-art,
  .three-stage {
    min-height: 590px;
  }

  .three-stage {
    height: calc(100svh - 150px);
  }

  .three-board {
    top: 53%;
    width: 91%;
    transform: translate3d(-50%, -50%, 0) rotateX(calc(54deg + var(--my) * -2deg)) rotateZ(calc(-13deg + var(--mx) * 2deg)) translate3d(calc(var(--mx) * 10px), calc(var(--my) * -8px), 45px);
  }

  .three-brand-lockup {
    top: 7%;
    left: 7%;
  }

  .three-float-panel {
    min-width: 90px;
    padding: 10px 11px;
  }

  .three-float-panel-top {
    top: 23%;
    right: 3%;
  }

  .three-float-panel-bottom {
    bottom: 16%;
    left: 3%;
  }

  .three-pointer-dot {
    display: none;
  }
}

@media (max-width: 650px) {
  .hero-visual-hero .hero-inner {
    padding-top: 12px;
    padding-bottom: 16px;
  }

  .hero-three-art,
  .three-stage {
    min-height: 500px;
  }

  .three-stage {
    height: calc(100svh - 142px);
    border-radius: 20px;
  }

  .three-stage-grid {
    background-size: 38px 38px;
  }

  .three-brand-lockup {
    top: 8%;
    left: 8%;
  }

  .three-brand-lockup strong {
    font-size: 19px;
  }

  .three-brand-lockup small {
    max-width: 125px;
    font-size: 6px;
    line-height: 1.5;
  }

  .three-board {
    top: 54%;
    width: 108%;
    transform: translate3d(-50%, -50%, 0) rotateX(56deg) rotateZ(-11deg) translateZ(30px);
  }

  .three-board-header {
    font-size: 6px;
    letter-spacing: 1px;
  }

  .three-board-header small,
  .three-route-tag,
  .three-board-caption,
  .three-component b {
    font-size: 6px;
  }

  .three-chip {
    min-width: 100px;
    min-height: 98px;
  }

  .three-chip-face strong {
    font-size: 23px;
  }

  .three-chip-face small,
  .three-chip-face b {
    font-size: 5px;
  }

  .three-chip-face i {
    margin-top: 7px;
  }

  .three-component-resistor span {
    width: 42px;
    height: 10px;
  }

  .three-component-capacitor span {
    width: 12px;
    height: 30px;
  }

  .three-component-connector span {
    width: 43px;
    height: 15px;
  }

  .three-float-panel {
    display: none;
  }

  .three-hud {
    font-size: 6px;
    letter-spacing: .8px;
  }

  .three-hud-bottom {
    right: 8%;
    bottom: 6%;
    left: 8%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .three-board,
  .three-brand-lockup,
  .three-light,
  .three-stage-grid,
  .three-float-panel-top,
  .three-float-panel-bottom {
    transform: none;
    transition: none;
  }

  .three-orbit,
  .three-trace-flow,
  .three-trace-node.node-hot,
  .three-chip-face i {
    animation: none;
  }
}

/* Multi-page navigation and a calmer first screen. */
.page-shell {
  min-width: 320px;
  background: var(--surface);
}

.page-switcher {
  position: sticky;
  top: 78px;
  z-index: 35;
  border-bottom: 1px solid rgba(157, 199, 215, .16);
  background: rgba(8, 17, 29, .9);
  box-shadow: 0 10px 25px rgba(3, 10, 17, .12);
  backdrop-filter: blur(18px) saturate(1.18);
}

.page-switcher-inner {
  display: flex;
  align-items: center;
  gap: 22px;
  min-height: 48px;
}

.page-switcher-label,
.page-switcher-status {
  flex: 0 0 auto;
  color: #7b99a5;
  direction: ltr;
  font-family: Arial, sans-serif;
  font-size: 8px;
  letter-spacing: 1.3px;
  white-space: nowrap;
}

.page-switcher-label {
  color: #f39b70;
  font-weight: 800;
}

.page-switcher-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-right: auto;
}

.page-switcher-status i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #8de0c0;
  box-shadow: 0 0 0 4px rgba(141, 224, 192, .08), 0 0 12px rgba(141, 224, 192, .6);
}

.page-switcher-links {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.page-switcher-links::-webkit-scrollbar {
  display: none;
}

.page-switcher-links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 13px;
  color: #aabdc7;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
  transition: color .2s ease, background .2s ease;
}

.page-switcher-links a::after {
  position: absolute;
  right: 13px;
  bottom: 0;
  left: 13px;
  height: 2px;
  content: "";
  background: var(--orange);
  opacity: 0;
  transform: scaleX(.25);
  transition: opacity .2s ease, transform .2s ease;
}

.page-switcher-links a:hover,
.page-switcher-links a.is-active {
  color: #fff;
  background: rgba(243, 108, 50, .08);
}

.page-switcher-links a.is-active::after,
.page-switcher-links a:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.page-intro {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 78% 22%, rgba(243, 108, 50, .18), transparent 24%),
    linear-gradient(135deg, #102b3a, #07131f 70%);
}

.page-intro::after {
  position: absolute;
  right: -8%;
  bottom: -125px;
  width: 460px;
  height: 260px;
  content: "";
  border: 1px solid rgba(141, 224, 192, .18);
  border-radius: 50%;
  transform: rotate(-12deg);
  box-shadow: 0 0 0 18px rgba(141, 224, 192, .035), 0 0 0 37px rgba(141, 224, 192, .025);
}

.page-intro-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, .58fr) auto;
  align-items: end;
  gap: 35px;
  min-height: 245px;
  padding-top: 45px;
  padding-bottom: 42px;
}

.page-intro h1 {
  margin: 17px 0 0;
  color: #f5faf9;
  font-size: clamp(34px, 4.6vw, 60px);
  line-height: 1.25;
}

.page-intro p {
  max-width: 330px;
  margin: 0 0 5px;
  color: #b5c8cd;
  font-size: 13px;
  line-height: 2.05;
}

.page-intro-index {
  align-self: start;
  margin-top: 5px;
  color: #f39b70;
  direction: ltr;
  font-family: Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 1.4px;
}

.page-shell .page-intro + [data-page-sections] > .section,
.page-shell .page-intro + [data-page-sections] > .contact-section {
  scroll-margin-top: 136px;
}

.home-route-overview {
  padding: 98px 0 112px;
  background:
    radial-gradient(circle at 93% 12%, rgba(243, 108, 50, .08), transparent 21%),
    #eef3f4;
}

.home-route-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 42px;
}

.home-route-heading h2 {
  margin: 18px 0 0;
  color: var(--ink);
  font-size: clamp(31px, 4vw, 52px);
  line-height: 1.35;
}

.home-route-heading h2 em {
  color: var(--orange);
  font-style: normal;
}

.home-route-heading p {
  max-width: 340px;
  margin: 0 0 3px;
  color: var(--slate);
  font-size: 13px;
  line-height: 2.05;
}

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

.home-route-card {
  position: relative;
  display: flex;
  min-height: 196px;
  flex-direction: column;
  padding: 22px 21px 20px;
  overflow: hidden;
  border: 1px solid rgba(157, 199, 215, .48);
  border-radius: 15px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 15px 35px rgba(29, 53, 64, .06);
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease, background .25s ease;
}

.home-route-card::after {
  position: absolute;
  right: -32px;
  bottom: -47px;
  width: 125px;
  height: 125px;
  content: "";
  border: 1px solid rgba(243, 108, 50, .14);
  border-radius: 50%;
}

.home-route-card span {
  color: var(--orange-deep);
  direction: ltr;
  font-family: Arial, sans-serif;
  font-size: 8px;
  letter-spacing: 1.1px;
}

.home-route-card strong {
  margin-top: 22px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.55;
}

.home-route-card p {
  max-width: 210px;
  margin: 8px 0 0;
  color: var(--slate);
  font-size: 11px;
  line-height: 1.95;
}

.route-card-signal {
  position: absolute;
  right: 20px;
  bottom: 18px;
  width: 28px;
  height: 3px;
  border-radius: 4px;
  background: var(--orange);
  box-shadow: 0 0 0 5px rgba(243, 108, 50, .08);
}

.home-route-card:hover {
  border-color: rgba(243, 108, 50, .48);
  background: #fff;
  box-shadow: 0 25px 50px rgba(29, 53, 64, .12);
  transform: translateY(-5px);
}

.home-route-card:hover .route-card-signal {
  width: 38px;
}

.page-shell.page-ready .capability-card {
  display: flex;
  min-height: 382px;
  flex-direction: column;
}

.page-shell.page-ready .capability-card p {
  padding-bottom: 4px;
}

.page-shell.page-ready .capability-card .card-link {
  position: static;
  align-self: flex-start;
  margin-top: auto;
  padding-top: 20px;
  line-height: 1.6;
}

.page-shell.page-ready .service-row,
.page-shell.page-ready .source-card .card-link,
.page-shell.page-ready .source-long-card .text-link,
.page-shell.page-ready .text-link,
.page-shell.page-ready .button {
  line-height: 1.7;
}

.page-shell.page-ready .source-card .card-link,
.page-shell.page-ready .source-long-card .text-link {
  white-space: nowrap;
}

.page-error {
  min-height: 55vh;
  padding: 120px 0;
  color: #fff;
  background: #08111d;
}

.page-error span {
  color: #f39b70;
  direction: ltr;
  font-family: Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 1.4px;
}

.page-error h1 {
  margin: 22px 0 30px;
  font-size: clamp(28px, 4vw, 48px);
}

@media (max-width: 1100px) {
  .page-switcher {
    top: 78px;
  }

  .page-switcher-status {
    display: none;
  }

  .page-switcher-inner {
    gap: 14px;
  }

  .page-switcher-label {
    display: none;
  }
}

@media (max-width: 860px) {
  .page-intro-inner {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 18px;
    min-height: 220px;
  }

  .page-intro-index {
    position: absolute;
    top: 44px;
    left: 0;
  }

  .home-route-heading {
    display: grid;
    gap: 18px;
  }

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

@media (max-width: 650px) {
  .page-switcher-inner {
    min-height: 44px;
  }

  .page-switcher-links {
    width: 100%;
  }

  .page-switcher-links a {
    min-height: 44px;
    padding-inline: 10px;
    font-size: 9px;
  }

  .page-intro-inner {
    padding-top: 34px;
    padding-bottom: 32px;
  }

  .page-intro-index {
    top: 32px;
    left: 0;
  }

  .home-route-overview {
    padding: 70px 0 80px;
  }

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

  .home-route-card {
    min-height: 165px;
  }

  .page-shell.page-ready .capability-card {
    min-height: 350px;
  }
}

/* A more frontal product view preserves real thickness without making the board look like a flat poster. */
body[data-page-view="home"] .three-board {
  transform: translate3d(-50%, -50%, 0) rotateX(calc(24deg + var(--my) * -5deg)) rotateZ(calc(-4deg + var(--mx) * 3deg)) translate3d(calc(var(--mx) * 20px), calc(var(--my) * -12px), 60px);
}

body[data-page-view="home"] .three-board-depth-shadow {
  transform: translate3d(13px, 17px, -28px);
}

@media (max-width: 860px) {
  body[data-page-view="home"] .three-board {
    transform: translate3d(-50%, -50%, 0) rotateX(calc(31deg + var(--my) * -4deg)) rotateZ(calc(-4deg + var(--mx) * 3deg)) translate3d(calc(var(--mx) * 12px), calc(var(--my) * -8px), 45px);
  }
}

@media (max-width: 650px) {
  body[data-page-view="home"] .three-board {
    transform: translate3d(-50%, -50%, 0) rotateX(38deg) rotateZ(-4deg) translateZ(30px);
  }
}

/* Real-board depth pass: material thickness, photographic detail and pointer-driven motion. */
.three-board {
  isolation: isolate;
  transition: transform .16s cubic-bezier(.2, .7, .2, 1), filter .4s ease;
}

.three-board-depth-shadow {
  position: absolute;
  inset: 0;
  z-index: 0;
  border: 1px solid rgba(6, 17, 25, .9);
  border-radius: 20px;
  background: linear-gradient(145deg, #071a22, #020b12 70%);
  box-shadow: 18px 28px 0 rgba(1, 9, 14, .68), 0 55px 55px rgba(0, 0, 0, .56);
  transform: translate3d(13px, 17px, -22px);
}

.three-board-edge {
  z-index: 1;
}

.three-board-edge-back {
  top: -27px;
  right: 2px;
  left: 2px;
  height: 27px;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  transform-origin: bottom;
  transform: rotateX(90deg);
}

.three-board-edge-left {
  top: 2px;
  bottom: 2px;
  left: -27px;
  width: 27px;
  border-right: 0;
  border-radius: 12px 0 0 12px;
  transform-origin: right;
  transform: rotateY(-90deg);
}

.three-board-surface {
  z-index: 2;
  background:
    radial-gradient(circle at 17% 24%, rgba(113, 205, 175, .15), transparent 15%),
    radial-gradient(circle at 78% 70%, rgba(243, 108, 50, .08), transparent 22%),
    linear-gradient(135deg, rgba(26, 74, 70, .98), rgba(5, 29, 38, .99) 53%, rgba(4, 17, 27, 1));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, .06),
    inset 0 0 0 8px rgba(4, 25, 31, .3),
    inset 0 0 90px rgba(0, 0, 0, .65),
    0 0 0 7px rgba(9, 30, 38, .65),
    0 0 42px rgba(66, 190, 181, .15);
}

.three-board-surface::before {
  inset: 14px;
  border: 1px dashed rgba(157, 199, 215, .2);
  box-shadow: inset 0 0 24px rgba(104, 201, 167, .05);
}

.three-board-reflection,
.three-board-scan-beam {
  position: absolute;
  z-index: 6;
  pointer-events: none;
}

.three-board-reflection {
  inset: -35% -15%;
  background: linear-gradient(112deg, transparent 38%, rgba(255, 255, 255, .16) 47%, rgba(255, 191, 140, .08) 51%, transparent 62%);
  mix-blend-mode: screen;
  opacity: .34;
  transform: translate3d(calc(var(--mx) * -18px), calc(var(--my) * -11px), 82px) rotate(-7deg);
  animation: three-reflection-drift 9s ease-in-out infinite;
  transition: transform .35s ease-out, opacity .35s ease;
}

.three-board-scan-beam {
  top: -12%;
  bottom: -12%;
  left: -24%;
  width: 13%;
  background: linear-gradient(90deg, transparent, rgba(141, 224, 192, .24), transparent);
  filter: blur(5px);
  opacity: .7;
  transform: translate3d(calc(var(--mx) * 17px), calc(var(--my) * -9px), 65px) skewX(-16deg);
  animation: three-scan-sweep 6.5s ease-in-out infinite;
  transition: transform .25s ease-out;
}

.hero-visual-hero.has-pointer .three-board-reflection {
  opacity: .62;
}

.three-real-board-window {
  position: absolute;
  top: 20%;
  left: 7%;
  z-index: 3;
  width: 24%;
  height: 32%;
  overflow: hidden;
  padding: 6px;
  border: 1px solid rgba(214, 240, 224, .48);
  border-radius: 8px;
  background: rgba(5, 17, 23, .8);
  box-shadow: 0 18px 26px rgba(0, 0, 0, .42), inset 0 0 0 1px rgba(243, 108, 50, .18);
  transform: translate3d(calc(var(--mx) * -17px), calc(var(--my) * -12px), 38px) rotateZ(-5deg);
  transition: transform .25s cubic-bezier(.2, .7, .2, 1), box-shadow .35s ease;
}

.three-real-board-window::before,
.three-real-board-window::after {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  content: "";
}

.three-real-board-window::before {
  inset: 6px;
  border: 1px solid rgba(141, 224, 192, .25);
}

.three-real-board-window::after {
  top: 10%;
  right: -12%;
  bottom: 10%;
  left: -12%;
  background: repeating-linear-gradient(180deg, transparent 0 6px, rgba(255, 255, 255, .06) 7px, transparent 8px);
  mix-blend-mode: screen;
  opacity: .42;
}

.three-real-board-window img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 54%;
  filter: saturate(.76) contrast(1.22) brightness(.55) sepia(.08) hue-rotate(135deg);
  opacity: .92;
  transform: scale(1.08) translate3d(calc(var(--mx) * 1.5%), calc(var(--my) * 1.5%), 0);
  transition: transform .3s ease-out, filter .4s ease;
}

.three-real-board-window span {
  position: absolute;
  right: 10px;
  bottom: 9px;
  z-index: 4;
  color: #d6eee8;
  direction: ltr;
  font-family: Arial, sans-serif;
  font-size: 6px;
  letter-spacing: 1.2px;
  text-shadow: 0 1px 4px #020c12;
}

.three-board-screw {
  position: absolute;
  z-index: 8;
  width: 11px;
  height: 11px;
  border: 1px solid rgba(202, 229, 219, .45);
  border-radius: 50%;
  background: radial-gradient(circle at 34% 30%, #d1e3d9 0 13%, #6d8984 18%, #1a3439 53%, #06151d 72%);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .55), inset 0 0 0 1px rgba(0, 0, 0, .5);
  transform: translate3d(calc(var(--mx) * 9px), calc(var(--my) * -7px), 25px);
  transition: transform .28s ease-out;
}

.three-board-screw-one { top: 5%; left: 5%; }
.three-board-screw-two { top: 5%; right: 5%; }
.three-board-screw-three { bottom: 5%; left: 5%; }
.three-board-screw-four { right: 5%; bottom: 5%; }

.three-trace-map {
  transform: translate3d(calc(var(--mx) * -7px), calc(var(--my) * -5px), 7px);
  transition: transform .32s ease-out;
}

.three-chip {
  transition: transform .22s cubic-bezier(.2, .7, .2, 1);
}

.three-component {
  transform: translate3d(calc(var(--mx) * 13px), calc(var(--my) * -10px), 32px);
  transition: transform .3s cubic-bezier(.2, .7, .2, 1);
}

.three-led-bank {
  transform: translate3d(calc(var(--mx) * 15px), calc(var(--my) * -11px), 35px);
  transition: transform .3s ease-out;
}

.three-route-tag {
  transition: transform .3s ease-out;
}

.three-route-engineering {
  transform: translate3d(calc(var(--mx) * -13px), calc(var(--my) * 10px), 30px);
}

.three-route-sourcing {
  transform: translate3d(calc(var(--mx) * 12px), calc(var(--my) * -10px), 30px);
}

.three-board-caption {
  transform: translate3d(calc(var(--mx) * 10px), calc(var(--my) * -7px), 28px);
  transition: transform .3s ease-out;
}

.three-electron {
  position: absolute;
  z-index: 9;
  width: 7px;
  height: 7px;
  border: 1px solid rgba(255, 219, 185, .9);
  border-radius: 50%;
  background: #f36c32;
  box-shadow: 0 0 0 4px rgba(243, 108, 50, .1), 0 0 15px rgba(243, 108, 50, .9);
  pointer-events: none;
  transform: translate3d(calc(var(--mx) * 18px), calc(var(--my) * -14px), 44px);
  transition: transform .25s ease-out;
}

.three-electron-two {
  background: #8de0c0;
  border-color: #d9fff0;
  box-shadow: 0 0 0 4px rgba(141, 224, 192, .1), 0 0 15px rgba(141, 224, 192, .9);
}

.three-electron-three {
  width: 5px;
  height: 5px;
  background: #b8e6e1;
  box-shadow: 0 0 13px rgba(184, 230, 225, .9);
}

.three-electron-one {
  top: 51%;
  left: 14%;
  animation: three-electron-route-one 4.8s linear infinite;
}

.three-electron-two {
  top: 35%;
  left: 57%;
  animation: three-electron-route-two 4.2s linear 1.3s infinite;
}

.three-electron-three {
  top: 71%;
  left: 44%;
  animation: three-electron-route-three 5.6s linear 2.2s infinite;
}

@keyframes three-reflection-drift {
  0%, 100% { left: -4%; opacity: .18; }
  45% { left: 7%; opacity: .46; }
  70% { left: 16%; opacity: .2; }
}

@keyframes three-scan-sweep {
  0%, 100% { left: -24%; opacity: .15; }
  42% { left: 56%; opacity: .62; }
  72% { left: 112%; opacity: .08; }
}

@keyframes three-electron-route-one {
  0%, 8% { left: 14%; top: 51%; opacity: 0; }
  18% { left: 20%; top: 48%; opacity: 1; }
  64% { left: 34%; top: 39%; opacity: 1; }
  82%, 100% { left: 40%; top: 35%; opacity: 0; }
}

@keyframes three-electron-route-two {
  0%, 8% { left: 57%; top: 35%; opacity: 0; }
  22% { left: 63%; top: 32%; opacity: 1; }
  68% { left: 80%; top: 24%; opacity: 1; }
  86%, 100% { left: 87%; top: 21%; opacity: 0; }
}

@keyframes three-electron-route-three {
  0%, 10% { left: 44%; top: 71%; opacity: 0; }
  24% { left: 50%; top: 65%; opacity: 1; }
  70% { left: 67%; top: 58%; opacity: 1; }
  88%, 100% { left: 73%; top: 54%; opacity: 0; }
}

@media (max-width: 860px) {
  .three-real-board-window {
    top: 19%;
    left: 8%;
    width: 25%;
    height: 30%;
    padding: 4px;
  }

  .three-board-screw {
    width: 9px;
    height: 9px;
  }
}

@media (max-width: 650px) {
  .three-real-board-window {
    top: 20%;
    left: 8%;
    width: 28%;
    height: 30%;
    padding: 3px;
  }

  .three-real-board-window span {
    right: 5px;
    bottom: 5px;
    font-size: 5px;
    letter-spacing: .8px;
  }

  .three-board-edge-back,
  .three-board-edge-left {
    display: none;
  }

  .three-board-depth-shadow {
    transform: translate3d(8px, 11px, -18px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .three-board-reflection,
  .three-board-scan-beam,
  .three-electron,
  .three-trace-flow,
  .three-trace-node.node-hot,
  .three-chip-face i,
  .three-led-bank i {
    animation: none !important;
  }

  .three-board,
  .three-board-reflection,
  .three-board-scan-beam,
  .three-real-board-window,
  .three-real-board-window img,
  .three-trace-map,
  .three-chip,
  .three-component,
  .three-led-bank,
  .three-route-tag,
  .three-board-caption {
    transition: none !important;
  }
}

/* Original-site media brought back into the new layout. */
.client-logo-grid span {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  min-height: 76px;
  padding: 9px 10px;
  color: #516674;
  font-size: 10px;
}

.client-logo-grid span::before {
  display: none;
}

.client-logo-grid img {
  display: block;
  width: 46px;
  height: 46px;
  object-fit: contain;
  filter: saturate(.84) contrast(1.05);
}

.client-logo-grid b {
  font-size: 10px;
  line-height: 1.7;
}

.client-logo-grid .client-logo-text {
  display: flex;
  grid-template-columns: 1fr;
}

.source-media-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.source-media-strip figure {
  position: relative;
  min-width: 0;
  height: 172px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(157, 199, 215, .2);
  border-radius: 12px;
  background: #0b1d2b;
}

.source-media-strip figure::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, transparent 44%, rgba(4, 15, 24, .82));
}

.source-media-strip img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.92) contrast(1.08) brightness(1.02);
  transition: transform .5s ease, filter .3s ease;
}

.source-media-strip .footer-vector {
  object-fit: cover;
  filter: saturate(.94) contrast(1.04) brightness(.98);
  transition: transform .55s cubic-bezier(.2, .7, .2, 1), filter .3s ease;
}

.source-media-strip figure:hover img {
  filter: saturate(1) contrast(1.08);
  transform: scale(1.07);
}

.source-media-strip figure:hover .footer-vector {
  filter: saturate(1.08) contrast(1.08) brightness(1.03);
  transform: scale(1.045);
}

.source-media-strip figcaption {
  position: absolute;
  right: 12px;
  bottom: 10px;
  z-index: 1;
  color: #f3f8f5;
  font-size: 10px;
  font-weight: 800;
}

.source-commerce-hero {
  position: relative;
  height: 280px;
  margin-top: 30px;
  overflow: hidden;
  border: 1px solid rgba(157, 199, 215, .24);
  border-radius: 18px;
  background: #101e29;
  box-shadow: 0 20px 50px rgba(27, 54, 66, .12);
}

.source-commerce-hero::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, rgba(6, 18, 27, .76), rgba(6, 18, 27, .18) 62%, rgba(6, 18, 27, .44));
}

.source-commerce-hero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.78) contrast(1.08);
}

.source-commerce-hero > div:not(.source-commerce-motion) {
  position: absolute;
  top: 50%;
  left: 6%;
  z-index: 1;
  display: grid;
  gap: 9px;
  color: #fff;
  direction: ltr;
  text-align: left;
  transform: translateY(-50%);
}

.source-commerce-hero span {
  color: #ffad83;
  font-family: Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.4px;
}

.source-commerce-hero strong {
  font-size: clamp(23px, 3.3vw, 43px);
  line-height: 1.45;
}

.source-company-visual {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 14px;
  margin: 0 0 28px;
}

.source-company-visual > div {
  position: relative;
  height: 235px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #e7ecec;
}

.source-company-visual > div::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, transparent 42%, rgba(6, 19, 28, .66));
}

.source-company-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.78) contrast(1.04);
}

.source-company-visual > div:last-child img {
  object-position: center;
}

.source-company-visual span {
  position: absolute;
  right: 16px;
  bottom: 13px;
  z-index: 1;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
}

.faq-origin-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 135px;
  margin-top: 28px;
  overflow: hidden;
  padding: 12px 18px;
  border: 1px solid rgba(157, 199, 215, .18);
  border-radius: 14px;
  background: linear-gradient(135deg, #0a1c29, #122f3a);
}

.faq-origin-visual::after {
  position: absolute;
  top: 50%;
  right: 13%;
  width: 80px;
  height: 80px;
  content: "";
  border: 1px solid rgba(243, 108, 50, .4);
  border-radius: 50%;
  box-shadow: 0 0 0 16px rgba(243, 108, 50, .04), 0 0 0 32px rgba(243, 108, 50, .025);
  transform: translateY(-50%);
}

.faq-origin-visual img {
  position: relative;
  z-index: 1;
  width: 122px;
  height: 122px;
  object-fit: contain;
  opacity: .82;
  filter: drop-shadow(0 0 12px rgba(157, 199, 215, .24));
}

.faq-origin-visual span {
  position: relative;
  z-index: 2;
  color: #9ebfc0;
  direction: ltr;
  font-family: Arial, sans-serif;
  font-size: 8px;
  letter-spacing: 1.4px;
}

@media (max-width: 860px) {
  .source-media-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .source-commerce-hero {
    height: 230px;
  }

  .source-company-visual {
    grid-template-columns: 1fr;
  }

  .source-company-visual > div {
    height: 210px;
  }

  .client-logo-grid span {
    min-height: 66px;
  }
}

@media (max-width: 650px) {
  .source-media-strip {
    gap: 8px;
  }

  .source-media-strip figure {
    height: 142px;
  }

  .source-commerce-hero {
    height: 200px;
  }

  .source-commerce-hero > div:not(.source-commerce-motion) {
    right: 18px;
    left: auto;
    direction: rtl;
    text-align: right;
  }

  .source-commerce-hero strong {
    font-size: 22px;
  }

  .client-logo-grid span {
    grid-template-columns: 34px minmax(0, 1fr);
    min-height: 58px;
    padding-inline: 6px;
    gap: 6px;
  }

  .client-logo-grid img {
    width: 34px;
    height: 34px;
  }

  .client-logo-grid b {
    font-size: 8px;
  }

  .faq-origin-visual {
    min-height: 105px;
  }

  .faq-origin-visual img {
    width: 92px;
    height: 92px;
  }
}

/* Component-first hero pass: the centerpiece now reads as a real electronics assembly. */
.hero-visual-hero .three-board {
  opacity: .3;
  filter: saturate(.66) brightness(.72) drop-shadow(0 40px 30px rgba(0, 0, 0, .42));
}

.hero-visual-hero .electro-core {
  width: min(39%, 410px);
  transform: translate3d(-50%, -50%, 0) rotateX(calc(11deg + var(--my) * -7deg)) rotateY(calc(var(--mx) * 13deg)) rotateZ(calc(-4deg + var(--mx) * 4deg)) translate3d(calc(var(--mx) * 21px), calc(var(--my) * -15px), 155px);
}

.hero-visual-hero .electro-core-face {
  background:
    radial-gradient(circle at 21% 17%, rgba(141, 224, 192, .2), transparent 19%),
    radial-gradient(circle at 84% 77%, rgba(243, 108, 50, .1), transparent 22%),
    linear-gradient(140deg, #194d4b, #0b2c35 52%, #061923);
  box-shadow:
    inset 0 0 0 6px rgba(4, 18, 25, .34),
    inset 0 -28px 58px rgba(0, 0, 0, .46),
    0 0 0 7px rgba(10, 35, 39, .58),
    0 0 50px rgba(88, 214, 190, .24);
}

.component-board-label,
.component-board-subtitle,
.component-board-footer {
  position: absolute;
  z-index: 8;
  direction: ltr;
  font-family: Arial, sans-serif;
}

.component-board-label {
  top: 10%;
  right: 9%;
  left: 9%;
  display: flex;
  justify-content: space-between;
  color: rgba(222, 249, 239, .8);
  font-size: clamp(6px, .6vw, 8px);
  letter-spacing: 1.1px;
}

.component-board-label span::first-letter {
  color: #ff9b6a;
}

.component-board-label b {
  color: rgba(255, 180, 137, .72);
  font-weight: 700;
}

.component-board-subtitle {
  top: 16%;
  right: 9%;
  left: 9%;
  color: rgba(158, 210, 198, .48);
  font-size: clamp(5px, .46vw, 7px);
  letter-spacing: 1px;
}

.component-board-traces {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
  transform: translateZ(8px);
}

.component-trace {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  stroke-dasharray: 2 12;
  animation: component-trace-flow 5s linear infinite;
}

.component-trace-green {
  stroke: rgba(141, 224, 192, .7);
}

.component-trace-hot {
  stroke: url("#componentCopperTrace");
  filter: drop-shadow(0 0 4px rgba(243, 108, 50, .55));
}

.component-pad {
  fill: #a9ddd0;
  stroke: #0c3036;
  stroke-width: 4;
  filter: drop-shadow(0 0 4px rgba(141, 224, 192, .65));
}

.component-pad-hot {
  fill: #f36c32;
  filter: drop-shadow(0 0 6px rgba(243, 108, 50, .86));
}

.component-ic {
  position: absolute;
  z-index: 7;
  transform-style: preserve-3d;
  transition: transform .28s cubic-bezier(.2, .7, .2, 1);
}

.component-ic-main {
  top: 29%;
  left: 34%;
  width: 32%;
  height: 40%;
  transform: translate3d(calc(var(--mx) * 12px), calc(var(--my) * -10px), 70px);
}

.component-ic-small {
  top: 23%;
  right: 17%;
  width: 15%;
  height: 18%;
  transform: translate3d(calc(var(--mx) * 17px), calc(var(--my) * -13px), 58px) rotateZ(4deg);
}

.component-ic-body {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 3px;
  border: 1px solid rgba(255, 190, 151, .78);
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgba(40, 59, 62, .98), rgba(6, 22, 30, .99)),
    #112d35;
  box-shadow:
    inset 0 0 0 4px rgba(4, 18, 25, .7),
    inset 0 0 28px rgba(0, 0, 0, .6),
    0 14px 20px rgba(0, 0, 0, .36),
    0 0 23px rgba(243, 108, 50, .18);
  transform: translateZ(15px);
}

.component-ic-body::before {
  position: absolute;
  top: 9px;
  left: 9px;
  width: 7px;
  height: 7px;
  border: 1px solid #f3aa82;
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 9px rgba(243, 108, 50, .5);
}

.component-ic-body b,
.component-ic-body span,
.component-ic-body small {
  direction: ltr;
  font-family: Arial, sans-serif;
}

.component-ic-body b {
  color: #ff9b6a;
  font-size: clamp(16px, 2vw, 26px);
  letter-spacing: 2px;
}

.component-ic-body span {
  color: #b7d9d1;
  font-size: clamp(6px, .62vw, 9px);
  letter-spacing: 1.1px;
}

.component-ic-body small {
  color: #8de0c0;
  font-size: clamp(5px, .48vw, 7px);
  letter-spacing: 1px;
}

.component-ic-body i {
  width: 6px;
  height: 6px;
  margin-top: 7px;
  border-radius: 50%;
  background: #8de0c0;
  box-shadow: 0 0 0 4px rgba(141, 224, 192, .08), 0 0 15px rgba(141, 224, 192, .86);
  animation: component-led-pulse 2.2s ease-in-out infinite;
}

.component-ic-pin {
  position: absolute;
  z-index: -1;
  background: repeating-linear-gradient(90deg, transparent 0 8px, rgba(243, 154, 111, .88) 8px 12px, transparent 12px 20px);
  filter: drop-shadow(0 0 3px rgba(243, 108, 50, .38));
}

.component-ic-pin-top,
.component-ic-pin-bottom {
  right: 10px;
  left: 10px;
  height: 8px;
}

.component-ic-pin-top { top: -7px; }
.component-ic-pin-bottom { bottom: -7px; }

.component-ic-pin-right,
.component-ic-pin-left {
  top: 10px;
  bottom: 10px;
  width: 8px;
  background: repeating-linear-gradient(180deg, transparent 0 8px, rgba(243, 154, 111, .88) 8px 12px, transparent 12px 20px);
}

.component-ic-pin-right { right: -7px; }
.component-ic-pin-left { left: -7px; }

.component-ic-small .component-ic-body {
  border-radius: 5px;
  box-shadow: inset 0 0 0 3px rgba(4, 18, 25, .62), 0 9px 13px rgba(0, 0, 0, .34), 0 0 15px rgba(141, 224, 192, .15);
}

.component-ic-small .component-ic-body b {
  font-size: clamp(8px, 1vw, 12px);
}

.component-ic-small .component-ic-body span {
  font-size: clamp(4px, .38vw, 6px);
  letter-spacing: .7px;
}

.component-resistor,
.component-capacitor,
.component-inductor,
.component-connector,
.component-led-bank,
.component-solder-points {
  position: absolute;
  z-index: 6;
  direction: ltr;
  font-family: Arial, sans-serif;
  transition: transform .3s cubic-bezier(.2, .7, .2, 1);
}

.component-resistor,
.component-capacitor,
.component-inductor,
.component-connector {
  display: grid;
  justify-items: center;
  gap: 4px;
  color: rgba(204, 231, 221, .7);
  font-size: clamp(5px, .48vw, 7px);
  letter-spacing: .8px;
}

.component-resistor-one {
  top: 55%;
  left: 12%;
  transform: translate3d(calc(var(--mx) * -18px), calc(var(--my) * 13px), 48px) rotateZ(-12deg);
}

.component-resistor-two {
  top: 61%;
  right: 13%;
  transform: translate3d(calc(var(--mx) * 17px), calc(var(--my) * 15px), 51px) rotateZ(13deg);
}

.component-resistor span {
  display: flex;
  align-items: center;
  width: 62px;
  height: 16px;
  padding-inline: 8px;
  border: 1px solid rgba(255, 185, 145, .6);
  border-radius: 4px;
  background: linear-gradient(90deg, #e19a73, #63352f 48%, #b96c4d);
  box-shadow: 0 8px 12px rgba(0, 0, 0, .32), 0 0 13px rgba(243, 108, 50, .17);
}

.component-resistor span::before,
.component-resistor span::after {
  position: absolute;
  width: 12px;
  height: 1px;
  content: "";
  background: #bdd7cd;
}

.component-resistor span::before { left: -12px; }
.component-resistor span::after { right: -12px; }

.component-resistor span i {
  width: 5px;
  height: 16px;
  margin-left: 4px;
  background: #f2c071;
}

.component-resistor span i:nth-child(2) { background: #2b292b; }
.component-resistor span i:nth-child(3) { background: #e7e0bc; }
.component-resistor span i:nth-child(4) { background: #ed855b; }

.component-capacitor-one {
  top: 22%;
  left: 23%;
  transform: translate3d(calc(var(--mx) * -14px), calc(var(--my) * -14px), 63px) rotateZ(-5deg);
}

.component-capacitor-two {
  right: 23%;
  bottom: 20%;
  transform: translate3d(calc(var(--mx) * 18px), calc(var(--my) * 14px), 60px) rotateZ(5deg);
}

.component-capacitor span {
  position: relative;
  display: block;
  width: 19px;
  height: 43px;
  border: 1px solid rgba(208, 239, 223, .54);
  border-radius: 5px;
  background: linear-gradient(90deg, #173c41, #d98761 45%, #0a242d 77%);
  box-shadow: 0 11px 14px rgba(0, 0, 0, .34), 0 0 13px rgba(141, 224, 192, .14);
}

.component-capacitor span::before,
.component-capacitor span::after {
  position: absolute;
  bottom: -10px;
  width: 1px;
  height: 11px;
  content: "";
  background: #c4ddd3;
}

.component-capacitor span::before { left: 5px; }
.component-capacitor span::after { right: 5px; }

.component-capacitor span i {
  position: absolute;
  top: 5px;
  right: 3px;
  left: 3px;
  height: 2px;
  background: rgba(255, 217, 192, .65);
  box-shadow: 0 10px rgba(255, 217, 192, .2), 0 20px rgba(255, 217, 192, .2);
}

.component-inductor {
  top: 58%;
  left: 22%;
  transform: translate3d(calc(var(--mx) * -20px), calc(var(--my) * 14px), 54px) rotateZ(-13deg);
}

.component-inductor span {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  border: 5px solid rgba(243, 108, 50, .76);
  border-right-color: rgba(141, 224, 192, .7);
  border-radius: 50%;
  background: radial-gradient(circle, #102d35 0 36%, transparent 37%);
  box-shadow: 0 0 0 5px rgba(243, 108, 50, .06), 0 0 20px rgba(243, 108, 50, .25);
}

.component-inductor span i {
  width: 13px;
  height: 13px;
  border: 2px solid #ffb17f;
  border-radius: 50%;
  box-shadow: inset 0 0 0 3px #183941, 0 0 9px rgba(243, 108, 50, .5);
}

.component-connector {
  right: 10%;
  bottom: 18%;
  transform: translate3d(calc(var(--mx) * 17px), calc(var(--my) * 16px), 55px) rotateZ(4deg);
}

.component-connector span {
  display: flex;
  gap: 4px;
  padding: 5px 7px;
  border: 1px solid rgba(221, 239, 226, .55);
  border-radius: 4px;
  background: linear-gradient(180deg, #d8e1d5, #61817a);
  box-shadow: 0 10px 16px rgba(0, 0, 0, .35);
}

.component-connector span i {
  width: 5px;
  height: 10px;
  border-radius: 1px;
  background: #f5a579;
  box-shadow: inset 0 0 0 1px rgba(74, 55, 43, .6);
}

.component-led-bank {
  right: 12%;
  bottom: 9%;
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(205, 232, 221, .65);
  font-size: clamp(5px, .45vw, 7px);
  letter-spacing: .7px;
  transform: translate3d(calc(var(--mx) * 18px), calc(var(--my) * 16px), 50px);
}

.component-led-bank i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f36c32;
  box-shadow: 0 0 10px rgba(243, 108, 50, .86);
  animation: component-led-pulse 2s ease-in-out infinite;
}

.component-led-bank i:nth-child(2) { background: #8de0c0; box-shadow: 0 0 10px rgba(141, 224, 192, .86); animation-delay: -.45s; }
.component-led-bank i:nth-child(3) { background: #f6bf76; box-shadow: 0 0 10px rgba(246, 191, 118, .82); animation-delay: -.9s; }
.component-led-bank i:nth-child(4) { background: #8de0c0; box-shadow: 0 0 10px rgba(141, 224, 192, .86); animation-delay: -1.35s; }

.component-solder-points {
  top: 81%;
  left: 12%;
  display: flex;
  gap: 13px;
  transform: translate3d(calc(var(--mx) * -11px), calc(var(--my) * 11px), 39px);
}

.component-solder-points i {
  width: 5px;
  height: 5px;
  border: 1px solid rgba(255, 203, 171, .72);
  border-radius: 50%;
  background: #f36c32;
  box-shadow: 0 0 8px rgba(243, 108, 50, .63);
}

.component-board-footer {
  right: 9%;
  bottom: 9%;
  left: 9%;
  display: flex;
  justify-content: space-between;
  color: rgba(205, 234, 223, .5);
  font-size: clamp(5px, .46vw, 7px);
  letter-spacing: 1px;
}

.component-board-footer b {
  color: rgba(255, 178, 136, .66);
  font-weight: 700;
}

@keyframes component-trace-flow {
  to { stroke-dashoffset: -150; }
}

@keyframes component-led-pulse {
  0%, 100% { opacity: .55; transform: scale(.82); }
  50% { opacity: 1; transform: scale(1.18); }
}

@media (max-width: 860px) {
  .hero-visual-hero .electro-core {
    width: min(52%, 390px);
  }

  .component-resistor span {
    width: 47px;
    height: 12px;
    padding-inline: 5px;
  }

  .component-resistor span i {
    height: 12px;
  }

  .component-inductor span {
    width: 36px;
    height: 36px;
    border-width: 4px;
  }
}

@media (max-width: 650px) {
  .hero-visual-hero .three-board {
    opacity: .22;
  }

  .hero-visual-hero .electro-core {
    width: 68%;
    top: 53%;
    transform: translate3d(-50%, -50%, 0) rotateX(calc(8deg + var(--my) * -4deg)) rotateY(calc(var(--mx) * 8deg)) rotateZ(-3deg) translateZ(130px);
  }

  .component-board-label,
  .component-board-footer {
    font-size: 4px;
    letter-spacing: .55px;
  }

  .component-board-subtitle {
    font-size: 4px;
    letter-spacing: .55px;
  }

  .component-ic-body b {
    font-size: 15px;
  }

  .component-ic-body span,
  .component-ic-body small {
    font-size: 4px;
  }

  .component-resistor,
  .component-capacitor,
  .component-inductor,
  .component-connector,
  .component-led-bank {
    font-size: 4px;
  }

  .component-resistor span {
    width: 34px;
    height: 9px;
    padding-inline: 3px;
  }

  .component-resistor span i {
    width: 3px;
    height: 9px;
    margin-left: 2px;
  }

  .component-capacitor span {
    width: 13px;
    height: 30px;
  }

  .component-inductor span {
    width: 29px;
    height: 29px;
    border-width: 3px;
  }

  .component-connector span {
    gap: 2px;
    padding: 3px 4px;
  }

  .component-connector span i {
    width: 3px;
    height: 7px;
  }

  .component-led-bank {
    gap: 3px;
  }

  .component-led-bank i {
    width: 5px;
    height: 5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .component-trace,
  .component-ic-body i,
  .component-led-bank i {
    animation: none !important;
  }

  .component-ic,
  .component-resistor,
  .component-capacitor,
  .component-inductor,
  .component-connector,
  .component-led-bank,
  .component-solder-points {
    transition: none !important;
  }
}

/* Certificate index: make the original credential list visible without fabricating certificate scans. */
.certificate-showcase {
  position: relative;
  display: grid;
  grid-template-columns: minmax(230px, .72fr) minmax(0, 1.28fr);
  gap: 28px;
  align-items: stretch;
  margin-top: 22px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(157, 199, 215, .2);
  border-radius: 24px;
  background:
    radial-gradient(circle at 85% 12%, rgba(141, 224, 192, .12), transparent 30%),
    radial-gradient(circle at 12% 88%, rgba(243, 108, 50, .15), transparent 32%),
    linear-gradient(135deg, #0a1b28, #102b37 62%, #0b202c);
  box-shadow: 0 24px 65px rgba(7, 28, 40, .15);
}

.certificate-showcase::before {
  position: absolute;
  width: 340px;
  height: 340px;
  margin: -116px 0 0 -120px;
  border: 1px solid rgba(141, 224, 192, .2);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 24px rgba(141, 224, 192, .035), 0 0 0 48px rgba(243, 108, 50, .025);
  pointer-events: none;
}

.certificate-showcase-heading,
.certificate-card-grid {
  position: relative;
  z-index: 1;
}

.certificate-showcase-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.certificate-showcase-heading .eyebrow {
  color: #ffb18b;
  font-size: 9px;
  letter-spacing: 1.25px;
}

.certificate-showcase-heading h3 {
  max-width: 340px;
  margin: 20px 0 14px;
  color: #fff;
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.45;
}

.certificate-showcase-heading h3 em {
  color: #8de0c0;
  font-style: normal;
}

.certificate-showcase-heading p {
  max-width: 330px;
  margin: 0;
  color: #a9c2cc;
  font-size: 12px;
  line-height: 2.15;
}

.certificate-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.certificate-card {
  position: relative;
  display: grid;
  grid-template-columns: 45px minmax(0, 1fr);
  grid-template-rows: 1fr auto;
  gap: 0 12px;
  min-height: 132px;
  padding: 16px;
  overflow: hidden;
  border: 1px solid rgba(157, 199, 215, .18);
  border-radius: 15px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .025));
  transition: border-color .25s ease, transform .25s ease, background .25s ease;
}

.certificate-card::after {
  position: absolute;
  right: -18px;
  bottom: -28px;
  width: 100px;
  height: 100px;
  border: 1px solid rgba(141, 224, 192, .13);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 12px rgba(141, 224, 192, .025);
  pointer-events: none;
}

.certificate-card:hover {
  border-color: rgba(141, 224, 192, .45);
  background: linear-gradient(145deg, rgba(255, 255, 255, .13), rgba(141, 224, 192, .06));
  transform: translateY(-3px);
}

.certificate-card-featured {
  border-color: rgba(243, 108, 50, .42);
  background: linear-gradient(145deg, rgba(243, 108, 50, .16), rgba(255, 255, 255, .035));
}

.certificate-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(141, 224, 192, .5);
  border-radius: 50%;
  color: #a9f0d2;
  font-family: Arial, sans-serif;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .4px;
  box-shadow: inset 0 0 0 5px rgba(141, 224, 192, .045);
}

.certificate-card-featured .certificate-mark {
  border-color: rgba(255, 177, 139, .75);
  color: #ffc19d;
  box-shadow: inset 0 0 0 5px rgba(243, 108, 50, .08);
}

.certificate-card div {
  display: grid;
  align-content: center;
  gap: 7px;
  min-width: 0;
}

.certificate-card strong {
  color: #fff;
  font-size: 13px;
  line-height: 1.55;
}

.certificate-card small {
  color: #9fb9c3;
  font-size: 10px;
  line-height: 1.7;
}

.certificate-card b {
  grid-column: 1 / -1;
  align-self: end;
  margin-top: 14px;
  color: #7e9ca7;
  direction: ltr;
  font-family: Arial, sans-serif;
  font-size: 7px;
  letter-spacing: 1.1px;
}

@media (max-width: 860px) {
  .certificate-showcase {
    grid-template-columns: 1fr;
  }

  .certificate-showcase-heading p {
    max-width: 560px;
  }
}

@media (max-width: 560px) {
  .certificate-showcase {
    gap: 20px;
    padding: 22px;
  }

  .certificate-card-grid {
    grid-template-columns: 1fr;
  }
}

/* Keep numeric UI, technical codes and Persian copy on one consistent type system. */
body,
body * {
  font-family: var(--font-numeric) !important;
  font-variant-numeric: tabular-nums lining-nums;
}

body .sourcing-tag {
  font-family: var(--font-numeric) !important;
}

/* AFV BOM intake workspace: the upload stays in AFV CRM while DigiCore only supplies live catalog telemetry. */
.bom-intake {
  --bom-ink: #0a1a27;
  --bom-line: #dce6eb;
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr);
  min-height: 620px;
  margin: 4px 0 54px;
  overflow: hidden;
  border: 1px solid #cbd9e0;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(8, 29, 43, .12);
  isolation: isolate;
}

.bom-intake::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: var(--bom-pointer-y, 40%);
  left: var(--bom-pointer-x, 62%);
  width: 260px;
  height: 260px;
  pointer-events: none;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(243, 108, 50, .11), transparent 68%);
  transform: translate(-50%, -50%);
  transition: top .35s ease, left .35s ease;
}

.bom-intake-visual {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 52% 43%, rgba(40, 136, 172, .24), transparent 24%),
    radial-gradient(circle at 20% 75%, rgba(243, 108, 50, .16), transparent 24%),
    linear-gradient(145deg, #0c2635, #07131e 72%);
  direction: ltr;
}

.bom-intake-visual::before,
.bom-intake-visual::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border: 1px solid rgba(184, 224, 233, .17);
  border-radius: 50%;
}

.bom-intake-visual::before {
  top: 14%;
  left: 17%;
  width: 67%;
  aspect-ratio: 1;
  box-shadow: 0 0 0 28px rgba(157, 219, 228, .035), 0 0 0 74px rgba(157, 219, 228, .022);
  animation: bomOrbitPulse 6s ease-in-out infinite;
}

.bom-intake-visual::after {
  right: -12%;
  bottom: -20%;
  width: 60%;
  aspect-ratio: 1;
  border-color: rgba(243, 108, 50, .22);
  transform: rotate(-19deg);
}

.bom-visual-grid {
  position: absolute;
  inset: -30%;
  opacity: .33;
  background-image: linear-gradient(rgba(151, 211, 222, .1) 1px, transparent 1px), linear-gradient(90deg, rgba(151, 211, 222, .1) 1px, transparent 1px);
  background-size: 34px 34px;
  transform: perspective(500px) rotateX(61deg) rotateZ(-13deg) translateY(20%);
}

.bom-visual-scan {
  position: absolute;
  z-index: 3;
  top: -18%;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 183, 143, .9), transparent);
  box-shadow: 0 0 20px rgba(243, 108, 50, .65);
  animation: bomScan 5.8s linear infinite;
}

.bom-visual-orbit {
  position: absolute;
  z-index: 1;
  top: 23%;
  left: 18%;
  width: 66%;
  height: 47%;
  border: 1px solid rgba(165, 219, 225, .24);
  border-radius: 50%;
  transform: rotate(-25deg);
}

.bom-visual-orbit::before,
.bom-visual-orbit::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff9a6d;
  box-shadow: 0 0 0 5px rgba(243, 108, 50, .14), 0 0 22px rgba(243, 108, 50, .9);
}

.bom-visual-orbit::before { top: 11%; left: 18%; }
.bom-visual-orbit::after { right: 6%; bottom: 20%; background: #9fe6dd; box-shadow: 0 0 0 5px rgba(159, 230, 221, .13), 0 0 22px rgba(159, 230, 221, .8); }
.bom-visual-orbit-one { animation: bomOrbit 13s linear infinite; }
.bom-visual-orbit-two { top: 29%; left: 8%; width: 83%; height: 34%; border-color: rgba(243, 108, 50, .17); transform: rotate(23deg); animation: bomOrbitReverse 16s linear infinite; }

.bom-visual-board {
  position: absolute;
  z-index: 2;
  top: 26%;
  left: 22%;
  width: 57%;
  aspect-ratio: 1.35;
  border: 1px solid rgba(194, 243, 233, .65);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .11), transparent 35%),
    linear-gradient(145deg, #225c63, #0d303f 70%);
  box-shadow: 22px 28px 0 rgba(4, 15, 23, .38), 0 28px 58px rgba(0, 0, 0, .34), inset 0 0 0 7px rgba(5, 25, 32, .25);
  transform: perspective(720px) rotateX(54deg) rotateZ(-31deg) rotateY(-12deg);
  transform-style: preserve-3d;
  animation: bomBoardFloat 7s ease-in-out infinite;
}

.bom-visual-board::before,
.bom-visual-board::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #e68b62;
  box-shadow: 0 0 0 4px rgba(230, 139, 98, .15), 0 0 16px rgba(230, 139, 98, .8);
}

.bom-visual-board::before { top: 9%; right: 10%; width: 8px; height: 8px; }
.bom-visual-board::after { bottom: 12%; left: 15%; width: 6px; height: 6px; background: #9fe6dd; box-shadow: 0 0 0 4px rgba(159, 230, 221, .14), 0 0 16px rgba(159, 230, 221, .8); }

.bom-board-corner,
.bom-board-line,
.bom-board-chip,
.bom-board-led { position: absolute; display: block; }
.bom-board-corner { width: 15px; height: 15px; border: 1px solid rgba(182, 239, 223, .7); border-radius: 50%; }
.bom-board-corner-one { top: 14%; left: 16%; }.bom-board-corner-two { top: 18%; right: 18%; }.bom-board-corner-three { bottom: 17%; left: 25%; }.bom-board-corner-four { bottom: 22%; right: 14%; }
.bom-board-line { height: 1px; background: linear-gradient(90deg, transparent, #a7e5d6 22%, #a7e5d6 78%, transparent); transform-origin: left center; }
.bom-board-line-one { top: 29%; left: 18%; width: 56%; transform: rotate(22deg); }.bom-board-line-two { top: 55%; left: 12%; width: 72%; transform: rotate(-13deg); }.bom-board-line-three { top: 71%; left: 26%; width: 45%; transform: rotate(28deg); }
.bom-board-chip { width: 24px; height: 20px; border: 1px solid rgba(246, 218, 158, .7); border-radius: 3px; background: repeating-linear-gradient(90deg, #d09b4d 0 2px, transparent 2px 5px); box-shadow: 0 0 10px rgba(246, 218, 158, .2); }
.bom-board-chip-one { top: 38%; left: 41%; }.bom-board-chip-two { top: 61%; right: 26%; transform: rotate(15deg); }.bom-board-chip-three { bottom: 22%; left: 17%; transform: rotate(-12deg) scale(.72); }
.bom-board-led { width: 5px; height: 5px; border-radius: 50%; background: #ff9b6c; box-shadow: 0 0 12px #ff9b6c; animation: bomLed 2.8s ease-in-out infinite; }.bom-board-led-one { top: 23%; left: 31%; }.bom-board-led-two { top: 52%; right: 17%; animation-delay: .7s; }.bom-board-led-three { bottom: 16%; left: 52%; animation-delay: 1.4s; background: #9fe6dd; box-shadow: 0 0 12px #9fe6dd; }
.bom-visual-board strong { position: absolute; right: 12%; bottom: 9%; color: rgba(232, 255, 248, .82); font-family: Arial, sans-serif !important; font-size: 17px; letter-spacing: 2px; }.bom-visual-board small { position: absolute; left: 10%; bottom: 8%; color: rgba(195, 239, 228, .65); font-family: Arial, sans-serif !important; font-size: 7px; letter-spacing: 1.5px; }

.bom-visual-floating { position: absolute; z-index: 4; padding: 7px 10px; color: #bde8e5; border: 1px solid rgba(185, 239, 229, .24); border-radius: 5px; background: rgba(8, 29, 40, .65); box-shadow: 0 10px 25px rgba(0, 0, 0, .15); font-family: Arial, sans-serif !important; font-size: 7px; letter-spacing: 1.5px; backdrop-filter: blur(8px); }.bom-visual-floating-top { top: 12%; left: 10%; }.bom-visual-floating-bottom { right: 9%; bottom: 14%; color: #ffb591; }.bom-visual-floating-bottom i { display: inline-block; width: 5px; height: 5px; margin-right: 5px; border-radius: 50%; background: #5be0b1; box-shadow: 0 0 10px #5be0b1; }
.bom-visual-stats { position: absolute; z-index: 4; right: 9%; bottom: 7%; left: 9%; display: flex; justify-content: space-between; gap: 10px; padding-top: 15px; border-top: 1px solid rgba(180, 222, 229, .16); }.bom-visual-stats span { display: grid; gap: 4px; }.bom-visual-stats b { color: #fff; font-family: Arial, sans-serif !important; font-size: 16px; }.bom-visual-stats small { color: #91b6c1; font-size: 8px; }

.bom-intake-panel { position: relative; z-index: 3; padding: clamp(30px, 4vw, 58px) clamp(24px, 4.6vw, 72px); background: rgba(255, 255, 255, .97); }.bom-intake-kicker { display: flex; align-items: center; gap: 8px; color: var(--orange-deep); font-size: 9px; font-weight: 800; letter-spacing: .7px; }.bom-intake-kicker span { width: 22px; height: 2px; background: var(--orange); }.bom-intake-head h3 { margin: 19px 0 12px; color: var(--bom-ink); font-size: clamp(25px, 3vw, 40px); line-height: 1.45; }.bom-intake-head h3 em { color: var(--orange-deep); font-style: normal; }.bom-intake-head p { max-width: 650px; margin: 0; color: #657985; font-size: 12px; line-height: 2.1; }.bom-digicore-status { display: inline-flex; align-items: center; gap: 7px; margin-top: 19px; padding: 7px 10px; color: #748c95; border: 1px solid #dce7eb; border-radius: 5px; background: #f7fafb; font-size: 9px; }.bom-digicore-status i { width: 7px; height: 7px; border-radius: 50%; background: #e2a64e; box-shadow: 0 0 0 4px rgba(226, 166, 78, .13); animation: bomLed 1.8s ease-in-out infinite; }.bom-digicore-status.is-online i { background: #2eb982; box-shadow: 0 0 0 4px rgba(46, 185, 130, .13); }.bom-digicore-status.is-fallback i { background: #82949b; box-shadow: none; animation: none; }
.bom-form { position: relative; margin-top: 27px; }.bom-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; opacity: 0 !important; pointer-events: none !important; }.bom-field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }.bom-field { display: flex; flex-direction: column; gap: 6px; }.bom-field-full { grid-column: 1 / -1; }.bom-field > span { color: #6b7d86; font-size: 9px; font-weight: 700; }.bom-field > span b { color: var(--orange-deep); }.bom-field input,.bom-field textarea { width: 100%; padding: 11px 12px; color: var(--bom-ink); border: 1px solid var(--bom-line); border-radius: 8px; outline: none; background: #fbfdfe; font-size: 10px; transition: border-color .2s, box-shadow .2s, background .2s; }.bom-field input { min-height: 42px; }.bom-field textarea { min-height: 80px; resize: vertical; line-height: 1.9; }.bom-field input:focus,.bom-field textarea:focus { border-color: #f19a74; background: #fff; box-shadow: 0 0 0 4px rgba(243, 108, 50, .09); }
.bom-dropzone { position: relative; display: flex; align-items: center; gap: 12px; min-height: 78px; margin: 17px 0 14px; padding: 13px 14px; cursor: pointer; border: 1px dashed #b5cbd4; border-radius: 10px; background: linear-gradient(120deg, #f7fbfc, #fff); transition: border-color .2s, background .2s, transform .2s; }.bom-dropzone:hover,.bom-dropzone.is-dragover,.bom-dropzone.has-file { border-color: var(--orange); background: #fff9f6; transform: translateY(-1px); }.bom-dropzone input { position: absolute; width: 1px; height: 1px; opacity: 0; }.bom-drop-icon { display: grid; width: 36px; height: 36px; place-items: center; flex: 0 0 36px; color: var(--orange-deep); border: 1px solid #f1c9b9; border-radius: 9px; background: #fff1ea; font-size: 21px; }.bom-drop-copy { min-width: 0; flex: 1; }.bom-drop-copy strong,.bom-drop-copy small { display: block; }.bom-drop-copy strong { color: var(--bom-ink); font-size: 10px; }.bom-drop-copy small { margin-top: 4px; overflow: hidden; color: #8d9ca4; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }.bom-file-meta { max-width: 145px; overflow: hidden; color: #95a4ab; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }.bom-dropzone.has-file .bom-file-meta { color: var(--orange-deep); font-weight: 700; }
.bom-form-footer { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 18px; }.bom-privacy-note { display: inline-flex; align-items: center; gap: 6px; color: #8a9ba3; font-size: 8px; }.bom-privacy-note i { color: #2aa77e; font-size: 16px; font-style: normal; }.bom-submit { display: inline-flex; align-items: center; gap: 15px; min-height: 45px; padding: 0 16px 0 12px; cursor: pointer; color: #fff; border: 0; border-radius: 8px; background: linear-gradient(135deg, #f37a42, #df4f1d); box-shadow: 0 12px 25px rgba(219, 79, 29, .23); font-size: 10px; font-weight: 800; transition: transform .2s, box-shadow .2s, opacity .2s; }.bom-submit b { display: grid; width: 27px; height: 27px; place-items: center; color: #fff; border: 1px solid rgba(255, 255, 255, .36); border-radius: 50%; font-family: Arial, sans-serif !important; font-size: 15px; }.bom-submit:hover { box-shadow: 0 16px 30px rgba(219, 79, 29, .3); transform: translateY(-2px); }.bom-submit:disabled { cursor: wait; opacity: .62; transform: none; }.bom-form-status { min-height: 18px; margin-top: 13px; color: #85969e; font-size: 9px; line-height: 1.8; }.bom-form-status.is-loading { color: #9b6f3e; }.bom-form-status.is-success { color: #16875c; }.bom-form-status.is-error { color: #c65245; }

@keyframes bomScan { 0% { transform: translateY(0); opacity: 0; } 10% { opacity: 1; } 88% { opacity: 1; } 100% { transform: translateY(720px); opacity: 0; } }
@keyframes bomOrbit { to { transform: rotate(335deg); } }
@keyframes bomOrbitReverse { to { transform: rotate(-337deg); } }
@keyframes bomBoardFloat { 0%,100% { margin-top: 0; } 50% { margin-top: -13px; } }
@keyframes bomOrbitPulse { 0%,100% { opacity: .8; transform: scale(1); } 50% { opacity: .38; transform: scale(1.035); } }
@keyframes bomLed { 0%,100% { opacity: .45; transform: scale(.82); } 50% { opacity: 1; transform: scale(1.15); } }

@media (max-width: 980px) {
  .bom-intake { grid-template-columns: 1fr; }.bom-intake-visual { min-height: 390px; }.bom-visual-board { top: 21%; left: 29%; width: 42%; }.bom-intake-panel { padding: 38px clamp(23px, 7vw, 60px) 45px; }
}

@media (max-width: 560px) {
  .bom-intake { margin-top: 0; border-radius: 18px; }.bom-intake-visual { min-height: 310px; }.bom-visual-board { top: 23%; left: 23%; width: 54%; }.bom-visual-floating-top { top: 10%; left: 6%; }.bom-visual-floating-bottom { right: 6%; bottom: 17%; }.bom-visual-stats { right: 6%; bottom: 7%; left: 6%; }.bom-visual-stats b { font-size: 13px; }.bom-visual-stats small { font-size: 7px; }.bom-intake-panel { padding: 29px 18px 31px; }.bom-intake-head h3 { font-size: 25px; }.bom-intake-head p { font-size: 10px; }.bom-field-grid { grid-template-columns: 1fr; }.bom-field-full { grid-column: auto; }.bom-form-footer { align-items: stretch; flex-direction: column; }.bom-submit { justify-content: space-between; width: 100%; }.bom-privacy-note { justify-content: center; }
}

/* BOM route: a visible supply roadmap replaces the old static process grid. */
.bom-intake-head h3 {
  margin-bottom: 28px;
}

.bom-intake-head + .bom-form {
  margin-top: 0;
}

.bom-submit {
  gap: 0;
  padding-inline: 20px;
}

.bom-roadmap {
  position: relative;
  margin: 8px 0 12px;
  padding: 26px 28px 30px;
  overflow: hidden;
  color: #eef7f7;
  border: 1px solid rgba(157, 199, 215, .22);
  border-radius: 24px;
  background:
    radial-gradient(circle at 13% 15%, rgba(243, 108, 50, .14), transparent 21%),
    radial-gradient(circle at 87% 85%, rgba(95, 197, 190, .12), transparent 24%),
    linear-gradient(145deg, #0d2635, #07141f 78%);
  box-shadow: 0 22px 48px rgba(8, 29, 43, .14);
  isolation: isolate;
}

.bom-roadmap::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: .22;
  background-image: linear-gradient(rgba(159, 215, 218, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(159, 215, 218, .08) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(135deg, #000, transparent 72%);
}

.bom-roadmap-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 29px;
  direction: rtl;
}

.bom-roadmap-head span {
  color: #ffac86;
  font-family: Arial, sans-serif !important;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.2px;
  direction: ltr;
}

.bom-roadmap-head i {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(243, 108, 50, .6), rgba(157, 215, 218, .12));
}

.bom-roadmap-head small {
  color: #9ab8c0;
  font-size: 9px;
}

.bom-roadmap-track {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  direction: rtl;
}

.bom-roadmap-track::before {
  position: absolute;
  top: 28px;
  right: 7%;
  left: 7%;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, #ee7440, rgba(145, 211, 211, .72), #ee7440);
  box-shadow: 0 0 18px rgba(243, 108, 50, .23);
}

.bom-roadmap-track::after {
  position: absolute;
  top: 25px;
  right: 8%;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 50%;
  background: #ffb28e;
  box-shadow: 0 0 0 5px rgba(243, 108, 50, .13), 0 0 22px rgba(243, 108, 50, .8);
  animation: bomRoutePulse 4.8s ease-in-out infinite;
}

.bom-roadmap-step {
  position: relative;
  z-index: 1;
  min-width: 0;
  direction: rtl;
}

.bom-roadmap-node {
  position: relative;
  display: grid;
  width: 58px;
  height: 58px;
  margin: 0 auto 18px;
  place-items: center;
  color: #ffd2be;
  border: 1px solid rgba(243, 108, 50, .72);
  border-radius: 18px;
  background: linear-gradient(145deg, #1a3a49, #0b202d);
  box-shadow: 0 0 0 7px rgba(13, 38, 53, .96), 0 10px 23px rgba(0, 0, 0, .24), inset 0 0 0 1px rgba(157, 215, 218, .14);
  transform: rotate(45deg);
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.bom-roadmap-node::before {
  position: absolute;
  inset: 7px;
  content: "";
  border: 1px solid rgba(157, 215, 218, .2);
  border-radius: 12px;
}

.bom-roadmap-node span {
  position: relative;
  z-index: 1;
  font-family: Arial, sans-serif !important;
  font-size: 11px;
  direction: rtl;
  transform: rotate(-45deg);
}

.bom-roadmap-step:hover .bom-roadmap-node {
  border-color: #ff9a6d;
  box-shadow: 0 0 0 7px rgba(13, 38, 53, .96), 0 12px 28px rgba(243, 108, 50, .28), inset 0 0 0 1px rgba(157, 215, 218, .22);
  transform: rotate(45deg) translate(-2px, -2px);
}

.bom-roadmap-copy {
  min-height: 194px;
  padding: 18px 17px 17px;
  border: 1px solid rgba(157, 199, 215, .15);
  border-radius: 15px;
  background: rgba(16, 43, 56, .7);
  transition: border-color .3s ease, background .3s ease, transform .3s ease;
}

.bom-roadmap-step:hover .bom-roadmap-copy {
  border-color: rgba(255, 154, 109, .42);
  background: rgba(20, 52, 66, .86);
  transform: translateY(-3px);
}

.bom-roadmap-code {
  display: block;
  color: #78c7ca;
  font-family: Arial, sans-serif !important;
  font-size: 8px;
  letter-spacing: 1px;
  direction: ltr;
  text-align: right;
}

.bom-roadmap-copy h3 {
  margin: 13px 0 8px;
  color: #f4fbfa;
  font-size: 15px;
}

.bom-roadmap-copy p {
  margin: 0;
  color: #a5bec4;
  font-size: 10px;
  line-height: 2.05;
}

.bom-roadmap-link {
  display: inline-flex;
  margin-top: 16px;
  padding: 8px 12px;
  color: #ffd0bd;
  border: 1px solid rgba(243, 108, 50, .42);
  border-radius: 7px;
  background: rgba(243, 108, 50, .1);
  font-size: 9px;
  font-weight: 800;
  transition: background .2s ease, color .2s ease;
}

.bom-roadmap-link:hover {
  color: #fff;
  background: rgba(243, 108, 50, .22);
}

.bom-roadmap-step:nth-child(2) .bom-roadmap-node,
.bom-roadmap-step:nth-child(4) .bom-roadmap-node {
  border-color: rgba(126, 213, 178, .7);
}

@keyframes bomRoutePulse {
  0% { right: 8%; opacity: .45; }
  50% { right: 88%; opacity: 1; }
  100% { right: 8%; opacity: .45; }
}

@media (max-width: 980px) {
  .bom-roadmap {
    padding-inline: 20px;
  }

  .bom-roadmap-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 12px;
  }

  .bom-roadmap-track::before,
  .bom-roadmap-track::after {
    display: none;
  }
}

@media (max-width: 560px) {
  .bom-roadmap {
    padding: 22px 15px 18px;
    border-radius: 18px;
  }

  .bom-roadmap-head {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 7px 10px;
  }

  .bom-roadmap-head i {
    display: none;
  }

  .bom-roadmap-track {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    padding-right: 9px;
  }

  .bom-roadmap-track::before {
    display: block;
    top: 28px;
    right: 37px;
    bottom: 30px;
    left: auto;
    width: 2px;
    height: auto;
    background: linear-gradient(180deg, #ee7440, rgba(145, 211, 211, .72), #ee7440);
  }

  .bom-roadmap-track::after {
    display: block;
    top: 28px;
    right: 34px;
    width: 8px;
    height: 8px;
    animation-name: bomRoutePulseMobile;
  }

  .bom-roadmap-step {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    align-items: start;
    gap: 15px;
  }

  .bom-roadmap-node {
    margin: 0;
  }

  .bom-roadmap-copy {
    min-height: 0;
    padding: 15px;
  }

  .bom-roadmap-copy h3 {
    margin-top: 9px;
  }

  .bom-submit {
    justify-content: center;
    width: 100%;
  }
}

@keyframes bomRoutePulseMobile {
  0% { top: 28px; opacity: .45; }
  50% { top: calc(100% - 38px); opacity: 1; }
  100% { top: 28px; opacity: .45; }
}

@media (prefers-reduced-motion: reduce) {
  .bom-roadmap-track::after {
    animation: none;
  }

  .bom-roadmap-node,
  .bom-roadmap-copy,
  .bom-roadmap-link {
    transition: none;
  }
}

.bom-analysis {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 12px 0 14px;
  padding: 10px 12px;
  border: 1px solid #dce9ec;
  border-radius: 9px;
  background: #f8fbfc;
}

.bom-analysis[hidden] {
  display: none !important;
}

.bom-analysis-icon {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  place-items: center;
  color: #16875c;
  border: 1px solid #c8e6da;
  border-radius: 8px;
  background: #effaf5;
  font-size: 15px;
}

.bom-analysis > div {
  min-width: 0;
}

.bom-analysis strong,
.bom-analysis small {
  display: block;
}

.bom-analysis strong {
  color: #17303d;
  font-size: 9px;
}

.bom-analysis small {
  margin-top: 3px;
  overflow: hidden;
  color: #7b8d95;
  font-size: 8px;
  line-height: 1.7;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bom-analysis.is-loading {
  border-color: #efd4c6;
  background: #fffaf7;
}

.bom-analysis.is-loading .bom-analysis-icon {
  color: var(--orange-deep);
  border-color: #f2cbb9;
  background: #fff1ea;
  animation: bomLed 1.8s ease-in-out infinite;
}

.bom-analysis.is-success {
  border-color: #cce8dc;
  background: #f7fcf9;
}

.bom-analysis.is-fallback {
  border-color: #e6e4dc;
  background: #fcfbf7;
}

@media (max-width: 560px) {
  .bom-analysis {
    align-items: flex-start;
  }

  .bom-analysis small {
    white-space: normal;
  }
}

/* Refined hero interaction: one calm pointer field, with the 3D assembly doing the depth work. */
.hero-visual-hero .three-light-one {
  transform: translate3d(calc(var(--mx) * -8px), calc(var(--my) * -5px), 0);
}

.hero-visual-hero .three-light-two {
  transform: translate3d(calc(var(--mx) * 7px), calc(var(--my) * 6px), 0);
}

.hero-visual-hero .three-brand-lockup {
  transform: translateZ(80px);
  transition: none;
}

.hero-visual-hero .three-float-panel-top {
  transform: translateZ(95px) rotateZ(4deg);
  transition: none;
}

.hero-visual-hero .three-float-panel-bottom {
  transform: translateZ(100px) rotateZ(-4deg);
  transition: none;
}

.hero-visual-hero .three-board {
  transform: translate3d(-50%, -50%, 0) rotateX(24deg) rotateZ(-4deg) translate3d(calc(var(--mx) * 6px), calc(var(--my) * -4px), 60px);
  transition: transform .56s cubic-bezier(.16, 1, .3, 1), filter .45s ease;
}

.hero-visual-hero .three-board-reflection {
  transform: translate3d(0, 0, 82px) rotate(-7deg);
  transition: opacity .45s ease;
}

.hero-visual-hero .three-board-scan-beam {
  transform: translate3d(0, 0, 65px) skewX(-16deg);
  transition: opacity .45s ease;
}

.hero-visual-hero .three-real-board-window {
  transform: translate3d(0, 0, 38px) rotateZ(-5deg);
  transition: box-shadow .45s ease;
}

.hero-visual-hero .three-real-board-window img {
  transform: scale(1.08);
}

.hero-visual-hero .three-board-screw,
.hero-visual-hero .three-trace-map,
.hero-visual-hero .three-component,
.hero-visual-hero .three-led-bank,
.hero-visual-hero .three-route-tag,
.hero-visual-hero .three-board-caption,
.hero-visual-hero .three-electron {
  transition: none;
}

.hero-visual-hero .three-board-screw {
  transform: translateZ(25px);
}

.hero-visual-hero .three-trace-map {
  transform: translateZ(7px);
}

.hero-visual-hero .three-component {
  transform: translateZ(32px);
}

.hero-visual-hero .three-led-bank {
  transform: translateZ(35px);
}

.hero-visual-hero .three-route-engineering,
.hero-visual-hero .three-route-sourcing {
  transform: translateZ(30px);
}

.hero-visual-hero .three-board-caption {
  transform: translateZ(28px);
}

.hero-visual-hero .three-electron {
  display: none;
}

.hero-visual-hero .electro-core {
  transform: translate3d(-50%, -50%, 0) rotateX(calc(9deg + var(--my) * -3deg)) rotateY(calc(var(--mx) * 5deg)) rotateZ(calc(-3deg + var(--mx) * 1.5deg)) translate3d(calc(var(--mx) * 8px), calc(var(--my) * -6px), 150px);
  transition: transform .58s cubic-bezier(.16, 1, .3, 1), filter .5s ease;
}

.hero-visual-hero .electro-core-shadow {
  transform: translate3d(-50%, -50%, -30px) rotateX(72deg) scale(1.12);
  transition: transform .58s cubic-bezier(.16, 1, .3, 1);
}

.hero-visual-hero .component-ic-main {
  transform: translate3d(0, 0, 70px);
}

.hero-visual-hero .component-ic-small {
  transform: translate3d(0, 0, 58px) rotateZ(4deg);
}

.hero-visual-hero .component-resistor-one {
  transform: translate3d(0, 0, 48px) rotateZ(-12deg);
}

.hero-visual-hero .component-resistor-two {
  transform: translate3d(0, 0, 51px) rotateZ(13deg);
}

.hero-visual-hero .component-capacitor-one {
  transform: translate3d(0, 0, 63px) rotateZ(-5deg);
}

.hero-visual-hero .component-capacitor-two {
  transform: translate3d(0, 0, 60px) rotateZ(5deg);
}

.hero-visual-hero .component-inductor {
  transform: translate3d(0, 0, 54px) rotateZ(-13deg);
}

.hero-visual-hero .component-connector {
  transform: translate3d(0, 0, 55px) rotateZ(4deg);
}

.hero-visual-hero .component-led-bank {
  transform: translateZ(50px);
}

.hero-visual-hero .component-solder-points {
  transform: translateZ(39px);
}

.hero-visual-hero .electro-component-coil {
  transform: translate3d(calc(var(--mx) * -7px), calc(var(--my) * -4px), 110px) rotateZ(-18deg);
  opacity: .72;
  transition: transform .62s cubic-bezier(.16, 1, .3, 1), opacity .45s ease;
}

.hero-visual-hero .magnetic-field-anchor {
  width: min(34%, 330px);
  transform: translate(-50%, -50%) translate3d(calc(var(--mx) * -6px), calc(var(--my) * -5px), 210px) rotateZ(calc(var(--mx) * 2deg));
  transition: top .55s cubic-bezier(.16, 1, .3, 1), left .55s cubic-bezier(.16, 1, .3, 1), opacity .35s ease, transform .62s cubic-bezier(.16, 1, .3, 1);
}

.hero-visual-hero .magnetic-field-halo {
  opacity: .54;
  animation-duration: 5.6s;
}

.hero-visual-hero .magnetic-field-svg {
  opacity: .66;
  filter: drop-shadow(0 0 3px rgba(141, 224, 192, .24));
  transform: rotate(calc(var(--my) * -2deg)) scale(1);
}

.hero-visual-hero .magnetic-field-line {
  stroke-width: 1.15;
  stroke-dasharray: 2 17;
  animation-duration: 6.2s;
}

.hero-visual-hero .magnetic-field-line-two {
  stroke-width: .9;
  animation-duration: 5.2s;
}

.hero-visual-hero .magnetic-needle-one {
  width: clamp(72px, 8vw, 118px);
  opacity: .72;
  transform: translate(-98%, -50%) rotate(calc(-12deg + var(--mx) * 3deg)) translate3d(calc(var(--mx) * -6px), calc(var(--my) * -5px), 22px);
}

.hero-visual-hero .magnetic-field-node-one {
  width: 6px;
  height: 6px;
  transform: translate3d(calc(var(--mx) * -5px), calc(var(--my) * 4px), 40px);
}

.hero-visual-hero .magnetic-cursor-core {
  width: 30px;
  height: 30px;
  opacity: .78;
  box-shadow: 0 0 0 5px rgba(141, 224, 192, .04), 0 0 20px rgba(141, 224, 192, .22);
}

.hero-visual-hero .magnetic-cursor-core::before {
  top: 14px;
  left: -10px;
  width: 50px;
}

.hero-visual-hero .magnetic-cursor-core::after {
  top: -10px;
  left: 14px;
  height: 50px;
}

@media (max-width: 650px) {
  .hero-visual-hero .three-board {
    transform: translate3d(-50%, -50%, 0) rotateX(38deg) rotateZ(-4deg) translateZ(30px);
  }

  .hero-visual-hero .electro-core {
    transform: translate3d(-50%, -50%, 0) rotateX(calc(8deg + var(--my) * -2deg)) rotateY(calc(var(--mx) * 4deg)) rotateZ(-3deg) translateZ(130px);
  }

  .hero-visual-hero .magnetic-field-anchor {
    width: 62%;
  }
}

.hero-visual-hero.has-pointer .magnetic-field-anchor {
  opacity: .86 !important;
}

/* Engineering portfolio slider: one consistent card system for every project image. */
.project-slider {
  --project-visible: 3;
  margin-top: 26px;
}

.project-slider-viewport {
  overflow: hidden;
  padding: 5px 3px 12px;
  touch-action: pan-y;
}

.project-slider-track {
  display: flex;
  gap: 16px;
  align-items: stretch;
  direction: ltr;
  transition: transform .72s cubic-bezier(.16, 1, .3, 1);
  will-change: transform;
}

.project-slide {
  display: flex;
  flex: 0 0 calc((100% - 32px) / 3);
  min-width: 0;
  flex-direction: column;
  direction: rtl;
  box-shadow: 0 14px 35px rgba(11, 30, 45, .08);
}

.project-slide .project-visual,
.project-slide.project-card-large .project-visual {
  height: 238px;
  flex: 0 0 238px;
}

.project-slide .project-meta {
  min-height: 84px;
  align-content: center;
}

.project-slide:hover {
  box-shadow: 0 22px 48px rgba(11, 30, 45, .15);
  transform: translateY(-4px);
}

.project-slider-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  direction: rtl;
}

.project-slider-status {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #8a9aa2;
  font-size: 9px;
}

.project-slider-status strong {
  color: var(--ink);
  direction: ltr;
  font-family: Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  white-space: nowrap;
}

.project-slider-status span {
  padding-right: 13px;
  border-right: 1px solid var(--line);
}

.project-slider-actions {
  display: flex;
  gap: 8px;
  direction: ltr;
}

.project-slider-button {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  cursor: pointer;
  color: var(--ink);
  border: 1px solid #d9e3e7;
  border-radius: 50%;
  background: #fff;
  font-family: Arial, sans-serif;
  font-size: 23px;
  line-height: 1;
  transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease;
}

.project-slider-button:hover:not(:disabled) {
  color: #fff;
  border-color: var(--orange);
  background: var(--orange);
  transform: translateY(-2px);
}

.project-slider-button:disabled {
  cursor: default;
  color: #b6c2c7;
  opacity: .52;
}

@media (max-width: 1100px) {
  .project-slider {
    --project-visible: 2;
  }

  .project-slide {
    flex-basis: calc((100% - 16px) / 2);
  }
}

@media (max-width: 650px) {
  .project-slider {
    --project-visible: 1;
    margin-top: 20px;
  }

  .project-slider-viewport {
    padding-inline: 0;
  }

  .project-slide {
    flex-basis: 100%;
  }

  .project-slide .project-visual,
  .project-slide.project-card-large .project-visual {
    height: 238px;
    flex-basis: 238px;
  }

  .project-slider-controls {
    align-items: flex-end;
  }

  .project-slider-status {
    display: grid;
    gap: 5px;
    font-size: 8px;
  }

  .project-slider-status span {
    padding-right: 0;
    border-right: 0;
  }

  .project-slider-button {
    width: 35px;
    height: 35px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .project-slider-track,
  .project-slider-button,
  .project-slide {
    transition: none !important;
  }
}
