/* manrope-cyrillic-ext-wght-normal */
@font-face {
  font-family: 'Manrope Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url(../../static/fonts/manrope-cyrillic-ext-wght-normal.b554147c.woff2) format('woff2-variations');
  unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}

/* manrope-cyrillic-wght-normal */
@font-face {
  font-family: 'Manrope Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url(../../static/fonts/manrope-cyrillic-wght-normal.26b5a940.woff2) format('woff2-variations');
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}

/* manrope-greek-wght-normal */
@font-face {
  font-family: 'Manrope Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url(../../static/fonts/manrope-greek-wght-normal.539fb847.woff2) format('woff2-variations');
  unicode-range: U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF;
}

/* manrope-vietnamese-wght-normal */
@font-face {
  font-family: 'Manrope Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url(../../static/fonts/manrope-vietnamese-wght-normal.4b711f5b.woff2) format('woff2-variations');
  unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
}

/* manrope-latin-ext-wght-normal */
@font-face {
  font-family: 'Manrope Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url(../../static/fonts/manrope-latin-ext-wght-normal.e46c8aa4.woff2) format('woff2-variations');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* manrope-latin-wght-normal */
@font-face {
  font-family: 'Manrope Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url(../../static/fonts/manrope-latin-wght-normal.c5d858e9.woff2) format('woff2-variations');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
:root {
  --ink: #07151f;
  --muted: #52646b;
  --deep: #020617;
  --navy: #071827;
  --navy-2: #0a192f;
  --cyan: #00f0ff;
  --cyan-dark: #007e87;
  --paper: #f3fbfb;
  --white: #fff;
  --line: #cddcde;
  --container: 1240px;
  --gutter: clamp(20px, 4vw, 48px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Noto Sans SC", system-ui, sans-serif; font-size: 16px; line-height: 1.75; -webkit-font-smoothing: antialiased; }
button, input, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(var(--container), calc(100% - var(--gutter) * 2)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; transform: translateY(-140%); background: var(--cyan); color: var(--deep); padding: 8px 12px; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(2,6,23,.8); backdrop-filter: blur(16px); }
.nav-shell { width: min(var(--container), calc(100% - var(--gutter) * 2)); height: 72px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; color: var(--white); white-space: nowrap; }
.brand-logo { display: block; width: 160px; height: auto; object-fit: contain; }
.desktop-nav { display: flex; gap: 34px; margin-left: auto; }
.desktop-nav a { position: relative; color: rgba(255,255,255,.68); font-size: 14px; transition: color .2s ease; }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--white); }
.desktop-nav a.active::after { content: ""; position: absolute; height: 2px; inset: auto 0 -25px; background: var(--cyan); }
.nav-cta { border: 1px solid var(--cyan); color: var(--deep); background: var(--cyan); min-height: 40px; padding: 0 20px; font-weight: 700; cursor: pointer; }
.menu-button, .mobile-nav { display: none; }

.section-dark { color: var(--white); background: var(--deep); }
.section-light { background: var(--paper); }
.hero { position: relative; min-height: 820px; padding: 148px 0 62px; overflow: hidden; background-image: linear-gradient(rgba(0,240,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(0,240,255,.035) 1px, transparent 1px); background-size: 64px 64px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(500px, 1.05fr); align-items: center; gap: clamp(44px, 6vw, 92px); }
.eyebrow, .kicker { color: var(--cyan-dark); font-family: Manrope, "Noto Sans SC", sans-serif; font-size: 12px; line-height: 1.4; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.section-dark .eyebrow, .feature-dark .kicker, .section-dark .kicker { color: var(--cyan); }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
.hero h1 { max-width: 660px; margin: 26px 0 28px; font-size: clamp(48px, 5.1vw, 76px); line-height: 1.18; font-weight: 600; }
.hero-lede { max-width: 635px; color: rgba(255,255,255,.68); font-size: 17px; line-height: 1.9; }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 18px; border: 1px solid transparent; padding: 0 22px; border-radius: 2px; font-size: 14px; font-weight: 700; cursor: pointer; transition: transform .2s ease, background-color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--cyan); color: var(--deep); }
.button.secondary { border-color: rgba(255,255,255,.28); color: var(--white); background: transparent; }
.button.secondary:hover { border-color: var(--cyan); }
.hero-visual { position: relative; height: min(540px, 57vw); max-height: 540px; margin: 0; overflow: hidden; background: #0e1e29; }
.hero-visual::after, .feature-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,6,23,.33), transparent 42%); pointer-events: none; }
.hero-visual figcaption { position: absolute; z-index: 2; display: flex; justify-content: space-between; align-items: center; inset: auto 22px 18px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.28); color: rgba(255,255,255,.74); font-size: 11px; }
.hero-visual figcaption b { color: var(--cyan); }
.focus { position: absolute; z-index: 2; width: 12px; height: 12px; border: 1px solid rgba(0,240,255,.55); }
.focus::after { content: ""; width: 3px; height: 3px; position: absolute; inset: 4px; background: var(--cyan); }
.focus-a { top: 29%; right: 28%; }.focus-b { top: 61%; right: 44%; }
.hero-index { display: flex; align-items: center; gap: 14px; margin-top: 44px; color: rgba(255,255,255,.38); font: 600 10px Manrope, sans-serif; letter-spacing: .18em; }
.hero-index i { width: 76px; height: 1px; background: rgba(255,255,255,.2); }

.changes { padding: 116px 0 124px; }
.section-intro { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 58px; }
.section-intro h2 { margin: 0; max-width: 780px; font-size: clamp(34px, 4vw, 54px); line-height: 1.25; font-weight: 600; }
.change-grid { border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); }
.change-item { min-height: 310px; padding: 26px 34px 0 0; border-right: 1px solid var(--line); }
.change-item + .change-item { padding-left: 34px; }
.change-item:last-child { border-right: 0; padding-right: 0; }
.change-item > span { display: flex; align-items: center; gap: 14px; color: var(--cyan-dark); font: 700 44px/1 Manrope, sans-serif; }
.change-item > span::after { content: ""; width: 36px; height: 2px; background: currentColor; opacity: .45; }
.change-item h3 { margin: 38px 0 18px; max-width: 330px; font-size: 22px; line-height: 1.55; }
.change-item p { color: var(--muted); font-size: 15px; }

.feature { padding: 128px 0; }
.feature-light { background: #fff; }
.feature-mist { background: #eaf3f3; }
.feature-dark { background: var(--navy-2); color: var(--white); }
.feature-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); align-items: center; gap: clamp(56px, 8vw, 124px); }
.feature-reverse .feature-image { order: 2; }.feature-reverse .feature-copy { order: 1; }
.feature-image { position: relative; aspect-ratio: 4 / 3; margin: 0; overflow: hidden; background: #cad8d8; }
.feature-image img { filter: saturate(.72) contrast(1.03); transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.feature-image:hover img { transform: scale(1.025); }
.feature-image::after { background: linear-gradient(180deg, transparent 55%, rgba(2,6,23,.48)); }
.image-code { position: absolute; z-index: 2; left: 20px; bottom: 16px; color: var(--white); font: 600 11px Manrope, sans-serif; letter-spacing: .12em; }
.feature-copy h2 { margin: 22px 0 26px; font-size: clamp(34px, 3.5vw, 50px); line-height: 1.32; font-weight: 600; }
.feature-copy > p:not(.kicker) { color: var(--muted); font-size: 16px; line-height: 1.95; }
.feature-dark .feature-copy > p:not(.kicker) { color: rgba(255,255,255,.66); }
.check-list { list-style: none; padding: 0; margin: 32px 0 0; border-top: 1px solid var(--line); }
.feature-dark .check-list { border-color: rgba(255,255,255,.16); }
.check-list li { position: relative; padding: 14px 0 14px 28px; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 600; }
.feature-dark .check-list li { border-color: rgba(255,255,255,.16); }
.check-list li::before { content: ""; position: absolute; left: 2px; top: 23px; width: 11px; height: 5px; border: solid var(--cyan-dark); border-width: 0 0 2px 2px; transform: rotate(-45deg); }
.feature-dark .check-list li::before { border-color: var(--cyan); }

.journey { padding: 116px 0 122px; background: #dfe9e9; }
.journey-head { display: block; }
.journey-head h2 { max-width: 920px; margin: 0; font-size: clamp(36px, 4vw, 52px); line-height: 1.32; font-weight: 600; }
.timeline { position: relative; display: grid; grid-template-columns: repeat(6, 1fr); list-style: none; padding: 0; margin: 64px 0 0; border-top: 1px solid #8ba0a4; }
.timeline::before { content: ""; position: absolute; top: -1px; left: 0; width: 24%; height: 2px; background: var(--cyan-dark); }
.timeline li { min-width: 0; min-height: 290px; padding: 24px 24px 0 0; border-right: 1px solid rgba(87,109,113,.25); }
.timeline li + li { padding-left: 24px; }
.timeline li:last-child { border-right: 0; }
.step { display: inline-flex; width: 34px; height: 34px; align-items: center; justify-content: center; background: var(--navy-2); color: var(--cyan); font: 700 11px Manrope, sans-serif; }
.timeline h3 { margin: 42px 0 14px; font-size: 17px; }
.timeline p { color: var(--muted); font-size: 13px; line-height: 1.8; }

.mid-cta { padding: 86px 0; background: #091522; border-bottom: 1px solid rgba(255,255,255,.1); }
.mid-cta-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 56px; }
.mid-cta h2 { max-width: 760px; margin: 16px 0 18px; font-size: clamp(31px, 3.5vw, 47px); line-height: 1.35; }
.mid-cta p:not(.kicker) { max-width: 720px; color: rgba(255,255,255,.65); }
.mid-cta .button-row { flex-direction: column; min-width: 236px; margin: 0; }

.value-section { padding: 118px 0 128px; }
.value-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 86px; }
.value-list h3, .metric-label { font-size: 14px; color: var(--muted); font-weight: 600; }
.value-list ol { list-style: none; padding: 0; margin: 32px 0 0; border-top: 1px solid var(--line); }
.value-list li { display: flex; gap: 24px; align-items: center; min-height: 72px; border-bottom: 1px solid var(--line); font-weight: 600; }
.value-list li span { color: var(--cyan-dark); font: 600 11px Manrope, sans-serif; }
.metric-panel { padding: 38px 42px; background: #fff; border-left: 3px solid var(--cyan-dark); }
.metric-panel > div + div { margin-top: 38px; padding-top: 34px; border-top: 1px solid var(--line); }
.metric-tags { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; padding: 0; margin: 18px 0 0; }
.metric-tags li { border: 1px solid #9eb5b8; padding: 9px 13px; color: #20373c; font-size: 13px; }
.metric-tags.secondary-tags li { background: var(--navy-2); border-color: var(--navy-2); color: var(--white); }

.final-cta { position: relative; padding: 130px 0 110px; overflow: hidden; background-image: linear-gradient(rgba(0,240,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(0,240,255,.025) 1px, transparent 1px); background-size: 80px 80px; }
.final-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(64px, 9vw, 130px); align-items: start; }
.final-copy { padding-top: 26px; }
.final-copy h2 { max-width: 590px; margin: 24px 0 26px; font-size: clamp(42px, 5vw, 66px); line-height: 1.25; font-weight: 600; }
.final-copy > p:not(.kicker) { max-width: 590px; color: rgba(255,255,255,.65); font-size: 17px; }
.text-link { display: inline-flex; gap: 18px; margin-top: 34px; color: var(--cyan); font-size: 14px; font-weight: 700; }
.contact-form { padding: 38px; background: #fff; color: var(--ink); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: block; margin-bottom: 20px; color: #43555a; font-size: 12px; font-weight: 600; }
.contact-form input, .contact-form textarea { width: 100%; margin-top: 8px; border: 1px solid #becdd0; border-radius: 0; background: #f8fbfb; color: var(--ink); padding: 13px 14px; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.contact-form textarea { resize: vertical; min-height: 112px; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--cyan-dark); box-shadow: 0 0 0 3px rgba(0,126,135,.1); }
.industry-pill { display: flex; justify-content: space-between; align-items: center; margin: 2px 0 22px; padding: 10px 12px; background: #e8f3f3; color: #62767b; font-size: 12px; }
.industry-pill b { color: var(--cyan-dark); }
.submit-button { width: 100%; }
.submit-button:disabled { cursor: wait; opacity: .7; }
.form-status { min-height: 24px; margin: 12px 0 -12px; color: var(--cyan-dark); font-size: 13px; text-align: center; }

.site-footer { background: #01040e; color: rgba(255,255,255,.5); }
.footer-inner { min-height: 142px; display: grid; grid-template-columns: auto 1fr auto; gap: 52px; align-items: center; }
.footer-inner p { margin: 0; font-size: 13px; }
.footer-links { display: flex; gap: 28px; color: rgba(255,255,255,.7); font-size: 13px; }
.copyright { min-height: 68px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,.08); font-size: 11px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .menu-button { display: grid; gap: 6px; width: 42px; height: 42px; place-content: center; border: 1px solid rgba(255,255,255,.2); background: transparent; }
  .menu-button span { width: 18px; height: 1px; background: var(--white); }
  .mobile-nav { position: absolute; inset: 72px 0 auto; padding: 16px var(--gutter) 24px; background: rgba(2,6,23,.98); border-bottom: 1px solid rgba(255,255,255,.1); }
  .mobile-nav.open { display: grid; }
  .mobile-nav a { padding: 12px 0; color: rgba(255,255,255,.75); border-bottom: 1px solid rgba(255,255,255,.08); }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-visual { height: min(600px, 66vw); }
  .feature-grid { gap: 56px; }
  .timeline { grid-template-columns: repeat(3, 1fr); border-top: 0; }
  .timeline li { min-height: 250px; border-top: 1px solid #8ba0a4; }
  .mid-cta-inner { grid-template-columns: 1fr; }
  .mid-cta .button-row { flex-direction: row; }
  .value-layout, .final-grid { gap: 52px; }
}

@media (max-width: 760px) {
  :root { --gutter: 20px; }
  body { font-size: 15px; }
  .nav-shell { height: 64px; }
  .brand-logo { width: 132px; }
  .nav-cta { display: none; }
  .mobile-nav { top: 64px; }
  .hero { padding: 118px 0 44px; }
  .hero h1 { font-size: 43px; }
  .hero h1 br { display: none; }
  .hero-lede { font-size: 15px; }
  .hero-visual { height: 78vw; min-height: 340px; }
  .button-row, .mid-cta .button-row { display: grid; grid-template-columns: 1fr; width: 100%; }
  .button { width: 100%; }
  .hero-index { margin-top: 28px; }
  .changes, .feature, .journey, .value-section { padding: 82px 0; }
  .section-intro { display: block; margin-bottom: 40px; }
  .change-grid { grid-template-columns: 1fr; }
  .change-item, .change-item + .change-item { min-height: 0; padding: 24px 0 32px; border-right: 0; border-bottom: 1px solid var(--line); }
  .change-item > span { font-size: 36px; }
  .change-item h3 { margin: 26px 0 12px; }
  .feature-grid { grid-template-columns: 1fr; gap: 38px; }
  .feature-reverse .feature-image, .feature-reverse .feature-copy { order: initial; }
  .feature-copy h2 { font-size: 34px; }
  .journey-head h2 { font-size: 35px; }
  .timeline { grid-template-columns: 1fr; margin-top: 48px; }
  .timeline li, .timeline li + li { min-height: 0; padding: 22px 0 30px 58px; border-right: 0; }
  .timeline li { position: relative; }
  .timeline .step { position: absolute; left: 0; top: 22px; }
  .timeline h3 { margin: 4px 0 10px; }
  .mid-cta { padding: 72px 0; }
  .value-layout { grid-template-columns: 1fr; gap: 44px; }
  .metric-panel { padding: 28px 22px; }
  .final-cta { padding: 88px 0 76px; }
  .final-grid { grid-template-columns: 1fr; }
  .final-copy h2 { font-size: 42px; }
  .contact-form { padding: 26px 20px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-inner { grid-template-columns: 1fr; gap: 18px; padding-block: 42px; }
  .footer-links { flex-wrap: wrap; }
  .copyright { align-items: flex-start; flex-direction: column; justify-content: center; gap: 4px; }
}

@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; }
}

@font-face {
  font-family: "Noto Sans SC";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(../../static/fonts/noto-sans-sc-chinese-simplified-400-normal.aaa0d4a4.woff2) format("woff2");
}

@font-face {
  font-family: "Noto Sans SC";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(../../static/fonts/noto-sans-sc-chinese-simplified-500-normal.922a3ce0.woff2) format("woff2");
}

@font-face {
  font-family: "Noto Sans SC";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url(../../static/fonts/noto-sans-sc-chinese-simplified-600-normal.41438590.woff2) format("woff2");
}

@font-face {
  font-family: "Noto Sans SC";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(../../static/fonts/noto-sans-sc-chinese-simplified-700-normal.cd9733ce.woff2) format("woff2");
}

