:root {
  color-scheme: dark;
  --bg: #020817;
  --bg-soft: #071426;
  --panel: rgba(9, 25, 46, 0.78);
  --panel-solid: #09192e;
  --line: rgba(137, 193, 255, 0.17);
  --text: #f6f9ff;
  --muted: #9dafc8;
  --blue: #258cff;
  --cyan: #21dcff;
  --green: #38ec78;
  --radius: 28px;
  --shadow: 0 26px 90px rgba(0, 0, 0, 0.42);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
body::before {
  position: fixed;
  z-index: -3;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 80% 5%, rgba(37, 140, 255, 0.16), transparent 28%),
    radial-gradient(circle at 15% 42%, rgba(56, 236, 120, 0.09), transparent 24%),
    linear-gradient(180deg, #020817 0%, #030c1c 52%, #020817 100%);
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, select { color: inherit; font: inherit; }
button, a, select { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; transform: translateY(-150%); background: #fff; color: #020817; padding: 10px 14px; border-radius: 10px; }
.skip-link:focus { transform: none; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.eyebrow { margin: 0 0 14px; color: var(--green); font-size: 0.74rem; font-weight: 850; letter-spacing: 0.16em; text-transform: uppercase; }
.muted { color: var(--muted); }
.section { position: relative; padding: 110px 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 36px; margin-bottom: 42px; }
.section-head > div { max-width: 680px; }
.section h2, .page-hero h1 { margin: 0; font-size: clamp(2.2rem, 5vw, 4.6rem); line-height: 1.02; letter-spacing: -0.045em; }
.section-head p:last-child { max-width: 520px; margin: 0; }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; border-bottom: 1px solid transparent; transition: background 180ms ease, border-color 180ms ease, backdrop-filter 180ms ease; }
.site-header.scrolled { border-color: var(--line); background: rgba(2, 8, 23, 0.82); backdrop-filter: blur(18px); }
.nav { min-height: 82px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; font-weight: 900; font-size: 1.18rem; letter-spacing: 0.2em; }
.brand img { width: 46px; height: 38px; object-fit: contain; filter: drop-shadow(0 0 15px rgba(33, 220, 255, 0.38)); }
.nav-links { display: flex; align-items: center; justify-content: center; gap: clamp(16px, 2.6vw, 34px); margin-left: auto; font-size: 0.88rem; font-weight: 700; color: #cad7e8; }
.nav-links a { position: relative; padding: 29px 0; }
.nav-links a::after { position: absolute; inset: auto 0 20px; height: 2px; content: ""; transform: scaleX(0); background: linear-gradient(90deg, var(--cyan), var(--green)); transition: transform 180ms ease; }
.nav-links a:hover::after, .nav-links a[aria-current="page"]::after { transform: scaleX(1); }
.language-select { min-height: 42px; max-width: 174px; border: 1px solid var(--line); border-radius: 999px; background: rgba(10, 27, 49, 0.86); padding: 0 34px 0 14px; cursor: pointer; }
.nav-toggle { display: none; margin-left: auto; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: var(--panel); cursor: pointer; }
.nav-toggle span, .nav-toggle::before, .nav-toggle::after { display: block; width: 18px; height: 2px; margin: 4px auto; content: ""; background: currentColor; transition: transform 180ms ease, opacity 180ms ease; }
.nav-toggle[aria-expanded="true"] span { opacity: 0; }
.nav-toggle[aria-expanded="true"]::before { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"]::after { transform: translateY(-6px) rotate(-45deg); }

.hero { position: relative; min-height: 820px; display: grid; align-items: center; overflow: hidden; padding: 130px 0 70px; }
.aurora { position: absolute; z-index: -1; width: 560px; height: 560px; border-radius: 50%; filter: blur(80px); opacity: 0.18; animation: drift 16s ease-in-out infinite alternate; }
.aurora.one { top: -180px; left: -190px; background: var(--blue); }
.aurora.two { right: -160px; bottom: -260px; background: var(--green); animation-delay: -6s; }
.energy-line { position: absolute; z-index: -1; width: 70vw; height: 1px; opacity: 0.42; background: linear-gradient(90deg, transparent, var(--cyan), var(--green), transparent); transform: rotate(-18deg); animation: breathe 7s ease-in-out infinite; }
.energy-line.a { top: 24%; right: -18%; }
.energy-line.b { bottom: 22%; left: -24%; animation-delay: -3s; }
.leaf-particle { position: absolute; z-index: -1; width: 10px; height: 18px; border: 1px solid rgba(56, 236, 120, 0.35); border-radius: 100% 0 100% 0; animation: leaf 12s ease-in-out infinite; }
.leaf-particle.p1 { top: 28%; left: 5%; }
.leaf-particle.p2 { top: 72%; left: 42%; animation-delay: -5s; }
.leaf-particle.p3 { top: 16%; right: 6%; animation-delay: -8s; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr); align-items: center; gap: clamp(40px, 8vw, 110px); }
.hero-copy { max-width: 660px; }
.hero h1 { margin: 0; font-size: clamp(3.3rem, 7.2vw, 7.4rem); line-height: 0.92; letter-spacing: -0.065em; }
.hero h1 span { display: block; background: linear-gradient(95deg, #fff 20%, #bceaff 52%, #87ffa8 96%); -webkit-background-clip: text; color: transparent; }
.hero-lede { max-width: 590px; margin: 28px 0 0; color: #b8c8dc; font-size: clamp(1rem, 2vw, 1.25rem); }
.hero-lede span { display: block; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 999px; padding: 0 24px; font-weight: 850; cursor: pointer; transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: linear-gradient(95deg, var(--blue), var(--cyan) 50%, var(--green)); color: #00111c; box-shadow: 0 12px 40px rgba(33, 220, 255, 0.18); }
.button.secondary { border-color: var(--line); background: rgba(7, 20, 38, 0.58); color: #eef7ff; }
.button.secondary:hover { border-color: rgba(33, 220, 255, 0.5); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 34px 0 0; padding: 0; list-style: none; color: #a9bad0; font-size: 0.84rem; }
.hero-proof li::before { margin-right: 8px; color: var(--green); content: "✓"; }

.phone-stage { position: relative; min-height: 650px; display: grid; place-items: center; perspective: 1400px; }
.phone-glow { position: absolute; width: min(92%, 460px); aspect-ratio: 1; border-radius: 50%; background: conic-gradient(from 30deg, var(--blue), var(--cyan), var(--green), var(--blue)); filter: blur(72px); opacity: 0.18; animation: breathe 6s ease-in-out infinite; }
.phone-float { position: relative; animation: phoneFloat 6s ease-in-out infinite; }
.phone { position: relative; width: 316px; height: 642px; transform-style: preserve-3d; transition: transform 260ms cubic-bezier(.2,.8,.2,1); }
.phone.is-spinning { animation: phoneSpin 1.45s cubic-bezier(.2,.7,.2,1); }
.phone-face { position: absolute; inset: 0; backface-visibility: hidden; border: 1px solid rgba(184, 224, 255, 0.34); border-radius: 54px; background: #020611; box-shadow: var(--shadow), inset 0 0 0 7px #111b2a, inset 0 0 0 9px #26364c; }
.phone-face.front { padding: 12px; }
.phone-face.back { transform: rotateY(180deg); display: grid; place-items: center; background: linear-gradient(145deg, #101d2f, #030916); }
.phone-face.back img { width: 120px; filter: drop-shadow(0 0 22px rgba(33,220,255,.48)); }
.phone-camera { position: absolute; z-index: 5; top: 22px; left: 50%; width: 90px; height: 22px; transform: translateX(-50%); border-radius: 999px; background: #020611; box-shadow: 0 1px 0 rgba(255,255,255,.12); pointer-events: none; }
.phone-screen { position: relative; width: 100%; height: 100%; overflow: hidden; border-radius: 43px; background: #010a18; isolation: isolate; }
.app-screen { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: translateX(9%); transition: opacity 320ms ease, transform 420ms cubic-bezier(.2,.8,.2,1); }
.app-screen.active { opacity: 1; transform: none; }
.app-control { position: absolute; z-index: 4; border: 0; cursor: pointer; }
.app-next { right: 18px; bottom: 19px; left: 18px; min-height: 52px; border-radius: 16px; background: #32ce62; color: #fff; font-weight: 900; box-shadow: 0 10px 24px rgba(28, 215, 101, 0.2); }
.phone-screen[data-step="0"] .app-next { bottom: 76px; }
.app-back { top: 26px; left: 17px; width: 48px; height: 48px; border-radius: 50%; background: rgba(3, 14, 31, 0.86); color: #fff; font-size: 1.7rem; }
.app-step { position: absolute; z-index: 4; right: 20px; bottom: 82px; color: rgba(255,255,255,.72); font-size: .68rem; font-weight: 800; }
.spin-phone { position: absolute; z-index: 7; right: 5px; bottom: 28px; width: 42px; height: 42px; border: 1px solid rgba(33,220,255,.4); border-radius: 50%; background: rgba(3, 14, 31, 0.82); color: var(--cyan); cursor: pointer; box-shadow: 0 0 24px rgba(33,220,255,.12); }
.phone-caption { position: absolute; right: 4px; bottom: -14px; padding: 7px 12px; border: 1px solid var(--line); border-radius: 999px; background: rgba(3, 14, 31, 0.85); color: var(--muted); font-size: 0.7rem; }

.service-layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr); gap: 26px; align-items: stretch; }
.service-visual { position: relative; min-height: 520px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel-solid); box-shadow: var(--shadow); }
.service-visual img { width: 100%; height: 100%; object-fit: cover; transition: opacity 260ms ease, transform 620ms cubic-bezier(.2,.8,.2,1); }
.service-visual.changing img { opacity: .2; transform: scale(1.04); }
.service-overlay { position: absolute; inset: auto 0 0; padding: 80px 34px 32px; background: linear-gradient(transparent, rgba(2,8,23,.97) 64%); }
.service-overlay h3 { margin: 0; font-size: clamp(2rem, 4vw, 3.4rem); letter-spacing: -.04em; }
.service-overlay p { max-width: 500px; margin: 10px 0 0; color: #bac9dc; }
.service-panel { display: flex; flex-direction: column; min-width: 0; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); padding: 26px; }
.service-scroll { display: grid; grid-auto-flow: column; grid-auto-columns: 132px; gap: 10px; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: thin; padding: 2px 2px 16px; scroll-snap-type: inline mandatory; }
.service-tab { scroll-snap-align: start; min-height: 138px; display: flex; flex-direction: column; align-items: flex-start; gap: 12px; border: 1px solid var(--line); border-radius: 20px; background: rgba(7,20,38,.8); padding: 12px; color: #c5d2e4; cursor: pointer; text-align: left; transition: border-color 180ms ease, background 180ms ease, transform 180ms ease; }
.service-tab:hover { transform: translateY(-2px); border-color: rgba(33,220,255,.42); }
.service-tab[aria-selected="true"] { border-color: var(--green); background: rgba(56,236,120,.1); color: #fff; box-shadow: 0 0 28px rgba(56,236,120,.08); }
.service-tab img { width: 54px; height: 54px; border-radius: 15px; object-fit: cover; }
.service-tab span { font-size: .84rem; font-weight: 800; line-height: 1.15; }
.service-panel .button { align-self: flex-start; margin-top: auto; }
.service-note { margin: 18px 0 28px; color: var(--muted); }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; counter-reset: steps; }
.step-card, .value-card { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(145deg, rgba(10,27,49,.88), rgba(4,14,29,.78)); padding: 28px; }
.step-card { min-height: 260px; counter-increment: steps; }
.step-card::before { content: "0" counter(steps); display: block; margin-bottom: 48px; color: var(--cyan); font-size: .82rem; font-weight: 900; letter-spacing: .15em; }
.step-card::after { position: absolute; right: -42px; bottom: -56px; width: 140px; height: 140px; border: 1px solid rgba(33,220,255,.2); border-radius: 50%; content: ""; box-shadow: 0 0 60px rgba(33,220,255,.08); }
.step-icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 16px; background: rgba(37,140,255,.12); color: var(--green); font-size: 1.3rem; }
.step-card h3 { margin: 18px 0 8px; font-size: 1.28rem; }
.step-card p { margin: 0; color: var(--muted); }

.values { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.value-card { min-height: 230px; }
.value-card strong { display: block; margin: 28px 0 8px; font-size: 1.35rem; }
.value-card p { margin: 0; color: var(--muted); }
.value-orb { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(145deg, rgba(37,140,255,.24), rgba(56,236,120,.15)); color: var(--cyan); font-size: 1.35rem; box-shadow: inset 0 0 0 1px rgba(33,220,255,.2), 0 0 32px rgba(33,220,255,.1); }
.fee-note { margin: 24px 0 0; color: var(--muted); font-size: .82rem; }

.malaysia { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 70px; border: 1px solid var(--line); border-radius: 38px; background: linear-gradient(135deg, rgba(37,140,255,.1), rgba(56,236,120,.07)); padding: clamp(34px, 6vw, 72px); }
.malaysia-mark { position: relative; min-height: 320px; display: grid; place-items: center; }
.malaysia-mark::before, .malaysia-mark::after { position: absolute; border-radius: 50%; content: ""; }
.malaysia-mark::before { width: 270px; height: 270px; border: 1px solid rgba(33,220,255,.24); box-shadow: 0 0 90px rgba(33,220,255,.12); }
.malaysia-mark::after { width: 200px; height: 200px; border: 1px dashed rgba(56,236,120,.34); animation: orbit 18s linear infinite; }
.malaysia-mark img { position: relative; z-index: 2; width: 210px; filter: drop-shadow(0 0 35px rgba(33,220,255,.28)); }
.malaysia-copy h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 4.5rem); line-height: 1; letter-spacing: -.05em; }
.malaysia-copy p:not(.eyebrow) { max-width: 560px; color: #b8c8dc; }

.cta-panel { position: relative; overflow: hidden; border: 1px solid rgba(33,220,255,.22); border-radius: 38px; background: linear-gradient(135deg, rgba(37,140,255,.18), rgba(5,17,34,.9) 48%, rgba(56,236,120,.12)); padding: clamp(42px, 7vw, 84px); text-align: center; }
.cta-panel h2 { max-width: 760px; margin: 0 auto; }
.cta-panel p { max-width: 590px; margin: 20px auto 0; color: #b8c8dc; }
.cta-panel .actions { justify-content: center; }

.site-footer { border-top: 1px solid var(--line); padding: 58px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 38px; }
.footer-brand p { max-width: 330px; color: var(--muted); }
.footer-column h2 { margin: 0 0 16px; font-size: .78rem; color: #eaf3ff; letter-spacing: .13em; text-transform: uppercase; }
.footer-column a { display: block; width: fit-content; margin: 9px 0; color: var(--muted); }
.footer-column a:hover { color: var(--cyan); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 22px; border-top: 1px solid var(--line); color: #7588a3; font-size: .78rem; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity 700ms ease, transform 700ms cubic-bezier(.2,.8,.2,1); }
.reveal.visible { opacity: 1; transform: none; }
.dialog { width: min(620px, calc(100% - 32px)); border: 1px solid rgba(33,220,255,.3); border-radius: 28px; background: #071426; color: var(--text); padding: 0; box-shadow: 0 30px 120px #000; }
.dialog::backdrop { background: rgba(1,5,14,.82); backdrop-filter: blur(10px); }
.dialog-inner { padding: 34px; }
.dialog-close { float: right; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
.dialog h2 { margin: 26px 0 10px; font-size: clamp(2rem, 6vw, 3.3rem); line-height: 1; }
.dialog p { color: var(--muted); }

.page-main { min-height: 72vh; }
.page-hero { position: relative; overflow: hidden; padding: 180px 0 90px; border-bottom: 1px solid var(--line); }
.page-hero::after { position: absolute; z-index: -1; top: -220px; right: -120px; width: 540px; height: 540px; border-radius: 50%; background: var(--blue); filter: blur(110px); opacity: .12; content: ""; }
.page-hero p:not(.eyebrow) { max-width: 700px; margin: 22px 0 0; color: var(--muted); font-size: 1.15rem; }
.page-content { padding: 80px 0 120px; }
.page-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.page-card { border: 1px solid var(--line); border-radius: 24px; background: var(--panel); padding: 28px; }
.page-card h2, .page-card h3 { margin-top: 0; }
.page-card p, .page-card li { color: var(--muted); }
.page-card img { width: 100%; height: 180px; margin-bottom: 22px; border-radius: 18px; object-fit: cover; }
.contact-list a { display: block; width: fit-content; margin: 12px 0; color: var(--cyan); }

@keyframes drift { to { transform: translate(80px, 60px) scale(1.12); } }
@keyframes breathe { 50% { opacity: .7; transform: scale(1.06); } }
@keyframes leaf { 50% { transform: translate(28px, -44px) rotate(120deg); opacity: .8; } }
@keyframes orbit { to { transform: rotate(360deg); } }
@keyframes phoneFloat { 50% { transform: translateY(-10px); } }
@keyframes phoneSpin { from { transform: rotateY(0); } to { transform: rotateY(360deg); } }

@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .nav-links { position: fixed; inset: 82px 16px auto; display: grid; gap: 0; border: 1px solid var(--line); border-radius: 22px; background: rgba(3,12,28,.97); padding: 12px 20px; transform: translateY(-16px); opacity: 0; visibility: hidden; box-shadow: var(--shadow); transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease; }
  .nav-links.open { transform: none; opacity: 1; visibility: visible; }
  .nav-links a { padding: 13px 4px; }
  .nav-links a::after { inset: auto 4px 7px; }
  .language-select { order: 2; max-width: 150px; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-top: 35px; }
  .phone-stage { min-height: 690px; }
  .service-layout, .malaysia { grid-template-columns: 1fr; }
  .steps, .values { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .page-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 30px, 1180px); }
  .section { padding: 78px 0; }
  .nav { gap: 10px; min-height: 72px; }
  .site-header.scrolled { background: rgba(2,8,23,.94); }
  .brand { font-size: .96rem; letter-spacing: .14em; }
  .brand img { width: 38px; height: 32px; }
  .language-select { min-height: 40px; width: 130px; padding-left: 9px; font-size: .72rem; }
  .nav-links { top: 72px; }
  .hero { padding: 118px 0 58px; }
  .hero h1 { font-size: clamp(3.1rem, 15vw, 5.2rem); }
  .hero-lede span { display: inline; }
  .hero-grid { gap: 22px; }
  .phone-stage { min-height: 612px; }
  .phone { width: 280px; height: 570px; }
  .phone-face { border-radius: 48px; }
  .phone-screen { border-radius: 38px; }
  .phone-caption { display: none; }
  .section-head { display: block; }
  .section-head p:last-child { margin-top: 18px; }
  .service-layout { gap: 14px; }
  .service-visual { min-height: 410px; }
  .service-overlay { padding: 70px 22px 24px; }
  .service-panel { padding: 17px; }
  .service-scroll { grid-auto-columns: 112px; }
  .service-tab { min-height: 128px; }
  .steps, .values, .footer-grid, .page-grid { grid-template-columns: 1fr; }
  .step-card { min-height: 220px; }
  .malaysia { gap: 20px; border-radius: 28px; }
  .malaysia-mark { min-height: 260px; }
  .footer-bottom { display: block; }
  .page-hero { padding: 145px 0 70px; }
}

@media (max-width: 360px) {
  .brand span { display: none; }
}

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

/* Approved high-tech task journey */
.motion-hero { --mx: 72%; --my: 28%; --rx: 0deg; --ry: 0deg; min-height: 100dvh; padding: 116px max(5vw, 28px) 42px; isolation: isolate; }
.motion-hero::before { position: absolute; z-index: -3; inset: 0; content: ""; background: radial-gradient(circle at 74% 30%, rgba(37, 140, 255, .2), transparent 29%), radial-gradient(circle at 58% 70%, rgba(56, 236, 120, .12), transparent 30%), linear-gradient(120deg, #020817 30%, #07182c 100%); }
.motion-pointer { position: absolute; z-index: -1; top: var(--my); left: var(--mx); width: 520px; height: 520px; transform: translate(-50%, -50%); border-radius: 50%; background: radial-gradient(circle, rgba(56, 236, 120, .14), transparent 62%); pointer-events: none; }
.motion-grid { position: absolute; z-index: -2; inset: 58% -15% -42% 35%; transform: perspective(700px) rotateX(65deg); transform-origin: center top; opacity: .2; background-image: linear-gradient(rgba(56, 236, 120, .26) 1px, transparent 1px), linear-gradient(90deg, rgba(56, 236, 120, .26) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, #000, transparent 80%); }
.motion-layout { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: clamp(28px, 4vw, 70px); }
.motion-copy { max-width: 660px; }
.motion-signal { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; color: #67db82; font-size: .74rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.motion-signal > span:first-child { width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(56, 236, 120, .12), 0 0 18px var(--green); animation: motionSignal 1.8s ease-in-out infinite; }
.motion-copy h1 { margin: 0; max-width: 680px; font-size: clamp(3.4rem, 6.2vw, 6.8rem); line-height: .91; letter-spacing: -.065em; }
.motion-copy h1 > span { display: block; }
.motion-copy h1 > span:last-child { white-space: nowrap; }
.motion-copy h1 > span:last-child > span { display: inline; }
.motion-copy h1 em { color: transparent; font-style: normal; background: linear-gradient(90deg, #25a7ff, #2ff06a); background-clip: text; -webkit-background-clip: text; }
.motion-copy .hero-lede { max-width: 570px; line-height: 1.58; }
.motion-network { position: relative; min-height: 660px; transform: perspective(1200px) rotateX(var(--rx)) rotateY(var(--ry)); transform-style: preserve-3d; transition: transform 180ms ease-out; }
.motion-phone { position: absolute; z-index: 3; right: 4%; bottom: -17%; width: clamp(230px, 22vw, 350px); transform: translateZ(40px) rotate(2deg); }
.motion-phone::before { position: absolute; inset: -1px; content: ""; border: 1px solid rgba(103, 219, 130, .34); border-radius: 42px; box-shadow: 0 32px 90px rgba(0, 0, 0, .58); pointer-events: none; }
.motion-phone img { width: 100%; max-height: 690px; border-radius: 42px; object-fit: cover; object-position: top; }
.motion-phone-glow { position: absolute; z-index: -1; inset: 8% -15%; border-radius: 50%; background: rgba(37, 140, 255, .2); filter: blur(45px); }
.motion-route { position: absolute; z-index: 5; inset: 4% -1% 0 3%; width: 95%; height: 92%; overflow: visible; pointer-events: none; }
.motion-route path { fill: none; stroke: var(--green); stroke-width: 3; stroke-linecap: round; stroke-dasharray: 5 12; opacity: .5; filter: drop-shadow(0 0 7px var(--green)); animation: motionDash 9s linear infinite; }
.motion-packet { position: absolute; z-index: 6; top: 20%; left: 9%; width: 14px; height: 14px; border: 3px solid #f4f8ff; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 9px rgba(56, 236, 120, .13), 0 0 25px var(--green); offset-path: path("M 48 108 C 218 74 212 208 318 214 C 426 220 372 350 510 354 C 606 360 578 462 648 486"); animation: motionPacket 7.2s cubic-bezier(.65, 0, .35, 1) infinite; }
.motion-orbit { position: absolute; z-index: 0; border: 1px solid rgba(60, 148, 235, .2); border-radius: 50%; animation: orbit 18s linear infinite; }
.motion-orbit.orbit-a { top: 8%; right: -2%; width: 590px; height: 590px; }
.motion-orbit.orbit-b { right: 16%; bottom: 2%; width: 410px; height: 410px; animation-direction: reverse; }
.motion-status { position: absolute; z-index: 8; top: 15%; left: 1%; display: grid; gap: 11px; width: min(330px, 43%); transform: translateZ(80px); }
.motion-card { display: grid; grid-template-columns: 46px 1fr auto; align-items: center; gap: 12px; min-height: 74px; padding: 11px 14px; border: 1px solid rgba(117, 158, 205, .25); border-radius: 18px; background: rgba(7, 24, 44, .8); color: #eef7ff; text-align: left; box-shadow: 0 18px 38px rgba(0, 0, 0, .2); backdrop-filter: blur(18px); cursor: pointer; opacity: .42; transform: translateX(16px) scale(.97); transition: opacity 380ms ease, transform 380ms cubic-bezier(.16, 1, .3, 1), border-color 380ms ease, box-shadow 380ms ease; }
.motion-card:hover, .motion-card.active, .motion-card:focus-visible { opacity: 1; transform: translateX(0); border-color: rgba(56, 236, 120, .8); box-shadow: inset 0 0 0 1px rgba(56, 236, 120, .15), 0 18px 50px rgba(0, 0, 0, .32), 0 0 35px rgba(56, 236, 120, .12); }
.motion-icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: rgba(56, 236, 120, .12); color: var(--green); font-size: 1.2rem; }
.motion-card strong, .motion-card small { display: block; }
.motion-card strong { font-size: .88rem; }
.motion-card small { margin-top: 4px; color: #91a1b6; font-size: .7rem; }
.motion-card i { color: #60738d; font-size: .65rem; font-style: normal; letter-spacing: .1em; }
.motion-hero.is-pulsing .motion-packet { animation: motionPacketFast 1.1s cubic-bezier(.4, 0, .2, 1) both; }
.motion-hero.is-pulsing .motion-network { animation: motionNetworkPulse 750ms ease-out; }
@keyframes motionSignal { 50% { box-shadow: 0 0 0 11px rgba(56, 236, 120, 0), 0 0 24px var(--green); } }
@keyframes motionDash { to { stroke-dashoffset: -136; } }
@keyframes motionPacket { 0%, 8% { offset-distance: 0%; opacity: 0; } 15%, 82% { opacity: 1; } 92%, 100% { offset-distance: 100%; opacity: 0; } }
@keyframes motionPacketFast { from { offset-distance: 0%; opacity: 1; } to { offset-distance: 100%; opacity: 1; } }
@keyframes motionNetworkPulse { 45% { filter: brightness(1.2); } }
@media (max-width: 980px) {
  .motion-layout { grid-template-columns: 1fr; align-content: start; }
  .motion-network { min-height: 590px; }
  .motion-phone { right: 8%; }
  .motion-status { left: 4%; }
}
@media (max-width: 640px) {
  .motion-hero { padding: 112px 15px 42px; }
  .motion-copy h1 { font-size: clamp(3.1rem, 15vw, 4.3rem); }
  .motion-copy h1 > span:last-child { white-space: normal; }
  .motion-copy .hero-lede { font-size: 1rem; }
  .motion-network { min-height: 510px; }
  .motion-phone { top: 70px; right: -8%; bottom: auto; width: 250px; }
  .motion-status { top: 9%; left: 0; width: 62%; }
  .motion-card { grid-template-columns: 38px 1fr; min-height: 64px; border-radius: 15px; }
  .motion-card i { display: none; }
  .motion-icon { width: 36px; height: 36px; }
}
@media (prefers-reduced-motion: reduce) {
  .motion-network { transform: none !important; }
  .motion-pointer, .motion-route, .motion-packet, .motion-orbit { display: none; }
}

/* Exact approved reference composition */
.reference-hero { display: block; min-height: 0; padding: 82px 0 0; border: 1px solid rgba(91, 139, 195, .26); border-radius: 34px; background: #020817; }
.reference-hero .motion-pointer, .reference-hero .motion-grid { display: none; }
.site-header.scrolled { background: rgba(2, 8, 23, .96); }
.nav { width: min(1440px, calc(100% - 48px)); min-height: 82px; }
.nav-links { margin: 0 auto; }
.nav-language { display: none; }
.nav-post { display: inline-flex; align-items: center; gap: 9px; min-height: 52px; padding: 0 22px; border-radius: 14px; background: linear-gradient(100deg, #0874ff, #15bdd8 55%, #31df43); color: #fff; font-weight: 850; box-shadow: inset 0 1px rgba(255,255,255,.25); }
.nav-post span { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; background: #fff; color: #238ecb; font-size: 1.25rem; }
.reference-hero .motion-layout { width: min(1510px, calc(100% - 2px)); min-height: 585px; grid-template-columns: 40% 60%; gap: 0; }
.reference-hero .motion-copy { position: relative; z-index: 10; max-width: none; padding: 70px 20px 96px clamp(42px, 4vw, 62px); }
.reference-hero .motion-signal { display: none; }
.reference-hero .motion-copy h1 { max-width: 610px; font-size: clamp(3.4rem, 4.7vw, 5rem); line-height: .98; letter-spacing: -.05em; }
.reference-hero .motion-copy h1 > span:last-child { white-space: nowrap; }
.reference-hero .hero-lede { max-width: 525px; margin-top: 30px; color: #b8c4d9; font-size: 1.12rem; line-height: 1.65; }
.reference-hero .actions { margin-top: 30px; }
.reference-hero .button { min-width: 194px; min-height: 62px; border-radius: 12px; font-size: 1.05rem; }
.reference-hero .hero-proof { display: none; }
.reference-hero .motion-network { min-height: 585px; overflow: hidden; transform: none; }
.doorstep-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 48% center; }
.motion-network::after { position: absolute; z-index: 2; inset: 0; content: ""; background: linear-gradient(90deg, #020817 0%, rgba(2,8,23,.8) 10%, rgba(2,8,23,.12) 34%, transparent 56%); pointer-events: none; }
.reference-hero .motion-status { top: 60px; left: -4%; width: 255px; gap: 24px; }
.reference-hero .motion-card { min-height: 82px; opacity: 1; transform: none; background: rgba(3, 19, 38, .93); }
.reference-hero .motion-card:nth-child(4) { margin-top: 0; }
.reference-hero .motion-route { z-index: 6; inset: 8% 0 0 -2%; width: 100%; height: 90%; }
.reference-hero .motion-packet { z-index: 7; }
.reference-flow { position: relative; z-index: 12; width: min(1510px, calc(100% - 26px)); min-height: 325px; display: grid; grid-template-columns: 31% 69%; margin-top: -2px; overflow: hidden; border: 1px solid rgba(91, 139, 195, .32); border-radius: 26px 26px 20px 20px; background: linear-gradient(110deg, rgba(3,15,33,.98), rgba(3,17,37,.97)); }
.reference-phone { position: relative; min-height: 325px; }
.reference-phone img { position: absolute; top: -62px; left: 50%; width: 285px; max-width: 82%; height: auto; transform: translateX(-50%); border: 5px solid #0c1728; border-radius: 42px 42px 0 0; box-shadow: 0 0 0 1px rgba(132,173,216,.35), 0 20px 60px rgba(0,0,0,.4); }
.reference-flow-copy { align-self: center; padding: 38px 54px 34px 0; }
.reference-flow-copy h2 { margin: 0 0 34px; font-size: clamp(2rem, 3.1vw, 3.1rem); line-height: 1.03; letter-spacing: -.045em; }
.reference-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.reference-steps > div { position: relative; display: grid; grid-template-columns: 72px 1fr; align-items: center; gap: 16px; }
.reference-steps > div:not(:last-child)::after { position: absolute; top: 50%; right: -26px; width: 38px; border-top: 1px dashed rgba(56,236,120,.7); content: ""; }
.reference-steps > div > span { display: grid; place-items: center; width: 72px; height: 72px; border: 1px solid rgba(123,173,230,.42); border-radius: 50%; color: var(--green); font-size: 2rem; }
.reference-steps p, .reference-steps strong, .reference-steps small { display: block; margin: 0; }
.reference-steps strong { font-size: 1.05rem; }
.reference-steps small { margin-top: 8px; color: #aebbd0; font-size: .88rem; line-height: 1.45; }
@media (max-width: 1350px) and (min-width: 981px) {
  .reference-hero .motion-layout { grid-template-columns: 44% 56%; }
  .reference-hero .motion-copy { padding-left: clamp(42px, 4vw, 54px); }
  .reference-hero .motion-copy h1 { font-size: clamp(3.35rem, 4.5vw, 3.8rem); }
  .reference-hero .motion-status { left: 2%; }
}
@media (max-width: 980px) {
  .nav-post { display: none; }
  .nav-language { display: block; padding: 8px 4px; }
  .reference-hero { border-radius: 24px; }
  .reference-hero .motion-layout { grid-template-columns: 1fr; }
  .reference-hero .motion-copy { padding: 58px 30px 46px; }
  .reference-hero .motion-network { min-height: 580px; }
  .reference-hero .motion-status { left: 24px; }
  .reference-flow { grid-template-columns: 38% 62%; }
  .reference-flow-copy { padding-right: 28px; }
  .reference-steps { grid-template-columns: 1fr; gap: 16px; }
  .reference-steps > div:not(:last-child)::after { display: none; }
}
@media (max-width: 640px) {
  .reference-hero { padding-top: 72px; }
  .reference-hero .motion-copy { padding: 44px 22px 38px; }
  .reference-hero .motion-copy h1 { font-size: clamp(3rem, 14vw, 4rem); }
  .reference-hero .motion-copy h1 > span:last-child { white-space: normal; }
  .reference-hero .button { min-width: 0; min-height: 56px; }
  .reference-hero .motion-network { min-height: 520px; }
  .doorstep-photo { object-position: 58% center; }
  .reference-hero .motion-status { top: 28px; left: 16px; width: 58%; gap: 12px; }
  .reference-hero .motion-card { min-height: 66px; }
  .reference-flow { display: block; min-height: 630px; }
  .reference-phone { min-height: 335px; }
  .reference-phone img { top: 24px; width: 240px; }
  .reference-flow-copy { padding: 28px 22px 38px; }
  .reference-flow-copy h2 { font-size: 2.2rem; }
  .reference-steps > div { grid-template-columns: 58px 1fr; }
  .reference-steps > div > span { width: 58px; height: 58px; }
}
