:root {
  --ink: #07110f;
  --ink-soft: #0c1916;
  --paper: #f2f5f0;
  --white: #ffffff;
  --muted: #66716c;
  --line: rgba(7, 17, 15, 0.13);
  --accent: #20e9c1;
  --accent-deep: #00bd98;
  --lime: #c9ff6b;
  --shell: min(1240px, calc(100vw - 80px));
  --ease: cubic-bezier(.2, .8, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "SF Pro Display", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-active { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 14px; background: var(--accent); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.page-noise {
  position: fixed; inset: 0; z-index: 100; pointer-events: none; opacity: .025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E");
}

.site-header {
  position: fixed; z-index: 50; top: 0; left: 0; width: 100%; height: 84px; padding-inline: max(32px, calc((100vw - 1240px) / 2));
  display: flex; align-items: center; justify-content: space-between; color: white;
  transition: transform .45s var(--ease), height .35s, background .35s, border-color .35s;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled { height: 70px; background: rgba(5, 15, 13, .86); border-color: rgba(255,255,255,.08); backdrop-filter: blur(18px) saturate(140%); }
.site-header.hidden { transform: translateY(-110%); }
.brand { display: flex; align-items: center; gap: 11px; font-size: 18px; font-weight: 750; letter-spacing: .03em; white-space: nowrap; }
.brand-mark { width: 36px; height: 36px; display: grid; place-items: center; overflow: hidden; }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; }
.desktop-nav { position: absolute; left: 50%; transform: translateX(-50%); display: flex; gap: 36px; }
.desktop-nav a { position: relative; padding-block: 10px; color: rgba(255,255,255,.66); font-size: 14px; transition: color .25s; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: 2px; width: 100%; height: 1px; background: var(--accent); transform: scaleX(0); transform-origin: right; transition: transform .3s var(--ease); }
.desktop-nav a:hover { color: white; }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.lang-switch { width: 66px; height: 36px; border: 1px solid rgba(255,255,255,.18); border-radius: 20px; background: rgba(255,255,255,.06); display: flex; align-items: center; justify-content: center; gap: 6px; cursor: pointer; font-size: 10px; }
.lang-switch i { position: relative; width: 18px; height: 10px; border-radius: 10px; background: rgba(255,255,255,.22); }
.lang-switch i::after { content: ""; position: absolute; top: 2px; left: 2px; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); transition: transform .25s; }
.lang-switch.english i::after { transform: translateX(8px); }
.nav-cta { --mx: 0px; --my: 0px; height: 42px; padding: 0 6px 0 18px; border-radius: 24px; display: flex; align-items: center; gap: 15px; color: var(--ink); background: white; font-size: 13px; font-weight: 700; transform: translate(var(--mx), var(--my)); transition: transform .2s, background .2s; }
.nav-cta:hover { background: var(--accent); }
.nav-cta b { width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; background: var(--ink); color: white; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; background: transparent; cursor: pointer; position: relative; }
.menu-toggle i { position: absolute; left: 12px; width: 17px; height: 1px; background: white; transition: transform .3s, top .3s; }
.menu-toggle i:first-child { top: 16px; }.menu-toggle i:last-child { top: 23px; }
.mobile-menu { display: none; }

.hero { position: relative; min-height: 810px; padding: 150px 0 84px; overflow: hidden; color: white; background: radial-gradient(circle at 64% 43%, #13332c 0, #0a1c18 28%, var(--ink) 64%); }
.hero-grid, .contact-grid { position: absolute; inset: 0; opacity: .15; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to bottom, black, transparent 85%); animation: gridDrift 18s linear infinite; }
.hero-grid::after { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 45%, rgba(32,233,193,.13) 50%, transparent 55%); transform: translateX(-80%); animation: sweep 8s ease-in-out infinite; }
.aurora { position: absolute; border-radius: 50%; filter: blur(10px); opacity: .35; }
.aurora-a { width: 560px; height: 560px; right: -230px; top: -240px; background: radial-gradient(circle, var(--accent), transparent 67%); animation: breathe 7s ease-in-out infinite; }
.aurora-b { width: 440px; height: 440px; left: -260px; bottom: -220px; background: radial-gradient(circle, #256bff, transparent 68%); animation: breathe 9s ease-in-out infinite reverse; }
.hero-content { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 56px; min-height: 570px; }
.hero-copy { position: relative; z-index: 4; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 28px; color: rgba(255,255,255,.63); }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 18px var(--accent); animation: pulse 2s infinite; }
.eyebrow em { font-style: normal; font-size: 11px; font-weight: 700; letter-spacing: .18em; }
.hero h1 { margin: 0; font-size: clamp(62px, 5.4vw, 88px); line-height: .98; letter-spacing: -.065em; font-weight: 630; }
.hero h1 strong { display: inline-block; margin-top: 8px; color: var(--accent); font-weight: 680; text-shadow: 0 0 60px rgba(32,233,193,.18); }
.hero-lead { max-width: 535px; margin: 32px 0 0; color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.8; }
.hero-buttons { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.primary-button { --mx: 0px; --my: 0px; display: flex; align-items: center; gap: 28px; padding: 6px 7px 6px 23px; height: 58px; border-radius: 30px; color: var(--ink); background: var(--accent); font-size: 14px; font-weight: 750; box-shadow: 0 15px 45px rgba(32,233,193,.13); transform: translate(var(--mx), var(--my)); transition: transform .2s, box-shadow .25s; }
.primary-button:hover { box-shadow: 0 18px 60px rgba(32,233,193,.28); }
.primary-button b { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: white; font-size: 18px; }
.text-button { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.7); font-size: 13px; }
.text-button i { font-style: normal; transition: transform .3s; }.text-button:hover i { transform: translateY(5px); }
.hero-proof { display: flex; align-items: center; gap: 14px; margin-top: 46px; }
.avatar-stack { display: flex; }
.avatar-stack i { width: 32px; height: 32px; margin-left: -8px; border: 2px solid #0b1d19; border-radius: 50%; display: grid; place-items: center; color: var(--ink); background: linear-gradient(135deg, var(--accent), var(--lime)); font-style: normal; font-size: 10px; font-weight: 800; }
.avatar-stack i:first-child { margin-left: 0; }.avatar-stack i:nth-child(2) { background: linear-gradient(135deg,#c5d3ff,#7f9cff); }.avatar-stack i:nth-child(3) { background: linear-gradient(135deg,#ffd79c,#ff9c78); }.avatar-stack i:nth-child(4) { background: linear-gradient(135deg,#f3c5ff,#bc7fff); }
.hero-proof b, .hero-proof small { display: block; }.hero-proof b { font-size: 12px; }.hero-proof small { margin-top: 4px; color: rgba(255,255,255,.46); font-size: 10px; }
.hero-enter { animation: heroIn .85s var(--ease) both; }.hero-enter:nth-child(2) { animation-delay: .08s; }.hero-enter:nth-child(3) { animation-delay: .16s; }.hero-enter:nth-child(4) { animation-delay: .24s; }.hero-enter:nth-child(5) { animation-delay: .32s; }

.hero-visual { position: relative; height: 560px; display: grid; place-items: center; animation-delay: .12s; }
.product-window { position: relative; z-index: 3; width: min(680px, 53vw); overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(7,16,14,.82); box-shadow: 0 45px 100px rgba(0,0,0,.45), inset 0 0 0 1px rgba(32,233,193,.04); backdrop-filter: blur(12px); transition: transform .3s var(--ease); }
.window-bar { height: 45px; padding: 0 14px; border-bottom: 1px solid rgba(255,255,255,.08); display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.4); font-size: 9px; letter-spacing: .09em; }
.window-bar > div { display: flex; gap: 5px; }.window-bar > div i { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,.25); }.window-bar > div i:first-child { background: var(--accent); box-shadow: 0 0 8px var(--accent); }
.window-bar b { padding: 4px 7px; border-radius: 4px; color: var(--accent); background: rgba(32,233,193,.08); font-size: 8px; }
.window-body { display: grid; grid-template-columns: 52px 1fr; min-height: 415px; }
.window-body aside { padding-top: 25px; border-right: 1px solid rgba(255,255,255,.07); display: flex; align-items: center; flex-direction: column; gap: 16px; }
.window-body aside span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 7px; color: rgba(255,255,255,.28); font-size: 13px; }.window-body aside .active { color: var(--ink); background: var(--accent); }
.command-center { padding: 28px; }
.center-head { display: flex; justify-content: space-between; align-items: flex-start; }.center-head small { color: var(--accent); font-size: 8px; letter-spacing: .16em; }.center-head h3 { margin: 7px 0 0; font-size: 20px; }.center-head > span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; color: rgba(255,255,255,.58); font-size: 9px; }.center-head > span i { display: inline-block; width: 5px; height: 5px; margin-right: 4px; border-radius: 50%; background: var(--accent); }
.metric-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 22px; }.metric-row article { position: relative; padding: 14px 16px; border: 1px solid rgba(255,255,255,.07); border-radius: 10px; background: rgba(255,255,255,.025); }.metric-row small { display: block; color: rgba(255,255,255,.39); font-size: 8px; }.metric-row b { display: inline-block; margin-top: 6px; font-size: 23px; }.metric-row sup { font-size: 10px; color: var(--accent); }.metric-row em { position: absolute; right: 14px; bottom: 14px; color: var(--accent); font-size: 8px; font-style: normal; }
.chart-card { margin-top: 12px; padding: 13px 15px 6px; border: 1px solid rgba(255,255,255,.07); border-radius: 10px; background: rgba(255,255,255,.02); }.chart-label { display: flex; justify-content: space-between; color: rgba(255,255,255,.5); font-size: 8px; }.chart-label b { color: rgba(255,255,255,.26); }.chart-card svg { width: 100%; height: 115px; overflow: visible; }.chart-grid-line { fill: none; stroke: rgba(255,255,255,.06); stroke-width: 1; }.chart-area { fill: url(#area); }.chart-line { fill: none; stroke: var(--accent); stroke-width: 2; stroke-linecap: round; stroke-dasharray: 700; stroke-dashoffset: 700; animation: drawLine 2.1s .8s var(--ease) forwards; }
.task-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 10px; }.task-row > span { display: flex; align-items: center; gap: 7px; color: rgba(255,255,255,.45); font-size: 8px; }.task-row i { width: 18px; height: 18px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; font-style: normal; font-size: 7px; }.task-row .done { color: var(--ink); background: var(--accent); }.task-row .running { position: relative; border-color: rgba(32,233,193,.3); }.task-row .running::after { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 8px var(--accent); }
.orbit { position: absolute; border: 1px solid rgba(32,233,193,.16); border-radius: 50%; }.orbit::after { content: ""; position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 15px var(--accent); }.orbit-one { width: 620px; height: 620px; animation: spin 26s linear infinite; }.orbit-one::after { top: 55px; left: 91px; }.orbit-two { width: 470px; height: 470px; border-color: rgba(255,255,255,.07); animation: spin 20s linear infinite reverse; }.orbit-two::after { right: 29px; bottom: 90px; background: #7ea4ff; box-shadow: 0 0 15px #7ea4ff; }
.signal-dot { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: rgba(255,255,255,.6); animation: pulse 2.3s infinite; }.dot-one { top: 36px; left: 23%; }.dot-two { right: 3%; top: 36%; animation-delay: .6s; }.dot-three { bottom: 34px; left: 12%; animation-delay: 1.1s; }
.floating-chip { position: absolute; z-index: 5; display: flex; align-items: center; gap: 10px; padding: 10px 13px 10px 10px; border: 1px solid rgba(255,255,255,.13); border-radius: 12px; background: rgba(13,31,26,.85); box-shadow: 0 16px 40px rgba(0,0,0,.35); backdrop-filter: blur(10px); animation: float 4s ease-in-out infinite; }.floating-chip > i { width: 31px; height: 31px; border-radius: 9px; display: grid; place-items: center; color: var(--ink); background: var(--accent); font-style: normal; font-size: 10px; font-weight: 900; }.floating-chip b,.floating-chip small { display: block; }.floating-chip b { font-size: 10px; }.floating-chip small { margin-top: 3px; color: rgba(255,255,255,.42); font-size: 8px; }.chip-a { top: 85px; right: -12px; }.chip-b { bottom: 66px; left: -5px; animation-delay: 1.6s; }.chip-b > i { border-radius: 50%; background: var(--lime); }
.capability-marquee { position: absolute; bottom: 0; left: 0; width: 100%; height: 52px; overflow: hidden; display: flex; align-items: center; border-top: 1px solid rgba(255,255,255,.08); background: rgba(3,10,8,.4); }.capability-marquee div { width: max-content; display: flex; align-items: center; gap: 26px; white-space: nowrap; animation: marquee 26s linear infinite; }.capability-marquee span { color: rgba(255,255,255,.37); font-size: 9px; letter-spacing: .2em; }.capability-marquee i { color: var(--accent); font-style: normal; }

.section { padding: 130px 0; }
.section-index { display: inline-block; color: var(--accent-deep); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.section-heading { display: grid; grid-template-columns: 1.5fr .65fr; align-items: end; gap: 60px; margin-bottom: 66px; }.section-heading h2 { margin: 22px 0 0; font-size: clamp(44px, 4.2vw, 68px); line-height: 1.04; letter-spacing: -.055em; font-weight: 580; }.section-heading h2 strong { color: var(--accent-deep); font-weight: 650; }.section-heading p { margin: 0; padding-bottom: 8px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 315px; padding: 27px; overflow: hidden; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: transparent; transition: color .4s var(--ease), transform .4s var(--ease), background .4s; }
.service-card::before { content: ""; position: absolute; width: 230px; height: 230px; right: -110px; bottom: -130px; border-radius: 50%; background: radial-gradient(circle, rgba(32,233,193,.36), transparent 68%); transform: scale(.2); opacity: 0; transition: transform .5s, opacity .4s; }
.service-card:hover { z-index: 2; color: white; background: var(--ink-soft); transform: translateY(-7px); box-shadow: 0 24px 55px rgba(7,17,15,.16); }.service-card:hover::before { transform: scale(1); opacity: 1; }
.service-top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; }.service-top span { color: var(--muted); font-size: 9px; font-weight: 700; }.service-top i { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; color: var(--accent-deep); font-style: normal; font-size: 18px; transition: transform .4s, background .3s; }.service-card:hover .service-top i { transform: rotate(12deg); color: var(--ink); background: var(--accent); border-color: var(--accent); }.service-card h3 { position: relative; z-index: 1; max-width: 200px; margin: 75px 0 12px; font-size: 20px; line-height: 1.3; }.service-card p { position: relative; z-index: 1; max-width: 230px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; transition: color .3s; }.service-card:hover p { color: rgba(255,255,255,.56); }.card-arrow { position: absolute; right: 26px; bottom: 22px; opacity: 0; transform: translate(-8px,8px); transition: all .35s; }.service-card:hover .card-arrow { opacity: 1; transform: none; }
.service-card:last-child { grid-column: span 2; }.service-card:last-child h3 { max-width: none; }

.showcase { background: white; }
.showcase-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 100px; }
.showcase-media { position: relative; }.photo-frame { position: relative; height: 610px; overflow: hidden; border-radius: 3px; background: var(--ink); box-shadow: 0 35px 80px rgba(7,17,15,.17); }.photo-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(4,15,13,.62), transparent 50%); }.photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 51% center; filter: saturate(.72) contrast(1.05); transition: transform 1s var(--ease), filter .6s; }.photo-frame:hover img { transform: scale(1.035); filter: saturate(.95) contrast(1.02); }.photo-label { position: absolute; z-index: 2; left: 24px; bottom: 22px; color: rgba(255,255,255,.72); font-size: 8px; letter-spacing: .16em; }.photo-label i { display: inline-block; width: 6px; height: 6px; margin-right: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 12px var(--accent); }.scan-line { position: absolute; z-index: 3; left: 0; top: 0; width: 100%; height: 1px; opacity: .5; background: linear-gradient(90deg, transparent, var(--accent), transparent); animation: scan 5s ease-in-out infinite; }
.experience-card { position: absolute; z-index: 4; right: -42px; bottom: -34px; width: 190px; height: 175px; padding: 25px; display: flex; flex-direction: column; justify-content: space-between; color: var(--ink); background: var(--accent); box-shadow: 0 20px 50px rgba(0,189,152,.22); }.experience-card strong { font-size: 53px; letter-spacing: -.06em; }.experience-card sup { font-size: 22px; }.experience-card > span { max-width: 115px; font-size: 11px; line-height: 1.5; font-weight: 600; }
.showcase-copy .section-index { margin-bottom: 30px; }.showcase-copy h2 { margin: 0; font-size: clamp(38px, 3.3vw, 55px); line-height: 1.13; letter-spacing: -.05em; font-weight: 620; }.showcase-copy > p { margin: 30px 0 0; color: var(--muted); font-size: 14px; line-height: 1.9; }.stat-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 46px; padding-block: 26px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.stat-list b,.stat-list small { display: block; }.stat-list b { font-size: 28px; letter-spacing: -.04em; }.stat-list small { margin-top: 8px; color: var(--muted); font-size: 9px; }.text-link { display: flex; align-items: center; justify-content: space-between; margin-top: 36px; padding-bottom: 13px; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 700; }.text-link b { font-size: 18px; transition: transform .3s; }.text-link:hover b { transform: translate(5px,5px); }

.about { position: relative; overflow: hidden; color: white; background: var(--ink); }.about::before { content: ""; position: absolute; inset: 0; opacity: .1; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 80px 80px; }.about-glow { position: absolute; width: 700px; height: 700px; right: -300px; top: -330px; border-radius: 50%; background: radial-gradient(circle, rgba(32,233,193,.18), transparent 68%); }.about .shell { position: relative; }.section-heading.light p { color: rgba(255,255,255,.48); }.section-heading.light h2 strong { color: var(--accent); }
.advantage-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.1); border-left: 1px solid rgba(255,255,255,.1); }.advantage-card { position: relative; min-height: 290px; padding: 28px; border-right: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); transition: background .35s, transform .35s; }.advantage-card:hover { z-index: 1; background: rgba(32,233,193,.06); transform: translateY(-5px); }.advantage-card > span { color: rgba(255,255,255,.28); font-size: 9px; }.advantage-card > i { position: absolute; top: 25px; right: 27px; color: var(--accent); font-size: 23px; font-style: normal; }.advantage-card h3 { margin: 100px 0 15px; font-size: 20px; }.advantage-card p { margin: 0; color: rgba(255,255,255,.46); font-size: 12px; line-height: 1.75; }

.process { background: var(--paper); }.process-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 60px; }.process-head h2 { margin: 20px 0 0; max-width: 700px; font-size: clamp(42px,4vw,64px); line-height: 1.04; letter-spacing: -.055em; }.process-head p { margin: 0 0 8px; color: var(--muted); font-size: 13px; }
.process-track { position: relative; display: grid; grid-template-columns: repeat(6,1fr); }.process-track::before { content: ""; position: absolute; top: 36px; left: 0; width: 100%; height: 1px; background: var(--line); }.process-track::after { content: ""; position: absolute; top: 36px; left: 0; width: 100%; height: 1px; background: linear-gradient(90deg,var(--accent-deep),var(--accent)); transform: scaleX(0); transform-origin: left; transition: transform 1.4s .4s var(--ease); }.process-track:has(.is-visible)::after { transform: scaleX(1); }
.process-step { position: relative; padding-right: 24px; }.process-step > div { position: relative; z-index: 2; height: 73px; display: flex; justify-content: space-between; align-items: flex-start; }.process-step > div span { width: 35px; height: 35px; border-radius: 50%; display: grid; place-items: center; color: var(--accent-deep); background: var(--paper); border: 1px solid var(--accent-deep); font-size: 8px; font-weight: 800; }.process-step > div i { margin-top: 12px; color: var(--accent-deep); font-style: normal; font-size: 10px; }.process-step h3 { margin: 14px 0 10px; font-size: 17px; }.process-step p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }

.contact { position: relative; overflow: hidden; padding: 150px 0; color: white; background: #0c211c; }.contact::before { content: ""; position: absolute; width: 650px; height: 650px; left: 50%; top: 40%; border-radius: 50%; transform: translate(-50%,-50%); background: radial-gradient(circle,rgba(32,233,193,.18),transparent 68%); }.contact-grid { opacity: .12; mask-image: radial-gradient(circle at center,black,transparent 72%); }.contact-inner { position: relative; z-index: 2; text-align: center; }.contact-kicker { display: flex; align-items: center; justify-content: center; gap: 10px; color: rgba(255,255,255,.54); font-size: 10px; letter-spacing: .13em; }.contact-kicker i { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 13px var(--accent); }.contact h2 { margin: 34px 0 0; font-size: clamp(60px,7vw,108px); line-height: .93; letter-spacing: -.07em; font-weight: 570; }.contact h2 strong { color: var(--accent); font-weight: 640; }.contact p { max-width: 570px; margin: 35px auto 0; color: rgba(255,255,255,.53); font-size: 14px; line-height: 1.8; }.contact-button { --mx: 0px; --my: 0px; width: min(430px,100%); height: 72px; margin: 45px auto 0; padding: 0 8px 0 28px; border-radius: 40px; display: flex; align-items: center; justify-content: space-between; color: var(--ink); background: white; font-size: 14px; font-weight: 750; transform: translate(var(--mx),var(--my)); transition: transform .2s, background .25s; }.contact-button:hover { background: var(--accent); }.contact-button b { width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; color: white; background: var(--ink); font-size: 20px; }

footer { padding: 42px 0 18px; color: white; background: #050d0b; }.footer-main { min-height: 115px; display: flex; align-items: flex-start; justify-content: space-between; }.footer-main p { margin: 8px 0 0; color: rgba(255,255,255,.38); font-size: 12px; }.footer-main > a:last-child { margin-top: 8px; color: var(--accent); font-size: 10px; letter-spacing: .15em; }.footer-bottom { padding-top: 18px; border-top: 1px solid rgba(255,255,255,.08); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: rgba(255,255,255,.28); font-size: 9px; letter-spacing: .08em; }.footer-bottom a { justify-self: center; }.footer-bottom button { justify-self: end; padding: 8px 0; border: 0; color: rgba(255,255,255,.44); background: none; cursor: pointer; font-size: 9px; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease) var(--delay,0ms), transform .8s var(--ease) var(--delay,0ms); }.reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes heroIn { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@keyframes drawLine { to { stroke-dashoffset: 0; } }
@keyframes pulse { 50% { opacity: .35; transform: scale(.75); } }
@keyframes breathe { 50% { transform: scale(1.14) translate(3%,-2%); opacity: .5; } }
@keyframes float { 50% { transform: translateY(-10px); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes sweep { 45%,100% { transform: translateX(100%); } }
@keyframes gridDrift { to { background-position: 80px 80px; } }
@keyframes scan { 0%,100% { transform: translateY(10px); opacity: 0; } 15%,85% { opacity: .45; } 50% { transform: translateY(570px); } }

@media (max-width: 1100px) {
  :root { --shell: min(100% - 48px, 960px); }
  .desktop-nav { display: none; }.menu-toggle { display: block; }.nav-cta { display: none; }
  .hero { min-height: auto; padding-top: 130px; }.hero-content { grid-template-columns: 1fr; gap: 30px; }.hero-copy { text-align: center; }.eyebrow,.hero-buttons,.hero-proof { justify-content: center; }.hero-lead { margin-inline: auto; }.hero-visual { height: 550px; }.product-window { width: min(680px,85vw); }
  .service-grid { grid-template-columns: repeat(2,1fr); }.service-card:last-child { grid-column: auto; }.showcase-grid { gap: 65px; }.photo-frame { height: 520px; }.advantage-grid { grid-template-columns: repeat(2,1fr); }.process-track { grid-template-columns: repeat(3,1fr); row-gap: 52px; }.process-track::before,.process-track::after { display: none; }
  .mobile-menu { position: fixed; display: flex; inset: 0; z-index: -1; padding: 130px 24px 40px; flex-direction: column; align-items: center; justify-content: center; gap: 25px; background: rgba(5,15,13,.98); opacity: 0; visibility: hidden; transform: translateY(-18px); transition: opacity .35s,transform .35s,visibility .35s; }.mobile-menu a { font-size: 28px; font-weight: 620; letter-spacing: -.04em; }.site-header.menu-open { height: 84px; background: #050f0d; }.site-header.menu-open .mobile-menu { opacity: 1; visibility: visible; transform: none; }.site-header.menu-open .menu-toggle i:first-child { top: 20px; transform: rotate(45deg); }.site-header.menu-open .menu-toggle i:last-child { top: 20px; transform: rotate(-45deg); }
}

@media (max-width: 720px) {
  :root { --shell: calc(100% - 36px); }
  .page-noise { display: none; }.site-header { height: 70px; padding-inline: 18px; }.site-header.scrolled { backdrop-filter: blur(12px); }.brand { font-size: 15px; }.brand-mark { width: 32px; height: 32px; }.header-actions { gap: 8px; }.lang-switch { width: 58px; height: 34px; }.menu-toggle { width: 38px; height: 38px; }.menu-toggle i { left: 10px; }
  .hero { padding: 112px 0 66px; }.hero-grid { background-size: 44px 44px; animation: none; }.hero-content { display: block; min-height: auto; }.hero-copy { text-align: left; }.eyebrow { justify-content: flex-start; margin-bottom: 22px; }.eyebrow em { font-size: 9px; }.hero h1 { font-size: clamp(48px,15vw,65px); line-height: 1.01; }.hero-lead { margin-top: 25px; font-size: 14px; line-height: 1.75; }.hero-buttons { justify-content: flex-start; flex-wrap: wrap; gap: 20px; margin-top: 30px; }.primary-button { height: 54px; padding-left: 19px; }.primary-button b { width: 40px; height: 40px; }.hero-proof { justify-content: flex-start; margin-top: 34px; }.hero-visual { height: 365px; margin: 35px -14px 0; }.product-window { width: 100%; border-radius: 14px; backdrop-filter: none; }.window-bar { height: 36px; }.window-body { grid-template-columns: 38px 1fr; min-height: 286px; }.window-body aside { padding-top: 18px; gap: 11px; }.window-body aside span { width: 23px; height: 23px; font-size: 10px; }.window-body aside span:nth-child(n+4) { display: none; }.command-center { padding: 16px 14px; }.center-head h3 { margin-top: 4px; font-size: 15px; }.center-head > span { padding: 5px 7px; }.metric-row { gap: 7px; margin-top: 14px; }.metric-row article { padding: 10px; }.metric-row b { font-size: 17px; }.metric-row em { right: 8px; bottom: 9px; font-size: 6px; }.chart-card { padding: 10px 10px 2px; margin-top: 7px; }.chart-card svg { height: 73px; }.task-row { gap: 3px; margin-top: 7px; }.task-row > span { gap: 4px; font-size: 6px; }.task-row i { width: 14px; height: 14px; }.orbit { display: none; }.floating-chip { padding: 6px 8px 6px 6px; border-radius: 9px; backdrop-filter: none; }.floating-chip > i { width: 24px; height: 24px; border-radius: 7px; font-size: 8px; }.floating-chip b { font-size: 8px; }.floating-chip small { font-size: 6px; }.chip-a { top: -9px; right: -7px; }.chip-b { bottom: 12px; left: 1px; }.signal-dot { display: none; }.capability-marquee { height: 40px; }.capability-marquee div { gap: 19px; animation-duration: 22s; }.capability-marquee span { font-size: 7px; }
  .section { padding: 82px 0; }.section-heading { display: block; margin-bottom: 40px; }.section-heading h2 { margin-top: 17px; font-size: 41px; }.section-heading p { margin-top: 24px; font-size: 13px; }.service-grid { grid-template-columns: 1fr; }.service-card { min-height: 245px; padding: 23px; }.service-card h3 { margin-top: 51px; font-size: 19px; }.service-card p { max-width: 280px; }
  .showcase-grid { grid-template-columns: 1fr; gap: 75px; }.photo-frame { height: 430px; }.photo-frame img { object-position: 52% center; }.experience-card { right: -5px; bottom: -35px; width: 145px; height: 135px; padding: 18px; }.experience-card strong { font-size: 40px; }.experience-card > span { font-size: 9px; }.showcase-copy h2 { font-size: 38px; }.showcase-copy > p { font-size: 13px; }.stat-list { margin-top: 32px; }.stat-list b { font-size: 23px; }.stat-list small { font-size: 8px; }
  .advantage-grid { grid-template-columns: 1fr; }.advantage-card { min-height: 235px; padding: 23px; }.advantage-card h3 { margin-top: 64px; }
  .process-head { display: block; margin-bottom: 42px; }.process-head h2 { font-size: 40px; }.process-head p { margin-top: 20px; }.process-track { grid-template-columns: 1fr; gap: 0; }.process-step { display: grid; grid-template-columns: 58px 1fr; padding: 0 0 35px; }.process-step > div { grid-row: span 2; width: 35px; height: 100%; }.process-step > div::after { content: ""; position: absolute; top: 35px; left: 17px; height: calc(100% - 35px); width: 1px; background: var(--accent-deep); }.process-step > div i { display: none; }.process-step h3 { margin: 6px 0 7px; }.process-step p { padding-right: 15px; }.process-step:last-child > div::after { display: none; }
  .contact { padding: 95px 0; }.contact h2 { margin-top: 26px; font-size: 56px; }.contact p { margin-top: 28px; font-size: 13px; }.contact-button { height: 62px; margin-top: 35px; padding-left: 19px; font-size: 12px; }.contact-button b { width: 48px; height: 48px; }
  footer { padding-top: 35px; }.footer-main { min-height: 130px; flex-wrap: wrap; }.footer-main p { order: 3; width: 100%; }.footer-bottom { grid-template-columns: 1fr auto; gap: 12px; }.footer-bottom a { grid-row: 2; justify-self: start; }.footer-bottom button { grid-column: 2; grid-row: 1 / 3; }
}

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