*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
[x-cloak] { display: none !important; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', system-ui, sans-serif; background: #0a0a1a; color: #e2e8f0; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
::selection { background: rgba(0,212,255,0.3); color: #fff; }

@keyframes neon-pulse { 0%, 100% { opacity: 0.35; } 50% { opacity: 1; } }
@keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes neon-glow { 0%, 100% { box-shadow: 0 0 5px rgba(6,182,212,0.25), 0 0 10px rgba(6,182,212,0.08); } 50% { box-shadow: 0 0 10px rgba(6,182,212,0.4), 0 0 20px rgba(6,182,212,0.15); } }
@keyframes float-up { 0% { transform: translateY(100vh) scale(0.5); opacity: 0; } 10% { opacity: 1; } 90% { opacity: 1; } 100% { transform: translateY(-10vh) scale(1); opacity: 0; } }
@keyframes float-orb { 0%, 100% { transform: translate3d(0,0,0); } 33% { transform: translate3d(20px,-15px,0); } 66% { transform: translate3d(-15px,-30px,0); } }
@keyframes scan-line { 0% { transform: translate3d(0,-100%,0); } 100% { transform: translate3d(0,100vh,0); } }
@keyframes gradient-rotate { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }
@keyframes timeline-pulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(6,182,212,0.3); } 50% { box-shadow: 0 0 0 6px rgba(6,182,212,0); } }
@keyframes text-glow { 0%, 100% { text-shadow: 0 0 8px rgba(6,182,212,0.25); } 50% { text-shadow: 0 0 16px rgba(6,182,212,0.4), 0 0 32px rgba(6,182,212,0.15); } }
@keyframes border-glow { 0%, 100% { border-color: rgba(6,182,212,0.12); } 50% { border-color: rgba(6,182,212,0.35); } }
@keyframes shimmer { 0% { transform: translateX(-100%); } 100% { transform: translateX(100%); } }
@keyframes pulse-ring { 0% { transform: scale3d(0.85,0.85,1); opacity: 0.4; } 50% { transform: scale3d(1.1,1.1,1); opacity: 0; } 100% { transform: scale3d(0.85,0.85,1); opacity: 0; } }
@keyframes card-shine { 0% { transform: translate3d(-100%,0,0) rotate(25deg); } 100% { transform: translate3d(250%,0,0) rotate(25deg); } }
@keyframes float-gentle { 0%, 100% { transform: translate3d(0,0,0); } 50% { transform: translate3d(0,-8px,0); } }
@keyframes hero-gradient-shift { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }
@keyframes nav-underline-glow { 0%, 100% { opacity: 0.6; } 50% { opacity: 1; } }
@keyframes nav-dot-pulse { 0%, 100% { box-shadow: 0 0 8px rgba(0,212,255,0.4), 0 0 3px rgba(0,255,204,0.3); opacity: 0.85; } 50% { box-shadow: 0 0 16px rgba(0,212,255,0.7), 0 0 6px rgba(0,255,204,0.5); opacity: 1; } }
@keyframes marquee-scroll { 0% { transform: translate3d(0,0,0); } 100% { transform: translate3d(-50%,0,0); } }
@keyframes divider-pulse { 0%, 100% { opacity: 0.4; } 50% { opacity: 1; } }
@keyframes pulse-dot { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }
@keyframes tab-glow { 0%, 100% { border-color: rgba(6,182,212,0.3); background-color: rgba(6,182,212,0.06); } 50% { border-color: rgba(6,182,212,0.6); background-color: rgba(6,182,212,0.12); } }
@keyframes orb-float-1 { 0%, 100% { transform: translate(0, 0) scale(1); } 25% { transform: translate(60px, -40px) scale(1.1); } 50% { transform: translate(-20px, -80px) scale(0.95); } 75% { transform: translate(-50px, -20px) scale(1.05); } }
@keyframes orb-float-2 { 0%, 100% { transform: translate(0, 0) scale(1); } 25% { transform: translate(-50px, 30px) scale(1.08); } 50% { transform: translate(40px, 60px) scale(0.9); } 75% { transform: translate(30px, -30px) scale(1.03); } }
@keyframes orb-float-3 { 0%, 100% { transform: translate(0, 0) scale(1); } 25% { transform: translate(30px, 50px) scale(0.95); } 50% { transform: translate(-60px, 20px) scale(1.1); } 75% { transform: translate(20px, -40px) scale(1); } }
@keyframes gradient-bar { 0% { background-position: 200% 0; } 100% { background-position: 0 0; } }
@keyframes process-bar-sweep { 0% { background-position: -200% 0; opacity: 0.3; } 50% { opacity: 0.8; } 100% { background-position: 200% 0; opacity: 0.3; } }
@keyframes counter-glow { 0%, 100% { text-shadow: 0 0 10px currentColor; } 50% { text-shadow: 0 0 25px currentColor, 0 0 50px currentColor; } }
@keyframes card-bg-shift { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }
@keyframes badge-pulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(0,212,255,0.2); } 50% { box-shadow: 0 0 0 8px rgba(0,212,255,0); } }
@keyframes typing-cursor { 0%, 100% { opacity: 1; } 50% { opacity: 0; } }
@keyframes stat-count { from { opacity: 0; transform: scale(0.5); } to { opacity: 1; transform: scale(1); } }
@keyframes timeline-line-grow { from { height: 0; } to { height: 100%; } }
@keyframes metric-arrow { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-3px); } }

.navbar-glass {
  background: rgba(10,10,26,0.65);
  backdrop-filter: blur(16px) saturate(1.4);
  -webkit-backdrop-filter: blur(16px) saturate(1.4);
  border-bottom: 1px solid rgba(160,176,255,0.06);
}
.navbar-scrolled {
  background: rgba(10,10,26,0.88) !important;
  backdrop-filter: blur(24px) saturate(1.6) !important;
  -webkit-backdrop-filter: blur(24px) saturate(1.6) !important;
  box-shadow: 0 4px 30px rgba(0,0,0,0.5), 0 1px 0 rgba(0,212,255,0.08);
  border-bottom-color: rgba(0,212,255,0.1) !important;
}

.nav-item-btn {
  position: relative;
  transition: background 0.5s ease, border-color 0.5s ease;
  border: 1px solid transparent;
}
.nav-item-btn:hover {
  background: rgba(var(--nav-color), 0.06);
  border-color: rgba(var(--nav-color), 0.12);
}
.nav-item-btn.active {
  background: rgba(var(--nav-color), 0.08);
  border-color: rgba(var(--nav-color), 0.18);
}
.nav-icon-wrap {
  color: rgba(148,163,184,0.7);
  transition: color 0.5s ease, filter 0.5s ease;
}
.nav-icon-svg {
  width: 22px; height: 22px;
  transition: transform 0.5s cubic-bezier(0.22,1,0.36,1), filter 0.5s ease, color 0.5s ease;
}
.nav-item-btn:hover .nav-icon-svg { transform: scale(1.12) translateY(-1px); }
.nav-item-btn:hover .nav-icon-wrap { color: var(--nav-hex); filter: drop-shadow(0 0 6px rgba(var(--nav-color),0.4)); }
.nav-label {
  color: rgba(148,163,184,0.55);
  transition: color 0.5s ease;
}
.nav-item-btn:hover .nav-label { color: rgba(var(--nav-color), 0.85); }
.nav-item-btn.active .nav-icon-wrap { color: var(--nav-hex); filter: drop-shadow(0 0 8px rgba(var(--nav-color),0.5)); }
.nav-item-btn.active .nav-label { color: var(--nav-hex); }
.nav-item-btn.active .nav-icon-svg { transform: scale(1.08); }

.nav-dot {
  width: 0; height: 2px; border-radius: 2px;
  background: var(--nav-hex);
  transition: width 0.5s cubic-bezier(0.22,1,0.36,1), opacity 0.5s ease, box-shadow 0.5s ease;
  opacity: 0; box-shadow: none;
}
.nav-item-btn:hover .nav-dot { width: 14px; opacity: 0.6; box-shadow: 0 0 8px rgba(var(--nav-color),0.25); }
.nav-item-btn.active .nav-dot { width: 22px !important; opacity: 1 !important; box-shadow: 0 0 10px rgba(var(--nav-color),0.5) !important; }

.hero-gradient-text {
  background: linear-gradient(135deg, #e2e8f0 0%, #00d4ff 25%, #e2e8f0 50%, #ff0099 75%, #00ffcc 100%);
  background-size: 200% auto;
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: hero-gradient-shift 6s ease-in-out infinite;
  padding-bottom: 0.1em;
  line-height: 1.3;
}

.hero-tagline {
  background: linear-gradient(90deg, #e2e8f0 0%, #38bdf8 25%, #a78bfa 50%, #f472b6 75%, #e2e8f0 100%);
  background-size: 300% auto;
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: tagline-shift 8s ease-in-out infinite;
}
@keyframes tagline-shift { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }

.ic-logo-icon {
  background: transparent;
  box-shadow: inset 0 0 0 2px #00d4ff;
  animation: ic-border-shift 6s ease-in-out infinite;
  border-radius: 8px;
}
@keyframes ic-border-shift {
  0%, 100% { box-shadow: inset 0 0 0 2px #00d4ff, 0 0 8px rgba(0,212,255,0.15); }
  33% { box-shadow: inset 0 0 0 2px #ff0099, 0 0 8px rgba(255,0,153,0.15); }
  66% { box-shadow: inset 0 0 0 2px #00ffcc, 0 0 8px rgba(0,255,204,0.15); }
}

.noise-bg::before {
  content: "";
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");
  background-repeat: repeat;
}
.noise-bg { position: relative; }

.hero-mesh-gradient {
  background:
    radial-gradient(ellipse 600px 400px at 15% 40%, rgba(0,212,255,0.08) 0%, transparent 70%),
    radial-gradient(ellipse 500px 500px at 85% 30%, rgba(255,0,153,0.06) 0%, transparent 70%),
    radial-gradient(ellipse 700px 300px at 50% 90%, rgba(0,255,204,0.05) 0%, transparent 70%),
    radial-gradient(ellipse 300px 300px at 70% 70%, rgba(124,58,237,0.04) 0%, transparent 70%);
}

.hero-orb {
  position: absolute; border-radius: 50%; filter: blur(80px); pointer-events: none; will-change: transform;
}
.hero-orb-1 { width: 400px; height: 400px; background: rgba(0,212,255,0.08); top: 10%; left: 5%; animation: orb-float-1 20s ease-in-out infinite; }
.hero-orb-2 { width: 350px; height: 350px; background: rgba(255,0,153,0.06); top: 20%; right: 10%; animation: orb-float-2 25s ease-in-out infinite; }
.hero-orb-3 { width: 300px; height: 300px; background: rgba(0,255,204,0.05); bottom: 15%; left: 40%; animation: orb-float-3 22s ease-in-out infinite; }

.grid-pattern {
  background-image: linear-gradient(rgba(0,212,255,0.03) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(0,212,255,0.03) 1px, transparent 1px);
  background-size: 60px 60px;
}

.card-glass {
  background: linear-gradient(135deg, rgba(15,23,42,0.8) 0%, rgba(15,23,42,0.4) 100%);
  position: relative; overflow: hidden;
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  contain: layout style;
}
.card-glass::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: linear-gradient(135deg, rgba(0,212,255,0.02), rgba(255,0,153,0.01), rgba(0,255,204,0.02));
  background-size: 400% 400%;
  animation: card-bg-shift 15s ease-in-out infinite;
}
.card-glass > * { position: relative; z-index: 1; }
.card-glass::after {
  content: ""; position: absolute; top: 0; left: -100%; width: 60%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.03), transparent);
  pointer-events: none; z-index: 2;
}
.card-glass:hover::after { animation: card-shine 0.8s ease forwards; }

.scan-line-effect { position: relative; overflow: hidden; }
.scan-line-effect::after {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, rgba(6,182,212,0.4), transparent);
  animation: scan-line 3s ease-in-out infinite; z-index: 10; opacity: 0;
  transition: opacity 0.3s; pointer-events: none; will-change: transform;
}
.scan-line-effect:hover::after { opacity: 1; }

.neon-cta-btn { position: relative; overflow: hidden; }
.neon-cta-btn::before {
  content: ""; position: absolute; inset: -2px; border-radius: inherit;
  background: linear-gradient(135deg, rgba(0,212,255,0.5), rgba(124,58,237,0.4), rgba(255,0,153,0.3));
  z-index: -1; opacity: 0; transition: opacity 0.4s; filter: blur(10px);
}
.neon-cta-btn:hover::before { opacity: 1; }
.neon-cta-btn .btn-shimmer {
  position: absolute; top: 0; left: -100%; width: 50%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
  transition: none; pointer-events: none;
}
.neon-cta-btn:hover .btn-shimmer { animation: shimmer 0.8s ease forwards; }

.neon-text-glow { animation: text-glow 3s ease-in-out infinite; }
.neon-border-glow { animation: border-glow 3s ease-in-out infinite; }

.neon-card-glow {
  transition: box-shadow 0.4s cubic-bezier(0.22,1,0.36,1), border-color 0.4s, transform 0.3s cubic-bezier(0.22,1,0.36,1);
}
.neon-card-glow:hover {
  box-shadow: 0 0 20px rgba(6,182,212,0.15), 0 8px 32px rgba(0,0,0,0.4);
  transform: translateY(-4px);
  border-color: rgba(0,212,255,0.15) !important;
}

.particle { position: absolute; border-radius: 50%; animation: float-up linear infinite; pointer-events: none; will-change: transform, opacity; }

.section-divider {
  position: relative; height: 1px;
  background: linear-gradient(90deg, transparent 5%, rgba(0,212,255,0.3) 25%, rgba(255,0,153,0.25) 50%, rgba(0,255,204,0.3) 75%, transparent 95%);
  animation: divider-pulse 4s ease-in-out infinite; will-change: opacity;
}
.section-divider::after { content: ""; position: absolute; inset: 0; background: inherit; filter: blur(4px); opacity: 0.6; }

.marquee-container { overflow: hidden; width: 100%; }
.marquee-fade-mask {
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}
@media (min-width: 1024px) {
  .marquee-fade-mask {
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 25%, black 75%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 25%, black 75%, transparent 100%);
  }
}
.marquee-track { display: flex; gap: 1.5rem; width: max-content; animation: marquee-scroll 45s linear infinite; will-change: transform; contain: layout style; }
.marquee-container:hover .marquee-track,
.marquee-container.paused .marquee-track { animation-play-state: paused; }

.neon-input { transition: all 0.3s; }
.neon-input:focus-within { box-shadow: 0 0 0 1px rgba(6,182,212,0.3), 0 0 15px rgba(6,182,212,0.1); border-color: rgba(0,212,255,0.4) !important; }

.mobile-nav-item:active { border-color: rgba(0,212,255,0.3); background: rgba(0,212,255,0.08); }

.hamburger-btn {
  animation: hamburger-breathe 3s ease-in-out infinite;
}
@keyframes hamburger-breathe {
  0%, 100% { box-shadow: 0 0 0 0 rgba(0,212,255,0.08), inset 0 0 0 0 rgba(0,212,255,0); border-color: rgba(0,212,255,0.15); }
  50% { box-shadow: 0 0 10px 0 rgba(0,212,255,0.12), inset 0 0 8px rgba(0,212,255,0.04); border-color: rgba(0,212,255,0.3); }
}

.quick-nav-pill {
  display: flex; align-items: center; justify-content: center;
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(160,176,255,0.08);
  background: rgba(255,255,255,0.04);
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s, background 0.2s;
}
.quick-nav-pill:active {
  transform: scale(0.9);
  background: rgba(255,255,255,0.08);
  border-color: rgba(0,212,255,0.2);
}
.quick-nav-bar {
  transition: max-height 0.3s ease, opacity 0.3s ease;
}

.metric-value { animation: counter-glow 3s ease-in-out infinite; }
.metric-arrow { display: inline-block; animation: metric-arrow 1.5s ease-in-out infinite; color: #00ffcc; }

.gradient-progress-bar {
  height: 4px; border-radius: 4px; overflow: hidden;
  background: rgba(255,255,255,0.05);
}
.gradient-progress-bar-fill {
  height: 100%; border-radius: 4px;
  background: linear-gradient(90deg, #00d4ff, #00ffcc, #ff0099);
  background-size: 200% 100%;
  animation: gradient-bar 3s ease-in-out infinite;
  transition: width 1s ease-out;
}

.timeline-container { position: relative; }
.timeline-line {
  position: absolute; left: 24px; top: 0; bottom: 0; width: 2px;
  background: linear-gradient(to bottom, #00d4ff, #ff0099, #00ffcc);
  opacity: 0.3;
}
@media (min-width: 768px) {
  .timeline-line { left: 50%; transform: translateX(-50%); }
}
.timeline-node {
  position: absolute; left: 15px; width: 22px; height: 22px;
  border-radius: 50%; border: 2px solid; display: flex; align-items: center; justify-content: center;
  z-index: 2;
}
@media (min-width: 768px) {
  .timeline-node { left: 50%; transform: translateX(-50%); }
}
.timeline-node::before {
  content: ""; position: absolute; inset: -4px; border-radius: 50%;
  animation: pulse-ring 2.5s ease-in-out infinite;
}

.tech-cat-title {
  background: linear-gradient(135deg, var(--cat-from), var(--cat-to));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}

.tech-card {
  position: relative; overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.22,1,0.36,1), box-shadow 0.4s, border-color 0.4s;
}
.tech-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 12px 40px rgba(0,0,0,0.4), 0 0 30px var(--tech-glow, rgba(0,212,255,0.1));
  border-color: rgba(0,212,255,0.15) !important;
}
.glow-card {
  position: relative; overflow: hidden;
  transition: box-shadow 0.4s cubic-bezier(0.22,1,0.36,1), border-color 0.4s, transform 0.4s cubic-bezier(0.22,1,0.36,1);
}
.glow-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.4), 0 0 30px var(--tech-glow, rgba(0,212,255,0.1));
  border-color: rgba(0,212,255,0.15) !important;
}
.tech-card-icon {
  transition: transform 0.4s cubic-bezier(0.22,1,0.36,1), filter 0.4s;
}
.tech-card:hover .tech-card-icon {
  transform: scale(1.15) translateY(-2px);
  filter: drop-shadow(0 0 12px var(--tech-glow, rgba(0,212,255,0.5)));
}

.testimonial-card {
  position: relative; overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.22,1,0.36,1), box-shadow 0.4s, border-color 0.4s;
}
.testimonial-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.3), 0 0 15px rgba(0,212,255,0.08);
  border-color: rgba(0,212,255,0.12) !important;
}
.testimonial-card .quote-mark {
  font-size: 4rem; line-height: 1; font-family: Georgia, serif;
  position: absolute; top: -5px; left: 16px; opacity: 0.08;
  background: linear-gradient(135deg, #00d4ff, #ff0099);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}

.star-rating { display: flex; gap: 2px; }
.star-rating svg { width: 14px; height: 14px; fill: #00d4ff; filter: drop-shadow(0 0 4px rgba(0,212,255,0.3)); }

.hero-subtitle-line { display: inline-flex; align-items: center; font-size: 0.85rem; font-weight: 500; letter-spacing: 0.03em; }
@media (min-width: 640px) { .hero-subtitle-line { font-size: 0.95rem; } }
.hero-subtitle-line::before {
  content: ""; display: inline-block; width: 7px; height: 7px; flex-shrink: 0;
  border-radius: 50%; margin-right: 10px;
}
.hero-subtitle-line.web {
  background: linear-gradient(90deg, #ffffff 0%, #38bdf8 25%, #ffffff 50%, #38bdf8 75%, #ffffff 100%);
  background-size: 250% 100%;
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  animation: subtitle-wrap 4s linear infinite;
  filter: drop-shadow(0 0 12px rgba(56,189,248,0.25));
}
.hero-subtitle-line.web::before { background: #38bdf8; box-shadow: 0 0 8px rgba(56,189,248,0.6), 0 0 18px rgba(56,189,248,0.25); }
.hero-subtitle-line.apps {
  background: linear-gradient(90deg, #ffffff 0%, #34d399 25%, #ffffff 50%, #34d399 75%, #ffffff 100%);
  background-size: 250% 100%;
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  animation: subtitle-wrap 4s linear infinite;
  animation-delay: -1.3s;
  filter: drop-shadow(0 0 12px rgba(52,211,153,0.25));
}
.hero-subtitle-line.apps::before { background: #34d399; box-shadow: 0 0 8px rgba(52,211,153,0.6), 0 0 18px rgba(52,211,153,0.25); }
.hero-subtitle-line.mobile {
  background: linear-gradient(90deg, #ffffff 0%, #f472b6 25%, #ffffff 50%, #f472b6 75%, #ffffff 100%);
  background-size: 250% 100%;
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  animation: subtitle-wrap 4s linear infinite;
  animation-delay: -2.6s;
  filter: drop-shadow(0 0 12px rgba(244,114,182,0.25));
}
.hero-subtitle-line.mobile::before { background: #f472b6; box-shadow: 0 0 8px rgba(244,114,182,0.6), 0 0 18px rgba(244,114,182,0.25); }
@keyframes subtitle-wrap { 0% { background-position: 100% 0; } 100% { background-position: -150% 0; } }

.section-label {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 16px; border-radius: 20px;
  border: 1px solid rgba(0,212,255,0.15);
  background: rgba(0,212,255,0.05);
  font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  color: #00d4ff;
  animation: badge-pulse 3s ease-in-out infinite;
}

.why-card-glow {
  position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  opacity: 0; transition: opacity 0.5s;
}
.neon-card-glow:hover .why-card-glow, .tech-card:hover .why-card-glow, .glow-card:hover .why-card-glow { opacity: 1; }

.process-bar {
  background-size: 200% 100%;
  animation: process-bar-sweep 6s ease-in-out infinite;
}

.case-gradient-overlay {
  position: absolute; top: 0; right: 0; width: 120px; height: 120px;
  border-radius: 0 16px 0 60px; opacity: 0.08;
  transition: opacity 0.4s;
}
.neon-card-glow:hover .case-gradient-overlay, .glow-card:hover .case-gradient-overlay { opacity: 0.15; }

@media (max-width: 767px) {
  .neon-card-glow:hover { transform: none; }
  .tech-card:hover { transform: none; }
  .glow-card:hover { transform: none; }
  .particle { will-change: auto; }
  .hero-orb { filter: blur(60px); opacity: 0.6; }
}
@media (prefers-reduced-motion: reduce) {
  .particle, .neon-text-glow, .neon-border-glow, .scan-line-effect::after, .card-glass:hover::after, .marquee-track, .hero-orb, .hero-tagline, .hero-gradient-text, .hero-subtitle-line { animation: none !important; transition: none !important; }
}

.scroll-reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s cubic-bezier(0.22,1,0.36,1), transform 0.7s cubic-bezier(0.22,1,0.36,1); will-change: opacity, transform; }
.scroll-reveal.visible { opacity: 1; transform: translateY(0); will-change: auto; }

section:not(#hero) { content-visibility: auto; contain-intrinsic-size: auto 800px; }

.admin-sidebar { scrollbar-width: thin; scrollbar-color: rgba(0,212,255,0.3) transparent; }
.admin-sidebar::-webkit-scrollbar { width: 4px; }
.admin-sidebar::-webkit-scrollbar-thumb { background: rgba(0,212,255,0.3); border-radius: 2px; }

.tab-publishing-pending { animation: tab-glow 2s ease-in-out infinite; }
.pulse-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background-color: rgba(6,182,212,1); animation: pulse-dot 2s ease-in-out infinite; margin-right: 4px; }

.legal-editor h2 { font-size: 1.25rem; font-weight: 700; color: #e2e8f0; margin: 1rem 0 0.5rem; }
.legal-editor h3 { font-size: 1.05rem; font-weight: 600; color: #cbd5e1; margin: 0.75rem 0 0.4rem; }
.legal-editor p { margin: 0.4rem 0; }
.legal-editor ul, .legal-editor ol { padding-left: 1.5rem; margin: 0.4rem 0; }
.legal-editor li { margin: 0.2rem 0; }
.legal-editor a { color: #22d3ee; text-decoration: underline; }
.legal-editor strong { font-weight: 700; }
.legal-editor em { font-style: italic; }
.legal-editor:focus { outline: 1px solid rgba(0,212,255,0.3); outline-offset: -1px; }
.legal-content h2 { font-size: 1.5rem; font-weight: 700; color: #e2e8f0; margin: 1.5rem 0 0.75rem; }
.legal-content h3 { font-size: 1.2rem; font-weight: 600; color: #cbd5e1; margin: 1.25rem 0 0.5rem; }
.legal-content p { margin: 0.75rem 0; line-height: 1.8; }
.legal-content ul, .legal-content ol { padding-left: 1.5rem; margin: 0.75rem 0; }
.legal-content li { margin: 0.35rem 0; }
.legal-content a { color: #22d3ee; text-decoration: underline; }
.legal-content strong { font-weight: 700; color: #e2e8f0; }
.legal-content em { font-style: italic; }

.testimonial-avatar {
  width: 48px; height: 48px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 18px; flex-shrink: 0;
  position: relative; overflow: hidden;
  border: 1.5px solid rgba(255,255,255,0.12);
  box-shadow: 0 0 16px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.08);
  transition: transform 0.3s, box-shadow 0.3s;
  color: #67e8f9;
}
.testimonial-avatar:hover { transform: scale(1.08); }
.testimonial-avatar span { position: relative; z-index: 1; }
.testimonial-avatar::before {
  content: ''; position: absolute; inset: 0; border-radius: 50%; opacity: 0.85;
  background: linear-gradient(135deg, rgba(0,212,255,0.25), rgba(6,182,212,0.15), rgba(0,255,204,0.1));
}
.testimonial-avatar::after {
  content: ''; position: absolute; inset: 0; border-radius: 50%;
  background: radial-gradient(ellipse at 30% 20%, rgba(255,255,255,0.15), transparent 60%);
}
.testimonial-avatar-1 { color: #67e8f9; }
.testimonial-avatar-1::before { background: linear-gradient(135deg, rgba(0,212,255,0.25), rgba(6,182,212,0.15), rgba(0,255,204,0.1)); }
.testimonial-avatar-1:hover { box-shadow: 0 0 20px rgba(0,212,255,0.25), inset 0 1px 0 rgba(255,255,255,0.08); }
.testimonial-avatar-2 { color: #c084fc; }
.testimonial-avatar-2::before { background: linear-gradient(135deg, rgba(168,85,247,0.25), rgba(124,58,237,0.15), rgba(192,132,252,0.1)); }
.testimonial-avatar-2:hover { box-shadow: 0 0 20px rgba(168,85,247,0.25), inset 0 1px 0 rgba(255,255,255,0.08); }
.testimonial-avatar-3 { color: #f472b6; }
.testimonial-avatar-3::before { background: linear-gradient(135deg, rgba(244,114,182,0.25), rgba(255,0,153,0.15), rgba(251,113,133,0.1)); }
.testimonial-avatar-3:hover { box-shadow: 0 0 20px rgba(244,114,182,0.25), inset 0 1px 0 rgba(255,255,255,0.08); }
.testimonial-avatar-4 { color: #34d399; }
.testimonial-avatar-4::before { background: linear-gradient(135deg, rgba(52,211,153,0.25), rgba(0,255,204,0.15), rgba(16,185,129,0.1)); }
.testimonial-avatar-4:hover { box-shadow: 0 0 20px rgba(52,211,153,0.25), inset 0 1px 0 rgba(255,255,255,0.08); }
.testimonial-avatar-5 { color: #fbbf24; }
.testimonial-avatar-5::before { background: linear-gradient(135deg, rgba(251,191,36,0.25), rgba(245,158,11,0.15), rgba(252,211,77,0.1)); }
.testimonial-avatar-5:hover { box-shadow: 0 0 20px rgba(251,191,36,0.25), inset 0 1px 0 rgba(255,255,255,0.08); }
.testimonial-avatar-6 { color: #60a5fa; }
.testimonial-avatar-6::before { background: linear-gradient(135deg, rgba(96,165,250,0.25), rgba(59,130,246,0.15), rgba(147,197,253,0.1)); }
.testimonial-avatar-6:hover { box-shadow: 0 0 20px rgba(96,165,250,0.25), inset 0 1px 0 rgba(255,255,255,0.08); }
.testimonial-avatar-7 { color: #fb923c; }
.testimonial-avatar-7::before { background: linear-gradient(135deg, rgba(251,146,60,0.25), rgba(249,115,22,0.15), rgba(253,186,116,0.1)); }
.testimonial-avatar-7:hover { box-shadow: 0 0 20px rgba(251,146,60,0.25), inset 0 1px 0 rgba(255,255,255,0.08); }
.testimonial-avatar-8 { color: #a78bfa; }
.testimonial-avatar-8::before { background: linear-gradient(135deg, rgba(167,139,250,0.25), rgba(139,92,246,0.15), rgba(196,181,253,0.1)); }
.testimonial-avatar-8:hover { box-shadow: 0 0 20px rgba(167,139,250,0.25), inset 0 1px 0 rgba(255,255,255,0.08); }
