@charset "UTF-8";

:root {
  --ink: #101a29;
  --muted: #637083;
  --navy: #07111f;
  --navy-2: #0b1b2c;
  --blue: #4f91ff;
  --cyan: #49d4c8;
  --paper: #f5f7fa;
  --white: #fff;
  --line: rgba(16, 26, 41, .11);
  --light-line: rgba(255, 255, 255, .13);
  --wrap: min(1180px, calc(100% - 48px));
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 78px; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
svg, img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
::selection { color: #fff; background: #3979dc; }
.wrap { width: var(--wrap); margin-inline: auto; }

.header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: 78px;
  color: #fff;
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease;
}
.header.is-scrolled {
  background: rgba(7, 17, 31, .86);
  border-color: rgba(255, 255, 255, .08);
  backdrop-filter: blur(16px);
}
.header__inner { height: 100%; display: flex; align-items: center; gap: 38px; }
.logo { display: flex; align-items: center; gap: 11px; }
.logo svg { width: 36px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.logo span { display: flex; flex-direction: column; }
.logo b { font-size: 15px; letter-spacing: .14em; }
.logo small { margin-top: 5px; font-size: 7px; letter-spacing: .22em; opacity: .5; }
.nav { margin-left: auto; display: flex; align-items: center; gap: 30px; }
.nav a { position: relative; color: rgba(255,255,255,.68); font-size: 13px; transition: color .2s ease; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -10px; height: 1px; background: #fff; transition: right .2s ease; }
.nav a:hover, .nav a.is-active { color: #fff; }
.nav a:hover::after, .nav a.is-active::after { right: 0; }
.header__contact { padding: 10px 17px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; font-size: 12px; }
.header__contact:hover { color: var(--navy); background: #fff; }
.menu { display: none; }

.hero {
  position: relative;
  min-height: 760px;
  color: #fff;
  background:
    radial-gradient(circle at 83% 18%, rgba(65, 139, 247, .19), transparent 28%),
    radial-gradient(circle at 18% 82%, rgba(65, 194, 187, .08), transparent 24%),
    var(--navy);
  overflow: hidden;
}
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, transparent, #000 25%, #000 85%, transparent); }
.hero__lines { position: absolute; inset: 0; opacity: .25; background: linear-gradient(115deg, transparent 32%, rgba(78,143,247,.18) 32.1%, transparent 32.35%, transparent 67%, rgba(85,201,195,.12) 67.1%, transparent 67.4%); }
.hero__inner { position: relative; z-index: 2; min-height: 760px; padding: 138px 0 86px; display: grid; grid-template-columns: 1.03fr .97fr; gap: 72px; align-items: center; }
.overline, .section-mark { margin-bottom: 20px; color: #7891b4; font-size: 10px; letter-spacing: .18em; }
.hero .overline { color: rgba(255,255,255,.45); }
.hero h1 { margin-bottom: 28px; font-size: clamp(50px, 5.7vw, 80px); line-height: 1.08; letter-spacing: -.055em; font-weight: 630; }
.hero h1 em { color: #fff; font-style: normal; background: linear-gradient(90deg, #fff, #8ec5ff 55%, #7ce1d8); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero__lead { max-width: 660px; margin-bottom: 32px; color: rgba(255,255,255,.6); font-size: 16px; line-height: 1.9; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn { min-height: 49px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; font-size: 13px; font-weight: 600; transition: transform .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn--light { color: var(--navy); background: #fff; }
.btn--line { color: #fff; border: 1px solid rgba(255,255,255,.19); background: rgba(255,255,255,.025); }
.btn--line:hover { background: rgba(255,255,255,.08); }
.hero__scope { margin-top: 40px; padding-top: 22px; display: flex; flex-wrap: wrap; gap: 22px; border-top: 1px solid rgba(255,255,255,.11); }
.hero__scope span { position: relative; padding-left: 14px; color: rgba(255,255,255,.38); font-size: 11px; }
.hero__scope span::before { content: ""; position: absolute; left: 0; top: 6px; width: 5px; height: 5px; border-radius: 50%; background: var(--cyan); }
.hero__visual { perspective: 1000px; }

.blueprint { border: 1px solid rgba(255,255,255,.14); border-radius: 26px; background: rgba(10, 25, 43, .62); box-shadow: 0 40px 110px rgba(0,0,0,.24); backdrop-filter: blur(14px); overflow: hidden; transform: rotateY(-4deg) rotateX(1.5deg); transition: transform .2s ease-out; }
.blueprint__head, .blueprint__foot { min-height: 54px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--light-line); }
.blueprint__head span { font-size: 11px; }
.blueprint__head small { color: rgba(255,255,255,.35); font-size: 8px; letter-spacing: .16em; }
.blueprint__canvas { position: relative; min-height: 440px; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 36px 36px; }
.blueprint__path { position: absolute; inset: 0; width: 100%; height: 100%; fill: none; stroke: rgba(100, 175, 228, .42); stroke-width: 1; stroke-dasharray: 6 8; animation: dash 13s linear infinite; }
.blueprint__core { position: absolute; left: 50%; top: 50%; width: 148px; height: 112px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(121,194,241,.4); border-radius: 18px; background: linear-gradient(145deg, rgba(57,120,205,.32), rgba(55,197,188,.12)); box-shadow: 0 0 55px rgba(54, 135, 225, .18); transform: translate(-50%,-50%); }
.blueprint__core b { font-size: 18px; }
.blueprint__core span { margin-top: 7px; color: rgba(255,255,255,.42); font-size: 9px; }
.blueprint__item { position: absolute; width: 112px; padding: 14px; border: 1px solid rgba(255,255,255,.12); border-radius: 13px; background: rgba(7,17,31,.8); }
.blueprint__item small { display: block; margin-bottom: 7px; color: #66c9c4; font-size: 7px; letter-spacing: .16em; }
.blueprint__item b { font-size: 12px; }
.item--a { left: 8%; top: 12%; }
.item--b { right: 7%; top: 12%; }
.item--c { left: 8%; bottom: 12%; }
.item--d { right: 7%; bottom: 12%; }
.blueprint__pulse { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: #75d8d1; box-shadow: 0 0 0 7px rgba(117,216,209,.1), 0 0 18px rgba(117,216,209,.7); }
.pulse--a { left: 31%; top: 50%; animation: pulse-a 4.8s ease-in-out infinite; }
.pulse--b { right: 31%; top: 50%; animation: pulse-b 5.6s ease-in-out infinite; }
.blueprint__foot { min-height: 52px; border-top: 1px solid var(--light-line); border-bottom: 0; }
.blueprint__foot span { color: rgba(255,255,255,.4); font-size: 9px; }
.hero__scroll { position: absolute; z-index: 3; left: 50%; bottom: 24px; width: 22px; height: 38px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; transform: translateX(-50%); }
.hero__scroll span { position: absolute; left: 50%; top: 8px; width: 3px; height: 6px; border-radius: 99px; background: rgba(255,255,255,.65); animation: scroll 1.8s ease-in-out infinite; }

.intro { padding: 132px 0 120px; background: #fff; }
.intro__inner { display: grid; grid-template-columns: .46fr 1.1fr .9fr; gap: 55px; align-items: start; }
.intro h2, .section-head h2, .method h2, .about h2, .contact h2 { margin: 0; font-size: clamp(37px, 4.4vw, 59px); line-height: 1.16; letter-spacing: -.045em; font-weight: 620; }
.intro__text p { color: var(--muted); font-size: 14px; line-height: 1.95; }

.services { padding: 128px 0; background: var(--paper); }
.section-head { margin-bottom: 56px; display: grid; grid-template-columns: 1fr .65fr; gap: 80px; align-items: end; }
.section-head > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.85; }
.services__layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: 18px; }
.services__side { display: grid; gap: 18px; }
.service { position: relative; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.76); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service:hover { transform: translateY(-5px); border-color: rgba(77,141,247,.26); box-shadow: 0 25px 70px rgba(25,49,76,.1); }
.service::after { content: ""; position: absolute; right: -80px; bottom: -105px; width: 210px; height: 210px; border: 1px solid rgba(77,141,247,.12); border-radius: 50%; }
.service--main { min-height: 520px; display: flex; flex-direction: column; }
.service--small { min-height: 251px; }
.service--dark { color: #fff; border-color: transparent; background: linear-gradient(145deg, #0a1727, #10263b); }
.service__top { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.service__top > span { color: #6b7890; font-size: 10px; letter-spacing: .15em; }
.service--dark .service__top > span { color: rgba(255,255,255,.4); }
.service__top svg { width: 35px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.service h3 { max-width: 620px; margin: 74px 0 18px; font-size: 28px; line-height: 1.35; letter-spacing: -.03em; }
.service--small h3 { margin-top: 40px; font-size: 22px; }
.service p { max-width: 620px; color: var(--muted); font-size: 13px; line-height: 1.85; }
.service--dark p { color: rgba(255,255,255,.52); }
.service ul { margin: auto 0 0; padding: 24px 0 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px 24px; border-top: 1px solid var(--line); list-style: none; }
.service li { position: relative; padding-left: 14px; color: #536077; font-size: 12px; }
.service li::before { content: ""; position: absolute; left: 0; top: 6px; width: 5px; height: 5px; border-radius: 50%; background: var(--blue); }

.method { padding: 126px 0; color: #fff; background: var(--navy); }
.method__inner { display: grid; grid-template-columns: .78fr 1.22fr; gap: 95px; }
.method__intro > p:last-child { max-width: 480px; margin-top: 28px; color: rgba(255,255,255,.48); font-size: 14px; line-height: 1.9; }
.method .section-mark { color: rgba(255,255,255,.38); }
.method__steps { border-top: 1px solid var(--light-line); }
.method__steps article { min-height: 118px; padding: 25px 0; display: grid; grid-template-columns: 170px 1fr; gap: 28px; align-items: center; border-bottom: 1px solid var(--light-line); transition: padding-left .2s ease, background .2s ease; }
.method__steps article:hover { padding-left: 14px; background: linear-gradient(90deg, rgba(77,141,247,.08), transparent); }
.method__steps span { font-size: 17px; }
.method__steps p { margin: 0; color: rgba(255,255,255,.47); font-size: 13px; line-height: 1.8; }

.capability { padding: 130px 0; background: #fff; }
.capability__grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.capability__grid article { min-height: 190px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s ease; }
.capability__grid article:hover { background: #f7f9fc; }
.capability__grid b { display: block; margin-bottom: 42px; font-size: 17px; }
.capability__grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.8; }

.about { padding: 138px 0; background: var(--paper); }
.about__inner { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: center; }
.about__panel { position: relative; min-height: 510px; padding: 38px; display: flex; flex-direction: column; justify-content: space-between; color: #fff; border-radius: 28px; background: radial-gradient(circle at 78% 18%, rgba(77,141,247,.32), transparent 30%), linear-gradient(145deg, #07111f, #10283b); overflow: hidden; box-shadow: 0 34px 90px rgba(19,45,74,.22); }
.about__panel::after { content: ""; position: absolute; right: -90px; bottom: -110px; width: 300px; height: 300px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 42px rgba(255,255,255,.025); }
.about__brand { display: flex; align-items: center; gap: 20px; }
.about__brand svg { width: 62px; fill: none; stroke: currentColor; stroke-width: 1.2; }
.about__brand span { font-size: 21px; line-height: 1.1; letter-spacing: .12em; }
.about__panel > p { position: relative; z-index: 1; margin: 0; color: rgba(255,255,255,.4); font-size: 11px; letter-spacing: .1em; }
.about__copy > p:not(.section-mark) { color: var(--muted); font-size: 14px; line-height: 1.9; }
.about__values { margin-top: 36px; display: grid; border-top: 1px solid var(--line); }
.about__values span { padding: 17px 0; display: grid; grid-template-columns: 72px 1fr; color: var(--muted); border-bottom: 1px solid var(--line); font-size: 12px; line-height: 1.7; }
.about__values b { color: var(--ink); font-size: 13px; }

.contact { padding: 116px 0; background: #fff; }
.contact__box { padding: 58px; display: grid; grid-template-columns: .82fr 1.18fr; gap: 76px; color: #fff; border-radius: 30px; background: radial-gradient(circle at 90% 10%, rgba(75,143,247,.25), transparent 28%), var(--navy); box-shadow: 0 30px 90px rgba(18,41,68,.18); }
.contact .section-mark { color: rgba(255,255,255,.36); }
.contact__copy > p:last-child { max-width: 470px; margin-top: 25px; color: rgba(255,255,255,.48); font-size: 13px; line-height: 1.85; }
.contact__details { display: grid; gap: 10px; }
.contact__details > a, .contact__address { min-height: 82px; padding: 17px 18px; display: grid; grid-template-columns: 110px 1fr auto; align-items: center; gap: 16px; border: 1px solid rgba(255,255,255,.11); border-radius: 15px; background: rgba(255,255,255,.035); transition: background .2s ease, transform .2s ease; }
.contact__details > a:hover { background: rgba(255,255,255,.075); transform: translateX(4px); }
.contact__details small { color: rgba(255,255,255,.34); font-size: 9px; }
.contact__details b { font-size: 13px; font-weight: 600; }
.contact__details > a > span, .contact__address > span { color: rgba(255,255,255,.35); font-size: 10px; }
.contact__wechat { padding: 18px; display: flex; align-items: center; gap: 18px; border-radius: 15px; background: #fff; color: var(--ink); }
.contact__wechat img { width: 72px; height: 72px; border-radius: 8px; }
.contact__wechat span { display: flex; flex-direction: column; gap: 8px; }
.contact__wechat small { color: #8490a3; }

.footer { padding: 35px 0; color: rgba(255,255,255,.5); background: #040a12; }
.footer__inner { display: flex; justify-content: space-between; gap: 35px; }
.footer b { color: rgba(255,255,255,.82); font-size: 12px; }
.footer p { margin: 8px 0 0; font-size: 10px; }
.footer__right { text-align: right; }
.to-top { position: fixed; z-index: 90; right: 22px; bottom: 22px; width: 44px; height: 44px; color: #fff; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; background: rgba(7,17,31,.9); opacity: 0; visibility: hidden; transform: translateY(10px); transition: .2s ease; }
.to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes dash { to { stroke-dashoffset: -70; } }
@keyframes pulse-a { 0%,100% { transform: translateX(-30px); opacity: .2; } 50% { transform: translateX(46px); opacity: 1; } }
@keyframes pulse-b { 0%,100% { transform: translateX(30px); opacity: .2; } 50% { transform: translateX(-46px); opacity: 1; } }
@keyframes scroll { 0% { transform: translate(-50%,0); opacity: 0; } 30% { opacity: 1; } 100% { transform: translate(-50%,14px); opacity: 0; } }



/* AI product details */
.product-badge {
  width: fit-content;
  margin-top: 34px;
  padding: 7px 10px;
  color: #3178dc;
  border: 1px solid rgba(77, 141, 247, .18);
  border-radius: 999px;
  background: rgba(77, 141, 247, .07);
  font-size: 8px;
  letter-spacing: .16em;
}

.service--gpux {
  background:
    radial-gradient(circle at 86% 12%, rgba(74, 145, 255, .16), transparent 24%),
    rgba(255,255,255,.82);
}

.gpux-nodes {
  position: absolute;
  right: 32px;
  bottom: 28px;
  width: 150px;
  height: 70px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  opacity: .72;
}

.gpux-nodes i {
  position: relative;
  display: block;
  border: 1px solid rgba(77,141,247,.21);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(77,141,247,.08), rgba(73,212,200,.04));
}

.gpux-nodes i::before {
  content: "";
  position: absolute;
  left: 7px;
  right: 7px;
  top: 8px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
  animation: node-load 2.4s ease-in-out infinite;
  transform-origin: left;
}

.gpux-nodes i:nth-child(2n)::before { animation-delay: .45s; }
.gpux-nodes i:nth-child(3n)::before { animation-delay: .9s; }

.voice-wave {
  height: 46px;
  margin: 31px 0 3px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.voice-wave i {
  width: 4px;
  height: 14px;
  border-radius: 99px;
  background: linear-gradient(to top, var(--blue), var(--cyan));
  animation: voice-bar 1.15s ease-in-out infinite alternate;
}

.voice-wave i:nth-child(2) { height: 27px; animation-delay: -.7s; }
.voice-wave i:nth-child(3) { height: 38px; animation-delay: -.2s; }
.voice-wave i:nth-child(4) { height: 23px; animation-delay: -.85s; }
.voice-wave i:nth-child(5) { height: 42px; animation-delay: -.45s; }
.voice-wave i:nth-child(6) { height: 30px; animation-delay: -.95s; }
.voice-wave i:nth-child(7) { height: 17px; animation-delay: -.35s; }

.service--voice h3 { margin-top: 20px; }

.product-tags {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.product-tags span {
  padding: 7px 9px;
  color: rgba(255,255,255,.67);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  font-size: 9px;
}

.service--dark .product-tags + h3 { margin-top: 27px; }

.capability__grid article {
  position: relative;
  overflow: hidden;
}

.capability__grid article small {
  position: absolute;
  right: 23px;
  bottom: 19px;
  color: rgba(77, 141, 247, .45);
  font-size: 7px;
  letter-spacing: .15em;
}

.capability__grid article::after {
  content: "";
  position: absolute;
  right: -42px;
  top: -42px;
  width: 94px;
  height: 94px;
  border: 1px solid rgba(77,141,247,.09);
  border-radius: 50%;
}

.about__signal {
  position: absolute;
  left: 42px;
  right: 42px;
  bottom: 72px;
  height: 52px;
  display: flex;
  align-items: end;
  gap: 8px;
}

.about__signal i {
  flex: 1;
  height: 18px;
  border-radius: 5px 5px 2px 2px;
  background: linear-gradient(to top, rgba(73,212,200,.18), rgba(79,145,255,.7));
  animation: signal-rise 2.5s ease-in-out infinite alternate;
}

.about__signal i:nth-child(2) { height: 36px; animation-delay: -.8s; }
.about__signal i:nth-child(3) { height: 25px; animation-delay: -1.4s; }
.about__signal i:nth-child(4) { height: 46px; animation-delay: -.35s; }
.about__signal i:nth-child(5) { height: 31px; animation-delay: -1.05s; }

@keyframes voice-bar {
  to { transform: scaleY(.38); opacity: .48; }
}

@keyframes node-load {
  0%, 100% { transform: scaleX(.28); opacity: .35; }
  50% { transform: scaleX(1); opacity: 1; }
}

@keyframes signal-rise {
  to { transform: scaleY(.58); opacity: .55; }
}


@media (max-width: 980px) {
  :root { --wrap: min(100% - 34px, 820px); }
  .nav, .header__contact { display: none; }
  .menu { margin-left: auto; width: 42px; height: 42px; padding: 0 10px; display: grid; align-content: center; gap: 7px; color: #fff; border: 1px solid rgba(255,255,255,.16); border-radius: 11px; background: transparent; }
  .menu span { height: 1px; background: currentColor; transition: transform .2s ease; }
  .menu.is-open span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu.is-open span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .nav { position: fixed; inset: 78px 0 auto; margin: 0; padding: 15px 22px 25px; display: grid; gap: 0; background: rgba(7,17,31,.97); border-top: 1px solid rgba(255,255,255,.08); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .2s ease; }
  .nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .nav a { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .hero__inner { grid-template-columns: 1fr; gap: 58px; padding-top: 124px; }
  .hero__visual { max-width: 680px; }
  .blueprint { transform: none; }
  .intro__inner { grid-template-columns: 1fr; gap: 25px; }
  .section-head, .services__layout, .method__inner, .about__inner, .contact__box { grid-template-columns: 1fr; }
  .section-head, .method__inner, .about__inner, .contact__box { gap: 44px; }
  .capability__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  :root { --wrap: min(100% - 26px, 560px); }
  .hero { min-height: 0; }
  .hero__inner { min-height: 0; padding: 120px 0 92px; }
  .hero h1 { font-size: 45px; }
  .hero__actions { display: grid; }
  .hero__scope { gap: 12px 18px; }
  .blueprint__canvas { min-height: 390px; }
  .blueprint__item { width: 94px; padding: 11px; }
  .item--a, .item--c { left: 4%; }
  .item--b, .item--d { right: 4%; }
  .blueprint__core { width: 126px; }
  .blueprint__foot { flex-wrap: wrap; padding-block: 12px; }
  .intro, .services, .method, .capability, .about { padding: 92px 0; }
  .intro h2, .section-head h2, .method h2, .about h2, .contact h2 { font-size: 38px; }
  .service { padding: 26px; }
  .service--main { min-height: 500px; }
  .gpux-nodes { right: 22px; bottom: 22px; width: 118px; height: 58px; }
  .service h3 { margin-top: 54px; font-size: 24px; }
  .service--small h3 { margin-top: 34px; font-size: 20px; }
  .service ul { grid-template-columns: 1fr; }
  .method__steps article { grid-template-columns: 1fr; gap: 10px; }
  .capability__grid { grid-template-columns: 1fr; }
  .about__panel { min-height: 390px; }
  .contact { padding: 82px 0; }
  .contact__box { padding: 30px 23px; border-radius: 24px; }
  .contact__details > a, .contact__address { grid-template-columns: 1fr; gap: 7px; }
  .footer__inner { flex-direction: column; }
  .footer__right { text-align: left; }
}

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