:root {
  --ink: #f4f7ff;
  --muted: #9aa4bc;
  --blue: #4c68ff;
  --cyan: #56d9ff;
  --night: #05070c;
  --panel: #0a0e18;
  --line: rgba(255,255,255,.1);
  --section-bg: #080b12;
  --card-surface: rgba(10,14,24,.92);
  --input-bg: rgba(3,6,12,.55);
  --shadow-color: rgba(0,0,0,.35);
  --chat-bg: rgba(7,10,17,.96);
  --chat-user-bg: linear-gradient(135deg,#315cff,#5d55df);
  --chat-assistant-bg: rgba(255,255,255,.055);
  --shell: min(1180px, calc(100vw - 48px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--night); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; overflow-x: hidden; transition: color .75s cubic-bezier(.16,1,.3,1),background-color .75s cubic-bezier(.16,1,.3,1); }
a { color: inherit; text-decoration: none; }
.shell { width: var(--shell); margin-inline: auto; }
.noise { position: fixed; inset: 0; opacity: .035; pointer-events: none; z-index: 20; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }
.cursor-glow { position: fixed; width: 420px; height: 420px; border-radius: 50%; background: rgba(55,82,255,.08); filter: blur(90px); pointer-events: none; z-index: -1; transform: translate(-50%,-50%); }
.nav { height: 88px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); position: relative; z-index: 100; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: .95rem; font-weight: 700; letter-spacing: -.02em; }
.brand-logo { position: relative; width: 42px; height: 42px; flex: 0 0 42px; overflow: hidden; }
.brand-logo img { position: absolute; top: 50%; left: 50%; display: block; width: 78px; height: 78px; max-width: none; transform: translate(-50%,-50%); }
.brand-mark { width: 39px; height: 39px; display: grid; place-items: center; background: linear-gradient(135deg,var(--blue),#8b5cff); border-radius: 11px; font-size: .9rem; box-shadow: 0 10px 35px rgba(76,104,255,.35); }
.nav nav { display: flex; gap: 34px; color: #bec5d6; font-size: .9rem; }
.nav nav a { transition: color .2s; }
.nav nav a:hover { color: white; }
.nav-cta { border: 1px solid var(--line); padding: 12px 16px; border-radius: 999px; font-size: .85rem; background: rgba(255,255,255,.04); }
.nav-cta span,.button span { color: var(--cyan); margin-left: 8px; }
.menu-button { display: none; background: none; border: 1px solid var(--line); color: white; padding: 9px 13px; border-radius: 99px; }
.hero { min-height: 750px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; position: relative; }
.eyebrow { color: #aeb8d0; text-transform: uppercase; letter-spacing: .17em; font-weight: 600; font-size: .72rem; display: flex; align-items: center; gap: 10px; }
.eyebrow > span { width: 7px; height: 7px; background: var(--cyan); border-radius: 50%; box-shadow: 0 0 18px var(--cyan); }
h1,h2,h3,p { margin-top: 0; }
h1 { font-size: clamp(4rem, 7.7vw, 7.4rem); line-height: .88; letter-spacing: -.075em; margin: 35px 0 32px; max-width: 820px; }
h1 em,h2 em { color: transparent; -webkit-text-stroke: 1px rgba(204,215,255,.66); font-style: normal; }
.hero-copy > p { max-width: 560px; font-size: 1.15rem; line-height: 1.65; color: var(--muted); }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 42px; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: 17px 22px; border-radius: 999px; font-size: .92rem; font-weight: 650; }
.button-primary { background: var(--ink); color: #070911; box-shadow: 0 16px 44px rgba(202,213,255,.12); transition: transform .25s, box-shadow .25s; }
.button-primary:hover { transform: translateY(-3px); box-shadow: 0 18px 60px rgba(100,125,255,.3); }
.button-primary span { color: #3152ff; }
.text-link { color: #bcc5db; font-size: .9rem; }
.text-link span { margin-left: 8px; }
.hero-art { height: 580px; position: relative; display: grid; place-items: center; perspective: 1000px; }
.hero-art::before { content: ""; position: absolute; inset: 17%; background: radial-gradient(circle,rgba(52,88,255,.24),transparent 67%); filter: blur(20px); animation: breathe 5s ease-in-out infinite; }
.core { width: 196px; height: 196px; border: 1px solid rgba(125,151,255,.35); background: radial-gradient(circle at 35% 25%,#18295b,#090d19 60%); border-radius: 38%; display: flex; flex-direction: column; justify-content: center; align-items: center; transform: rotate(8deg); box-shadow: inset 0 0 40px rgba(82,111,255,.15),0 30px 100px rgba(27,60,224,.2); position: relative; z-index: 2; animation: float 6s ease-in-out infinite; }
.core span { font-size: 4.3rem; font-weight: 800; letter-spacing: -.08em; }
.core small { color: #92a4d0; font-size: .53rem; letter-spacing: .2em; }
.orbital { position: absolute; border: 1px solid rgba(136,157,255,.18); border-radius: 50%; transform: rotateX(67deg) rotateZ(12deg); }
.orbital::after { content: ""; position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 22px var(--cyan); top: 50%; left: -5px; }
.orbital-one { width: 410px; height: 410px; animation: spin 14s linear infinite; }
.orbital-two { width: 520px; height: 520px; opacity: .55; animation: spinBack 20s linear infinite; }
.float-card { position: absolute; z-index: 3; border: 1px solid rgba(255,255,255,.13); background: rgba(10,14,26,.72); backdrop-filter: blur(16px); border-radius: 14px; color: #c9d1e4; font-size: .72rem; box-shadow: 0 20px 45px rgba(0,0,0,.3); }
.card-code { left: 1%; top: 24%; padding: 14px 16px; }
.status { display: inline-block; width: 7px; height: 7px; background: #6cffb0; border-radius: 50%; margin-right: 8px; box-shadow: 0 0 12px #6cffb0; }
.card-growth { right: 0; top: 34%; padding: 15px 20px; display: flex; flex-direction: column; }
.card-growth strong { font-size: 1.5rem; color: white; letter-spacing: -.04em; }
.card-growth span { color: #8290ad; margin-top: 3px; }
.card-brand { left: 12%; bottom: 22%; padding: 14px 16px; }
.card-brand span { color: var(--cyan); margin-left: 10px; }
.card-orbit-service { right:5%; bottom:15%; display:flex; align-items:center; gap:9px; padding:12px 15px; animation:orbit-service-float 6.8s ease-in-out -1.4s infinite; }
.orbit-play { position:relative; width:22px; height:22px; flex:0 0 22px; border:1px solid rgba(86,217,255,.58); border-radius:50%; box-shadow:0 0 12px rgba(86,217,255,.18); }
.orbit-play::after { content:""; position:absolute; left:8px; top:6px; border-left:7px solid var(--cyan); border-block:4px solid transparent; }
.signal-strip { overflow: hidden; border-block: 1px solid var(--line); background: #080b12; transform: rotate(-1.2deg) scale(1.02); }
.signal-track { width:max-content; padding:17px 0; display:flex; gap:32px; align-items:center; color:#68728c; font-size:.73rem; letter-spacing:.18em; animation:marquee 46s linear infinite; will-change:transform; }
.signal-group { display:flex; flex:0 0 auto; gap:26px; align-items:center; }
.signal-track i { color: var(--blue); font-style: normal; }
.section { padding-top: 150px; padding-bottom: 150px; }
.section-heading { display: grid; grid-template-columns: .45fr 1.55fr; margin-bottom: 70px; }
.section-heading > div { display: flex; gap: 18px; align-items: center; align-self: start; padding-top: 11px; }
.section-number { color: var(--blue); font-size: .7rem; }
.section-heading h2,.showcase h2,.contact h2 { font-size: clamp(2.7rem,5.2vw,5.3rem); line-height: 1.02; letter-spacing: -.06em; margin-bottom: 0; }
#services.section { padding-top: clamp(72px,10vh,110px); padding-bottom: 110px; }
#services .section-heading { margin-bottom: 44px; }
.services-intro { grid-column: 2; max-width: 720px; margin: 20px 0 0; color: var(--muted); font-size: .95rem; line-height: 1.65; }
#services .services-heading h2 { position: relative; isolation: isolate; }
#services .services-heading h2::before { content: ""; position: absolute; z-index: -1; inset: -20% -8%; pointer-events: none; opacity: 0; background: radial-gradient(ellipse at 56% 62%,rgba(76,104,255,.28),transparent 66%); filter: blur(28px); }
.services-title-mask { display: inline-block; overflow: hidden; vertical-align: bottom; padding: .08em .08em .1em; margin: -.08em -.08em -.1em; }
.services-title-line { display: inline-block; }
.services-grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: repeat(2,clamp(230px,29vh,290px)) repeat(3,clamp(270px,31vh,310px)); gap: 16px; }
.service-card { min-height: 0; position: relative; perspective: 1200px; border-radius: 24px; outline: none; touch-action: pan-y; }
.service-card-inner { width: 100%; height: 100%; position: relative; transform-style: preserve-3d; transform: translateY(0) rotateX(0) rotateY(0); transition: transform .52s cubic-bezier(.16,1,.3,1); }
.service-card-face { position: absolute; inset: 0; padding: clamp(22px,2vw,30px); overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.017)); backface-visibility: hidden; -webkit-backface-visibility: hidden; transition: border-color .52s cubic-bezier(.16,1,.3,1),box-shadow .52s cubic-bezier(.16,1,.3,1); }
.service-card-back { transform: rotateY(180deg); justify-content: center; background: radial-gradient(circle at 82% 18%,rgba(50,91,255,.22),transparent 43%),linear-gradient(145deg,#0d1323,#080b13); }
.service-card.is-flipped .service-card-inner { transform: rotateY(180deg); }
.service-large { grid-row: span 2; min-height: 0; }
.service-large .service-card-front { background: radial-gradient(circle at 50% 12%,rgba(50,77,210,.22),transparent 40%),linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.017)); }
.service-video .service-card-front { background: radial-gradient(circle at 82% 15%,rgba(102,72,220,.19),transparent 42%),linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.017)); }
.service-creative .service-card-front { background: radial-gradient(circle at 82% 15%,rgba(147,73,220,.17),transparent 42%),linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.017)); }
.service-marketing .service-card-front { background: radial-gradient(circle at 15% 50%,rgba(37,164,224,.15),transparent 34%),linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.017)); }
.service-automation .service-card-front { background: radial-gradient(circle at 15% 50%,rgba(45,70,190,.19),transparent 34%),linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.017)); }
.service-wide { grid-column: span 2; min-height: 0; }
.service-wide .service-card-front { display: grid; grid-template-columns: 1fr; align-items: end; }
.service-card:focus-visible .service-card-face { border-color: rgba(86,127,255,.76); box-shadow: 0 18px 48px rgba(35,70,225,.2),0 0 28px rgba(76,104,255,.09); }
.service-card:focus-visible { outline: 2px solid var(--cyan); outline-offset: 5px; }
.service-card h3 { font-size: clamp(1.55rem,2.4vw,2.5rem); max-width: 520px; letter-spacing: -.045em; margin: 12px 0; }
.service-card p { color: var(--muted); font-size: .88rem; line-height: 1.55; max-width: 530px; margin-bottom: 0; }
.service-card ul { display: flex; list-style: none; gap: 7px; flex-wrap: wrap; padding: 0; margin: 16px 0 0; }
.service-card li { border: 1px solid var(--line); color: #aab4ca; border-radius: 999px; padding: 7px 10px; font-size: .65rem; }
.pos-card .service-card-front { background: radial-gradient(circle at 17% 50%,rgba(32,112,175,.16),transparent 31%),linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.017)); }
.pos-content { min-width: 0; }
.pos-card h3 { font-size: clamp(1.5rem,2vw,2.1rem); }
.pos-capabilities { margin-top: 13px!important; }
.pos-capabilities li { padding: 6px 9px; font-size: .61rem; }
.flip-control { appearance:none; border:1px solid rgba(123,151,220,.2); border-radius:999px; padding:5px 6px 5px 10px; color:#9aa9c8; background:rgba(8,13,24,.58); backdrop-filter:blur(10px); box-shadow:inset 0 1px rgba(255,255,255,.04); font:inherit; cursor:pointer; display:inline-flex; align-items:center; gap:7px; font-size:.58rem; font-weight:700; letter-spacing:.08em; text-transform:uppercase; transition:color .35s,border-color .35s,box-shadow .35s,opacity .35s,transform .45s cubic-bezier(.16,1,.3,1); }
.service-card:not(.service-card-animation-complete) .flip-control { pointer-events: none; }
.flip-control:focus-visible,.service-discuss:focus-visible { outline: 2px solid var(--cyan); outline-offset: 4px; border-radius: 5px; }
.flip-open { position:absolute; z-index:6; top:18px; right:18px; opacity:.56; transform:none; }
.service-card:not(.service-wide) .flip-open { right: 24px; }
.flip-open:focus-visible { opacity: 1; transform: translateY(0); }
.flip-touch-label { display: none; }
.flip-symbol { width: 23px; height: 23px; flex: 0 0 23px; display: grid; place-items: center; border: 1px solid rgba(86,217,255,.42); border-radius: 50%; color: var(--cyan); font-size: .83rem; box-shadow: 0 0 15px rgba(76,104,255,.14); transition: transform .5s cubic-bezier(.16,1,.3,1); }
.flip-return { position:absolute; z-index:2; top:18px; right:18px; color:#a7b7f9; }
.flip-return > span { font-size:0; }
.flip-return > span::after { content:"CLICK TO RETURN"; font-size:.58rem; }
.service-card-back h3 { margin: 12px 0 14px; max-width: 760px; }
.service-back-list { display: grid!important; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px 22px!important; margin: 0 0 20px!important; max-width: 760px; }
.service-back-list li { position: relative; border: 0; border-radius: 0; padding: 4px 4px 4px 15px; font-size: .72rem; }
.service-back-list li::before { content: ""; position: absolute; left: 0; top: .75em; width: 5px; height: 5px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 10px var(--blue); }
.service-discuss { align-self: flex-start; color: #dbe3ff; font-size: .75rem; font-weight: 700; letter-spacing: .02em; }
.service-discuss span { color: var(--cyan); margin-left: 5px; }
.service-video .service-card-front h3,.service-creative .service-card-front h3 { font-size: clamp(1.3rem,2vw,2rem); margin-block: 8px; }
.service-video .service-card-front p,.service-creative .service-card-front p { font-size: .78rem; line-height: 1.4; }
.service-video .service-card-front ul,.service-creative .service-card-front ul { margin-top: 10px; }
.service-video .service-card-front li,.service-creative .service-card-front li { padding: 5px 8px; }
.service-video .service-card-back h3,.service-creative .service-card-back h3 { font-size: 1.35rem; margin-block: 8px; }
.service-video .service-card-back .service-back-list,.service-creative .service-card-back .service-back-list { gap: 2px 12px!important; margin-bottom: 10px!important; }
.service-video .service-card-back li,.service-creative .service-card-back li { padding-block: 2px; font-size: .62rem; }

/* Code-native service artwork */
#services .service-card { --service-accent:var(--blue); --service-accent-rgb:76,104,255; }
#services .service-video { --service-accent:#8068ff; --service-accent-rgb:128,104,255; }
#services .service-creative { --service-accent:#9a64ff; --service-accent-rgb:154,100,255; }
#services .service-marketing,#services .pos-card { --service-accent:var(--cyan); --service-accent-rgb:86,217,255; }
#services .service-visual { position:relative; z-index:1; width:100%; min-width:0; overflow:hidden; pointer-events:none; transform:translateZ(12px); opacity:1; transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1),filter .35s; }
#services .service-copy { position:relative; z-index:2; min-width:0; }
#services .service-label { display:block; margin-bottom:7px; color:#7886a5; font-size:.53rem; font-weight:700; letter-spacing:.18em; line-height:1.2; }
#services .service-label b { color:var(--service-accent); font-weight:800; }
#services .service-large .service-card-front { justify-content:space-between; }
#services .service-large .service-visual { height:52%; min-height:270px; }
#services .service-video .service-visual,#services .service-creative .service-visual { flex:0 0 82px; margin-bottom:9px; }
#services .service-wide .service-card-front { grid-template-columns:minmax(0,1fr) minmax(310px,.9fr); align-items:center; gap:clamp(28px,5vw,72px); }
#services .service-wide .service-visual { height:190px; }
#services .service-card.is-flipped .service-visual,#services.visuals-paused .service-visual { animation-play-state:paused; }
#services .service-card.is-flipped .service-visual *,#services.visuals-paused .service-visual * { animation-play-state:paused!important; }
.js #services.services-animate-ready .service-card:not(.service-visual-ready) .service-visual { opacity:0; transform:translateY(13px) translateZ(0); }
#services .service-card-animation-complete:hover .service-visual { filter:brightness(1.16); transform:translateZ(23px); }

/* Software: connected browser, app, shop, and code surfaces. */
.service-visual--software { perspective:900px; background:radial-gradient(circle at 52% 48%,rgba(76,104,255,.2),transparent 57%); }
.visual-glow { position:absolute; inset:16% 18%; border-radius:50%; background:rgba(55,91,255,.16); filter:blur(28px); animation:visual-breathe 6.8s ease-in-out infinite; }
.ui-panel { position:absolute; border:1px solid rgba(121,151,255,.28); border-radius:9px; background:linear-gradient(145deg,rgba(17,25,43,.96),rgba(5,9,17,.94)); box-shadow:0 16px 34px rgba(0,0,0,.34),inset 0 1px rgba(255,255,255,.055); }
.software-browser { z-index:3; left:18%; top:13%; width:64%; height:58%; padding:20px 12px 11px; transform:rotateX(3deg) rotateY(-4deg); animation:panel-float 6.3s ease-in-out infinite; }
.ui-topbar { position:absolute; inset:0 0 auto; height:15px; display:flex; align-items:center; gap:4px; padding-left:7px; border-bottom:1px solid rgba(126,149,205,.16); }
.ui-topbar i { width:3px; height:3px; border-radius:50%; background:#7182a8; }
.browser-nav,.browser-hero,.browser-cta { display:block; border-radius:3px; background:rgba(129,151,204,.2); }
.browser-nav { width:36%; height:4px; }
.browser-hero { width:72%; height:24%; margin-top:13px; background:linear-gradient(90deg,rgba(76,104,255,.52),rgba(86,217,255,.13)); }
.browser-cards { display:grid; grid-template-columns:repeat(3,1fr); gap:5px; margin-top:8px; }
.browser-cards i { height:29px; border:1px solid rgba(116,140,198,.18); border-radius:4px; background:rgba(255,255,255,.025); }
.browser-cta { width:23%; height:7px; margin-top:8px; background:#516eff; box-shadow:0 0 10px rgba(76,104,255,.42); }
.software-mobile { z-index:4; left:7%; bottom:7%; width:24%; height:46%; padding:11px 7px 7px; transform:rotate(-4deg); animation:panel-float-alt 5.4s ease-in-out infinite; }
.software-mobile > span { display:block; width:32%; height:3px; margin:auto; border-radius:4px; background:#6a7898; }
.software-mobile b { display:grid; grid-template-columns:repeat(2,1fr); gap:5px; margin-top:12px; }
.software-mobile b i { aspect-ratio:1; border-radius:4px; background:linear-gradient(145deg,rgba(76,104,255,.45),rgba(86,217,255,.08)); }
.software-mobile em { position:absolute; left:24%; right:24%; bottom:7px; height:3px; border-radius:4px; background:#56d9ff; box-shadow:0 0 9px #56d9ff; }
.software-shop { z-index:2; right:2%; top:25%; width:31%; height:42%; padding:12px; transform:rotate(4deg); animation:panel-float 7.1s ease-in-out -1.2s infinite; }
.shop-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:5px; }
.shop-grid i { height:28px; border-radius:3px; background:linear-gradient(145deg,rgba(112,130,174,.2),rgba(76,104,255,.13)); }
.shop-bag { position:absolute; right:8px; bottom:7px; width:10px; height:10px; border:1px solid #56d9ff; border-radius:2px; }
.shop-bag::before { content:""; position:absolute; left:2px; top:-5px; width:4px; height:5px; border:1px solid #56d9ff; border-bottom:0; border-radius:4px 4px 0 0; }
.software-shop em { position:absolute; left:10px; bottom:10px; width:36%; height:3px; border-radius:3px; background:#516eff; }
.software-code { z-index:1; left:21%; top:3%; width:40%; height:31%; padding:13px 11px; transform:rotate(-5deg); animation:panel-float-alt 7.6s ease-in-out -.8s infinite; }
.software-code i { display:block; height:3px; margin:6px 0; border-radius:4px; background:linear-gradient(90deg,#8068ff 0 22%,rgba(106,127,181,.28) 22% 70%,transparent 70%); }
.software-code i:nth-child(2) { width:78%; margin-left:10%; }.software-code i:nth-child(3) { width:62%; }.software-code i:nth-child(4) { width:84%; margin-left:7%; }
.software-link { position:absolute; z-index:0; height:1px; opacity:.45; background:linear-gradient(90deg,transparent,#56d9ff,transparent); transform-origin:left; }
.software-link-a { left:13%; top:62%; width:39%; rotate:-18deg; }.software-link-b { left:55%; top:44%; width:37%; rotate:14deg; }
.software-link::after { content:""; position:absolute; top:-2px; width:5px; height:5px; border-radius:50%; background:#7ee5ff; box-shadow:0 0 9px #56d9ff; animation:connector-travel 4.8s ease-in-out infinite; }
.connection-point { position:absolute; z-index:5; width:6px; height:6px; border-radius:50%; background:#56d9ff; box-shadow:0 0 12px #56d9ff; }.point-a{left:46%;top:57%}.point-b{right:22%;top:43%}

/* Video: preview, moving playhead, timeline, and grading controls. */
.service-visual--video { border:1px solid rgba(128,104,255,.18); border-radius:10px; background:rgba(4,8,17,.42); }
.video-preview { position:absolute; left:7px; top:7px; width:48%; bottom:24px; overflow:hidden; border-radius:6px; background:radial-gradient(circle at 65% 32%,rgba(128,104,255,.35),transparent 48%),#080d18; }
.video-sweep { position:absolute; inset:-30% auto -30% -50%; width:35%; rotate:14deg; background:linear-gradient(90deg,transparent,rgba(160,197,255,.18),transparent); animation:preview-sweep 5.6s ease-in-out infinite; }
.video-play { position:absolute; left:50%; top:50%; width:24px; height:24px; translate:-50% -50%; border:1px solid rgba(255,255,255,.48); border-radius:50%; background:rgba(9,14,27,.48); }
.video-play::after { content:""; position:absolute; left:9px; top:7px; border-left:7px solid #dce5ff; border-block:4px solid transparent; }
.video-preview small { position:absolute; left:5px; bottom:4px; color:#a9b7dc; font-size:.38rem; letter-spacing:.12em; }
.video-timeline { position:absolute; left:52%; right:7px; top:12px; height:48px; border-left:1px solid rgba(130,151,201,.18); }
.video-clip { position:absolute; left:7px; height:8px; border-radius:2px; background:linear-gradient(90deg,rgba(76,104,255,.55),rgba(128,104,255,.25)); }.clip-a{top:2px;width:61%}.clip-b{top:15px;width:78%;margin-left:11%}.clip-c{top:28px;width:54%;margin-left:3%}
.video-playhead { position:absolute; top:-5px; bottom:-5px; left:8%; width:1px; background:#8ee9ff; box-shadow:0 0 7px #56d9ff; animation:playhead 5.8s linear infinite; }
.video-playhead::before { content:""; position:absolute; left:-3px; top:0; border-top:5px solid #8ee9ff; border-inline:3px solid transparent; }
.video-wave { position:absolute; left:54%; bottom:7px; display:flex; align-items:center; gap:3px; height:15px; }.video-wave i{width:2px;height:var(--wave,7px);background:#647cff;animation:wave 1.7s ease-in-out infinite alternate}.video-wave i:nth-child(2n){--wave:13px;animation-delay:-.5s}.video-wave i:nth-child(3n){--wave:10px;animation-delay:-1s}
.color-controls { position:absolute; right:8px; bottom:7px; display:flex; gap:4px; }.color-controls i{width:11px;height:11px;border:1px solid rgba(255,255,255,.2);border-radius:50%;background:conic-gradient(#8068ff,#56d9ff,#243e91,#8068ff)}

/* Creative: typography, swatches, layout frames, and selection motion. */
.service-visual--creative { border-radius:10px; background:linear-gradient(rgba(105,125,175,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(105,125,175,.08) 1px,transparent 1px),radial-gradient(circle at 30% 45%,rgba(154,100,255,.23),transparent 46%); background-size:18px 18px,18px 18px,auto; }
.service-visual--creative > strong { position:absolute; left:11%; top:10%; font-family:Georgia,serif; font-size:2.8rem; line-height:1; color:#f2f4ff; text-shadow:0 0 22px rgba(128,104,255,.35); }
.creative-swatches { position:absolute; left:12%; bottom:10px; display:flex; gap:5px; }.creative-swatches i{width:10px;height:10px;border-radius:2px;background:#4c68ff;animation:swatch 4s ease-in-out infinite}.creative-swatches i:nth-child(2){background:#7d65ff;animation-delay:1s}.creative-swatches i:nth-child(3){background:#56d9ff;animation-delay:2s}.creative-swatches i:nth-child(4){background:#f4f7ff;animation-delay:3s}
.creative-frame { position:absolute; border:1px solid rgba(165,181,226,.28); border-radius:4px; background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(76,104,255,.04)); box-shadow:0 10px 20px rgba(0,0,0,.18); }.frame-a{right:21%;top:9px;width:27%;height:52px;rotate:4deg;animation:panel-float 5.2s ease-in-out infinite}.frame-b{right:5%;top:20px;width:22%;height:48px;rotate:-5deg;animation:panel-float-alt 6.1s ease-in-out infinite}
.creative-frame::before,.creative-frame::after { content:""; position:absolute; left:6px; right:6px; height:6px; background:rgba(110,134,201,.18); }.creative-frame::before{top:7px}.creative-frame::after{top:18px;right:35%}
.creative-selection { position:absolute; left:48%; top:18%; width:37px; height:31px; border:1px solid #56d9ff; box-shadow:0 0 10px rgba(86,217,255,.18); animation:selection-move 6s ease-in-out infinite; }.creative-selection::after{content:"";position:absolute;right:-3px;bottom:-3px;width:5px;height:5px;background:#56d9ff}
.creative-scan { position:absolute; inset:0 0 auto; height:1px; background:linear-gradient(90deg,transparent,rgba(86,217,255,.62),transparent); animation:creative-scan 5.5s ease-in-out infinite; }

/* Marketing: one-time chart draw with subtle channel pulses. */
.service-visual--marketing { overflow:visible!important; }
.campaign-card { position:absolute; z-index:2; left:20%; top:12%; width:53%; height:74%; padding:12px; border:1px solid rgba(86,217,255,.24); border-radius:11px; background:linear-gradient(145deg,rgba(15,25,43,.96),rgba(6,11,20,.94)); box-shadow:0 17px 32px rgba(0,0,0,.3); }
.campaign-card b { color:#aab9dc; font-size:.48rem; letter-spacing:.18em; }.campaign-card svg{display:block;width:100%;height:70px;margin-top:4px;overflow:visible}.chart-grid{fill:none;stroke:rgba(125,149,205,.12);stroke-width:1}.chart-line{fill:none;stroke:#56d9ff;stroke-width:2;stroke-linecap:round;stroke-dasharray:1;stroke-dashoffset:1}.service-visual-ready .chart-line{animation:chart-draw 1.35s cubic-bezier(.16,1,.3,1) .35s forwards}.campaign-card>span{position:absolute;right:10px;top:10px;display:flex}.campaign-card>span i{width:12px;height:12px;margin-left:-3px;border:1px solid #101726;border-radius:50%;background:#4c68ff}.campaign-card>span i:nth-child(2){background:#56d9ff}.campaign-card>span i:nth-child(3){background:#8068ff}
.target-ring { position:absolute; z-index:1; left:4%; top:20%; width:92px; height:92px; border:1px dashed rgba(86,217,255,.35); border-radius:50%; animation:target-spin 18s linear infinite; }.target-ring::before,.target-ring::after{content:"";position:absolute;border:1px solid rgba(76,104,255,.23);border-radius:50%;inset:14px}.target-ring::after{inset:31px;background:rgba(76,104,255,.2);box-shadow:0 0 18px rgba(76,104,255,.22)}.target-ring i{position:absolute;left:50%;top:-3px;width:6px;height:6px;border-radius:50%;background:#56d9ff;box-shadow:0 0 8px #56d9ff}
.channel-node { position:absolute; z-index:3; right:0; min-width:62px; padding:6px 7px; border:1px solid rgba(110,139,207,.22); border-radius:99px; color:#8f9dbc; background:rgba(8,13,23,.88); font-size:.42rem; letter-spacing:.1em; text-align:center; }.node-a{top:8%}.node-b{top:42%}.node-c{bottom:8%}
.marketing-pulse { position:absolute; z-index:2; left:69%; width:28%; height:1px; opacity:.5; background:linear-gradient(90deg,rgba(86,217,255,.08),#56d9ff,rgba(86,217,255,.08)); transform-origin:left; animation:marketing-pulse 4.5s ease-in-out infinite; }.pulse-a{top:21%;rotate:-14deg}.pulse-b{top:49%;animation-delay:1.2s}.pulse-c{top:72%;rotate:13deg;animation-delay:2.4s}

/* Automation: sequenced workflow with supporting systems. */
.service-visual--automation { display:grid; align-content:center; }
.workflow-line { position:relative; display:grid; grid-template-columns:auto 1fr auto 1fr auto 1fr auto; align-items:center; gap:6px; }
.workflow-line span { position:relative; z-index:2; padding:10px 9px; border:1px solid rgba(103,131,203,.22); border-radius:7px; color:#9daac7; background:rgba(8,13,23,.88); font-size:.43rem; letter-spacing:.09em; animation:workflow-node 6.4s ease-in-out infinite; }.workflow-line span:nth-of-type(2){animation-delay:1.15s}.workflow-line span:nth-of-type(3){animation-delay:2.3s}.workflow-line span:nth-of-type(4){animation-delay:3.45s}
.workflow-line>i { height:1px; background:rgba(92,125,205,.3); }.workflow-line>b{position:absolute;z-index:3;left:1%;top:50%;width:6px;height:6px;border-radius:50%;background:#72e1ff;box-shadow:0 0 12px #56d9ff;animation:workflow-travel 6.4s ease-in-out infinite}
.workflow-items { display:flex; justify-content:center; gap:6px; flex-wrap:wrap; margin-top:25px; }.workflow-items span{padding:5px 7px;border:1px solid rgba(112,138,196,.15);border-radius:5px;color:#71809f;font-size:.39rem;letter-spacing:.08em}.workflow-items span::before{content:"";display:inline-block;width:4px;height:4px;margin-right:5px;border:1px solid var(--service-accent);border-radius:1px}

/* POS: checkout surface, receipt, inventory, report, and system flow. */
.service-visual--pos { overflow:visible!important; }
.pos-screen { position:absolute; z-index:2; left:4%; top:7%; width:54%; height:68%; padding:28px 9px 8px; display:grid; grid-template-columns:1.35fr .65fr; gap:7px; border:1px solid rgba(86,217,255,.24); border-radius:10px; background:linear-gradient(145deg,rgba(15,25,42,.97),rgba(6,11,19,.95)); box-shadow:0 15px 30px rgba(0,0,0,.3); }
.pos-status { position:absolute; top:8px; left:9px; color:#8da0bd; font-size:.4rem; letter-spacing:.12em; }.pos-status i{display:inline-block;width:5px;height:5px;margin-right:5px;border-radius:50%;background:#62e89d;box-shadow:0 0 8px #62e89d;animation:status-pulse 2.6s ease-in-out infinite}
.pos-products { display:grid; grid-template-columns:repeat(3,1fr); gap:4px; }.pos-products i{border-radius:3px;background:linear-gradient(145deg,rgba(76,104,255,.34),rgba(86,217,255,.08))}.pos-products i:first-child{animation:product-pick 5.5s ease-in-out infinite}
.pos-summary { padding:5px; border:1px solid rgba(118,144,199,.16); border-radius:4px; }.pos-summary i{display:block;height:3px;margin:5px 0;background:rgba(132,151,193,.25)}.pos-summary b{display:block;width:70%;height:5px;margin-top:9px;border-radius:2px;background:#4c68ff}
.pos-inventory,.pos-report,.pos-receipt { position:absolute; z-index:1; border:1px solid rgba(103,134,199,.2); background:rgba(8,14,24,.9); }.pos-inventory{left:48%;top:2%;width:24%;height:43%;border-radius:7px}.pos-inventory::before{content:"INVENTORY";position:absolute;left:7px;top:7px;color:#8492af;font-size:.38rem;letter-spacing:.08em}.pos-inventory::after{content:"";position:absolute;left:7px;right:7px;bottom:8px;height:19px;background:repeating-linear-gradient(90deg,#4c68ff 0 4px,transparent 4px 8px)}
.pos-report{right:2%;top:13%;width:25%;height:49%;padding:21px 7px 7px;border-radius:7px}.pos-report::before{content:"INSIGHTS";position:absolute;left:7px;top:7px;color:#8492af;font-size:.38rem;letter-spacing:.08em}.pos-report i{display:inline-block;vertical-align:bottom;width:15%;margin:0 3%;height:32%;background:#4c68ff}.pos-report i:nth-child(2){height:65%;background:#56d9ff}.pos-report i:nth-child(3){height:48%;background:#8068ff}
.pos-receipt{left:30%;top:55%;width:20%;height:37%;padding:7px;border-radius:2px;animation:receipt-drop 5.5s ease-in-out infinite}.pos-receipt i{display:block;height:2px;margin:5px 0;background:rgba(155,172,209,.3)}
.pos-flow { position:absolute; left:54%; right:1%; bottom:4%; display:flex; align-items:center; gap:5px; }.pos-flow span{color:#8190ad;font-size:.36rem;letter-spacing:.05em}.pos-flow>i{flex:1;height:1px;background:rgba(86,217,255,.24)}.pos-flow>b{position:absolute;left:0;width:5px;height:5px;border-radius:50%;background:#56d9ff;box-shadow:0 0 8px #56d9ff;animation:pos-flow 5.5s ease-in-out infinite}

@keyframes panel-float { 0%,100%{translate:0 0} 50%{translate:0 -5px} }
@keyframes panel-float-alt { 0%,100%{translate:0 -2px} 50%{translate:0 4px} }
@keyframes visual-breathe { 0%,100%{opacity:.55;scale:.94} 50%{opacity:1;scale:1.04} }
@keyframes connector-travel { 0%{left:0;opacity:0} 18%,75%{opacity:1} 100%{left:100%;opacity:0} }
@keyframes preview-sweep { 0%,20%{left:-50%;opacity:0} 45%{opacity:1} 75%,100%{left:125%;opacity:0} }
@keyframes playhead { from{left:8%} to{left:93%} }
@keyframes wave { from{scale:1 .65;opacity:.55} to{scale:1 1;opacity:1} }
@keyframes swatch { 0%,18%,100%{filter:brightness(.65);scale:.9} 8%{filter:brightness(1.45);scale:1.12} }
@keyframes selection-move { 0%,42%,100%{translate:0 0} 55%,86%{translate:53px 17px} }
@keyframes creative-scan { 0%,12%{top:0;opacity:0} 25%{opacity:.7} 75%{opacity:.4} 88%,100%{top:100%;opacity:0} }
@keyframes chart-draw { to{stroke-dashoffset:0} }
@keyframes target-spin { to{rotate:360deg} }
@keyframes marketing-pulse { 0%,18%{scale:0 1;opacity:0} 55%{scale:1 1;opacity:.7} 85%,100%{opacity:0} }
@keyframes workflow-node { 0%,12%,100%{border-color:rgba(103,131,203,.22);box-shadow:none;color:#9daac7} 18%,30%{border-color:rgba(86,217,255,.65);box-shadow:0 0 17px rgba(86,217,255,.17);color:#d9f7ff} }
@keyframes workflow-travel { 0%,8%{left:1%;opacity:0} 12%{opacity:1} 72%{left:98%;opacity:1} 82%,100%{left:98%;opacity:0} }
@keyframes status-pulse { 50%{opacity:.5;box-shadow:0 0 3px #62e89d} }
@keyframes product-pick { 0%,25%,100%{translate:0 0;opacity:1} 42%,55%{translate:54px 6px;opacity:.35} 70%{translate:0 0;opacity:1} }
@keyframes receipt-drop { 0%,24%,100%{clip-path:inset(0 0 75% 0)} 45%,78%{clip-path:inset(0)} }
@keyframes pos-flow { 0%,12%{left:0;opacity:0} 20%{opacity:1} 75%{left:calc(100% - 5px);opacity:1} 86%,100%{left:calc(100% - 5px);opacity:0} }
@keyframes orbit-service-float { 0%,100%{translate:0 0} 50%{translate:0 -7px} }
.approach-section { background: #080b12; border-block: 1px solid var(--line); }
.process { border-top: 1px solid var(--line); }
.process-step { display: grid; grid-template-columns: .45fr .48fr 1.07fr; padding: 34px 0; border-bottom: 1px solid var(--line); transition: padding .3s,background .3s; }
.process-step:hover { padding-inline: 18px; background: rgba(255,255,255,.02); }
.process-step > span { color: #536184; font-size: .75rem; }
.process-step h3 { font-size: 1.65rem; letter-spacing: -.03em; margin-bottom: 0; }
.process-step p { color: var(--muted); line-height: 1.6; margin-bottom: 0; max-width: 550px; }
.showcase { padding-top: 140px; }
.showcase-panel { min-height: 620px; border: 1px solid rgba(117,140,255,.2); border-radius: 30px; display: flex; flex-direction: column; justify-content: center; padding: 7vw; position: relative; overflow: hidden; background: radial-gradient(circle at 87% 12%,rgba(72,97,255,.22),transparent 34%),linear-gradient(135deg,#0d1220,#070910); }
.showcase-panel::after { content: ""; position: absolute; width: 500px; height: 500px; border: 1px solid rgba(127,146,255,.12); border-radius: 50%; right: -150px; top: -170px; box-shadow: 0 0 0 70px rgba(127,146,255,.025),0 0 0 140px rgba(127,146,255,.018); }
.showcase-kicker { color: #8290b3; font-size: .72rem; text-transform: uppercase; letter-spacing: .18em; }
.showcase h2 { max-width: 930px; margin: 28px 0 70px; }
.metrics { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); padding-top: 30px; gap: 20px; }
.metrics div { display: flex; flex-direction: column; gap: 8px; }
.metrics strong { font-size: 1.9rem; }
.metrics span { color: var(--muted); font-size: .82rem; }
.contact { min-height: 780px; padding-block: 150px; position: relative; }
.contact-glow { position: absolute; width: 760px; height: 760px; left: 50%; top: 48%; translate: -50% -50%; background: radial-gradient(circle,rgba(58,84,233,.16),transparent 67%); z-index: -1; pointer-events: none; }
.contact-heading { max-width: 820px; margin-bottom: 46px; }
.contact-kicker { margin-bottom: 26px; }
.contact h2 { margin: 0; font-size: clamp(3.5rem,7vw,7rem); }
.contact-title-mask { display: inline-block; overflow: hidden; vertical-align: bottom; padding: .06em .06em .1em; margin: -.06em -.06em -.1em; }
.contact-title-line { display: inline-block; }
.contact-heading > p { max-width: 650px; margin: 26px 0 0; color: var(--muted); font-size: 1.05rem; line-height: 1.7; }
.contact-form-shell { position:relative; overflow:hidden; border:1px solid rgba(116,145,218,.22); border-radius:30px; padding:clamp(28px,5vw,66px); background:radial-gradient(circle at 88% 10%,rgba(55,84,210,.13),transparent 34%),linear-gradient(145deg,rgba(16,21,34,.97),rgba(7,10,17,.98)); box-shadow:0 30px 90px rgba(0,0,0,.35),inset 0 1px 0 rgba(255,255,255,.05); }
.contact-form-shell::before { content:""; position:absolute; z-index:0; inset:0; pointer-events:none; border-radius:inherit; background:linear-gradient(115deg,rgba(112,153,255,.14),transparent 22%,transparent 78%,rgba(86,217,255,.06)); opacity:.65; }
.project-form,.form-result { position: relative; z-index: 1; }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 42px 46px; }
.form-field { min-width: 0; }
.form-field-wide { grid-column: 1 / -1; }
.form-field label { display: block; margin-bottom: 12px; color: #f2f5fc; font-size: clamp(.95rem,1.35vw,1.12rem); font-weight: 540; letter-spacing: -.01em; }
.form-field label span { color: #75a2ff; }
.form-field input,.form-field select { width: 100%; min-height: 52px; border: 0; border-bottom: 1px solid rgba(162,177,214,.3); border-radius: 0; padding: 0 2px; color: var(--ink); background-color: transparent; font: inherit; font-size: 1rem; outline: none; transition: border-color .35s cubic-bezier(.16,1,.3,1),box-shadow .35s cubic-bezier(.16,1,.3,1),color .35s cubic-bezier(.16,1,.3,1); }
.form-field select { appearance: none; padding-right: 34px; background-image: linear-gradient(45deg,transparent 50%,#7182aa 50%),linear-gradient(135deg,#7182aa 50%,transparent 50%); background-position: calc(100% - 13px) 23px,calc(100% - 8px) 23px; background-size: 5px 5px,5px 5px; background-repeat: no-repeat; }
.form-field select option { color: #111827; background: #f4f7ff; }
.form-field input::placeholder { color: #68728a; opacity: 1; }
.form-field input:hover,.form-field select:hover { border-color: rgba(140,167,244,.58); }
.form-field input:focus,.form-field select:focus { border-color: #6490ff; box-shadow: 0 8px 18px -13px rgba(82,122,255,.95); }
.form-field input[aria-invalid="true"],.form-field select[aria-invalid="true"] { border-color: #e66f78; box-shadow: 0 8px 18px -13px rgba(230,79,92,.85); }
.field-help,.field-error { min-height: 18px; margin: 8px 2px 0; font-size: .72rem; line-height: 1.45; }
.field-help { color: #737e97; }
.field-error:not(:empty) { display: inline-flex; align-items: center; min-height: 28px; padding: 5px 10px; border: 1px solid rgba(255,111,122,.18); border-radius: 7px; color: #ff9aa1; background: rgba(126,31,43,.16); }
.field-error:not(:empty)::before { content: "!"; width: 15px; height: 15px; display: inline-grid; place-items: center; margin-right: 7px; border: 1px solid currentColor; border-radius: 50%; font-size: .58rem; font-weight: 800; }
.honeypot-field { position: absolute!important; left: -10000px!important; width: 1px!important; height: 1px!important; overflow: hidden!important; }
.form-submit-row { display: grid; grid-template-columns: auto minmax(0,1fr); align-items: center; gap: 24px; margin-top: 32px; }
.form-submit { min-height: 50px; border: 0; border-radius: 999px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; color: #080b12; background: #f3f6fc; font: inherit; font-size: .84rem; font-weight: 750; cursor: pointer; box-shadow: 0 14px 34px rgba(185,201,255,.1); transition: transform .3s,box-shadow .3s,opacity .3s; }
.form-submit:hover { transform: translateY(-2px); box-shadow: 0 17px 42px rgba(76,104,255,.22); }
.form-submit:active { transform: scale(.98); }
.form-submit:focus-visible,.result-button:focus-visible { outline: 2px solid var(--cyan); outline-offset: 4px; }
.form-submit:disabled { cursor: wait; opacity: .68; transform: none; }
.submit-arrow { color: #3152ff; font-size: 1rem; }
.privacy-note { max-width: 520px; margin: 0; color: #77829b; font-size: .72rem; line-height: 1.55; }
.form-status { min-height: 22px; margin-top: 18px; color: #91a0bd; font-size: .76rem; line-height: 1.5; }
.form-status a,.form-failure a { color: #8eb6ff; text-decoration: underline; text-underline-offset: 3px; }
.form-result { min-height:240px; align-content:center; justify-items:start; }
.form-result:not([hidden]) { display: grid; }
.form-result[hidden] { display: none; }
.result-icon { width: 40px; height: 40px; display: grid; place-items: center; margin-bottom: 22px; border: 1px solid rgba(86,217,255,.35); border-radius: 50%; color: var(--cyan); box-shadow: 0 0 22px rgba(76,104,255,.14); }
.form-result h3 { margin-bottom: 12px; font-size: clamp(2rem,4vw,3.4rem); }
.form-result p { max-width: 640px; margin: 0 0 28px; color: var(--muted); line-height: 1.7; }
.result-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.result-button { min-height: 46px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; color: var(--ink); background: rgba(255,255,255,.055); font: inherit; font-size: .78rem; cursor: pointer; }
.result-email { text-decoration: none!important; }
.sr-only { position: absolute!important; width: 1px!important; height: 1px!important; padding: 0!important; margin: -1px!important; overflow: hidden!important; clip: rect(0,0,0,0)!important; white-space: nowrap!important; border: 0!important; }

/* Lamp pull and theme transition */
.theme-light-overlay { position: fixed; z-index: 65; inset: 0; opacity: 0; pointer-events: none; background: radial-gradient(circle at calc(100% - 48px) 0,rgba(237,246,255,.9),rgba(178,207,255,.28) 22%,transparent 68%); }
.theme-switching .theme-light-overlay { animation: theme-light-spread .85s cubic-bezier(.16,1,.3,1); }
.lamp-pull { --pull-distance: 0px; --chain-scale: 1; position: fixed; z-index: 70; top: 0; right: 8px; width: 38px; height: 190px; pointer-events: none; user-select: none; -webkit-user-select: none; }
.lamp-anchor { position: absolute; top: 0; left: 50%; width: 12px; height: 6px; translate: -50%; border-radius: 0 0 6px 6px; background: linear-gradient(90deg,#3f4653,#d2d8e3 48%,#4b5361); box-shadow: 0 2px 8px rgba(65,102,210,.25); }
.lamp-cord { position: absolute; top: 4px; left: 50%; width: 3px; height: 116px; transform: translateX(-50%) scaleY(var(--chain-scale)); transform-origin: top; background: repeating-linear-gradient(to bottom,#667080 0 3px,#cbd4df 3px 5px,#4a5362 5px 8px); border-radius: 99px; filter: drop-shadow(0 0 4px rgba(76,104,255,.35)); transition: transform .42s cubic-bezier(.16,1,.3,1); }
.lamp-handle { position: absolute; top: calc(111px + var(--pull-distance)); left: 50%; width: 24px; height: 34px; translate: -50%; border: 1px solid rgba(125,151,255,.45); border-radius: 12px 12px 15px 15px; background: linear-gradient(90deg,#171c27,#58647b 48%,#151a24); box-shadow: inset 0 1px 0 rgba(255,255,255,.24),0 0 14px rgba(76,104,255,.2); cursor: grab; pointer-events: auto; touch-action: none; transition: top .42s cubic-bezier(.16,1,.3,1),box-shadow .3s; }
.lamp-handle > span { position: absolute; left: 50%; bottom: 5px; width: 6px; height: 6px; translate: -50%; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 9px var(--cyan); }
.lamp-handle:hover { box-shadow: inset 0 1px 0 rgba(255,255,255,.28),0 0 20px rgba(76,104,255,.34); }
.lamp-handle:active,.lamp-pull.is-dragging .lamp-handle { cursor: grabbing; }
.lamp-handle:focus-visible { outline: 2px solid var(--cyan); outline-offset: 4px; }
.lamp-pull.is-dragging .lamp-cord,.lamp-pull.is-dragging .lamp-handle { transition: none; }
.lamp-pull.is-releasing .lamp-handle { animation: lamp-handle-swing .58s cubic-bezier(.2,.75,.2,1); transform-origin: 50% -112px; }
.lamp-tooltip { position: absolute; top: 132px; right: 34px; width: max-content; padding: 7px 10px; border: 1px solid var(--line); border-radius: 8px; opacity: 0; color: var(--ink); background: var(--chat-bg); box-shadow: 0 8px 24px var(--shadow-color); font-size: .66rem; transform: translateX(5px); transition: opacity .25s,transform .25s; }
.lamp-handle:hover + .lamp-tooltip,.lamp-handle:focus-visible + .lamp-tooltip { opacity: 1; transform: none; }

/* Predefined-answer assistant */
.zx-assistant { --chat-bottom: max(24px,env(safe-area-inset-bottom)); position: fixed; z-index: 80; right: 24px; bottom: var(--chat-bottom); }
.chat-launcher { position: relative; width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid rgba(105,139,255,.4); border-radius: 18px; color: #eaf1ff; background: linear-gradient(145deg,rgba(18,26,44,.9),rgba(6,9,16,.94)); box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 14px 38px rgba(37,72,210,.3); backdrop-filter: blur(15px); cursor: pointer; animation: chat-launcher-in .7s cubic-bezier(.16,1,.3,1) .8s both; transition: transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s; }
.chat-launcher svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linejoin: round; }
.chat-launcher:hover { transform: translateY(-3px); box-shadow: inset 0 1px 0 rgba(255,255,255,.12),0 18px 45px rgba(37,72,210,.4); }
.chat-launcher:focus-visible,.chat-icon-button:focus-visible,.chat-choice:focus-visible { outline: 2px solid var(--cyan); outline-offset: 3px; }
.chat-launcher-dot { position: absolute; top: 8px; right: 8px; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 10px var(--cyan); }
.chat-notification { position: absolute; right: 70px; bottom: 9px; width: max-content; max-width: 230px; padding: 11px 14px; border: 1px solid var(--line); border-radius: 13px; color: var(--ink); background: var(--chat-bg); box-shadow: 0 12px 32px var(--shadow-color); font-size: .76rem; animation: chat-notification-in .45s cubic-bezier(.16,1,.3,1) both; }
.chat-notification[hidden] { display: none; }
.chat-panel { position: absolute; right: 0; bottom: 72px; width: min(390px,calc(100vw - 32px)); max-height: min(560px,calc(100vh - 120px)); overflow: hidden; flex-direction: column; border: 1px solid rgba(105,139,255,.3); border-radius: 24px; color: var(--ink); background: var(--chat-bg); box-shadow: 0 26px 75px rgba(0,0,0,.48),0 0 40px rgba(48,78,205,.15); backdrop-filter: blur(22px); animation: chat-panel-in .4s cubic-bezier(.16,1,.3,1) both; }
.chat-panel:not([hidden]) { display: flex; }
.chat-panel[hidden] { display: none; }
.chat-header { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px; border-bottom: 1px solid var(--line); }
.chat-heading { display: flex; align-items: center; gap: 11px; min-width: 0; }
.chat-heading h2 { margin: 0; font-size: .95rem; letter-spacing: -.02em; }
.chat-heading p { margin: 3px 0 0; color: var(--muted); font-size: .65rem; }
.chat-status-dot { width: 8px; height: 8px; flex: 0 0 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 11px var(--cyan); }
.chat-header-actions { display: flex; gap: 7px; }
.chat-icon-button { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 9px; color: var(--muted); background: rgba(255,255,255,.035); cursor: pointer; }
.chat-icon-button svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.chat-conversation { min-height: 170px; flex: 1 1 auto; overflow-y: auto; padding: 18px; display: flex; flex-direction: column; gap: 12px; scrollbar-width: thin; scrollbar-color: rgba(93,117,191,.45) transparent; }
.chat-message { max-width: 88%; padding: 11px 13px; border: 1px solid var(--line); border-radius: 14px; font-size: .77rem; line-height: 1.55; }
.chat-message-assistant { align-self: flex-start; color: var(--ink); background: var(--chat-assistant-bg); border-bottom-left-radius: 5px; }
.chat-message-user { align-self: flex-end; color: white; background: var(--chat-user-bg); border-color: transparent; border-bottom-right-radius: 5px; }
.chat-loading { display: inline-flex; gap: 4px; align-items: center; min-height: 14px; }
.chat-loading i { width: 5px; height: 5px; border-radius: 50%; background: var(--cyan); animation: chat-loading-dot .8s ease-in-out infinite alternate; }
.chat-loading i:nth-child(2) { animation-delay: .12s; }.chat-loading i:nth-child(3) { animation-delay: .24s; }
.chat-choices { flex: 0 0 auto; max-height: 180px; overflow-y: auto; padding: 14px 18px 18px; display: flex; flex-wrap: wrap; gap: 7px; border-top: 1px solid var(--line); }
.chat-choice { min-height: 36px; border: 1px solid rgba(103,133,225,.27); border-radius: 999px; padding: 8px 11px; color: #cdd7ef; background: rgba(76,104,255,.055); font: inherit; font-size: .68rem; line-height: 1.25; cursor: pointer; transition: border-color .25s,background .25s,color .25s; }
.chat-choice:hover { color: var(--ink); border-color: rgba(86,217,255,.45); background: rgba(76,104,255,.12); }
.chat-choice:disabled { opacity: .48; cursor: wait; }
.zx-assistant.chat-docked-high { --chat-bottom: max(88px,calc(env(safe-area-inset-bottom) + 76px)); }

html[data-theme="day"] { --ink:#10182b; --muted:#4e5c74; --blue:#315cff; --cyan:#007fa8; --night:#F3EED8; --panel:#fff; --line:rgba(28,52,102,.18); --section-bg:#F3EED8; --card-surface:#fff; --input-bg:#fff; --shadow-color:rgba(26,47,91,.13); --chat-bg:rgba(255,255,255,.97); --chat-user-bg:linear-gradient(135deg,#315cff,#655be1); --chat-assistant-bg:#f0f3fb; }
html[data-theme="dark"] { color-scheme:dark; }
html[data-theme="day"] { color-scheme:light; }
html[data-theme="day"] .noise { opacity:.018; mix-blend-mode:multiply; }
html[data-theme="dark"].theme-switching .theme-light-overlay { background:radial-gradient(circle at calc(100% - 48px) 0,rgba(18,24,39,.84),rgba(17,29,66,.3) 25%,transparent 68%); }
html[data-theme="day"] .cursor-glow { background:rgba(49,92,255,.07); }
html[data-theme="day"] .brand-logo { border-radius:12px; background:linear-gradient(145deg,#18347d,#10182b); box-shadow:0 8px 24px rgba(49,92,255,.18); }
html[data-theme="day"] .nav-cta,html[data-theme="day"] .nav.open nav { color:#18305f; background:rgba(255,255,255,.94); border-color:rgba(49,92,255,.25); }
html[data-theme="day"] .nav nav,html[data-theme="day"] .eyebrow { color:#3d4b65; }
html[data-theme="day"] .nav nav a:hover { color:var(--blue); }
html[data-theme="day"] .menu-button { color:var(--ink); background:#fff; }
html[data-theme="day"] .button-primary { color:#fff; background:linear-gradient(135deg,#244ed8,#192e75); }
html[data-theme="day"] .text-link { color:#294268; }
html[data-theme="day"] h1 em,html[data-theme="day"] h2 em { -webkit-text-stroke-color:rgba(35,62,130,.7); }
html[data-theme="day"] .signal-strip,html[data-theme="day"] .approach-section { background:var(--section-bg); }
html[data-theme="day"] .signal-track { color:#465674; }
html[data-theme="day"] .core { color:#f5f7ff; background:radial-gradient(circle at 35% 25%,#3157b9,#121a2d 62%); }
html[data-theme="day"] .float-card { color:#263148; background:rgba(255,255,255,.94); border-color:rgba(49,92,255,.2); box-shadow:0 20px 45px rgba(28,44,82,.13); }
html[data-theme="day"] .card-growth strong { color:#18243e; }
html[data-theme="day"] .card-growth span { color:#53627c; }
html[data-theme="day"] .orbit-play { border-color:rgba(22,126,168,.55); background:#fff; box-shadow:0 7px 16px rgba(49,92,255,.1); }
html[data-theme="day"] .service-card-face { background:var(--card-surface); box-shadow:0 16px 45px rgba(28,44,82,.09); }
html[data-theme="day"] .service-large .service-card-front,html[data-theme="day"] .service-video .service-card-front,html[data-theme="day"] .service-creative .service-card-front,html[data-theme="day"] .service-marketing .service-card-front,html[data-theme="day"] .service-automation .service-card-front,html[data-theme="day"] .pos-card .service-card-front { background:radial-gradient(circle at 82% 15%,rgba(49,92,255,.13),transparent 45%),#fff; }
html[data-theme="day"] .service-card-back { background:radial-gradient(circle at 82% 18%,rgba(49,92,255,.14),transparent 43%),linear-gradient(145deg,#fff,#f0f3fb); }
html[data-theme="day"] .service-card li { color:#3f4f6a; background:#f6f8fd; border-color:rgba(49,92,255,.16); }
html[data-theme="day"] .flip-control,html[data-theme="day"] .service-discuss { color:#274fcf; }
html[data-theme="day"] #services .service-label { color:#52617c; }
html[data-theme="day"] #services .service-visual { --visual-surface:rgba(255,255,255,.92); }
html[data-theme="day"] #services .ui-panel,html[data-theme="day"] #services .campaign-card,html[data-theme="day"] #services .pos-screen { border-color:rgba(38,76,164,.34); background:linear-gradient(145deg,#fff,#e9eef9); box-shadow:0 13px 28px rgba(30,49,91,.15),inset 0 1px #fff; }
html[data-theme="day"] #services .software-code i { background:linear-gradient(90deg,#7258e8 0 22%,rgba(48,70,118,.25) 22% 70%,transparent 70%); }
html[data-theme="day"] #services .browser-cards i,html[data-theme="day"] #services .pos-summary { border-color:rgba(37,62,115,.16); background:rgba(49,92,255,.045); }
html[data-theme="day"] #services .service-visual--video { border-color:rgba(66,78,145,.2); background:rgba(255,255,255,.48); }
html[data-theme="day"] #services .video-preview { background:radial-gradient(circle at 65% 32%,rgba(128,104,255,.25),transparent 48%),#17233e; }
html[data-theme="day"] #services .service-visual--creative > strong { color:#17223a; text-shadow:0 0 18px rgba(128,104,255,.2); }
html[data-theme="day"] #services .creative-frame,html[data-theme="day"] #services .channel-node,html[data-theme="day"] #services .workflow-line span,html[data-theme="day"] #services .pos-inventory,html[data-theme="day"] #services .pos-report,html[data-theme="day"] #services .pos-receipt { color:#273a60; border-color:rgba(39,66,127,.3); background:#f7f9fe; box-shadow:0 10px 20px rgba(30,49,91,.1); }
html[data-theme="day"] #services .campaign-card b,html[data-theme="day"] #services .pos-status,html[data-theme="day"] #services .pos-inventory::before,html[data-theme="day"] #services .pos-report::before,html[data-theme="day"] #services .pos-flow span,html[data-theme="day"] #services .workflow-items span { color:#43516b; }
html[data-theme="day"] #services .workflow-line > i,html[data-theme="day"] #services .pos-flow > i { background:rgba(36,78,177,.42); }
html[data-theme="day"] #services .workflow-items span { color:#354766; border-color:rgba(39,66,127,.25); background:rgba(255,255,255,.62); }
html[data-theme="day"] #services .chart-grid { stroke:rgba(32,61,123,.2); }
html[data-theme="day"] #services .marketing-pulse,html[data-theme="day"] #services .software-link { opacity:.68; }
html[data-theme="day"] #services .flip-control { color:#405273; border-color:rgba(49,92,255,.24); background:rgba(255,255,255,.8); box-shadow:0 6px 16px rgba(30,49,91,.09); }
html[data-theme="day"] .process-step:hover { background:rgba(49,92,255,.055); }
html[data-theme="day"] .process-step > span,html[data-theme="day"] .showcase-kicker { color:#40557d; }
html[data-theme="day"] .showcase-panel { background:radial-gradient(circle at 87% 12%,rgba(49,92,255,.15),transparent 34%),linear-gradient(135deg,#fff,#eef2fb); box-shadow:0 24px 70px rgba(28,44,82,.1); }
html[data-theme="day"] .contact-form-shell { border-color:rgba(40,70,135,.2); background:radial-gradient(circle at 88% 10%,rgba(49,92,255,.11),transparent 34%),#fff; box-shadow:0 30px 80px rgba(28,44,82,.12),inset 0 1px #fff; }
html[data-theme="day"] .form-field input,html[data-theme="day"] .form-field select { color:var(--ink); border-color:rgba(20,35,65,.23); }
html[data-theme="day"] .form-field label { color:var(--ink); }
html[data-theme="day"] .form-field input::placeholder,html[data-theme="day"] .field-help,html[data-theme="day"] .privacy-note,html[data-theme="day"] .form-status { color:#56647b; }
html[data-theme="day"] .form-field select option { color:#10131a; background:#fff; }
html[data-theme="day"] .form-submit { color:#fff; background:linear-gradient(135deg,#244ed8,#192e75); }
html[data-theme="day"] .result-button,html[data-theme="day"] .chat-icon-button { border-color:rgba(49,92,255,.2); background:#f2f5fb; }
html[data-theme="day"] .chat-choice { color:#34415a; background:rgba(49,92,255,.055); }
html[data-theme="day"] .chat-panel { border-color:rgba(49,92,255,.25); box-shadow:0 26px 70px rgba(28,44,82,.18),0 0 35px rgba(49,92,255,.08); }
html[data-theme="day"] .chat-launcher { color:#fff; background:linear-gradient(145deg,#244fcf,#101a34); }
html[data-theme="day"] .lamp-cord { filter:drop-shadow(0 2px 3px rgba(28,44,82,.18)); }
html[data-theme="day"] .lamp-handle { border-color:rgba(20,35,65,.26); box-shadow:inset 0 1px 0 rgba(255,255,255,.55),0 5px 13px rgba(28,44,82,.16); }
.nav,.signal-strip,.approach-section,.service-card-face,.showcase-panel,.contact-form-shell,.chat-panel,.chat-notification { transition: color .75s cubic-bezier(.16,1,.3,1),background-color .75s cubic-bezier(.16,1,.3,1),border-color .75s cubic-bezier(.16,1,.3,1),box-shadow .75s cubic-bezier(.16,1,.3,1); }
.chat-message a { color:#9fc4ff; text-decoration:underline; text-underline-offset:3px; }
html[data-theme="day"] .chat-message a { color:#214fcf; }
.chat-docked-high .chat-panel { max-height:min(500px,calc(100vh - 180px)); }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s cubic-bezier(.2,.7,.2,1),transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }

/* Services entrance choreography: starting states only exist when JavaScript is active. */
.js #services.services-animate-ready:not(.services-title-animated) .services-heading > div { opacity: 0; transform: translateY(16px); }
.js #services.services-animate-ready:not(.services-title-animated) .services-title-line { opacity: 0; transform: translateY(112%); }
.js #services.services-animate-ready:not(.services-title-animated) .services-title-outline { filter: blur(9px); letter-spacing: .025em; }
.js #services.services-animate-ready:not(.services-title-animated) .services-intro { opacity: 0; transform: translateY(12px); }
.js #services.services-animate-ready .service-card:not(.service-card-animated) { opacity: 0; filter: blur(8px); scale: .96; }
.js #services.services-animate-ready .service-enter-left:not(.service-card-animated) { translate: -52px 0; }
.js #services.services-animate-ready .service-enter-upper-right:not(.service-card-animated) { translate: 46px -40px; }
.js #services.services-animate-ready .service-enter-lower-right:not(.service-card-animated) { translate: 46px 46px; }
.js #services.services-animate-ready .service-enter-up:not(.service-card-animated) { translate: 0 52px; }
.js #services.services-animate-ready .service-enter-pos:not(.service-card-animated) { translate: 38px 52px; }
.js #services.services-animate-ready .services-heading > div { transition: opacity .8s cubic-bezier(.16,1,.3,1) .06s,transform .8s cubic-bezier(.16,1,.3,1) .06s; }
.js #services.services-animate-ready .services-title-line { transition: opacity .95s cubic-bezier(.16,1,.3,1) .18s,transform .95s cubic-bezier(.16,1,.3,1) .18s; }
.js #services.services-animate-ready .services-title-outline { transition-delay: .33s; transition-property: opacity,transform,filter,letter-spacing; transition-duration: .95s; transition-timing-function: cubic-bezier(.16,1,.3,1); }
.js #services.services-animate-ready .services-intro { transition: opacity .8s cubic-bezier(.16,1,.3,1) .45s,transform .8s cubic-bezier(.16,1,.3,1) .45s; }
.js #services.services-animate-ready .service-card { transition-property: opacity,filter,scale,translate,border-color; transition-duration: .95s,.95s,.95s,.95s,.35s; transition-timing-function: cubic-bezier(.16,1,.3,1),cubic-bezier(.16,1,.3,1),cubic-bezier(.16,1,.3,1),cubic-bezier(.16,1,.3,1),ease; }
.js #services.services-title-animated .services-heading > div,
.js #services.services-title-animated .services-title-line { opacity: 1; transform: translateY(0); }
.js #services.services-title-animated .services-title-outline { filter: blur(0); letter-spacing: inherit; }
.js #services.services-title-animated .services-intro { opacity: 1; transform: translateY(0); }
.js #services.services-animate-ready .service-card-animated { opacity: 1; filter: blur(0); scale: 1; translate: 0 0; transition-delay: var(--service-delay,0ms); }
.js #services.services-animate-ready.services-title-animated .services-heading h2::before { animation: services-title-glow 1.55s cubic-bezier(.16,1,.3,1) .12s both; }
.js #services.services-animate-ready .service-card-animation-complete { transition: transform .35s,border-color .35s; }
.js .contact.contact-animate-ready:not(.contact-animated) .contact-kicker,
.js .contact.contact-animate-ready:not(.contact-animated) .contact-heading > p { opacity: 0; transform: translateY(15px); }
.js .contact.contact-animate-ready:not(.contact-animated) .contact-title-line { opacity: 0; transform: translateY(110%); }
.js .contact.contact-animate-ready:not(.contact-animated) .contact-form-shell { opacity: 0; filter: blur(8px); transform: translateY(24px) scale(.98); }
.js .contact.contact-animate-ready:not(.contact-animated) .form-field,
.js .contact.contact-animate-ready:not(.contact-animated) .form-submit-row,
.js .contact.contact-animate-ready:not(.contact-animated) .form-status { opacity: 0; transform: translateY(14px); }
.js .contact.contact-animate-ready .contact-kicker { transition: opacity .75s cubic-bezier(.16,1,.3,1),transform .75s cubic-bezier(.16,1,.3,1); }
.js .contact.contact-animate-ready .contact-title-line { transition: opacity .85s cubic-bezier(.16,1,.3,1) .1s,transform .85s cubic-bezier(.16,1,.3,1) .1s; }
.js .contact.contact-animate-ready .contact-heading > p { transition: opacity .8s cubic-bezier(.16,1,.3,1) .2s,transform .8s cubic-bezier(.16,1,.3,1) .2s; }
.js .contact.contact-animate-ready .contact-form-shell { transition: opacity .85s cubic-bezier(.16,1,.3,1) .28s,filter .85s cubic-bezier(.16,1,.3,1) .28s,transform .85s cubic-bezier(.16,1,.3,1) .28s; }
.js .contact.contact-animate-ready .form-field,.js .contact.contact-animate-ready .form-submit-row,.js .contact.contact-animate-ready .form-status { transition: opacity .75s cubic-bezier(.16,1,.3,1),transform .75s cubic-bezier(.16,1,.3,1); }
.js .contact.contact-animate-ready .form-field:nth-child(1) { transition-delay: .4s; }
.js .contact.contact-animate-ready .form-field:nth-child(2) { transition-delay: .48s; }
.js .contact.contact-animate-ready .form-field:nth-child(3) { transition-delay: .56s; }
.js .contact.contact-animate-ready .form-field:nth-child(4) { transition-delay: .64s; }
.js .contact.contact-animate-ready .form-field:nth-child(5) { transition-delay: .72s; }
.js .contact.contact-animate-ready .form-submit-row { transition-delay: .8s; }
.js .contact.contact-animate-ready .form-status { transition-delay: .88s; }
.js .contact.contact-animated .contact-kicker,.js .contact.contact-animated .contact-title-line,.js .contact.contact-animated .contact-heading > p,.js .contact.contact-animated .contact-form-shell,.js .contact.contact-animated .form-field,.js .contact.contact-animated .form-submit-row,.js .contact.contact-animated .form-status { opacity: 1; filter: none; transform: none; }
@keyframes services-title-glow { 0%{opacity:0;transform:scale(.9)} 38%{opacity:1;transform:scale(1.03)} 100%{opacity:0;transform:scale(1.1)} }
@keyframes theme-light-spread { 0%{opacity:0;transform:scale(.35);transform-origin:100% 0} 42%{opacity:.72} 100%{opacity:0;transform:scale(1);transform-origin:100% 0} }
@keyframes lamp-handle-swing { 0%{transform:rotate(0)} 28%{transform:rotate(2.3deg)} 58%{transform:rotate(-1.5deg)} 82%{transform:rotate(.7deg)} 100%{transform:rotate(0)} }
@keyframes chat-launcher-in { from{opacity:0;transform:translateY(16px) scale(.92)} to{opacity:1;transform:none} }
@keyframes chat-notification-in { from{opacity:0;transform:translateX(10px)} to{opacity:1;transform:none} }
@keyframes chat-panel-in { from{opacity:0;transform:translateY(12px) scale(.97)} to{opacity:1;transform:none} }
@keyframes chat-loading-dot { from{opacity:.3;transform:translateY(1px)} to{opacity:1;transform:translateY(-2px)} }
@keyframes float { 0%,100%{transform:rotate(8deg) translateY(0)} 50%{transform:rotate(4deg) translateY(-17px)} }
@keyframes breathe { 0%,100%{opacity:.55;transform:scale(.92)} 50%{opacity:1;transform:scale(1.08)} }
@keyframes spin { to{transform:rotateX(67deg) rotateZ(372deg)} }
@keyframes spinBack { to{transform:rotateX(67deg) rotateZ(-348deg)} }
@keyframes marquee { to{transform:translateX(calc(-50% - 16px))} }
@media (hover: hover) and (pointer: fine) {
  .service-card-animation-complete:not(.is-flipped):hover { z-index: 2; }
  .service-card-animation-complete:not(.is-flipped):hover .service-card-inner { transform: translateY(-4px) rotateX(var(--card-tilt-x,0deg)) rotateY(var(--card-tilt-y,0deg)); }
  .service-card-animation-complete:hover .service-card-face { border-color: rgba(86,127,255,.76); box-shadow: 0 18px 48px rgba(35,70,225,.2),0 0 28px rgba(76,104,255,.09); }
  .service-card-animation-complete:hover .flip-open { opacity: 1; transform: translateY(0); }
  .service-card-animation-complete:hover .flip-open .flip-symbol { transform: rotate(120deg); }
  .service-card-animation-complete:hover .flip-control { color:var(--cyan); border-color:rgba(86,217,255,.44); box-shadow:0 0 18px rgba(76,104,255,.17),inset 0 1px rgba(255,255,255,.06); }
  .service-card-animation-complete:hover .software-browser,.service-card-animation-complete:hover .creative-frame { animation-duration:4.2s; }
  .service-card-animation-complete:hover .software-link { opacity:.8; }
}
@media (hover: none), (pointer: coarse) {
  .flip-open { opacity: .72; transform: none; }
  .flip-pointer-label { display: none; }
  .flip-touch-label { display: inline; }
}
@media (max-width: 900px) {
  :root { --shell: min(100% - 32px,720px); }
  .nav nav,.nav-cta { display:none; }
  .menu-button { display:block; }
  .nav.open nav { display:flex; position:absolute; top:78px; left:0; right:0; padding:22px; border:1px solid var(--line); border-radius:16px; background:#090d16; flex-direction:column; gap:18px; }
  .hero { grid-template-columns:1fr; padding:90px 0 30px; }
  .hero-art { height:470px; }
  .section-heading { grid-template-columns:1fr; gap:30px; }
  .services-intro { grid-column:1; margin-top:-12px; }
  .services-grid { grid-template-columns:1fr; grid-template-rows:auto; }
  .service-card { min-height:430px; }
  .service-card-inner { display:grid; height:auto; min-height:inherit; }
  .service-card-face { position:relative; grid-area:1/1; min-height:inherit; }
  .service-large { min-height:620px; }
  .service-wide { min-height:500px; grid-column:auto; }
  .service-wide .service-card-front { grid-template-columns:1fr; gap:60px; }
  #services .service-video .service-visual,#services .service-creative .service-visual { flex-basis:145px; }
  #services .service-wide .service-card-front { grid-template-columns:1fr; gap:24px; }
  #services .service-wide .service-visual { height:175px; }
  .process-step { grid-template-columns:.18fr .42fr 1fr; }
  .contact { padding-block:110px; }
  .form-grid { grid-template-columns:1fr; }
  .form-field-wide { grid-column:auto; }
  .lamp-pull { right:8px; transform:scale(.88); transform-origin:top right; }
}
@media (max-width: 600px) {
  .nav { height:72px; }
  .hero { min-height:auto; padding-top:75px; }
  h1 { font-size:clamp(3.45rem,17vw,5.3rem); }
  .hero-actions { align-items:flex-start; flex-direction:column; gap:20px; }
  .hero-art { height:420px; transform:scale(.85); margin-inline:-30px; }
  .card-orbit-service { right:7%; bottom:12%; }
  .orbital-one{width:340px;height:340px}.orbital-two{width:430px;height:430px}
  .section { padding-block:100px; }
  .service-card { min-height:430px; }
  .service-card-face { padding:26px; }
  .service-large { min-height:650px; }
  .service-wide { min-height:530px; }
  .pos-card .service-card-front { gap:42px; }
  .pos-capabilities { gap:6px!important; }
  #services .flip-open,#services .flip-return { top:14px; right:14px; }
  #services .flip-return > span::after { content:"TAP TO RETURN"; }
  #services .service-large .service-visual { min-height:250px; }
  #services .service-wide .service-visual { height:155px; }
  #services .workflow-items span:nth-child(n+5),#services .software-code,#services .pos-inventory { display:none; }
  #services .campaign-card { left:13%; width:60%; }
  #services .service-visual--marketing .target-ring { left:0; }
  .process-step { grid-template-columns:.2fr 1fr; gap:15px; }
  .process-step p { grid-column:2; }
  .showcase { padding-top:90px; }
  .showcase-panel { min-height:650px; padding:38px 25px; }
  .metrics { grid-template-columns:1fr; gap:25px; }
  .contact { min-height:690px; }
  .contact { padding-block:100px; }
  .contact-heading > p { font-size:1rem; }
  .contact-form-shell { padding:28px 20px; border-radius:24px; }
  .form-grid { gap:22px; }
  .form-field input,.form-field select { font-size:16px; }
  .form-submit-row { grid-template-columns:1fr; gap:16px; }
  .form-submit { width:100%; min-height:50px; }
  .lamp-pull { right:6px; height:140px; transform:scale(.72); transform-origin:top right; }
  .zx-assistant { --chat-bottom:max(16px,env(safe-area-inset-bottom)); right:16px; }
  .chat-launcher { width:54px; height:54px; border-radius:17px; }
  .chat-panel { position:fixed; right:12px; bottom:calc(78px + env(safe-area-inset-bottom)); width:calc(100vw - 24px); max-height:min(76vh,620px); }
  .chat-notification { right:64px; max-width:210px; }
}
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior:auto!important; animation-duration:.01ms!important; animation-iteration-count:1!important; }
  .reveal { opacity:1; transform:none; }
  .js #services .services-heading > div,
  .js #services .services-title-line,
  .js #services .services-intro,
  .js #services .service-card { opacity:1!important; transform:none!important; translate:none!important; scale:1!important; filter:none!important; letter-spacing:inherit!important; transition:none!important; }
  .js #services .services-heading h2::before { display:none!important; }
  .service-card-inner { transition:none!important; }
  .service-card-animation-complete:not(.is-flipped):hover .service-card-inner { transform:none!important; }
  .service-card.is-flipped .service-card-inner { transform:rotateY(180deg)!important; }
  .flip-control,.flip-symbol { transition:none!important; }
  #services .service-visual,#services .service-visual * { animation:none!important; transition:none!important; }
  .js #services .service-visual { opacity:1!important; transform:translateZ(12px)!important; }
  #services .chart-line { stroke-dashoffset:0!important; }
  .signal-track { animation:none!important; }
  .signal-group[aria-hidden="true"] { display:none; }
  .js .contact .contact-kicker,.js .contact .contact-title-line,.js .contact .contact-heading > p,.js .contact .contact-form-shell,.js .contact .form-field,.js .contact .form-submit-row,.js .contact .form-status { opacity:1!important; filter:none!important; transform:none!important; transition:none!important; }
  .theme-switching .theme-light-overlay,.lamp-pull.is-releasing .lamp-handle,.chat-launcher,.chat-notification,.chat-panel,.chat-loading i { animation:none!important; }
  .lamp-cord,.lamp-handle { transition:none!important; }
}
