/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./components/sections/ServicesPage.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/
.ServicesPage_page__sDwnM {
  overflow: clip;
}

.ServicesPage_hero__3ajjx {
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: center;
  min-height: min(92vh, 860px);
  padding: clamp(5.5rem, 12vh, 8rem) 0 clamp(2.5rem, 6vw, 4rem);
}

.ServicesPage_heroMedia__qddi9 {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.ServicesPage_heroImage__ii8NR {
  object-fit: cover;
  object-position: center 30%;
  transform: scale(1.04);
  animation: ServicesPage_heroDrift__oj8jt 18s ease-in-out infinite alternate;
}

.ServicesPage_heroShade__cpmdN {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(5, 5, 5, 0.55) 0%,
      rgba(5, 12, 22, 0.72) 42%,
      rgba(5, 5, 5, 0.94) 100%
    ),
    radial-gradient(
      ellipse 55% 45% at 75% 20%,
      rgba(26, 160, 255, 0.28),
      transparent 70%
    );
}

.ServicesPage_heroGrid__eJ0_5 {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 25%, #000 75%, transparent);
          mask-image: linear-gradient(180deg, transparent, #000 25%, #000 75%, transparent);
  opacity: 0.55;
  pointer-events: none;
}

.ServicesPage_heroInner__USCCU {
  position: relative;
  z-index: 1;
  width: min(1600px, calc(100% - 2 * var(--space)));
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  animation: ServicesPage_riseIn__s9oI7 0.9s ease both;
}

.ServicesPage_brand__ml6nQ {
  margin: 0;
  color: #8ec8ff;
  font-size: clamp(0.95rem, 2.5vw, 2.5rem);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ServicesPage_headline__TFzDn {
  margin: 0;
  max-width: 16ch;
  font-size: clamp(2.35rem, 7vw, 4.4rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: var(--color-fg);
}

.ServicesPage_support__DzWB7 {
  margin: 0;
  max-width: 46ch;
  color: color-mix(in srgb, var(--color-fg) 78%, var(--color-muted));
  font-size: clamp(1rem, 1.7vw, 1.15rem);
  line-height: 1.65;
}

.ServicesPage_actions__wJCTx {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 0.5rem;
}

.ServicesPage_primary__JGZdx,
.ServicesPage_secondary__TB3kp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0.7rem 1.3rem;
  border-radius: 0.55rem;
  font-size: 0.95rem;
  font-weight: 600;
  transition: filter 160ms ease, transform 160ms ease;
}

.ServicesPage_primary__JGZdx {
  background: linear-gradient(135deg, #1a6cff 0%, #00a8ff 100%);
  color: #fff;
  box-shadow: 0 12px 32px rgba(26, 108, 255, 0.28);
}

.ServicesPage_secondary__TB3kp {
  border: 1px solid color-mix(in srgb, var(--color-accent) 50%, transparent);
  background: color-mix(in srgb, #061018 55%, transparent);
  color: var(--color-fg);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

.ServicesPage_primary__JGZdx:hover,
.ServicesPage_secondary__TB3kp:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

.ServicesPage_catalog__rzLWn,
.ServicesPage_process__6R_ZK,
.ServicesPage_industries__ojR_t,
.ServicesPage_vietnam__B49WK,
.ServicesPage_ctaBand__Pe11_ {
  position: relative;
  overflow: clip;
}

.ServicesPage_revealSection__NRYkf {
  --reveal-delay: 0ms;
}

.ServicesPage_flash__NmynH {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(
    105deg,
    transparent 32%,
    rgba(126, 210, 255, 0.09) 46%,
    rgba(26, 160, 255, 0.18) 50%,
    rgba(126, 210, 255, 0.09) 54%,
    transparent 68%
  );
  transform: translateX(-42%);
}

.ServicesPage_revealSection__NRYkf > :not(.ServicesPage_flash__NmynH):not(.ServicesPage_processMedia__nECC1):not(.ServicesPage_ctaMedia__K3UfD) {
  position: relative;
  z-index: 1;
}

.ServicesPage_page__sDwnM [data-reveal] {
  --reveal-delay: 0ms;
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  transition:
    opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay),
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay);
  will-change: opacity, transform;
}

.ServicesPage_page__sDwnM [data-reveal][data-revealed="true"] {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.ServicesPage_page__sDwnM section[data-reveal][data-revealed="true"] > .ServicesPage_flash__NmynH {
  animation: ServicesPage_sectionFlash__Mj5Ey 1.05s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.ServicesPage_catalog__rzLWn {
  padding: clamp(3rem, 8vw, 5.5rem) 0;
  background:
    radial-gradient(ellipse 40% 50% at 0% 20%, rgba(26, 160, 255, 0.12), transparent 60%),
    linear-gradient(180deg, #050505 0%, #071018 100%);
}

.ServicesPage_process__6R_ZK {
  isolation: isolate;
  padding: clamp(3rem, 8vw, 5.5rem) 0;
  background: #06080e;
}

.ServicesPage_processMedia__nECC1 {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.ServicesPage_processImage__qm_tj {
  object-fit: cover;
  object-position: center 40%;
  transform: scale(1.04);
}

.ServicesPage_processShade__I3uY9 {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(6, 8, 14, 0.74) 0%,
      rgba(6, 10, 18, 0.8) 50%,
      rgba(5, 5, 5, 0.9) 100%
    ),
    radial-gradient(
      ellipse 45% 40% at 100% 0%,
      rgba(26, 108, 255, 0.2),
      transparent 55%
    );
}

.ServicesPage_industries__ojR_t {
  padding: clamp(3rem, 8vw, 5rem) 0;
  background: linear-gradient(180deg, #06080e 0%, #050505 100%);
}

.ServicesPage_vietnam__B49WK {
  padding: clamp(2rem, 5vw, 3.5rem) 0;
  background: #050505;
}

.ServicesPage_ctaBand__Pe11_ {
  isolation: isolate;
  padding: clamp(4rem, 10vw, 6.5rem) 0 clamp(4.5rem, 11vw, 7rem);
  background: #050505;
}

.ServicesPage_ctaMedia__K3UfD {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.ServicesPage_ctaImage__0IxwC {
  object-fit: cover;
  object-position: center 40%;
  transform: scale(1.03);
}

.ServicesPage_ctaShade__VMyFZ {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(5, 5, 5, 0.45) 0%,
      rgba(5, 10, 18, 0.55) 45%,
      rgba(5, 5, 5, 0.72) 100%
    ),
    radial-gradient(
      ellipse 55% 60% at 50% 70%,
      rgba(0, 168, 255, 0.2),
      transparent 70%
    );
}

.ServicesPage_sectionInner__lb0iz {
  width: min(1100px, calc(100% - 2 * var(--space)));
  margin: 0 auto;
}

.ServicesPage_sectionHeader__BcofC {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: clamp(1.75rem, 4vw, 2.75rem);
  max-width: 52ch;
}

.ServicesPage_sectionTitle__GUe_8 {
  margin: 0;
  font-size: clamp(1.55rem, 3.4vw, 2.35rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.ServicesPage_body__Ybz0A {
  margin: 0;
  color: color-mix(in srgb, var(--color-fg) 76%, var(--color-muted));
  font-size: 1.02rem;
  line-height: 1.7;
}

.ServicesPage_serviceGrid__hpPaA {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ServicesPage_serviceCard__NLB62 {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  height: 100%;
  padding: clamp(1.2rem, 2.6vw, 1.55rem);
  border: 1px solid color-mix(in srgb, var(--color-accent) 28%, transparent);
  border-radius: 0.85rem;
  background:
    linear-gradient(
      160deg,
      color-mix(in srgb, #0a1624 88%, #1aa0ff) 0%,
      color-mix(in srgb, #060b12 92%, transparent) 100%
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 10px 28px rgba(0, 0, 0, 0.28),
    0 0 28px rgba(26, 160, 255, 0.14);
  transition:
    border-color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.ServicesPage_serviceCard__NLB62:hover {
  border-color: color-mix(in srgb, var(--color-accent) 55%, transparent);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 14px 34px rgba(0, 0, 0, 0.34),
    0 0 36px rgba(26, 160, 255, 0.28);
}

.ServicesPage_page__sDwnM [data-reveal][data-revealed="true"].ServicesPage_serviceCard__NLB62:hover,
.ServicesPage_page__sDwnM [data-reveal][data-revealed="true"].ServicesPage_processCard__ZMmnm:hover,
.ServicesPage_page__sDwnM [data-reveal][data-revealed="true"].ServicesPage_industryCard__hjv_r:hover {
  transform: translate3d(0, -2px, 0);
}

.ServicesPage_serviceIcon__PNg_R {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  color: var(--color-accent);
}

.ServicesPage_serviceIcon__PNg_R svg {
  width: 2.75rem;
  height: 2.75rem;
}

.ServicesPage_serviceTitle__KyfZ5 {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 650;
}

.ServicesPage_serviceText__gKNin {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.96rem;
  line-height: 1.6;
}

.ServicesPage_processList__KPpKb {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ServicesPage_processCard__ZMmnm {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 1rem 1.15rem;
  gap: 1rem 1.15rem;
  height: 100%;
  padding: clamp(1.15rem, 2.5vw, 1.5rem);
  border: 1px solid color-mix(in srgb, var(--color-accent) 28%, transparent);
  border-radius: 0.85rem;
  background:
    linear-gradient(
      160deg,
      color-mix(in srgb, #0a1624 82%, #1aa0ff) 0%,
      color-mix(in srgb, #060b12 88%, transparent) 100%
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 10px 28px rgba(0, 0, 0, 0.28),
    0 0 28px rgba(26, 160, 255, 0.16);
  transition:
    border-color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.ServicesPage_processCard__ZMmnm:hover {
  border-color: color-mix(in srgb, var(--color-accent) 55%, transparent);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 14px 34px rgba(0, 0, 0, 0.34),
    0 0 36px rgba(26, 160, 255, 0.28);
}

.ServicesPage_processStep__XDlMf {
  color: #1aa0ff;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
}

.ServicesPage_processTitle__Ga0AQ {
  margin: 0 0 0.35rem;
  font-size: 1.12rem;
  font-weight: 650;
}

.ServicesPage_processText__uf6ZL {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.96rem;
  line-height: 1.6;
}

.ServicesPage_industryGrid__am6QW {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ServicesPage_industryCard__hjv_r {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  height: 100%;
  padding: clamp(1.15rem, 2.5vw, 1.45rem);
  border: 1px solid color-mix(in srgb, var(--color-accent) 24%, transparent);
  border-radius: 0.85rem;
  background:
    linear-gradient(
      160deg,
      color-mix(in srgb, #0a1624 88%, #1aa0ff) 0%,
      color-mix(in srgb, #060b12 92%, transparent) 100%
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 10px 28px rgba(0, 0, 0, 0.26),
    0 0 24px rgba(26, 160, 255, 0.12);
  transition:
    border-color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.ServicesPage_industryCard__hjv_r:hover {
  border-color: color-mix(in srgb, var(--color-accent) 50%, transparent);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 14px 34px rgba(0, 0, 0, 0.32),
    0 0 32px rgba(26, 160, 255, 0.24);
}

.ServicesPage_industryTitle__GC5If {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 650;
}

.ServicesPage_industryText__1fnec {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

.ServicesPage_vietnamCard__zGEL3 {
  width: min(1100px, calc(100% - 2 * var(--space)));
  margin: 0 auto;
  padding: clamp(1.5rem, 3.5vw, 2.1rem);
  border: 1px solid color-mix(in srgb, var(--color-accent) 34%, transparent);
  border-radius: 0.95rem;
  background:
    linear-gradient(
      135deg,
      color-mix(in srgb, #0a1624 80%, #1aa0ff) 0%,
      color-mix(in srgb, #060b12 90%, transparent) 100%
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 0 36px rgba(26, 160, 255, 0.2);
}

.ServicesPage_vietnamTitle__IbjgI {
  margin: 0 0 0.75rem;
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 500;
  letter-spacing: -0.03em;
}

.ServicesPage_vietnamText__4rGvK {
  margin: 0;
  max-width: 62ch;
  color: color-mix(in srgb, var(--color-fg) 82%, var(--color-muted));
  font-size: 1.02rem;
  line-height: 1.7;
}

.ServicesPage_ctaInner__4KalA {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100% - 2 * var(--space)));
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.9rem;
}

.ServicesPage_ctaTitle__F9sGY {
  margin: 0;
  font-size: clamp(1.7rem, 3.6vw, 2.6rem);
  font-weight: 500;
  letter-spacing: -0.03em;
}

.ServicesPage_ctaText__IZCXh {
  margin: 0 0 0.4rem;
  max-width: 42ch;
  color: color-mix(in srgb, var(--color-fg) 82%, var(--color-muted));
  font-size: 1.05rem;
  line-height: 1.65;
}

@keyframes ServicesPage_riseIn__s9oI7 {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ServicesPage_heroDrift__oj8jt {
  from {
    transform: scale(1.04) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.08) translate3d(-1.2%, -0.8%, 0);
  }
}

@keyframes ServicesPage_sectionFlash__Mj5Ey {
  0% {
    opacity: 0;
    transform: translateX(-42%);
  }
  28% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(42%);
  }
}

@media (min-width: 720px) {
  .ServicesPage_serviceGrid__hpPaA {
    grid-template-columns: 1fr 1fr;
  }

  .ServicesPage_processList__KPpKb {
    grid-template-columns: 1fr 1fr;
  }

  .ServicesPage_industryGrid__am6QW {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1024px) {
  .ServicesPage_serviceGrid__hpPaA {
    grid-template-columns: repeat(3, 1fr);
  }

  .ServicesPage_industryGrid__am6QW {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ServicesPage_heroImage__ii8NR,
  .ServicesPage_heroInner__USCCU {
    animation: none;
  }

  .ServicesPage_page__sDwnM [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .ServicesPage_page__sDwnM section[data-reveal][data-revealed="true"] > .ServicesPage_flash__NmynH {
    animation: none;
  }
}

