:root {
  --ink: #0a0b0d;
  --paper: #f2f0eb;
  --white: #f8f8f6;
  --muted: #96999f;
  --line: rgba(255,255,255,.13);
  --red: #FD5000;
  --cyan: #36d6d0;
  --violet: #9c7cff;
  --amber: #f1b44c;
  --radius-sm: 16px;
  --radius-md: 24px;
  --radius-lg: 32px;
  --radius-pill: 999px;
}

* {
  box-sizing: border-box;
  letter-spacing: normal !important;
}
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 86px;
  display: flex;
  align-items: center;
  gap: 36px;
  padding: 0 7vw;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.brand-lockup, .footer-brand { display: inline-flex; align-items: center; width: fit-content; }
.brand-lockup img, .footer-brand img { display: block; width: 148px; height: auto; }
.site-header nav { margin-left: auto; display: flex; align-items: center; justify-content: flex-end; gap: 30px; }
.site-header nav a { font-size: 16px; font-weight: 600; color: #d2d4d7; transition: color .2s, background .2s, border-color .2s; white-space: nowrap; }
.site-header nav a:hover { color: white; }
.site-header nav .header-home-button {
  min-height: 42px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--red);
  border-radius: var(--radius-pill);
  color: var(--red);
}
.site-header nav .header-home-button:hover { background: var(--red); border-color: var(--red); color: white; }

.hero {
  min-height: 820px;
  height: 100svh;
  max-height: 1040px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  padding: 120px 7vw 78px;
  background:
    radial-gradient(circle at 78% 45%, rgba(40,54,72,.38), transparent 34%),
    linear-gradient(130deg, #08090b 0%, #0e1116 62%, #060708 100%);
  color: var(--white);
}
.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to right, transparent, black 48%, black);
}
.hero-glow {
  position: absolute;
  width: 440px;
  height: 440px;
  right: 7%;
  top: 28%;
  border-radius: 50%;
  background: rgba(253,80,0,.08);
  filter: blur(80px);
}
.hero-copy { position: relative; z-index: 3; max-width: 800px; }
.eyebrow, .section-label {
  margin: 0 0 28px;
  font-size: 13px;
  font-weight: 700;
  color: var(--red);
}
.eyebrow { display: flex; align-items: center; gap: 12px; }
.eyebrow i { width: 28px; height: 1px; background: var(--red); }
.hero h1 {
  margin: 0;
  max-width: 780px;
  font-size: clamp(52px, 5vw, 70px);
  line-height: 1.04;
  font-weight: 700;
}
.hero h1 span {
  display: block;
  width: fit-content;
  color: var(--white);
  font-weight: 700;
}
.hero-lede {
  max-width: 650px;
  margin: 35px 0 14px;
  font-size: clamp(19px, 2vw, 27px);
  line-height: 1.5;
  font-weight: 500;
}
.hero-detail {
  max-width: 650px;
  margin: 0;
  color: #989da4;
  font-size: 16px;
  line-height: 1.85;
}
.hero-actions { display: flex; gap: 12px; margin-top: 34px; }
.button {
  min-height: 52px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid transparent;
  border-radius: var(--radius-pill);
  transition: transform .2s, background .2s, border-color .2s;
}
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--red); color: #fff; }
.button.primary:hover { background: #e64900; }
.button.ghost { border-color: rgba(255,255,255,.23); color: #d1d3d6; }
.button.ghost:hover { border-color: rgba(255,255,255,.6); }

.hero-orbit {
  width: min(42vw, 570px);
  aspect-ratio: 1;
  position: relative;
  z-index: 2;
  justify-self: end;
}
.orbit-ring { position: absolute; inset: 8%; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; }
.ring-two { inset: 24%; border-style: dashed; animation: spin 32s linear infinite reverse; }
.ring-three { inset: 40%; border-color: rgba(253,80,0,.5); box-shadow: 0 0 45px rgba(253,80,0,.08); }
.ring-one::before, .ring-one::after {
  content: "";
  position: absolute;
  left: 50%; top: 50%;
  width: 112%; height: 44%;
  transform: translate(-50%,-50%) rotate(31deg);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
}
.ring-one::after { transform: translate(-50%,-50%) rotate(-31deg); }
.orbit-core {
  position: absolute;
  inset: 42%;
  border-radius: 50%;
  display: grid;
  place-content: center;
  text-align: center;
  background: var(--red);
  box-shadow: 0 0 50px rgba(253,80,0,.3);
}
.orbit-core span { font-size: 13px; font-weight: 700; }
.orbit-core strong { font-size: 13px; margin-left: 0; }
.orbit-node {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 11px 8px 8px;
  border: 1px solid rgba(255,255,255,.15);
  background: rgba(9,11,14,.8);
  backdrop-filter: blur(12px);
  font-size: 13px;
  color: #92969c;
  box-shadow: 0 12px 30px rgba(0,0,0,.25);
  border-radius: var(--radius-sm);
}
.orbit-node small { color:#92969c; font-size:13px; white-space:nowrap; }
.orbit-logo { width:126px; height:44px; display:flex; align-items:center; justify-content:center; padding:0 10px; background:#fff; border-radius:12px; overflow:hidden; }
.orbit-logo img { display:block; width:100%; height:100%; object-fit:contain; object-position:center; }
.node-global { left: 1%; top: 24%; }
.node-asia { right: 0; top: 16%; }
.node-hk { right: 3%; bottom: 18%; }
.node-cn { left: 3%; bottom: 19%; }
.hero-foot {
  position: absolute;
  left: 7vw; right: 7vw; bottom: 28px;
  display: flex;
  align-items: center;
  gap: 16px;
  color: #656a70;
  font-size: 13px;
}
.hero-foot i { width: 3px; height: 3px; background: var(--red); border-radius: 50%; }

.partner-bar {
  background: #fff;
  padding: 34px 0 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid #deddd9;
}
.partner-bar p { margin: 0 7vw 22px; font-size: 13px; color: #8c8f94; }
.partner-list {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #e7e7e3;
  border-bottom: 1px solid #e7e7e3;
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}
.partner-track {
  display: flex;
  width: max-content;
  animation: partner-scroll 42s linear infinite;
  will-change: transform;
}
.partner-list:hover .partner-track { animation-play-state: paused; }
.partner-track span {
  flex: 0 0 210px;
  height: 94px;
  display: grid;
  place-items: center;
  padding: 20px 28px;
  background: #fff;
  border-right: 1px solid #ededeb;
}
.partner-list img { display:block; max-width:100%; max-height:58px; width:auto; height:auto; object-fit:contain; }

@keyframes partner-scroll { to { transform: translateX(-50%); } }

.section { padding: 120px 7vw; }
.section-intro { display: grid; grid-template-columns: 1.35fr .65fr; gap: 7vw; align-items: end; margin-bottom: 64px; }
.section-intro h2, .advantage h2, .contact h2 {
  margin: 0;
  font-size: clamp(40px,5vw,72px);
  line-height: 1.1;
  font-weight: 700;
}
.section-intro > p { max-width: 470px; margin: 0 0 8px; color: #64666b; font-size: 16px; line-height: 1.85; }
.media-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.media-card {
  min-height: 490px;
  position: relative;
  padding: 30px 28px 34px;
  border: 1px solid #d6d4cf;
  border-radius: var(--radius-md);
  background: rgba(255,255,255,.55);
  overflow: hidden;
}
.media-card.red { --card-accent: #d82f27; }
.media-card.cyan { --card-accent: #126b69; }
.media-card.violet { --card-accent: #55408d; }
.media-card.amber { --card-accent: #9b6918; }
.media-card > * { position: relative; z-index: 1; }
.card-top { display:flex; justify-content:space-between; color:#8a8c90; font-size:13px; }
.card-top small { font-size: 13px; }
.media-logo {
  width: 150px;
  max-width: 88%;
  height: 53px;
  display: grid;
  place-items: center;
  margin: 38px auto 22px;
  overflow: hidden;
}
.media-logo img { display: block; width: 150px; max-width: 100%; height: auto; }
.media-card h3 { margin: 0 0 16px; text-align: center; font-size: 19px; line-height: 1.5; font-weight: 500; }
.media-card p { margin: 20px 0 0; color: #73767a; font-size: 16px; line-height: 1.85; }
.card-line { position: absolute; left: 28px; right: 28px; bottom: 28px; height: 2px; background: var(--card-accent); }

.advantage {
  background: #0b0d10;
  color: white;
  padding: 130px 7vw;
}
.advantage-copy { max-width: 900px; }
.section-label.light { color: #777c83; }
.advantage-copy > p:not(.section-label) { max-width: 650px; color: #92969d; font-size: 16px; line-height: 1.9; }
.advantage-copy .advantage-emphasis { margin: 28px 0; color: #f0f0ef!important; font-size: 19px!important; line-height: 1.65!important; }
.text-link { display: inline-flex; gap: 14px; align-items:center; margin-top: 12px; font-size: 13px; padding-bottom: 8px; border-bottom: 1px solid var(--red); }
.text-link span { color: var(--red); font-size: 18px; }
.proof-grid { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 76px; }
.proof-grid article { min-height: 245px; display: grid; grid-template-columns: minmax(260px,.7fr) minmax(270px,.78fr) minmax(360px,1.15fr); gap: 42px; align-items: start; padding: 38px 42px; border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(255,255,255,.025); }
.proof-grid strong { display: block; margin: 0; font-size: clamp(27px,2.8vw,44px); line-height: 1.15; color: var(--red); }
.proof-grid strong.word-metric { padding-top: 4px; font-size: clamp(36px,3.4vw,54px); }
.proof-copy small { display:block; margin-bottom: 20px; color: var(--red); font-size: 13px; font-weight: 700; }
.proof-grid h3 { margin: 0 0 14px; font-size: clamp(18px,1.7vw,26px); line-height: 1.35; }
.proof-grid p { margin: 0; color: #8a8f96; font-size: 13px; line-height: 1.8; }
.proof-grid ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.proof-grid li { display: flex; justify-content: space-between; gap: 24px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 13px; line-height: 1.55; }
.proof-grid li span { color: #747981; }
.proof-grid li b { max-width: 68%; color: #d9dbde; text-align: right; font-weight: 600; }

.cases { background: #e8e6e0; }
.case-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.case-card {
  min-height: 520px;
  position: relative;
  padding: 28px;
  background: #f5f4f0;
  border: 1px solid #d8d6d0;
  border-radius: var(--radius-md);
  transition: transform .25s, box-shadow .25s;
  overflow: hidden;
}
.case-card:hover { transform: translateY(-7px); box-shadow: 0 24px 50px rgba(10,12,14,.09); }
.case-number { font-size: 13px; color: #999; }
.case-logo { width: 200px; height: 70px; display: grid; place-items: center; margin: 34px auto 22px; }
.case-logo img { display: block; max-width: 200px; max-height: 70px; width: auto; height: auto; object-fit: contain; }
.case-card small { display:block; margin: 0 0 12px; text-align:center; color: var(--red); font-size: 13px; }
.case-card h3 { margin: 0 0 24px; text-align:center; font-size: clamp(19px,2vw,27px); font-weight: 500; }
.case-card p { max-width: 390px; color: #74767b; font-size: 16px; line-height: 1.8; }
.case-arrow { position:absolute; right:28px; bottom:26px; display:grid; place-items:center; width:42px; height:42px; border:1px solid #ccc; border-radius:50%; color:var(--red); font-size:18px; }

.contact {
  background: var(--red);
  color: white;
  padding: 110px 7vw;
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(300px,430px);
  gap: 8vw;
  align-items: end;
}
.contact .section-label { color: rgba(255,255,255,.55); }
.contact-copy > p:not(.section-label) { max-width: 520px; color: rgba(255,255,255,.75); font-size: 16px; line-height: 1.8; }
.contact-email { display:inline-flex; gap:14px; align-items:center; margin-top:32px; font-weight:700; border-bottom:1px solid rgba(255,255,255,.5); padding-bottom:8px; }
.contact-action { padding: 32px; border: 1px solid rgba(255,255,255,.35); border-radius: var(--radius-lg); background: rgba(255,255,255,.09); }
.contact-action p { margin: 0 0 26px; color: rgba(255,255,255,.82); font-size: 16px; line-height: 1.8; }
.contact-cta {
  min-height: 58px;
  width: 100%;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: var(--radius-pill);
  background: #0c0d10;
  color: white;
  font-size: 16px;
  font-weight: 700;
  transition: transform .2s, background .2s;
}
.contact-cta:hover { background: #24262b; transform: translateY(-2px); }

footer {
  min-height: 120px;
  padding: 34px 7vw;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  background: #090a0c;
  color: #777b80;
  font-size: 13px;
}
footer p:nth-child(2) { text-align:center; }
footer p:last-child { text-align:right; }

@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 1050px) {
  .site-header nav { gap: 20px; }
  .site-header nav a:not(.nav-contact):not(.header-home-button) { display:none; }
  .hero { grid-template-columns: 1fr; height:auto; max-height:none; min-height:900px; padding-top: 160px; }
  .hero-copy { z-index:4; }
  .hero-orbit { position:absolute; width:520px; right:-150px; top:240px; opacity:.55; }
  .hero-detail { max-width:620px; }
  .media-grid { grid-template-columns:1fr 1fr; }
  .advantage, .contact { grid-template-columns:1fr; }
  .proof-grid { margin-top:20px; }
  .proof-grid article { grid-template-columns: minmax(220px,.7fr) 1fr; }
  .proof-grid ul { grid-column: 2; }
  .case-grid { grid-template-columns:1fr; }
  .case-card { min-height:360px; }
}

@media (max-width: 680px) {
  .site-header { height:72px; padding:0 22px; }
  .site-header nav { gap: 10px; }
  .site-header nav .nav-contact { display: none; }
  .site-header nav .header-home-button { min-height: 38px; padding: 0 14px; font-size: 14px; }
  .hero { min-height:880px; padding:128px 22px 75px; align-items:start; }
  .hero h1 { font-size:51px; line-height:1.08; }
  .hero-lede { margin-top:30px; font-size:18px; }
  .hero-detail { font-size:13px; }
  .hero-actions { flex-direction:column; align-items:stretch; }
  .hero-orbit { width:390px; top:515px; right:-125px; }
  .orbit-node small { display:none; }
  .hero-foot { left:22px; right:22px; gap:8px; flex-wrap:wrap; }
  .hero-foot span { font-size:13px; }
  .partner-bar { padding:28px 0 34px; }
  .partner-bar p { margin-left:22px; margin-right:22px; }
  .partner-track { animation-duration:34s; }
  .partner-track span { flex-basis:170px; height:84px; padding:18px 22px; }
  .partner-list img { max-height:50px; }
  .section, .advantage, .contact { padding:82px 22px; }
  .section-intro { grid-template-columns:1fr; gap:28px; margin-bottom:44px; }
  .section-intro h2, .advantage h2, .contact h2 { font-size:41px; }
  .media-grid { grid-template-columns:1fr; }
  .media-card { min-height:470px; }
  .media-logo { margin-top:30px; }
  .media-card h3 { white-space: normal; }
  .proof-grid { grid-template-columns:1fr; margin-top:48px; }
  .proof-grid article { min-height:0; grid-template-columns:1fr; gap:24px; padding:30px 24px; }
  .proof-grid ul { grid-column:auto; }
  .proof-grid strong { margin-bottom:28px; }
  .case-card { min-height:500px; }
  .contact-action { padding: 26px 22px; }
  footer { grid-template-columns:1fr; gap:18px; text-align:left; }
  footer p:nth-child(2), footer p:last-child { text-align:left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  .ring-two { animation:none; }
  .partner-track { animation:none; }
  * { transition-duration:.01ms!important; }
}
