:root {
  color-scheme: dark;
  --page: #020713;
  --surface: #07101e;
  --surface-soft: #0a1423;
  --text: #f6f7fb;
  --muted: #9aa7ba;
  --line: rgba(167, 198, 230, .12);
  --line-strong: rgba(127, 226, 255, .26);
  --cyan: #29ddff;
  --blue: #4778ff;
  --violet: #ad47ff;
  --green: #37f09b;
  --gradient: linear-gradient(105deg, var(--blue), var(--violet) 43%, var(--cyan) 70%, var(--green));
  --container: min(1440px, calc(100vw - 32px));
  --ease: cubic-bezier(.22, .78, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--page); }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    linear-gradient(180deg, #020713 0%, #01050d 62%, #020713 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .16;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E");
}
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }
p, h1, h2, h3 { margin: 0; }
:focus-visible { outline: 2px solid var(--cyan); outline-offset: 4px; }
::selection { background: rgba(41, 221, 255, .26); color: #fff; }

.service-shell, .services-shell {
  width: var(--container);
  margin: 16px auto 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(2, 7, 18, .82);
}

/* Shared header */
.site-header {
  min-height: 84px;
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr) 220px;
  align-items: center;
  gap: 26px;
  padding: 0 clamp(28px, 4.2vw, 70px);
  position: relative;
  z-index: 30;
  border-bottom: 1px solid var(--line);
  background: rgba(2, 7, 17, .82);
  backdrop-filter: blur(18px);
}
.brand {
  width: 210px;
  height: 48px;
  display: block;
  overflow: hidden;
  position: relative;
}
.brand span {
  position: absolute;
  inset: 0;
  background-image: url('/assets/images/cyber-pixel-neon-logo.jpg');
  background-repeat: no-repeat;
  background-size: 128%;
  background-position: center 51%;
}
.desktop-nav { display: flex; justify-content: center; gap: clamp(24px, 3.2vw, 52px); }
.desktop-nav a { color: #c5cfdd; font-size: .86rem; font-weight: 620; transition: color .25s ease; }
.desktop-nav a:hover { color: #fff; }
.outline-cta {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 24px;
  background: linear-gradient(#030917, #030917) padding-box, var(--gradient) border-box;
  font-size: .85rem;
  font-weight: 680;
  transition: background-color .25s ease, box-shadow .25s ease;
}
.outline-cta:hover { box-shadow: 0 0 34px rgba(76, 122, 255, .16); }
.outline-cta b { font-size: 1.15rem; font-weight: 400; }
.menu-toggle, .mobile-menu { display: none; }

/* Service hero */
.service-hero {
  min-height: min(790px, calc(100dvh - 100px));
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(520px, 1.14fr);
  align-items: center;
  gap: clamp(30px, 3.4vw, 58px);
  padding: clamp(72px, 7vw, 110px) clamp(28px, 4.2vw, 70px) 74px;
  position: relative;
  isolation: isolate;
}
.service-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  z-index: -1;
  background: linear-gradient(90deg, transparent, rgba(41, 221, 255, .18), transparent);
}
.hero-rays { position: absolute; inset: 0; overflow: hidden; z-index: -2; pointer-events: none; }
.hero-rays i {
  position: absolute;
  width: 48%;
  height: 1px;
  right: -7%;
  top: 24%;
  opacity: .22;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
  transform: rotate(-17deg);
  animation: ray-drift 9s ease-in-out infinite alternate;
}
.hero-rays i:nth-child(2) { top: 48%; right: 8%; width: 34%; opacity: .14; animation-delay: -3s; }
.hero-rays i:nth-child(3) { top: 70%; right: -2%; width: 56%; opacity: .1; animation-delay: -6s; }
.hero-copy { min-width: 0; position: relative; z-index: 4; }
.hero-pill {
  width: fit-content;
  min-height: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  border: 1px solid transparent;
  border-radius: 18px;
  background: linear-gradient(#030916, #030916) padding-box, linear-gradient(95deg, rgba(41,221,255,.55), rgba(173,71,255,.55)) border-box;
  color: #bdc8d6;
  font-size: .62rem;
  font-weight: 760;
  letter-spacing: .08em;
}
.hero-pill span { width: 5px; height: 5px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }
.hero-copy h1 {
  margin-top: 30px;
  max-width: 660px;
  color: #f5f5f7;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4.5rem, 6.2vw, 7.7rem);
  font-weight: 400;
  line-height: .92;
  letter-spacing: 0;
}
.hero-copy h1 em {
  display: inline-block;
  background: var(--gradient);
  background-size: 180% 180%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-style: normal;
  animation: text-shift 8s ease-in-out infinite alternate;
}
.hero-lead { max-width: 560px; margin-top: 30px; color: #9ba8b9; font-size: clamp(1rem, 1.18vw, 1.15rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 38px; }
.gradient-cta {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0 24px;
  border-radius: 28px;
  background: var(--gradient);
  color: #030711;
  font-size: .9rem;
  font-weight: 780;
  box-shadow: 0 16px 48px rgba(58, 111, 255, .2);
  transition: filter .25s ease, transform .25s var(--ease);
}
.gradient-cta:hover { filter: brightness(1.08); transform: translateY(-2px); }
.quiet-cta { min-height: 54px; display: inline-flex; align-items: center; gap: 10px; color: #c7cfda; font-size: .86rem; font-weight: 620; }
.quiet-cta i { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; font-style: normal; }
.hero-benefits { display: flex; gap: clamp(20px, 3vw, 42px); margin: 46px 0 0; padding: 0; list-style: none; }
.hero-benefits li { display: flex; align-items: center; gap: 10px; color: #8593a6; font-size: .7rem; line-height: 1.25; }
.hero-benefits b { color: #aebbd0; font-size: 1rem; font-weight: 400; }

.product-visual { min-width: 0; min-height: 590px; position: relative; }
.product-visual::before {
  content: "";
  position: absolute;
  inset: 9% 5% 8% 9%;
  z-index: -4;
  background: radial-gradient(ellipse at center, rgba(53, 92, 190, .22), transparent 66%);
}
.neon-orbit {
  position: absolute;
  z-index: -2;
  border-radius: 50%;
  background: conic-gradient(from 45deg, transparent 0 7%, var(--cyan) 20%, var(--blue) 39%, var(--violet) 57%, transparent 72% 84%, var(--green) 94%, transparent);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 1px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 1px));
  filter: drop-shadow(0 0 9px rgba(41, 221, 255, .72));
}
.orbit-one { width: 690px; height: 520px; right: -11%; top: 4%; transform: rotate(-12deg); animation: orbit-breathe 9s ease-in-out infinite alternate; }
.orbit-two { width: 590px; height: 430px; right: 2%; bottom: -3%; transform: rotate(23deg); opacity: .66; animation: orbit-breathe-two 11s ease-in-out infinite alternate; }
.laptop { width: min(96%, 720px); position: absolute; right: -2%; top: 20%; z-index: 2; transform: perspective(1200px) rotateY(-8deg) rotateX(2deg); }
.laptop-screen { aspect-ratio: 16 / 10; overflow: hidden; padding: 9px; border: 1px solid rgba(195, 225, 255, .38); border-radius: 13px 13px 5px 5px; background: #050a12; box-shadow: 0 30px 85px rgba(0,0,0,.58), 0 0 34px rgba(44, 115, 255, .13); }
.laptop-screen img { width: 100%; height: 100%; object-fit: cover; object-position: top; border-radius: 6px; }
.laptop-base { width: 112%; height: 15px; margin-left: -6%; position: relative; border-radius: 2px 2px 17px 17px; background: linear-gradient(180deg, #506176, #172231 48%, #090d14); box-shadow: 0 16px 26px rgba(0,0,0,.48); }
.laptop-base::after { content: ""; width: 20%; height: 3px; position: absolute; left: 40%; top: 0; border-radius: 0 0 5px 5px; background: #718096; }
.phone { width: min(29%, 210px); aspect-ratio: .53 / 1; overflow: hidden; position: absolute; left: 2%; bottom: 2%; z-index: 4; padding: 7px; border: 1px solid rgba(200, 228, 255, .42); border-radius: 28px; background: #050811; box-shadow: 0 28px 60px rgba(0,0,0,.62), 0 0 30px rgba(173,71,255,.18); transform: rotate(-8deg); }
.phone img { width: 100%; height: 100%; object-fit: cover; object-position: top; border-radius: 21px; }
.phone-speaker { width: 28%; height: 5px; position: absolute; top: 11px; left: 36%; z-index: 2; border-radius: 4px; background: #050811; }
.visual-chip { position: absolute; z-index: 5; min-width: 112px; padding: 11px 13px; border: 1px solid var(--line-strong); border-radius: 7px; background: rgba(4, 10, 20, .88); backdrop-filter: blur(14px); box-shadow: 0 18px 38px rgba(0,0,0,.32); }
.visual-chip span, .visual-chip strong { display: block; }
.visual-chip span { color: #7f8ea3; font-size: .56rem; text-transform: uppercase; }
.visual-chip strong { margin-top: 2px; color: #e9f8ff; font-size: .92rem; }
.chip-speed { right: 3%; bottom: 10%; }
.chip-speed strong { color: var(--green); }
.chip-cloud { right: 13%; top: 10%; }

.trust-strip { padding: 25px clamp(28px, 4.2vw, 70px) 30px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; background: rgba(7, 15, 27, .52); }
.trust-strip p { color: #77869a; font-size: .7rem; }
.trust-strip div { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 22px; }
.trust-strip span { color: #aab4c3; font-size: .84rem; font-weight: 780; letter-spacing: .08em; }
.metrics { display: grid; grid-template-columns: repeat(4, 1fr); margin: 52px clamp(28px, 4.2vw, 70px) 64px; border: 1px solid var(--line); border-radius: 8px; background: linear-gradient(120deg, rgba(8,18,32,.92), rgba(4,10,19,.94)); }
.metrics article { min-height: 144px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; padding: 24px; border-right: 1px solid var(--line); text-align: center; }
.metrics article:last-child { border-right: 0; }
.metrics strong { background: var(--gradient); background-clip: text; -webkit-background-clip: text; color: transparent; font-size: clamp(2rem, 3vw, 3.2rem); line-height: 1; }
.metrics span { color: #8c9aae; font-size: .72rem; }

/* Service capabilities */
.capabilities {
  width: var(--container);
  margin: clamp(72px, 9vw, 128px) auto;
  padding: clamp(72px, 7vw, 104px) clamp(28px, 6vw, 90px) clamp(76px, 8vw, 116px);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 12px;
  background:
    radial-gradient(circle at 50% 4%, rgba(45, 87, 186, .08), transparent 33%),
    rgba(2, 7, 18, .44);
}
.capabilities::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(9, 18, 34, .18), transparent 24% 76%, rgba(9, 18, 34, .2));
}
.capabilities-heading { max-width: 780px; margin: 0 auto; text-align: center; }
.section-pill {
  width: fit-content;
  min-height: 30px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 0 17px;
  border: 1px solid transparent;
  border-radius: 18px;
  background: linear-gradient(#030916, #030916) padding-box, linear-gradient(95deg, rgba(41,221,255,.66), rgba(173,71,255,.6), rgba(55,240,155,.56)) border-box;
  color: #bec9d8;
  font-size: .62rem;
  font-weight: 760;
  letter-spacing: .09em;
}
.capabilities-heading h2 {
  margin-top: 22px;
  color: #f4f5f8;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.5rem, 5.4vw, 6.6rem);
  font-weight: 400;
  line-height: .94;
  letter-spacing: 0;
  text-wrap: balance;
}
.capabilities-heading h2 em {
  display: inline-block;
  padding-bottom: .08em;
  background: var(--gradient);
  background-size: 180% 180%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-style: normal;
  animation: text-shift 8s ease-in-out infinite alternate;
}
.capabilities-heading > p:last-child { max-width: 620px; margin: 24px auto 0; color: #8f9caf; font-size: 1rem; line-height: 1.65; }
.capability-grid {
  max-width: 1130px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 52px auto 0;
}
.capability-card {
  min-height: 224px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(162, 193, 226, .13);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(9, 18, 33, .9), rgba(4, 10, 20, .78));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025);
  transition: border-color .3s ease, background-color .3s ease, box-shadow .3s ease;
}
.capability-card::after {
  content: "";
  width: 150px;
  height: 100px;
  position: absolute;
  right: -70px;
  bottom: -60px;
  border-radius: 50%;
  background: rgba(65, 119, 255, .08);
  filter: blur(30px);
  opacity: 0;
  transition: opacity .3s ease;
}
.capability-card:hover { border-color: rgba(85, 213, 255, .28); box-shadow: inset 0 1px 0 rgba(255,255,255,.045), 0 20px 60px rgba(0, 0, 0, .18); }
.capability-card:hover::after { opacity: 1; }
.capability-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  position: relative;
  border: 1px solid transparent;
  border-radius: 12px;
  background: linear-gradient(#07101e, #07101e) padding-box, var(--icon-gradient) border-box;
  box-shadow: 0 0 24px var(--icon-glow), inset 0 0 18px rgba(255,255,255,.025);
}
.capability-icon::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background: conic-gradient(from var(--icon-angle), transparent 0 24%, var(--icon-color) 41%, transparent 58% 100%);
  filter: blur(7px);
  opacity: .48;
  animation: icon-pulse 5s ease-in-out infinite alternate;
}
.capability-icon img { width: 29px; height: 29px; filter: invert(97%) sepia(3%) saturate(1058%) hue-rotate(182deg) brightness(108%); opacity: .92; }
.icon-cyan { --icon-color: #29ddff; --icon-glow: rgba(41, 221, 255, .12); --icon-gradient: linear-gradient(135deg, rgba(41,221,255,.86), rgba(71,120,255,.52)); --icon-angle: 20deg; }
.icon-violet { --icon-color: #ad47ff; --icon-glow: rgba(173, 71, 255, .13); --icon-gradient: linear-gradient(135deg, rgba(173,71,255,.84), rgba(71,120,255,.55)); --icon-angle: 140deg; }
.icon-green { --icon-color: #37f09b; --icon-glow: rgba(55, 240, 155, .11); --icon-gradient: linear-gradient(135deg, rgba(55,240,155,.76), rgba(41,221,255,.48)); --icon-angle: 250deg; }
.capability-card h3 { margin-top: 21px; color: #f2f5f9; font-size: 1.18rem; line-height: 1.25; }
.capability-card p { margin-top: 10px; color: #8d9aac; font-size: .86rem; line-height: 1.6; }
.capabilities-cta {
  width: fit-content;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin: 36px auto 0;
  padding: 0 23px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid transparent;
  border-radius: 27px;
  background: linear-gradient(#030916, #030916) padding-box, var(--gradient) border-box;
  color: #eef4fb;
  font-size: .86rem;
  font-weight: 680;
  transition: box-shadow .3s ease, color .3s ease;
}
.capabilities-cta:hover { color: #fff; box-shadow: 0 0 34px rgba(76, 122, 255, .16); }
.capabilities-cta span { font-size: 1.15rem; }
.capability-rays { position: absolute; inset: 0; z-index: -2; overflow: hidden; pointer-events: none; }
.capability-rays i {
  width: 520px;
  height: 210px;
  position: absolute;
  left: -320px;
  bottom: 8%;
  border: 1px solid rgba(112, 65, 255, .38);
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(112,65,255,.24), inset 0 0 12px rgba(41,221,255,.08);
  transform: rotate(-24deg);
  animation: capability-ray-left 11s ease-in-out infinite alternate;
}
.capability-rays i:nth-child(2) { width: 610px; height: 265px; left: -380px; bottom: -2%; opacity: .54; animation-delay: -4s; }
.capability-rays i:nth-child(3) { width: 520px; height: 250px; left: auto; right: -340px; top: 30%; border-color: rgba(41,221,255,.42); transform: rotate(19deg); animation: capability-ray-right 12s ease-in-out infinite alternate; }
.capability-rays i:nth-child(4) { width: 620px; height: 310px; left: auto; right: -410px; top: 24%; opacity: .5; animation: capability-ray-right 14s ease-in-out -5s infinite alternate; }

/* Services index */
.services-shell { min-height: 70dvh; }
.services-index { padding: clamp(80px, 11vw, 160px) clamp(28px, 7vw, 110px); }
.eyebrow { color: var(--cyan); font-size: .68rem; font-weight: 760; letter-spacing: .1em; }
.services-index h1 { margin-top: 20px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.6rem, 8vw, 8rem); font-weight: 400; line-height: .95; }
.service-list { margin-top: clamp(54px, 8vw, 90px); border-top: 1px solid var(--line); }
.service-list a { min-height: 146px; display: grid; grid-template-columns: 60px 1fr 52px; align-items: center; gap: 28px; padding: 24px 0; border-bottom: 1px solid var(--line); transition: padding .3s var(--ease), border-color .3s ease; }
.service-list a:hover { padding-inline: 18px; border-color: rgba(41,221,255,.4); }
.service-list a > span { color: var(--cyan); font-size: .72rem; }
.service-list strong { font-size: clamp(1.7rem, 3.2vw, 3.4rem); }
.service-list p { margin-top: 6px; color: var(--muted); }
.service-list b { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; font-size: 1.2rem; font-weight: 400; }

/* Footer */
.site-footer { width: var(--container); margin: 0 auto; padding: 48px clamp(28px, 4.2vw, 70px) max(32px, env(safe-area-inset-bottom)); }
.footer-inner { display: grid; grid-template-columns: 1fr 1.2fr auto; align-items: start; gap: 40px; padding-top: 40px; border-top: 1px solid var(--line); }
.footer-brand { width: 196px; }
.footer-inner > p { max-width: 430px; color: #78879a; font-size: .83rem; line-height: 1.65; }
.footer-links { display: grid; gap: 12px; justify-items: end; color: #c7d0dc; font-size: .84rem; }
.footer-links a:last-child { color: var(--cyan); }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; padding-top: 26px; border-top: 1px solid rgba(167,198,230,.08); color: #667589; font-size: .68rem; }

@media (max-width: 1080px) {
  .site-header { grid-template-columns: 210px minmax(0, 1fr) 190px; padding-inline: 28px; }
  .desktop-nav { gap: 22px; }
  .service-hero { grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr); padding-inline: 38px; }
  .hero-copy h1 { font-size: clamp(4rem, 7vw, 6.3rem); }
  .product-visual { min-height: 520px; }
  .orbit-one { width: 590px; height: 440px; }
}

@media (max-width: 820px) {
  :root { --container: calc(100vw - 16px); }
  .service-shell, .services-shell { margin-top: 8px; border-radius: 9px; }
  .site-header { min-height: 70px; display: flex; align-items: center; padding: 0 16px; }
  .brand { width: 176px; height: 44px; }
  .desktop-nav, .outline-cta { display: none; }
  .menu-toggle { width: 44px; height: 44px; display: grid; place-content: center; gap: 7px; margin-left: auto; position: relative; z-index: 3; flex: 0 0 44px; border: 1px solid var(--line-strong); border-radius: 50%; background: rgba(6, 14, 26, .9); cursor: pointer; }
  .menu-toggle i { width: 18px; height: 1px; display: block; background: #eef7ff; transition: transform .25s ease; }
  .menu-open .menu-toggle i:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-open .menu-toggle i:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-menu { position: absolute; top: 76px; left: 8px; right: 8px; display: grid; gap: 0; padding: 10px; border: 1px solid var(--line-strong); border-radius: 8px; background: rgba(4, 10, 20, .98); box-shadow: 0 28px 70px rgba(0,0,0,.52); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .25s ease, visibility .25s ease, transform .25s var(--ease); }
  .menu-open .mobile-menu { opacity: 1; visibility: visible; transform: translateY(0); }
  .mobile-menu > a { min-height: 50px; display: flex; align-items: center; justify-content: space-between; padding: 0 10px; border-bottom: 1px solid var(--line); font-size: .92rem; }
  .mobile-menu .mobile-contact { margin-top: 10px; border: 0; border-radius: 6px; background: var(--gradient); color: #020713; font-weight: 760; }
  .service-hero { min-height: auto; grid-template-columns: minmax(0, 1fr); gap: 22px; padding: 62px 22px 42px; }
  .hero-copy { z-index: 4; }
  .hero-copy h1 { max-width: 660px; font-size: clamp(4rem, 12vw, 6.5rem); }
  .hero-lead { max-width: 610px; }
  .product-visual { width: 100%; min-height: 520px; }
  .laptop { width: 86%; right: 1%; top: 14%; }
  .phone { width: 26%; left: 5%; bottom: 1%; }
  .orbit-one { width: 82vw; height: 61vw; right: -7vw; }
  .orbit-two { width: 70vw; height: 52vw; right: 5vw; }
  .trust-strip div { grid-template-columns: repeat(2, 1fr); row-gap: 18px; }
  .metrics { grid-template-columns: 1fr 1fr; margin-inline: 22px; }
  .metrics article:nth-child(2) { border-right: 0; }
  .metrics article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .capabilities { padding-inline: 26px; }
  .capability-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-links { justify-items: start; }
  .footer-inner > p { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 520px) {
  .brand { width: 150px; height: 40px; }
  .service-hero { gap: 6px; padding: 40px 14px 28px; }
  .hero-pill { max-width: 100%; padding-inline: 11px; font-size: .56rem; letter-spacing: .06em; }
  .hero-copy h1 { margin-top: 22px; font-size: clamp(2.95rem, 13.2vw, 3.55rem); line-height: .94; }
  .hero-lead { margin-top: 20px; font-size: .92rem; line-height: 1.6; }
  .hero-actions { display: grid; gap: 6px; margin-top: 24px; }
  .gradient-cta { width: 100%; }
  .quiet-cta { min-height: 46px; justify-content: center; }
  .quiet-cta i { width: 38px; height: 38px; }
  .hero-benefits { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 4px; margin-top: 24px; }
  .hero-benefits li { min-width: 0; display: grid; justify-items: center; gap: 5px; font-size: .62rem; text-align: center; }
  .product-visual { min-height: 350px; margin-top: 2px; }
  .laptop { width: 92%; right: -5%; top: 16%; }
  .phone { width: 29%; left: 1%; bottom: 3%; padding: 4px; border-radius: 18px; }
  .phone img { border-radius: 14px; }
  .phone-speaker { top: 7px; height: 3px; }
  .chip-cloud { right: 2%; top: 4%; }
  .chip-speed { right: 0; bottom: 2%; }
  .visual-chip { min-width: 96px; padding: 8px 9px; }
  .orbit-one { width: 470px; height: 350px; right: -190px; top: 5%; }
  .orbit-two { width: 410px; height: 310px; right: -120px; bottom: -2%; }
  .trust-strip { padding: 24px 14px; }
  .trust-strip div { gap: 16px 10px; }
  .trust-strip span { font-size: .69rem; letter-spacing: .05em; }
  .metrics { margin: 28px 14px 34px; }
  .metrics article { min-height: 126px; padding: 18px 10px; }
  .metrics strong { font-size: 2.15rem; }
  .metrics span { font-size: .64rem; }
  .capabilities { width: calc(100vw - 16px); margin: 54px auto; padding: 56px 14px 64px; border-radius: 9px; }
  .capabilities-heading h2 { margin-top: 18px; font-size: clamp(2.85rem, 13vw, 3.55rem); line-height: .96; }
  .capabilities-heading > p:last-child { margin-top: 20px; padding-inline: 4px; font-size: .91rem; line-height: 1.6; }
  .capability-grid { grid-template-columns: minmax(0, 1fr); gap: 10px; margin-top: 34px; }
  .capability-card { min-height: 0; padding: 23px 21px 24px; }
  .capability-icon { width: 52px; height: 52px; }
  .capability-icon img { width: 26px; height: 26px; }
  .capability-card h3 { margin-top: 18px; font-size: 1.12rem; }
  .capability-card p { font-size: .83rem; }
  .capabilities-cta { width: calc(100% - 8px); min-height: 54px; justify-content: center; margin-top: 26px; padding-inline: 18px; }
  .capability-rays i { left: -430px; opacity: .55; }
  .capability-rays i:nth-child(2) { left: -480px; }
  .capability-rays i:nth-child(3) { right: -440px; top: 46%; }
  .capability-rays i:nth-child(4) { right: -500px; top: 43%; }
  .services-index { padding: 72px 16px 94px; }
  .services-index h1 { max-width: 100%; font-size: 3.15rem; line-height: 1; text-wrap: balance; }
  .service-list a { min-height: 132px; grid-template-columns: 34px minmax(0, 1fr) 42px; gap: 12px; }
  .service-list strong { font-size: 1.6rem; line-height: 1.05; }
  .service-list p { font-size: .84rem; }
  .service-list b { width: 40px; height: 40px; }
  .site-footer { padding: 30px 14px max(24px, env(safe-area-inset-bottom)); }
  .footer-inner { grid-template-columns: 1fr; gap: 24px; }
  .footer-inner > p { grid-column: auto; grid-row: auto; }
  .footer-bottom { flex-direction: column; gap: 5px; }
}

@media (prefers-reduced-motion: no-preference) {
  @keyframes text-shift { to { background-position: 100% 50%; } }
  @keyframes ray-drift { to { transform: translate3d(-30px, 22px, 0) rotate(-14deg); opacity: .32; } }
  @keyframes orbit-breathe { to { transform: translate3d(-16px, 10px, 0) rotate(-8deg); filter: drop-shadow(0 0 14px rgba(41,221,255,.82)); } }
  @keyframes orbit-breathe-two { to { transform: translate3d(12px, -12px, 0) rotate(27deg); opacity: .82; } }
  @keyframes icon-pulse { to { transform: rotate(14deg) scale(1.05); opacity: .72; } }
  @keyframes capability-ray-left { to { transform: translate3d(54px, -18px, 0) rotate(-19deg); opacity: .78; } }
  @keyframes capability-ray-right { to { transform: translate3d(-48px, 20px, 0) rotate(15deg); opacity: .76; } }
}

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