body.page-transition-ready {
  opacity: 1;
  transition: opacity 0.45s ease;
}

.service-flow {
  --flow-accent: #38d957;
  box-sizing: border-box;
  overflow: visible;
  padding: 30px 30px 32px;
}

.service-flow *,
.service-flow *::before,
.service-flow *::after {
  box-sizing: border-box;
}

.service-flow-ai {
  --flow-accent: #36db36;
}

.service-flow-semiconductor {
  --flow-accent: #e60444;
}

.service-flow-embedded {
  --flow-accent: #108bea;
}

.service-flow-web {
  --flow-accent: #a78bfa;
}

.service-flow .flow-row {
  counter-reset: service-step;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  position: relative;
  width: 100%;
  padding-left: 46px;
}

.service-flow .flow-row::before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22), var(--flow-accent), rgba(255, 255, 255, 0.2));
  box-shadow: 0 0 22px color-mix(in srgb, var(--flow-accent) 55%, transparent);
}

.service-flow .flow-item {
  counter-increment: service-step;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 74px;
  width: 100%;
  min-width: 0;
  padding: 18px 24px 18px 72px;
  border-radius: 8px;
  border: 1px solid color-mix(in srgb, var(--flow-accent) 50%, rgba(255, 255, 255, 0.18));
  border-left: 4px solid var(--flow-accent);
  background: linear-gradient(135deg, color-mix(in srgb, var(--flow-accent) 28%, rgba(7, 24, 47, 0.82)), rgba(7, 24, 47, 0.76)) !important;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
  line-height: 1.35;
  text-align: left;
  overflow-wrap: anywhere;
}

.service-flow .flow-item::before {
  content: counter(service-step, decimal-leading-zero);
  position: absolute;
  left: -47px;
  top: 50%;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--flow-accent);
  color: #ffffff;
  box-shadow: 0 0 0 6px rgba(1, 8, 23, 0.88), 0 0 24px color-mix(in srgb, var(--flow-accent) 70%, transparent);
  font-size: 0.82rem;
  font-weight: 800;
  transform: translateY(-50%);
}

.service-flow .flow-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: -32px;
  bottom: -18px;
  width: 12px;
  height: 12px;
  border-right: 3px solid var(--flow-accent);
  border-bottom: 3px solid var(--flow-accent);
  transform: rotate(45deg);
}

.service-flow .flow-item:hover,
.service-flow .flow-item:focus-visible {
  background: linear-gradient(135deg, color-mix(in srgb, var(--flow-accent) 40%, rgba(7, 24, 47, 0.72)), rgba(10, 32, 61, 0.88)) !important;
  transform: translateX(6px);
}

.service-flow .flow-item:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.45);
  outline-offset: 3px;
}

@media (min-width: 900px) {
  .service-flow .flow-row {
    padding-left: 58px;
  }

  .service-flow .flow-item {
    max-width: calc(100% - 28px);
  }

  .service-flow .flow-item:nth-child(even) {
    margin-left: 28px;
  }
}

@media (max-width: 640px) {
  body,
  .page-background {
    overflow-x: hidden;
  }

  main.page-background.vert-center {
    padding-left: 0;
    padding-right: 0;
  }

  .content-panel {
    width: calc(100% - 48px) !important;
    padding: 24px;
  }

  .page-title,
  .page-description,
  .diagram h2 {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .page-title {
    font-size: 1.72rem !important;
    line-height: 1.18;
  }

  .diagram h2 {
    font-size: 1.28rem !important;
  }

  .service-flow {
    width: 100%;
    padding: 22px 12px 24px;
  }

  .service-flow .flow-row {
    padding-left: 20px;
  }

  .service-flow .flow-row::before {
    left: 9px;
  }

  .service-flow .flow-item {
    min-height: 68px;
    width: calc(100% - 10px);
    padding: 14px 10px 14px 34px;
    font-size: 0.9rem;
  }

  .service-flow .flow-item::before {
    left: -25px;
    width: 32px;
    height: 32px;
    font-size: 0.72rem;
  }

  .service-flow .flow-item:not(:last-child)::after {
    left: -15px;
  }
}
body.page-transition-out {
  opacity: 0;
}

.tech-title {
  position: relative;
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  margin-bottom: 1.1rem;
  padding: 0;
  color: transparent;
  background-image: linear-gradient(180deg, #ffffff 0%, #e0fbff 28%, #67e8f9 54%, #0ea5e9 76%, #ffffff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  line-height: 1.05;
  letter-spacing: 0;
  text-shadow:
    0 1px 0 #bff7ff,
    0 2px 0 #76d8f6,
    0 4px 0 rgba(11, 80, 128, 0.9),
    0 7px 18px rgba(0, 0, 0, 0.72),
    0 0 18px rgba(103, 232, 249, 0.75),
    0 0 42px rgba(14, 165, 233, 0.42);
  isolation: isolate;
}

.tech-title::before,
.tech-title::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.tech-title::before {
  inset: auto 0 -10px 0;
  height: 10px;
  background: radial-gradient(ellipse at center, rgba(103, 232, 249, 0.48), transparent 68%);
  filter: blur(4px);
  z-index: -1;
}

.tech-title::after {
  inset: 8% auto auto 2%;
  width: 44%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.92), transparent);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.9);
}

header {
  box-sizing: border-box;
  width: 100%;
  max-width: 100vw;
  gap: 12px;
  flex-wrap: wrap;
  overflow-x: clip;
}

.logo-section {
  flex: 0 1 9rem;
  min-width: 0;
}

.logo-section a {
  display: block;
  width: 100%;
}

.header-menu {
  flex: 1 1 auto;
  min-width: 0;
  justify-content: flex-end;
  flex-wrap: wrap;
}

nav {
  min-width: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
}

nav a {
  white-space: nowrap;
}

@supports not (overflow: clip) {
  header {
    overflow-x: hidden;
  }
}

@media (hover: none) and (pointer: coarse) and (max-width: 640px) {
  header {
    justify-content: center;
  }

  .logo-section {
    flex: 0 1 clamp(6rem, 28vw, 8rem);
    width: clamp(6rem, 28vw, 8rem);
  }

  .header-menu {
    flex: 1 0 100%;
    justify-content: center;
  }

  nav {
    justify-content: center;
  }
}

.lang-select {
  flex: 0 1 auto;
  max-width: 100%;
}

.lang-select select {
  max-width: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

body > main {
  flex: 1 1 auto;
}

body > main.page-background,
body > main.page-background.vert-center,
body > main.vert-center {
  min-height: auto;
}

.site-footer {
  flex-shrink: 0;
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100vw;
  padding: 4px 10px;
  background: #ffffff;
  background-color: #ffffff;
  border-top: 1px solid rgba(15, 23, 42, 0.12);
  color: #1f2937;
  font-size: 0.72rem;
  line-height: 1.3;
  text-align: center;
}

.site-footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 3px 10px;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}

.site-footer-inner > * {
  display: inline-block;
  color: #1f2937;
  overflow-wrap: anywhere;
  vertical-align: middle;
}

.site-footer a {
  color: #0b4f9c;
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
}

.site-footer-inner > * + *::before {
  content: "|";
  margin-right: 10px;
  color: rgba(31, 41, 55, 0.38);
}

.content,
.content-panel,
.detail-card {
  text-rendering: optimizeLegibility;
}

.content-panel {
  position: relative;
  width: min(calc(100% - 24px), 1060px) !important;
  box-sizing: border-box;
}

.page-title,
.page-description,
.diagram h2 {
  overflow-wrap: anywhere;
}

.content h1,
.detail-card h1,
.page-title {
  font-size: 3rem;
  line-height: 1.12;
  margin-bottom: 1.1rem;
}

.content h2,
.detail-card h2,
.diagram h2 {
  font-size: 1.85rem;
  line-height: 1.22;
  margin-bottom: 1rem;
}

.content h3,
.detail-card h3,
.modal-card h3 {
  font-size: 1.45rem;
  line-height: 1.3;
  margin-bottom: 0.85rem;
}

.content h4,
.detail-card h4,
.modal-card h4 {
  font-size: 1.2rem;
  line-height: 1.35;
  margin-bottom: 0.7rem;
}

.content p,
.content > div:not([class]),
.detail-card p,
.page-description,
.modal-card p {
  font-size: 1.08rem;
  line-height: 1.72;
}

.content ul,
.detail-card ul,
.modal-card ul {
  font-size: 1.05rem;
  line-height: 1.7;
  padding-left: 1.35rem;
}

.content li,
.detail-card li,
.modal-card li {
  margin-bottom: 0.45rem;
}

.feature-list {
  padding-left: 0;
}

.feature-list li {
  font-size: 1.02rem;
  line-height: 1.6;
}

.flow-tooltip-title {
  font-size: 1.3rem;
  line-height: 1.25;
}

.flow-tooltip-description {
  font-size: 1.02rem;
  line-height: 1.55;
}

@media (max-width: 768px) {
  header {
    align-items: flex-start;
    padding: 8px 12px;
    gap: 8px;
  }

  .logo-section {
    width: clamp(6.25rem, 30vw, 8rem);
    flex-basis: clamp(6.25rem, 30vw, 8rem);
  }

  .header-menu {
    flex: 1 0 100%;
    gap: 8px;
    justify-content: center;
  }

  nav {
    gap: 6px;
    justify-content: center;
  }

  nav a {
    padding: 7px 9px;
    font-size: 0.9rem;
  }

  .lang-select select {
    min-width: 112px;
    padding: 7px 8px;
    font-size: 0.9rem;
  }

  .site-footer {
    padding: 4px 8px;
    font-size: 0.68rem;
  }

  .site-footer-inner {
    gap: 2px 8px;
  }

  .site-footer-inner > * + *::before {
    margin-right: 8px;
  }

  .content h1,
  .detail-card h1,
  .page-title {
    font-size: 2.35rem;
    line-height: 1.16;
  }

  .content h2,
  .detail-card h2,
  .diagram h2 {
    font-size: 1.55rem;
    line-height: 1.25;
  }

  .content h3,
  .detail-card h3,
  .modal-card h3 {
    font-size: 1.3rem;
  }

  .content h4,
  .detail-card h4,
  .modal-card h4 {
    font-size: 1.12rem;
  }

  .content p,
  .content > div:not([class]),
  .detail-card p,
  .page-description,
  .modal-card p {
    font-size: 1rem;
    line-height: 1.68;
  }

  .content ul,
  .detail-card ul,
  .modal-card ul,
  .feature-list li {
    font-size: 0.98rem;
    line-height: 1.62;
  }

  .flow-tooltip-title {
    font-size: 1.18rem;
  }

  .flow-tooltip-description {
    font-size: 0.96rem;
  }
}

@media (max-width: 430px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  header {
    align-items: center;
    justify-content: center;
  }

  .logo-section {
    width: clamp(5.25rem, 28vw, 6.75rem);
    flex: 0 1 clamp(5.25rem, 28vw, 6.75rem);
  }

  .header-menu {
    flex: 1 0 100%;
    min-width: 0;
    justify-content: center;
  }

  nav {
    flex: 0 1 100%;
    gap: 4px;
  }

  nav a {
    padding: 6px 8px;
    font-size: 0.86rem;
  }

  .lang-select {
    flex: 0 0 auto;
    order: -1;
  }

  .lang-select select {
    width: 112px;
  }

  .site-footer {
    padding: 5px 8px;
    font-size: 0.66rem;
  }

  .site-footer-inner {
    gap: 2px 7px;
  }

  .site-footer-inner > * + *::before {
    margin-right: 7px;
  }

  main,
  .page-background,
  .content,
  .content-panel,
  .detail-card {
    box-sizing: border-box;
    max-width: 100%;
  }

  .content {
    width: calc(100% - 24px);
    padding: 24px;
  }

  .service-card {
    flex-basis: min(260px, 100%);
    width: 100%;
    max-width: 100%;
  }

  .content h1,
  .detail-card h1,
  .page-title {
    font-size: 2rem;
    line-height: 1.18;
  }

  .content h2,
  .detail-card h2,
  .diagram h2 {
    font-size: 1.36rem;
    line-height: 1.28;
  }

  .content h3,
  .detail-card h3,
  .modal-card h3 {
    font-size: 1.18rem;
    line-height: 1.32;
  }

  .content h4,
  .detail-card h4,
  .modal-card h4 {
    font-size: 1.05rem;
    line-height: 1.38;
  }

  .content p,
  .content > div:not([class]),
  .detail-card p,
  .page-description,
  .modal-card p {
    font-size: 0.96rem;
    line-height: 1.62;
  }

  .content ul,
  .detail-card ul,
  .modal-card ul,
  .feature-list li {
    font-size: 0.94rem;
    line-height: 1.58;
  }
}

header.tablet-left-logo {
  align-items: center;
  justify-content: space-between;
}

header.tablet-left-logo .logo-section {
  align-items: flex-start;
  flex: 0 0 9rem;
  width: 9rem;
}

header.tablet-left-logo .header-menu {
  flex: 1 1 calc(100% - 10rem);
  justify-content: flex-end;
}

header.tablet-left-logo nav {
  justify-content: flex-end;
}

@media (min-width: 641px) {
  header.tablet-left-logo {
    flex-wrap: wrap;
  }

  header.tablet-left-logo .header-menu {
    flex-basis: calc(100% - 10rem);
  }
}

@media (max-width: 640px) {
  header.tablet-left-logo {
    justify-content: center;
  }

  header.tablet-left-logo .logo-section {
    align-items: center;
    flex: 0 1 clamp(6rem, 28vw, 8rem);
    width: clamp(6rem, 28vw, 8rem);
  }

  header.tablet-left-logo .header-menu {
    flex: 1 0 100%;
    justify-content: center;
  }

  header.tablet-left-logo nav {
    justify-content: center;
  }
}

@media (max-width: 430px) {
  header.tablet-left-logo .logo-section {
    flex: 0 1 clamp(5.25rem, 28vw, 6.75rem);
    width: clamp(5.25rem, 28vw, 6.75rem);
  }
}

.mobile-menu-toggle {
  display: none;
}

@media (max-width: 1024px) {
  body > header,
  body > header.tablet-left-logo {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    justify-content: stretch;
    flex-wrap: nowrap;
    gap: 10px;
    min-height: 68px;
    padding: 8px 12px;
    overflow: visible;
  }

  body > header .logo-section,
  body > header.tablet-left-logo .logo-section {
    grid-column: 2;
    grid-row: 1;
    z-index: 1;
    width: clamp(6.25rem, 18vw, 8rem);
    max-width: 8rem;
    flex: none;
    align-items: center;
    justify-self: center;
  }

  body > header .header-menu,
  body > header.tablet-left-logo .header-menu {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    grid-column: 1 / -1;
    grid-row: 1;
    align-items: center;
    width: 100%;
    min-width: 0;
    gap: 10px;
  }

  body > header .mobile-menu-toggle {
    position: relative;
    display: inline-flex;
    grid-column: 1;
    align-items: center;
    justify-content: center;
    justify-self: start;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    background: #fff;
    color: #010817;
    cursor: pointer;
  }

  body > header .mobile-menu-toggle span {
    position: absolute;
    width: 22px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  body > header .mobile-menu-toggle span:nth-child(1) {
    transform: translateY(-7px);
  }

  body > header .mobile-menu-toggle span:nth-child(3) {
    transform: translateY(7px);
  }

  body > header.mobile-menu-open .mobile-menu-toggle span:nth-child(1) {
    transform: rotate(45deg);
  }

  body > header.mobile-menu-open .mobile-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  body > header.mobile-menu-open .mobile-menu-toggle span:nth-child(3) {
    transform: rotate(-45deg);
  }

  body > header .lang-select {
    grid-column: 3;
    justify-self: end;
    order: initial;
    min-width: 0;
  }

  body > header .lang-select select {
    width: auto;
    min-width: 112px;
    max-width: min(34vw, 140px);
  }

  body > header nav,
  body > header.tablet-left-logo nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 12px;
    display: none;
    width: min(300px, calc(100vw - 24px));
    padding: 10px;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    border: 1px solid rgba(15, 23, 42, 0.14);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.22);
    z-index: 100;
  }

  body > header.mobile-menu-open nav {
    display: flex;
  }

  body > header nav a {
    width: 100%;
    padding: 11px 13px;
    box-sizing: border-box;
    border-radius: 9px;
    font-size: 0.98rem;
    text-align: left;
  }
}

@media (max-width: 430px) {
  body > header,
  body > header.tablet-left-logo {
    min-height: 62px;
    padding-inline: 8px;
    gap: 6px;
  }

  body > header .logo-section,
  body > header.tablet-left-logo .logo-section {
    width: clamp(5.4rem, 27vw, 6.6rem);
  }

  body > header .mobile-menu-toggle {
    width: 40px;
    height: 40px;
    padding: 8px;
  }

  body > header .lang-select select {
    min-width: 0;
    max-width: 32vw;
    padding: 7px 6px;
    font-size: 0.82rem;
  }

  body > header nav,
  body > header.tablet-left-logo nav {
    left: 8px;
    width: calc(100vw - 16px);
  }
}
