:root {
  --bg: #07090d;
  --bg-soft: #0a0e14;
  --surface: #0d1117;
  --surface-2: #121821;
  --surface-3: #171e29;
  --text: #f5f7fa;
  --text-soft: #a8b0bd;
  --muted: #727b89;
  --line: rgba(255, 255, 255, .085);
  --line-strong: rgba(255, 255, 255, .15);
  --blue: #5b7cff;
  --violet: #7c5cff;
  --cyan: #38bdf8;
  --green: #73e1a1;
  --heading: "Manrope", system-ui, sans-serif;
  --body: "Inter", system-ui, sans-serif;
  --max: 1240px;
  --radius: 22px;
  --ease: cubic-bezier(.2, .75, .25, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  background:
    radial-gradient(circle at 20% 4%, rgba(91, 124, 255, .08), transparent 27%),
    radial-gradient(circle at 88% 46%, rgba(124, 92, 255, .055), transparent 25%),
    linear-gradient(180deg, #07090d, #080b10 54%, #07090d);
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 999; top: 8px; left: 8px; transform: translateY(-140%); padding: 10px 15px; border-radius: 10px; background: white; color: black; font-weight: 700; }
.skip-link:focus { transform: translateY(0); }
.site-noise {
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  opacity: .032;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E");
}

.site-header { position: fixed; z-index: 90; top: 0; left: 0; right: 0; padding: 18px 24px; transition: padding .35s var(--ease); }
.site-header.is-scrolled { padding-top: 10px; }
.nav-shell {
  max-width: 1320px;
  min-height: 70px;
  margin: 0 auto;
  padding: 10px 11px 10px 18px;
  display: flex;
  align-items: center;
  gap: 24px;
  border: 1px solid var(--line);
  border-radius: 19px;
  background: rgba(10, 13, 19, .76);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .28), inset 0 1px rgba(255, 255, 255, .035);
  backdrop-filter: blur(22px) saturate(130%);
}
.brand { display: inline-flex; align-items: center; gap: 10px; flex: none; font-family: var(--heading); font-size: 18px; font-weight: 800; letter-spacing: -.04em; }
.brand img { width: 46px; height: 46px; object-fit: contain; border-radius: 0; filter: drop-shadow(0 7px 14px rgba(0, 0, 0, .32)); }
.brand > span > span { color: #8ea4ff; }
.brand small { color: var(--muted); font-size: 10px; letter-spacing: 0; margin-left: 1px; }
.nav-links { display: flex; align-items: center; justify-content: center; gap: clamp(14px, 1.7vw, 28px); flex: 1; }
.nav-links a { position: relative; color: #adb5c2; font-size: 12px; font-weight: 600; white-space: nowrap; transition: color .25s; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: linear-gradient(90deg, var(--blue), var(--cyan)); transition: right .3s var(--ease); }
.nav-links a:hover, .nav-links a.is-active { color: white; }
.nav-links a:hover::after, .nav-links a.is-active::after { right: 0; }
.nav-toggle { display: none; width: 43px; height: 43px; margin-left: auto; padding: 11px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255, 255, 255, .04); }
.nav-toggle span:not(.sr-only) { display: block; height: 1px; margin: 5px 0; background: white; transition: .3s; }

.button {
  min-height: 48px;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: transform .3s var(--ease), box-shadow .3s, border-color .3s, background .3s;
}
.button span { transition: transform .3s var(--ease); }
.button:hover { transform: translateY(-2px); }
.button:hover span { transform: translate(2px, -2px); }
.button--primary, .button--nav {
  color: white;
  background: linear-gradient(115deg, #496ef6, #745cf0 72%, #6e5ceb);
  box-shadow: 0 8px 28px rgba(91, 124, 255, .24), inset 0 1px rgba(255, 255, 255, .25);
}
.button--primary:hover, .button--nav:hover { box-shadow: 0 12px 34px rgba(91, 124, 255, .36), inset 0 1px rgba(255, 255, 255, .3); }
.button--nav { min-height: 48px; padding-inline: 18px; white-space: nowrap; }
.button--secondary { border-color: var(--line-strong); background: rgba(255, 255, 255, .035); color: #eef1f5; box-shadow: inset 0 1px rgba(255, 255, 255, .035); }
.button--secondary:hover { border-color: rgba(142, 164, 255, .5); background: rgba(255, 255, 255, .065); }

.section-grid, .section, .final-cta { position: relative; max-width: var(--max); margin-inline: auto; padding-inline: 28px; }
.section { padding-top: 150px; padding-bottom: 150px; }
.hero { min-height: 950px; padding-top: 198px; padding-bottom: 80px; display: grid; grid-template-columns: .84fr 1.16fr; column-gap: 40px; align-items: center; }
.hero::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0 28px;
  background-image: linear-gradient(rgba(255, 255, 255, .024) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .024) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 84%);
}
.hero-copy { position: relative; z-index: 4; align-self: center; padding-bottom: 52px; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: #8ea4ff; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 31px; height: 1px; background: linear-gradient(90deg, var(--blue), transparent); }
.eyebrow span { color: var(--muted); letter-spacing: .08em; }
.hero h1, h2, h3 { font-family: var(--heading); }
.hero h1 { max-width: 680px; margin: 24px 0 24px; font-size: clamp(46px, 5.25vw, 77px); line-height: 1.02; letter-spacing: -.062em; font-weight: 700; }
.text-gradient { color: transparent; background: linear-gradient(110deg, #f7f9ff 0%, #aebcff 45%, #7298ff 72%, #b298ff 100%); background-clip: text; -webkit-background-clip: text; }
.hero-lead { max-width: 620px; margin: 0; color: var(--text-soft); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 33px; }
.hero-actions .button { min-width: 178px; min-height: 54px; }
.hero-note { display: flex; align-items: center; gap: 9px; margin: 20px 0 0; color: var(--muted); font-size: 11px; }
.hero-note span { color: #8ea4ff; }
.hero-glow { position: absolute; z-index: -1; width: 480px; height: 480px; border-radius: 50%; filter: blur(100px); pointer-events: none; }
.hero-glow--one { top: 85px; left: -280px; background: rgba(50, 84, 214, .08); }
.hero-glow--two { top: 205px; right: -290px; background: rgba(100, 72, 221, .13); animation: ambient 12s ease-in-out infinite alternate; }
@keyframes ambient { to { transform: translate(-70px, 70px) scale(1.15); opacity: .65; } }

.hero-stage { position: relative; height: 575px; align-self: center; transform: perspective(1400px) rotateY(-5deg) translateY(-20px); transform-style: preserve-3d; }
.stage-aura { position: absolute; width: 680px; height: 430px; top: 65px; left: -5px; border-radius: 50%; background: radial-gradient(ellipse, rgba(91, 124, 255, .21), rgba(124, 92, 255, .07) 38%, transparent 68%); filter: blur(25px); animation: aura 8s ease-in-out infinite alternate; }
@keyframes aura { to { transform: translateY(-15px) scale(1.05); opacity: .7; } }
.device { position: absolute; background: #0e131c; border: 1px solid rgba(255, 255, 255, .18); box-shadow: 0 30px 70px rgba(0, 0, 0, .58), inset 0 1px rgba(255, 255, 255, .1); }
.device-screen { overflow: hidden; background: #111722; }
.device iframe { display: block; border: 0; pointer-events: none; transform-origin: 0 0; background: white; }
.browser-top { height: 24px; padding: 0 9px; display: flex; align-items: center; gap: 4px; border-bottom: 1px solid rgba(255, 255, 255, .08); color: #788292; font: 7px var(--body); }
.browser-top i { width: 4px; height: 4px; border-radius: 50%; background: #566070; }
.browser-top span { min-width: 110px; margin: auto; padding: 3px 10px; border-radius: 4px; background: rgba(255, 255, 255, .045); text-align: center; }
.device--desktop { z-index: 2; top: 48px; left: 15px; width: 570px; height: 367px; padding: 8px 8px 12px; border-radius: 14px; transform: translateZ(0); animation: lift 7s ease-in-out infinite alternate; }
.device--desktop .device-screen { width: 552px; height: 319px; }
.device--desktop iframe { width: 1440px; height: 900px; transform: scale(.3835); }
.monitor-neck { position: absolute; left: 236px; bottom: -58px; width: 95px; height: 58px; background: linear-gradient(90deg, #090d13, #1c2430 48%, #090d13); clip-path: polygon(25% 0, 75% 0, 86% 100%, 14% 100%); }
.monitor-base { position: absolute; left: 182px; bottom: -66px; width: 205px; height: 10px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 50%; background: #131922; box-shadow: 0 8px 22px rgba(0, 0, 0, .55); }
.device--laptop { z-index: 5; right: -80px; bottom: 22px; width: 375px; height: 237px; padding: 6px; border-radius: 10px; transform: translateZ(40px); animation: lift 8s 1s ease-in-out infinite alternate; }
.device--laptop .browser-top { height: 19px; }
.device--laptop .device-screen { width: 361px; height: 205px; }
.device--laptop iframe { width: 1200px; height: 820px; transform: scale(.301); }
.laptop-base { position: absolute; left: -21px; right: -21px; bottom: -12px; height: 12px; border-radius: 2px 2px 14px 14px; border-top: 1px solid rgba(255,255,255,.25); background: linear-gradient(#27303d, #080a0e); box-shadow: 0 8px 20px rgba(0,0,0,.5); }
.device--tablet { z-index: 6; left: -20px; bottom: 2px; width: 164px; height: 219px; padding: 7px; border-radius: 16px; transform: translateZ(70px) rotate(-2deg); }
.device--tablet .device-screen { width: 148px; height: 203px; border-radius: 9px; }
.device--tablet iframe { width: 768px; height: 1054px; transform: scale(.193); }
.device--phone { z-index: 7; right: 33px; top: 90px; width: 100px; height: 205px; padding: 5px; border-radius: 18px; transform: translateZ(90px) rotate(3deg); box-shadow: 0 28px 50px rgba(0,0,0,.7), 0 0 35px rgba(91,124,255,.14); }
.device--phone .device-screen { width: 88px; height: 193px; border-radius: 13px; }
.device--phone iframe { width: 390px; height: 850px; transform: scale(.226); }
.phone-speaker { position: absolute; z-index: 1; top: 8px; left: 38px; width: 25px; height: 5px; border-radius: 10px; background: #07090d; }
@keyframes lift { to { transform: translateY(-9px) translateZ(20px); } }
.stage-chip { position: absolute; z-index: 9; display: flex; align-items: center; gap: 9px; padding: 9px 12px; border: 1px solid var(--line-strong); border-radius: 10px; background: rgba(13, 17, 23, .85); box-shadow: 0 16px 35px rgba(0,0,0,.4); backdrop-filter: blur(14px); color: var(--text-soft); font-size: 9px; }
.stage-chip b { color: white; font: 700 18px var(--heading); }
.stage-chip--top { top: 8px; right: -22px; }
.stage-chip--bottom { left: 116px; bottom: -8px; }
.status-dot { width: 7px; height: 7px; display: inline-block; flex: none; border-radius: 50%; background: #62dda0; box-shadow: 0 0 13px rgba(98, 221, 160, .75); }
.hero-proof { grid-column: 1 / -1; margin-top: 8px; padding-top: 24px; display: grid; grid-template-columns: repeat(2, 280px); gap: 24px; border-top: 1px solid var(--line); }
.hero-proof div { padding-left: 13px; border-left: 1px solid rgba(91,124,255,.5); display: grid; }
.hero-proof strong { color: #e9edf4; font: 600 11px var(--heading); }
.hero-proof span { color: var(--muted); font-size: 10px; }

.trust-strip { position: relative; z-index: 3; border-block: 1px solid var(--line); background: linear-gradient(90deg, rgba(255,255,255,.015), rgba(91,124,255,.035), rgba(255,255,255,.015)); overflow: hidden; }
.trust-track { max-width: var(--max); min-height: 82px; padding-inline: 28px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.trust-track span { display: flex; align-items: center; gap: 11px; color: #b8c0cc; font-size: 11px; font-weight: 600; white-space: nowrap; }
.trust-track i { width: 26px; height: 26px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 8px; color: #8ea4ff; font-style: normal; background: rgba(255,255,255,.025); }
.trust-track b { width: 1px; height: 24px; background: var(--line); }

.section-heading--split { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; }
.section-heading h2, .work-top h2, .why h2, .faq h2, .contact h2 { margin: 20px 0 0; font-size: clamp(40px, 5.2vw, 68px); line-height: 1.06; letter-spacing: -.055em; font-weight: 650; }
.section-heading--split > p, .work-intro > p { max-width: 520px; margin: 0 0 3px; color: var(--text-soft); font-size: 15px; line-height: 1.8; }

.services { overflow: visible; }
.services::after { content: ""; position: absolute; z-index: -2; top: 360px; right: -340px; width: 620px; height: 620px; border-radius: 50%; background: rgba(83,91,220,.07); filter: blur(120px); }
.services-layout { margin-top: 105px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: center; }
.services-copy { padding: 26px 0 26px 2px; }
.kicker { margin: 0 0 18px; color: #8ea4ff; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }
.services-copy h3 { margin: 0; font-size: clamp(28px, 3vw, 41px); line-height: 1.18; letter-spacing: -.045em; font-weight: 600; }
.services-copy > p:not(.kicker) { margin: 22px 0 0; color: var(--text-soft); font-size: 14px; line-height: 1.8; }
.service-list { margin: 30px 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 11px 18px; list-style: none; }
.service-list li { position: relative; padding-left: 19px; color: #c4cad3; font-size: 11px; }
.service-list li::before { content: ""; position: absolute; left: 0; top: .65em; width: 6px; height: 6px; border: 1px solid #7892f9; border-radius: 50%; box-shadow: 0 0 8px rgba(91,124,255,.45); }
.text-link { display: inline-flex; gap: 11px; align-items: center; padding-bottom: 4px; border-bottom: 1px solid rgba(142,164,255,.35); color: #dce3ff; font-size: 12px; font-weight: 700; }
.text-link span { color: #8ea4ff; transition: transform .25s; }
.text-link:hover span { transform: translateX(4px); }
.service-orbit { position: relative; min-height: 580px; display: grid; place-items: center; }
.service-orbit::before, .service-orbit::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.055); border-radius: 50%; }
.service-orbit::before { width: 570px; height: 420px; }
.service-orbit::after { width: 450px; height: 330px; border-color: rgba(91,124,255,.12); }
.orbit-glow { position: absolute; width: 480px; height: 360px; border-radius: 50%; background: radial-gradient(ellipse, rgba(91,124,255,.16), transparent 67%); filter: blur(24px); }
.orbit-preview { position: relative; z-index: 2; width: 430px; height: 305px; padding: 7px; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; background: #101620; box-shadow: 0 35px 80px rgba(0,0,0,.55), 0 0 45px rgba(91,124,255,.08); transform: perspective(800px) rotateY(-7deg) rotateX(2deg); }
.mini-browser { height: 25px; padding: 0 8px; display: flex; align-items: center; gap: 4px; color: #667080; font-size: 6px; }
.mini-browser i { width: 5px; height: 5px; border-radius: 50%; background: #394351; }
.mini-browser span { margin: auto; padding: 3px 34px; border-radius: 4px; background: #171e29; }
.mini-site { height: 265px; overflow: hidden; border-radius: 9px; background: #f5f7fa; color: #111827; }
.mini-nav { height: 33px; padding: 9px 14px; display: flex; gap: 12px; align-items: center; background: white; }
.mini-nav b { width: 52px; height: 9px; margin-right: auto; border-radius: 4px; background: #1f315e; }
.mini-nav span { width: 28px; height: 4px; border-radius: 3px; background: #cad1dc; }
.mini-nav em { width: 46px; height: 14px; border-radius: 4px; background: #315ee8; }
.mini-hero { height: 165px; padding: 27px 28px; color: white; background: linear-gradient(110deg, rgba(8,20,42,.94), rgba(19,48,86,.76)), url("https://images.unsplash.com/photo-1560518883-ce09059eeffa?auto=format&fit=crop&w=900&q=70") center/cover; }
.mini-hero small { display: block; color: #97b6ff; font-size: 5px; letter-spacing: .17em; }
.mini-hero strong { display: block; width: 245px; margin-top: 9px; font: 700 20px/1.1 var(--heading); }
.mini-hero p { width: 155px; height: 4px; margin: 11px 0; border-radius: 4px; background: rgba(255,255,255,.35); }
.mini-hero button { padding: 6px 10px; border: 0; border-radius: 4px; background: #5b7cff; color: white; font-size: 6px; }
.mini-features { padding: 16px 20px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.mini-features span { height: 53px; border: 1px solid #dde2e9; border-radius: 6px; background: white; box-shadow: 0 4px 10px rgba(0,0,0,.04); }
.float-card { position: absolute; z-index: 5; min-width: 205px; padding: 13px 15px; display: flex; align-items: center; gap: 11px; border: 1px solid var(--line-strong); border-radius: 13px; background: rgba(18,24,33,.91); box-shadow: 0 20px 45px rgba(0,0,0,.38), inset 0 1px rgba(255,255,255,.04); backdrop-filter: blur(14px); transition: transform .35s var(--ease), border-color .35s; }
.float-card:hover { transform: translateY(-5px); border-color: rgba(115,142,255,.45); }
.float-card i { width: 31px; height: 31px; display: grid; place-items: center; flex: none; border: 1px solid rgba(109,136,255,.24); border-radius: 9px; background: rgba(91,124,255,.08); color: #8ea4ff; font-style: normal; }
.float-card div { display: grid; }
.float-card b { font: 600 10px var(--heading); }
.float-card span { margin-top: 3px; color: var(--muted); font-size: 8px; }
.float-card--one { top: 38px; left: 15px; }
.float-card--two { top: 90px; right: -12px; }
.float-card--three { bottom: 56px; right: 11px; }
.float-card--four { bottom: 34px; left: 0; }

.work { max-width: 1380px; padding-inline: 28px; }
.work::before { content: ""; position: absolute; z-index: -2; left: 50%; top: 0; width: 100vw; height: 100%; transform: translateX(-50%); border-block: 1px solid rgba(255,255,255,.045); background: linear-gradient(180deg, rgba(13,17,23,.52), rgba(7,9,13,.1)); }
.work-top { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: end; }
.work-intro { max-width: 670px; justify-self: end; }
.category-row { margin-top: 27px; display: flex; flex-wrap: wrap; gap: 7px; }
.category-row span { padding: 6px 9px; border: 1px solid var(--line); border-radius: 7px; color: #87909e; font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
.showcase-grid { margin-top: 74px; display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 365px; gap: 18px; }
.showcase { --mx: 0deg; --my: 0deg; position: relative; grid-column: span 6; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); box-shadow: 0 20px 45px rgba(0,0,0,.2); transform: perspective(1000px) rotateX(var(--my)) rotateY(var(--mx)); transform-style: preserve-3d; transition: transform .45s var(--ease), border-color .4s, box-shadow .4s; }
.showcase--wide { grid-column: span 8; }
.showcase--full { grid-column: span 12; }
.showcase--wide + .showcase--tall { grid-column: span 4; grid-row: span 2; }
.showcase--tall { grid-column: span 4; }
.showcase:hover { transform: perspective(1000px) rotateX(var(--my)) rotateY(var(--mx)) translateY(-5px); border-color: rgba(115,142,255,.38); box-shadow: 0 25px 65px rgba(0,0,0,.36), 0 0 25px rgba(91,124,255,.07); }
.showcase img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.06); transition: transform .8s var(--ease), filter .6s; }
.showcase:hover img { transform: scale(1.045); filter: saturate(.95) contrast(1.06); }
.showcase-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,7,11,.18), rgba(4,7,11,.08) 28%, rgba(5,8,13,.92) 89%, #07090d), linear-gradient(90deg, rgba(5,8,13,.35), transparent 70%); }
.showcase-meta { position: absolute; top: 18px; left: 18px; right: 18px; display: flex; justify-content: space-between; color: rgba(255,255,255,.7); font-size: 8px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.showcase-meta span:first-child { padding: 6px 9px; border: 1px solid rgba(255,255,255,.17); border-radius: 7px; background: rgba(5,8,13,.38); backdrop-filter: blur(10px); }
.showcase-content { position: absolute; left: 24px; right: 24px; bottom: 23px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.showcase-content h3 { margin: 0; font-size: 22px; letter-spacing: -.035em; }
.showcase-content p { max-width: 500px; margin: 7px 0 0; color: rgba(225,230,239,.76); font-size: 11px; line-height: 1.6; }
.tags { margin-top: 11px; display: flex; gap: 6px; }
.tags span { padding: 4px 8px; border: 1px solid rgba(255,255,255,.13); border-radius: 6px; color: rgba(255,255,255,.72); font-size: 8px; }
.card-actions { display: flex; flex: none; gap: 7px; opacity: .9; transform: none; transition: .4s var(--ease); }
.showcase:hover .card-actions, .showcase:focus-within .card-actions { opacity: 1; transform: none; }
.card-actions a { padding: 10px 12px; border: 1px solid rgba(255,255,255,.17); border-radius: 8px; background: rgba(9,12,18,.72); color: white; font-size: 9px; font-weight: 700; backdrop-filter: blur(12px); }
.card-actions a:last-child { border-color: transparent; background: linear-gradient(120deg, #526ff0, #7259e8); }
.live-work { padding-top: 122px; scroll-margin-top: 90px; }
.live-work__heading { padding-top: 42px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: end; border-top: 1px solid var(--line); }
.live-work__heading h3 { max-width: 780px; margin: 19px 0 0; font-size: clamp(34px, 4.2vw, 56px); line-height: 1.08; letter-spacing: -.05em; font-weight: 650; }
.live-work__heading > p { max-width: 500px; margin: 0 0 4px; color: var(--text-soft); font-size: 14px; line-height: 1.75; }
.live-work__grid { margin-top: 54px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.live-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg, rgba(18,24,33,.96), rgba(11,15,21,.96)); box-shadow: 0 24px 60px rgba(0,0,0,.24); transition: transform .4s var(--ease), border-color .35s, box-shadow .35s; }
.live-card:hover { transform: translateY(-5px); border-color: rgba(115,142,255,.42); box-shadow: 0 30px 75px rgba(0,0,0,.38), 0 0 34px rgba(91,124,255,.07); }
.live-card__media { position: relative; height: 280px; overflow: hidden; background: #111722; }
.live-card__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,7,11,.04), rgba(4,7,11,.5)); }
.live-card__media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.05); transition: transform .7s var(--ease), filter .5s; }
.live-card:hover .live-card__media img { transform: scale(1.035); filter: saturate(1) contrast(1.04); }
.live-card__media > span { position: absolute; z-index: 2; top: 18px; left: 18px; padding: 7px 10px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.18); border-radius: 8px; background: rgba(7,9,13,.66); color: #ddf8e8; font-size: 9px; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; backdrop-filter: blur(14px); }
.live-card__body { min-height: 250px; padding: 28px; display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto 1fr auto; gap: 19px 30px; }
.live-card__body small { color: #8ea4ff; font-size: 9px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.live-card__body h4 { margin: 7px 0 0; font: 650 26px/1.18 var(--heading); letter-spacing: -.035em; }
.live-card__body > p { grid-column: 1 / -1; max-width: 540px; margin: 0; color: var(--text-soft); font-size: 13px; line-height: 1.7; }
.live-card__link { grid-column: 1 / -1; align-self: end; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-top: 17px; border-top: 1px solid var(--line); color: #dce3ff; font-size: 11px; font-weight: 700; }
.live-card__link b { color: #8ea4ff; font-size: 16px; transition: transform .3s var(--ease); }
.live-card:hover .live-card__link b { transform: translate(3px, -3px); }

.process { max-width: 1320px; overflow: hidden; }
.process-backdrop { position: absolute; z-index: -2; inset: 95px 28px 40px; opacity: .42; }
.process-backdrop::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.024) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.024) 1px, transparent 1px); background-size: 42px 42px; mask-image: radial-gradient(circle, black, transparent 72%); }
.process-backdrop span { position: absolute; border: 1px solid rgba(91,124,255,.08); border-radius: 20px; background: rgba(91,124,255,.015); }
.process-backdrop span:nth-child(1) { width: 190px; height: 110px; top: 60px; left: 4%; transform: rotate(-6deg); }
.process-backdrop span:nth-child(2) { width: 150px; height: 190px; right: 5%; top: 90px; transform: rotate(5deg); }
.process-backdrop span:nth-child(3) { width: 240px; height: 105px; left: 42%; bottom: 15px; }
.section-heading--center { max-width: 760px; margin: auto; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading--center > p { max-width: 550px; margin: 22px auto 0; color: var(--text-soft); font-size: 14px; }
.process-track { position: relative; margin: 100px 10px 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; }
.process-line { position: absolute; top: 43px; left: 10px; right: 10px; height: 1px; background: rgba(255,255,255,.1); }
.process-line span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--blue), var(--violet)); box-shadow: 0 0 13px rgba(91,124,255,.65); transition: width .1s linear; }
.process-track article { position: relative; padding-right: 17px; }
.process-track article > b { color: #657080; font: 600 10px var(--heading); letter-spacing: .12em; }
.process-dot { position: relative; z-index: 2; width: 13px; height: 13px; margin: 25px 0 26px; border: 3px solid #0d1117; border-radius: 50%; background: #596474; box-shadow: 0 0 0 1px rgba(255,255,255,.12); transition: background .25s, box-shadow .25s; }
.process-track article.is-reached .process-dot { background: #7892ff; box-shadow: 0 0 0 1px rgba(120,146,255,.4), 0 0 18px rgba(91,124,255,.7); }
.process-track h3 { margin: 0; font-size: 17px; line-height: 1.35; letter-spacing: -.025em; }
.process-track p { margin: 12px 0 0; color: var(--muted); font-size: 11px; line-height: 1.7; }

.why { display: grid; grid-template-columns: .86fr 1.14fr; gap: 85px; align-items: center; }
.why::before { content: ""; position: absolute; z-index: -2; left: 50%; top: 35px; width: 100vw; height: calc(100% - 70px); transform: translateX(-50%); border-block: 1px solid rgba(255,255,255,.045); background: linear-gradient(110deg, rgba(13,17,23,.5), rgba(9,12,17,.1)); }
.why-copy h2 { font-size: clamp(39px, 4.6vw, 61px); }
.why-lead { margin: 25px 0 0; color: var(--text-soft); font-size: 14px; line-height: 1.85; }
.why-points { margin-top: 40px; border-top: 1px solid var(--line); }
.why-points > div { padding: 17px 0; display: grid; grid-template-columns: 38px 1fr; gap: 12px; border-bottom: 1px solid var(--line); }
.why-points > div > b { padding-top: 3px; color: #687386; font: 600 9px var(--heading); }
.why-points span { color: var(--muted); font-size: 10px; }
.why-points strong { display: block; margin-bottom: 3px; color: #e4e8ef; font: 600 12px var(--heading); }
.comparison { position: relative; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 22px; background: #0b0f15; box-shadow: 0 40px 80px rgba(0,0,0,.4), inset 0 1px rgba(255,255,255,.035); }
.comparison::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px); background-size: 30px 30px; mask-image: linear-gradient(black, transparent 80%); }
.comparison-top { position: relative; padding: 17px 20px; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); color: #77808e; font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.comparison-top em { display: flex; align-items: center; gap: 7px; color: #939dab; font-style: normal; }
.compare-columns { position: relative; padding: 22px; display: grid; grid-template-columns: 1fr 1.08fr; gap: 12px; }
.compare-columns article { padding: 23px 20px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.018); }
.compare-label { min-height: 48px; display: flex; align-items: center; gap: 10px; }
.compare-label > i { width: 35px; height: 35px; display: grid; place-items: center; flex: none; border: 1px solid var(--line); border-radius: 9px; background: rgba(255,255,255,.025); color: #717b89; font-style: normal; }
.compare-label div { display: grid; }
.compare-label b { font: 600 11px var(--heading); }
.compare-label span { color: var(--muted); font-size: 8px; }
.compare-columns ul { margin: 24px 0 0; padding: 0; list-style: none; }
.compare-columns li { position: relative; padding: 10px 0 10px 20px; border-top: 1px solid rgba(255,255,255,.055); color: #7d8795; font-size: 9px; }
.compare-columns li::before { content: "×"; position: absolute; left: 1px; color: #5e6876; }
.compare-premium { position: relative; border-color: rgba(91,124,255,.28) !important; background: linear-gradient(155deg, rgba(91,124,255,.1), rgba(124,92,255,.035)) !important; box-shadow: 0 18px 45px rgba(0,0,0,.25); }
.compare-premium .compare-glow { position: absolute; inset: -100px -60px auto auto; width: 180px; height: 180px; border-radius: 50%; background: rgba(91,124,255,.2); filter: blur(65px); }
.compare-premium .compare-label > i { border-color: rgba(110,139,255,.3); color: #8ea4ff; background: rgba(91,124,255,.1); }
.compare-premium .compare-label b { color: white; }
.compare-premium li { color: #c3cad5; }
.compare-premium li::before { content: "✓"; color: #7ee2a8; }
.compare-footer { position: relative; margin: 0 22px 22px; padding: 13px 15px; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--line); border-radius: 11px; background: rgba(255,255,255,.018); }
.compare-footer span { color: #697382; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.compare-footer strong { color: #b9c3e7; font: 500 9px var(--heading); }

.faq { display: grid; grid-template-columns: .73fr 1.27fr; gap: 100px; align-items: start; }
.faq-intro { position: sticky; top: 130px; }
.faq h2 { font-size: clamp(38px, 4.3vw, 58px); }
.faq-intro > p { margin: 23px 0 29px; color: var(--text-soft); font-size: 13px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: #dce1e8; font: 600 14px var(--heading); cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: relative; width: 27px; height: 27px; flex: none; border: 1px solid var(--line); border-radius: 50%; transition: border-color .25s, background .25s; }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; top: 12px; left: 8px; width: 9px; height: 1px; background: #8e99aa; transition: transform .3s; }
.faq-list summary span::after { transform: rotate(90deg); }
.faq-list details[open] summary span { border-color: rgba(91,124,255,.4); background: rgba(91,124,255,.08); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { max-width: 650px; margin: -5px 55px 26px 0; color: var(--muted); font-size: 12px; line-height: 1.75; }

.contact { max-width: 1320px; padding-top: 140px; padding-bottom: 140px; display: grid; grid-template-columns: .76fr 1.24fr; gap: 80px; align-items: center; }
.contact::before { content: ""; position: absolute; z-index: -2; left: 50%; top: 0; width: 100vw; height: 100%; transform: translateX(-50%); border-block: 1px solid rgba(255,255,255,.055); background: radial-gradient(circle at 80% 50%, rgba(91,124,255,.09), transparent 32%), linear-gradient(110deg, rgba(13,17,23,.72), rgba(7,9,13,.86)); }
.contact-glow { position: absolute; z-index: -1; right: -180px; top: 70px; width: 450px; height: 450px; border-radius: 50%; background: rgba(105,76,224,.09); filter: blur(100px); }
.contact h2 { font-size: clamp(40px, 4.7vw, 62px); }
.contact-intro > p { margin: 23px 0 0; color: var(--text-soft); font-size: 14px; }
.contact-aside { margin-top: 40px; }
.contact-aside > div { padding: 16px 0; display: grid; grid-template-columns: 38px 1fr; border-top: 1px solid var(--line); }
.contact-aside > div > span { color: #657080; font-size: 9px; }
.contact-aside p { margin: 0; color: var(--muted); font-size: 10px; }
.contact-aside b { display: block; color: #e3e8f0; font: 600 11px var(--heading); }
.form-panel { position: relative; padding: 0 30px 24px; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 22px; background: linear-gradient(145deg, rgba(20,27,38,.94), rgba(11,15,21,.96)); box-shadow: 0 40px 90px rgba(0,0,0,.5), inset 0 1px rgba(255,255,255,.045); backdrop-filter: blur(25px); }
.form-panel::before { content: ""; position: absolute; top: -150px; right: -100px; width: 300px; height: 300px; border-radius: 50%; background: rgba(91,124,255,.14); filter: blur(80px); }
.form-head { min-height: 66px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); color: #7f8998; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.form-head > div { display: flex; align-items: center; gap: 9px; }
.form-head b { color: #c8ced8; font-weight: 600; }
.form-progress { height: 2px; margin: 0 -30px; background: rgba(255,255,255,.035); }
.form-progress span { display: block; width: 25%; height: 100%; background: linear-gradient(90deg, var(--blue), var(--violet)); box-shadow: 0 0 11px rgba(91,124,255,.55); transition: width .4s var(--ease); }
#project-form { padding-top: 29px; }
.form-step { display: none; margin: 0; padding: 0; border: 0; }
.form-step.is-active { display: grid; gap: 17px; animation: formIn .4s var(--ease); }
@keyframes formIn { from { opacity: 0; transform: translateX(8px); } }
.form-step legend { width: 100%; margin-bottom: 22px; }
.form-step legend span { display: block; font: 600 21px var(--heading); letter-spacing: -.03em; }
.form-step legend small { display: block; margin-top: 3px; color: var(--muted); font-size: 10px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-step label:not(.consent) { display: grid; gap: 7px; color: #c4cbd5; font-size: 9px; font-weight: 600; text-transform: uppercase; letter-spacing: .07em; }
.form-step input:not([type="checkbox"]), .form-step select, .form-step textarea { width: 100%; min-height: 47px; padding: 12px 13px; border: 1px solid rgba(255,255,255,.1); border-radius: 10px; outline: none; background: rgba(6,9,14,.56); color: white; font-size: 11px; text-transform: none; letter-spacing: 0; transition: border-color .25s, box-shadow .25s, background .25s; }
.form-step textarea { resize: vertical; }
.form-step select { color-scheme: dark; }
.form-step input::placeholder, .form-step textarea::placeholder { color: #505a68; }
.form-step input:focus, .form-step select:focus, .form-step textarea:focus { border-color: rgba(91,124,255,.55); background: rgba(9,13,20,.76); box-shadow: 0 0 0 3px rgba(91,124,255,.08), 0 0 22px rgba(91,124,255,.07); }
.form-step input:user-invalid, .form-step select:user-invalid, .form-step textarea:user-invalid { border-color: rgba(255,106,120,.5); }
.form-actions { margin-top: 25px; display: flex; justify-content: flex-end; gap: 10px; }
.form-actions .button { min-width: 125px; }
.form-back { margin-right: auto; }
.form-note { margin: 17px 0 0; display: flex; align-items: center; gap: 6px; color: #5f6977; font-size: 8px; }
.review-card { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: var(--line); }
.review-card div { min-height: 65px; padding: 12px; display: grid; align-content: center; background: #0d121a; }
.review-card span { color: #697382; font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
.review-card b { margin-top: 4px; color: #dce1e9; font: 500 10px var(--heading); }
.consent { padding: 13px; display: flex; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: 10px; color: #8993a1; font-size: 9px; }
.consent input { accent-color: var(--blue); }

.final-cta { max-width: 1380px; min-height: 590px; padding-top: 150px; padding-bottom: 150px; display: grid; place-items: center; overflow: hidden; text-align: center; }
.final-cta::before { content: ""; position: absolute; z-index: -2; inset: 45px 28px; border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(145deg, rgba(17,23,33,.82), rgba(8,11,16,.92)); box-shadow: inset 0 1px rgba(255,255,255,.035); }
.cta-grid { position: absolute; z-index: -1; inset: 45px 28px; border-radius: 28px; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 50px 50px; mask-image: radial-gradient(circle, black, transparent 72%); }
.cta-orb { position: absolute; z-index: -1; width: 660px; height: 330px; border-radius: 50%; background: radial-gradient(ellipse, rgba(91,124,255,.22), rgba(124,92,255,.08) 45%, transparent 70%); filter: blur(30px); }
.final-cta .eyebrow { justify-content: center; }
.final-cta h2 { margin: 22px 0 0; font: 650 clamp(48px, 6.4vw, 86px)/1.02 var(--heading); letter-spacing: -.065em; }
.final-cta p { margin: 24px 0 0; color: var(--text-soft); }
.final-cta .hero-actions { justify-content: center; }

.site-footer { position: relative; max-width: 1380px; margin: auto; padding: 66px 28px 30px; }
.footer-glow { position: absolute; top: 0; left: 28px; right: 28px; height: 1px; background: linear-gradient(90deg, transparent, rgba(91,124,255,.75), rgba(124,92,255,.45), transparent); box-shadow: 0 0 18px rgba(91,124,255,.3); }
.footer-top { display: grid; grid-template-columns: 1.7fr repeat(3, .7fr); gap: 70px; }
.footer-brand .brand { font-size: 20px; }
.footer-brand .brand img { width: 52px; height: 52px; }
.footer-brand > p { max-width: 390px; margin: 22px 0 0; color: var(--muted); font-size: 11px; line-height: 1.75; }
.footer-top > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-top h3 { margin: 0 0 10px; color: #d4dae3; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.footer-top > div:not(.footer-brand) > a { color: #737d8b; font-size: 10px; transition: color .2s; }
.footer-top > div:not(.footer-brand) > a:hover { color: white; }
.footer-socials { display: flex; gap: 7px; margin-top: 7px; }
.footer-socials a { width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 7px; color: #838d9a; font-size: 8px; text-transform: uppercase; }
.footer-bottom { margin-top: 55px; padding-top: 22px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 25px; border-top: 1px solid var(--line); color: #535d6a; font-size: 8px; }
.footer-bottom > span:last-child { text-align: right; }
.footer-bottom div { display: flex; gap: 18px; }
.footer-bottom button { padding: 0; border: 0; background: transparent; color: #606a78; cursor: pointer; font-size: inherit; }
.legal-dialog { max-width: 620px; padding: 0; border: 1px solid var(--line-strong); border-radius: 20px; background: #101620; color: white; box-shadow: 0 40px 100px rgba(0,0,0,.8); }
.legal-dialog::backdrop { background: rgba(3,5,8,.78); backdrop-filter: blur(7px); }
.legal-dialog > div { position: relative; padding: 42px; }
.legal-dialog h2 { margin: 15px 0; font-size: 31px; }
.legal-dialog p:last-child { color: var(--text-soft); font-size: 13px; }
.dialog-close { position: absolute; top: 15px; right: 15px; width: 32px; height: 32px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.035); cursor: pointer; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .85s var(--ease), transform .85s var(--ease); }
.reveal--delay-1 { transition-delay: .12s; }
.reveal--delay-2 { transition-delay: .24s; }
.reveal--delay-3 { transition-delay: .36s; }
.reveal--visual { transform: translateY(38px) perspective(1400px) rotateY(-5deg); transition-duration: 1.1s; transition-delay: .25s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal--visual.is-visible { transform: perspective(1400px) rotateY(-5deg) translateY(-20px); }

@media (max-width: 1120px) {
  .nav-links { gap: 14px; }
  .nav-links a { font-size: 10px; }
  .hero { grid-template-columns: 1fr; padding-top: 190px; }
  .hero-copy { max-width: 780px; padding-bottom: 40px; }
  .hero h1 { max-width: 820px; font-size: clamp(54px, 8vw, 82px); }
  .hero-stage { width: 690px; margin: 0 auto 45px; transform: none; }
  .reveal--visual, .reveal--visual.is-visible { transform: translateY(0); }
  .hero-proof { margin-top: 20px; }
  .services-layout { gap: 25px; }
  .float-card--two { right: 0; }
  .work-top { grid-template-columns: .9fr 1.1fr; }
  .contact { gap: 45px; }
}

@media (max-width: 900px) {
  .site-header { padding: 12px; }
  .nav-shell { min-height: 62px; padding: 9px 10px 9px 13px; flex-wrap: wrap; }
  .nav-toggle { display: block; }
  .button--nav { display: none; }
  .nav-links { order: 5; width: 100%; display: none; padding: 10px 2px 8px; flex-direction: column; align-items: stretch; border-top: 1px solid var(--line); }
  .nav-links.is-open { display: flex; }
  .nav-links a { padding: 9px; font-size: 12px; }
  .nav-links a::after { display: none; }
  .section { padding-top: 110px; padding-bottom: 110px; }
  .section-heading--split, .services-layout, .work-top, .why, .faq, .contact { grid-template-columns: 1fr; }
  .section-heading--split { gap: 27px; }
  .services-layout { margin-top: 65px; }
  .services-copy { max-width: 650px; }
  .work-top { gap: 30px; }
  .work-intro { justify-self: start; }
  .showcase-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 390px; }
  .showcase, .showcase--wide, .showcase--tall, .showcase--wide + .showcase--tall { grid-column: span 1; grid-row: span 1; }
  .showcase:first-child, .showcase:nth-child(5), .showcase--full { grid-column: span 2; }
  .process-track { grid-template-columns: 1fr 1fr; gap: 55px 45px; }
  .process-line { display: none; }
  .process-dot { margin-block: 15px; }
  .why { gap: 60px; }
  .faq { gap: 55px; }
  .faq-intro { position: static; }
  .contact { gap: 55px; }
  .footer-top { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-top > div:last-child { grid-column: 2; }
  .footer-bottom { grid-template-columns: 1fr auto; }
  .footer-bottom > span:last-child { display: none; }
}

@media (max-width: 720px) {
  html { scroll-padding-top: 85px; }
  .section-grid, .section, .final-cta { padding-inline: 18px; }
  .hero { min-height: 0; padding-top: 150px; padding-bottom: 70px; }
  .hero::before { inset-inline: 18px; background-size: 42px 42px; }
  .hero h1 { font-size: clamp(44px, 13.2vw, 66px); }
  .hero-lead { font-size: 15px; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { flex: 1; min-width: 155px; }
  .hero-note { align-items: flex-start; }
  .hero-stage { width: 100%; height: 460px; margin-top: 20px; }
  .stage-aura { width: 100%; left: 0; }
  .device--desktop { left: 50%; top: 40px; width: 485px; height: 314px; transform: translateX(-50%) scale(.9); transform-origin: center top; }
  .device--desktop .device-screen { width: 467px; height: 266px; }
  .device--desktop iframe { transform: scale(.324); }
  .device--laptop { display: none; }
  .device--tablet { left: 5px; bottom: 7px; transform: scale(.85) rotate(-2deg); transform-origin: bottom left; }
  .device--phone { right: 8px; top: 185px; transform: scale(.9) rotate(3deg); transform-origin: top right; }
  .stage-chip--top { right: 0; top: 4px; }
  .stage-chip--bottom { left: 45%; bottom: 0; transform: translateX(-50%); }
  .hero-proof { grid-template-columns: 1fr 1fr; gap: 12px; }
  .trust-track { min-height: 72px; padding-inline: 18px; overflow-x: auto; justify-content: flex-start; scrollbar-width: none; }
  .trust-track::-webkit-scrollbar { display: none; }
  .section-heading h2, .work-top h2, .why h2, .faq h2, .contact h2 { font-size: clamp(37px, 10.5vw, 54px); }
  .service-orbit { min-height: 520px; transform: scale(.9); margin-inline: -30px; }
  .service-orbit::before { width: 500px; }
  .orbit-preview { width: 390px; }
  .float-card { min-width: 185px; }
  .float-card--one { left: 10px; }
  .float-card--two { right: 4px; }
  .float-card--three { right: 8px; }
  .showcase-grid { margin-inline: -18px; padding: 0 18px 13px; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 85vw; grid-template-rows: 470px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .showcase-grid::-webkit-scrollbar { display: none; }
  .showcase, .showcase--wide, .showcase--tall, .showcase--wide + .showcase--tall, .showcase--full, .showcase:first-child, .showcase:nth-child(5) { grid-column: auto; grid-row: 1; scroll-snap-align: center; }
  .showcase-content { align-items: stretch; flex-direction: column; }
  .card-actions { opacity: 1; transform: none; }
  .card-actions a { flex: 1; text-align: center; }
  .live-work { padding-top: 92px; }
  .live-work__heading { grid-template-columns: 1fr; gap: 25px; }
  .live-work__grid { grid-template-columns: 1fr; }
  .process-track { grid-template-columns: 1fr; margin-top: 65px; gap: 0; padding-left: 28px; }
  .process-track::before { content: ""; position: absolute; top: 15px; bottom: 30px; left: 5px; width: 1px; background: linear-gradient(var(--blue), rgba(124,92,255,.18)); }
  .process-track article { padding: 0 0 42px; }
  .process-dot { position: absolute; left: -29px; top: 2px; margin: 0; }
  .compare-columns { grid-template-columns: 1fr; }
  .compare-basic { display: none; }
  .comparison-top, .compare-columns { padding-inline: 15px; }
  .compare-footer { margin-inline: 15px; align-items: flex-start; flex-direction: column; gap: 5px; }
  .faq-list summary { min-height: 72px; font-size: 13px; }
  .field-grid { grid-template-columns: 1fr; }
  .form-panel { padding-inline: 18px; }
  .form-progress { margin-inline: -18px; }
  .form-actions { flex-wrap: wrap; }
  .form-actions .button { flex: 1; }
  .form-back { flex: .6 !important; }
  .review-card { grid-template-columns: 1fr; }
  .final-cta { min-height: 600px; }
  .final-cta::before, .cta-grid { inset-inline: 10px; }
  .final-cta h2 { font-size: clamp(45px, 13vw, 70px); }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 45px 25px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-top > div:last-child { grid-column: auto; }
  .footer-bottom { grid-template-columns: 1fr; gap: 12px; }
  .footer-bottom div { justify-content: flex-start; }
}

@media (max-width: 460px) {
  .brand { font-size: 16px; }
  .brand img { width: 42px; height: 42px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-proof { grid-template-columns: 1fr; }
  .device--desktop { transform: translateX(-50%) scale(.72); }
  .service-list { grid-template-columns: 1fr; }
  .service-orbit { min-height: 500px; transform: scale(.76); margin-inline: -80px; }
  .showcase-grid { grid-auto-columns: 89vw; }
  .showcase-content { left: 19px; right: 19px; }
  .live-card__media { height: 230px; }
  .live-card__body { min-height: 225px; padding: 23px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}

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