:root {
  --bg: #071019;
  --panel: #0d1c27;
  --panel-soft: #102331;
  --text: #f4f8fb;
  --muted: #a8b8c4;
  --cyan: #21b7ea;
  --cyan-dark: #118db7;
  --orange: #ff8a2a;
  --orange-soft: #ffb36b;
  --line: rgba(255, 255, 255, 0.12);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 16% 10%, rgba(33, 183, 234, 0.24), transparent 32rem),
    radial-gradient(circle at 88% 8%, rgba(255, 138, 42, 0.18), transparent 28rem),
    var(--bg);
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.section-pad { padding: 88px 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(7, 16, 25, 0.78);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 86px;
  gap: 24px;
}
.brand img { width: 265px; height: auto; }
.nav-menu { display: flex; align-items: center; gap: 28px; color: var(--muted); font-weight: 700; }
.nav-menu a:hover { color: var(--text); }
.nav-cta { color: var(--bg) !important; background: var(--orange); padding: 12px 18px; border-radius: 999px; }
.nav-toggle { display: none; }

.hero { padding-top: 102px; }
.hero-grid, .intro-grid, .split-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 56px;
  align-items: center;
}
.reverse { grid-template-columns: 0.88fr 1.12fr; }
.eyebrow {
  margin: 0 0 14px;
  color: var(--orange-soft);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  font-weight: 900;
}
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(2.7rem, 6vw, 5.8rem); line-height: 0.95; letter-spacing: -0.07em; margin-bottom: 28px; }
h2 { font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1; letter-spacing: -0.05em; margin-bottom: 22px; }
h3 { font-size: 1.28rem; margin-bottom: 12px; }
p { color: var(--muted); line-height: 1.72; }
.hero-lead { font-size: 1.18rem; max-width: 680px; }
.hero-actions, .cta-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 32px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 900;
  border: 1px solid transparent;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #06111a; background: linear-gradient(135deg, var(--cyan), #6edcff); }
.btn-secondary { border-color: var(--line); background: rgba(255, 255, 255, 0.04); }
.trust-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 28px; }
.trust-row span {
  border: 1px solid rgba(33, 183, 234, 0.35);
  background: rgba(33, 183, 234, 0.08);
  border-radius: 999px;
  padding: 8px 13px;
  color: #cfeefa;
  font-weight: 800;
}
.hero-card, .dev-card, .cta-box, .price-card, .service-list article, .steps article {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,0.075), rgba(255,255,255,0.025));
  box-shadow: var(--shadow);
}
.hero-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  padding: 42px;
}
.pulse {
  width: 86px; height: 86px; border-radius: 50%;
  background: radial-gradient(circle, var(--orange), rgba(255,138,42,0.12));
  box-shadow: 0 0 80px rgba(255, 138, 42, 0.48);
  margin-bottom: 54px;
}
ul { margin: 24px 0 0; padding: 0; list-style: none; }
li { margin: 12px 0; color: #d8e8f1; }
li::before { content: ""; display: inline-block; width: 8px; height: 8px; margin-right: 10px; border-radius: 50%; background: var(--cyan); }

.intro { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,0.025); }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading.compact { max-width: 660px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.price-card { position: relative; border-radius: 26px; padding: 32px; }
.price-card.featured { border-color: rgba(255, 138, 42, 0.62); transform: translateY(-10px); }
.badge { position: absolute; top: 18px; right: 18px; background: var(--orange); color: #101010; border-radius: 999px; padding: 8px 12px; font-size: 0.76rem; font-weight: 900; }
.package-tag { color: var(--cyan); font-weight: 900; margin-bottom: 8px; }
.price { color: var(--text); font-size: 2.8rem; font-weight: 950; line-height: 1; margin-bottom: 22px; letter-spacing: -0.06em; }
.price span { color: var(--muted); font-size: 1rem; letter-spacing: 0; }
.btn-card { width: 100%; margin-top: 28px; background: rgba(33,183,234,0.14); border-color: rgba(33,183,234,0.45); }
.featured .btn-card { background: var(--orange); color: #101010; border-color: var(--orange); }

.service-list { display: grid; gap: 16px; }
.service-list article, .steps article { border-radius: 22px; padding: 24px; background: rgba(255,255,255,0.045); }
.dev { background: rgba(33, 183, 234, 0.04); }
.dev-card { border-radius: var(--radius); padding: 38px; border-color: rgba(33,183,234,0.28); }
.text-link { color: var(--orange-soft); font-weight: 900; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.steps span { display: block; color: var(--cyan); font-weight: 950; margin-bottom: 26px; }
.cta-box { display: flex; justify-content: space-between; align-items: center; gap: 26px; border-radius: var(--radius); padding: 42px; background: linear-gradient(135deg, rgba(33,183,234,0.18), rgba(255,138,42,0.14)); }
.footer { padding: 38px 0; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.2fr 0.8fr 1fr; gap: 28px; align-items: start; }
.footer img { width: 220px; margin-bottom: 14px; }

@media (max-width: 900px) {
  .section-pad { padding: 66px 0; }
  .nav-toggle { display: inline-flex; color: var(--text); background: transparent; border: 1px solid var(--line); border-radius: 999px; padding: 10px 14px; font-weight: 900; }
  .nav-menu { display: none; position: absolute; left: 20px; right: 20px; top: 86px; padding: 22px; border: 1px solid var(--line); border-radius: 22px; background: #071019; flex-direction: column; align-items: stretch; }
  .nav-menu.is-open { display: flex; }
  .brand img { width: 220px; }
  .hero-grid, .intro-grid, .split-grid, .reverse, .pricing-grid, .steps, .footer-grid { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
  .cta-box { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 520px) {
  .container { width: min(100% - 28px, 1160px); }
  h1 { font-size: 2.7rem; }
  .hero-card, .dev-card, .cta-box, .price-card { padding: 26px; }
  .btn { width: 100%; }
}

/* Animated hero dashboard - wow layer */
.wow-card {
  min-height: 610px;
  display: flex;
  align-items: center;
  isolation: isolate;
}
.wow-card::before {
  content: "";
  position: absolute;
  inset: -40%;
  background:
    conic-gradient(from 180deg, transparent, rgba(33,183,234,0.28), transparent, rgba(255,138,42,0.24), transparent);
  animation: rotateGlow 10s linear infinite;
  z-index: -2;
}
.wow-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: calc(var(--radius) - 1px);
  background: linear-gradient(180deg, rgba(13,28,39,0.96), rgba(7,16,25,0.96));
  z-index: -1;
}
.orbit-glow {
  position: absolute;
  inset: 30px;
  border-radius: 50%;
  border: 1px solid rgba(33,183,234,0.15);
  animation: floatOrbit 7s ease-in-out infinite;
  pointer-events: none;
}
.orbit-glow span {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--orange);
  box-shadow: 0 0 28px rgba(255,138,42,0.8);
}
.orbit-glow span:nth-child(1) { left: 16%; top: 11%; }
.orbit-glow span:nth-child(2) { right: 9%; top: 34%; background: var(--cyan); box-shadow: 0 0 28px rgba(33,183,234,0.8); }
.orbit-glow span:nth-child(3) { left: 46%; bottom: 5%; }
.live-dashboard {
  width: 100%;
  position: relative;
  z-index: 2;
}
.dashboard-top, .metric-row, .event-feed p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.mini-label {
  margin: 0 0 4px;
  color: var(--orange-soft);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 950;
}
.dashboard-top strong {
  font-size: clamp(1.35rem, 2.3vw, 2rem);
  letter-spacing: -0.04em;
}
.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(33,183,234,0.12);
  border: 1px solid rgba(33,183,234,0.38);
  color: #d8f5ff;
  font-size: 0.78rem;
  font-weight: 900;
}
.status-pill::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--cyan);
  box-shadow: 0 0 18px rgba(33,183,234,0.95);
  animation: blink 1.4s ease-in-out infinite;
}
.metric-row {
  margin: 34px 0 28px;
}
.metric-row article {
  flex: 1;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.1);
}
.metric-value {
  display: block;
  color: var(--text);
  font-size: clamp(1.75rem, 3vw, 2.6rem);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.06em;
}
.metric-row small {
  color: var(--muted);
  font-weight: 800;
}
.chart-wrap {
  padding: 18px;
  border-radius: 24px;
  background:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px),
    rgba(33,183,234,0.045);
  background-size: 42px 42px;
  border: 1px solid rgba(33,183,234,0.18);
}
.chart-wrap svg { width: 100%; overflow: visible; }
.chart-area { fill: url(#chartFill); opacity: 0; animation: fadeChart 1s ease forwards 0.6s; }
.chart-line {
  fill: none;
  stroke: url(#chartGradient);
  stroke-width: 8;
  stroke-linecap: round;
  stroke-dasharray: 720;
  stroke-dashoffset: 720;
  filter: drop-shadow(0 0 18px rgba(33,183,234,0.45));
  animation: drawChart 2.6s cubic-bezier(.2,.8,.2,1) forwards 0.2s;
}
.chart-dot {
  fill: var(--orange);
  opacity: 0;
  transform-origin: center;
  animation: popDot 0.5s ease forwards;
}
.dot-one { animation-delay: 1.1s; }
.dot-two { animation-delay: 1.7s; fill: var(--cyan); }
.dot-three { animation-delay: 2.35s; }
.event-feed {
  margin-top: 22px;
  display: grid;
  gap: 10px;
}
.event-feed p {
  margin: 0;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,0.04);
  color: #d8e8f1;
  font-size: 0.88rem;
}
.event-feed span {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--cyan);
  box-shadow: 0 0 18px rgba(33,183,234,0.85);
}
@keyframes drawChart { to { stroke-dashoffset: 0; } }
@keyframes fadeChart { to { opacity: 1; } }
@keyframes popDot { from { opacity: 0; transform: scale(0.2); } to { opacity: 1; transform: scale(1); } }
@keyframes rotateGlow { to { transform: rotate(360deg); } }
@keyframes floatOrbit { 0%,100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-14px) rotate(4deg); } }
@keyframes blink { 0%,100% { opacity: 0.5; } 50% { opacity: 1; } }

@media (max-width: 900px) {
  .wow-card { min-height: auto; }
}
@media (max-width: 620px) {
  .dashboard-top, .metric-row { flex-direction: column; align-items: stretch; }
}
@media (prefers-reduced-motion: reduce) {
  .wow-card::before, .orbit-glow, .status-pill::before, .chart-line, .chart-area, .chart-dot {
    animation: none;
  }
  .chart-line { stroke-dashoffset: 0; }
  .chart-area, .chart-dot { opacity: 1; }
}

/* Strong visible motion layer - added to make the hero feel alive even without JS */
.chart-wrap {
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 32px rgba(33,183,234,0.08), 0 0 36px rgba(33,183,234,0.08);
}
.scanline {
  position: absolute;
  inset: 0;
  transform: translateX(-120%);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.16), transparent);
  animation: scanAcross 2.8s ease-in-out infinite;
  pointer-events: none;
}
.chart-line {
  stroke-dasharray: 720;
  stroke-dashoffset: 720;
  animation: drawChart 2.6s cubic-bezier(.2,.8,.2,1) forwards 0.2s, glowPulse 2.4s ease-in-out infinite 2.2s;
}
.pulse-bars {
  height: 92px;
  margin-top: 18px;
  padding: 14px;
  display: flex;
  align-items: end;
  gap: 10px;
  border-radius: 22px;
  border: 1px solid rgba(255,138,42,0.16);
  background: linear-gradient(135deg, rgba(255,138,42,0.07), rgba(33,183,234,0.06));
}
.pulse-bars span {
  flex: 1;
  height: var(--h);
  min-height: 18px;
  border-radius: 999px 999px 6px 6px;
  background: linear-gradient(180deg, var(--orange), var(--cyan));
  box-shadow: 0 0 24px rgba(33,183,234,0.24);
  animation: barDance 1.35s ease-in-out infinite;
}
.pulse-bars span:nth-child(2n) { animation-delay: .16s; }
.pulse-bars span:nth-child(3n) { animation-delay: .32s; }
.pulse-bars span:nth-child(4n) { animation-delay: .48s; }
.event-feed p {
  opacity: 0;
  transform: translateY(10px);
  animation: feedIn 0.55s ease forwards;
}
.event-feed p:nth-child(1) { animation-delay: .45s; }
.event-feed p:nth-child(2) { animation-delay: .75s; }
.event-feed p:nth-child(3) { animation-delay: 1.05s; }
@keyframes scanAcross { 0% { transform: translateX(-120%); } 54%, 100% { transform: translateX(120%); } }
@keyframes glowPulse { 0%,100% { filter: drop-shadow(0 0 10px rgba(33,183,234,.35)); } 50% { filter: drop-shadow(0 0 28px rgba(255,138,42,.55)); } }
@keyframes barDance { 0%,100% { transform: scaleY(.72); opacity: .72; } 50% { transform: scaleY(1.08); opacity: 1; } }
@keyframes feedIn { to { opacity: 1; transform: translateY(0); } }


/* Cinematic interaction layer - visible parallax, scroll zoom and darkening */
html { scroll-behavior: smooth; }
body { overflow-x: hidden; }
.cinema-bg {
  position: fixed;
  inset: 0;
  z-index: -4;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 15%, rgba(33,183,234,.20), transparent 28%),
    radial-gradient(circle at 82% 12%, rgba(255,138,42,.16), transparent 30%),
    linear-gradient(180deg, #050c14 0%, #071019 52%, #050910 100%);
}
#neural-canvas {
  width: 100%;
  height: 100%;
  display: block;
  opacity: .74;
}
.scroll-dim {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 8;
  background: rgba(0,0,0,var(--scroll-dim,0));
  mix-blend-mode: multiply;
  transition: background .08s linear;
}
.cursor-spotlight {
  position: fixed;
  inset: 0;
  z-index: 9;
  pointer-events: none;
  background: radial-gradient(520px circle at var(--mx,50%) var(--my,35%), rgba(33,183,234,.16), transparent 42%);
  opacity: .75;
}
.cinematic-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  transform: scale(var(--hero-scale,1));
  filter: brightness(var(--hero-brightness,1));
  transform-origin: 50% 0%;
  transition: filter .08s linear;
}
.cinematic-hero::before {
  content: "";
  position: absolute;
  inset: 8% 4%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255,138,42,.13), transparent 55%);
  filter: blur(38px);
  animation: heroBreath 5.8s ease-in-out infinite;
  pointer-events: none;
}
.parallax-layer { will-change: transform; transform: translate3d(0, var(--parallax-y,0px), 0); }
.hero-copy { animation: heroCopyIn .9s cubic-bezier(.2,.8,.2,1) both; }
.wow-card {
  transform: translate3d(0, var(--parallax-y,0px), 0) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg));
  transition: transform .12s ease-out;
  perspective: 1200px;
}
.tilt-card { transform-style: preserve-3d; }
.tilt-card > * { transform: translateZ(18px); }
.hologram::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(0deg, rgba(255,255,255,.055) 0 1px, transparent 1px 8px);
  opacity: .38;
  mix-blend-mode: screen;
  animation: hologramLines 1.8s linear infinite;
  pointer-events: none;
}
.chart-wrap svg { animation: chartFloat 3.2s ease-in-out infinite; }
.chart-line { animation: drawChart 2.6s cubic-bezier(.2,.8,.2,1) forwards .2s, glowPulse 2.4s ease-in-out infinite 2.2s, lineMorph 6s ease-in-out infinite 2.8s; }
.chart-dot { animation: popDot .5s ease forwards, dotPulse 1.6s ease-in-out infinite 2.4s; }
.reveal-card {
  opacity: 0;
  transform: translateY(46px) scale(.96);
  transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1), box-shadow .25s ease;
}
.reveal-card.is-visible { opacity: 1; transform: translateY(0) scale(1); }
.reveal-card:hover { transform: translateY(-12px) scale(1.02); box-shadow: 0 26px 80px rgba(33,183,234,.16); }
.reveal-card.featured:hover { transform: translateY(-20px) scale(1.03); }
.price-card::after, .service-list article::after, .dev-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(120deg, transparent 18%, rgba(255,255,255,.12), transparent 44%);
  transform: translateX(-130%);
  transition: transform .7s ease;
  pointer-events: none;
}
.price-card, .service-list article, .dev-card { overflow: hidden; }
.price-card:hover::after, .service-list article:hover::after, .dev-card:hover::after { transform: translateX(130%); }

@keyframes heroBreath { 0%,100% { transform: scale(.86); opacity: .35; } 50% { transform: scale(1.12); opacity: .72; } }
@keyframes heroCopyIn { from { opacity: 0; transform: translateY(28px) scale(.98); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes hologramLines { from { transform: translateY(0); } to { transform: translateY(16px); } }
@keyframes chartFloat { 0%,100% { transform: translateY(0) scale(1); } 50% { transform: translateY(-10px) scale(1.025); } }
@keyframes lineMorph { 0%,100% { stroke-width: 8; } 50% { stroke-width: 12; } }
@keyframes dotPulse { 0%,100% { transform: scale(1); filter: drop-shadow(0 0 0 rgba(255,138,42,0)); } 50% { transform: scale(1.45); filter: drop-shadow(0 0 16px rgba(255,138,42,.9)); } }

@media (max-width: 900px) {
  .cinematic-hero { min-height: auto; transform: none; filter: none; }
  .cursor-spotlight { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .cinematic-hero, .parallax-layer, .wow-card, .chart-wrap svg, .hologram::after, .cinematic-hero::before, .reveal-card { animation: none !important; transform: none !important; transition: none !important; }
  .scroll-dim, .cursor-spotlight, #neural-canvas { display: none; }
}


/* V2 always-visible cinematic layer - CSS-only fallback plus JS parallax */
.motion-proof {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 999;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, var(--cyan), var(--orange), transparent);
  background-size: 240% 100%;
  animation: proofMove 1.6s linear infinite;
  box-shadow: 0 0 22px rgba(33,183,234,.75), 0 0 28px rgba(255,138,42,.45);
}
.kinetic-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}
.cinematic-hero > .container { position: relative; z-index: 2; }
.ring, .orb, .grid-sweep { position: absolute; display: block; }
.ring {
  border: 1px solid rgba(33,183,234,.22);
  border-radius: 50%;
  box-shadow: inset 0 0 42px rgba(33,183,234,.08), 0 0 50px rgba(255,138,42,.08);
}
.ring::before, .ring::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 26px rgba(255,138,42,.95);
}
.ring::before { top: 14%; left: 18%; }
.ring::after { right: 18%; bottom: 14%; background: var(--cyan); box-shadow: 0 0 26px rgba(33,183,234,.95); }
.ring-one {
  width: 620px;
  height: 620px;
  right: -170px;
  top: 70px;
  animation: slowSpin 18s linear infinite;
}
.ring-two {
  width: 430px;
  height: 430px;
  left: -140px;
  bottom: 40px;
  animation: slowSpinReverse 22s linear infinite;
}
.orb {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  filter: blur(12px);
  opacity: .72;
  mix-blend-mode: screen;
}
.orb-one {
  right: 12%;
  top: 22%;
  background: radial-gradient(circle, rgba(255,138,42,.42), transparent 62%);
  animation: floatOrb 7s ease-in-out infinite;
}
.orb-two {
  left: 10%;
  bottom: 10%;
  background: radial-gradient(circle, rgba(33,183,234,.38), transparent 64%);
  animation: floatOrbTwo 8s ease-in-out infinite;
}
.grid-sweep {
  inset: 0;
  opacity: .18;
  background-image:
    linear-gradient(rgba(33,183,234,.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(33,183,234,.18) 1px, transparent 1px);
  background-size: 54px 54px;
  transform: perspective(700px) rotateX(58deg) translateY(180px) scale(1.4);
  transform-origin: bottom center;
  animation: gridDrive 3.4s linear infinite;
}
.live-marquee {
  display: flex;
  gap: 10px;
  width: max-content;
  margin-bottom: 18px;
  animation: marqueeSlide 8s linear infinite;
}
.live-marquee span {
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--muted);
  background: rgba(255,255,255,.06);
  white-space: nowrap;
  box-shadow: 0 0 20px rgba(33,183,234,.08);
}
.live-dashboard {
  animation: dashboardBreath 4.2s ease-in-out infinite;
}
.status-pill {
  position: relative;
  overflow: hidden;
}
.status-pill::after {
  content: "";
  position: absolute;
  inset: -40%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.45), transparent);
  transform: translateX(-130%);
  animation: pillFlash 2.2s ease-in-out infinite;
}
@keyframes proofMove { from { background-position: 0% 0; } to { background-position: 240% 0; } }
@keyframes slowSpin { to { transform: rotate(360deg); } }
@keyframes slowSpinReverse { to { transform: rotate(-360deg); } }
@keyframes floatOrb { 0%,100% { transform: translate3d(0,0,0) scale(1); } 50% { transform: translate3d(-90px,70px,0) scale(1.25); } }
@keyframes floatOrbTwo { 0%,100% { transform: translate3d(0,0,0) scale(.9); } 50% { transform: translate3d(120px,-60px,0) scale(1.18); } }
@keyframes gridDrive { from { background-position: 0 0, 0 0; } to { background-position: 0 54px, 54px 0; } }
@keyframes marqueeSlide { from { transform: translateX(0); } to { transform: translateX(-180px); } }
@keyframes dashboardBreath { 0%,100% { box-shadow: 0 20px 90px rgba(33,183,234,.08), inset 0 0 0 1px rgba(255,255,255,.05); } 50% { box-shadow: 0 30px 130px rgba(255,138,42,.18), inset 0 0 0 1px rgba(33,183,234,.18); } }
@keyframes pillFlash { 0%,35% { transform: translateX(-130%); } 70%,100% { transform: translateX(130%); } }
@media (prefers-reduced-motion: reduce) {
  .motion-proof { animation: proofMove 3s linear infinite !important; }
  .ring-one, .ring-two, .orb-one, .orb-two, .grid-sweep, .live-marquee, .live-dashboard, .status-pill::after { animation-duration: 12s !important; }
}

/* WOW V3 - cache-busted, visible cinematic motion */
.motion-proof { display: none !important; }
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 38%, rgba(33,183,234,.16) 44%, transparent 52%),
    linear-gradient(245deg, transparent 0 42%, rgba(255,138,42,.13) 48%, transparent 58%);
  background-size: 220% 220%, 240% 240%;
  animation: v3AuroraSweep 7s linear infinite;
}
.site-header {
  background: rgba(5, 12, 19, .86) !important;
  backdrop-filter: blur(22px) saturate(130%);
}
.hero { padding-top: 72px !important; }
.cinematic-hero {
  min-height: calc(100vh - 86px) !important;
  overflow: hidden;
  isolation: isolate;
}
.wow3-bg { overflow: hidden; }
.ring, .ring::before, .ring::after, .orb, .grid-sweep { display: none !important; }
.aurora {
  position: absolute;
  width: 680px;
  height: 680px;
  border-radius: 50%;
  filter: blur(42px);
  opacity: .72;
  mix-blend-mode: screen;
  will-change: transform;
}
.aurora-one {
  right: -160px;
  top: -120px;
  background: radial-gradient(circle, rgba(255,138,42,.52), rgba(255,138,42,.18) 32%, transparent 68%);
  animation: v3BlobOne 8s ease-in-out infinite;
}
.aurora-two {
  left: -220px;
  bottom: -170px;
  background: radial-gradient(circle, rgba(33,183,234,.58), rgba(33,183,234,.16) 35%, transparent 70%);
  animation: v3BlobTwo 9s ease-in-out infinite;
}
.neon-grid {
  position: absolute;
  left: -10%; right: -10%; bottom: -20%; height: 58%;
  background-image:
    linear-gradient(rgba(33,183,234,.26) 1px, transparent 1px),
    linear-gradient(90deg, rgba(33,183,234,.22) 1px, transparent 1px);
  background-size: 52px 52px;
  transform: perspective(720px) rotateX(62deg) scale(1.25);
  transform-origin: bottom center;
  opacity: .34;
  animation: v3Grid 1.2s linear infinite;
  mask-image: linear-gradient(to top, black 0%, transparent 82%);
}
.laser {
  position: absolute;
  width: 36vw;
  height: 2px;
  border-radius: 999px;
  transform: rotate(-18deg);
  background: linear-gradient(90deg, transparent, rgba(33,183,234,.95), rgba(255,138,42,.95), transparent);
  box-shadow: 0 0 28px rgba(33,183,234,.75);
  opacity: 0;
}
.laser-one { top: 24%; left: -40%; animation: v3Laser 3.8s ease-in-out infinite; }
.laser-two { top: 67%; right: -44%; animation: v3LaserReverse 4.6s ease-in-out infinite 1.1s; }
.hero-copy { position: relative; z-index: 3; animation: v3HeroIn .9s ease both; }
.hero-copy h1 {
  text-shadow: 0 0 34px rgba(33,183,234,.14);
}
.hero-copy h1::after {
  content: "";
  display: block;
  width: min(360px, 70%);
  height: 4px;
  margin-top: 24px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cyan), var(--orange), transparent);
  background-size: 220% 100%;
  animation: v3Underline 2.1s linear infinite;
  box-shadow: 0 0 24px rgba(33,183,234,.54);
}
.wow-card {
  min-height: 560px;
  position: relative;
  isolation: isolate;
  border-color: rgba(33,183,234,.28) !important;
  background:
    radial-gradient(circle at var(--mx-card,70%) var(--my-card,25%), rgba(255,138,42,.20), transparent 34%),
    linear-gradient(155deg, rgba(255,255,255,.10), rgba(5,12,19,.62) 58%, rgba(33,183,234,.08)) !important;
  animation: v3CardFloat 4.8s ease-in-out infinite, v3BorderGlow 2.6s ease-in-out infinite !important;
}
.wow-card::before {
  content: "" !important;
  position: absolute; inset: -2px;
  border-radius: inherit;
  padding: 2px;
  background: conic-gradient(from var(--spin,0deg), var(--cyan), transparent 18%, var(--orange), transparent 52%, var(--cyan));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: .72;
  animation: v3Spin 4s linear infinite !important;
  pointer-events: none;
}
.live-marquee {
  position: relative;
  z-index: 3;
  display: flex !important;
  gap: 12px !important;
  width: max-content;
  margin-bottom: 22px !important;
  animation: v3Marquee 9s linear infinite !important;
}
.live-marquee span {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
}
.wow3-orbit {
  position: absolute;
  inset: 28px;
  z-index: 1;
  pointer-events: none;
  opacity: .95;
}
.orbit-line {
  position: absolute;
  border: 1px solid rgba(33,183,234,.26);
  border-radius: 50%;
  inset: 14% 8%;
  transform: rotate(-14deg);
  animation: v3OrbitSpin 12s linear infinite;
}
.orbit-line.o2 { inset: 22% 18%; transform: rotate(28deg); border-color: rgba(255,138,42,.24); animation-duration: 16s; animation-direction: reverse; }
.planet {
  position: absolute;
  width: 16px; height: 16px; border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 28px rgba(255,138,42,.95), 0 0 60px rgba(255,138,42,.35);
  animation: v3Planet 4.5s ease-in-out infinite;
}
.p1 { left: 18%; top: 24%; }
.p2 { right: 14%; top: 44%; background: var(--cyan); box-shadow: 0 0 28px rgba(33,183,234,.95), 0 0 60px rgba(33,183,234,.35); animation-delay: .7s; }
.p3 { left: 48%; bottom: 12%; width: 10px; height: 10px; animation-delay: 1.4s; }
.live-dashboard {
  position: relative;
  z-index: 2;
  backdrop-filter: blur(10px);
  border-radius: 24px;
  padding: 26px;
  background: rgba(5,12,19,.48);
  border: 1px solid rgba(255,255,255,.10);
}
.chart-wrap { min-height: 210px; }
.chart-line { animation: drawChart 1.8s cubic-bezier(.2,.8,.2,1) infinite alternate, glowPulse 1.3s ease-in-out infinite !important; }
.chart-area { animation: v3AreaPulse 1.8s ease-in-out infinite !important; }
.chart-dot { transform-box: fill-box; transform-origin: center; animation: v3Dot 1.05s ease-in-out infinite !important; }
.pulse-bars { display: flex !important; }
.pulse-bars span { animation: barDance .85s ease-in-out infinite !important; }
.reveal-card { opacity: 1 !important; transform: none !important; animation: v3PackageFloat 5s ease-in-out infinite; }
.reveal-card:nth-child(2) { animation-delay: .4s; }
.reveal-card:nth-child(3) { animation-delay: .8s; }
@keyframes v3AuroraSweep { to { background-position: 220% 0, -240% 0; } }
@keyframes v3BlobOne { 0%,100% { transform: translate3d(0,0,0) scale(1); } 50% { transform: translate3d(-140px,130px,0) scale(1.18); } }
@keyframes v3BlobTwo { 0%,100% { transform: translate3d(0,0,0) scale(1); } 50% { transform: translate3d(160px,-90px,0) scale(1.2); } }
@keyframes v3Grid { to { background-position: 0 52px, 52px 0; } }
@keyframes v3Laser { 0%,62% { transform: translateX(0) rotate(-18deg); opacity:0; } 70% { opacity:.9; } 100% { transform: translateX(160vw) rotate(-18deg); opacity:0; } }
@keyframes v3LaserReverse { 0%,60% { transform: translateX(0) rotate(18deg); opacity:0; } 68% { opacity:.75; } 100% { transform: translateX(-160vw) rotate(18deg); opacity:0; } }
@keyframes v3HeroIn { from { opacity:0; transform: translateY(34px) scale(.98); } to { opacity:1; transform: translateY(0) scale(1); } }
@keyframes v3Underline { to { background-position: 220% 0; } }
@keyframes v3CardFloat { 0%,100% { transform: translateY(0) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg)); } 50% { transform: translateY(-18px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg)); } }
@keyframes v3BorderGlow { 0%,100% { box-shadow: 0 28px 90px rgba(33,183,234,.12); } 50% { box-shadow: 0 38px 130px rgba(255,138,42,.22); } }
@property --spin { syntax: '<angle>'; initial-value: 0deg; inherits: false; }
@keyframes v3Spin { to { --spin: 360deg; } }
@keyframes v3Marquee { to { transform: translateX(-190px); } }
@keyframes v3OrbitSpin { to { transform: rotate(346deg); } }
@keyframes v3Planet { 0%,100% { transform: translateY(0) scale(1); opacity:.65; } 50% { transform: translateY(-24px) scale(1.45); opacity:1; } }
@keyframes v3AreaPulse { 0%,100% { opacity:.45; } 50% { opacity:.9; } }
@keyframes v3Dot { 0%,100% { transform: scale(1); } 50% { transform: scale(1.9); } }
@keyframes v3PackageFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@media (max-width: 900px) {
  .hero { padding-top: 42px !important; }
  .cinematic-hero { min-height: auto !important; }
  .wow-card { min-height: 470px; }
}

/* WOW V5 - lighter hero with self-drawing growth chart */
html, body { overflow-x: hidden; }
.cinema-bg, .motion-proof, .cursor-spotlight, #neural-canvas, .laser, .wow3-orbit, .orbit-glow, .live-marquee { display: none !important; }
body {
  background:
    radial-gradient(circle at 14% 18%, rgba(33, 183, 234, 0.18), transparent 34rem),
    radial-gradient(circle at 88% 16%, rgba(255, 138, 42, 0.13), transparent 28rem),
    #071019 !important;
}
.section-pad { padding: 78px 0; }
.site-header { background: rgba(7, 16, 25, 0.92); }
.hero { padding-top: 74px; }
.cinematic-hero { min-height: auto !important; transform: none !important; filter: none !important; }
.cinematic-hero::before { display: none !important; }
.kinetic-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}
.kinetic-bg::before,
.kinetic-bg::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 999px;
  filter: blur(70px);
  opacity: .28;
  animation: softFloat 14s ease-in-out infinite;
}
.kinetic-bg::before { left: -160px; top: 40px; background: rgba(33,183,234,.55); }
.kinetic-bg::after { right: -150px; top: 30px; background: rgba(255,138,42,.45); animation-delay: -6s; }
.neon-grid {
  display: block;
  position: absolute;
  inset: auto -10% 0 -10%;
  height: 42%;
  opacity: .15;
  background-image:
    linear-gradient(rgba(33,183,234,.24) 1px, transparent 1px),
    linear-gradient(90deg, rgba(33,183,234,.24) 1px, transparent 1px);
  background-size: 86px 86px;
  transform: perspective(700px) rotateX(60deg);
  transform-origin: bottom;
  animation: gridDrift 20s linear infinite;
}
.parallax-layer { transform: translate3d(0, var(--parallax-y, 0), 0); }
.scroll-dim { opacity: var(--scroll-dim, 0); }

.wow-card,
.hero-card.chart-hero {
  min-height: 540px !important;
  padding: 26px !important;
  display: flex !important;
  align-items: stretch !important;
  overflow: hidden !important;
  transform: translate3d(0, var(--parallax-y, 0), 0) !important;
  contain: layout paint;
}
.wow-card::before {
  inset: -2px !important;
  background: linear-gradient(135deg, rgba(33,183,234,.9), rgba(255,138,42,.76), rgba(33,183,234,.65)) !important;
  opacity: .42 !important;
  animation: borderPulse 4.8s ease-in-out infinite !important;
}
.wow-card::after {
  inset: 1px !important;
  background:
    radial-gradient(circle at 22% 15%, rgba(33,183,234,.14), transparent 28rem),
    radial-gradient(circle at 90% 8%, rgba(255,138,42,.13), transparent 24rem),
    linear-gradient(180deg, rgba(9,22,31,.98), rgba(5,12,19,.98)) !important;
}
.chart-panel {
  width: 100%;
  min-height: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.chart-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 6px 4px 0;
}
.chart-panel-head strong {
  display: block;
  max-width: 430px;
  font-size: clamp(1.35rem, 2.2vw, 2.1rem);
  line-height: 1.08;
  letter-spacing: -.045em;
}
.hero-chart-stage {
  position: relative;
  min-height: 280px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.018));
  border: 1px solid rgba(255,255,255,.09);
  overflow: hidden;
  box-shadow: inset 0 0 34px rgba(33,183,234,.08);
}
.hero-chart-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 18%, rgba(255,138,42,.2), transparent 18rem),
    radial-gradient(circle at 20% 80%, rgba(33,183,234,.18), transparent 20rem);
  opacity: .78;
}
.self-chart {
  position: absolute;
  inset: 8px 10px 0;
  width: calc(100% - 20px);
  height: calc(100% - 8px);
  overflow: visible;
}
.chart-grid-lines path {
  stroke: rgba(255,255,255,.08);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}
.self-chart-fill {
  fill: url(#v5Fill);
  opacity: 0;
  animation: fillReveal 3.2s ease-in-out infinite;
}
.self-chart-line {
  fill: none;
  stroke: url(#v5Line);
  stroke-width: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation: selfDraw 3.2s cubic-bezier(.2,.8,.2,1) infinite;
}
.glow-line {
  stroke-width: 18;
  opacity: .45;
  filter: url(#v5Glow);
}
.chart-markers circle {
  fill: #21b7ea;
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  animation: markerPop 3.2s ease-in-out infinite;
}
.chart-markers circle:nth-child(2) { animation-delay: .25s; }
.chart-markers circle:nth-child(3) { fill: #ff8a2a; animation-delay: .45s; }
.chart-markers .final-dot { fill: #ff8a2a; animation-delay: .62s; }
.chart-sheen {
  position: absolute;
  inset: -20% auto -20% -45%;
  width: 32%;
  transform: rotate(18deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.12), transparent);
  animation: sheenPass 3.2s ease-in-out infinite;
}
.chart-bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.chart-bottom div {
  border: 1px solid rgba(255,255,255,.09);
  background: rgba(255,255,255,.045);
  border-radius: 20px;
  padding: 16px;
}
.chart-bottom .metric-value {
  display: block;
  color: #f4f8fb;
  font-weight: 950;
  font-size: clamp(1.55rem, 2.4vw, 2.35rem);
  line-height: 1;
  letter-spacing: -.05em;
}
.chart-bottom small { color: var(--muted); font-weight: 800; }
.chart-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.chart-tags span {
  border: 1px solid rgba(33,183,234,.28);
  background: rgba(33,183,234,.075);
  color: #cfeefa;
  border-radius: 999px;
  padding: 9px 12px;
  font-weight: 850;
  font-size: .9rem;
}

@keyframes selfDraw {
  0% { stroke-dashoffset: 100; }
  56%, 82% { stroke-dashoffset: 0; }
  100% { stroke-dashoffset: -100; }
}
@keyframes fillReveal {
  0%, 18% { opacity: 0; clip-path: inset(0 100% 0 0); }
  56%, 82% { opacity: 1; clip-path: inset(0 0 0 0); }
  100% { opacity: 0; clip-path: inset(0 0 0 100%); }
}
@keyframes markerPop {
  0%, 34% { opacity: 0; transform: scale(.45); }
  48%, 82% { opacity: 1; transform: scale(1); }
  92% { opacity: 1; transform: scale(1.25); }
  100% { opacity: 0; transform: scale(.6); }
}
@keyframes sheenPass {
  0%, 18% { left: -45%; opacity: 0; }
  34% { opacity: .9; }
  72% { left: 118%; opacity: 0; }
  100% { left: 118%; opacity: 0; }
}
@keyframes softFloat {
  0%, 100% { transform: translate3d(0,0,0) scale(1); }
  50% { transform: translate3d(24px,-18px,0) scale(1.08); }
}
@keyframes gridDrift { to { background-position: 0 86px, 86px 0; } }
@keyframes borderPulse {
  0%, 100% { opacity: .30; }
  50% { opacity: .58; }
}

@media (max-width: 900px) {
  .hero { padding-top: 52px; }
  .wow-card, .hero-card.chart-hero { min-height: 470px !important; }
  .hero-chart-stage { min-height: 240px; }
  .chart-bottom { grid-template-columns: 1fr; }
  .chart-panel-head { flex-direction: column; }
}
@media (max-width: 520px) {
  .wow-card, .hero-card.chart-hero { min-height: 440px !important; padding: 18px !important; }
  .hero-chart-stage { min-height: 220px; }
  .chart-tags span { font-size: .8rem; }
}
@media (prefers-reduced-motion: reduce) {
  .self-chart-line { stroke-dashoffset: 0 !important; }
  .self-chart-fill, .chart-markers circle { opacity: 1 !important; clip-path: none !important; }
}

/* V6 - light interaction polish and package preparation loader */
a, button, .btn, .package-link, .price-card, .service-list article, .steps article, .nav-menu a {
  -webkit-tap-highlight-color: transparent;
}

.nav-menu a,
.btn,
.text-link,
.package-link {
  position: relative;
  overflow: hidden;
  will-change: transform;
}

.nav-menu a::after,
.text-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -6px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cyan), var(--orange));
  transition: right .24s ease;
}

.nav-menu a:hover::after,
.text-link:hover::after,
.nav-menu a:focus-visible::after,
.text-link:focus-visible::after {
  right: 0;
}

.btn::before {
  content: "";
  position: absolute;
  inset: -1px auto -1px -55%;
  width: 42%;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.38), transparent);
  opacity: 0;
  transition: left .52s ease, opacity .2s ease;
  pointer-events: none;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-3px) scale(1.015);
  box-shadow: 0 16px 42px rgba(33,183,234,.18), 0 0 0 1px rgba(255,255,255,.06) inset;
}

.btn:hover::before,
.btn:focus-visible::before {
  left: 115%;
  opacity: 1;
}

.price-card:hover,
.service-list article:hover,
.steps article:hover {
  border-color: rgba(33,183,234,.38);
}

.price-card.featured:hover {
  border-color: rgba(255,138,42,.78);
}

.package-link:hover,
.package-link:focus-visible {
  letter-spacing: .01em;
}

.loader-open body {
  overflow: hidden;
}

.package-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    radial-gradient(circle at 50% 35%, rgba(33,183,234,.18), transparent 26rem),
    radial-gradient(circle at 70% 60%, rgba(255,138,42,.16), transparent 24rem),
    rgba(3,10,17,.82);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .22s ease, visibility .22s ease;
}

.package-loader.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.loader-card {
  position: relative;
  width: min(560px, 100%);
  border-radius: 34px;
  border: 1px solid rgba(255,255,255,.12);
  background:
    linear-gradient(180deg, rgba(9,22,31,.96), rgba(5,12,19,.97));
  box-shadow: 0 40px 120px rgba(0,0,0,.48), 0 0 70px rgba(33,183,234,.16);
  padding: clamp(28px, 5vw, 48px);
  overflow: hidden;
  transform: translateY(18px) scale(.98);
}

.package-loader.is-active .loader-card {
  animation: loaderCardIn .36s cubic-bezier(.2,.8,.2,1) both;
}

.loader-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: conic-gradient(from 180deg, rgba(33,183,234,.9), rgba(255,138,42,.9), rgba(33,183,234,.9));
  opacity: .32;
  animation: loaderBorder 2.6s linear infinite;
}

.loader-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 33px;
  background:
    radial-gradient(circle at 25% 0%, rgba(33,183,234,.16), transparent 20rem),
    linear-gradient(180deg, rgba(9,22,31,.98), rgba(5,12,19,.98));
}

.loader-card > * {
  position: relative;
  z-index: 2;
}

.loader-orbit {
  position: relative;
  width: 82px;
  height: 82px;
  margin-bottom: 26px;
  border-radius: 50%;
  border: 1px solid rgba(33,183,234,.28);
  box-shadow: inset 0 0 30px rgba(33,183,234,.11);
  animation: orbitSpin 2.1s linear infinite;
}

.loader-orbit::before {
  content: "";
  position: absolute;
  inset: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cyan), var(--orange));
  box-shadow: 0 0 28px rgba(33,183,234,.45);
}

.loader-orbit span {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 18px rgba(255,138,42,.78);
}

.loader-orbit span:nth-child(1) { top: -5px; left: 36px; }
.loader-orbit span:nth-child(2) { right: 2px; bottom: 14px; background: var(--cyan); }
.loader-orbit span:nth-child(3) { left: 4px; bottom: 14px; }

.loader-eyebrow {
  color: var(--orange-soft);
  font-size: .8rem;
  font-weight: 950;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.loader-card h2 {
  font-size: clamp(2rem, 5vw, 3.3rem);
  line-height: .98;
  margin-bottom: 18px;
}

.loader-text {
  font-size: 1.05rem;
  margin-bottom: 30px;
}

.loader-progress {
  height: 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.09);
}

.loader-progress span {
  display: block;
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--cyan), var(--orange));
  box-shadow: 0 0 24px rgba(33,183,234,.45);
}

.package-loader.is-active .loader-progress span {
  animation: loaderProgress 2.45s cubic-bezier(.2,.8,.2,1) forwards;
}

@keyframes loaderCardIn {
  to { transform: translateY(0) scale(1); }
}

@keyframes loaderBorder {
  to { transform: rotate(360deg); }
}

@keyframes orbitSpin {
  to { transform: rotate(360deg); }
}

@keyframes loaderProgress {
  0% { width: 0; }
  45% { width: 62%; }
  100% { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .btn::before,
  .nav-menu a::after,
  .text-link::after { display: none; }
  .btn:hover,
  .btn:focus-visible { transform: none; }
  .loader-card,
  .loader-card::before,
  .loader-orbit,
  .loader-progress span { animation: none !important; }
  .package-loader.is-active .loader-progress span { width: 100%; }
}

/* v7 performance pass - calmer UI, lighter GPU load, stronger hero chart */
:root {
  --v7-ease: cubic-bezier(.2,.8,.2,1);
}

/* Remove the heavy decorative layers that caused stutter on some machines. */
.cinema-bg,
#neural-canvas,
.motion-proof,
.cursor-spotlight,
.laser,
.aurora,
.neon-grid,
.grid-sweep,
.ring-one,
.ring-two,
.orb-one,
.orb-two,
.wow3-orbit,
.orbit-glow,
.orbit-line,
.planet,
.live-marquee,
.chart-sheen {
  display: none !important;
  animation: none !important;
}

.scroll-dim {
  display: none !important;
}

.kinetic-bg,
.wow3-bg {
  overflow: hidden !important;
  background:
    radial-gradient(circle at 18% 24%, rgba(33,183,234,.16), transparent 34%),
    radial-gradient(circle at 86% 16%, rgba(255,138,42,.13), transparent 32%),
    linear-gradient(135deg, rgba(33,183,234,.06), transparent 48%, rgba(255,138,42,.06)) !important;
}

.kinetic-bg::before,
.kinetic-bg::after,
.wow3-bg::before,
.wow3-bg::after {
  content: none !important;
  display: none !important;
}

.cinematic-hero,
.hero-copy,
.parallax-layer,
.wow-card,
.chart-panel,
.reveal-card,
.price-card,
.service-list article,
.steps article,
.dev-card {
  animation: none !important;
  transition-duration: .18s !important;
}

.parallax-layer {
  transform: none !important;
}

.hero {
  min-height: auto !important;
  padding-top: clamp(56px, 7vw, 92px) !important;
  padding-bottom: clamp(56px, 7vw, 92px) !important;
}

.hero-grid {
  align-items: center !important;
}

/* Clean, premium dashboard instead of a large empty block. */
.hero-card.chart-hero {
  min-height: 0 !important;
  height: auto !important;
  transform: none !important;
  filter: none !important;
}

.chart-panel {
  min-height: 0 !important;
  padding: clamp(22px, 3vw, 34px) !important;
  background:
    linear-gradient(145deg, rgba(5,17,26,.94), rgba(8,25,37,.86)),
    radial-gradient(circle at 70% 0%, rgba(255,138,42,.12), transparent 34%) !important;
  border: 1px solid rgba(33,183,234,.18) !important;
  box-shadow: 0 24px 70px rgba(0,0,0,.28), inset 0 0 0 1px rgba(255,255,255,.035) !important;
}

.chart-panel::before,
.chart-panel::after,
.wow-card::before,
.wow-card::after,
.chart-wrap::after,
.hologram::after {
  display: none !important;
  animation: none !important;
}

.chart-panel-head {
  margin-bottom: 16px !important;
}

.hero-chart-stage {
  position: relative !important;
  height: clamp(260px, 31vw, 390px) !important;
  margin: 10px 0 18px !important;
  padding: 8px 0 0 !important;
  overflow: visible !important;
}

.self-chart {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  overflow: visible !important;
}

.chart-grid-lines path {
  stroke: rgba(184,202,216,.13) !important;
  stroke-width: 1 !important;
  vector-effect: non-scaling-stroke;
}

.self-chart-fill {
  opacity: 0 !important;
  fill: url(#v5Fill) !important;
  animation: v7FillReveal 4.2s var(--v7-ease) infinite !important;
}

.self-chart-line {
  fill: none !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  stroke-dasharray: 100 !important;
  stroke-dashoffset: 100 !important;
  animation: v7SelfDraw 4.2s var(--v7-ease) infinite !important;
}

.main-line {
  stroke: url(#v5Line) !important;
  stroke-width: 11 !important;
  filter: none !important;
}

.glow-line {
  stroke: rgba(33,183,234,.22) !important;
  stroke-width: 22 !important;
  filter: none !important;
}

.chart-markers circle {
  opacity: 0 !important;
  transform-box: fill-box;
  transform-origin: center;
  animation: v7Marker 4.2s var(--v7-ease) infinite !important;
  filter: none !important;
}

.chart-markers circle:nth-child(1) { animation-delay: .92s !important; }
.chart-markers circle:nth-child(2) { animation-delay: 1.45s !important; }
.chart-markers circle:nth-child(3) { animation-delay: 2.03s !important; }
.chart-markers .final-dot { animation-delay: 2.45s !important; }

.chart-bottom {
  gap: 10px !important;
}

.chart-bottom > div {
  background: rgba(255,255,255,.035) !important;
  border: 1px solid rgba(255,255,255,.07) !important;
}

.chart-tags {
  margin-top: 12px !important;
  gap: 8px !important;
  overflow: visible !important;
  white-space: normal !important;
}

.chart-tags span {
  animation: none !important;
  transform: none !important;
}

/* Keep hover feedback, remove aggressive shine and large movement. */
.btn,
.nav-menu a,
.text-link,
.price-card,
.service-list article,
.steps article,
.dev-card,
.package-link {
  transition: transform .16s ease, border-color .16s ease, background-color .16s ease, box-shadow .16s ease, color .16s ease !important;
}

.btn::before,
.price-card::after,
.service-list article::after,
.dev-card::after,
.package-link::before,
.nav-menu a::after,
.text-link::after {
  display: none !important;
}

.btn:hover,
.package-link:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 12px 28px rgba(33,183,234,.14) !important;
}

.price-card:hover,
.service-list article:hover,
.steps article:hover,
.dev-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 18px 48px rgba(0,0,0,.22) !important;
  border-color: rgba(33,183,234,.24) !important;
}

.price-card.featured:hover {
  transform: translateY(-5px) !important;
}

.status-pill::before,
.status-pill::after,
.pulse,
.live-dot {
  animation: none !important;
}

/* Loader: calmer, no flashing border. */
.package-loader-card::before,
.package-loader-card::after {
  display: none !important;
  animation: none !important;
}

.loader-orbit {
  animation-duration: 4.5s !important;
  opacity: .72 !important;
}

.loader-progress span {
  animation-duration: 2.45s !important;
  box-shadow: none !important;
}

@keyframes v7SelfDraw {
  0% { stroke-dashoffset: 100; opacity: 1; }
  58% { stroke-dashoffset: 0; opacity: 1; }
  82% { stroke-dashoffset: 0; opacity: 1; }
  100% { stroke-dashoffset: 0; opacity: .35; }
}

@keyframes v7FillReveal {
  0%, 18% { opacity: 0; clip-path: inset(0 100% 0 0); }
  58% { opacity: .95; clip-path: inset(0 0 0 0); }
  82% { opacity: .95; clip-path: inset(0 0 0 0); }
  100% { opacity: .45; clip-path: inset(0 0 0 0); }
}

@keyframes v7Marker {
  0%, 22% { opacity: 0; transform: scale(.55); }
  35%, 82% { opacity: 1; transform: scale(1); }
  100% { opacity: .55; transform: scale(.92); }
}

@media (max-width: 900px) {
  .hero-chart-stage {
    height: clamp(220px, 56vw, 340px) !important;
  }
  .chart-panel {
    padding: 22px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .self-chart-fill,
  .self-chart-line,
  .chart-markers circle {
    animation: none !important;
    opacity: 1 !important;
    stroke-dashoffset: 0 !important;
    clip-path: none !important;
  }
}


/* V8 - visible, lightweight self-drawing chart. No canvas, no heavy glow. */
html { scroll-behavior: smooth; }
.cinematic-bg,
.aurora-field,
.laser-sweep,
.neon-grid,
.orbit-glow,
.chart-sheen {
  display: none !important;
  animation: none !important;
}
.cinematic-hero {
  overflow: hidden !important;
  background:
    radial-gradient(circle at 17% 18%, rgba(33,183,234,.16), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(255,138,42,.15), transparent 32%),
    linear-gradient(135deg, #06111a 0%, #07131d 52%, #120f12 100%) !important;
}
.hero-card.chart-hero {
  min-height: auto !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.chart-panel {
  min-height: auto !important;
  padding: clamp(20px, 2.4vw, 30px) !important;
  background:
    radial-gradient(circle at 78% 15%, rgba(255,138,42,.10), transparent 28%),
    linear-gradient(145deg, rgba(5,17,26,.96), rgba(6,25,37,.88)) !important;
  border: 1px solid rgba(33,183,234,.22) !important;
  border-radius: 30px !important;
  box-shadow: 0 18px 45px rgba(0,0,0,.24), inset 0 0 0 1px rgba(255,255,255,.025) !important;
  will-change: auto !important;
}
.hero-chart-stage {
  height: clamp(240px, 27vw, 350px) !important;
  margin: 12px 0 16px !important;
  padding: 0 !important;
  overflow: visible !important;
}
.self-chart {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  overflow: visible !important;
}
.chart-grid-lines path {
  stroke: rgba(184,202,216,.12) !important;
  stroke-width: 1 !important;
}
.self-chart-base {
  fill: none !important;
  stroke: rgba(184,202,216,.18) !important;
  stroke-width: 8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}
.self-chart-fill {
  opacity: .86 !important;
  fill: url(#v5Fill) !important;
  clip-path: inset(0 100% 0 0);
  animation: v8Fill 3.2s cubic-bezier(.2,.8,.2,1) infinite !important;
}
.self-chart-line {
  fill: none !important;
  stroke-dasharray: 100 !important;
  stroke-dashoffset: 100 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  animation: v8Draw 3.2s cubic-bezier(.2,.8,.2,1) infinite !important;
}
.main-line {
  stroke: url(#v5Line) !important;
  stroke-width: 10 !important;
  filter: none !important;
}
.glow-line {
  stroke: rgba(33,183,234,.25) !important;
  stroke-width: 18 !important;
  filter: none !important;
}
.chart-markers circle {
  opacity: 0 !important;
  transform-box: fill-box;
  transform-origin: center;
  animation: v8Marker 3.2s cubic-bezier(.2,.8,.2,1) infinite !important;
  filter: none !important;
}
.chart-markers circle:nth-child(1) { animation-delay: .75s !important; }
.chart-markers circle:nth-child(2) { animation-delay: 1.08s !important; }
.chart-markers circle:nth-child(3) { animation-delay: 1.42s !important; }
.chart-markers .final-dot { animation-delay: 1.78s !important; }
.chart-bottom > div {
  transition: transform .2s ease, border-color .2s ease, background .2s ease !important;
}
.chart-bottom > div:hover {
  transform: translateY(-3px) !important;
  border-color: rgba(33,183,234,.28) !important;
  background: rgba(255,255,255,.035) !important;
}
.btn, .package-card, .nav-links a {
  transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease !important;
}
.btn:hover, .package-card:hover { transform: translateY(-3px) !important; }
.nav-links a:hover { transform: translateY(-1px) !important; color: #fff !important; }
.btn::before, .package-card::before, .chart-panel::before, .chart-panel::after, .wow-card::before, .wow-card::after {
  display: none !important;
  animation: none !important;
}
@keyframes v8Draw {
  0% { stroke-dashoffset: 100; opacity: .18; }
  12% { opacity: 1; }
  62% { stroke-dashoffset: 0; opacity: 1; }
  86% { stroke-dashoffset: 0; opacity: 1; }
  100% { stroke-dashoffset: 0; opacity: .65; }
}
@keyframes v8Fill {
  0%, 18% { clip-path: inset(0 100% 0 0); opacity: 0; }
  62%, 86% { clip-path: inset(0 0 0 0); opacity: .86; }
  100% { clip-path: inset(0 0 0 0); opacity: .48; }
}
@keyframes v8Marker {
  0%, 30% { opacity: 0; transform: scale(.6); }
  42%, 84% { opacity: 1; transform: scale(1); }
  100% { opacity: .55; transform: scale(.92); }
}
@media (prefers-reduced-motion: reduce) {
  .self-chart-line, .self-chart-fill, .chart-markers circle { animation: none !important; }
  .self-chart-line { stroke-dashoffset: 0 !important; opacity: 1 !important; }
  .self-chart-fill { clip-path: none !important; opacity: .75 !important; }
  .chart-markers circle { opacity: 1 !important; transform: none !important; }
}

/* V9 - visible live dot and lightweight package preparation overlay */
.status-pill {
  display: inline-flex !important;
  align-items: center !important;
  gap: 9px !important;
}

.status-pill .live-dot {
  display: inline-block !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 999px !important;
  background: #38e078 !important;
  box-shadow: 0 0 0 5px rgba(56,224,120,.12), 0 0 14px rgba(56,224,120,.45) !important;
  animation: liveDotPulse 1.8s ease-in-out infinite !important;
}

@keyframes liveDotPulse {
  0%, 100% { transform: scale(1); opacity: .92; }
  50% { transform: scale(1.18); opacity: 1; }
}

.package-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(4, 12, 20, .78);
  backdrop-filter: blur(12px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .24s ease;
}

.package-loader.is-active {
  opacity: 1;
  pointer-events: auto;
}

.loader-card {
  width: min(520px, 92vw);
  border: 1px solid rgba(33,183,234,.26);
  border-radius: 30px;
  padding: 34px;
  background: linear-gradient(145deg, rgba(7,22,35,.96), rgba(10,28,43,.92));
  box-shadow: 0 24px 90px rgba(0,0,0,.42), 0 0 48px rgba(33,183,234,.10);
  transform: translateY(14px) scale(.98);
}

.package-loader.is-active .loader-card {
  animation: loaderEnter .28s ease forwards;
}

.loader-orbit {
  width: 68px;
  height: 68px;
  border: 1px solid rgba(33,183,234,.28);
  border-radius: 999px;
  position: relative;
  margin-bottom: 18px;
  animation: loaderSpin 2.6s linear infinite;
}

.loader-orbit::before {
  content: '';
  position: absolute;
  inset: 15px;
  border-radius: inherit;
  background: radial-gradient(circle, rgba(33,183,234,.36), rgba(255,138,42,.08));
}

.loader-orbit span {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--orange);
}

.loader-orbit span:nth-child(1) { top: -4px; left: 29px; }
.loader-orbit span:nth-child(2) { right: 3px; bottom: 13px; background: var(--cyan); }
.loader-orbit span:nth-child(3) { left: 4px; bottom: 13px; background: #38e078; }

.loader-eyebrow {
  margin: 0 0 10px;
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .76rem;
  font-weight: 900;
}

.loader-card h2 {
  margin: 0 0 12px;
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  line-height: 1.05;
}

.loader-text,
.loader-note {
  color: var(--muted);
  margin: 0 0 18px;
}

.loader-note {
  margin: 14px 0 0;
  font-size: .92rem;
}

.loader-progress {
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.08);
}

.loader-progress span {
  display: block;
  height: 100%;
  width: 0%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--cyan), var(--orange));
}

.package-loader.is-active .loader-progress span {
  animation: loaderProgressV9 2.35s cubic-bezier(.2,.8,.2,1) forwards !important;
}

@keyframes loaderEnter {
  to { transform: translateY(0) scale(1); }
}

@keyframes loaderSpin {
  to { transform: rotate(360deg); }
}

@keyframes loaderProgressV9 {
  0% { width: 0%; }
  68% { width: 82%; }
  100% { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .status-pill .live-dot,
  .loader-orbit,
  .package-loader.is-active .loader-card,
  .package-loader.is-active .loader-progress span {
    animation: none !important;
  }
  .package-loader.is-active .loader-progress span { width: 100%; }
}


/* V10 - clean Live pill: only one green dot, no pseudo bars or shine. */
.status-pill::before,
.status-pill::after {
  display: none !important;
  content: none !important;
}

.status-pill .live-dot {
  display: inline-block !important;
  flex: 0 0 10px !important;
  width: 10px !important;
  min-width: 10px !important;
  max-width: 10px !important;
  height: 10px !important;
  min-height: 10px !important;
  max-height: 10px !important;
  border-radius: 50% !important;
  background: #38e078 !important;
  box-shadow: 0 0 0 5px rgba(56,224,120,.12), 0 0 14px rgba(56,224,120,.45) !important;
  transform-origin: center !important;
}

.is-hidden {
  display: none !important;
}

/* V11 - lightweight typewriter emphasis in the hero headline */
.type-hero-title {
  max-width: 980px;
}

.typing-line {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  min-width: 0;
  color: var(--white);
  white-space: nowrap;
}

.typing-line::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.04em;
  height: 0.13em;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(33, 183, 234, 0.95), rgba(255, 138, 42, 0.95));
  transform-origin: left center;
  transform: scaleX(var(--type-underline, 1));
  opacity: 0.78;
  z-index: -1;
}

.typing-word {
  position: relative;
  display: inline-block;
  min-width: 9.2ch;
  background: linear-gradient(90deg, #ffffff 0%, #cfefff 48%, #ffb36d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.typing-cursor {
  display: inline-block;
  width: 0.075em;
  height: 0.8em;
  margin-left: 0.08em;
  border-radius: 999px;
  background: #21b7ea;
  box-shadow: 0 0 18px rgba(33, 183, 234, 0.42);
  transform: translateY(0.08em);
  animation: typeCursorBlink 0.9s steps(2, end) infinite;
}

.title-rest {
  display: block;
}

@keyframes typeCursorBlink {
  0%, 48% { opacity: 1; }
  49%, 100% { opacity: 0.16; }
}

@media (max-width: 640px) {
  .typing-line {
    white-space: normal;
  }

  .typing-word {
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .typing-cursor {
    animation: none;
  }
}
