:root {
  --ink: #07151c;
  --ink-soft: #334852;
  --paper: #f6f8f7;
  --white: #ffffff;
  --cyan: #12d9db;
  --cyan-deep: #0097bd;
  --blue: #087ba9;
  --line: rgba(7, 21, 28, 0.12);
  --shadow: 0 24px 80px rgba(4, 28, 38, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }

.page-intro {
  position: fixed;
  z-index: 999;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  background: #02080c;
  pointer-events: none;
  animation: intro-curtain 1s cubic-bezier(.76,0,.24,1) 1.15s forwards;
}
.page-intro span { font-size: clamp(1rem, 2.4vw, 2rem); font-weight: 900; letter-spacing: .38em; animation: intro-word .8s cubic-bezier(.22,1,.36,1) both; }
.page-intro i { position: absolute; top: 55%; left: 50%; width: min(320px, 55vw); height: 1px; background: linear-gradient(90deg, transparent, var(--cyan), transparent); transform: translateX(-50%) scaleX(0); animation: intro-line .7s cubic-bezier(.22,1,.36,1) .25s forwards; }

.page-progress {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--cyan), #37a7ff, #9e7cff);
  transform: scaleX(0);
  transform-origin: left;
}
.cursor-glow {
  position: fixed;
  z-index: 1;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(18,217,219,.075), transparent 67%);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity .35s ease;
}
body.has-pointer .cursor-glow { opacity: 1; }

.section-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section-block { padding-block: 116px; }
.eyebrow {
  margin: 0 0 18px;
  color: var(--blue);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow-light { color: var(--cyan); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 800px; margin-bottom: 26px; font-size: clamp(3rem, 6.4vw, 6.25rem); }
h2 { margin-bottom: 22px; font-size: clamp(2.25rem, 4.2vw, 4.2rem); }
h3 { margin-bottom: 15px; font-size: 1.55rem; }

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  padding: 16px max(20px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid transparent;
  background: rgba(246, 248, 247, .86);
  backdrop-filter: blur(18px);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 28px rgba(7,21,28,.05); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 1.08rem; font-weight: 850; letter-spacing: -.02em; }
.brand img { width: 38px; height: 38px; }
.desktop-nav { display: flex; gap: 34px; color: var(--ink-soft); font-size: .92rem; font-weight: 650; }
.desktop-nav a:hover, .text-link:hover, .footer-links a:hover { color: var(--blue); }
.site-header > .button { justify-self: end; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  color: #fff;
  background: var(--ink);
  font-weight: 760;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); background: #102934; box-shadow: 0 12px 30px rgba(7,21,28,.18); }
.button-small { min-height: 42px; padding-inline: 18px; font-size: .86rem; }
.button-light { border-color: #fff; color: var(--ink); background: #fff; }
.button-light:hover { color: var(--ink); background: #dcffff; }

.hero {
  --pointer-x: 72%;
  --pointer-y: 38%;
  position: relative;
  width: 100%;
  max-width: none;
  height: 340svh;
  padding: 0;
  color: #fff;
  background: #030b10;
}
.hero-stage {
  position: sticky;
  z-index: 1;
  top: 74px;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
  gap: 70px;
  align-items: center;
  width: 100%;
  height: calc(100svh - 74px);
  min-height: 690px;
  padding: 82px max(20px, calc((100vw - 1180px) / 2)) 120px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(18,217,219,.17), transparent 27%),
    radial-gradient(circle at 10% 85%, rgba(58,109,255,.15), transparent 30%),
    linear-gradient(145deg, #030b10 0%, #061a24 54%, #06131b 100%);
}
.hero-stage::before {
  position: absolute;
  z-index: -1;
  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: 62px 62px;
  -webkit-mask-image: linear-gradient(to right, #000, transparent 82%);
  mask-image: linear-gradient(to right, #000, transparent 82%);
  content: "";
}
.hero-stage::after {
  position: absolute;
  z-index: -1;
  top: 15%;
  left: -10%;
  width: 44vw;
  height: 44vw;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 80px rgba(255,255,255,.012), 0 0 0 160px rgba(255,255,255,.008);
}
.hero-copy, .hero-visual { position: relative; z-index: 2; }
.hero-intro-row { display: flex; align-items: center; gap: 20px; margin-bottom: 20px; }
.hero-intro-row .eyebrow { margin: 0; color: var(--cyan); }
.availability-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 11px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px;
  color: rgba(255,255,255,.65);
  background: rgba(255,255,255,.045);
  font-size: .69rem;
  white-space: nowrap;
}
.availability-pill i, .live-label i { width: 6px; height: 6px; border-radius: 50%; background: #28e59b; box-shadow: 0 0 0 5px rgba(40,229,155,.12); }
.gradient-text {
  color: transparent;
  background: linear-gradient(100deg, #fff 3%, #8bf8ef 43%, #6fc9ff 78%, #fff 100%);
  background-size: 220% auto;
  -webkit-background-clip: text;
  background-clip: text;
  animation: text-shimmer 7s linear infinite;
}
.hero-lead { max-width: 720px; margin-bottom: 34px; color: rgba(255,255,255,.63); font-size: clamp(1.08rem, 1.8vw, 1.35rem); }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.hero .button { border-color: var(--cyan); color: var(--ink); background: var(--cyan); box-shadow: 0 0 42px rgba(18,217,219,.18); }
.hero .button:hover { background: #78ffff; box-shadow: 0 15px 40px rgba(18,217,219,.22); }
.hero .text-link { color: #fff; }
.text-link { font-weight: 760; }
.text-link span { display: inline-block; margin-left: 8px; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.signal-list { display: flex; gap: 24px; margin: 38px 0 0; padding: 0; color: rgba(255,255,255,.54); font-size: .9rem; list-style: none; }
.signal-list li::before { content: "•"; margin-right: 8px; color: var(--cyan-deep); }

.hero-visual { display: none; min-height: 560px; perspective: 1200px; transform-style: preserve-3d; }
.hero-visual::before {
  position: absolute;
  inset: 26px 0 0 55px;
  border-radius: 45% 55% 54% 46% / 49% 42% 58% 51%;
  background: linear-gradient(145deg, rgba(5,49,66,.65) 0%, rgba(8,123,169,.78) 55%, rgba(18,217,219,.92) 130%);
  box-shadow: inset 0 0 80px rgba(255,255,255,.08), 0 0 110px rgba(18,217,219,.12);
  content: "";
  transform: rotate(-4deg);
  animation: morph-blob 12s ease-in-out infinite alternate;
}
.visual-grid {
  position: absolute;
  z-index: 1;
  inset: 60px 10px 40px 55px;
  border-radius: 38% 62% 52% 48%;
  background-image: radial-gradient(rgba(255,255,255,.22) .8px, transparent .8px);
  background-size: 16px 16px;
  opacity: .35;
  transform: rotate(-4deg);
}
.visual-card { position: absolute; z-index: 3; border: 1px solid rgba(255,255,255,.18); border-radius: 24px; box-shadow: 0 34px 90px rgba(0,0,0,.32); will-change: transform; }
.visual-card-main { top: 105px; right: 35px; left: 80px; padding: 34px; color: #fff; background: rgba(3, 22, 30, .76); backdrop-filter: blur(22px); animation: card-float-main 7s ease-in-out infinite; }
.visual-topline, .visual-footer { display: flex; align-items: center; justify-content: space-between; }
.live-label { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.5); font-size: .62rem; font-weight: 800; letter-spacing: .12em; }
.visual-kicker { display: block; margin-bottom: 10px; color: var(--cyan); font-size: .68rem; font-weight: 800; letter-spacing: .16em; }
.visual-card-main strong { display: block; font-size: 1.8rem; letter-spacing: -.03em; }
.delivery-track { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; margin: 32px 0 25px; }
.delivery-track span { display: grid; place-items: center; aspect-ratio: 1.6; border: 1px solid rgba(255,255,255,.18); border-radius: 10px; color: rgba(255,255,255,.6); font-size: .78rem; }
.delivery-track .is-complete { border-color: rgba(18,217,219,.55); color: #04242d; background: var(--cyan); }
.delivery-track .is-active { border-color: var(--cyan); color: var(--cyan); box-shadow: inset 0 0 0 1px rgba(18,217,219,.2), 0 0 24px rgba(18,217,219,.16); animation: active-step 1.8s ease-in-out infinite; }
.visual-lines { position: relative; display: grid; gap: 9px; overflow: hidden; }
.visual-lines i { display: block; height: 7px; border-radius: 99px; background: rgba(255,255,255,.13); }
.visual-lines i:nth-child(2) { width: 82%; }
.visual-lines i:nth-child(3) { width: 58%; }
.visual-lines b { position: absolute; inset: 0 auto 0 -35%; width: 35%; background: linear-gradient(90deg, transparent, rgba(18,217,219,.45), transparent); transform: skewX(-18deg); animation: scan-lines 3.2s ease-in-out infinite; }
.visual-footer { margin-top: 20px; color: rgba(255,255,255,.46); font-size: .67rem; }
.visual-card-float { right: -10px; bottom: 78px; display: flex; align-items: center; gap: 15px; padding: 18px 22px; color: var(--ink); background: rgba(255,255,255,.95); animation: card-float-side 6s ease-in-out .8s infinite; }
.visual-card-float small, .visual-card-float strong { display: block; }
.visual-card-float small { color: #6a7d84; font-size: .7rem; }
.visual-card-float strong { font-size: .92rem; }
.pulse { width: 12px; height: 12px; border-radius: 50%; background: #16c784; box-shadow: 0 0 0 8px rgba(22,199,132,.12); }
.visual-card-code { bottom: 34px; left: 4px; display: flex; align-items: center; gap: 13px; padding: 15px 18px; color: #fff; background: rgba(3,22,30,.82); backdrop-filter: blur(18px); animation: card-float-code 7.5s ease-in-out .35s infinite; }
.visual-card-code > span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; color: var(--cyan); background: rgba(18,217,219,.12); font-weight: 800; }
.visual-card-code small, .visual-card-code strong { display: block; }
.visual-card-code small { color: rgba(255,255,255,.45); font-size: .63rem; }
.visual-card-code strong { font-size: .78rem; }
.orb { position: absolute; z-index: 1; border-radius: 50%; background: var(--cyan); }
.orb-one { top: 54px; right: 28px; width: 54px; height: 54px; opacity: .85; }
.orb-two { bottom: 68px; left: 38px; width: 22px; height: 22px; opacity: .55; }
.orbit { position: absolute; z-index: 2; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; animation: orbit-spin 14s linear infinite; }
.orbit i { position: absolute; top: -5px; left: 50%; width: 10px; height: 10px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 18px var(--cyan); }
.orbit-one { top: 10px; right: -30px; width: 190px; height: 190px; }
.orbit-two { bottom: 3px; left: 16px; width: 95px; height: 95px; animation-direction: reverse; animation-duration: 10s; }

.hero-cinematic {
  position: absolute;
  z-index: -2;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  transition: translate .8s cubic-bezier(.22,1,.36,1), rotate .8s cubic-bezier(.22,1,.36,1);
}
.hero-cinematic::before {
  position: absolute;
  z-index: 6;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3,11,16,.99) 0%, rgba(3,11,16,.9) 34%, rgba(3,11,16,.35) 68%, rgba(3,11,16,.1) 100%),
    linear-gradient(0deg, rgba(3,11,16,.82) 0%, transparent 40%, rgba(3,11,16,.24) 100%);
  content: "";
}
.hero-scene {
  position: absolute;
  z-index: 1;
  inset: -2%;
  margin: 0;
  overflow: hidden;
  opacity: 1;
  clip-path: inset(0 0 0 100%);
  transform: translateZ(0);
  transition: none;
  will-change: clip-path;
}
.hero-scene::after {
  position: absolute;
  inset: 0 auto 0 -22%;
  width: 14%;
  background: linear-gradient(90deg, transparent, rgba(188,255,255,.2), transparent);
  content: "";
  opacity: 0;
  transform: skewX(-12deg);
}
.hero-scene.is-active {
  opacity: 1;
  clip-path: inset(0 0 0 0);
}
.hero-scene.is-active::after { animation: hero-light-sweep 5.6s ease-in-out .7s both; }
.hero-scene img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.05) contrast(1.05);
  transform: scale(1.14) translate3d(2%,0,0);
  transition: none;
  will-change: transform;
}
.hero-film-grain {
  position: absolute;
  z-index: 7;
  inset: 0;
  opacity: .12;
  background-image: repeating-radial-gradient(circle at 0 0, transparent 0, rgba(255,255,255,.14) .7px, transparent 1.2px, transparent 4px);
  background-size: 7px 7px;
  mix-blend-mode: soft-light;
}
.hero-visual::before { display: none; }
.hero-copy { transition: opacity .25s ease, translate .25s ease; }
.hero-copy.is-changing { opacity: .36 !important; translate: 0 14px !important; }
.scene-note, .scene-status {
  position: absolute;
  border: 1px solid rgba(255,255,255,.15);
  color: #fff;
  background: rgba(4,20,28,.46);
  box-shadow: 0 26px 70px rgba(0,0,0,.25);
  backdrop-filter: blur(16px);
}
.scene-note { display: flex; align-items: center; gap: 12px; padding: 12px 16px; border-radius: 999px; }
.scene-note span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; color: var(--ink); background: var(--cyan); font-size: .64rem; font-weight: 900; }
.scene-note p { margin: 0; color: rgba(255,255,255,.7); font-size: .72rem; font-weight: 700; }
.scene-note-top { top: 70px; right: 15px; animation: scene-chip-one 7s ease-in-out infinite; }
.scene-note-bottom { right: 105px; bottom: 44px; animation: scene-chip-two 8s ease-in-out .6s infinite; }
.scene-status { right: 3px; bottom: 165px; display: flex; align-items: center; gap: 15px; min-width: 220px; padding: 18px 20px; border-radius: 18px; animation: scene-chip-three 7.6s ease-in-out .3s infinite; }
.scene-status > i { width: 11px; height: 11px; border-radius: 50%; background: #28e59b; box-shadow: 0 0 0 7px rgba(40,229,155,.13), 0 0 24px rgba(40,229,155,.35); }
.scene-status small, .scene-status strong { display: block; }
.scene-status small { margin-bottom: 3px; color: rgba(255,255,255,.4); font-size: .57rem; font-weight: 900; letter-spacing: .13em; }
.scene-status strong { font-size: .82rem; }

.hero-parallax-rail {
  position: absolute;
  z-index: 8;
  right: max(20px, calc((100vw - 1180px) / 2));
  top: 50%;
  display: grid;
  grid-template-columns: auto 1px auto;
  gap: 14px;
  align-items: stretch;
  color: #fff;
  transform: translateY(-50%);
}
.hero-sequence-count { display: flex; align-items: flex-start; gap: 5px; padding-top: 4px; font-variant-numeric: tabular-nums; }
.hero-sequence-count b { color: var(--cyan); font-size: 1.05rem; }
.hero-sequence-count span { color: rgba(255,255,255,.38); font-size: .68rem; }
.hero-parallax-progress { position: relative; width: 1px; overflow: hidden; background: rgba(255,255,255,.18); }
.hero-parallax-progress i { position: absolute; inset: 0; background: var(--cyan); transform: scaleY(var(--hero-story-progress, 0)); transform-origin: top; }
.hero-scene-nav { display: grid; gap: 8px; }
.hero-scene-nav button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border: 0;
  border-radius: 999px;
  color: rgba(255,255,255,.42);
  background: transparent;
  cursor: pointer;
  transition: color .25s ease, background .25s ease, transform .25s ease;
}
.hero-scene-nav button:hover { color: #fff; transform: translateX(-3px); }
.hero-scene-nav button.is-active { color: #fff; background: rgba(255,255,255,.1); }
.hero-scene-nav span { color: var(--cyan); font-size: .62rem; font-weight: 900; }
.hero-scene-nav strong { font-size: .67rem; letter-spacing: .04em; }
.hero-scroll-cue {
  position: absolute;
  z-index: 8;
  bottom: 36px;
  left: max(20px, calc((100vw - 1180px) / 2));
  display: flex;
  align-items: center;
  gap: 11px;
  color: rgba(255,255,255,.42);
}
.hero-scroll-cue span { position: relative; width: 28px; height: 42px; border: 1px solid rgba(255,255,255,.26); border-radius: 999px; }
.hero-scroll-cue span::after { position: absolute; top: 8px; left: 50%; width: 3px; height: 8px; border-radius: 99px; background: var(--cyan); content: ""; transform: translateX(-50%); animation: scroll-cue 2s ease-in-out infinite; }
.hero-scroll-cue small { font-size: .64rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.proof-bar {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-block: 1px solid rgba(255,255,255,.09);
  color: #fff;
  background: #07151c;
}
.proof-bar div { display: flex; flex-direction: column; gap: 2px; padding: 34px clamp(22px,4vw,70px); border-right: 1px solid rgba(255,255,255,.09); }
.proof-bar div:last-child { border-right: 0; }
.proof-bar strong { font-size: 1.65rem; letter-spacing: -.03em; }
.proof-bar > div > span { color: rgba(255,255,255,.5); font-size: .84rem; }
.proof-bar strong span { color: inherit; font-size: inherit; }

.motion-marquee {
  width: 100%;
  padding: 17px 0;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--cyan);
}
.marquee-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: marquee 30s linear infinite;
}
.marquee-track span { padding-inline: 28px; font-size: .72rem; font-weight: 900; letter-spacing: .16em; white-space: nowrap; }
.marquee-track i { width: 6px; height: 6px; border-radius: 50%; background: var(--ink); opacity: .48; }

.section-heading { max-width: 760px; margin-bottom: 58px; }
.section-heading > p:last-child, .split-heading > p { color: var(--ink-soft); font-size: 1.08rem; }
.capability-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.capability-card { position: relative; min-height: 340px; padding: 38px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; transform-style: preserve-3d; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.capability-card::after, .work-card::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(320px circle at var(--card-x, 50%) var(--card-y, 50%), rgba(18,217,219,.13), transparent 62%);
  content: "";
  opacity: 0;
  transition: opacity .25s ease;
}
.capability-card:hover { border-color: rgba(0,151,189,.28); box-shadow: var(--shadow); }
.capability-card:hover::after, .work-card:hover::after { opacity: 1; }
.capability-card > *, .work-card > * { position: relative; z-index: 1; }
.accent-card { color: #fff; background: linear-gradient(145deg, #072633, #087ba9); }
.accent-card p, .accent-card li { color: rgba(255,255,255,.76); }
.card-number { display: block; margin-bottom: 58px; color: var(--cyan-deep); font-size: .74rem; font-weight: 850; }
.accent-card .card-number { color: var(--cyan); }
.capability-card > p { max-width: 520px; color: var(--ink-soft); }
.capability-card ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 26px 0 0; padding: 0; list-style: none; }
.capability-card li { padding: 7px 11px; border: 1px solid currentColor; border-radius: 999px; color: #60727a; font-size: .75rem; }
.accent-card > p, .accent-card li { color: rgba(255,255,255,.72); }

.trust-section {
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 92% 9%, rgba(18,217,219,.12), transparent 25%),
    linear-gradient(180deg, #fff 0%, #f1f7f7 100%);
}
.trust-heading {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 58px;
}
.trust-heading h2 { max-width: 780px; margin-bottom: 0; }
.trust-heading > p { margin-bottom: 10px; color: var(--ink-soft); font-size: 1.08rem; }
.trust-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 20px; align-items: start; }
.upwork-proof-card {
  position: sticky;
  top: 100px;
  min-height: 590px;
  padding: 42px;
  overflow: hidden;
  border-radius: 28px;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0, rgba(18,217,219,.3), transparent 32%),
    linear-gradient(145deg, #07151c, #07394c);
  box-shadow: 0 34px 90px rgba(4,28,38,.18);
}
.upwork-proof-card::after {
  position: absolute;
  right: -70px;
  bottom: -80px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 42px rgba(255,255,255,.018), 0 0 0 84px rgba(255,255,255,.012);
}
.upwork-proof-card > * { position: relative; z-index: 1; }
.proof-kicker { color: var(--cyan); font-size: .68rem; font-weight: 900; letter-spacing: .16em; }
.upwork-mark {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin: 42px 0 34px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 22px;
  color: var(--ink);
  background: var(--cyan);
  font-size: 1.15rem;
  font-weight: 950;
  letter-spacing: -.06em;
  transform: rotate(-4deg);
}
.upwork-proof-card h3 { max-width: 420px; font-size: clamp(2rem,3vw,3rem); }
.upwork-proof-card > p { color: rgba(255,255,255,.65); }
.profile-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 32px 0; }
.profile-metrics div { padding: 18px 16px 18px 0; border-top: 1px solid rgba(255,255,255,.14); }
.profile-metrics dt { font-size: 1.35rem; font-weight: 850; }
.profile-metrics dd { margin: 1px 0 0; color: rgba(255,255,255,.48); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.proof-link { display: inline-flex; color: var(--cyan); }
.testimonial-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.testimonial-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 285px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 18px 50px rgba(4,28,38,.07);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.testimonial-card:hover { border-color: rgba(0,151,189,.28); box-shadow: 0 28px 68px rgba(4,28,38,.12); transform: translateY(-4px); }
.testimonial-card-featured { grid-column: 1 / -1; min-height: 285px; color: #fff; background: linear-gradient(135deg, #087ba9, #07556f); }
.testimonial-topline { display: flex; align-items: center; justify-content: space-between; }
.testimonial-topline > span:last-child { color: rgba(7,21,28,.35); font-size: .65rem; font-weight: 900; letter-spacing: .12em; }
.testimonial-card-featured .testimonial-topline > span:last-child { color: rgba(255,255,255,.45); }
.testimonial-stars { color: #ffbd45; font-size: .83rem; letter-spacing: .12em; }
.testimonial-card blockquote { margin: 36px 0 42px; color: var(--ink); font-size: clamp(1.2rem,2vw,1.8rem); font-weight: 680; line-height: 1.38; letter-spacing: -.025em; }
.testimonial-card-featured blockquote { max-width: 720px; color: #fff; font-size: clamp(1.45rem,2.5vw,2.4rem); }
.testimonial-card footer { display: grid; gap: 3px; }
.testimonial-card footer strong { font-size: .85rem; }
.testimonial-card footer span { color: var(--ink-soft); font-size: .72rem; }
.testimonial-card-featured footer span { color: rgba(255,255,255,.58); }
.consultation-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-top: 20px;
  padding: 34px 38px;
  border: 1px solid rgba(0,151,189,.18);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(4,28,38,.06);
}
.consultation-strip span { color: var(--blue); font-size: .68rem; font-weight: 900; letter-spacing: .14em; }
.consultation-strip h3 { max-width: 740px; margin: 8px 0 0; font-size: clamp(1.5rem,2.5vw,2.35rem); }
.consultation-strip .button { flex: 0 0 auto; }

.partner-section { padding-block: 120px; color: #fff; background: var(--ink); }
.partner-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.partner-copy { max-width: 520px; margin-bottom: 35px; color: rgba(255,255,255,.68); font-size: 1.1rem; }
.process-list { position: relative; margin: 0; padding: 0; list-style: none; }
.process-list::before { position: absolute; top: 0; bottom: 0; left: 27px; width: 1px; background: linear-gradient(var(--cyan), rgba(18,217,219,0)); content: ""; transform: scaleY(var(--process-progress, 0)); transform-origin: top; }
.process-list li { display: grid; grid-template-columns: 65px 1fr; gap: 22px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.process-list li:first-child { padding-top: 4px; }
.process-list span { color: var(--cyan); font-size: .75rem; font-weight: 800; }
.process-list strong { font-size: 1.25rem; }
.process-list p { margin: 5px 0 0; color: rgba(255,255,255,.6); }

.split-heading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 70px; align-items: end; max-width: none; }
.split-heading > p { margin-bottom: 24px; }
#work.section-shell { width: 100%; max-width: none; padding-inline: max(20px, calc((100vw - 1180px) / 2)); color: #fff; background: #030b10; }
#work .split-heading > p { color: rgba(255,255,255,.52); }
.work-grid { display: block; }
.work-scenes { position: relative; padding-top: 10px; }
.work-scene {
  position: sticky;
  top: 92px;
  min-height: calc(100vh - 116px);
  margin-bottom: 58vh;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: clamp(20px, 3vw, 38px);
  color: #fff;
  background: #07151c;
  box-shadow: 0 45px 120px rgba(0,0,0,.45);
  transform: scale(var(--scene-scale, .94));
  transform-origin: center top;
  opacity: var(--scene-opacity, .5);
  transition: border-color .25s ease;
}
.work-scene:last-child { margin-bottom: 0; }
.work-scene:hover { border-color: rgba(18,217,219,.34); }
.work-media, .work-media::after { position: absolute; inset: 0; }
.work-media::after {
  background:
    linear-gradient(90deg, rgba(2,8,12,.96) 0%, rgba(2,8,12,.78) 38%, rgba(2,8,12,.14) 75%),
    linear-gradient(0deg, rgba(2,8,12,.72), transparent 52%);
  content: "";
}
.work-media img { width: 100%; height: 100%; object-fit: cover; transform: scale(var(--image-scale, 1.1)) translate3d(0, var(--image-shift, 2%), 0); will-change: transform; }
.work-content { position: absolute; z-index: 2; top: 50%; left: clamp(28px, 6vw, 88px); width: min(610px, 52%); transform: translateY(calc(-50% + var(--content-shift, 24px))); opacity: var(--content-opacity, .2); }
.work-index { display: block; margin-bottom: clamp(70px, 12vh, 128px); color: rgba(255,255,255,.48); font-size: .68rem; font-weight: 850; letter-spacing: .16em; }
.work-type { display: block; margin-bottom: 20px; color: var(--cyan); font-size: .68rem; font-weight: 850; letter-spacing: .16em; }
.work-scene h3 { max-width: 720px; margin-bottom: 24px; font-size: clamp(3rem, 5.6vw, 6.4rem); }
.work-scene .work-content > p { max-width: 560px; color: rgba(255,255,255,.64); font-size: 1.05rem; }
.work-scene blockquote { max-width: 570px; margin: 28px 0 9px; padding: 18px 0 0; border-top: 1px solid rgba(255,255,255,.18); color: #fff; font-weight: 650; }
.work-role { color: rgba(255,255,255,.45); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.work-card::after { display: none; }

.fit-section { padding-block: 90px; border-block: 1px solid var(--line); background: #fff; }
.fit-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.fit-layout h2 { max-width: 700px; font-size: clamp(2.2rem,3.4vw,3.55rem); }
.fit-list { display: grid; gap: 0; }
.fit-list p { display: grid; grid-template-columns: 30px 1fr; padding: 18px 0; margin: 0; border-bottom: 1px solid var(--line); color: var(--ink-soft); }
.fit-list span { color: var(--cyan-deep); font-weight: 900; }

.contact-section { padding-block: 120px; color: #fff; background: linear-gradient(140deg, #061820, #073446); }
.contact-layout { display: grid; grid-template-columns: .86fr 1.14fr; gap: 100px; }
.contact-copy > p:not(.eyebrow) { max-width: 510px; color: rgba(255,255,255,.68); font-size: 1.08rem; }
.contact-details { display: grid; gap: 6px; margin-top: 38px; }
.contact-details a { color: var(--cyan); font-weight: 800; }
.contact-details span { color: rgba(255,255,255,.55); font-size: .86rem; }
.booking-card { margin-top: 34px; padding: 26px; border: 1px solid rgba(18,217,219,.3); border-radius: 20px; background: rgba(18,217,219,.08); }
.booking-card > span { color: var(--cyan); font-size: .66rem; font-weight: 900; letter-spacing: .12em; }
.booking-card > strong { display: block; margin-top: 8px; font-size: 1.15rem; }
.booking-card > p { margin: 8px 0 20px; color: rgba(255,255,255,.58); font-size: .86rem; }
.booking-card .button { min-height: 46px; }
.contact-form { display: grid; gap: 20px; padding: 36px; border: 1px solid rgba(255,255,255,.15); border-radius: 24px; background: rgba(255,255,255,.06); }
.contact-form label { display: grid; gap: 8px; }
.contact-form label > span { color: rgba(255,255,255,.78); font-size: .8rem; font-weight: 700; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; outline: none; color: #fff; background: rgba(0,0,0,.16); }
.contact-form input { height: 50px; padding: 0 15px; }
.contact-form textarea { padding: 13px 15px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(18,217,219,.13); }
.contact-form .button { border-color: var(--cyan); color: var(--ink); background: var(--cyan); }
.form-note, .form-status { margin: 0; font-size: .78rem; }
.form-note { color: rgba(255,255,255,.5); }
.form-note a { color: #fff; text-decoration: underline; }
.form-status { min-height: 1.25rem; color: var(--cyan); }

.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; padding: 35px max(20px, calc((100vw - 1180px) / 2)); border-top: 1px solid var(--line); background: #fff; }
.footer-brand { display: flex; align-items: center; gap: 10px; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand span { color: var(--ink-soft); font-size: .74rem; }
.footer-links { display: flex; gap: 24px; color: var(--ink-soft); font-size: .84rem; }
.site-footer > p { justify-self: end; margin: 0; color: var(--ink-soft); font-size: .74rem; }

.privacy-page { min-height: 100vh; background: #fff; }
.privacy-main { width: min(760px, calc(100% - 40px)); margin: 0 auto; padding: 100px 0 130px; }
.privacy-main h1 { font-size: clamp(2.8rem,6vw,5rem); }
.privacy-main h2 { margin-top: 45px; font-size: 1.5rem; }
.privacy-main p, .privacy-main li { color: var(--ink-soft); }
.privacy-main a { color: var(--blue); text-decoration: underline; }

.reveal {
  opacity: 0;
  transform: translateY(42px);
  transition: opacity .8s cubic-bezier(.22,1,.36,1), transform .8s cubic-bezier(.22,1,.36,1);
  transition-delay: var(--reveal-delay, 0ms);
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.hero .hero-copy > * {
  opacity: 0;
  transform: translateY(28px);
  animation: hero-enter .8s cubic-bezier(.22,1,.36,1) forwards;
}
.hero .hero-copy > *:nth-child(1) { animation-delay: .08s; }
.hero .hero-copy > *:nth-child(2) { animation-delay: .16s; }
.hero .hero-copy > *:nth-child(3) { animation-delay: .26s; }
.hero .hero-copy > *:nth-child(4) { animation-delay: .36s; }
.hero .hero-copy > *:nth-child(5) { animation-delay: .46s; }
.hero-visual { opacity: 0; animation: visual-enter 1.1s cubic-bezier(.22,1,.36,1) .22s forwards; }

@keyframes hero-enter { to { opacity: 1; transform: translateY(0); } }
@keyframes visual-enter { from { opacity: 0; transform: translateY(40px) scale(.94); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes text-shimmer { to { background-position: -220% center; } }
@keyframes morph-blob { 0% { border-radius: 45% 55% 54% 46% / 49% 42% 58% 51%; transform: rotate(-4deg) scale(1); } 50% { border-radius: 58% 42% 38% 62% / 41% 57% 43% 59%; transform: rotate(1deg) scale(1.025); } 100% { border-radius: 39% 61% 60% 40% / 58% 42% 58% 42%; transform: rotate(-2deg) scale(.985); } }
@keyframes card-float-main { 0%,100% { transform: translate3d(0,0,28px) rotateX(0) rotateY(0); } 50% { transform: translate3d(0,-13px,28px) rotateX(1.5deg) rotateY(-1.5deg); } }
@keyframes card-float-side { 0%,100% { transform: translate3d(0,0,54px) rotate(0); } 50% { transform: translate3d(5px,-12px,54px) rotate(1deg); } }
@keyframes card-float-code { 0%,100% { transform: translate3d(0,0,42px) rotate(0); } 50% { transform: translate3d(-5px,10px,42px) rotate(-1.5deg); } }
@keyframes active-step { 50% { box-shadow: inset 0 0 0 1px rgba(18,217,219,.4), 0 0 32px rgba(18,217,219,.3); } }
@keyframes scan-lines { 0% { transform: translateX(0) skewX(-18deg); } 65%,100% { transform: translateX(400%) skewX(-18deg); } }
@keyframes orbit-spin { to { transform: rotate(360deg); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes intro-word { from { opacity: 0; letter-spacing: .7em; transform: translateY(18px); } to { opacity: 1; letter-spacing: .38em; transform: translateY(0); } }
@keyframes intro-line { to { transform: translateX(-50%) scaleX(1); } }
@keyframes intro-curtain { 0% { clip-path: inset(0 0 0 0); } 99% { clip-path: inset(0 0 100% 0); visibility: visible; } 100% { clip-path: inset(0 0 100% 0); visibility: hidden; } }
@keyframes cinematic-drift { from { transform: scale(1.04) translate3d(0,0,0); } to { transform: scale(1.1) translate3d(-1.6%, -.8%, 0); } }
@keyframes hero-light-sweep { 0% { opacity: 0; transform: translateX(0) skewX(-12deg); } 14% { opacity: 1; } 70%,100% { opacity: 0; transform: translateX(900%) skewX(-12deg); } }
@keyframes hero-timer { to { transform: scaleX(1); } }
@keyframes scroll-cue { 0% { opacity: 0; transform: translate(-50%,0); } 30% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%,15px); } }
@keyframes scene-chip-one { 50% { transform: translate3d(-8px,-12px,0); } }
@keyframes scene-chip-two { 50% { transform: translate3d(7px,10px,0); } }
@keyframes scene-chip-three { 50% { transform: translate3d(-5px,-9px,0); } }

@media (max-width: 920px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .hero { height: 320svh; }
  .hero-stage { grid-template-columns: 1fr; min-height: 620px; padding-top: 72px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { display: none; }
  .hero-cinematic img { object-position: 62% center; }
  .hero-cinematic::before { background: linear-gradient(180deg, rgba(3,11,16,.98) 0%, rgba(3,11,16,.82) 50%, rgba(3,11,16,.34) 74%, rgba(3,11,16,.72) 100%); }
  .hero-scroll-cue { display: none; }
  .partner-layout, .contact-layout { grid-template-columns: 1fr; gap: 60px; }
  .split-heading, .fit-layout, .trust-heading { grid-template-columns: 1fr; gap: 25px; }
  .trust-layout { grid-template-columns: 1fr; }
  .upwork-proof-card { position: relative; top: auto; min-height: auto; }
  .proof-bar { grid-template-columns: repeat(2, 1fr); }
  .proof-bar div:nth-child(2) { border-right: 0; }
  .proof-bar div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.09); }
  .split-heading > p { max-width: 650px; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer > p { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 640px) {
  .section-shell { width: min(100% - 28px, 1180px); }
  .section-block, .partner-section, .contact-section { padding-block: 82px; }
  .site-header { padding: 13px 15px; }
  .brand span { font-size: .96rem; }
  .site-header > .button { min-height: 38px; padding-inline: 13px; font-size: .74rem; }
  .hero-stage { gap: 0; top: 65px; height: calc(100svh - 65px); padding: 46px 20px 92px; }
  .hero-intro-row { align-items: flex-start; flex-direction: column; gap: 12px; }
  .hero h1 { margin-bottom: 20px; font-size: clamp(2.7rem, 13vw, 4.15rem); }
  .hero-lead { margin-bottom: 25px; font-size: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .signal-list { display: none; }
  .hero-visual::before { inset: 10px 4px 0 30px; }
  .visual-card-main { top: 80px; right: 22px; left: 45px; padding: 25px; }
  .visual-card-float { right: 2px; bottom: 42px; }
  .visual-card-code { bottom: 0; left: 0; }
  .orbit-one { right: -80px; }
  .scene-note-top { top: 36px; right: 4px; }
  .scene-note-bottom { right: 40px; bottom: 18px; }
  .scene-status { right: 0; bottom: 112px; }
  .hero-parallax-rail { top: auto; right: 20px; bottom: 18px; left: 20px; grid-template-columns: auto minmax(50px,1fr) auto; gap: 11px; align-items: center; transform: none; }
  .hero-parallax-progress { width: auto; height: 1px; }
  .hero-parallax-progress i { transform: scaleX(var(--hero-story-progress, 0)); transform-origin: left; }
  .hero-scene-nav { display: flex; gap: 2px; }
  .hero-scene-nav button { width: 31px; height: 31px; justify-content: center; padding: 0; }
  .hero-scene-nav strong { display: none; }
  .proof-bar strong { font-size: 1.35rem; }
  .proof-bar { grid-template-columns: 1fr 1fr; }
  .proof-bar div { padding: 24px 20px; border-right: 1px solid rgba(255,255,255,.09); border-bottom: 1px solid rgba(255,255,255,.09); }
  .proof-bar div:nth-child(even) { border-right: 0; }
  .proof-bar div:last-child { border-bottom: 0; }
  .trust-heading { margin-bottom: 38px; }
  .upwork-proof-card { padding: 30px; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-card-featured { grid-column: auto; }
  .testimonial-card { min-height: 270px; padding: 28px; }
  .consultation-strip { align-items: flex-start; flex-direction: column; padding: 28px; }
  .capability-grid, .work-grid { grid-template-columns: 1fr; }
  .capability-card, .work-card { min-height: auto; padding: 28px; }
  #work.section-shell { padding-inline: 14px; }
  #work .split-heading { padding-inline: 0; }
  .work-scene { top: 72px; min-height: calc(100vh - 92px); margin-bottom: 42vh; padding: 0; }
  .work-media::after { background: linear-gradient(0deg, rgba(2,8,12,.98) 3%, rgba(2,8,12,.7) 50%, rgba(2,8,12,.08) 88%); }
  .work-media img { object-position: 68% center; }
  .work-content { top: auto; right: 24px; bottom: 32px; left: 24px; width: auto; transform: translateY(var(--content-shift, 24px)); }
  .work-index { margin-bottom: 36px; }
  .work-scene h3 { font-size: clamp(2.35rem, 12vw, 4rem); }
  .work-scene .work-content > p { font-size: .94rem; }
  .work-scene blockquote { display: none; }
  .card-number, .work-type { margin-bottom: 38px; }
  .contact-form { padding: 24px; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
  .site-footer > p { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .hero { height: auto; }
  .hero-stage { position: relative; top: auto; height: auto; min-height: 820px; }
  .hero-scene { clip-path: inset(0 0 0 100%); }
  .hero-scene:first-of-type { clip-path: inset(0); }
  .hero-parallax-rail { display: none; }
  .reveal, .hero .hero-copy > *, .hero-visual { opacity: 1; transform: none; }
  .marquee-track { animation: none; }
  .page-intro { display: none; }
  .work-scene { --scene-scale: 1 !important; --scene-opacity: 1 !important; }
  .work-media img { --image-scale: 1.05 !important; --image-shift: 0% !important; }
  .work-content { --content-shift: 0px !important; --content-opacity: 1 !important; }
}

@media (hover: none), (pointer: coarse) {
  .cursor-glow { display: none; }
}
