@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 {
  --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;
  -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-arrow {
  display: inline-grid;
  width: 31px;
  height: 31px;
  place-items: center;
  color: var(--orange-deep);
  border: 1px solid #f4d1c3;
  border-radius: 9px;
  background: var(--orange-soft);
  font-size: 15px;
  transition: transform .2s ease;
}

.capability-card-feature .card-arrow {
  color: #ffb087;
  border-color: rgba(255, 176, 135, .25);
  background: rgba(243, 108, 50, .13);
}

.capability-card:hover .card-arrow {
  transform: translate(-2px, -2px);
}

.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) 25px;
  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;
}

.service-row b {
  color: #f29468;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: transform .2s ease;
}

.service-row:hover b {
  transform: translate(-3px, -3px);
}

.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) 25px;
  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;
}

.project-meta b {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  color: var(--orange-deep);
  font-family: Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.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(.9) contrast(1.06);
  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(.85) contrast(1.06);
  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(.82) contrast(1.05);
  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;
}

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

/* 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: 160px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(157, 199, 215, .2);
  border-radius: 12px;
  background: #102431;
}

.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(.78) contrast(1.06);
  transition: transform .5s ease, filter .3s ease;
}

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

.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;
  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 {
  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: 132px;
  }

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

  .source-commerce-hero > div {
    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;
  }
}
