:root {
  --svc-night: #070b14;
  --svc-night-2: #0c1322;
  --svc-paper: #efeee8;
  --svc-paper-2: #d9d8d1;
  --svc-ink: #090e19;
  --svc-muted: #646a73;
  --svc-blue: #4f5df6;
  --svc-blue-soft: #aeb5ff;
  --svc-line: rgba(9, 14, 25, 0.18);
  --svc-max: 1440px;
  --svc-pad: clamp(1.25rem, 5vw, 5rem);
  --svc-font: 'Outfit', sans-serif;
  --svc-mono: 'Space Mono', monospace;
}

body.service-v2 {
  background: var(--svc-paper);
  color: var(--svc-ink);
  font-family: var(--svc-font);
}

body.service-v2 #mainNav {
  top: 0 !important;
  min-height: 72px;
  transform: none !important;
}

body.service-v2 #mainNav .nav-logo {
  display: flex !important;
  align-items: center;
  opacity: 1 !important;
  visibility: visible !important;
}

body.service-v2 #scrollProgress {
  width: 100% !important;
  height: 2px;
  background: var(--svc-blue);
  transform: scaleX(var(--svc-progress, 0));
  transform-origin: left;
  transition: none;
}

body.service-v2 .hero.has-rocket {
  display: grid;
  min-height: min(940px, 100dvh);
  padding: clamp(9rem, 14vw, 13rem) var(--svc-pad) clamp(5rem, 9vw, 8rem);
  grid-template-columns: minmax(0, 0.92fr) minmax(390px, 0.88fr);
  align-content: center;
  gap: clamp(3rem, 7vw, 8rem);
  background: var(--svc-night);
  color: #f4f3ee;
  overflow: hidden;
}

body.service-v2 .hero.has-rocket::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(106, 119, 255, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(106, 119, 255, 0.06) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(to bottom, transparent 5%, #000 45%, transparent 100%);
}

body.service-v2 .hero-bg,
body.service-v2 .hero-regions,
body.service-v2 .hero-stats {
  display: none !important;
}

body.service-v2 .hero-eyebrow,
body.service-v2 .hero h1,
body.service-v2 .hero-sub,
body.service-v2 .hero-actions {
  position: relative;
  z-index: 2;
  grid-column: 1;
  width: auto;
  max-width: 760px;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

body.service-v2 .hero-eyebrow {
  align-self: end;
  margin-bottom: 0;
  color: var(--svc-blue-soft);
  font-family: var(--svc-mono);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
}

body.service-v2 .hero.has-rocket h1 {
  margin-top: 1.15rem;
  color: #f4f3ee;
  font-size: clamp(3.7rem, 6.6vw, 7.2rem) !important;
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.065em;
  text-wrap: balance;
}

body.service-v2 .hero.has-rocket .line-gold {
  color: var(--svc-blue-soft) !important;
  -webkit-text-fill-color: currentColor !important;
  background: none !important;
}

body.service-v2 .hero-sub {
  max-width: 60ch;
  margin-top: 1.7rem;
  color: rgba(244, 243, 238, 0.65);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.6;
}

body.service-v2 .hero .hero-actions {
  display: flex;
  margin-top: 2rem;
  gap: 0.75rem;
}

body.service-v2 .hero .hero-actions a,
body.service-v2 .cta-band .hero-actions a {
  min-height: 52px;
  padding: 0.95rem 1.4rem;
  border-radius: 0;
  font: 600 0.84rem/1 var(--svc-font);
}

body.service-v2 .hero .btn-primary {
  background: #f2f1eb;
  color: var(--svc-ink);
}

body.service-v2 .hero .btn-outline {
  border-color: rgba(216, 220, 255, 0.45);
  color: #fff;
}

.svc-visual {
  position: relative;
  z-index: 2;
  grid-column: 2;
  grid-row: 1 / span 4;
  align-self: center;
  min-height: clamp(420px, 54vw, 640px);
  padding: clamp(1.2rem, 3vw, 2.5rem);
  overflow: hidden;
  border: 1px solid rgba(147, 157, 255, 0.28);
  background: #0d1525;
  box-shadow: 0 42px 100px rgba(0, 0, 0, 0.32), inset 0 1px rgba(255, 255, 255, 0.05);
}

.svc-visual::before {
  content: attr(data-label);
  display: block;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #8d96b4;
  font: 400 0.62rem/1 var(--svc-mono);
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.svc-viz-stage {
  position: relative;
  height: calc(100% - 42px);
  min-height: 350px;
}

.svc-node,
.svc-search-bar,
.svc-result,
.svc-message,
.svc-browser,
.svc-phone,
.svc-metric {
  border: 1px solid rgba(167, 176, 255, 0.22);
  background: rgba(10, 17, 32, 0.88);
  color: #eef0ff;
}

.svc-node {
  position: absolute;
  min-width: 112px;
  padding: 0.8rem;
  font-size: 0.76rem;
}

.svc-node small,
.svc-result small,
.svc-message small,
.svc-metric small {
  display: block;
  margin-bottom: 0.4rem;
  color: #8d96b4;
  font: 400 0.54rem/1 var(--svc-mono);
  text-transform: uppercase;
}

.svc-pulse {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--svc-blue-soft);
  box-shadow: 0 0 20px var(--svc-blue);
  animation: svcTravel 4.8s cubic-bezier(0.45, 0, 0.2, 1) infinite;
}

@keyframes svcTravel {
  0%, 10% { transform: translate(0, 0); opacity: 0; }
  18% { opacity: 1; }
  78% { opacity: 1; }
  100% { transform: translate(var(--tx, 260px), var(--ty, 180px)); opacity: 0; }
}

.viz-search .svc-search-bar {
  margin-top: 2rem;
  padding: 1rem 1.1rem;
  font-size: 0.82rem;
}

.viz-search .svc-search-bar::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 1em;
  margin-left: 0.25rem;
  background: var(--svc-blue-soft);
  vertical-align: -0.12em;
  animation: svcBlink 0.9s steps(1) infinite;
}

@keyframes svcBlink { 50% { opacity: 0; } }

.viz-search .svc-result {
  margin-top: 0.75rem;
  padding: 1rem;
  opacity: 0;
  transform: translateY(12px);
  animation: svcResult 5.4s ease infinite;
}

.viz-search .svc-result:nth-child(3) { animation-delay: 0.45s; }
.viz-search .svc-result:nth-child(4) { animation-delay: 0.9s; }

@keyframes svcResult {
  0%, 16% { opacity: 0; transform: translateY(12px); }
  28%, 80% { opacity: 1; transform: none; }
  100% { opacity: 0; transform: translateY(-5px); }
}

.viz-search .svc-conversion {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1rem;
  background: var(--svc-blue);
  color: #fff;
  font-size: 0.8rem;
}

.viz-paid .svc-node:nth-child(1) { left: 3%; top: 12%; }
.viz-paid .svc-node:nth-child(2) { right: 4%; top: 12%; }
.viz-paid .svc-node:nth-child(3) { left: 32%; top: 45%; }
.viz-paid .svc-node:nth-child(4) { right: 7%; bottom: 5%; background: var(--svc-blue); }
.viz-paid .svc-pulse { left: 17%; top: 25%; --tx: 280px; --ty: 205px; }
.viz-paid .svc-pulse:nth-of-type(2) { animation-delay: 1.5s; --tx: 320px; --ty: 40px; }

.svc-browser {
  position: absolute;
  inset: 2rem 0 0;
  padding: 3.3rem 1.2rem 1.2rem;
}

.svc-browser::before {
  content: '●  ●  ●';
  position: absolute;
  top: 1rem;
  left: 1rem;
  color: #687398;
  letter-spacing: 0.35em;
}

.svc-browser .wire {
  height: 12px;
  margin-bottom: 0.8rem;
  background: rgba(139, 149, 187, 0.18);
  transform-origin: left;
  animation: svcWire 3.8s ease infinite alternate;
}

.svc-browser .wire.hero-wire { height: 42%; background: rgba(79, 93, 246, 0.32); }
.svc-browser .wire:nth-child(3) { width: 70%; animation-delay: 0.2s; }
.svc-browser .wire:nth-child(4) { width: 46%; animation-delay: 0.4s; }
@keyframes svcWire { from { transform: scaleX(0.15); opacity: 0.35; } to { transform: scaleX(1); opacity: 1; } }

.viz-launch .launch-track {
  position: absolute;
  top: 48%;
  left: 4%;
  right: 4%;
  height: 1px;
  background: rgba(174, 181, 255, 0.35);
}

.viz-launch .svc-node { top: calc(48% - 34px); min-width: 86px; text-align: center; }
.viz-launch .svc-node:nth-child(2) { left: 0; }
.viz-launch .svc-node:nth-child(3) { left: 29%; }
.viz-launch .svc-node:nth-child(4) { right: 28%; }
.viz-launch .svc-node:nth-child(5) { right: 0; background: var(--svc-blue); }
.viz-launch .svc-pulse { left: 8%; top: 48%; --tx: 390px; --ty: 0px; }

.viz-ugc .svc-phone {
  position: absolute;
  inset: 1.5rem auto 0 50%;
  width: min(62%, 280px);
  padding: 1.1rem;
  transform: translateX(-50%);
  border-radius: 26px;
}

.viz-ugc .ugc-scene {
  display: grid;
  min-height: 78px;
  margin-bottom: 0.55rem;
  padding: 0.8rem;
  align-content: end;
  background: #151e35;
  color: #fff;
  font-size: 0.7rem;
  opacity: 0.34;
  animation: svcScene 6s ease infinite;
}
.viz-ugc .ugc-scene:nth-child(2) { animation-delay: 1.5s; }
.viz-ugc .ugc-scene:nth-child(3) { animation-delay: 3s; }
.viz-ugc .ugc-scene:nth-child(4) { animation-delay: 4.5s; background: var(--svc-blue); }
@keyframes svcScene { 0%, 18% { opacity: 0.34; transform: scale(0.98); } 28%, 46% { opacity: 1; transform: scale(1); } 60%, 100% { opacity: 0.34; } }

.viz-dashboard .dashboard-shot {
  position: absolute;
  inset: 1.2rem auto 0 50%;
  height: calc(100% - 1.2rem);
  max-width: 86%;
  object-fit: contain;
  transform: translateX(-50%);
  filter: brightness(0.84) saturate(0.82);
}
.viz-dashboard::after {
  content: '';
  position: absolute;
  left: 8%; right: 8%; top: 20%; height: 1px;
  background: var(--svc-blue-soft);
  box-shadow: 0 0 22px var(--svc-blue);
  animation: svcScan 4s ease-in-out infinite alternate;
}
@keyframes svcScan {
  0% { opacity: 0; transform: translateY(0); }
  18% { opacity: 1; }
  100% { opacity: 0; transform: translateY(250px); }
}

.viz-lead .svc-message {
  position: absolute;
  width: min(78%, 350px);
  padding: 1rem;
  opacity: 0;
  transform: translateY(18px);
  animation: svcMessage 7.2s cubic-bezier(0.2, 0.8, 0.2, 1) infinite;
}
.viz-lead .svc-message:nth-child(1) { top: 10%; left: 0; }
.viz-lead .svc-message:nth-child(2) { top: 38%; right: 0; animation-delay: 1.5s; background: #182448; }
.viz-lead .svc-message:nth-child(3) { bottom: 4%; left: 8%; animation-delay: 3s; border-color: var(--svc-blue); }
@keyframes svcMessage { 0%, 8% { opacity: 0; transform: translateY(18px); } 18%, 78% { opacity: 1; transform: none; } 92%, 100% { opacity: 0; transform: translateY(-4px); } }

.viz-system .svc-node:nth-child(1) { left: 0; top: 10%; }
.viz-system .svc-node:nth-child(2) { left: 0; bottom: 14%; }
.viz-system .svc-node:nth-child(3) { left: 39%; top: 36%; background: #182448; }
.viz-system .svc-node:nth-child(4) { right: 0; top: 10%; }
.viz-system .svc-node:nth-child(5) { right: 0; bottom: 14%; background: var(--svc-blue); }
.viz-system .svc-pulse { left: 13%; top: 24%; --tx: 310px; --ty: 180px; }
.viz-system .svc-pulse:nth-of-type(2) { top: 72%; animation-delay: 1.2s; --tx: 310px; --ty: -180px; }

body.service-v2 section.svc-mechanism {
  padding: clamp(6rem, 11vw, 11rem) var(--svc-pad);
  background: var(--svc-paper) !important;
}

.svc-mechanism-inner {
  display: grid;
  max-width: calc(var(--svc-max) - (var(--svc-pad) * 2));
  margin: 0 auto;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(3rem, 9vw, 9rem);
}

.svc-kicker {
  color: var(--svc-blue);
  font: 400 0.68rem/1 var(--svc-mono);
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.svc-mechanism h2 {
  margin: 1.2rem 0 0;
  font-size: clamp(3.2rem, 6vw, 6.4rem);
  font-weight: 500;
  line-height: 0.91;
  letter-spacing: -0.06em;
  color: var(--svc-ink) !important;
}

.svc-mechanism-copy > p {
  max-width: 52ch;
  margin: 1.8rem 0 0;
  color: var(--svc-muted);
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--svc-muted) !important;
}

.svc-stage-list { border-top: 1px solid var(--svc-line); }
.svc-stage {
  display: grid;
  padding: 1.5rem 0;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 1.1rem;
  border-bottom: 1px solid var(--svc-line);
  opacity: 1;
  transform: none;
}
.svc-stage.is-visible { animation: svcStageIn 650ms cubic-bezier(0.2, 0.8, 0.2, 1) both; }
@keyframes svcStageIn { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
.svc-stage span { color: var(--svc-blue); font: 400 0.7rem/1 var(--svc-mono); }
.svc-stage h3 { margin: 0; font-size: clamp(1.4rem, 2.3vw, 2.25rem); font-weight: 500; letter-spacing: -0.035em; }
.svc-stage p { margin: 0.55rem 0 0; color: var(--svc-muted); line-height: 1.55; }

body.service-v2 #benefits,
body.service-v2 .mission-section,
body.service-v2 #pricing,
body.service-v2 #system,
body.service-v2 #how,
body.service-v2 #faq {
  max-width: none;
  padding: clamp(6rem, 11vw, 11rem) var(--svc-pad);
}

body.service-v2 #benefits,
body.service-v2 #pricing,
body.service-v2 #faq { background: var(--svc-night) !important; color: #fff; }
body.service-v2 #how,
body.service-v2 .mission-section,
body.service-v2 #system { background: var(--svc-paper) !important; color: var(--svc-ink); }

body.service-v2 .section-eyebrow {
  color: var(--svc-blue) !important;
  font: 400 0.68rem/1 var(--svc-mono);
  letter-spacing: 0.09em;
}

body.service-v2 .section-title,
body.service-v2 .mission-h2 {
  max-width: 1050px;
  margin-top: 1.2rem;
  color: inherit !important;
  font-size: clamp(3.2rem, 6vw, 6.4rem);
  font-weight: 500;
  line-height: 0.91;
  letter-spacing: -0.06em;
}

body.service-v2 .section-title em,
body.service-v2 .mission-h2 em {
  color: inherit !important;
  font-style: normal;
  -webkit-text-fill-color: currentColor;
}

body.service-v2 .section-sub { max-width: 58ch; color: inherit !important; opacity: 0.6; line-height: 1.65; }
body.service-v2 .glow-accent { display: none; }

body.service-v2 .services-grid,
body.service-v2 .value-grid,
body.service-v2 .system-grid {
  display: grid;
  margin-top: clamp(3rem, 7vw, 6rem);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

body.service-v2 .service-card,
body.service-v2 .value-card,
body.service-v2 .system-card {
  position: relative;
  min-height: 260px;
  padding: clamp(1.5rem, 3vw, 3rem);
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0;
  background: transparent !important;
  box-shadow: none;
  color: #fff;
}

body.service-v2 .service-card:nth-child(even),
body.service-v2 .value-card:nth-child(even),
body.service-v2 .system-card:nth-child(even) { border-right: 0; }
body.service-v2 .service-card::before { content: counter(svc-benefit, decimal-leading-zero); display: block; margin-bottom: 3rem; color: var(--svc-blue-soft); font: 400 0.65rem/1 var(--svc-mono); }
body.service-v2 .services-grid { counter-reset: svc-benefit; }
body.service-v2 .service-card { counter-increment: svc-benefit; }
body.service-v2 .service-icon,
body.service-v2 .value-icon,
body.service-v2 .system-icon { display: none !important; }
body.service-v2 .service-name,
body.service-v2 .value-title,
body.service-v2 .system-title { color: inherit !important; font-size: clamp(1.5rem, 2.6vw, 2.5rem); font-weight: 500; letter-spacing: -0.04em; }
body.service-v2 .service-desc,
body.service-v2 .value-desc,
body.service-v2 .system-desc { max-width: 44ch; margin-top: 1rem; color: inherit !important; opacity: 0.6; line-height: 1.55; }

body.service-v2 .steps {
  display: block;
  margin-top: clamp(3rem, 7vw, 6rem);
  border-top: 1px solid var(--svc-line);
}
body.service-v2 .step {
  display: grid;
  min-height: 150px;
  padding: 1.6rem 0;
  grid-template-columns: 90px minmax(220px, 0.65fr) minmax(0, 1fr);
  align-items: start;
  gap: 1.5rem;
  border-bottom: 1px solid var(--svc-line);
}
body.service-v2 .step-num { color: var(--svc-blue); font-family: var(--svc-mono); }
body.service-v2 .step-title { color: var(--svc-ink) !important; font-size: clamp(1.4rem, 2.5vw, 2.4rem); font-weight: 500; }
body.service-v2 .step-desc { max-width: 55ch; color: var(--svc-muted) !important; font-size: 1rem; line-height: 1.6; }
body.service-v2 .step-connector { display: none; }

.svc-assurance {
  display: grid;
  padding: clamp(4rem, 8vw, 7rem) var(--svc-pad);
  grid-template-columns: repeat(3, 1fr);
  background: var(--svc-paper-2) !important;
  border-top: 1px solid var(--svc-line);
}

body.service-v2 section.svc-assurance {
  background: var(--svc-paper-2) !important;
}
.svc-assurance div { padding: 1.2rem clamp(1rem, 3vw, 3rem); border-right: 1px solid var(--svc-line); }
.svc-assurance div:last-child { border-right: 0; }
.svc-assurance span { color: var(--svc-blue); font: 400 0.65rem/1 var(--svc-mono); }
.svc-assurance strong { display: block; margin-top: 1rem; font-size: clamp(1.15rem, 2vw, 1.7rem); font-weight: 500; line-height: 1.25; }

body.service-v2 .ticker-band,
body.service-v2 .proof-cta { display: none; }

body.service-v2 .cta-band {
  padding: clamp(6rem, 11vw, 10rem) var(--svc-pad);
  background: var(--svc-blue) !important;
  color: #fff;
  text-align: left;
}
body.service-v2 .cta-band h2 { max-width: 900px; margin: 0; color: #fff; font-size: clamp(3.5rem, 7vw, 7rem); font-weight: 500; line-height: 0.9; letter-spacing: -0.065em; }
body.service-v2 .cta-band h2 em { color: #fff !important; font-style: normal; -webkit-text-fill-color: currentColor; }
body.service-v2 .cta-band p { max-width: 55ch; margin: 1.5rem 0 0; color: rgba(255, 255, 255, 0.74); }
body.service-v2 .cta-band .hero-actions { justify-content: flex-start; }

body.service-v2 footer { background: var(--svc-night); }
body.service-v2 .trust-strip { display: none; }

body.service-v2 .reveal {
  opacity: 1 !important;
  transform: none !important;
}

body.service-v2 .services-grid > *,
body.service-v2 .value-grid > *,
body.service-v2 .system-grid > * {
  opacity: 1 !important;
  transform: none !important;
}

body.service-v2 #system .system-grid {
  border-color: var(--svc-line);
  background: var(--svc-line);
}

body.service-v2 #system .system-card {
  border-color: var(--svc-line) !important;
  background: var(--svc-paper) !important;
  color: var(--svc-ink) !important;
}

body.service-v2 #system .system-name {
  color: var(--svc-ink) !important;
  font-size: clamp(1.45rem, 2.4vw, 2.3rem);
  font-weight: 500;
  letter-spacing: -0.04em;
}

body.service-v2 #system .system-desc {
  color: var(--svc-muted) !important;
}

body.service-v2 .mission-tagline,
body.service-v2 .mission-body {
  color: var(--svc-muted) !important;
}

body.service-v2 .comparison-section {
  padding: clamp(6rem, 11vw, 11rem) var(--svc-pad);
  background: var(--svc-night) !important;
  color: #fff;
}

body.service-v2 .comparison-section .section-title,
body.service-v2 .comparison-section .section-title em {
  color: #fff !important;
}

body.service-v2 .comparison-section .section-sub {
  color: rgba(255, 255, 255, 0.62) !important;
}

body.service-v2 .comparison-table-wrap {
  margin-top: 3rem;
}

body.service-v2 .guarantee-band {
  border-radius: 0;
  background: #101827;
}

@media (max-width: 900px) {
  body.service-v2 .hero.has-rocket {
    min-height: auto;
    padding-top: 8.5rem;
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  body.service-v2 .hero-eyebrow,
  body.service-v2 .hero h1,
  body.service-v2 .hero-sub,
  body.service-v2 .hero-actions,
  .svc-visual { grid-column: 1; }
  .svc-visual { grid-row: auto; min-height: 420px; }
  .svc-mechanism-inner { grid-template-columns: 1fr; }
  .svc-assurance { grid-template-columns: 1fr; }
  .svc-assurance div { border-right: 0; border-bottom: 1px solid var(--svc-line); }
}

@media (max-width: 640px) {
  body.service-v2 .hero.has-rocket h1 { font-size: clamp(3.25rem, 15vw, 4.8rem) !important; }
  body.service-v2 .hero.has-rocket.hero-long h1 { font-size: clamp(2.85rem, 12.8vw, 4rem) !important; }
  body.service-v2 .hero .hero-actions { width: 100%; flex-direction: column; }
  body.service-v2 .hero .hero-actions a { width: 100%; }
  .svc-visual { min-height: 380px; padding: 1rem; }
  .svc-viz-stage { min-height: 310px; }
  .viz-launch .svc-node { min-width: 64px; padding: 0.65rem 0.4rem; font-size: 0.62rem; }
  .viz-launch .svc-pulse { --tx: 260px; }
  body.service-v2 .services-grid,
  body.service-v2 .value-grid,
  body.service-v2 .system-grid { grid-template-columns: 1fr; }
  body.service-v2 .service-card,
  body.service-v2 .value-card,
  body.service-v2 .system-card { min-height: 220px; border-right: 0; }
  body.service-v2 .step { grid-template-columns: 50px 1fr; }
  body.service-v2 .step-desc { grid-column: 2; }
  .svc-node { min-width: 94px; font-size: 0.66rem; }
}

@media (prefers-reduced-motion: reduce) {
  .service-v2 *, .service-v2 *::before, .service-v2 *::after {
    animation: none !important;
    scroll-behavior: auto !important;
  }
  .service-v2 .svc-stage,
  .service-v2 .svc-result,
  .service-v2 .svc-message,
  .service-v2 .growth-conversation > div { opacity: 1 !important; transform: none !important; }
}

/* 2026 public-service system refinement */
body.service-v2 :where(h1, h2, h3, p, a, button) {
  font-family: var(--svc-font);
}

body.service-v2 #mainNav {
  border-bottom-color: rgba(216, 220, 255, 0.15);
  background: rgba(7, 11, 20, 0.88);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

body.service-v2 .hero.has-rocket {
  min-height: min(900px, 100dvh);
  grid-template-columns: minmax(0, 1.2fr) minmax(390px, 0.8fr);
  gap: clamp(2.5rem, 4.5vw, 5rem);
  isolation: isolate;
}

body.service-v2 .hero.has-rocket::after {
  content: '';
  position: absolute;
  z-index: 0;
  right: -18rem;
  bottom: -24rem;
  width: 52rem;
  height: 52rem;
  border-radius: 50%;
  background: rgba(79, 93, 246, 0.15);
  filter: blur(110px);
  pointer-events: none;
}

body.service-v2 .hero-media,
body.service-v2 .hero-media-stage,
body.service-v2 .trust-row,
body.service-v2 .hero > .trust-row {
  display: none !important;
}

body.service-v2 .hero.has-rocket h1 {
  max-width: 820px;
  font-size: clamp(3.55rem, 5.65vw, 6.35rem) !important;
  line-height: 0.91;
}

body.service-v2[data-service="lead"] .hero.has-rocket h1,
body.service-v2[data-service="system"] .hero.has-rocket h1 {
  font-size: clamp(3.35rem, 5vw, 5.75rem) !important;
}

body.service-v2 .hero-sub {
  max-width: 57ch;
  color: rgba(244, 243, 238, 0.68);
  font-family: var(--svc-font);
  font-size: clamp(1rem, 1.2vw, 1.13rem);
}

body.service-v2 .hero .hero-actions a,
body.service-v2 .cta-band .hero-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  transition: transform 220ms cubic-bezier(0.23, 1, 0.32, 1), background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.svc-visual {
  min-height: clamp(430px, 43vw, 600px);
  padding: clamp(1.15rem, 2.2vw, 2rem);
  border-color: rgba(174, 181, 255, 0.25);
  background:
    linear-gradient(rgba(119, 132, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(119, 132, 255, 0.055) 1px, transparent 1px),
    #0d1525;
  background-size: 52px 52px, 52px 52px, auto;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34), inset 0 1px rgba(255, 255, 255, 0.055);
}

.svc-visual::before {
  color: #9ba4c0;
  letter-spacing: 0.075em;
}

.svc-viz-stage {
  min-height: 375px;
}

.svc-visual-caption {
  display: flex;
  min-height: 54px;
  padding: 1rem 0;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.svc-visual-caption span,
.svc-visual-caption strong,
.svc-build-status span,
.svc-dashboard-key span,
.svc-launch-note,
.svc-human-boundary span,
.svc-retention,
.svc-conversion small {
  font-family: var(--svc-mono);
}

.svc-visual-caption span {
  color: #7f89a7;
  font-size: 0.56rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.svc-visual-caption strong {
  color: rgba(244, 243, 238, 0.78);
  font-size: 0.58rem;
  font-weight: 400;
  text-align: right;
}

.svc-node,
.svc-search-bar,
.svc-result,
.svc-message,
.svc-browser,
.svc-phone,
.svc-metric {
  border-color: rgba(167, 176, 255, 0.18);
  background: rgba(7, 13, 26, 0.9);
}

.svc-node,
.svc-result,
.svc-message,
.ugc-scene,
.svc-browser .wire {
  transition: opacity 420ms ease, transform 520ms cubic-bezier(0.23, 1, 0.32, 1), border-color 220ms ease, background-color 220ms ease;
}

.svc-visual:not(.is-visible) :is(.svc-node, .svc-result, .svc-message, .ugc-scene) {
  opacity: 1;
  transform: none;
}

.svc-visual.is-visible :is(.svc-node, .svc-result, .svc-message, .ugc-scene) {
  opacity: 1;
  transform: none;
  animation: svcElementIn 520ms cubic-bezier(0.23, 1, 0.32, 1) both;
}

@keyframes svcElementIn {
  from { opacity: 0.18; transform: translateY(12px); }
  to { opacity: 1; transform: none; }
}

.svc-visual.is-visible :is(.svc-node, .svc-result, .svc-message, .ugc-scene):nth-child(2) { transition-delay: 90ms; }
.svc-visual.is-visible :is(.svc-node, .svc-result, .svc-message, .ugc-scene):nth-child(3) { transition-delay: 180ms; }
.svc-visual.is-visible :is(.svc-node, .svc-result, .svc-message, .ugc-scene):nth-child(4) { transition-delay: 270ms; }
.svc-visual.is-visible :is(.svc-node, .svc-result, .svc-message, .ugc-scene):nth-child(5) { transition-delay: 360ms; }

.svc-pulse,
.viz-search .svc-result,
.svc-browser .wire,
.viz-ugc .ugc-scene,
.viz-lead .svc-message,
.viz-dashboard::after {
  animation: none;
}

.svc-visual.is-visible .svc-pulse {
  animation: svcTravel 2.9s cubic-bezier(0.45, 0, 0.2, 1) 650ms 1 both;
}

.viz-search .svc-search-bar {
  margin-top: 1.25rem;
  background: #101a2f;
}

.viz-search .svc-search-bar::after {
  animation: none;
}

.viz-search .svc-result {
  margin-top: 0.55rem;
  padding: 0.85rem 1rem;
  opacity: 1;
  transform: none;
}

.viz-search .svc-conversion {
  display: flex;
  right: 0;
  bottom: 0;
  min-width: 190px;
  padding: 0.8rem 1rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
}

.viz-search .svc-conversion small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.52rem;
  text-transform: uppercase;
}

.viz-paid .svc-node:nth-child(2) { left: 2%; top: 23%; }
.viz-paid .svc-node:nth-child(3) { right: 2%; top: 23%; }
.viz-paid .svc-node:nth-child(4) { left: 31%; top: 53%; }
.viz-paid .svc-node:nth-child(5) { right: 4%; bottom: 4%; background: var(--svc-blue); }
.viz-paid .svc-pulse { left: 16%; top: 38%; --tx: 255px; --ty: 145px; }
.viz-paid .svc-pulse:nth-of-type(2) { animation-delay: 1.05s; --tx: 292px; --ty: 4px; }

.svc-browser {
  inset: 4.7rem 0 2.2rem;
  padding: 3.2rem 1rem 1rem;
}

.svc-browser::before { display: none; }

.svc-browser-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  height: 40px;
  padding: 0 0.85rem;
  align-items: center;
  gap: 0.4rem;
  border-bottom: 1px solid rgba(167, 176, 255, 0.16);
}

.svc-browser-bar i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #56607e;
}

.svc-browser-bar span {
  margin-left: auto;
  color: #707b99;
  font: 400 0.5rem/1 var(--svc-mono);
}

.svc-browser .wire {
  display: flex;
  padding: 0.5rem;
  align-items: flex-end;
  transform: none;
}

.svc-browser .wire.hero-wire {
  height: 46%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}

.svc-browser .wire.hero-wire b {
  font-size: clamp(1.4rem, 2.7vw, 2.4rem);
  font-weight: 500;
  letter-spacing: -0.045em;
}

.svc-browser .wire.hero-wire small { color: #9aa5c2; }
.svc-browser .wire-split { display: grid; height: 23%; grid-template-columns: 1.2fr 0.8fr; gap: 0.7rem; background: transparent; }
.svc-browser .wire-split span { background: rgba(139, 149, 187, 0.18); }

.svc-visual:not(.is-visible) .svc-browser .wire { transform: none; opacity: 1; }
.svc-visual.is-visible .svc-browser .wire { transform: none; opacity: 1; animation: svcWireIn 520ms cubic-bezier(0.23, 1, 0.32, 1) both; }
@keyframes svcWireIn { from { opacity: 0.2; transform: scaleX(0.2); } to { opacity: 1; transform: none; } }
.svc-visual.is-visible .svc-browser .wire:nth-child(3) { transition-delay: 120ms; }
.svc-visual.is-visible .svc-browser .wire:nth-child(4) { transition-delay: 220ms; }
.svc-visual.is-visible .svc-browser .wire:nth-child(5) { transition-delay: 320ms; }

.svc-build-status,
.svc-dashboard-key {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
}

.svc-build-status span,
.svc-dashboard-key span {
  color: #7f89a6;
  font-size: 0.5rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.viz-launch .launch-track { top: 54%; }
.viz-launch .svc-node { top: calc(54% - 34px); }
.viz-launch .svc-node:nth-child(3) { left: 0; }
.viz-launch .svc-node:nth-child(4) { left: 28%; }
.viz-launch .svc-node:nth-child(5) { right: 27%; }
.viz-launch .svc-node:nth-child(6) { right: 0; background: var(--svc-blue); }
.viz-launch .svc-pulse { left: 8%; top: 54%; --tx: 385px; --ty: 0; }
.svc-launch-note { position: absolute; bottom: 0; left: 0; color: #747f9e; font-size: 0.5rem; }

.viz-ugc .svc-phone {
  inset: 4.4rem auto 1.2rem 50%;
  width: min(78%, 340px);
  border-radius: 18px;
}

.viz-ugc .ugc-scene {
  min-height: 63px;
  margin-bottom: 0.45rem;
  background: #141f38;
  opacity: 1;
}

.viz-ugc .ugc-scene small {
  display: block;
  margin-bottom: 0.35rem;
  color: #8792b1;
  font: 400 0.5rem/1 var(--svc-mono);
  text-transform: uppercase;
}

.viz-ugc .ugc-scene:last-child { background: var(--svc-blue); }
.viz-ugc .ugc-scene:last-child small { color: rgba(255, 255, 255, 0.64); }
.svc-retention { position: absolute; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: auto repeat(4, 1fr) auto; align-items: end; gap: 0.35rem; color: #6f7a99; font-size: 0.48rem; }
.svc-retention i { display: block; height: 4px; background: #303c65; }
.svc-retention i:nth-of-type(2) { height: 8px; }
.svc-retention i:nth-of-type(3) { height: 13px; background: #4f5df6; }
.svc-retention i:nth-of-type(4) { height: 10px; }

.svc-dashboard-frame {
  position: absolute;
  inset: 4.7rem 0 1.4rem;
  overflow: hidden;
  border: 1px solid rgba(167, 176, 255, 0.2);
  background: #0b1221;
}

.viz-dashboard .dashboard-shot {
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  transform: none;
  filter: brightness(0.9) saturate(0.78);
}

.viz-dashboard::after { left: 3%; right: 3%; top: 28%; }
.svc-visual.is-visible .viz-dashboard::after { animation: svcScan 1.8s cubic-bezier(0.23, 1, 0.32, 1) 380ms 1 both; }

.viz-lead .svc-message { width: min(78%, 355px); opacity: 1; transform: none; }
.viz-lead .svc-message:nth-child(2) { top: 21%; left: 0; }
.viz-lead .svc-message:nth-child(3) { top: 46%; right: 0; background: #172345; }
.viz-lead .svc-message:nth-child(4) { top: 70%; left: 7%; border-color: rgba(174, 181, 255, 0.42); }
.svc-human-boundary { position: absolute; right: 0; bottom: 0; max-width: 88%; color: #7d88a7; font-size: 0.6rem; text-align: right; }
.svc-human-boundary span { display: inline-block; margin-right: 0.5rem; color: var(--svc-blue-soft); font-size: 0.52rem; text-transform: uppercase; }

.viz-system .svc-node:nth-child(2) { left: 0; top: 20%; }
.viz-system .svc-node:nth-child(3) { left: 0; bottom: 16%; }
.viz-system .svc-node:nth-child(4) { left: 39%; top: 46%; background: #182448; }
.viz-system .svc-node:nth-child(5) { right: 0; top: 20%; }
.viz-system .svc-node:nth-child(6) { right: 0; bottom: 16%; background: var(--svc-blue); }
.viz-system .svc-pulse { left: 13%; top: 34%; --tx: 305px; --ty: 135px; }
.viz-system .svc-pulse:nth-of-type(2) { top: 75%; animation-delay: 1.1s; --tx: 305px; --ty: -135px; }

.svc-mechanism-inner {
  max-width: var(--svc-max);
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: clamp(3rem, 8vw, 8rem);
}

.svc-mechanism-copy {
  align-self: start;
}

@media (min-width: 901px) {
  .svc-mechanism-copy {
    position: sticky;
    top: 8.5rem;
  }
}

.svc-mechanism h2,
body.service-v2 .section-title,
body.service-v2 .mission-h2 {
  max-width: 1020px;
  font-size: clamp(3rem, 5.4vw, 5.9rem);
  line-height: 0.93;
  text-wrap: balance;
}

.svc-stage {
  min-height: 138px;
  padding: 1.7rem 0;
  opacity: 1;
  transform: none;
}

.svc-stage.is-visible {
  opacity: 1;
  transform: none;
  animation: svcStageIn 560ms cubic-bezier(0.23, 1, 0.32, 1) var(--svc-delay, 0ms) both;
}

body.service-v2 .services-grid,
body.service-v2 .value-grid,
body.service-v2 .system-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  grid-auto-flow: dense;
  background: transparent;
}

body.service-v2 :is(.service-card, .value-card, .system-card):nth-child(4n + 1) { grid-column: span 7; }
body.service-v2 :is(.service-card, .value-card, .system-card):nth-child(4n + 2) { grid-column: span 5; }
body.service-v2 :is(.service-card, .value-card, .system-card):nth-child(4n + 3) { grid-column: span 5; }
body.service-v2 :is(.service-card, .value-card, .system-card):nth-child(4n + 4) { grid-column: span 7; }

body.service-v2 :is(.service-card, .value-card, .system-card) {
  min-height: 280px;
  transition: background-color 220ms ease, color 220ms ease;
}

body.service-v2 :is(.service-card, .value-card, .system-card)::after {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--svc-blue-soft);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 420ms cubic-bezier(0.23, 1, 0.32, 1);
}

body.service-v2 #system .system-grid { background: transparent; }
body.service-v2 #system .system-card { border-right: 1px solid var(--svc-line) !important; background: transparent !important; }

.svc-assurance {
  padding: clamp(4rem, 8vw, 7rem) var(--svc-pad);
  grid-template-columns: minmax(220px, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(2.5rem, 6vw, 6rem);
}

.svc-assurance-head > span {
  color: var(--svc-blue);
  font: 400 0.65rem/1 var(--svc-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.svc-assurance-head p {
  max-width: 13ch;
  margin: 1rem 0 0;
  color: var(--svc-ink);
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.045em;
}

.svc-assurance-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--svc-line);
}

.svc-assurance-grid div {
  min-height: 160px;
  padding: 1.2rem clamp(1rem, 2vw, 2rem);
  border-right: 1px solid var(--svc-line);
}

.svc-assurance-grid div:last-child { border-right: 0; }

body.service-v2 .cta-band h2 {
  max-width: 1020px;
  font-size: clamp(3.4rem, 6.3vw, 6.5rem);
}

body.service-v2 #cookieBanner {
  left: auto;
  right: 1rem;
  bottom: 1rem;
  width: min(560px, calc(100% - 2rem));
  padding: 0.9rem;
  border: 1px solid rgba(174, 181, 255, 0.22);
  background: rgba(7, 11, 20, 0.96);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.34);
}

body.service-v2 #cookieBanner .cb-text {
  font-family: var(--svc-font);
  font-size: 0.74rem;
  line-height: 1.45;
}

body.service-v2 #cookieBanner :is(.cb-accept, .cb-decline) {
  border-radius: 0;
  font-family: var(--svc-font);
  letter-spacing: 0;
  text-transform: none;
}

@media (hover: hover) and (pointer: fine) {
  body.service-v2 .hero .hero-actions a:hover,
  body.service-v2 .cta-band .hero-actions a:hover { transform: translateY(-2px); }
  body.service-v2 :is(.service-card, .value-card, .system-card):hover { background: rgba(79, 93, 246, 0.07) !important; }
  body.service-v2 :is(.service-card, .value-card, .system-card):hover::after { transform: scaleX(1); }
}

@media (max-width: 1100px) {
  body.service-v2 .hero.has-rocket {
    grid-template-columns: minmax(0, 1.05fr) minmax(350px, 0.75fr);
  }
  body.service-v2 .hero.has-rocket h1 { font-size: clamp(3.3rem, 5.8vw, 5.4rem) !important; }
}

@media (max-width: 900px) {
  body.service-v2 .hero.has-rocket {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }
  body.service-v2 .hero.has-rocket h1,
  body.service-v2[data-service="lead"] .hero.has-rocket h1,
  body.service-v2[data-service="system"] .hero.has-rocket h1 {
    max-width: 760px;
    font-size: clamp(3.5rem, 9.2vw, 5.7rem) !important;
  }
  .svc-mechanism-inner { grid-template-columns: 1fr; }
  .svc-mechanism-copy { position: static; }
  .svc-assurance { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  body.service-v2 .hero.has-rocket {
    padding-top: 7.75rem;
    padding-bottom: 4.5rem;
  }
  body.service-v2 .hero.has-rocket h1,
  body.service-v2 .hero.has-rocket.hero-long h1,
  body.service-v2[data-service="lead"] .hero.has-rocket h1,
  body.service-v2[data-service="system"] .hero.has-rocket h1 {
    font-size: clamp(2.85rem, 12.7vw, 4rem) !important;
    line-height: 0.92;
  }
  body.service-v2 .hero.has-rocket h1 br { display: none; }
  body.service-v2 .hero.has-rocket .line-gold::before { content: ' '; }
  .svc-visual { min-height: 410px; padding: 0.9rem; }
  .svc-viz-stage { min-height: 335px; }
  .svc-visual-caption { align-items: flex-start; flex-direction: column; gap: 0.35rem; }
  .svc-visual-caption strong { text-align: left; }
  .viz-paid .svc-node:nth-child(2) { top: 25%; }
  .viz-paid .svc-node:nth-child(3) { top: 25%; }
  .viz-paid .svc-node:nth-child(4) { left: 28%; top: 56%; }
  .viz-paid .svc-node:nth-child(5) { bottom: 1%; }
  .viz-launch .svc-node { min-width: 61px; }
  .viz-launch .svc-node:nth-child(4) { left: 25%; }
  .viz-launch .svc-node:nth-child(5) { right: 24%; }
  .viz-launch .svc-pulse { --tx: 245px; }
  .viz-ugc .svc-phone { width: 88%; }
  .viz-lead .svc-message { width: 88%; }
  .viz-lead .svc-message:nth-child(2) { top: 25%; }
  .viz-lead .svc-message:nth-child(3) { top: 49%; }
  .viz-lead .svc-message:nth-child(4) { top: 71%; }
  body.service-v2 :is(.service-card, .value-card, .system-card):nth-child(n) { grid-column: 1 / -1; }
  body.service-v2 :is(.service-card, .value-card, .system-card) { min-height: 230px; }
  .svc-assurance-grid { grid-template-columns: 1fr; }
  .svc-assurance-grid div { min-height: 0; border-right: 0; border-bottom: 1px solid var(--svc-line); }
  body.service-v2 #cookieBanner { align-items: stretch; flex-direction: column; }
  body.service-v2 #cookieBanner .cb-actions { justify-content: flex-end; }
}

@media (prefers-reduced-motion: reduce) {
  .service-v2 .svc-stage,
  .service-v2 .svc-visual :is(.svc-node, .svc-result, .svc-message, .ugc-scene, .wire) {
    opacity: 1 !important;
    transform: none !important;
  }
}
