:root {
  --bg: #f4f6f8;
  --bg-soft: #eef2f5;
  --nav: #1a2332;
  --primary: #1565c0;
  --primary-soft: rgba(21, 101, 192, 0.14);
  --accent: #37474f;
  --text: #212121;
  --text-muted: #546e7a;
  --line: rgba(55, 71, 79, 0.09);
  --line-strong: rgba(55, 71, 79, 0.16);
  --shadow: 0 24px 60px rgba(26, 35, 50, 0.15);
  --radius-lg: 32px;
  --radius-md: 18px;
  --content-width: min(1220px, calc(100vw - 64px));
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(176, 190, 197, 0.28), transparent 32%),
    radial-gradient(circle at 88% 14%, rgba(21, 101, 192, 0.12), transparent 24%),
    linear-gradient(160deg, #f7f9fb 0%, #f4f6f8 46%, #edf2f6 100%);
  color: var(--text);
  overflow-x: hidden;
}

body {
  font-family: "Manrope", "Segoe UI", sans-serif;
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px),
    linear-gradient(var(--line-strong) 1px, transparent 1px),
    linear-gradient(90deg, var(--line-strong) 1px, transparent 1px);
  background-size: 32px 32px, 32px 32px, 128px 128px, 128px 128px;
  opacity: 0.72;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.92));
  z-index: 0;
}

h1,
h2,
h3,
h4,
p,
figure {
  margin: 0;
}

a {
  color: inherit;
}

.page {
  position: relative;
  min-height: 100vh;
  isolation: isolate;
  display: flex;
  flex-direction: column;
}

.topbar {
  width: var(--content-width);
  margin: 24px auto 0;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(26, 35, 50, 0.96), rgba(26, 35, 50, 0.88));
  border: 1px solid rgba(176, 190, 197, 0.12);
  box-shadow: 0 18px 45px rgba(17, 25, 38, 0.22);
  backdrop-filter: blur(18px);
  position: relative;
  z-index: 3;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  text-decoration: none;
}

.brand-logo {
  display: block;
  width: auto;
  height: 58px;
  max-width: min(320px, 40vw);
  object-fit: contain;
}

.brand-copy {
  color: rgba(226, 235, 240, 0.72);
  font-size: 0.84rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.topnav {
  display: flex;
  align-items: center;
  gap: 16px;
  color: rgba(226, 235, 240, 0.82);
  font-size: 0.94rem;
}

.topnav a {
  color: inherit;
  text-decoration: none;
  transition: color 0.28s ease, transform 0.28s ease;
}

.topnav a:hover {
  color: #ffffff;
}

.topnav a.is-active {
  color: #ffffff;
}

.nav-chip {
  padding: 9px 16px;
  border-radius: 999px;
  border: 1px solid rgba(176, 190, 197, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: #f4f6f8;
}

.nav-chip-outline {
  background: rgba(255, 255, 255, 0.02);
}

.hero {
  width: var(--content-width);
  margin: 0 auto;
  padding: 54px 0 48px;
  flex: 1;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 46px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-copy {
  max-width: 620px;
  position: relative;
  transform: translate3d(0, -90px, 0);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  border-radius: 999px;
  color: var(--accent);
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(55, 71, 79, 0.12);
  box-shadow: 0 12px 25px rgba(84, 110, 122, 0.08);
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.eyebrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #90caf9, #1565c0);
  box-shadow: 0 0 0 8px rgba(21, 101, 192, 0.12);
}

.hero-title {
  margin: 0;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(4rem, 8vw, 7.2rem);
  line-height: 0.9;
  letter-spacing: 0.035em;
  text-transform: none;
  color: var(--nav);
  position: relative;
  display: inline-block;
  padding-right: 0.16em;
  text-shadow: 0 18px 38px rgba(84, 110, 122, 0.12);
}

.hero-title::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0.14em;
  width: 0.07em;
  height: 0.74em;
  background: rgba(21, 101, 192, 0.92);
  box-shadow: 0 0 14px rgba(21, 101, 192, 0.5);
  animation: titleCursorBlink 1s steps(1, end) infinite 1s;
}

.hero-title .title-char {
  display: inline-block;
  opacity: 0;
  transform: translate3d(0, 38px, 0) scale(0.95);
  will-change: transform, opacity;
}

.hero-title.title-spring .title-char {
  animation: charSpringIn 0.78s cubic-bezier(0.22, 1.34, 0.36, 1) forwards;
  animation-delay: var(--char-delay, 0ms);
}

.subtitle {
  margin: 28px 0 0;
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  font-weight: 700;
  color: var(--accent);
  line-height: 1.4;
}

.supporting {
  margin: 16px 0 0;
  max-width: 520px;
  font-size: 1rem;
  line-height: 1.8;
  color: var(--text-muted);
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 30px 0;
}

.tag {
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(55, 71, 79, 0.14);
  background: rgba(255, 255, 255, 0.74);
  color: var(--accent);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 10px 22px rgba(84, 110, 122, 0.08);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.btn {
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: 16px 28px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.32s ease, box-shadow 0.32s ease, background 0.32s ease, color 0.32s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(135deg, #1565c0, #1f7fe5);
  color: #ffffff;
  box-shadow: 0 18px 35px rgba(21, 101, 192, 0.26);
}

.btn-primary:hover {
  box-shadow: 0 24px 42px rgba(21, 101, 192, 0.34);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(55, 71, 79, 0.22);
  color: var(--accent);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.34);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.56);
  box-shadow: 0 14px 28px rgba(84, 110, 122, 0.12);
}

.hero-visual {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 12px 12px;
  transform: translate3d(0, -90px, 0);
}

.visual-shell {
  position: relative;
  width: min(100%, 620px);
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
  perspective: 1200px;
  transform-style: preserve-3d;
}

.visual-shell::before {
  content: "";
  position: absolute;
  inset: 12% 16%;
  border-radius: 42%;
  background:
    radial-gradient(circle at 38% 38%, rgba(207, 216, 220, 0.72), rgba(176, 190, 197, 0.42) 32%, rgba(21, 101, 192, 0.22) 58%, rgba(21, 101, 192, 0.03) 82%, transparent 100%);
  filter: blur(22px);
  transform: translate3d(0, 0, 0);
  z-index: 0;
}

.visual-shell::after {
  content: "";
  position: absolute;
  inset: 18%;
  border-radius: 50%;
  border: 1px solid rgba(55, 71, 79, 0.08);
  transform: rotate(12deg);
  z-index: 0;
}

.product-card {
  position: relative;
  width: min(100%, 540px);
  padding: 24px;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.08)),
    linear-gradient(145deg, rgba(255, 255, 255, 0.3), rgba(176, 190, 197, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.44);
  backdrop-filter: blur(8px);
  box-shadow: var(--shadow);
  z-index: 2;
  opacity: 0;
  transform: translate3d(72px, 0, 0) rotateY(15deg);
  transform-origin: right center;
  will-change: transform, opacity;
  animation: productCardIn 1.05s cubic-bezier(0.2, 1, 0.32, 1) 0.3s forwards;
}

.product-card::before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 26px;
  border: 1px solid rgba(21, 101, 192, 0.08);
  pointer-events: none;
}

.product-carousel {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 700 / 478;
  border-radius: 24px;
  overflow: hidden;
  animation: floatProduct 7.6s ease-in-out 1.5s infinite;
}

.product-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 20px;
  border-radius: 24px;
  background: radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.98), rgba(226, 235, 240, 0.92));
  filter: drop-shadow(0 34px 46px rgba(26, 35, 50, 0.24));
  opacity: 0;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.68s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.68s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
}

.product-image.parked-right {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.product-image.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  z-index: 2;
}

.product-image.exiting-left {
  opacity: 0.45;
  transform: translate3d(-100%, 0, 0);
  z-index: 1;
}

.product-image.no-transition {
  transition: none !important;
}

.tech-card {
  position: absolute;
  left: 6%;
  bottom: 3%;
  padding: 16px 18px 14px;
  min-width: 210px;
  border-radius: 18px;
  background: rgba(26, 35, 50, 0.88);
  border: 1px solid rgba(176, 190, 197, 0.14);
  box-shadow: 0 14px 36px rgba(17, 25, 38, 0.32);
  color: #f0f4f8;
  z-index: 3;
  backdrop-filter: blur(18px);
}

.tech-label {
  margin: 0 0 10px;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(176, 190, 197, 0.76);
}

.tech-value {
  margin: 0;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
}

.tech-detail {
  margin: 10px 0 0;
  color: rgba(226, 235, 240, 0.76);
  font-size: 0.84rem;
  line-height: 1.55;
}

.hero-circuit {
  position: absolute;
  top: 82px;
  right: max(24px, calc((100vw - var(--content-width)) / 2));
  width: min(34vw, 460px);
  height: auto;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
}

.hero-circuit path:nth-of-type(-n+3) {
  stroke-dasharray: var(--path-length, 560);
  stroke-dashoffset: var(--path-length, 560);
  animation: circuitGrow 1.5s cubic-bezier(0.65, 0, 0.35, 1) forwards;
  animation-delay: calc(0.12s + var(--path-index, 0) * 0.16s);
}

.metrics {
  width: var(--content-width);
  margin: -46px auto 6px;
  padding: 0;
  position: relative;
  z-index: 2;
}

.metrics-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  transform: translateY(-20px);
  border-radius: 28px;
  overflow: hidden;
  background: rgba(176, 190, 197, 0.18);
  box-shadow: 0 24px 44px rgba(17, 25, 38, 0.2);
}

.metric {
  padding: 26px 28px 22px;
  background:
    linear-gradient(180deg, rgba(26, 35, 50, 0.98), rgba(26, 35, 50, 0.94)),
    linear-gradient(90deg, rgba(21, 101, 192, 0.2), transparent);
  color: #f4f6f8;
  min-height: 126px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.metric::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(144, 202, 249, 0.05), transparent 48%);
  pointer-events: none;
}

.metric-value {
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(2.3rem, 5vw, 3.6rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 12px;
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.metric-plus {
  color: #90caf9;
}

.metric-label {
  font-size: 0.92rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(226, 235, 240, 0.72);
}

.content-main {
  width: var(--content-width);
  margin: 0 auto;
  padding: 34px 0 24px;
  position: relative;
  z-index: 1;
}

.content-hero {
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.5)),
    linear-gradient(145deg, rgba(255, 255, 255, 0.8), rgba(207, 216, 220, 0.42));
  padding: 38px 40px;
  box-shadow: 0 20px 42px rgba(55, 71, 79, 0.12);
}

.content-eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(84, 110, 122, 0.86);
}

.content-hero h1 {
  margin-top: 14px;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  line-height: 0.95;
  color: var(--nav);
}

html[lang='zh-CN'] .content-hero h1,
html[lang='zh-CN'] .about-hero-title,
html[lang='zh-CN'] .contact-hero-title {
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", "Source Han Sans SC", sans-serif;
  letter-spacing: 0;
  line-height: 1.02;
}

.content-subtitle {
  margin-top: 18px;
  color: var(--text-muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.section-shell {
  width: var(--content-width);
  margin: 30px auto 0;
  position: relative;
  z-index: 1;
}

.section-grid {
  width: var(--content-width);
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.section-card {
  padding: 24px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.5)),
    linear-gradient(145deg, rgba(176, 190, 197, 0.16), rgba(255, 255, 255, 0.34));
  box-shadow: 0 18px 36px rgba(55, 71, 79, 0.12);
}

.section-card h2 {
  font-family: "Rajdhani", sans-serif;
  font-size: 1.6rem;
  color: var(--nav);
}

.section-card p {
  margin-top: 10px;
  line-height: 1.8;
  color: var(--text-muted);
}

.section-card h3 {
  margin: 0;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.28rem;
  color: #213039;
  letter-spacing: 0.02em;
}

.section-head {
  margin-bottom: 14px;
}

.section-head h2 {
  margin: 4px 0 0;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(1.9rem, 3.6vw, 2.7rem);
  line-height: 0.98;
  color: #1a2831;
}

.section-head p {
  margin-top: 8px;
  color: #455f6b;
  line-height: 1.8;
}

.section-eyebrow {
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(67, 89, 100, 0.88);
}

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

.why-card {
  min-height: 178px;
  position: relative;
}

.why-card.is-pointer-active .why-icon {
  transform: translate3d(0, -2px, 18px) scale(1.04);
}

.why-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  border: 1px solid rgba(21, 101, 192, 0.24);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(207, 220, 232, 0.44));
  display: grid;
  place-items: center;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s ease;
}

.why-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: #1565c0;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.why-icon svg path {
  stroke-dasharray: var(--stroke-length, 160);
  stroke-dashoffset: var(--stroke-length, 160);
  transition: stroke-dashoffset 0.88s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.36s ease;
}

.product-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

.product-tab {
  appearance: none;
  border: 1px solid rgba(55, 71, 79, 0.16);
  background: rgba(255, 255, 255, 0.64);
  color: #364a55;
  border-radius: 999px;
  padding: 9px 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.24s ease;
}

.product-tab:hover {
  transform: translateY(-1px);
}

.product-tab.is-active {
  background: linear-gradient(135deg, #1565c0, #1f7fe5);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 10px 22px rgba(21, 101, 192, 0.24);
}

.home-preview-grid .preview-card.is-hidden {
  display: none;
}

.about-split {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 18px;
}

.about-copy h2 {
  margin-top: 6px;
}

.about-paragraph {
  margin-top: 14px;
  color: #334a55;
  line-height: 1.9;
}

.about-visual {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}

.about-visual-svg {
  width: 100%;
  height: auto;
}

.about-visual-points {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.about-visual-points p {
  margin: 0;
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(21, 101, 192, 0.1);
  border: 1px solid rgba(21, 101, 192, 0.2);
  color: #2b4c61;
  font-size: 0.88rem;
}

.qualification-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 14px;
}

.qual-stat {
  min-height: 126px;
}

.qual-value {
  margin: 0;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(2rem, 4vw, 2.9rem);
  line-height: 1;
  color: #1d2b34;
}

.qual-label {
  margin-top: 8px;
  color: #4f6672;
}

.qualification-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 16px;
  margin-bottom: 14px;
  align-items: stretch;
}

.qual-images {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.media-placeholder-card {
  margin: 0;
  border-radius: 14px;
  border: 1px solid rgba(176, 190, 197, 0.32);
  background: rgba(255, 255, 255, 0.8);
  padding: 8px;
}

.media-placeholder-card svg {
  width: 100%;
  height: auto;
  display: block;
}

.media-placeholder-card figcaption {
  margin-top: 8px;
  color: #4a6370;
  font-size: 0.8rem;
}

.logo-wall-card h3 {
  margin-bottom: 10px;
}

.support-tag-intro {
  margin-top: 0;
  color: #516773;
  line-height: 1.78;
}

.logo-wall {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.support-tag-wall {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 16px;
}

.logo-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 10px;
  border: 1px solid rgba(176, 190, 197, 0.35);
  background: rgba(255, 255, 255, 0.8);
  color: #2f4652;
  font-size: 0.86rem;
  font-weight: 700;
  padding: 0 12px;
  text-align: center;
}

.logo-pill.is-pointer-active {
  color: var(--primary);
}

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

.scene-placeholder {
  margin: 0 0 10px;
  border-radius: 16px;
  border: 1px solid rgba(176, 190, 197, 0.28);
  background: rgba(236, 241, 245, 0.9);
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.scene-placeholder img,
.scene-placeholder svg {
  width: 100%;
  height: 100%;
  display: block;
}

.scene-placeholder img {
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 0.82s cubic-bezier(0.22, 1, 0.36, 1), filter 0.55s ease;
}

.scene-card.is-pointer-active .scene-placeholder img {
  transform: scale(1.08);
  filter: saturate(1.06) contrast(1.02);
}

.scene-placeholder figcaption {
  margin-top: 6px;
  color: #4b6470;
  font-size: 0.8rem;
}

.inquiry-shell {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 16px;
}

.full-width-anchor {
  grid-column: 1 / -1;
  position: relative;
  top: -110px;
}

.site-flash {
  grid-column: 1 / -1;
  border-radius: 16px;
  padding: 14px 18px;
  border: 1px solid transparent;
  box-shadow: none;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.6;
}

.site-flash-success {
  background: #ecfdf3;
  color: #166534;
  border-color: #b7ebc6;
}

.site-flash-error {
  background: #fff1f2;
  color: #b42318;
  border-color: #fecdd3;
}

.inquiry-list {
  margin: 14px 0 0;
  padding-left: 18px;
  color: #405864;
  line-height: 1.8;
}

.inquiry-list a {
  color: #1565c0;
}

.inquiry-list strong {
  color: #1d4ed8;
}

.inquiry-form {
  display: grid;
  gap: 12px;
}

.inquiry-form label {
  display: grid;
  gap: 6px;
  color: #3d5561;
  font-weight: 700;
  transition: color 0.24s ease;
}

.inquiry-form input,
.inquiry-form textarea {
  width: 100%;
  border: 1px solid rgba(55, 71, 79, 0.24);
  border-radius: 12px;
  padding: 11px 12px;
  font: inherit;
  color: #25343d;
  background: rgba(255, 255, 255, 0.9);
  transition: border-color 0.24s ease, box-shadow 0.24s ease, background 0.24s ease;
}

.inquiry-form textarea {
  resize: vertical;
  min-height: 124px;
}

.inquiry-copy,
.inquiry-form {
  transition: border-color 0.28s ease, box-shadow 0.28s ease;
}

.inquiry-form:focus-within {
  border-color: rgba(67, 97, 238, 0.28);
  box-shadow: 0 24px 40px rgba(67, 97, 238, 0.12);
}

.inquiry-form label:focus-within {
  color: #4361ee;
}

.inquiry-form input:focus,
.inquiry-form textarea:focus {
  outline: none;
  background: #ffffff;
  border-color: rgba(67, 97, 238, 0.48);
  box-shadow: 0 0 0 4px rgba(67, 97, 238, 0.12);
}

.inquiry-form .btn-primary:active {
  transform: translateY(1px) scale(0.99);
}

.home-story-card {
  padding: 34px;
}

.home-story-eyebrow {
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(66, 86, 96, 0.86);
}

.home-story-title {
  margin-top: 14px;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(2.05rem, 3.8vw, 3.3rem);
  line-height: 0.96;
  color: #1a2831;
}

.home-story-paragraph {
  margin-top: 16px;
  color: #334a55;
  line-height: 1.92;
  font-size: 1.02rem;
}

.home-section-title {
  margin: 0 0 14px;
}

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

.home-capability-card {
  min-height: 168px;
}

.home-flow-shell {
  padding: 28px;
}

.home-flow-title {
  margin: 0;
  font-family: "Rajdhani", sans-serif;
  font-size: 2rem;
  color: var(--nav);
}

.home-flow-subtitle {
  margin-top: 10px;
  color: #445c67;
  line-height: 1.75;
}

.home-flow-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  position: relative;
  padding-top: 26px;
}

.home-flow-grid::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 11px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(67, 97, 238, 0.18), rgba(67, 97, 238, 0.88), rgba(124, 58, 237, 0.5));
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 1.45s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
  z-index: 0;
}

.home-flow-step {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  border: 1px solid rgba(176, 190, 197, 0.38);
  background: rgba(255, 255, 255, 0.72);
  padding: 14px;
}

.home-flow-step::after {
  content: "";
  position: absolute;
  top: -14px;
  left: 18px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4361ee, #7c3aed);
  border: 3px solid rgba(255, 255, 255, 0.96);
  box-shadow: 0 0 0 6px rgba(67, 97, 238, 0.14);
  opacity: 0;
  transform: scale(0.4);
  transition: transform 0.72s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease;
  z-index: 2;
}

.home-flow-index {
  font-family: "Rajdhani", sans-serif;
  font-size: 1.06rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #1565c0;
}

.home-flow-step h3 {
  margin-top: 6px;
  font-size: 1.08rem;
  color: #23333d;
}

.home-flow-step p {
  margin-top: 6px;
  font-size: 0.92rem;
  line-height: 1.65;
  color: #4c6570;
}

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

.home-value-card {
  min-height: 152px;
}

.home-products-section {
  margin-top: 30px;
}

.home-products-head {
  margin-bottom: 14px;
}

.home-products-head h2 {
  margin: 0;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  color: var(--nav);
}

.home-products-head p {
  margin-top: 8px;
  color: #4f6571;
  line-height: 1.75;
}

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

.home-category-card {
  display: flex;
  flex-direction: column;
  min-height: 214px;
  text-decoration: none;
  color: inherit;
  position: relative;
  overflow: hidden;
  transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
}

.home-category-card::before {
  content: "";
  position: absolute;
  inset: auto -10% -30% auto;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(67, 97, 238, 0.14), transparent 68%);
  pointer-events: none;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 40px rgba(55, 71, 79, 0.14);
  border-color: rgba(67, 97, 238, 0.18);
}

.home-category-card:hover::before,
.home-category-card.is-pointer-active::before {
  transform: scale(1.18);
}

.home-category-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.home-category-index {
  font-family: "Rajdhani", sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  color: #4361ee;
}

.home-category-count {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(67, 97, 238, 0.08);
  border: 1px solid rgba(67, 97, 238, 0.14);
  color: #37506a;
  font-size: 0.8rem;
  font-weight: 700;
}

.home-category-card h3 {
  margin-top: 22px;
}

.home-category-card p {
  margin-top: 12px;
}

.home-category-cta {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1565c0;
  font-weight: 700;
}

.home-category-cta::after {
  content: "›";
  font-size: 1.2rem;
  line-height: 1;
}

.featured-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 18px;
  align-items: stretch;
}

.featured-spotlight {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  padding: 28px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  background:
    radial-gradient(circle at 8% 12%, rgba(67, 97, 238, 0.12), transparent 28%),
    radial-gradient(circle at 92% 18%, rgba(124, 58, 237, 0.12), transparent 24%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.88), rgba(244, 247, 250, 0.78));
  box-shadow: 0 24px 48px rgba(55, 71, 79, 0.12);
}

.featured-spotlight::after {
  content: "";
  position: absolute;
  inset: auto -8% -10% auto;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(21, 101, 192, 0.14), transparent 66%);
  pointer-events: none;
}

.featured-spotlight-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.featured-meta-line {
  margin: 0;
  color: #5f7282;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.02em;
}

.featured-spotlight h3 {
  margin-top: 12px;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 0.96;
  color: #17232c;
}

.featured-summary {
  margin-top: 16px;
  max-width: 48ch;
  color: #405864;
  line-height: 1.85;
}

.featured-actions {
  margin-top: 22px;
}

.featured-spotlight-media {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: 260px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.26);
  --featured-spotlight-image-offset-y: 0px;
  --featured-spotlight-image-max-width: 68%;
  --featured-spotlight-image-max-height: 68%;
}

.featured-spotlight-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(120deg, rgba(248, 250, 252, 0.98), rgba(240, 244, 255, 0.96) 52%, rgba(243, 232, 255, 0.92));
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.82s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.featured-spotlight-media img {
  width: auto;
  height: auto;
  max-width: var(--featured-spotlight-image-max-width);
  max-height: var(--featured-spotlight-image-max-height);
  padding: 0;
  transform: translate3d(0, var(--featured-spotlight-image-offset-y), 0);
  filter: drop-shadow(0 30px 34px rgba(26, 35, 50, 0.22));
  transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1), filter 0.55s ease, opacity 0.48s ease;
}

.featured-side-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.featured-mini-card {
  min-width: 0;
}

.featured-mini-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 18px;
  border-radius: 22px;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(255, 255, 255, 0.52);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.64)),
    linear-gradient(145deg, rgba(176, 190, 197, 0.16), rgba(255, 255, 255, 0.3));
  box-shadow: 0 18px 32px rgba(84, 110, 122, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.featured-mini-link:hover {
  transform: translateY(-4px);
  border-color: rgba(67, 97, 238, 0.16);
  box-shadow: 0 26px 40px rgba(84, 110, 122, 0.14);
}

.featured-mini-stage {
  display: grid;
  place-items: center;
  min-height: 198px;
  margin-top: 0;
  --featured-mini-image-offset-y: -14px;
  --featured-mini-image-max-width: 70%;
  --featured-mini-image-max-height: 70%;
}

.featured-mini-stage img {
  width: auto;
  height: auto;
  max-width: var(--featured-mini-image-max-width);
  max-height: var(--featured-mini-image-max-height);
  padding: 0;
  transform: translate3d(0, var(--featured-mini-image-offset-y), 0);
  transition: transform 0.72s cubic-bezier(0.22, 1, 0.36, 1), filter 0.5s ease;
}

.featured-spotlight-media.image-stage-detail-reused {
  --featured-spotlight-image-offset-y: -28%;
  --featured-spotlight-image-max-width: 50%;
  --featured-spotlight-image-max-height: 50%;
}

.featured-mini-stage.image-stage-detail-reused {
  --featured-mini-image-offset-y: -28%;
  --featured-mini-image-max-width: 50%;
  --featured-mini-image-max-height: 50%;
}

.featured-mini-link h3 {
  margin-top: 16px;
  font-size: 1rem;
  line-height: 1.45;
}

.featured-meta {
  margin-top: 6px;
  color: #4f6371;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.6;
}

.featured-mini-summary {
  margin-top: 8px;
  color: #4f6672;
  line-height: 1.72;
  font-size: 0.9rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.featured-spotlight.is-pointer-active .featured-spotlight-media img {
  transform: scale(1.05) translate3d(0, calc(var(--featured-spotlight-image-offset-y) - 6px), 0);
  filter: drop-shadow(0 34px 42px rgba(67, 97, 238, 0.2));
}

.featured-mini-link.is-pointer-active .featured-mini-stage img {
  transform: scale(1.06) translate3d(0, calc(var(--featured-mini-image-offset-y) - 4px), 0);
}

.qual-support-grid {
  margin-top: 14px;
  display: grid;
  gap: 12px;
}

.qual-support-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(176, 190, 197, 0.28);
  background: rgba(255, 255, 255, 0.76);
}

.qual-support-dot {
  width: 12px;
  height: 12px;
  margin-top: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1565c0, #4361ee);
  box-shadow: 0 0 0 8px rgba(67, 97, 238, 0.08);
}

.qual-support-item h4 {
  margin: 0;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.05rem;
  color: #23333d;
}

.qual-support-item p {
  margin-top: 6px;
  font-size: 0.92rem;
  line-height: 1.72;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
}

.faq-card {
  align-self: start;
  height: fit-content;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.58)),
    linear-gradient(145deg, rgba(176, 190, 197, 0.16), rgba(255, 255, 255, 0.34));
  box-shadow: 0 18px 32px rgba(84, 110, 122, 0.1);
  padding: 0 22px;
}

.faq-question {
  width: 100%;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 0;
  cursor: pointer;
  text-align: left;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.18rem;
  color: #23333d;
}

.faq-question span:first-child {
  flex: 1 1 auto;
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition:
    grid-template-rows 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.24s ease;
}

.faq-answer-inner {
  overflow: hidden;
}

.faq-answer p {
  margin: 0;
  padding: 0 0 20px;
  color: #465d68;
  line-height: 1.8;
}

.faq-toggle {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(148, 163, 184, 0.34);
  background: rgba(255, 255, 255, 0.76);
  flex: 0 0 auto;
}

.faq-toggle::before,
.faq-toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #4361ee;
  transform: translate(-50%, -50%);
  transition: transform 0.24s ease, opacity 0.24s ease;
}

.faq-toggle::before {
  width: 12px;
  height: 2px;
}

.faq-toggle::after {
  width: 2px;
  height: 12px;
}

.faq-card.is-open .faq-answer {
  grid-template-rows: 1fr;
  opacity: 1;
}

.faq-card.is-open .faq-toggle::after {
  transform: translate(-50%, -50%) scaleY(0);
  opacity: 0;
}

.article-card {
  border-radius: 22px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.58);
  box-shadow: 0 16px 30px rgba(84, 110, 122, 0.1);
}

.article-paragraph {
  font-size: 1.03rem;
  line-height: 1.9;
  color: #32454d;
}

.article-paragraph + .article-paragraph {
  margin-top: 20px;
}

.products-preview-grid,
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.preview-card,
.product-tile a {
  display: block;
  text-decoration: none;
  border-radius: 22px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.58)),
    linear-gradient(145deg, rgba(176, 190, 197, 0.16), rgba(255, 255, 255, 0.34));
  box-shadow: 0 18px 30px rgba(84, 110, 122, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.preview-card:hover,
.product-tile a:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 38px rgba(84, 110, 122, 0.14);
}

.preview-card h3,
.product-tile h2 {
  margin-top: 14px;
  font-size: 1.08rem;
  color: #24313a;
}

.preview-card p,
.product-tile p {
  margin-top: 8px;
  color: var(--text-muted);
  line-height: 1.7;
  font-size: 0.95rem;
}

.image-stage {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 16px;
  overflow: hidden;
  background:
    radial-gradient(circle at 26% 20%, rgba(255, 255, 255, 0.96), rgba(236, 241, 245, 0.96)),
    linear-gradient(145deg, rgba(255, 255, 255, 0.85), rgba(214, 224, 231, 0.6));
  border: 1px solid rgba(176, 190, 197, 0.26);
}

.image-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.04), rgba(21, 101, 192, 0.05));
  pointer-events: none;
}

.image-stage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 14px;
  filter: drop-shadow(0 16px 20px rgba(26, 35, 50, 0.16));
}

.detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 450px) minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}

.image-stage-large {
  aspect-ratio: 1 / 1;
}

.product-detail-page .detail-media.image-stage.image-stage-large,
.product-detail-page .detail-photo-carousel .image-stage.image-stage-large {
  display: grid;
  place-items: center;
}

.product-detail-page .detail-media {
  width: 100%;
  max-width: 450px;
}

.product-detail-page .detail-media.image-stage.image-stage-large img,
.product-detail-page .detail-photo-carousel .image-stage.image-stage-large .detail-photo-slide {
  width: auto;
  height: auto;
  max-width: 62%;
  max-height: 62%;
  padding: 0;
}

.detail-photo-carousel {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.detail-photo-carousel .image-stage.image-stage-large {
  display: grid;
  place-items: center;
}

.detail-photo-slide {
  grid-area: 1 / 1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
}

.detail-photo-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.detail-photo-thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(68px, 1fr));
  gap: 10px;
}

.detail-photo-thumb {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 76px;
  padding: 8px;
  border-radius: 14px;
  border: 1px solid rgba(203, 213, 225, 0.9);
  background: rgba(255, 255, 255, 0.92);
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.detail-photo-thumb:hover,
.detail-photo-thumb.is-active {
  border-color: rgba(67, 97, 238, 0.42);
  box-shadow: 0 10px 24px rgba(67, 97, 238, 0.12);
  transform: translateY(-1px);
}

.detail-photo-thumb img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 58px;
  padding: 0;
}

.detail-copy {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  background: rgba(255, 255, 255, 0.72);
  padding: 34px 42px;
  box-shadow: 0 16px 32px rgba(55, 71, 79, 0.1);
  box-sizing: border-box;
  min-height: clamp(360px, 34vw, 450px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}

.detail-copy .content-eyebrow,
.detail-copy h1,
.detail-copy .content-subtitle,
.detail-copy .actions {
  margin: 0;
}

.detail-copy h1 {
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(1.9rem, 3.6vw, 2.85rem);
  color: var(--nav);
  line-height: 1.04;
}

.detail-meta-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.detail-meta-chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(67, 97, 238, 0.14);
  background: linear-gradient(135deg, rgba(240, 244, 255, 0.95), rgba(245, 240, 255, 0.82));
  color: #42536a;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.detail-text {
  margin-top: 18px;
  color: #38505b;
  line-height: 1.9;
}

.detail-copy .content-subtitle {
  max-width: 28ch;
  color: #60728b;
  line-height: 1.72;
}

.detail-copy .actions {
  margin-top: 4px;
}

.section-title {
  font-family: "Rajdhani", sans-serif;
  font-size: 1.9rem;
  color: var(--nav);
  margin-bottom: 14px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 420px));
  gap: 14px;
  justify-content: start;
}

.gallery-item-technical .technical-image-stage {
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.94), transparent 38%),
    linear-gradient(135deg, rgba(240, 244, 255, 0.92), rgba(245, 240, 255, 0.88));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.32),
    0 16px 28px rgba(67, 97, 238, 0.1);
  isolation: isolate;
  aspect-ratio: 16 / 10;
}

.gallery-item-technical .technical-image-stage::after {
  background:
    linear-gradient(135deg, rgba(67, 97, 238, 0.06), rgba(124, 58, 237, 0.04)),
    radial-gradient(circle at 84% 20%, rgba(255, 255, 255, 0.22), transparent 34%);
}

.gallery-item-technical .technical-image-stage img {
  mix-blend-mode: multiply;
  opacity: 0.94;
  filter: contrast(1.08) saturate(0.92);
}

.technical-lightbox-trigger {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.technical-lightbox-trigger .technical-image-stage {
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.technical-lightbox-trigger:hover .technical-image-stage {
  transform: translateY(-2px);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.32),
    0 18px 32px rgba(67, 97, 238, 0.14);
}

.technical-lightbox {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
}

.technical-lightbox[hidden] {
  display: none;
}

body.technical-lightbox-open {
  overflow: hidden;
}

.technical-lightbox-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background:
    radial-gradient(circle at 14% 12%, rgba(240, 244, 255, 0.96), transparent 24%),
    radial-gradient(circle at 84% 16%, rgba(245, 240, 255, 0.94), transparent 22%),
    radial-gradient(circle at 54% 46%, rgba(240, 244, 255, 0.78), transparent 24%),
    linear-gradient(180deg, rgba(240, 244, 255, 0.42), rgba(245, 240, 255, 0.24) 30%, rgba(255, 255, 255, 0.92) 58%),
    #ffffff;
  backdrop-filter: blur(10px);
  cursor: zoom-out;
}

.technical-lightbox-dialog {
  position: relative;
  z-index: 1;
  width: min(92vw, 1380px);
  max-height: min(90vh, 1040px);
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(203, 213, 225, 0.78);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 28px 60px rgba(15, 23, 42, 0.14);
}

.technical-lightbox-stage {
  display: grid;
  place-items: center;
  min-height: min(76vh, 900px);
  border-radius: 18px;
  overflow: hidden;
  background:
    radial-gradient(circle at 26% 20%, rgba(255, 255, 255, 0.98), rgba(236, 241, 245, 0.98)),
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(214, 224, 231, 0.72));
}

.technical-lightbox-stage img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: min(76vh, 900px);
  object-fit: contain;
  padding: 16px;
  transform: scale(var(--technical-lightbox-scale, 1));
  transform-origin: var(--technical-lightbox-origin-x, 50%) var(--technical-lightbox-origin-y, 50%);
  transition: transform 0.12s ease;
  will-change: transform;
}

.technical-lightbox-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #0f172a;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.14);
}

.technical-lightbox-close:hover {
  transform: translateY(-1px);
}

.spec-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.spec-card {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  background: rgba(255, 255, 255, 0.78);
  padding: 20px;
  box-shadow: 0 14px 28px rgba(84, 110, 122, 0.1);
}

.spec-card h3 {
  margin-bottom: 12px;
  color: #24323a;
}

.table-scroll {
  overflow-x: auto;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 620px;
}

.spec-table th,
.spec-table td {
  border: 1px solid rgba(176, 190, 197, 0.4);
  padding: 10px;
  font-size: 0.9rem;
  text-align: left;
  vertical-align: top;
}

.spec-table th {
  background: rgba(21, 101, 192, 0.08);
}

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

.contact-card {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  background: rgba(255, 255, 255, 0.75);
  padding: 20px;
  box-shadow: 0 14px 28px rgba(84, 110, 122, 0.1);
}

.contact-card-wide {
  grid-column: span 2;
}

.contact-card h2 {
  font-family: "Rajdhani", sans-serif;
  font-size: 1.4rem;
  color: var(--nav);
}

.contact-card p {
  margin-top: 10px;
  color: #354a54;
  line-height: 1.8;
}

.contact-card a {
  color: #1565c0;
}

.not-found-shell {
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 16px 34px rgba(84, 110, 122, 0.14);
  padding: 34px;
  text-align: center;
}

.site-footer {
  width: var(--content-width);
  margin: 44px auto 24px;
  border-top: 1px solid rgba(55, 71, 79, 0.16);
  padding-top: 18px;
  position: relative;
  z-index: 1;
}

.site-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #4b5f69;
}

.footer-copy {
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: none;
  line-height: 1.6;
}

.reveal {
  opacity: 1;
  transform: none;
  filter: none;
}

.motion-ready .reveal {
  opacity: 0;
  transform: translate3d(0, 34px, 0) scale(0.985);
  filter: blur(10px);
  transition:
    transform 0.88s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.88s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.72s ease;
  transition-delay: var(--delay, 0s);
  will-change: transform, opacity, filter;
}

.motion-ready .reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

.motion-ready .hero-title.reveal {
  opacity: 1;
  transform: none;
  filter: none;
  transition: none;
}

.motion-ready .reveal.reveal-soft {
  transform: translate3d(0, 18px, 0) scale(0.995);
  filter: none;
  transition-duration: 0.66s, 0.66s, 0.01ms;
}

.motion-ready .reveal.reveal-side-left {
  transform: translate3d(-64px, 0, 0) rotateY(10deg) scale(0.982);
  transform-origin: left center;
  filter: none;
}

.motion-ready .reveal.reveal-side-right {
  transform: translate3d(64px, 0, 0) rotateY(-10deg) scale(0.982);
  transform-origin: right center;
  filter: none;
}

.motion-ready .home-category-card.reveal.reveal-side-left,
.motion-ready .home-category-card.reveal.reveal-side-right {
  transition:
    transform 1.14s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 1.02s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.82s ease;
}

.motion-ready .reveal.reveal-pan-left {
  transform: translate3d(-38px, 0, 0);
  filter: none;
}

.motion-ready .reveal.reveal-pan-right {
  transform: translate3d(38px, 0, 0);
  filter: none;
}

.motion-ready .reveal.reveal-waterfall {
  filter: none;
}

.motion-ready .reveal.reveal-waterfall:nth-child(odd) {
  transform: translate3d(0, 44px, 0) scale(0.975);
}

.motion-ready .reveal.reveal-waterfall:nth-child(even) {
  transform: translate3d(0, 76px, 0) scale(0.95);
}

.motion-ready .reveal.reveal-showcase-main {
  transform: translate3d(0, 24px, 0) scale(0.985);
  filter: none;
}

.motion-ready .reveal.reveal-tech-card {
  transform: translate3d(0, 20px, 0) scale(0.985);
  filter: none;
}

.motion-ready .reveal.reveal-flow-shell {
  transform: translate3d(0, 22px, 0) scale(0.99);
  filter: none;
}

.motion-ready .reveal.reveal-soft.is-visible,
.motion-ready .reveal.reveal-pan-left.is-visible,
.motion-ready .reveal.reveal-pan-right.is-visible,
.motion-ready .reveal.reveal-waterfall.is-visible,
.motion-ready .reveal.reveal-showcase-main.is-visible,
.motion-ready .reveal.reveal-tech-card.is-visible,
.motion-ready .reveal.reveal-flow-shell.is-visible {
  transform: translate3d(0, 0, 0) scale(1);
}

.motion-ready .reveal.reveal-side-left.is-visible,
.motion-ready .reveal.reveal-side-right.is-visible {
  transform: translate3d(0, 0, 0) rotateY(0deg) scale(1);
}

.motion-card,
.motion-card-subtle {
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition:
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.4s ease,
    background 0.4s ease;
  will-change: transform, box-shadow;
}

.motion-card::before,
.motion-card-subtle::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background:
    radial-gradient(260px circle at var(--pointer-x, 50%) var(--pointer-y, 50%), rgba(67, 97, 238, 0.18), transparent 54%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 38%);
  opacity: 0;
  transition: opacity 0.38s ease;
  pointer-events: none;
  z-index: 0;
}

.motion-card > *,
.motion-card-subtle > * {
  position: relative;
  z-index: 1;
}

.motion-card.is-pointer-active::before,
.motion-card-subtle.is-pointer-active::before {
  opacity: 1;
}

.motion-card.is-pointer-active {
  transform:
    perspective(1100px)
    translate3d(0, -8px, 0)
    rotateX(var(--card-rotate-x, 0deg))
    rotateY(var(--card-rotate-y, 0deg));
  box-shadow: var(--shadow-hover);
  border-color: rgba(67, 97, 238, 0.24);
}

.motion-card-subtle.is-pointer-active {
  transform:
    perspective(950px)
    translate3d(0, -5px, 0)
    rotateX(var(--card-rotate-x, 0deg))
    rotateY(var(--card-rotate-y, 0deg));
  box-shadow: 0 22px 44px rgba(67, 97, 238, 0.12);
  border-color: rgba(67, 97, 238, 0.2);
}

.home-flow-step.motion-card-subtle {
  overflow: visible;
}

.motion-ready .featured-spotlight.reveal-showcase-main .featured-spotlight-copy > * {
  opacity: 0;
  transform: translate3d(-24px, 0, 0);
  transition: transform 0.62s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.48s ease;
}

.motion-ready .featured-spotlight.reveal-showcase-main .featured-spotlight-copy > *:nth-child(1) {
  transition-delay: 0.14s;
}

.motion-ready .featured-spotlight.reveal-showcase-main .featured-spotlight-copy > *:nth-child(2) {
  transition-delay: 0.2s;
}

.motion-ready .featured-spotlight.reveal-showcase-main .featured-spotlight-copy > *:nth-child(3) {
  transition-delay: 0.26s;
}

.motion-ready .featured-spotlight.reveal-showcase-main .featured-spotlight-copy > *:nth-child(4) {
  transition-delay: 0.32s;
}

.motion-ready .featured-spotlight.reveal-showcase-main .featured-spotlight-media::before {
  transform: scaleX(1);
}

.motion-ready .featured-spotlight.reveal-showcase-main .featured-spotlight-media img {
  opacity: 0;
  transform: translate3d(46px, var(--featured-spotlight-image-offset-y), 0) scale(1.03);
}

.motion-ready .featured-spotlight.reveal-showcase-main.is-visible .featured-spotlight-copy > * {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.motion-ready .featured-spotlight.reveal-showcase-main.is-visible .featured-spotlight-media::before {
  transform: scaleX(0);
  transition-delay: 0.08s;
}

.motion-ready .featured-spotlight.reveal-showcase-main.is-visible .featured-spotlight-media img {
  opacity: 1;
  transform: translate3d(0, var(--featured-spotlight-image-offset-y), 0) scale(1);
  transition-delay: 0.2s;
}

.motion-ready .why-card.reveal-tech-card .why-icon {
  transform: scale(0.82);
  box-shadow: none;
}

.motion-ready .why-card.reveal-tech-card h3,
.motion-ready .why-card.reveal-tech-card p {
  opacity: 0;
  transform: translate3d(0, 12px, 0);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.42s ease;
}

.motion-ready .why-card.reveal-tech-card.is-visible .why-icon {
  transform: scale(1);
  box-shadow: 0 16px 24px rgba(67, 97, 238, 0.12);
}

.motion-ready .why-card.reveal-tech-card.is-visible .why-icon svg path {
  stroke-dashoffset: 0;
  transition-delay: 0.1s;
}

.motion-ready .why-card.reveal-tech-card.is-visible h3 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.18s;
}

.motion-ready .why-card.reveal-tech-card.is-visible p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.28s;
}

.motion-ready .home-flow-shell.reveal-flow-shell .home-flow-step {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition: transform 0.82s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.62s ease;
}

.motion-ready .home-flow-shell.reveal-flow-shell.is-visible .home-flow-grid::before {
  transform: scaleX(1);
}

.motion-ready .home-flow-shell.reveal-flow-shell.is-visible .home-flow-step {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: calc(0.22s + var(--step-delay, 0s));
}

.motion-ready .home-flow-shell.reveal-flow-shell.is-visible .home-flow-step::after {
  opacity: 1;
  transform: scale(1);
  transition-delay: calc(0.34s + var(--step-delay, 0s));
}

@keyframes charSpringIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 38px, 0) scale(0.95);
  }

  62% {
    opacity: 1;
    transform: translate3d(0, -6px, 0) scale(1.02);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes titleCursorBlink {
  0%,
  46% {
    opacity: 1;
  }

  47%,
  100% {
    opacity: 0;
  }
}

@keyframes productCardIn {
  from {
    opacity: 0;
    transform: translate3d(72px, 0, 0) rotateY(15deg);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotateY(0deg);
  }
}

@keyframes floatProduct {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -16px, 0);
  }
}

@keyframes circuitGrow {
  to {
    stroke-dashoffset: 0;
  }
}

@media (max-width: 1100px) {
  :root {
    --content-width: min(100vw - 40px, 1220px);
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 26px;
    padding-top: 42px;
  }

  .hero-copy,
  .hero-visual {
    transform: none;
  }

  .hero-visual {
    min-height: 500px;
    padding-top: 6px;
  }

  .hero-circuit {
    width: min(44vw, 340px);
    top: 112px;
  }

  .metrics {
    margin-top: 0;
    margin-bottom: 26px;
  }

  .metrics-inner {
    transform: none;
    grid-template-columns: 1fr;
  }

  .section-grid,
  .why-grid,
  .home-category-grid,
  .products-preview-grid,
  .about-split,
  .qualification-stats,
  .qualification-grid,
  .scene-grid,
  .inquiry-shell,
  .featured-showcase,
  .product-grid,
  .detail-hero,
  .gallery-grid,
  .contact-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .featured-spotlight {
    grid-template-columns: 1fr;
  }

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

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

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

  .logo-wall {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .support-tag-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .home-flow-grid::before,
  .home-flow-step::after {
    display: none;
  }

  .contact-card-wide {
    grid-column: auto;
  }

  .product-detail-page .detail-media {
    max-width: none;
  }

  .product-detail-page .detail-copy {
    min-height: auto;
  }

  .technical-lightbox-dialog {
    width: min(94vw, 1120px);
    padding: 14px;
  }

  .technical-lightbox-stage {
    min-height: min(68vh, 760px);
  }
}

@media (max-width: 720px) {
  :root {
    --content-width: calc(100vw - 28px);
  }

  .topbar {
    margin-top: 14px;
    padding: 16px 18px;
  }

  .topnav {
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .topnav > a:not(.nav-chip) {
    display: none;
  }

  .hero {
    padding: 28px 0 34px;
  }

  .hero-title {
    font-size: clamp(3rem, 20vw, 5rem);
  }

  .supporting {
    font-size: 0.96rem;
  }

  .actions {
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    text-align: center;
  }

  .hero-visual {
    min-height: 400px;
    padding-left: 0;
    padding-right: 0;
  }

  .product-card {
    width: min(100%, 480px);
    padding: 16px;
  }

  .tech-card {
    left: 12px;
    right: 12px;
    bottom: -14px;
    min-width: 0;
  }

  .hero-circuit {
    width: 240px;
    top: 90px;
    right: -24px;
    opacity: 0.35;
  }

  .content-main {
    padding-top: 20px;
  }

  .content-hero,
  .detail-copy,
  .section-card,
  .article-card,
  .spec-card,
  .contact-card {
    padding: 20px;
  }

  .home-story-card {
    padding: 22px;
  }

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

  .home-flow-grid::before,
  .home-flow-step::after {
    display: none;
  }

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

  .site-footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

:root {
  --bg: #ffffff;
  --bg-soft: #f8faff;
  --nav: #0f172a;
  --primary: #4361ee;
  --primary-soft: rgba(67, 97, 238, 0.12);
  --accent: #7c3aed;
  --accent-soft: rgba(124, 58, 237, 0.12);
  --text: #0f172a;
  --text-muted: #64748b;
  --line: #e2e8f0;
  --line-strong: #cbd5e1;
  --shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
  --shadow-lg: 0 22px 56px rgba(67, 97, 238, 0.12);
  --shadow-hover: 0 28px 56px rgba(67, 97, 238, 0.16);
  --radius-lg: 20px;
  --radius-md: 12px;
}

html,
body {
  background: #ffffff;
  color: var(--text);
}

body::before {
  background:
    radial-gradient(circle at 14% 12%, rgba(240, 244, 255, 0.92), transparent 24%),
    radial-gradient(circle at 84% 16%, rgba(245, 240, 255, 0.9), transparent 22%),
    radial-gradient(circle at 54% 46%, rgba(240, 244, 255, 0.7), transparent 24%),
    linear-gradient(180deg, rgba(240, 244, 255, 0.28), rgba(245, 240, 255, 0.16) 30%, transparent 58%);
  background-size: auto;
  opacity: 1;
  mask-image: none;
}

.topbar {
  width: 100%;
  margin: 0;
  padding: 18px max(24px, calc((100vw - var(--content-width)) / 2));
  border-radius: 0;
  background: rgba(255, 255, 255, 0.94);
  border: 0;
  border-bottom: 1px solid #e2e8f0;
  box-shadow: none;
  backdrop-filter: blur(18px);
  z-index: 12;
}

.brand-logo {
  filter: drop-shadow(0 12px 24px rgba(15, 23, 42, 0.06));
}

.brand-copy {
  color: var(--text-muted);
}

.topnav {
  color: var(--text-muted);
  gap: 18px;
}

.topnav a {
  position: relative;
}

.topnav a:hover {
  color: var(--primary);
}

.topnav a.is-active {
  color: var(--text);
}

.topnav a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -19px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #ffffff;
  color: var(--text);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
  cursor: pointer;
}

.nav-toggle-bar {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.24s ease, opacity 0.24s ease;
}

.topbar.is-nav-open .nav-toggle-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.topbar.is-nav-open .nav-toggle-bar:nth-child(2) {
  opacity: 0;
}

.topbar.is-nav-open .nav-toggle-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.nav-chip {
  border: 1px solid #e2e8f0;
  background: #ffffff;
  color: var(--text);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
  min-width: 72px;
  text-align: center;
}

.nav-chip:hover {
  transform: translateY(-1px);
  color: var(--primary);
  box-shadow: 0 14px 28px rgba(67, 97, 238, 0.1);
}

.nav-chip-outline {
  display: none;
}

.nav-chip-outline:hover {
  color: inherit;
  box-shadow: none;
}

.hero::before {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  width: min(42vw, 560px);
  height: min(34vw, 420px);
  border-radius: 36px;
  background: linear-gradient(135deg, rgba(240, 244, 255, 0.92), rgba(245, 240, 255, 0.88));
  filter: blur(42px);
  opacity: 0.95;
  z-index: 0;
  pointer-events: none;
}

.hero-copy,
.hero-visual,
.metrics,
.content-main,
.section-shell,
.site-footer {
  position: relative;
  z-index: 1;
}

.eyebrow {
  background: linear-gradient(135deg, rgba(240, 244, 255, 0.96), rgba(245, 240, 255, 0.94));
  border: 1px solid #e2e8f0;
  color: var(--primary);
  box-shadow: 0 12px 28px rgba(67, 97, 238, 0.08);
}

.eyebrow::before {
  background: linear-gradient(135deg, #4361ee, #7c3aed);
  box-shadow: 0 0 0 8px rgba(67, 97, 238, 0.1);
}

.hero-title {
  color: var(--text);
  text-shadow: 0 14px 34px rgba(67, 97, 238, 0.08);
}

.hero-title::before {
  background: linear-gradient(180deg, #4361ee, #7c3aed);
  box-shadow: 0 0 14px rgba(67, 97, 238, 0.32);
}

.subtitle {
  color: var(--text);
}

.supporting {
  color: var(--text-muted);
}

.tag {
  border: 1px solid #e2e8f0;
  background: #ffffff;
  color: var(--text);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.04);
}

.btn {
  border-radius: 12px;
}

.btn-primary {
  background: linear-gradient(135deg, #4361ee, #7c3aed);
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(67, 97, 238, 0.24);
}

.btn-primary:hover {
  box-shadow: 0 22px 40px rgba(67, 97, 238, 0.3);
}

.btn-secondary {
  background: #ffffff;
  border: 1px solid #d8e0f0;
  color: var(--text);
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.06);
}

.btn-secondary:hover {
  background: linear-gradient(135deg, rgba(240, 244, 255, 0.88), rgba(245, 240, 255, 0.82));
  box-shadow: 0 18px 34px rgba(67, 97, 238, 0.12);
}

.visual-shell::before {
  inset: 11% 14%;
  border-radius: 38%;
  background:
    radial-gradient(circle at 34% 36%, rgba(255, 255, 255, 0.98), rgba(240, 244, 255, 0.94) 34%, rgba(245, 240, 255, 0.78) 62%, rgba(255, 255, 255, 0.06) 100%);
  filter: blur(26px);
}

.visual-shell::after {
  border: 1px solid rgba(226, 232, 240, 0.88);
}

.product-card {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #e2e8f0;
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow-lg);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card::before {
  border-color: rgba(67, 97, 238, 0.1);
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
}

.product-image {
  background: linear-gradient(135deg, #ffffff, #f7faff 58%, #f8f3ff 100%);
  filter: drop-shadow(0 28px 40px rgba(67, 97, 238, 0.14));
}

.tech-card {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #e2e8f0;
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.08);
  color: var(--text);
}

.tech-label {
  color: var(--primary);
}

.tech-value,
.qual-value,
.metric-value .count {
  background: linear-gradient(135deg, #4361ee, #7c3aed);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.metric-value {
  color: var(--text);
}

.tech-detail {
  color: var(--text-muted);
}

.hero-circuit {
  opacity: 0.68;
}

.metrics-inner {
  gap: 1px;
  border-radius: 18px;
  overflow: hidden;
  background: #e2e8f0;
  border: 1px solid #e2e8f0;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.metric {
  min-height: 132px;
  background: #ffffff;
  color: var(--text);
}

.metric::after {
  background: linear-gradient(135deg, rgba(240, 244, 255, 0.94), rgba(245, 240, 255, 0.54) 58%, transparent 100%);
}

.metric-plus {
  color: var(--accent);
  -webkit-text-fill-color: var(--accent);
}

.metric-label {
  color: var(--text-muted);
}

.content-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.96));
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
}

.content-hero::before {
  content: "";
  position: absolute;
  right: -8%;
  bottom: -30%;
  width: 52%;
  height: 80%;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(240, 244, 255, 0.88), rgba(245, 240, 255, 0.8));
  filter: blur(24px);
  z-index: 0;
}

.content-hero > * {
  position: relative;
  z-index: 1;
}

.content-eyebrow,
.section-eyebrow,
.home-story-eyebrow {
  color: var(--primary);
}

.section-shell::before {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: 8px;
  height: min(220px, 26vw);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(240, 244, 255, 0.84), rgba(245, 240, 255, 0.72));
  filter: blur(42px);
  opacity: 0.72;
  z-index: 0;
  pointer-events: none;
}

.section-shell > * {
  position: relative;
  z-index: 1;
}

.section-card,
.article-card,
.spec-card,
.contact-card,
.preview-card,
.product-tile a,
.detail-copy,
.not-found-shell {
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.05);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.section-card:hover,
.article-card:hover,
.spec-card:hover,
.contact-card:hover,
.preview-card:hover,
.product-tile a:hover,
.detail-copy:hover,
.not-found-shell:hover {
  transform: translateY(-4px);
  border-color: rgba(67, 97, 238, 0.16);
  box-shadow: 0 24px 44px rgba(67, 97, 238, 0.12);
}

.section-card h2,
.section-card h3,
.section-head h2,
.home-story-title,
.home-flow-title,
.home-products-head h2,
.detail-copy h1,
.contact-card h2,
.section-title {
  color: var(--text);
}

.section-card p,
.section-head p,
.about-paragraph,
.qual-label,
.media-placeholder-card figcaption,
.scene-placeholder figcaption,
.home-flow-subtitle,
.home-flow-step p,
.article-paragraph,
.preview-card p,
.product-tile p,
.detail-text,
.contact-card p,
.footer-copy {
  color: var(--text-muted);
}

.why-icon {
  border: 1px solid rgba(67, 97, 238, 0.14);
  background: linear-gradient(135deg, #f0f4ff, #f5f0ff);
}

.why-icon svg {
  stroke: var(--primary);
}

.product-tab {
  border: 1px solid #e2e8f0;
  background: #ffffff;
  color: var(--text-muted);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
}

.product-tab.is-active {
  background: linear-gradient(135deg, #4361ee, #7c3aed);
  border-color: transparent;
  box-shadow: 0 14px 28px rgba(67, 97, 238, 0.18);
}

.about-visual-points p {
  background: linear-gradient(135deg, rgba(240, 244, 255, 0.92), rgba(245, 240, 255, 0.9));
  border: 1px solid #e2e8f0;
  color: var(--primary);
}

.about-main {
  padding-top: 42px;
}

.about-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 340px);
  gap: 36px;
  align-items: center;
  min-height: 324px;
  padding: 46px 56px;
  --about-parallax-offset: 0px;
  isolation: isolate;
}

.about-hero::before {
  left: 54%;
  right: -6%;
  bottom: -18%;
  width: auto;
  height: 68%;
  opacity: 0.44;
  filter: blur(34px);
  transform: translate3d(0, calc(var(--about-parallax-offset) * 0.42), 0);
  transition: transform 0.38s ease;
}

.about-hero::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 48%;
  background:
    linear-gradient(118deg, transparent 8%, rgba(67, 97, 238, 0.05) 44%, rgba(124, 58, 237, 0.07) 58%, transparent 82%);
  transform: translate3d(-32%, 0, 0);
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
  animation: aboutHeroSweep 8.4s ease-in-out infinite;
}

.about-hero-copy {
  position: relative;
  z-index: 3;
  max-width: 820px;
}

.about-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.about-hero-eyebrow::before {
  content: "";
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, rgba(67, 97, 238, 0.82), rgba(67, 97, 238, 0));
}

.about-hero-title-mask {
  overflow: hidden;
  padding-bottom: 8px;
}

.about-hero-title {
  display: inline-block;
  margin-top: 18px;
  font-family: "Rajdhani", "Manrope", sans-serif;
  font-size: clamp(3.9rem, 8vw, 7rem);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: 0.01em;
  color: var(--text);
  text-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.about-hero-subtitle {
  max-width: 760px;
  margin-top: 22px;
  font-size: clamp(1.08rem, 1.6vw, 1.34rem);
}

.about-hero-orbit {
  position: relative;
  width: min(100%, 320px);
  aspect-ratio: 1 / 1;
  justify-self: end;
  border-radius: 24px;
  border: 1px solid rgba(67, 97, 238, 0.12);
  background:
    linear-gradient(145deg, rgba(248, 250, 252, 0.92), rgba(240, 244, 255, 0.82)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.72));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.64),
    0 20px 44px rgba(67, 97, 238, 0.08);
  overflow: hidden;
  transform: translate3d(0, calc(var(--about-parallax-offset) * -0.4), 0);
  transition: transform 0.38s ease;
  z-index: 2;
}

.about-hero-logo {
  position: absolute;
  left: 12%;
  right: 12%;
  top: 33%;
  width: 76%;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 16px 30px rgba(67, 97, 238, 0.12));
  z-index: 2;
}

.about-hero-ring,
.about-hero-gridline,
.about-hero-beam,
.about-hero-node {
  position: absolute;
}

.about-hero-ring {
  border-radius: 50%;
  border: 1px solid rgba(67, 97, 238, 0.16);
}

.about-hero-ring-lg {
  inset: 18px;
  animation: aboutOrbitSpin 18s linear infinite;
}

.about-hero-ring-sm {
  inset: 82px;
  border-style: dashed;
  border-color: rgba(124, 58, 237, 0.16);
  animation: aboutOrbitSpinReverse 14s linear infinite;
}

.about-hero-gridline-horizontal {
  left: 16%;
  right: 16%;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(67, 97, 238, 0.16), transparent);
}

.about-hero-gridline-vertical {
  top: 16%;
  bottom: 16%;
  left: 50%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(124, 58, 237, 0.18), transparent);
}

.about-hero-beam {
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(67, 97, 238, 0), rgba(67, 97, 238, 0.74), rgba(124, 58, 237, 0));
  box-shadow: 0 0 18px rgba(67, 97, 238, 0.18);
  transform-origin: left center;
}

.about-hero-beam-one {
  top: 34%;
  left: 18%;
  width: 46%;
  transform: rotate(24deg);
  animation: aboutBeamPulse 4.8s ease-in-out infinite;
}

.about-hero-beam-two {
  right: 14%;
  bottom: 28%;
  width: 36%;
  transform: rotate(-28deg);
  animation: aboutBeamPulse 4.8s ease-in-out infinite 1.2s;
}

.about-hero-node {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4361ee, #7c3aed);
  box-shadow:
    0 0 0 8px rgba(67, 97, 238, 0.08),
    0 0 20px rgba(67, 97, 238, 0.18);
}

.about-hero-node-a {
  top: 23%;
  left: 19%;
  animation: aboutNodePulse 3.8s ease-in-out infinite;
}

.about-hero-node-b {
  top: 47%;
  right: 22%;
  animation: aboutNodePulse 3.8s ease-in-out infinite 0.8s;
}

.about-hero-node-c {
  bottom: 19%;
  left: 42%;
  animation: aboutNodePulse 3.8s ease-in-out infinite 1.5s;
}

.about-story-shell {
  margin-top: 34px;
}

.about-story-shell::before {
  left: 8%;
  right: 8%;
  opacity: 0.86;
}

.about-story-card {
  position: relative;
  overflow: hidden;
  padding: 40px 46px 40px 54px;
  --about-parallax-offset: 0px;
}

.about-story-card::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 28px;
  bottom: 28px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(67, 97, 238, 0.88), rgba(124, 58, 237, 0.34));
  box-shadow: 0 0 18px rgba(67, 97, 238, 0.12);
  z-index: 0;
}

.about-story-card::after {
  content: "";
  position: absolute;
  right: -12%;
  bottom: -18%;
  width: 42%;
  height: 54%;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(240, 244, 255, 0.96), rgba(245, 240, 255, 0.72));
  filter: blur(24px);
  transform: translate3d(0, calc(var(--about-parallax-offset) * 0.56), 0);
  transition: transform 0.38s ease;
  z-index: 0;
}

.about-story-copy {
  position: relative;
  z-index: 1;
}

.about-story-card .article-paragraph {
  font-size: clamp(1.08rem, 1.38vw, 1.22rem);
  line-height: 1.95;
}

.about-story-card .article-paragraph + .article-paragraph {
  margin-top: 34px;
}

.about-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.about-info-card {
  min-height: 188px;
}

.about-info-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(240, 244, 255, 0.96), rgba(245, 240, 255, 0.9));
  border: 1px solid #e2e8f0;
  color: #4361ee;
  font-family: "Rajdhani", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.about-info-card h3,
.certificate-card h3 {
  margin-top: 16px;
}

.about-info-card p {
  margin-top: 10px;
  color: var(--text-muted);
  line-height: 1.8;
}

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

.certificate-card {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.certificate-media {
  display: grid;
  place-items: center;
  min-height: 320px;
  border-radius: 18px;
  border: 1px solid #e2e8f0;
  background:
    radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.98), rgba(244, 247, 250, 0.96)),
    linear-gradient(145deg, rgba(248, 250, 252, 0.9), rgba(240, 244, 255, 0.74));
  overflow: hidden;
  text-decoration: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.62);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.certificate-media:hover {
  transform: translateY(-2px);
  border-color: rgba(67, 97, 238, 0.16);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.62),
    0 20px 36px rgba(67, 97, 238, 0.08);
}

.certificate-media img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 320px;
  object-fit: contain;
}

.certificate-badge {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 30px;
  margin-top: 16px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(67, 97, 238, 0.08);
  border: 1px solid rgba(67, 97, 238, 0.14);
  color: #4361ee;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.certificate-summary {
  margin-top: 10px;
  color: #334a55;
  line-height: 1.78;
}

.certificate-note,
.section-note {
  margin-top: 10px;
  color: #607180;
  line-height: 1.76;
  font-size: 0.92rem;
}

.certificate-source {
  margin-top: 16px;
  color: #4361ee;
  font-weight: 700;
  text-decoration: none;
}

.certificate-source:hover {
  text-decoration: underline;
}

.about-page .about-hero.motion-card-subtle,
.about-page .about-story-card.motion-card-subtle {
  transition:
    transform 0.58s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.58s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.4s ease,
    background 0.4s ease;
}

.about-page .about-hero.motion-card-subtle:hover,
.about-page .about-story-card.motion-card-subtle:hover {
  transform: translate3d(0, -4px, 0);
  border-color: rgba(67, 97, 238, 0.16);
  box-shadow: 0 24px 44px rgba(67, 97, 238, 0.12);
}

.about-page .about-hero.motion-card-subtle.is-pointer-active {
  transform:
    perspective(1100px)
    translate3d(0, -6px, 0)
    rotateX(var(--card-rotate-x, 0deg))
    rotateY(var(--card-rotate-y, 0deg));
  box-shadow: 0 28px 58px rgba(67, 97, 238, 0.13);
}

.about-page .about-story-card.motion-card-subtle.is-pointer-active {
  transform:
    perspective(950px)
    translate3d(0, -5px, 0)
    rotateX(var(--card-rotate-x, 0deg))
    rotateY(var(--card-rotate-y, 0deg));
  box-shadow: 0 26px 50px rgba(67, 97, 238, 0.1);
}

.motion-ready .about-hero .about-hero-eyebrow,
.motion-ready .about-hero .about-hero-subtitle {
  opacity: 0;
  transform: translate3d(0, 16px, 0);
  transition:
    transform 0.72s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.6s ease;
}

.motion-ready .about-hero .about-hero-title {
  clip-path: inset(0 100% 0 0);
  transform: translate3d(0, 26px, 0);
  transition:
    clip-path 0.94s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.94s cubic-bezier(0.22, 1, 0.36, 1);
}

.motion-ready .about-hero .about-hero-orbit {
  opacity: 0;
  transform: translate3d(22px, calc(var(--about-parallax-offset) * -0.4), 0) scale(0.94);
  transition:
    transform 0.86s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.72s ease;
}

.motion-ready .about-hero .about-hero-node {
  opacity: 0;
  transform: scale(0.56);
  transition:
    transform 0.54s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.42s ease;
}

.motion-ready .about-hero.is-visible .about-hero-eyebrow {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.12s;
}

.motion-ready .about-hero.is-visible .about-hero-title {
  clip-path: inset(0 0 0 0);
  transform: translate3d(0, 0, 0);
  transition-delay: 0.18s;
}

.motion-ready .about-hero.is-visible .about-hero-subtitle {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.34s;
}

.motion-ready .about-hero.is-visible .about-hero-orbit {
  opacity: 1;
  transform: translate3d(0, calc(var(--about-parallax-offset) * -0.4), 0) scale(1);
  transition-delay: 0.24s;
}

.motion-ready .about-hero.is-visible .about-hero-node {
  opacity: 1;
  transform: scale(1);
}

.motion-ready .about-hero.is-visible .about-hero-node-a {
  transition-delay: 0.46s;
}

.motion-ready .about-hero.is-visible .about-hero-node-b {
  transition-delay: 0.56s;
}

.motion-ready .about-hero.is-visible .about-hero-node-c {
  transition-delay: 0.66s;
}

.motion-ready .about-story-card::before {
  opacity: 0;
  transform: scaleY(0.14);
  transform-origin: top center;
  transition:
    transform 0.82s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.52s ease;
}

.motion-ready .about-story-card .about-story-copy {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition:
    transform 0.72s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.56s ease;
  transition-delay: 0.12s;
}

.motion-ready .about-story-card.is-visible::before {
  opacity: 1;
  transform: scaleY(1);
}

.motion-ready .about-story-card.is-visible .about-story-copy {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@keyframes aboutHeroSweep {
  0%,
  100% {
    transform: translate3d(-32%, 0, 0);
    opacity: 0.42;
  }

  50% {
    transform: translate3d(20%, 0, 0);
    opacity: 0.82;
  }
}

@keyframes aboutOrbitSpin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes aboutOrbitSpinReverse {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0deg);
  }
}

@keyframes aboutBeamPulse {
  0%,
  100% {
    opacity: 0.34;
    filter: saturate(0.9);
  }

  50% {
    opacity: 0.9;
    filter: saturate(1.08);
  }
}

@keyframes aboutNodePulse {
  0%,
  100% {
    box-shadow:
      0 0 0 8px rgba(67, 97, 238, 0.08),
      0 0 20px rgba(67, 97, 238, 0.14);
  }

  50% {
    box-shadow:
      0 0 0 12px rgba(67, 97, 238, 0.1),
      0 0 28px rgba(67, 97, 238, 0.24);
  }
}

.contact-main {
  padding-top: 38px;
}

.contact-hero {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: start;
  min-height: 160px;
  padding: 42px 56px 26px;
  isolation: isolate;
  background:
    radial-gradient(circle at 78% 34%, rgba(67, 97, 238, 0.09), transparent 22%),
    radial-gradient(circle at 88% 74%, rgba(124, 58, 237, 0.08), transparent 20%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.96));
}

.contact-hero::before {
  left: 58%;
  right: -14%;
  bottom: -18%;
  width: auto;
  height: 58%;
  opacity: 0.42;
  filter: blur(42px);
}

.contact-hero::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 58%;
  background:
    linear-gradient(128deg, transparent 4%, rgba(67, 97, 238, 0.05) 44%, rgba(124, 58, 237, 0.06) 60%, transparent 88%);
  opacity: 0.6;
  transform: translate3d(-20%, 0, 0);
  pointer-events: none;
  z-index: 0;
  animation: contactHeroSweep 8.8s ease-in-out infinite;
}

.contact-hero-copy {
  position: relative;
  z-index: 3;
  max-width: 900px;
  padding-top: 0;
}

.contact-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.contact-hero-eyebrow::before {
  content: "";
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, rgba(67, 97, 238, 0.86), rgba(67, 97, 238, 0));
}

.contact-hero-title-mask {
  overflow: hidden;
  padding-bottom: 4px;
}

.contact-hero-title {
  display: inline-block;
  margin-top: 14px;
  font-family: "Rajdhani", "Manrope", sans-serif;
  font-size: clamp(3.7rem, 7vw, 6.2rem);
  line-height: 0.92;
  letter-spacing: 0.01em;
  color: var(--text);
  text-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.contact-hero-visual {
  position: relative;
  width: min(100%, 300px);
  aspect-ratio: 1 / 1;
  justify-self: end;
  border-radius: 24px;
  border: 1px solid rgba(67, 97, 238, 0.12);
  background:
    linear-gradient(145deg, rgba(248, 250, 252, 0.9), rgba(240, 244, 255, 0.8)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.72));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.64),
    0 20px 42px rgba(67, 97, 238, 0.08);
  overflow: hidden;
  z-index: 2;
}

.contact-hero-ring,
.contact-hero-gridline,
.contact-hero-beam,
.contact-hero-node {
  position: absolute;
}

.contact-hero-ring {
  border-radius: 50%;
  border: 1px solid rgba(67, 97, 238, 0.15);
}

.contact-hero-ring-lg {
  inset: 18px;
  animation: contactOrbitSpin 18s linear infinite;
}

.contact-hero-ring-sm {
  inset: 78px;
  border-style: dashed;
  border-color: rgba(124, 58, 237, 0.16);
  animation: contactOrbitSpinReverse 14s linear infinite;
}

.contact-hero-gridline-horizontal {
  left: 18%;
  right: 18%;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(67, 97, 238, 0.15), transparent);
}

.contact-hero-gridline-vertical {
  top: 18%;
  bottom: 18%;
  left: 50%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(124, 58, 237, 0.16), transparent);
}

.contact-hero-beam {
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(67, 97, 238, 0), rgba(67, 97, 238, 0.72), rgba(124, 58, 237, 0));
  box-shadow: 0 0 16px rgba(67, 97, 238, 0.16);
}

.contact-hero-beam-one {
  top: 36%;
  left: 18%;
  width: 44%;
  transform: rotate(26deg);
  animation: contactBeamPulse 4.6s ease-in-out infinite;
}

.contact-hero-beam-two {
  right: 17%;
  bottom: 30%;
  width: 34%;
  transform: rotate(-30deg);
  animation: contactBeamPulse 4.6s ease-in-out infinite 1.2s;
}

.contact-hero-node {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4361ee, #7c3aed);
  box-shadow:
    0 0 0 8px rgba(67, 97, 238, 0.08),
    0 0 18px rgba(67, 97, 238, 0.18);
}

.contact-hero-node-a {
  top: 23%;
  left: 20%;
  animation: contactNodePulse 3.8s ease-in-out infinite;
}

.contact-hero-node-b {
  top: 48%;
  right: 22%;
  animation: contactNodePulse 3.8s ease-in-out infinite 0.8s;
}

.contact-hero-node-c {
  bottom: 20%;
  left: 44%;
  animation: contactNodePulse 3.8s ease-in-out infinite 1.4s;
}

.contact-intro-card {
  position: relative;
  overflow: hidden;
  padding: 24px 28px 24px 36px;
}

.contact-intro-card::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 20px;
  bottom: 20px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(67, 97, 238, 0.82), rgba(124, 58, 237, 0.28));
  box-shadow: 0 0 14px rgba(67, 97, 238, 0.12);
}

.contact-page .section-shell {
  margin-top: 22px;
}

.contact-grid {
  margin-top: 20px;
  gap: 16px;
  align-items: start;
}

.contact-card {
  position: relative;
  min-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
  padding: 22px 24px 20px;
}

.contact-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 46%;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(67, 97, 238, 0.8), rgba(67, 97, 238, 0));
  opacity: 0.74;
}

.contact-card::after {
  content: "";
  position: absolute;
  right: -12%;
  bottom: -18%;
  width: 44%;
  height: 58%;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(240, 244, 255, 0.92), rgba(245, 240, 255, 0.68));
  filter: blur(24px);
  opacity: 0.88;
  pointer-events: none;
}

.contact-card h2,
.contact-card p {
  position: relative;
  z-index: 1;
}

.contact-card h2 {
  font-size: clamp(1.42rem, 2.1vw, 1.8rem);
  letter-spacing: 0.01em;
  line-height: 1.08;
}

.contact-card p {
  margin-top: 0;
  font-size: 1rem;
  line-height: 1.6;
  min-height: 0;
}

.contact-card p strong {
  color: #1d4ed8;
}

.contact-card-note {
  color: #607180;
  font-size: 0.94rem;
}

.contact-card a {
  text-decoration: none;
  word-break: break-word;
}

.contact-page .contact-hero.motion-card-subtle,
.contact-page .contact-intro-card.motion-card-subtle,
.contact-page .contact-card.motion-card-subtle {
  transition:
    transform 0.58s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.58s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.4s ease,
    background 0.4s ease;
}

.contact-page .contact-hero.motion-card-subtle:hover,
.contact-page .contact-intro-card.motion-card-subtle:hover,
.contact-page .contact-card.motion-card-subtle:hover {
  transform: translate3d(0, -4px, 0);
  border-color: rgba(67, 97, 238, 0.16);
  box-shadow: 0 24px 44px rgba(67, 97, 238, 0.12);
}

.contact-page .contact-hero.motion-card-subtle.is-pointer-active {
  transform:
    perspective(1100px)
    translate3d(0, -6px, 0)
    rotateX(var(--card-rotate-x, 0deg))
    rotateY(var(--card-rotate-y, 0deg));
}

.contact-page .contact-intro-card.motion-card-subtle.is-pointer-active,
.contact-page .contact-card.motion-card-subtle.is-pointer-active {
  transform:
    perspective(960px)
    translate3d(0, -5px, 0)
    rotateX(var(--card-rotate-x, 0deg))
    rotateY(var(--card-rotate-y, 0deg));
}

.motion-ready .contact-hero .contact-hero-eyebrow {
  opacity: 0;
  transform: translate3d(0, 16px, 0);
  transition:
    transform 0.72s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.58s ease;
}

.motion-ready .contact-hero .contact-hero-title {
  clip-path: inset(0 100% 0 0);
  transform: translate3d(0, 24px, 0);
  transition:
    clip-path 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.motion-ready .contact-hero .contact-hero-visual {
  opacity: 0;
  transform: translate3d(22px, 0, 0) scale(0.94);
  transition:
    transform 0.84s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.72s ease;
}

.motion-ready .contact-hero .contact-hero-node {
  opacity: 0;
  transform: scale(0.56);
  transition:
    transform 0.54s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.42s ease;
}

.motion-ready .contact-hero.is-visible .contact-hero-eyebrow {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.12s;
}

.motion-ready .contact-hero.is-visible .contact-hero-title {
  clip-path: inset(0 0 0 0);
  transform: translate3d(0, 0, 0);
  transition-delay: 0.18s;
}

.motion-ready .contact-hero.is-visible .contact-hero-visual {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  transition-delay: 0.24s;
}

.motion-ready .contact-hero.is-visible .contact-hero-node {
  opacity: 1;
  transform: scale(1);
}

.motion-ready .contact-hero.is-visible .contact-hero-node-a {
  transition-delay: 0.46s;
}

.motion-ready .contact-hero.is-visible .contact-hero-node-b {
  transition-delay: 0.56s;
}

.motion-ready .contact-hero.is-visible .contact-hero-node-c {
  transition-delay: 0.66s;
}

.motion-ready .contact-intro-card::before {
  opacity: 0;
  transform: scaleY(0.16);
  transform-origin: top center;
  transition:
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.48s ease;
}

.motion-ready .contact-intro-card.is-visible::before {
  opacity: 1;
  transform: scaleY(1);
}

.motion-ready .contact-card h2,
.motion-ready .contact-card p {
  opacity: 0;
  transform: translate3d(0, 12px, 0);
  transition:
    transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.42s ease;
}

.motion-ready .contact-card.is-visible h2 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.16s;
}

.motion-ready .contact-card.is-visible p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.26s;
}

@keyframes contactHeroSweep {
  0%,
  100% {
    transform: translate3d(-28%, 0, 0);
    opacity: 0.34;
  }

  50% {
    transform: translate3d(18%, 0, 0);
    opacity: 0.72;
  }
}

@keyframes contactOrbitSpin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes contactOrbitSpinReverse {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0deg);
  }
}

@keyframes contactBeamPulse {
  0%,
  100% {
    opacity: 0.32;
  }

  50% {
    opacity: 0.88;
  }
}

@keyframes contactNodePulse {
  0%,
  100% {
    box-shadow:
      0 0 0 8px rgba(67, 97, 238, 0.08),
      0 0 18px rgba(67, 97, 238, 0.16);
  }

  50% {
    box-shadow:
      0 0 0 12px rgba(67, 97, 238, 0.1),
      0 0 24px rgba(67, 97, 238, 0.24);
  }
}

.media-placeholder-card,
.logo-pill,
.scene-placeholder,
.home-flow-step {
  border: 1px solid #e2e8f0;
  background: #ffffff;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.04);
}

.logo-pill {
  color: var(--text);
}

.scene-placeholder,
.image-stage {
  background: linear-gradient(135deg, #ffffff, #f7faff 58%, #f8f3ff 100%);
  border: 1px solid #e2e8f0;
}

.image-stage::after {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.04), rgba(67, 97, 238, 0.06), rgba(124, 58, 237, 0.04));
}

.image-stage img {
  filter: drop-shadow(0 16px 24px rgba(67, 97, 238, 0.12));
}

.inquiry-list,
.inquiry-form label {
  color: var(--text);
}

.inquiry-list a,
.contact-card a {
  color: var(--primary);
}

.inquiry-form input,
.inquiry-form textarea {
  border: 1px solid #d7def0;
  background: #ffffff;
  color: var(--text);
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.03);
}

.inquiry-form input:focus,
.inquiry-form textarea:focus {
  outline: none;
  border-color: rgba(67, 97, 238, 0.42);
  box-shadow: 0 0 0 4px rgba(67, 97, 238, 0.12);
}

.home-flow-index {
  color: var(--primary);
}

.home-flow-step h3,
.preview-card h3,
.product-tile h2,
.spec-card h3 {
  color: var(--text);
}

.detail-copy {
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.06);
}

.spec-table th,
.spec-table td {
  border-color: #e2e8f0;
}

.spec-table th {
  background: linear-gradient(135deg, rgba(240, 244, 255, 0.92), rgba(245, 240, 255, 0.9));
  color: var(--text);
}

.product-center-layout {
  display: grid;
  grid-template-columns: minmax(280px, 320px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.product-category-panel {
  position: sticky;
  top: 96px;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #e2e8f0;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.06);
}

.product-category-header {
  padding: 34px 34px 30px;
  border-bottom: 1px solid #e2e8f0;
  background: linear-gradient(135deg, rgba(240, 244, 255, 0.92), rgba(245, 240, 255, 0.86));
}

.product-category-header h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 2.5rem);
  line-height: 1.1;
  color: #0f172a;
}

.product-category-list {
  position: relative;
  display: grid;
  gap: 6px;
  padding: 8px;
}

.product-category-indicator {
  position: absolute;
  left: 8px;
  right: 8px;
  top: 0;
  height: 0;
  border-radius: 16px;
  border: 1px solid rgba(67, 97, 238, 0.1);
  background:
    linear-gradient(135deg, rgba(240, 244, 255, 0.94), rgba(245, 240, 255, 0.9)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.58));
  box-shadow:
    0 16px 26px rgba(67, 97, 238, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
  opacity: 0;
  transform: translate3d(0, 0, 0);
  transition:
    transform 0.46s cubic-bezier(0.22, 1, 0.36, 1),
    height 0.46s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.28s ease;
  pointer-events: none;
  z-index: 0;
}

.product-category-link {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 22px 34px;
  color: #334155;
  text-decoration: none;
  font-size: 1.05rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
  border-top: 0;
  border-radius: 16px;
  overflow: hidden;
  transition:
    color 0.28s ease,
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.product-category-link:first-child {
  border-top: 0;
}

.product-category-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(240, 244, 255, 0.44), rgba(245, 240, 255, 0.32));
  opacity: 0;
  transition: opacity 0.24s ease;
  pointer-events: none;
}

.product-category-link:hover,
.product-category-link.is-active,
.product-category-link:focus-visible {
  color: #4361ee;
}

.product-category-link:hover,
.product-category-link:focus-visible {
  transform: translateX(4px);
}

.product-category-link:hover::before,
.product-category-link.is-active::before,
.product-category-link:focus-visible::before {
  opacity: 1;
}

.product-category-link:focus-visible {
  outline: none;
}

.product-category-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4361ee;
  box-shadow: 0 0 0 0 rgba(67, 97, 238, 0.12);
  transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
}

.product-category-label {
  line-height: 1.8;
  transition: color 0.28s ease;
}

.product-category-arrow {
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 300;
  color: #94a3b8;
  opacity: 0.82;
  transition: transform 0.28s ease, color 0.28s ease, opacity 0.28s ease;
}

.product-category-link:hover .product-category-bullet,
.product-category-link:focus-visible .product-category-bullet {
  transform: scale(1.16);
  box-shadow: 0 0 0 6px rgba(67, 97, 238, 0.08);
}

.product-category-link.is-active .product-category-bullet {
  transform: scale(1.2);
  background: #3152ff;
  box-shadow: 0 0 0 7px rgba(67, 97, 238, 0.12);
}

.product-category-link:hover .product-category-arrow,
.product-category-link.is-active .product-category-arrow,
.product-category-link:focus-visible .product-category-arrow {
  color: #4361ee;
  opacity: 1;
  transform: translateX(4px);
}

.product-grid-shell {
  min-width: 0;
  position: relative;
}

.product-grid-shell.is-switching {
  pointer-events: none;
}

.product-category-content {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition:
    opacity 0.36s ease,
    transform 0.52s cubic-bezier(0.22, 1, 0.36, 1);
}

.product-category-content.is-leaving {
  opacity: 0;
  transform: translate3d(-18px, 0, 0);
}

.product-category-content.is-enter-prep {
  opacity: 0;
  transform: translate3d(24px, 0, 0);
}

.product-category-content.is-entering {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.product-grid-shell .section-head {
  margin-bottom: 18px;
  padding: 24px 26px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.05);
  position: relative;
  overflow: hidden;
}

.product-grid-shell .section-head::after {
  content: "";
  position: absolute;
  left: 26px;
  right: auto;
  bottom: 0;
  width: 112px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(67, 97, 238, 0.96), rgba(124, 58, 237, 0.7));
}

.products-page .products-main {
  padding-top: 20px;
}

.products-page .products-hero {
  padding: 26px 30px;
  min-height: auto;
}

.products-page .products-hero .content-eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
}

.products-page .products-hero h1 {
  margin-top: 10px;
  font-size: clamp(2.4rem, 4.6vw, 3.8rem);
  line-height: 0.96;
}

.products-page .products-hero .content-subtitle {
  margin-top: 14px;
  font-size: 0.98rem;
  line-height: 1.7;
}

.products-page .section-shell {
  margin-top: 20px;
}

.products-page .product-center-layout {
  grid-template-columns: minmax(220px, 270px) minmax(0, 1fr);
  gap: 18px;
}

.products-page .product-category-panel {
  top: 86px;
  border-radius: 12px;
}

.products-page .product-category-header {
  padding: 22px 22px 18px;
}

.products-page .product-category-header h2 {
  font-size: clamp(1.4rem, 2.2vw, 1.9rem);
}

.products-page .product-category-link {
  gap: 12px;
  padding: 14px 22px;
  font-size: 0.9rem;
  line-height: 1.55;
}

.products-page .product-category-link:hover,
.products-page .product-category-link.is-active {
  transform: translateX(4px);
}

.products-page .product-category-bullet {
  width: 7px;
  height: 7px;
}

.products-page .product-category-arrow {
  font-size: 1.8rem;
}

.products-page .product-grid-shell .section-head {
  margin-bottom: 14px;
  padding: 18px 20px;
}

.products-page .product-grid-shell .section-head h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.products-page .product-grid-shell .section-head p {
  margin-top: 10px;
  font-size: 0.96rem;
}

.products-page .product-grid {
  gap: 16px;
  align-items: start;
}

.products-page .product-tile {
  position: relative;
}

.products-page .product-tile a {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 14px;
  border-radius: 16px;
  border-color: rgba(196, 206, 224, 0.72);
  transition:
    transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.32s ease,
    background 0.32s ease;
}

.products-page .product-tile a::before {
  content: "";
  position: absolute;
  top: -26%;
  bottom: -26%;
  left: -38%;
  width: 34%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.72), transparent);
  transform: translateX(-180%) rotate(16deg);
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
  z-index: 1;
}

.products-page .product-tile a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(180px circle at var(--card-pointer-x, 72%) var(--card-pointer-y, 18%), rgba(67, 97, 238, 0.12), transparent 60%);
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
}

.products-page .product-tile a:hover,
.products-page .product-tile a:focus-visible,
.products-page .product-tile a.is-card-hovered {
  transform: translateY(-8px);
  border-color: rgba(67, 97, 238, 0.24);
  box-shadow: 0 28px 44px rgba(67, 97, 238, 0.14);
}

.products-page .product-tile a:hover::before,
.products-page .product-tile a:focus-visible::before,
.products-page .product-tile a.is-card-hovered::before {
  transform: translateX(360%) rotate(16deg);
}

.products-page .product-tile a:hover::after,
.products-page .product-tile a:focus-visible::after,
.products-page .product-tile a.is-card-hovered::after {
  opacity: 1;
}

.products-page .product-tile a:focus-visible {
  outline: none;
}

.products-page .image-stage {
  display: grid;
  place-items: center;
  border-radius: 14px;
  --product-image-offset-y: 0px;
}

.products-page .image-stage img {
  width: auto;
  height: auto;
  max-width: 70%;
  max-height: 70%;
  padding: 0;
  transform: translate3d(0, var(--product-image-offset-y), 0) scale(1);
  transition: transform 0.52s cubic-bezier(0.22, 1, 0.36, 1), filter 0.52s ease;
}

.products-page .image-stage.image-stage-detail-reused img {
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-width: 50%;
  max-height: 50%;
  padding: 0;
  object-fit: contain;
  object-position: center center;
  --product-image-offset-y: -28%;
}

.products-page .product-tile h2 {
  margin-top: 12px;
  font-size: 0.94rem;
  line-height: 1.45;
  transition: color 0.28s ease, transform 0.32s ease;
}

.products-page .product-tile p {
  margin-top: 6px;
  font-size: 0.88rem;
  line-height: 1.75;
  transition: color 0.28s ease, transform 0.32s ease;
}

.product-card-cta {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #4361ee;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  opacity: 0.68;
  transform: translate3d(0, 8px, 0);
  transition:
    transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.28s ease,
    letter-spacing 0.28s ease;
}

.product-card-cta::after {
  content: "›";
  font-size: 1.15rem;
  line-height: 1;
  transform: translateX(0);
  transition: transform 0.28s ease;
}

.products-page .product-tile a:hover .image-stage img,
.products-page .product-tile a:focus-visible .image-stage img,
.products-page .product-tile a.is-card-hovered .image-stage img {
  transform: translate3d(0, calc(var(--product-image-offset-y) - 4px), 0) scale(1.045);
  filter: drop-shadow(0 22px 26px rgba(26, 35, 50, 0.18));
}

.products-page .product-tile a:hover h2,
.products-page .product-tile a:focus-visible h2,
.products-page .product-tile a.is-card-hovered h2 {
  color: #1d4ed8;
  transform: translate3d(0, -2px, 0);
}

.products-page .product-tile a:hover p,
.products-page .product-tile a:focus-visible p,
.products-page .product-tile a.is-card-hovered p {
  transform: translate3d(0, -1px, 0);
}

.products-page .product-tile a:hover .product-card-cta,
.products-page .product-tile a:focus-visible .product-card-cta,
.products-page .product-tile a.is-card-hovered .product-card-cta {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  letter-spacing: 0.06em;
}

.products-page .product-tile a:hover .product-card-cta::after,
.products-page .product-tile a:focus-visible .product-card-cta::after,
.products-page .product-tile a.is-card-hovered .product-card-cta::after {
  transform: translateX(4px);
}

.product-card-meta {
  display: block;
  color: #64748b;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}

.products-page .product-card-meta {
  margin-top: 4px;
}

.site-footer {
  border-top: 1px solid #e2e8f0;
}

.site-footer-inner {
  color: var(--text-muted);
}

.footer-brand-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

.footer-logo {
  display: block;
  width: auto;
  height: 42px;
  max-width: min(280px, 48vw);
  object-fit: contain;
}

.footer-admin-row {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}

.footer-admin-link {
  color: rgba(100, 116, 139, 0.42);
  font-size: 0.72rem;
  line-height: 1;
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: color 0.2s ease;
}

.footer-admin-link:hover {
  color: rgba(67, 97, 238, 0.68);
}

@media (max-width: 1100px) {
  .topbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .topnav a.is-active::after {
    bottom: -14px;
  }

  .hero::before {
    left: 10%;
    right: 10%;
    top: auto;
    bottom: 6%;
    width: auto;
    height: 280px;
  }

  .product-center-layout {
    grid-template-columns: 1fr;
  }

  .products-page .product-center-layout {
    grid-template-columns: 1fr;
  }

  .product-category-panel {
    position: static;
  }

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

  .product-category-indicator {
    display: none;
  }

  .product-category-link:first-child {
    border-top: 0;
  }

  .products-page .product-center-layout {
    gap: 16px;
  }

  .about-hero {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 34px 34px 30px;
  }

  .about-hero-orbit {
    justify-self: start;
    width: min(100%, 280px);
  }

  .about-info-grid,
  .certificate-grid {
    grid-template-columns: 1fr;
  }

  .about-story-card {
    padding: 34px 34px 34px 42px;
  }

  .contact-hero {
    padding: 42px 34px 30px;
  }
}

@media (max-width: 720px) {
  .topbar {
    margin-top: 0;
    padding: 14px;
  }

  .brand {
    gap: 8px;
  }

  .brand-logo {
    height: 42px;
    max-width: 220px;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .topnav {
    display: none;
    position: absolute;
    left: 14px;
    right: 14px;
    top: calc(100% + 10px);
    padding: 12px;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.1);
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    z-index: 18;
  }

  .topbar.is-nav-open .topnav {
    display: flex;
  }

  .topnav > a:not(.nav-chip) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(240, 244, 255, 0.52);
    color: var(--text);
  }

  .topnav > a:not(.nav-chip)::after {
    content: "›";
    color: rgba(100, 116, 139, 0.9);
    font-size: 1.2rem;
    line-height: 1;
  }

  .topnav .nav-chip {
    width: 100%;
    margin-top: 4px;
  }

  .topnav a.is-active::after {
    display: none;
  }

  .hero::before,
  .section-shell::before {
    left: 4%;
    right: 4%;
  }

  .metrics-inner {
    border-radius: 12px;
  }

  .home-category-grid,
  .featured-side-grid,
  .home-flow-grid,
  .support-tag-wall {
    grid-template-columns: 1fr;
  }

  .featured-spotlight {
    padding: 20px;
  }

  .featured-mini-link,
  .faq-card {
    padding-left: 18px;
    padding-right: 18px;
  }

  .product-center-layout {
    gap: 18px;
  }

  .product-category-header {
    padding: 24px 22px 20px;
  }

  .product-category-list {
    grid-template-columns: 1fr;
  }

  .product-category-link {
    padding: 18px 22px;
    font-size: 0.98rem;
  }

  .product-grid-shell .section-head {
    padding: 20px;
  }

  .products-page .products-main {
    padding-top: 14px;
  }

  .products-page .product-center-layout {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .products-page .products-hero {
    padding: 20px;
  }

  .products-page .products-hero h1 {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

  .products-page .product-category-header {
    padding: 18px 18px 14px;
  }

  .products-page .product-category-link {
    padding: 14px 18px;
    font-size: 0.92rem;
  }

  .products-page .product-grid-shell .section-head {
    padding: 16px 18px;
  }

  .products-page .product-grid-shell {
    width: 100%;
  }

  .about-main {
    padding-top: 18px;
  }

  .about-hero {
    gap: 18px;
    min-height: 0;
    padding: 24px 22px;
  }

  .about-hero::after {
    left: 58%;
    opacity: 0.36;
  }

  .about-hero-title {
    margin-top: 12px;
    font-size: clamp(2.9rem, 16vw, 4.2rem);
  }

  .about-hero-subtitle {
    margin-top: 16px;
    font-size: 1rem;
    line-height: 1.7;
  }

  .about-hero-orbit {
    width: 100%;
    max-width: 220px;
  }

  .about-story-shell {
    margin-top: 22px;
  }

  .about-story-card {
    padding: 24px 20px 24px 24px;
  }

  .about-story-card::before {
    left: 12px;
    top: 18px;
    bottom: 18px;
  }

  .about-story-card .article-paragraph {
    font-size: 1rem;
    line-height: 1.88;
  }

  .about-story-card .article-paragraph + .article-paragraph {
    margin-top: 22px;
  }

  .certificate-media {
    min-height: 280px;
  }

  .certificate-media img {
    max-height: 280px;
  }

  .contact-main {
    padding-top: 18px;
  }

  .contact-page .section-shell {
    margin-top: 18px;
  }

  .contact-hero {
    min-height: 0;
    padding: 34px 22px 22px;
  }

  .contact-hero::after {
    left: 64%;
    opacity: 0.42;
  }

  .contact-hero-title {
    margin-top: 14px;
    font-size: clamp(2.8rem, 14vw, 4rem);
  }

  .contact-intro-card {
    padding: 20px 18px 20px 24px;
  }

  .contact-intro-card::before {
    left: 12px;
    top: 16px;
    bottom: 16px;
  }

  .contact-card {
    min-height: 0;
    padding: 18px 18px 16px;
  }

  .contact-card h2 {
    font-size: clamp(1.36rem, 7vw, 1.8rem);
  }

  .contact-card p {
    font-size: 0.96rem;
  }

  .footer-logo {
    height: 34px;
    max-width: 220px;
  }

  .footer-admin-row {
    justify-content: flex-start;
    margin-top: 6px;
  }

  .hero {
    padding: 24px 0 28px;
  }

  .eyebrow {
    margin-bottom: 18px;
    padding: 8px 14px;
    font-size: 0.76rem;
    letter-spacing: 0.12em;
  }

  .hero-title {
    font-size: clamp(2.8rem, 15vw, 4.1rem);
    line-height: 0.94;
    letter-spacing: 0.02em;
  }

  .subtitle {
    margin-top: 18px;
    font-size: 1.02rem;
  }

  .supporting {
    margin-top: 12px;
    font-size: 0.92rem;
    line-height: 1.72;
  }

  .tag-row {
    gap: 10px;
    margin: 22px 0;
  }

  .tag {
    padding: 10px 14px;
    font-size: 0.84rem;
    letter-spacing: 0.04em;
  }

  .hero-visual {
    min-height: 330px;
    margin-top: 6px;
  }

  .product-card {
    padding: 14px;
  }
}
