@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap');

:root {
  --navy: #0a376f;
  --navy-2: #0d4f99;
  --navy-3: #126bc0;
  --blue: #0077ff;
  --cyan: #16b8ff;
  --ice: #eef7ff;
  --white: #fff;
  --ink: #0b1b3a;
  --muted: #58708e;
  --line: rgba(165, 201, 237, .24);
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Manrope, Arial, sans-serif; line-height: 1.6; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 100; padding: 10px 16px; background: #fff; color: var(--navy); border-radius: 10px; }
.skip-link:focus { top: 16px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; color: #fff; border-bottom: 1px solid rgba(255,255,255,.13); }
.nav { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.brand { width: 72px; height: 72px; display: block; text-decoration: none; }
.brand img { width: 72px; height: 72px; object-fit: contain; filter: drop-shadow(0 10px 18px rgba(1,27,62,.2)); }
.brand span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
nav { display: flex; align-items: center; gap: 32px; }
nav a { color: rgba(255,255,255,.78); text-decoration: none; font-size: 14px; font-weight: 700; transition: color .2s ease; }
nav a:hover { color: #fff; }
.nav-cta { padding: 11px 18px; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.25); background: transparent; border-radius: 50%; }
.menu-toggle span { width: 18px; height: 2px; display: block; background: #fff; margin: 5px auto; }

.hero { position: relative; min-height: 820px; overflow: hidden; color: #fff; padding: 176px 0 32px; background: radial-gradient(circle at 72% 42%, rgba(50,185,255,.38), transparent 30%), linear-gradient(135deg, #0a3266 0%, #0d4d93 50%, #126fc5 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .24; 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 bottom, #000 25%, transparent 92%); }
.hero-orbit { position: absolute; border: 1px solid rgba(62,171,255,.16); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 760px; height: 760px; right: -170px; top: 40px; }
.orbit-two { width: 520px; height: 520px; right: -50px; top: 160px; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 68px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: #74ccff; text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 800; }
.eyebrow span { width: 26px; height: 1px; background: currentColor; }
h1, h2, h3 { font-family: "Space Grotesk", Manrope, sans-serif; }
h1 { margin: 0; max-width: 660px; font-size: clamp(60px, 7vw, 102px); line-height: .88; letter-spacing: -.065em; font-weight: 600; }
h1 em { color: var(--cyan); font-style: normal; }
.lead { max-width: 630px; margin: 30px 0 0; color: #bdcde2; font-size: clamp(17px, 2vw, 20px); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; gap: 12px; border-radius: 999px; padding: 15px 23px; font-size: 14px; font-weight: 800; text-decoration: none; }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--blue), #159dff); box-shadow: 0 14px 38px rgba(0,119,255,.32); }
.button-primary span { font-size: 18px; }
.text-link { color: #fff; text-underline-offset: 6px; font-size: 14px; font-weight: 700; }

.hero-stage { position: relative; min-height: 515px; }
.stage-glow { position: absolute; width: 330px; height: 330px; left: 25%; top: 15%; background: #0077ff; filter: blur(100px); opacity: .2; border-radius: 50%; }
.code-window { position: absolute; width: min(530px, 92%); left: 8%; top: 70px; border: 1px solid rgba(151,204,255,.24); background: rgba(4,20,48,.76); backdrop-filter: blur(18px); border-radius: 22px; box-shadow: 0 38px 90px rgba(0,0,0,.28); transform: rotate(-2deg); overflow: hidden; }
.window-bar { height: 54px; display: flex; align-items: center; gap: 7px; padding: 0 18px; border-bottom: 1px solid rgba(255,255,255,.08); color: #6782a5; font-family: monospace; font-size: 11px; }
.window-bar i { width: 8px; height: 8px; border-radius: 50%; background: #2b4c76; }
.window-bar span { margin-left: auto; }
.code-body { padding: 28px 24px 34px; font-family: Consolas, monospace; font-size: clamp(12px, 1.35vw, 15px); }
.code-body p { margin: 11px 0; white-space: nowrap; }
.line-no { display: inline-block; width: 35px; color: #365474; user-select: none; }
.code-blue { color: #5cc6ff; }
.code-green { color: #88e4b4; }
.code-purple { color: #b39cff; }
.code-comment { color: #53789d; }
.metric-card { position: absolute; z-index: 2; width: 195px; padding: 18px; border: 1px solid rgba(186,220,255,.25); border-radius: 18px; color: #fff; background: rgba(12,44,99,.8); backdrop-filter: blur(16px); box-shadow: 0 24px 60px rgba(0,0,0,.22); }
.metric-card span { display: block; color: #3cb8ff; font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.metric-card strong, .metric-card small { display: block; }
.metric-card strong { margin-top: 6px; font-family: "Space Grotesk", sans-serif; font-size: 19px; }
.metric-card small { color: #98afd0; font-size: 11px; }
.metric-top { right: 0; top: 10px; }
.metric-bottom { left: 0; bottom: 18px; }
.stage-logo { position: absolute; right: 2%; bottom: 0; width: 154px; aspect-ratio: 1; transform: rotate(5deg); filter: drop-shadow(0 28px 35px rgba(0,0,0,.24)); }
.stage-logo img { width: 100%; height: 100%; object-fit: contain; }
.hero-footer { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 24px; margin-top: 100px; color: #b3ddff; font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.status { display: flex; align-items: center; gap: 10px; }
.status span { width: 8px; height: 8px; border-radius: 50%; background: #42e99a; box-shadow: 0 0 0 5px rgba(66,233,154,.09); }

.section { padding: 130px 0; }
.eyebrow.dark { color: #0077ff; }
.section-heading { display: grid; grid-template-columns: 1.25fr .55fr; align-items: end; gap: 80px; margin-bottom: 72px; }
.section-heading h2, .services-intro h2, .approach h2, .contact h2 { margin: 0; font-size: clamp(46px, 6vw, 78px); line-height: .98; letter-spacing: -.06em; font-weight: 600; }
.section-heading h2 em, .services-intro h2 em, .approach h2 em, .contact h2 em { color: var(--blue); font-style: normal; }
.section-heading > p { margin: 0 0 8px; color: var(--muted); font-size: 16px; }

.work { background: #f6faff; }
.projects { display: grid; gap: 30px; }
.project { min-height: 590px; display: grid; grid-template-columns: .72fr 1.28fr; overflow: hidden; border: 1px solid #dbe9f8; border-radius: 32px; background: #fff; box-shadow: 0 30px 80px rgba(6,26,58,.08); }
.project-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(34px, 5vw, 66px); }
.project-meta { display: flex; gap: 14px; color: #7390af; text-transform: uppercase; letter-spacing: .13em; font-size: 10px; font-weight: 800; }
.project-meta span:first-child { color: var(--blue); }
.project h3 { margin: 28px 0 6px; font-size: clamp(46px, 5vw, 70px); line-height: 1; letter-spacing: -.065em; }
.project-lead { margin: 0 0 20px; color: var(--navy-2) !important; font-size: 20px !important; font-weight: 700; }
.project-copy > p { color: var(--muted); font-size: 15px; }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 30px 0 0; padding: 0; list-style: none; }
.tag-list li { padding: 8px 12px; color: #42617f; border: 1px solid #d7e6f5; border-radius: 999px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.project-link { width: fit-content; display: inline-flex; align-items: center; gap: 10px; margin-top: 24px; color: var(--blue); font-size: 12px; font-weight: 800; text-decoration: none; border-bottom: 1px solid #acd4f5; }
.project-link span { font-size: 17px; transition: transform .2s ease; }
.project-link:hover span { transform: translate(3px, -3px); }
.project-visual { position: relative; min-width: 0; overflow: hidden; }

.invoice-ui { display: grid; place-items: center; padding: 55px 25px; background: radial-gradient(circle at 70% 20%, #84d7ff, transparent 32%), linear-gradient(145deg, #0875f1, #0648b8 70%, #042f81); }
.browser-shell { width: min(700px, 95%); overflow: hidden; border: 1px solid rgba(255,255,255,.44); border-radius: 20px; background: #f7fbff; box-shadow: 0 32px 70px rgba(0,26,88,.35); transform: perspective(1000px) rotateY(-5deg) rotateX(2deg); }
.browser-top { height: 43px; display: flex; align-items: center; gap: 6px; padding: 0 14px; color: #7a91ad; background: #fff; font-size: 9px; }
.browser-top i { width: 7px; height: 7px; border-radius: 50%; background: #cbdceb; }
.browser-top span { margin-left: 12px; }
.app-layout { min-height: 370px; display: grid; grid-template-columns: 52px 1fr; }
.app-layout aside { display: flex; align-items: center; flex-direction: column; gap: 24px; padding: 18px 0; background: #071d45; }
.app-layout aside b { display: grid; place-items: center; width: 25px; height: 25px; color: #fff; border-radius: 8px; background: #0f8cff; font-size: 12px; }
.app-layout aside span { width: 16px; height: 3px; opacity: .65; border-radius: 4px; background: #6f8db2; }
.app-main { padding: 24px 26px; }
.app-title { display: flex; justify-content: space-between; align-items: end; gap: 14px; }
.app-title small, .app-title strong { display: block; }
.app-title small { color: #869ab1; font-size: 9px; }
.app-title strong { font-family: "Space Grotesk"; font-size: 21px; }
.app-title button { padding: 9px 12px; border: 0; color: #fff; border-radius: 8px; background: #087cff; font-size: 8px; font-weight: 800; }
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 22px; }
.stat-row > div { padding: 14px; border: 1px solid #e1edf8; border-radius: 10px; background: #fff; }
.stat-row small, .stat-row strong, .stat-row em { display: block; }
.stat-row small { color: #8398b1; font-size: 7px; }
.stat-row strong { margin-top: 5px; color: #102647; font-size: 16px; }
.stat-row em { color: #12a56a; font-size: 7px; font-style: normal; }
.chart-card { margin-top: 12px; padding: 14px; border: 1px solid #e1edf8; border-radius: 10px; background: #fff; }
.chart-head { display: flex; justify-content: space-between; font-size: 8px; font-weight: 800; }
.chart-head small { color: #869ab1; }
.chart-bars { height: 100px; display: flex; align-items: end; gap: 8%; padding: 15px 5px 0; border-bottom: 1px solid #dbe9f5; }
.chart-bars i { flex: 1; max-width: 28px; border-radius: 5px 5px 0 0; background: linear-gradient(#1bb5ff, #0874ee); }
.table-lines { display: grid; gap: 6px; margin-top: 12px; }
.table-lines span { height: 6px; border-radius: 3px; background: linear-gradient(90deg, #d9e7f3 20%, transparent 20% 25%, #e5eff7 25% 64%, transparent 64% 70%, #d9e7f3 70%); }

.project-teamgames { grid-template-columns: 1.28fr .72fr; }
.project-teamgames .project-copy { order: 2; }
.game-ui { min-height: 590px; display: grid; place-items: center; background: radial-gradient(circle at 30% 30%, rgba(133,77,255,.55), transparent 30%), radial-gradient(circle at 72% 68%, rgba(0,170,255,.45), transparent 28%), #0a0e27; }
.game-ui::before { content: ""; position: absolute; inset: 0; opacity: .12; background: repeating-linear-gradient(120deg, transparent 0 28px, #fff 29px 30px); }
.game-card { position: absolute; border: 1px solid rgba(255,255,255,.17); border-radius: 20px; color: #fff; background: rgba(12,16,47,.9); box-shadow: 0 35px 80px rgba(0,0,0,.4); }
.card-back { width: 300px; height: 400px; display: flex; justify-content: space-between; padding: 22px; transform: translate(-105px, -8px) rotate(-9deg); color: #8193bd; background: linear-gradient(145deg, rgba(88,42,160,.75), #111936); }
.card-back b { color: #38e6a8; }
.card-main { width: min(450px, 76%); min-height: 390px; overflow: hidden; transform: translate(55px, 5px) rotate(3deg); }
.game-nav { height: 52px; display: flex; align-items: center; gap: 20px; padding: 0 18px; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 8px; letter-spacing: .1em; }
.game-nav b { color: #9f7cff; font-size: 17px; }
.game-nav i { width: 23px; height: 23px; margin-left: auto; border: 4px solid #287bff; border-radius: 50%; }
.arena { position: relative; height: 265px; display: grid; place-items: center; background: radial-gradient(circle, rgba(145,88,255,.25), transparent 50%); }
.arena-ring { width: 130px; height: 130px; display: grid; place-items: center; border: 1px solid rgba(173,128,255,.48); border-radius: 50%; box-shadow: 0 0 0 30px rgba(123,73,225,.07), 0 0 0 60px rgba(123,73,225,.04); }
.arena-ring span { font-family: "Space Grotesk"; font-size: 34px; font-weight: 800; }
.player { position: absolute; display: grid; gap: 8px; text-align: center; font-size: 8px; }
.player i { width: 52px; height: 52px; border-radius: 50%; background: linear-gradient(145deg, #1f8eff, #2643ca); box-shadow: 0 0 30px rgba(38,137,255,.45); }
.player.p1 { left: 10%; bottom: 40px; }
.player.p2 { right: 10%; top: 40px; }
.player.p2 i { background: linear-gradient(145deg, #ff9b43, #e7417b); box-shadow: 0 0 30px rgba(255,99,73,.4); }
.game-footer { display: flex; align-items: center; justify-content: space-between; padding: 15px 18px; color: #55e8ad; font-size: 8px; letter-spacing: .08em; }
.game-footer button { padding: 8px 14px; border: 0; color: #fff; border-radius: 999px; background: linear-gradient(135deg, #8b62ff, #336bff); font-size: 8px; font-weight: 800; }
.score-pill { position: absolute; z-index: 4; right: 7%; top: 10%; padding: 13px 20px; color: #fff; border: 1px solid rgba(255,255,255,.2); border-radius: 13px; background: rgba(26,35,78,.86); backdrop-filter: blur(14px); box-shadow: 0 18px 40px rgba(0,0,0,.3); }
.score-pill small, .score-pill strong { display: block; }
.score-pill small { color: #52e8a9; font-size: 7px; }

.race-ui { min-height: 590px; display: grid; place-items: center; background: radial-gradient(circle at 65% 25%, rgba(0,119,255,.3), transparent 24%), linear-gradient(145deg, #061225, #020812); }
.race-ui::after { content: ""; position: absolute; inset: 0; opacity: .15; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 40px 40px; }
.track-line { position: absolute; width: 400px; height: 240px; border: 12px double rgba(34,139,255,.28); border-radius: 48% 52% 36% 64% / 52% 38% 62% 48%; transform: rotate(-20deg); filter: drop-shadow(0 0 15px rgba(0,119,255,.3)); }
.race-dashboard { position: relative; z-index: 2; width: min(560px, 82%); overflow: hidden; color: #fff; border: 1px solid rgba(94,160,229,.28); border-radius: 18px; background: rgba(4,18,40,.9); box-shadow: 0 35px 80px #000; transform: perspective(900px) rotateY(-5deg); }
.race-head { display: flex; align-items: center; justify-content: space-between; padding: 18px 22px; border-bottom: 1px solid rgba(255,255,255,.08); }
.race-head small { color: #1ba5ff; letter-spacing: .18em; }
.race-head b { margin-left: 5px; font-size: 20px; }
.race-head > span { color: #ff4c64; font-size: 8px; letter-spacing: .13em; }
.race-content { height: 215px; display: flex; align-items: center; justify-content: space-around; padding: 20px; background: linear-gradient(120deg, rgba(0,119,255,.1), transparent); }
.lap small, .lap strong { display: block; }
.lap small { color: #6d87a5; font-size: 9px; letter-spacing: .2em; }
.lap strong { font-family: "Space Grotesk"; font-size: 72px; line-height: 1; letter-spacing: -.08em; }
.lap strong span { color: #59718d; font-size: 22px; }
.speed { width: 130px; aspect-ratio: 1; display: grid; place-items: center; align-content: center; border: 8px solid #0e3b6e; border-top-color: #0ca7ff; border-right-color: #0ca7ff; border-radius: 50%; }
.speed span { font-family: "Space Grotesk"; font-size: 36px; font-weight: 700; line-height: 1; }
.speed small { color: #7890aa; font-size: 7px; }
.race-stats { display: grid; grid-template-columns: repeat(3, 1fr); padding: 15px 22px; border-top: 1px solid rgba(255,255,255,.08); }
.race-stats span { padding-left: 14px; border-left: 2px solid #0c83e9; }
.race-stats small, .race-stats b { display: block; }
.race-stats small { color: #607995; font-size: 7px; }
.race-stats b { font-size: 11px; }
.race-mobile { position: absolute; z-index: 3; right: 5%; bottom: 7%; width: 110px; height: 180px; padding: 16px; color: #fff; border: 1px solid rgba(255,255,255,.17); border-radius: 20px; background: #071a34; box-shadow: 0 25px 60px rgba(0,0,0,.5); transform: rotate(5deg); }
.race-mobile small, .race-mobile strong, .race-mobile span { display: block; }
.race-mobile small { color: #7089a6; font-size: 7px; }
.race-mobile strong { margin-top: 22px; color: #1ca8ff; font-family: "Space Grotesk"; font-size: 52px; line-height: 1; }
.race-mobile span { margin-top: 14px; color: #49dda3; font-size: 9px; }

.field-tech { overflow: hidden; color: var(--ink); background: linear-gradient(180deg, #fff 0%, #edf8ff 100%); }
.field-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.field-copy h2 { margin: 0; font-size: clamp(48px, 6vw, 78px); line-height: .98; letter-spacing: -.06em; font-weight: 600; }
.field-copy h2 em { color: var(--blue); font-style: normal; }
.field-lead { max-width: 590px; margin: 28px 0 38px; color: var(--muted); font-size: 17px; }
.field-features { border-top: 1px solid #cfe3f5; }
.field-features article { display: grid; grid-template-columns: 56px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid #cfe3f5; }
.field-features article > span { width: 40px; height: 40px; display: grid; place-items: center; color: var(--blue); border: 1px solid #afd4f3; border-radius: 50%; font-size: 9px; font-weight: 800; }
.field-features h3 { margin: 0 0 6px; font-size: 24px; letter-spacing: -.04em; }
.field-features p { margin: 0; color: var(--muted); font-size: 13px; }
.field-visual { position: relative; min-height: 660px; display: grid; place-items: center; border-radius: 36px; background: radial-gradient(circle at 35% 25%, rgba(80,203,255,.68), transparent 28%), linear-gradient(145deg, #087fee, #16a7ef 65%, #73d8ff); box-shadow: 0 35px 90px rgba(0,100,190,.18); }
.field-visual::before { content: ""; position: absolute; inset: 0; opacity: .17; background-image: linear-gradient(rgba(255,255,255,.5) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.5) 1px, transparent 1px); background-size: 48px 48px; }
.route-map { position: absolute; inset: 9% 7%; opacity: .7; }
.route-map::before, .route-map::after { content: ""; position: absolute; height: 3px; border-radius: 99px; background: rgba(255,255,255,.48); transform-origin: left center; }
.route-map::before { width: 44%; left: 7%; top: 28%; transform: rotate(28deg); }
.route-map::after { width: 36%; right: 5%; bottom: 28%; transform: rotate(-34deg); }
.route-map i { position: absolute; width: 18px; height: 18px; border: 5px solid rgba(255,255,255,.9); border-radius: 50%; box-shadow: 0 0 0 7px rgba(255,255,255,.14); }
.route-map i:nth-child(1) { left: 5%; top: 23%; }
.route-map i:nth-child(2) { left: 42%; top: 47%; }
.route-map i:nth-child(3) { right: 4%; bottom: 22%; }
.route-map i:nth-child(4) { right: 15%; top: 11%; }
.route-map span { position: absolute; width: 34%; height: 3px; right: 14%; top: 16%; background: rgba(255,255,255,.5); transform: rotate(42deg); transform-origin: right center; }
.scanner-phone { position: relative; z-index: 2; width: 300px; min-height: 555px; padding: 22px 22px 25px; overflow: hidden; color: var(--ink); border: 7px solid #083872; border-radius: 42px; background: #f7fbff; box-shadow: 0 38px 80px rgba(1,43,99,.38); transform: rotate(-3deg); }
.phone-speaker { width: 70px; height: 6px; margin: 0 auto 24px; border-radius: 99px; background: #aac4dd; }
.phone-head span, .phone-head b { display: block; }
.phone-head span { color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.phone-head b { margin-top: 3px; font-family: "Space Grotesk"; font-size: 21px; }
.scan-area { position: relative; height: 235px; display: grid; place-items: center; margin-top: 20px; overflow: hidden; border-radius: 22px; background: linear-gradient(145deg, #d8ebf8, #edf7ff); }
.scan-corners { position: absolute; inset: 18px; border: solid var(--blue); border-width: 2px 0 0 2px; }
.scan-corners::before, .scan-corners::after { content: ""; position: absolute; width: 38px; height: 38px; border: solid var(--blue); }
.scan-corners::before { right: 0; top: -2px; border-width: 2px 2px 0 0; }
.scan-corners::after { left: -2px; bottom: 0; border-width: 0 0 2px 2px; }
.barcode { width: 175px; height: 82px; display: flex; align-items: stretch; gap: 4px; padding: 12px; background: #fff; box-shadow: 0 12px 30px rgba(17,60,95,.12); transform: rotate(2deg); }
.barcode i { flex: 1; background: #142c48; }
.barcode i:nth-child(2n) { flex: .45; }
.barcode i:nth-child(3n) { flex: 1.6; }
.scan-line { position: absolute; left: 12%; right: 12%; top: 48%; height: 2px; background: #00aaff; box-shadow: 0 0 12px #00aaff; }
.scan-result { display: flex; align-items: center; gap: 11px; margin-top: 16px; padding: 13px; border-radius: 14px; background: #e2f8ef; }
.scan-result > span { width: 28px; height: 28px; display: grid; place-items: center; color: #fff; border-radius: 50%; background: #17bd78; font-weight: 800; }
.scan-result small, .scan-result strong { display: block; }
.scan-result small { color: #318265; font-size: 8px; }
.scan-result strong { font-size: 11px; }
.delivery-row { display: flex; align-items: center; justify-content: space-between; margin-top: 16px; padding-top: 16px; border-top: 1px solid #d8e7f3; }
.delivery-row small, .delivery-row b { display: block; }
.delivery-row small { color: #8297ad; font-size: 8px; }
.delivery-row b { font-size: 11px; }
.delivery-row > strong { color: var(--blue); font-size: 11px; }
.field-badge { position: absolute; z-index: 3; min-width: 175px; padding: 15px 18px; color: #fff; border: 1px solid rgba(255,255,255,.35); border-radius: 16px; background: rgba(5,67,137,.8); backdrop-filter: blur(14px); box-shadow: 0 20px 45px rgba(3,59,117,.24); }
.field-badge span, .field-badge strong { display: block; }
.field-badge span { color: #9de6ff; font-size: 8px; font-weight: 800; letter-spacing: .15em; }
.field-badge strong { margin-top: 3px; font-size: 13px; }
.badge-android { left: 5%; top: 18%; }
.badge-sync { right: 4%; bottom: 14%; }

.services { color: #fff; background: radial-gradient(circle at 10% 30%, rgba(67,195,255,.35), transparent 27%), linear-gradient(135deg, #0a3974, #0f62ae); }
.services .container { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
.services-intro { align-self: start; position: sticky; top: 130px; }
.services-intro h2 em { color: var(--cyan); }
.services-intro > p:last-child { max-width: 460px; margin-top: 30px; color: #9bb0ca; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
.service-card { position: relative; min-height: 390px; padding: 40px; border: solid rgba(255,255,255,.1); border-width: 0 0 1px 1px; transition: background .25s ease, transform .25s ease; }
.service-card:nth-child(-n+2) { border-top-width: 1px; }
.service-card:nth-child(even) { border-right-width: 1px; }
.service-card:hover { z-index: 2; background: var(--navy-2); transform: translateY(-4px); }
.service-featured { background: rgba(32,166,255,.14); box-shadow: inset 0 0 0 1px rgba(104,214,255,.35); }
.service-featured .service-icon { color: #fff; background: linear-gradient(135deg, #00a8ff, #0077ff); }
.service-no { position: absolute; top: 24px; right: 25px; color: #426386; font-size: 10px; font-weight: 800; }
.service-icon { width: 56px; height: 56px; display: grid; place-items: center; color: var(--cyan); border: 1px solid rgba(66,183,255,.28); border-radius: 17px; background: rgba(0,119,255,.09); font-family: "Space Grotesk"; font-size: 18px; font-weight: 800; }
.service-card h3 { margin: 40px 0 12px; font-size: 28px; letter-spacing: -.035em; }
.service-card p { color: #91a8c3; font-size: 14px; }
.service-card ul { margin: 24px 0 0; padding: 0; list-style: none; color: #c7d5e6; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.service-card li { padding: 7px 0; border-top: 1px solid rgba(255,255,255,.07); }

.approach { overflow: hidden; background: #fff; }
.approach-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 120px; align-items: center; }
.approach-copy > p:last-child { max-width: 520px; margin-top: 34px; color: var(--muted); }
.process { counter-reset: process; }
.process article { display: grid; grid-template-columns: 80px 1fr; gap: 30px; padding: 34px 0; border-top: 1px solid #dce8f4; }
.process article:last-child { border-bottom: 1px solid #dce8f4; }
.process article > span { width: 54px; height: 54px; display: grid; place-items: center; color: var(--blue); border: 1px solid #bfdcf5; border-radius: 50%; font-size: 11px; font-weight: 800; }
.process h3 { margin: 0 0 8px; font-size: 29px; letter-spacing: -.04em; }
.process p { margin: 0; color: var(--muted); font-size: 14px; }

.seo-content { background: #f4faff; }
.seo-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; align-items: start; }
.seo-intro { position: sticky; top: 120px; }
.seo-intro h2 { margin: 0; font-size: clamp(46px, 5.5vw, 72px); line-height: .98; letter-spacing: -.06em; font-weight: 600; }
.seo-intro h2 em { color: var(--blue); font-style: normal; }
.seo-intro > p:last-child { max-width: 540px; margin-top: 30px; color: var(--muted); font-size: 15px; }
.faq-list { border-top: 1px solid #cbdff1; }
.faq-list details { border-bottom: 1px solid #cbdff1; }
.faq-list summary { position: relative; padding: 28px 48px 28px 0; cursor: pointer; list-style: none; color: var(--ink); font-family: "Space Grotesk", sans-serif; font-size: clamp(19px, 2vw, 25px); font-weight: 700; letter-spacing: -.025em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 50%; width: 32px; height: 32px; display: grid; place-items: center; color: var(--blue); border: 1px solid #acd0ef; border-radius: 50%; font-family: Manrope, sans-serif; font-size: 19px; transform: translateY(-50%); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 760px; margin: -4px 55px 26px 0; color: var(--muted); font-size: 14px; }

.manifesto { overflow: hidden; padding: 13px 0; color: #fff; background: var(--blue); }
.manifesto-track { width: max-content; display: flex; align-items: center; gap: 18px; transform: translateX(-1%); white-space: nowrap; }
.manifesto-track span { font-family: "Space Grotesk"; font-size: clamp(20px, 2.25vw, 34px); line-height: 1.05; font-weight: 700; letter-spacing: -.035em; }
.manifesto-track i { color: #8fddff; font-style: normal; font-size: 14px; }

.contact { color: #fff; background: radial-gradient(circle at 80% 50%, rgba(90,211,255,.38), transparent 28%), linear-gradient(135deg, #0a3e7a, #0d66b8); }
.contact-inner { display: grid; grid-template-columns: 1fr .72fr; gap: 100px; align-items: center; }
.contact h2 em { color: var(--cyan); }
.contact-inner > div > p:last-child { max-width: 620px; margin-top: 30px; color: #9db1c9; }
.contact-actions { display: grid; }
.contact-link { position: relative; display: grid; gap: 7px; padding: 28px 54px 28px 0; border-top: 1px solid rgba(255,255,255,.18); text-decoration: none; }
.contact-link:last-child { border-bottom: 1px solid rgba(255,255,255,.18); }
.contact-link small { color: #718dad; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.contact-link strong { font-size: clamp(18px, 2vw, 24px); }
.contact-link > span { position: absolute; right: 6px; top: 50%; color: var(--cyan); font-size: 24px; transform: translateY(-50%); transition: transform .2s ease; }
.contact-link:hover > span { transform: translate(5px, -55%); }

footer { padding: 54px 0 26px; color: #a9c9e8; background: #082c57; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 50px; padding-bottom: 44px; }
.footer-brand img { width: 88px; height: 88px; object-fit: contain; filter: drop-shadow(0 12px 20px rgba(0,0,0,.22)); }
.footer-top p { font-size: 13px; }
.back-top { color: #b6c7da; font-size: 12px; font-weight: 800; text-underline-offset: 5px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }

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

@media (max-width: 980px) {
  nav { display: none; position: absolute; left: 24px; right: 24px; top: 82px; align-items: stretch; flex-direction: column; gap: 0; padding: 16px; border: 1px solid rgba(255,255,255,.15); border-radius: 18px; background: rgba(4,22,50,.98); box-shadow: 0 20px 60px rgba(0,0,0,.35); }
  nav.is-open { display: flex; }
  nav a { padding: 12px; }
  .nav-cta { margin-top: 6px; text-align: center; }
  .menu-toggle { display: block; }
  .hero { min-height: auto; padding-top: 150px; }
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .hero-stage { width: min(660px, 100%); margin: 0 auto; }
  .hero-footer { margin-top: 58px; }
  .section { padding: 94px 0; }
  .section-heading, .field-grid, .services .container, .approach-grid, .seo-grid, .contact-inner { grid-template-columns: 1fr; gap: 48px; }
  .project, .project-teamgames { grid-template-columns: 1fr; }
  .project-teamgames .project-copy { order: initial; }
  .project-visual, .game-ui, .race-ui { min-height: 520px; }
  .field-visual { min-height: 620px; }
  .services-intro { position: static; }
  .seo-intro { position: static; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .back-top { grid-column: 2; grid-row: 1; justify-self: end; }
  .footer-top p { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 32px, var(--container)); }
  .nav { min-height: 78px; }
  .brand, .brand img { width: 60px; height: 60px; }
  .hero { padding-top: 126px; }
  h1 { font-size: clamp(54px, 18vw, 78px); }
  .hero-stage { min-height: 420px; }
  .code-window { left: 0; top: 58px; width: 100%; }
  .metric-top { right: -4px; top: 6px; }
  .metric-bottom { left: -4px; bottom: 0; }
  .stage-logo { width: 110px; right: -2px; bottom: 12px; }
  .hero-footer { align-items: flex-start; flex-direction: column; margin-top: 44px; }
  .section { padding: 76px 0; }
  .section-heading { margin-bottom: 42px; }
  .project { border-radius: 24px; }
  .project-copy { padding: 34px 24px; }
  .project h3 { font-size: 50px; }
  .project-visual, .game-ui, .race-ui { min-height: 400px; }
  .field-visual { min-height: 540px; border-radius: 24px; }
  .scanner-phone { width: 250px; min-height: 485px; padding: 18px; border-width: 6px; border-radius: 34px; }
  .scan-area { height: 190px; }
  .badge-android { left: 2%; top: 10%; }
  .badge-sync { right: 2%; bottom: 8%; }
  .field-badge { min-width: 145px; padding: 12px 14px; }
  .browser-shell { width: 105%; transform: translateX(4%) rotate(-2deg); }
  .stat-row { grid-template-columns: 1fr 1fr; }
  .stat-row > div:last-child { display: none; }
  .app-main { padding: 18px 14px; }
  .game-card.card-main { width: 88%; transform: translate(22px, 2px) rotate(2deg); }
  .card-back { transform: translate(-90px, -5px) rotate(-8deg); }
  .score-pill { right: 2%; }
  .race-dashboard { width: 94%; transform: translateX(-4%); }
  .race-content { height: 190px; }
  .lap strong { font-size: 56px; }
  .speed { width: 100px; }
  .race-mobile { right: 1%; bottom: 2%; width: 90px; height: 145px; }
  .race-mobile strong { font-size: 42px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:nth-child(-n+2), .service-card:nth-child(even) { min-height: auto; border-width: 1px 1px 0; }
  .service-card:last-child { border-bottom-width: 1px; }
  .approach-grid { gap: 50px; }
  .process article { grid-template-columns: 60px 1fr; gap: 16px; }
  .contact-inner { gap: 44px; }
  .footer-top { grid-template-columns: 1fr auto; gap: 24px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
}
